PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/tags/release-0.0.0-rc0/hive/external/ql/src/test/results/clientpositive/groupby7_map_skew.q.out

#
text | 925 lines | 914 code | 11 blank | 0 comment | 0 complexity | 0a4291b45b2c0c40b206a4efa8d22761 MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. PREHOOK: query: CREATE TABLE DEST1(key INT, value STRING) STORED AS TEXTFILE
  2. PREHOOK: type: CREATETABLE
  3. POSTHOOK: query: CREATE TABLE DEST1(key INT, value STRING) STORED AS TEXTFILE
  4. POSTHOOK: type: CREATETABLE
  5. POSTHOOK: Output: default@DEST1
  6. PREHOOK: query: CREATE TABLE DEST2(key INT, value STRING) STORED AS TEXTFILE
  7. PREHOOK: type: CREATETABLE
  8. POSTHOOK: query: CREATE TABLE DEST2(key INT, value STRING) STORED AS TEXTFILE
  9. POSTHOOK: type: CREATETABLE
  10. POSTHOOK: Output: default@DEST2
  11. PREHOOK: query: EXPLAIN
  12. FROM SRC
  13. INSERT OVERWRITE TABLE DEST1 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  14. INSERT OVERWRITE TABLE DEST2 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  15. PREHOOK: type: QUERY
  16. POSTHOOK: query: EXPLAIN
  17. FROM SRC
  18. INSERT OVERWRITE TABLE DEST1 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  19. INSERT OVERWRITE TABLE DEST2 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  20. POSTHOOK: type: QUERY
  21. ABSTRACT SYNTAX TREE:
  22. (TOK_QUERY (TOK_FROM (TOK_TABREF (TOK_TABNAME SRC))) (TOK_INSERT (TOK_DESTINATION (TOK_TAB (TOK_TABNAME DEST1))) (TOK_SELECT (TOK_SELEXPR (. (TOK_TABLE_OR_COL SRC) key)) (TOK_SELEXPR (TOK_FUNCTION sum (TOK_FUNCTION SUBSTR (. (TOK_TABLE_OR_COL SRC) value) 5)))) (TOK_GROUPBY (. (TOK_TABLE_OR_COL SRC) key))) (TOK_INSERT (TOK_DESTINATION (TOK_TAB (TOK_TABNAME DEST2))) (TOK_SELECT (TOK_SELEXPR (. (TOK_TABLE_OR_COL SRC) key)) (TOK_SELEXPR (TOK_FUNCTION sum (TOK_FUNCTION SUBSTR (. (TOK_TABLE_OR_COL SRC) value) 5)))) (TOK_GROUPBY (. (TOK_TABLE_OR_COL SRC) key))))
  23. STAGE DEPENDENCIES:
  24. Stage-2 is a root stage
  25. Stage-3 depends on stages: Stage-2
  26. Stage-0 depends on stages: Stage-3
  27. Stage-4 depends on stages: Stage-0
  28. Stage-5 depends on stages: Stage-2
  29. Stage-6 depends on stages: Stage-5
  30. Stage-1 depends on stages: Stage-6
  31. Stage-7 depends on stages: Stage-1
  32. STAGE PLANS:
  33. Stage: Stage-2
  34. Map Reduce
  35. Alias -> Map Operator Tree:
  36. src
  37. TableScan
  38. alias: src
  39. Select Operator
  40. expressions:
  41. expr: key
  42. type: string
  43. expr: value
  44. type: string
  45. outputColumnNames: key, value
  46. Group By Operator
  47. aggregations:
  48. expr: sum(substr(value, 5))
  49. bucketGroup: false
  50. keys:
  51. expr: key
  52. type: string
  53. mode: hash
  54. outputColumnNames: _col0, _col1
  55. Reduce Output Operator
  56. key expressions:
  57. expr: _col0
  58. type: string
  59. sort order: +
  60. Map-reduce partition columns:
  61. expr: rand()
  62. type: double
  63. tag: -1
  64. value expressions:
  65. expr: _col1
  66. type: double
  67. Select Operator
  68. expressions:
  69. expr: key
  70. type: string
  71. expr: value
  72. type: string
  73. outputColumnNames: key, value
  74. Group By Operator
  75. aggregations:
  76. expr: sum(substr(value, 5))
  77. bucketGroup: false
  78. keys:
  79. expr: key
  80. type: string
  81. mode: hash
  82. outputColumnNames: _col0, _col1
  83. File Output Operator
  84. compressed: true
  85. GlobalTableId: 0
  86. table:
  87. input format: org.apache.hadoop.mapred.SequenceFileInputFormat
  88. output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
  89. Reduce Operator Tree:
  90. Group By Operator
  91. aggregations:
  92. expr: sum(VALUE._col0)
  93. bucketGroup: false
  94. keys:
  95. expr: KEY._col0
  96. type: string
  97. mode: partials
  98. outputColumnNames: _col0, _col1
  99. File Output Operator
  100. compressed: true
  101. GlobalTableId: 0
  102. table:
  103. input format: org.apache.hadoop.mapred.SequenceFileInputFormat
  104. output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
  105. Stage: Stage-3
  106. Map Reduce
  107. Alias -> Map Operator Tree:
  108. file:/tmp/sdong/hive_2011-02-10_01-52-44_318_4369416982158777833/-mr-10004
  109. Reduce Output Operator
  110. key expressions:
  111. expr: _col0
  112. type: string
  113. sort order: +
  114. Map-reduce partition columns:
  115. expr: _col0
  116. type: string
  117. tag: -1
  118. value expressions:
  119. expr: _col1
  120. type: double
  121. Reduce Operator Tree:
  122. Group By Operator
  123. aggregations:
  124. expr: sum(VALUE._col0)
  125. bucketGroup: false
  126. keys:
  127. expr: KEY._col0
  128. type: string
  129. mode: final
  130. outputColumnNames: _col0, _col1
  131. Select Operator
  132. expressions:
  133. expr: _col0
  134. type: string
  135. expr: _col1
  136. type: double
  137. outputColumnNames: _col0, _col1
  138. Select Operator
  139. expressions:
  140. expr: UDFToInteger(_col0)
  141. type: int
  142. expr: _col1
  143. type: double
  144. outputColumnNames: _col0, _col1
  145. File Output Operator
  146. compressed: true
  147. GlobalTableId: 1
  148. table:
  149. input format: org.apache.hadoop.mapred.TextInputFormat
  150. output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
  151. serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
  152. name: default.dest1
  153. Stage: Stage-0
  154. Move Operator
  155. tables:
  156. replace: true
  157. table:
  158. input format: org.apache.hadoop.mapred.TextInputFormat
  159. output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
  160. serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
  161. name: default.dest1
  162. Stage: Stage-4
  163. Stats-Aggr Operator
  164. Stage: Stage-5
  165. Map Reduce
  166. Alias -> Map Operator Tree:
  167. file:/tmp/sdong/hive_2011-02-10_01-52-44_318_4369416982158777833/-mr-10005
  168. Reduce Output Operator
  169. key expressions:
  170. expr: _col0
  171. type: string
  172. sort order: +
  173. Map-reduce partition columns:
  174. expr: rand()
  175. type: double
  176. tag: -1
  177. value expressions:
  178. expr: _col1
  179. type: double
  180. Reduce Operator Tree:
  181. Group By Operator
  182. aggregations:
  183. expr: sum(VALUE._col0)
  184. bucketGroup: false
  185. keys:
  186. expr: KEY._col0
  187. type: string
  188. mode: partials
  189. outputColumnNames: _col0, _col1
  190. File Output Operator
  191. compressed: true
  192. GlobalTableId: 0
  193. table:
  194. input format: org.apache.hadoop.mapred.SequenceFileInputFormat
  195. output format: org.apache.hadoop.hive.ql.io.HiveSequenceFileOutputFormat
  196. Stage: Stage-6
  197. Map Reduce
  198. Alias -> Map Operator Tree:
  199. file:/tmp/sdong/hive_2011-02-10_01-52-44_318_4369416982158777833/-mr-10006
  200. Reduce Output Operator
  201. key expressions:
  202. expr: _col0
  203. type: string
  204. sort order: +
  205. Map-reduce partition columns:
  206. expr: _col0
  207. type: string
  208. tag: -1
  209. value expressions:
  210. expr: _col1
  211. type: double
  212. Reduce Operator Tree:
  213. Group By Operator
  214. aggregations:
  215. expr: sum(VALUE._col0)
  216. bucketGroup: false
  217. keys:
  218. expr: KEY._col0
  219. type: string
  220. mode: final
  221. outputColumnNames: _col0, _col1
  222. Select Operator
  223. expressions:
  224. expr: _col0
  225. type: string
  226. expr: _col1
  227. type: double
  228. outputColumnNames: _col0, _col1
  229. Select Operator
  230. expressions:
  231. expr: UDFToInteger(_col0)
  232. type: int
  233. expr: _col1
  234. type: double
  235. outputColumnNames: _col0, _col1
  236. File Output Operator
  237. compressed: true
  238. GlobalTableId: 2
  239. table:
  240. input format: org.apache.hadoop.mapred.TextInputFormat
  241. output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
  242. serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
  243. name: default.dest2
  244. Stage: Stage-1
  245. Move Operator
  246. tables:
  247. replace: true
  248. table:
  249. input format: org.apache.hadoop.mapred.TextInputFormat
  250. output format: org.apache.hadoop.hive.ql.io.HiveIgnoreKeyTextOutputFormat
  251. serde: org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe
  252. name: default.dest2
  253. Stage: Stage-7
  254. Stats-Aggr Operator
  255. PREHOOK: query: FROM SRC
  256. INSERT OVERWRITE TABLE DEST1 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  257. INSERT OVERWRITE TABLE DEST2 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  258. PREHOOK: type: QUERY
  259. PREHOOK: Input: default@src
  260. PREHOOK: Output: default@dest1
  261. PREHOOK: Output: default@dest2
  262. POSTHOOK: query: FROM SRC
  263. INSERT OVERWRITE TABLE DEST1 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  264. INSERT OVERWRITE TABLE DEST2 SELECT SRC.key, sum(SUBSTR(SRC.value,5)) GROUP BY SRC.key
  265. POSTHOOK: type: QUERY
  266. POSTHOOK: Input: default@src
  267. POSTHOOK: Output: default@dest1
  268. POSTHOOK: Output: default@dest2
  269. POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
  270. POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
  271. POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
  272. POSTHOOK: Lineage: dest2.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
  273. PREHOOK: query: SELECT DEST1.* FROM DEST1
  274. PREHOOK: type: QUERY
  275. PREHOOK: Input: default@dest1
  276. PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-52-59_609_4559999057197249715/-mr-10000
  277. POSTHOOK: query: SELECT DEST1.* FROM DEST1
  278. POSTHOOK: type: QUERY
  279. POSTHOOK: Input: default@dest1
  280. POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-52-59_609_4559999057197249715/-mr-10000
  281. POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
  282. POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
  283. POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
  284. POSTHOOK: Lineage: dest2.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
  285. 0 0.0
  286. 10 10.0
  287. 100 200.0
  288. 103 206.0
  289. 104 208.0
  290. 105 105.0
  291. 11 11.0
  292. 111 111.0
  293. 113 226.0
  294. 114 114.0
  295. 116 116.0
  296. 118 236.0
  297. 119 357.0
  298. 12 24.0
  299. 120 240.0
  300. 125 250.0
  301. 126 126.0
  302. 128 384.0
  303. 129 258.0
  304. 131 131.0
  305. 133 133.0
  306. 134 268.0
  307. 136 136.0
  308. 137 274.0
  309. 138 552.0
  310. 143 143.0
  311. 145 145.0
  312. 146 292.0
  313. 149 298.0
  314. 15 30.0
  315. 150 150.0
  316. 152 304.0
  317. 153 153.0
  318. 155 155.0
  319. 156 156.0
  320. 157 157.0
  321. 158 158.0
  322. 160 160.0
  323. 162 162.0
  324. 163 163.0
  325. 164 328.0
  326. 165 330.0
  327. 166 166.0
  328. 167 501.0
  329. 168 168.0
  330. 169 676.0
  331. 17 17.0
  332. 170 170.0
  333. 172 344.0
  334. 174 348.0
  335. 175 350.0
  336. 176 352.0
  337. 177 177.0
  338. 178 178.0
  339. 179 358.0
  340. 18 36.0
  341. 180 180.0
  342. 181 181.0
  343. 183 183.0
  344. 186 186.0
  345. 187 561.0
  346. 189 189.0
  347. 19 19.0
  348. 190 190.0
  349. 191 382.0
  350. 192 192.0
  351. 193 579.0
  352. 194 194.0
  353. 195 390.0
  354. 196 196.0
  355. 197 394.0
  356. 199 597.0
  357. 2 2.0
  358. 20 20.0
  359. 200 400.0
  360. 201 201.0
  361. 202 202.0
  362. 203 406.0
  363. 205 410.0
  364. 207 414.0
  365. 208 624.0
  366. 209 418.0
  367. 213 426.0
  368. 214 214.0
  369. 216 432.0
  370. 217 434.0
  371. 218 218.0
  372. 219 438.0
  373. 221 442.0
  374. 222 222.0
  375. 223 446.0
  376. 224 448.0
  377. 226 226.0
  378. 228 228.0
  379. 229 458.0
  380. 230 1150.0
  381. 233 466.0
  382. 235 235.0
  383. 237 474.0
  384. 238 476.0
  385. 239 478.0
  386. 24 48.0
  387. 241 241.0
  388. 242 484.0
  389. 244 244.0
  390. 247 247.0
  391. 248 248.0
  392. 249 249.0
  393. 252 252.0
  394. 255 510.0
  395. 256 512.0
  396. 257 257.0
  397. 258 258.0
  398. 26 52.0
  399. 260 260.0
  400. 262 262.0
  401. 263 263.0
  402. 265 530.0
  403. 266 266.0
  404. 27 27.0
  405. 272 544.0
  406. 273 819.0
  407. 274 274.0
  408. 275 275.0
  409. 277 1108.0
  410. 278 556.0
  411. 28 28.0
  412. 280 560.0
  413. 281 562.0
  414. 282 564.0
  415. 283 283.0
  416. 284 284.0
  417. 285 285.0
  418. 286 286.0
  419. 287 287.0
  420. 288 576.0
  421. 289 289.0
  422. 291 291.0
  423. 292 292.0
  424. 296 296.0
  425. 298 894.0
  426. 30 30.0
  427. 302 302.0
  428. 305 305.0
  429. 306 306.0
  430. 307 614.0
  431. 308 308.0
  432. 309 618.0
  433. 310 310.0
  434. 311 933.0
  435. 315 315.0
  436. 316 948.0
  437. 317 634.0
  438. 318 954.0
  439. 321 642.0
  440. 322 644.0
  441. 323 323.0
  442. 325 650.0
  443. 327 981.0
  444. 33 33.0
  445. 331 662.0
  446. 332 332.0
  447. 333 666.0
  448. 335 335.0
  449. 336 336.0
  450. 338 338.0
  451. 339 339.0
  452. 34 34.0
  453. 341 341.0
  454. 342 684.0
  455. 344 688.0
  456. 345 345.0
  457. 348 1740.0
  458. 35 105.0
  459. 351 351.0
  460. 353 706.0
  461. 356 356.0
  462. 360 360.0
  463. 362 362.0
  464. 364 364.0
  465. 365 365.0
  466. 366 366.0
  467. 367 734.0
  468. 368 368.0
  469. 369 1107.0
  470. 37 74.0
  471. 373 373.0
  472. 374 374.0
  473. 375 375.0
  474. 377 377.0
  475. 378 378.0
  476. 379 379.0
  477. 382 764.0
  478. 384 1152.0
  479. 386 386.0
  480. 389 389.0
  481. 392 392.0
  482. 393 393.0
  483. 394 394.0
  484. 395 790.0
  485. 396 1188.0
  486. 397 794.0
  487. 399 798.0
  488. 4 4.0
  489. 400 400.0
  490. 401 2005.0
  491. 402 402.0
  492. 403 1209.0
  493. 404 808.0
  494. 406 1624.0
  495. 407 407.0
  496. 409 1227.0
  497. 41 41.0
  498. 411 411.0
  499. 413 826.0
  500. 414 828.0
  501. 417 1251.0
  502. 418 418.0
  503. 419 419.0
  504. 42 84.0
  505. 421 421.0
  506. 424 848.0
  507. 427 427.0
  508. 429 858.0
  509. 43 43.0
  510. 430 1290.0
  511. 431 1293.0
  512. 432 432.0
  513. 435 435.0
  514. 436 436.0
  515. 437 437.0
  516. 438 1314.0
  517. 439 878.0
  518. 44 44.0
  519. 443 443.0
  520. 444 444.0
  521. 446 446.0
  522. 448 448.0
  523. 449 449.0
  524. 452 452.0
  525. 453 453.0
  526. 454 1362.0
  527. 455 455.0
  528. 457 457.0
  529. 458 916.0
  530. 459 918.0
  531. 460 460.0
  532. 462 924.0
  533. 463 926.0
  534. 466 1398.0
  535. 467 467.0
  536. 468 1872.0
  537. 469 2345.0
  538. 47 47.0
  539. 470 470.0
  540. 472 472.0
  541. 475 475.0
  542. 477 477.0
  543. 478 956.0
  544. 479 479.0
  545. 480 1440.0
  546. 481 481.0
  547. 482 482.0
  548. 483 483.0
  549. 484 484.0
  550. 485 485.0
  551. 487 487.0
  552. 489 1956.0
  553. 490 490.0
  554. 491 491.0
  555. 492 984.0
  556. 493 493.0
  557. 494 494.0
  558. 495 495.0
  559. 496 496.0
  560. 497 497.0
  561. 498 1494.0
  562. 5 15.0
  563. 51 102.0
  564. 53 53.0
  565. 54 54.0
  566. 57 57.0
  567. 58 116.0
  568. 64 64.0
  569. 65 65.0
  570. 66 66.0
  571. 67 134.0
  572. 69 69.0
  573. 70 210.0
  574. 72 144.0
  575. 74 74.0
  576. 76 152.0
  577. 77 77.0
  578. 78 78.0
  579. 8 8.0
  580. 80 80.0
  581. 82 82.0
  582. 83 166.0
  583. 84 168.0
  584. 85 85.0
  585. 86 86.0
  586. 87 87.0
  587. 9 9.0
  588. 90 270.0
  589. 92 92.0
  590. 95 190.0
  591. 96 96.0
  592. 97 194.0
  593. 98 196.0
  594. PREHOOK: query: SELECT DEST2.* FROM DEST2
  595. PREHOOK: type: QUERY
  596. PREHOOK: Input: default@dest2
  597. PREHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-52-59_879_212938094452951050/-mr-10000
  598. POSTHOOK: query: SELECT DEST2.* FROM DEST2
  599. POSTHOOK: type: QUERY
  600. POSTHOOK: Input: default@dest2
  601. POSTHOOK: Output: file:/tmp/sdong/hive_2011-02-10_01-52-59_879_212938094452951050/-mr-10000
  602. POSTHOOK: Lineage: dest1.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
  603. POSTHOOK: Lineage: dest1.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
  604. POSTHOOK: Lineage: dest2.key EXPRESSION [(src)src.FieldSchema(name:key, type:string, comment:default), ]
  605. POSTHOOK: Lineage: dest2.value EXPRESSION [(src)src.FieldSchema(name:value, type:string, comment:default), ]
  606. 0 0.0
  607. 10 10.0
  608. 100 200.0
  609. 103 206.0
  610. 104 208.0
  611. 105 105.0
  612. 11 11.0
  613. 111 111.0
  614. 113 226.0
  615. 114 114.0
  616. 116 116.0
  617. 118 236.0
  618. 119 357.0
  619. 12 24.0
  620. 120 240.0
  621. 125 250.0
  622. 126 126.0
  623. 128 384.0
  624. 129 258.0
  625. 131 131.0
  626. 133 133.0
  627. 134 268.0
  628. 136 136.0
  629. 137 274.0
  630. 138 552.0
  631. 143 143.0
  632. 145 145.0
  633. 146 292.0
  634. 149 298.0
  635. 15 30.0
  636. 150 150.0
  637. 152 304.0
  638. 153 153.0
  639. 155 155.0
  640. 156 156.0
  641. 157 157.0
  642. 158 158.0
  643. 160 160.0
  644. 162 162.0
  645. 163 163.0
  646. 164 328.0
  647. 165 330.0
  648. 166 166.0
  649. 167 501.0
  650. 168 168.0
  651. 169 676.0
  652. 17 17.0
  653. 170 170.0
  654. 172 344.0
  655. 174 348.0
  656. 175 350.0
  657. 176 352.0
  658. 177 177.0
  659. 178 178.0
  660. 179 358.0
  661. 18 36.0
  662. 180 180.0
  663. 181 181.0
  664. 183 183.0
  665. 186 186.0
  666. 187 561.0
  667. 189 189.0
  668. 19 19.0
  669. 190 190.0
  670. 191 382.0
  671. 192 192.0
  672. 193 579.0
  673. 194 194.0
  674. 195 390.0
  675. 196 196.0
  676. 197 394.0
  677. 199 597.0
  678. 2 2.0
  679. 20 20.0
  680. 200 400.0
  681. 201 201.0
  682. 202 202.0
  683. 203 406.0
  684. 205 410.0
  685. 207 414.0
  686. 208 624.0
  687. 209 418.0
  688. 213 426.0
  689. 214 214.0
  690. 216 432.0
  691. 217 434.0
  692. 218 218.0
  693. 219 438.0
  694. 221 442.0
  695. 222 222.0
  696. 223 446.0
  697. 224 448.0
  698. 226 226.0
  699. 228 228.0
  700. 229 458.0
  701. 230 1150.0
  702. 233 466.0
  703. 235 235.0
  704. 237 474.0
  705. 238 476.0
  706. 239 478.0
  707. 24 48.0
  708. 241 241.0
  709. 242 484.0
  710. 244 244.0
  711. 247 247.0
  712. 248 248.0
  713. 249 249.0
  714. 252 252.0
  715. 255 510.0
  716. 256 512.0
  717. 257 257.0
  718. 258 258.0
  719. 26 52.0
  720. 260 260.0
  721. 262 262.0
  722. 263 263.0
  723. 265 530.0
  724. 266 266.0
  725. 27 27.0
  726. 272 544.0
  727. 273 819.0
  728. 274 274.0
  729. 275 275.0
  730. 277 1108.0
  731. 278 556.0
  732. 28 28.0
  733. 280 560.0
  734. 281 562.0
  735. 282 564.0
  736. 283 283.0
  737. 284 284.0
  738. 285 285.0
  739. 286 286.0
  740. 287 287.0
  741. 288 576.0
  742. 289 289.0
  743. 291 291.0
  744. 292 292.0
  745. 296 296.0
  746. 298 894.0
  747. 30 30.0
  748. 302 302.0
  749. 305 305.0
  750. 306 306.0
  751. 307 614.0
  752. 308 308.0
  753. 309 618.0
  754. 310 310.0
  755. 311 933.0
  756. 315 315.0
  757. 316 948.0
  758. 317 634.0
  759. 318 954.0
  760. 321 642.0
  761. 322 644.0
  762. 323 323.0
  763. 325 650.0
  764. 327 981.0
  765. 33 33.0
  766. 331 662.0
  767. 332 332.0
  768. 333 666.0
  769. 335 335.0
  770. 336 336.0
  771. 338 338.0
  772. 339 339.0
  773. 34 34.0
  774. 341 341.0
  775. 342 684.0
  776. 344 688.0
  777. 345 345.0
  778. 348 1740.0
  779. 35 105.0
  780. 351 351.0
  781. 353 706.0
  782. 356 356.0
  783. 360 360.0
  784. 362 362.0
  785. 364 364.0
  786. 365 365.0
  787. 366 366.0
  788. 367 734.0
  789. 368 368.0
  790. 369 1107.0
  791. 37 74.0
  792. 373 373.0
  793. 374 374.0
  794. 375 375.0
  795. 377 377.0
  796. 378 378.0
  797. 379 379.0
  798. 382 764.0
  799. 384 1152.0
  800. 386 386.0
  801. 389 389.0
  802. 392 392.0
  803. 393 393.0
  804. 394 394.0
  805. 395 790.0
  806. 396 1188.0
  807. 397 794.0
  808. 399 798.0
  809. 4 4.0
  810. 400 400.0
  811. 401 2005.0
  812. 402 402.0
  813. 403 1209.0
  814. 404 808.0
  815. 406 1624.0
  816. 407 407.0
  817. 409 1227.0
  818. 41 41.0
  819. 411 411.0
  820. 413 826.0
  821. 414 828.0
  822. 417 1251.0
  823. 418 418.0
  824. 419 419.0
  825. 42 84.0
  826. 421 421.0
  827. 424 848.0
  828. 427 427.0
  829. 429 858.0
  830. 43 43.0
  831. 430 1290.0
  832. 431 1293.0
  833. 432 432.0
  834. 435 435.0
  835. 436 436.0
  836. 437 437.0
  837. 438 1314.0
  838. 439 878.0
  839. 44 44.0
  840. 443 443.0
  841. 444 444.0
  842. 446 446.0
  843. 448 448.0
  844. 449 449.0
  845. 452 452.0
  846. 453 453.0
  847. 454 1362.0
  848. 455 455.0
  849. 457 457.0
  850. 458 916.0
  851. 459 918.0
  852. 460 460.0
  853. 462 924.0
  854. 463 926.0
  855. 466 1398.0
  856. 467 467.0
  857. 468 1872.0
  858. 469 2345.0
  859. 47 47.0
  860. 470 470.0
  861. 472 472.0
  862. 475 475.0
  863. 477 477.0
  864. 478 956.0
  865. 479 479.0
  866. 480 1440.0
  867. 481 481.0
  868. 482 482.0
  869. 483 483.0
  870. 484 484.0
  871. 485 485.0
  872. 487 487.0
  873. 489 1956.0
  874. 490 490.0
  875. 491 491.0
  876. 492 984.0
  877. 493 493.0
  878. 494 494.0
  879. 495 495.0
  880. 496 496.0
  881. 497 497.0
  882. 498 1494.0
  883. 5 15.0
  884. 51 102.0
  885. 53 53.0
  886. 54 54.0
  887. 57 57.0
  888. 58 116.0
  889. 64 64.0
  890. 65 65.0
  891. 66 66.0
  892. 67 134.0
  893. 69 69.0
  894. 70 210.0
  895. 72 144.0
  896. 74 74.0
  897. 76 152.0
  898. 77 77.0
  899. 78 78.0
  900. 8 8.0
  901. 80 80.0
  902. 82 82.0
  903. 83 166.0
  904. 84 168.0
  905. 85 85.0
  906. 86 86.0
  907. 87 87.0
  908. 9 9.0
  909. 90 270.0
  910. 92 92.0
  911. 95 190.0
  912. 96 96.0
  913. 97 194.0
  914. 98 196.0