Gerth Stølting Brodal Universitets-Samvirket Århus, Statsbiblioteket, Århus, November 16, 2010 Udfordringer ved håndtering af massive datamængder: Forskingen

  • View
    214

  • Download
    1

Embed Size (px)

Citation preview

  • Slide 1
  • Slide 2
  • Gerth Stlting Brodal Universitets-Samvirket rhus, Statsbiblioteket, rhus, November 16, 2010 Udfordringer ved hndtering af massive datamngder: Forskingen ved Grundforskningscenteret for Massive Data Algortihmics
  • Slide 3
  • AU 1983 September 1989 August 1993 January 1994 November M.Sc. 1997 January PhD 2004 April Associate Professor 1969 September 1998 August MPII April AU M.Sc. PhD Post DocFaculty 1994-2006 2007- AU Erik Meineche Schmidt Kurt Mehlhorn Gerth Stlting Brodal
  • Slide 4
  • Outline of Talk who, where, what ? reseach areas External memory algorithmics models searching and sorting Flow simulation Fault-tolerant searching
  • Slide 5
  • Slide 6
  • Where?
  • Slide 7
  • Center of Lars Arge, Professor, Centerleader Gerth S. Brodal, Associate Professor 5 Post Docs, 10 PhD students, 4 TAP Total budget for 5 years ca. 60 million DKR Arge BrodalMehlhorn MeyerDemaine Indyk AUMITMPII Frankfurt
  • Slide 8
  • Faculty Lars Arge Gerth Stlting Brodal Researchers Henrik Blunck Brody Sandel Nodari Sitchinava Elad Verbin Qin Zhang PhD Students Lasse Kosetski DeleuranJakob Truelsen Freek van Walderveen Kostas Tsakalidis Casper Kejlberg-RasmussenMark Greve Kasper Dalgaard LarsenMorten Revsbk Jesper Erenskjold MoeslundPooya Davoodi
  • Slide 9
  • 3+5 8. r PhD Part B 7. r 6. r PhD Part A 5. r MSc 4. r 3. r 2. r Bachelor 1. r 00erne PhD Education @ AU 5+3 8. r 7. r Licentiat 6. r (PhD) 5. r 4. r 3. r MSc 2. r 1. r 80erne 4+4 8. r PhD Part B 7. r 6. r PhD Part A 5. r MSc 4. r 3. r 2. r Bachelor 1. r 90erne merit
  • Slide 10
  • PhD Education @ MADALGO 3+5 8. r PhD 7. r Part B 6. r PhD Part A 5. r MSc 4. r 3. r 2. r Bachelor 1. r Kasper Morten, Pooya, Freek Mark, Jakob, Lasse, Kostas Casper 6 months abroad merit
  • Slide 11
  • Slide 12
  • High level objectives Advance algorithmic knowledge in massive data processing area Train researchers in world-leading international environment Be catalyst for multidisciplinary/industry collaboration Building on Strong international team Vibrant international environment (focus on people)
  • Slide 13
  • Pervasive use of computers and sensors Increased ability to acquire/store/process data Massive data collected everywhere Society increasingly data driven Access/process data anywhere any time Nature special issues 2/06: 2020 Future of computing 9/08: BIG DATA Scientific data size growing exponentially, while quality and availability improving Paradigm shift: Science will be about mining data Computer science paramount in all sciences Massive Data Obviously not only in sciences: Economist 02/10: From 150 Billion Gigabytes five years ago to 1200 Billion today Managing data deluge difficult; doing so will transform business/public life
  • Slide 14
  • Example: Massive Terrain Data New technologies: Much easier/cheaper to collect detailed data Previous manual or radar based methods Often 30 meter between data points Sometimes 10 meter data available New laser scanning methods (LIDAR) Less than 1 meter between data points Centimeter accuracy (previous meter) Denmark ~ 2 million points at 30 meter (1TB)
  • Slide 15
  • Algorithm Inadequacy Algorithms: Problem solving recipies Importance of scalability/efficiency Algorithmics core computer science area Traditional algorithmics: Transform input to output using simple machine model Inadequate with e.g. Massive data Small/diverse devices Continually arriving data Software inadequacies! 2 n n 3 n 2 nlog n n
  • Slide 16
  • Cache Oblivious Algorithms Streaming Algorithms Algorithm Engineering I/O Efficient Algorithms
  • Slide 17
  • The problem... input size running time Normal algorithm I/O-efficient algorithm bottleneck = memory size
  • Slide 18
  • Memory Hierarchies Processor L1L2 A R M L3Disk bottleneck increasing access times and memory sizes CPU
  • Slide 19
  • Memory Hierarkies vs. Running Time input size running time L1 RAM L2L3
  • Slide 20
  • Disk Mechanics The difference in speed between modern CPU and disk technologies is analogous to the difference in speed in sharpening a pencil using a sharpener on ones desk or by taking an airplane to the other side of the world and using a sharpener on someone elses desk. (D. Comer) I/O is often bottleneck when handling massive datasets Disk access is 10 7 times slower than main memory access! Disk systems try to amortize large access time transferring large contiguous blocks of data Need to store and access data to take advantage of blocks ! I/O-efficient algorithms Move as few disk blocks as possible to solve given problem !
  • Slide 21
  • Memory Access Times LatencyRelative to CPU Register0.5 ns1 L1 cache0.5 ns1-2 L2 cache3 ns2-7 DRAM150 ns80-200 TLB500+ ns200-2000 Disk10 ms10 7
  • Slide 22
  • I/O-Efficient Algorithms Matter Example: Traversing linked list (List ranking) Array size N = 10 elements Disk block size B = 2 elements Main memory size M = 4 elements (2 blocks) Difference between N and N/B large since block size is large Example: N = 256 x 10 6, B = 8000, 1ms disk access time N I/Os take 256 x 10 3 sec = 4266 min = 71 hr N/B I/Os take 256/8 sec = 32 sec Algorithm 2: N/B=5 I/OsAlgorithm 1: N=10 I/Os 1526 7 34108912 9 8 54763
  • Slide 23
  • I/O Efficient Scanning N B A O ( N / B ) I/Os
  • Slide 24
  • External-Memory Merging Merging k sequences with N elements requires O ( N / B ) IOs (provided k M / B 1)
  • Slide 25
  • External-Memory Sorting MergeSort uses O ( N/Blog M/B ( N/B)) I/Os Practice number I/Os: 4-6 x scanning input M M Partition into runs Sort each run Merge pass I Merge pass II... Run 1Run 2Run N/M Sorted N Sorted ouput Unsorted input
  • Slide 26
  • Energy-Efficient Sorting using Solid State Disks (Bechman, Meyer, Sanders, Siegler 2010) 20072010 Size [GB] Time [s] Energy [kJ] Rec./JTime [s] Energy [kJ] Rec./JEnergy Saving Factor 1086.68.61162876.72.8354533.0 10088188.11135475627.5363813.2 10007196*2920*342521906723.7138184.0 Sorting large data sets Is easily described Has many applications Stresses both CPU and the I/O system Benchmark introduced 1985 Energy Efficiency Energy (and cooling) is a significant cost factor in data centers Energy consumption correlates to pollution
  • Slide 27
  • B-trees - The Basic Searching Structure Searches Practice: 4-5 I/Os.... B Search path Internal memory Repeated searching Practice: 1-2 I/Os
  • Slide 28
  • B-trees Searches O(log B N) I/Os.... B Search path Internal memory Updates O(log B N) I/Os Best possible ?
  • Slide 29
  • B-trees with Buffered Updates.... BB Brodal and Fagerberg (2003) B xxxx N updates cost O(N /B log B N) I/Os Searches cost O(log B N) I/Os Trade-off between search and update times optimal !
  • Slide 30
  • B-trees with Buffered Updates Brodal and Fagerberg (2003)
  • Slide 31
  • B-trees with Buffered Updates Experimental Study 100.000.000 elements Search time basically unchanged with buffersize Updates 100 times faster Hedegaard (2004)....
  • Slide 32
  • Slide 33
  • Flood Prediction Important Prediction areas susceptible to floods Due to e.g. raising sea level or heavy rainfall Example: Hurricane Floyd Sep. 15, 1999 7 am 3pm
  • Slide 34
  • Detailed Terrain Data Essential Mand with 2 meter sea-level raise 80 meter terrain model 2 meter terrain model
  • Slide 35
  • Surface Flow Modeling Conceptually flow is modeled using two basic attributes Flow direction: The direction water flows at a point Flow accumulation: Amount of water flowing through a point 7 am 3pm Hurricane Floyd (September 15, 1999)
  • Slide 36
  • Flow accumulation on grid terrain model: Initially one unit of water in each grid cell Water (initial and received) distributed from each cell to lowest lower neighbor cell (if existing) Flow accumulation of cell is total flow through it Note: Flow accumulation of cell = size of upstream area Drainage network = cells with high flow accumulation Flow Accumulation
  • Slide 37
  • Massive Data Problems Commercial systems: Often very slow Performance somewhat unpredictable Cannot handle 2-meter Denmark model Collaboration environmental researchers in late 90ties US Appalachian mountains dataset 800x800km at 100m resolution a few Gigabytes Customized software on GB machine: Appalachian dataset would be Terabytes sized at 1m resolution! 14 days!!
  • Slide 38
  • Flow Accumulation Performance Natural algorithm access disk for each grid cell Push flow down the terrain by visiting cells in height order Problem since cells of same height scattered over terrain Natural to try tiling (commercial systems?) But computation in different tiles not independent
  • Slide 39
  • I/O-Efficient Flow Accumulation We developed I/O-optimal algorithms (assessing disk a lot less) Avoiding scattered access by: Grid storing input: Data duplication Grid storing flow: Lazy write Implementation very efficient Appalachian Mountains flow accumulation in 3 hours! Denmark at 2-meter resolution in a few days
  • Slide 40
  • Flood Modeling Not all terrain below height h is flooded when water rise to h meters! Theoretically not too hard to compute area flooded when rise to h meters But no software could do it for Denmark at 2-meter resolution Use of I/O-efficient algorithms Denmark in a few days Even compute new terrain where terrain below h is flooded when water rise to h
  • Slide 41
  • TerraSTREAM Flow/flooding work part of comprehensive software package TerraSTREAM: Whole pipeline of terrain data processing software TerraSTREAM used on full 2 meter Denmark model (~ 25 billion points, ~ 1.5 TB) Terrain model (grid) from LIDAR point data Surface flow modeling: Flow directions and flow accumulation Flood modeling
  • Slide 42
  • Interdisciplinary Collaboration Flow/flooding work example of center interdisciplinary collaboration Flood modeling and efficient algorithms in biodiversity modeling Allow for used of global and/or detailed geographic data Brings together researchers from Biodiversity Ecoinformatics Algorithms Datamining
  • Slide 43
  • 101100011011100111011001010100101010100111110010000100011110010111100001000111001111010001010001110 100001001110000100001111011100110111101010110011101011110100111000010000111110110100110001000011011 011100101011111111110000100101011000001110110110101110011001001100001011011111011011011011010100000 000000010001100001000011101001110010100100100000001010000000100010010001101010011100100110001000010 001011111111010010011001100001001100110100101000000010011010011101001001101100011100010011101001111 110110100111101000011010100100111001101111100001010010101000100010010110111011111110000110100100001 000010110001011101010011111110011001111110100101000100010011000101001001100000001000001100011101011 110000110010111000100111101000001101011110010001101001000101000111101001000011010001011000110101011 110010101100010010010110101010100001010100000110110000000101011001011101110001001011111101010110111 110000100001010011010101111000111110011010100111011101001011011000100011011011111010001000100110110 010011110111010110011011111110100000001111010000101110010011100011010100001100100110001111101100010 110000011101100110100111100010001110001001111010001000110101010001010110110101000011001001000110101 111111111011011011001111001010100000110001110101011100101010110111001010010111011011010110000101011 100011001101001100010100001000000000011110010011010100100111111010010000011100111001110010001000000 101101101111101000010101111111101010000101101000010110011100111010011001000100111111011101010110111 010101010100010011001111111011110011111110011101011110100001100100001010010010010101011110011100010 010111101101000001001001101101001110111011101011000010000111011000011101000011011010110110110110010 110101101010011011100000010100101111010010001010100101011111010101111111110010001101100110001000110 001110101100011110001010101101101111111110111011000111101000110100000000001111110011101110000001110 100001011011100110100010010111110000010100000011000000000010110001010010110011101001001101101110110 101111001110010100001111001010001000011010101100101000000011011110011111000110101100000010111000001 111000011010011011111010010101011110110010100111001010110111101000001000011010110101100110001011010 110101001101000111010101000110100100001001110000011010111101011100010111101000011011000010101000110 011110101101001111011000010110001010011011000101101100100110010100010101101011101100011011101010111 111110011010110000000000000001000001000001100110001101101100100011001101001011010110011000000000101 010100111011100100101011110001011001010100010011100001000000111001100000110100110001000000001100111 001010000010111001001100111000110011100011011000011010001111011100101011101001101100001010011010110 110011101011010111110100111010010011111110111001000100100010101011110111011101001100010000010110110 100000110011011000011110110000010110101111110100011100000110001111111000001011010100100001011000010 000010100001000100000001011011110010101011101000010100010001100000101010101010100110010111011101011 110001011000001100111010011011011111010111101011011000100001110110011101000010100111110010010101101 011010011111000000101011100010110110001111110011011111100011100110100010001100001100010101010101001
  • Slide 44
  • 101100011011100111011001010100101010100111110010000100011110010111100001000111001111010001010001110 100001001110000100001111011100110111101010110011101011110100111000010000111110110100110001000011011 011100101011111111110000100101011000001110110110101110011001001100001011011111011011011011010100000 000000010001100001000011101001110010100100100000001010000000100010010001101010011100100110001000010 001011111111010010011001100001001100110100101000000010011010011101001001101100011100010011101001111 110110100111101000011010100100111001101111100001010010101000100010010110111011111110000110100100001 000010110001011101010011111110011001111110100101000100010011000101001001100000001000001100011101011 110000110010111000100111101000001101011110010001101001000101000111101001000011010001011000110101011 110010101100010010010110101010100001010100000110110000000101011001011101110001001011111101010110111 110000100001010011010101111000111110011010100111011101001011011000100011011011111010001000100110110 010011110111010110011011111110100000001111010000101110010011100011010100001100100110001111101100010 110000011101100110100111100010001110001001111010001000110101010001010110110101000011001001000110101 111111111011011011001111001010100000110001110101011100101010110111001010010111011011010110000101011 100011001101001100010100001000000000011110010011010100100111111010010000011100111001110010001000000 101101101111101000010101111111101010000101101000010110011100111010011001000100111111011101010110111 010101010100010011001111111011110011111110011101011110100001100100001010010010010101011110011100010 010111101101000001001001101101001110111011101011000010000111011000011101000011011010110110110110010 110101101010011011100010010100101111010010001010100101011111010101111111110010001101100110001000110 001110101100011110001010101101101111111110111011000111101000110100000000001111110011101110000001110 100001011011100110100010010111110000010100000011000000000010110001010010110011101001001101101110110 101111001110010100001111001010001000011010101100101000000011011110011111000110101100000010111000001 111000011010011011111010010101011110110010100111001010110111101000001000011010110101100110001011010 110101001101000111010101000110100100001001110000011010111101011100010111101000011011000010101000110 011110101101001111011000010110001010011011000101101100100110010100010101101011101100011011101010111 111110011010110000000000000001000001000001100110001101101100100011001101001011010110011000000000101 010100111011100100101011110001011001010100010011100001000000111001100000110100110001000000001100111 001010000010111001001100111000110011100011011000011010001111011100101011101001101100001010011010110 110011101011010111110100111010010011111110111001000100100010101011110111011101001100010000010110110 100000110011011000011110110000010110101111110100011100000110001111111000001011010100100001011000010 000010100001000100000001011011110010101011101000010100010001100000101010101010100110010111011101011 110001011000001100111010011011011111010111101011011000100001110110011101000010100111110010010101101 011010011111000000101011100010110110001111110011011111100011100110100010001100001100010101010101001 A bit in memory changed value because of e.g. background radiation, system heating,...
  • Slide 45
  • "You have to provide reliability on a software level. If you're running 10,000 machines, something is going to die every day." fellow Jeff Dean
  • Slide 46
  • 4 7 10 13 14 15 16 18 19 23 24 26 27 29 30 31 32 33 34 36 38 Binary Search for 16 O(log N) comparisons
  • Slide 47
  • 8 4 7 10 13 14 15 16 18 19 23 26 27 29 30 31 32 33 34 36 38 24 soft memory error Binary Search for 16 00011000 2 =24 00001000 2 =8 Requirement: If the search key ocours in the array as an uncorrupted value, then we should report a match !
  • Slide 48
  • Where is Laurits ?
  • Slide 49
  • Slide 50
  • If at most 4 faulty answers then Laurits is somewhere here
  • Slide 51
  • Faulty-Memory RAM Model Finocchi and Italiano, STOC04 Content of memory cells can get corrupted Corrupted and uncorrupted content cannot be distinguished O(1) safe registers Assumption: At most corruptions
  • Slide 52
  • 4 7 10 13 14 15 16 18 19 23 8 26 27 29 30 31 32 33 34 36 38 Faulty-Memory RAM: Searching 16? Problem? High confidenceLow confidence
  • Slide 53
  • Faulty-Memory RAM: Searching When are we done (=3)? Contradiction, i.e. at least one fault If range contains at least +1 and +1 then there is at least one uncorrupted and, i.e. x must be contained in the range
  • Slide 54
  • If verification fails contradiction, i.e. 1 memory-fault ignore 4 last comparisons backtrack one level of search Faulty-Memory RAM: (log N + ) Searching 1 1 2 2 33445 5 Brodal, Fagerberg, Finocchi, Grandoni, Italiano, Jrgensen, Moruz, Mlhave, ESA07
  • Slide 55
  • Summary Basic research center in Aarhus Organization PhD education Examples of research Theoretical external memory algorithmics Practical (flow and flooding simulation)
  • Slide 56
  • Tau Jr-jf Tashakkur S.aHHa Sag olun Giihtu Djakujo Dkujem vm Thank you Tesekkr ederim To-si Merci Tashakur Taing Dankon Efharisto Shukriya Kiitos Dhanyabad Rakhmat Trugarez Asante Ksznm Blagodarya Dziekuje Eskerrik asko Grazie Tak Bayarlaa Miigwech Dank u Spasibo Dkuji vm Ngiyabonga Dziakuj Obrigado Gracias A dank aych Salamat Takk Arigatou Tack Tnan Aciu Korp kun kah Multumesk Terima kasih Danke Rahmat Gratias Mahalo Dhanyavaad Paldies Faleminderit Diolch Hvala Kam-sa-ham-ni-da Xe xe Mrcie Dankie Thank You Gerth Stlting Brodal [email protected]