SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group...

97
SALSA SALSA Cloud Technologies and Applications Indiana University SALSA Group [email protected] [email protected] http://salsaweb.indiana.edu/salsa / Community Grids Laboratory Pervasive Technology Institute Indiana University

Transcript of SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group...

Page 1: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSASALSA

Cloud Technologies and Applications

Indiana University

SALSA [email protected] [email protected] http://salsaweb.indiana.edu/salsa/

Community Grids Laboratory

Pervasive Technology Institute

Indiana University

Page 2: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Collaborators in SALSA Project

Indiana UniversitySALSA Technology Team

Geoffrey Fox Judy QiuScott BeasonJaliya Ekanayake Thilina GunarathneJong Youl ChoiYang RuanSeung-Hee BaeHui LiSaliya Ekanayake

Microsoft ResearchTechnology Collaboration

Azure (Clouds)Dennis GannonRoger BargaDryad (Parallel Runtime)Christophe Poulain CCR (Threading)George ChrysanthakopoulosDSS (Services)Henrik Frystyk Nielsen

Applications

Bioinformatics, CGB Haixu Tang, Mina Rho, Peter Cherbas, Qunfeng DongIU Medical School Gilbert LiuDemographics (Polis Center) Neil DevadasanCheminformatics David Wild, Qian ZhuPhysics CMS group at Caltech (Julian Bunn)

Community Grids Laband UITS RT – PTI

Page 3: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Cluster ConfigurationsFeature GCB-K18 @ MSR iDataplex @ IU Tempest @ IUCPU Intel Xeon

CPU L5420 2.50GHz

Intel Xeon CPU L5420 2.50GHz

Intel Xeon CPU E7450 2.40GHz

# CPU /# Cores per node

2 / 8 2 / 8 4 / 24

Memory 16 GB 32GB 48GB

# Disks 2 1 2

Network Giga bit Ethernet Giga bit Ethernet Giga bit Ethernet /20 Gbps Infiniband

Operating System Windows Server Enterprise - 64 bit

Red Hat Enterprise Linux Server -64 bit

Windows Server Enterprise - 64 bit

# Nodes Used 32 32 32

Total CPU Cores Used 256 256 768

DryadLINQ Hadoop/ Dryad / MPI DryadLINQ / MPI

Page 4: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Convergence is Happening

Multicore

Clouds

Data IntensiveParadigms

Data intensive application (three basic activities):capture, curation, and analysis (visualization)

Cloud infrastructure and runtime

Parallel threading and processes

Page 5: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Important Trends

• Data Deluge in all fields of science– Also throughout life e.g. web!– Preservation, Access/Use, Programming model

• Multicore implies parallel computing important again– Performance from extra cores – not extra clock

speed• Clouds – new commercially supported data

center model replacing compute grids

Page 6: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Intel’s Projection

Page 7: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Page 8: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Clouds as Cost Effective Data Centers

8

• Builds giant data centers with 100,000’s of computers; ~ 200 -1000 to a shipping container with Internet access

• “Microsoft will cram between 150 and 220 shipping containers filled with data center gear into a new 500,000 square foot Chicago facility. This move marks the most significant, public use of the shipping container systems popularized by the likes of Sun Microsystems and Rackable Systems to date.”

Page 9: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Clouds hide Complexity• SaaS: Software as a Service• IaaS: Infrastructure as a Service or HaaS: Hardware as a Service – get

your computer time with a credit card and with a Web interaface• PaaS: Platform as a Service is IaaS plus core software capabilities on

which you build SaaS• Cyberinfrastructure is “Research as a Service”• SensaaS is Sensors as a Service

9

2 Google warehouses of computers on the banks of the Columbia River, in The Dalles, OregonSuch centers use 20MW-200MW (Future) each 150 watts per coreSave money from large size, positioning with cheap power and access with Internet

Page 10: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Page 11: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Philosophy of Clouds and Grids• Clouds are (by definition) commercially supported approach

to large scale computing– So we should expect Clouds to replace Compute Grids– Current Grid technology involves “non-commercial” software

solutions which are hard to evolve/sustain– Maybe Clouds ~4% IT expenditure 2008 growing to 14% in 2012

(IDC Estimate)

• Public Clouds are broadly accessible resources like Amazon and Microsoft Azure – powerful but not easy to optimize and perhaps data trust/privacy issues

• Private Clouds run similar software and mechanisms but on “your own computers”

• Services still are correct architecture with either REST (Web 2.0) or Web Services

Page 12: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Cloud Computing: Infrastructure and Runtimes

• Cloud infrastructure: outsourcing of servers, computing, data, file space, utility computing, etc.– Handled through Web services that control virtual machine

lifecycles.• Cloud runtimes: tools (for using clouds) to do data-parallel

computations. – Apache Hadoop, Google MapReduce, Microsoft Dryad, and

others – Designed for information retrieval but are excellent for a wide

range of science data analysis applications– Can also do much traditional parallel computing for data-mining

if extended to support iterative operations– Not usually on Virtual Machines

Page 13: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Microsoft Project Objectives• Explore the applicability of Microsoft technologies to real world scientific domains with

a focus on data intensive applicationso Expect data deluge will demand multicore enabled data analysis/miningo Detailed objectives modified based on input from Microsoft such as interest in CCR,

Dryad and TPL• Evaluate and apply these technologies in demonstration systems

o Threading: CCR, TPLo Service model and workflow: DSS and Robotics toolkito MapReduce: Dryad/DryadLINQ compared to Hadoop and Azure o Classical parallelism: Windows HPCS and MPI.NET, o XNA Graphics based visualization

• Work performed using C#• Provide feedback to Microsoft• Broader Impact

o Papers, presentations, tutorials, classes, workshops, and conferenceso Provide our research work as services to collaborators and general science

community

Page 14: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Approach• Use interesting applications (working with domain experts) as benchmarks

including emerging areas like life sciences and classical applications such as particle physicso Bioinformatics - Cap3, Alu, Metagenomics, PhyloDo Cheminformatics - PubChemo Particle Physics - LHC Monte Carloo Data Mining kernels - K-means, Deterministic Annealing Clustering, MDS, GTM,

Smith-Waterman Gotoh• Evaluation Criterion for Usability and Developer Productivity

o Initial learning curveo Effectiveness of continuing developmento Comparison with other technologies

• Performance on both single systems and clusters

Page 15: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

• The term SALSA or Service Aggregated Linked Sequential Activities, describes our approach to multicore computing where we used services as modules to capture key functionalities implemented with multicore threading. o This will be expanded as a proposed approach to parallel computing where one

produces libraries of parallelized components and combines them with a generalized service integration (workflow) model

• We have adopted a multi-paradigm runtime (MPR) approach to support key parallel models with focus on MapReduce, MPI collective messaging, asynchronous threading, coarse grain functional parallelism or workflow.

• We have developed innovative data mining algorithms emphasizing robustness essential for data intensive applications. Parallel algorithms have been developed for shared memory threading, tightly coupled clusters and distributed environments. These have been demonstrated in kernel and real applications.

Overview of Multicore SALSA Project at IU

Page 16: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Use any Collection of Computers

• We can have various hardware– Multicore – Shared memory, low latency– High quality Cluster – Distributed Memory, Low latency– Standard distributed system – Distributed Memory, High latency

• We can program the coordination of these units by– Threads on cores– MPI on cores and/or between nodes– MapReduce/Hadoop/Dryad../AVS for dataflow– Workflow or Mashups linking services– These can all be considered as some sort of execution unit exchanging

information (messages) with some other unit• And there are traditional parallel computing higher level programming

models such as OpenMP, PGAS, HPCS Languages not addressed here

Page 17: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

• Dynamic Virtual Cluster provisioning via XCAT• Supports both stateful and stateless OS images

iDataplex Bare-metal Nodes

Linux Bare-system

Linux Virtual Machines

Windows Server 2008 HPC

Bare-system Xen Virtualization

Microsoft DryadLINQ / MPIApache Hadoop / MapReduce++ / MPI

Smith Waterman Dissimilarities, CAP-3 Gene Assembly, PhyloD Using DryadLINQ, High Energy Physics, Clustering, Multidimensional Scaling,

Generative Topological Mapping

XCAT Infrastructure

Xen Virtualization

Applications

Runtimes

Infrastructure software

Hardware

Windows Server 2008 HPC

Science Cloud (Dynamic Virtual Cluster) Architecture

Services

Page 18: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSASALSA

Runtime System Used We implement micro-parallelism using Microsoft CCR

(Concurrency and Coordination Runtime) as it supports both MPI rendezvous and dynamic (spawned) threading style of parallelism http://msdn.microsoft.com/robotics/

CCR Supports exchange of messages between threads using named ports and has primitives like:

FromHandler: Spawn threads without reading ports

Receive: Each handler reads one item from a single port

MultipleItemReceive: Each handler reads a prescribed number of items of a given type from a given port. Note items in a port can be general structures but all must have same type.

MultiplePortReceive: Each handler reads a one item of a given type from multiple ports.

CCR has fewer primitives than MPI but can implement MPI collectives efficiently

Use DSS (Decentralized System Services) built in terms of CCR for service model

DSS has ~35 µs and CCR a few µs overhead (latency, details later)

Page 19: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Microsoft Project Major Achievements• Analysis of CCR and DSS within SALSA paradigm with very detailed performance work on

CCR • Detailed analysis of Dryad and comparison with Hadoop and MPI. Initial comparison

with Azure• Comparison of TPL and CCR approaches to parallel threading• Applications to several areas including particle physics and especially life sciences• Demonstration that Windows HPC Clusters can efficiently run large scale data intensive

applications• Development of high performance Windows 3D visualization of points from dimension

reduction of high dimension datasets to 3D. These are used as Cheminformatics and Bioinformatics dataset browsers

• Proposed extensions of MapReduce to perform datamining efficiently• Identification of datamining as important application with new parallel algorithms for

Multi Dimensional Scaling MDS, Generative Topographic Mapping GTM, and Clustering for cases where vectors are defined or where one only knows pairwise dissimilarities between dataset points.

• Extension of robust fast deterministic annealing to clustering (vector and pairwise), MDS and GTM.

Page 20: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Broader Impact• Major Reports delivered to Microsoft on

o CCR/DSSo Dryado TPL comparison with CCR (short)

• Strong publication record (book chapters, journal papers, conference papers, presentations, technical reports) about TPL/CCR, Dryad , and Windows HPC.

• Promoted engagement of undergraduate students in new programming models using Dryad and TPL/CCR through class, REU, MSI program.

• To provide training on MapReduce (Dryad and Hadoop) for Big Data for Science to graduate students of 24 institutes worldwide through NCSA virtual summer school 2010.

• Organization of the Multicore workshop at CCGrid 2010, the Computation Life Sciences workshop at HPDC 2010, and the International Cloud Computing Conference 2010.

Page 21: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSAIntel’s Application Stack

Page 22: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Parallel Dataming Algorithms on Multicore

Developing a suite of parallel data-mining capabilities Clustering with deterministic annealing (DA) Mixture Models (Expectation Maximization) with DA Metric Space Mapping for visualization and analysis Matrix algebra as needed

Page 23: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

GENERAL FORMULA DAC GM GTM DAGTM DAGMN data points E(x) in D dimensions space and minimize F by EM

2

11

( ) ln{ exp[ ( ( ) ( )) / ] N

K

kx

F T p x E x Y k T

Deterministic Annealing Clustering (DAC) • F is Free Energy• EM is well known expectation maximization method•p(x) with p(x) =1•T is annealing temperature varied down from with final value of 1• Determine cluster center Y(k) by EM method• K (number of clusters) starts at 1 and is incremented by algorithm

Page 24: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Minimum evolving as temperature decreases Movement at fixed temperature going to local minima if not initialized “correctly”

Solve Linear Equations for each temperature

Nonlinearity removed by approximating with solution at previous higher temperature

DeterministicAnnealing

F({Y}, T)

Configuration {Y}

Page 25: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

DETERMINISTIC ANNEALING CLUSTERING OF INDIANA CENSUS DATADecrease temperature (distance scale) to discover more clusters

Page 26: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA30 Clusters

Renters

Asian

Hispanic

Total

30 Clusters 10 ClustersGIS Clustering

CHANGING RESOLUTION OF GIS CLUSTERING

Page 27: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Machine OS Runtime Grains Parallelism MPI Latency

Intel8(8 core, Intel Xeon CPU, E5345, 2.33 Ghz, 8MB cache, 8GB memory)(in 2 chips)

Redhat

MPJE(Java) Process 8 181

MPICH2 (C) Process 8 40.0

MPICH2:Fast Process 8 39.3

Nemesis Process 8 4.21

Intel8(8 core, Intel Xeon CPU, E5345, 2.33 Ghz, 8MB cache, 8GB memory)

Fedora

MPJE Process 8 157

mpiJava Process 8 111

MPICH2 Process 8 64.2

Intel8(8 core, Intel Xeon CPU, x5355, 2.66 Ghz, 8 MB cache, 4GB memory)

Vista MPJE Process 8 170

Fedora MPJE Process 8 142

Fedora mpiJava Process 8 100

Vista CCR (C#) Thread 8 20.2

AMD4(4 core, AMD Opteron CPU, 2.19 Ghz, processor 275, 4MB cache, 4GB memory)

XP MPJE Process 4 185

Redhat

MPJE Process 4 152

mpiJava Process 4 99.4

MPICH2 Process 4 39.3

XP CCR Thread 4 16.3

Intel4(4 core, Intel Xeon CPU, 2.80GHz, 4MB cache, 4GB memory)

XP CCR Thread 4 25.8

• MPI Exchange Latency in µs (20-30 µs computation between messaging)• CCR outperforms Java always and even standard C except for optimized Nemesis

Performance of CCR vs MPI for MPI Exchange Communication

Typical CCR Performance Measurement

Page 28: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Notes on Performance

• Speed up = T(1)/T(P) = (efficiency ) P – with P processors

• Overhead f = (PT(P)/T(1)-1) = (1/ -1)is linear in overheads and usually best way to record results if overhead small

• For communication f ratio of data communicated to calculation complexity = n-0.5 for matrix multiplication where n (grain size) matrix elements per node

• Overheads decrease in size as problem sizes n increase (edge over area rule)

• Scaled Speed up: keep grain size n fixed as P increases

• Conventional Speed up: keep Problem size fixed n 1/P

Page 29: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

CCR OVERHEAD FOR A COMPUTATIONOF 23.76 ΜS BETWEEN MESSAGING

Intel8b: 8 Core Number of Parallel Computations

(μs) 1 2 3 4 7 8

Spawned

Pipeline 1.58 2.44 3 2.94 4.5 5.06

Shift 2.42 3.2 3.38 5.26 5.14

Two Shifts 4.94 5.9 6.84 14.32 19.44

Pipeline 2.48 3.96 4.52 5.78 6.82 7.18

Shift 4.46 6.42 5.86 10.86 11.74

Exchange As Two Shifts

7.4 11.64 14.16 31.86 35.62

Exchange 6.94 11.22 13.3 18.78 20.16

Rendezvous

MPI

Page 30: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Overhead (latency) of AMD4 PC with 4 execution threads on MPI style Rendezvous Messaging for Shift and Exchange implemented either as two shifts or as custom CCR pattern

0

5

10

15

20

25

30

0 2 4 6 8 10

AMD Exch

AMD Exch as 2 Shifts

AMD Shift

Stages (millions)

Time Microseconds

Page 31: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Overhead (latency) of Intel8b PC with 8 execution threads on MPI style Rendezvous Messaging for Shift and Exchange implemented either as two shifts or as custom CCR pattern

0

10

20

30

40

50

60

70

0 2 4 6 8 10

Intel Exch

Intel Exch as 2 Shifts

Intel Shift

Stages (millions)

Time Microseconds

Page 32: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

-0.5

-0.4

-0.3

-0.2

-0.1

0

0.1

0.2

0.3

0.4

0.5

0.6

0.7

Parallel Pairwise Clustering PWDA Speedup Tests on eight 16-core Systems (6 Clusters, 10,000 records)

Threading with Short Lived CCR Threads

Parallel Overhead

1x2x

2

2x1x

22x

2x1

1x4x

21x

8x1

2x2x

22x

4x1

4x1x

24x

2x1

1x8x

2

2x4x

22x

8x1

4x2x

24x

4x1

8x1x

28x

2x1

1x16

x1

1x16

x22x

8x2

4x4x

28x

2x2

16x1

x2

2x8x

3

1x16

x3

2x4x

6

1x8x

81x

16x4

2x8x

4

16x1

x41x

16x8

4x4x

88x

2x8

16x1

x8

4x2x

64x

4x3

8x1x

84x

2x8

8x2x

4

4-way 8-way

16-way 32-way

48-way

64-way

128-way

Parallel Patterns (# Thread /process) x (# MPI process /node) x (# node)

1x2x

11x

1x2

2x1x

1

1x4x

1

4x1x

1

8x1x

1

16x1

x1

1x8x

6

2x4x

8

2x8x

8

2-way

June 3 2009

Page 33: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

June 11 2009

Parallel Overhead

Parallel Pairwise Clustering PWDA Speedup Tests on eight 16-core Systems (6 Clusters, 10,000 records)

Threading with Short Lived CCR Threads

Parallel Patterns (# Thread /process) x (# MPI process /node) x (# node)

-0.6

-0.5

-0.4

-0.3

-0.2

-0.1

0

0.1

0.2

2-way

1x2x

2

2x1x

22x

2x1

1x4x

21x

8x1

2x2x

22x

4x1

4x1x

24x

2x1

1x8x

2

2x4x

22x

8x1

4x2x

24x

4x1

8x1x

28x

2x1

1x16

x1

1x16

x22x

8x2

4x4x

28x

2x2

16x1

x2

2x8x

3

1x16

x3

2x4x

6

1x8x

81x

16x4

2x8x

4

16x1

x41x

16x8

4x4x

88x

2x8

16x1

x8

4x2x

6

4x2x

8

1x2x

11x

1x2

2x1x

1

1x4x

1

4x1x

1

16x1

x1

1x8x

6

2x4x

8

8x1x

1

4x4x

3

8x2x

316

x1x3

8x1x

88x

2x4

2x8x

8

4-way 8-way

16-way

32-way

48-way

64-way 128-way

Page 34: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

-0.4

-0.3

-0.2

-0.1

0

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.91x1x1

2x1x1

4x1x1

8x1x1

16x1x1

24x1x1

1x2x1

1x4x1

1x8x1

1x16x1

1x24x1

1x1x2

1x1x4

1x1x8

1x1x16

1x1x24

Patient2000

Patient4000

Patient10000

PWDA Parallel Pairwise data clustering by Deterministic Annealing run on 24 core computer

Parallel Pattern (Thread X Process X Node)

Threading

Intra-nodeMPI Inter-node

MPI

ParallelOverhead

June 11 2009

Page 35: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

8x1x

22x

1x4

4x1x

48x

1x4

16x1

x424

x1x4

2x1x

84x

1x8

8x1x

816

x1x8

24x1

x82x

1x16

4x1x

168x

1x16

16x1

x16

2x1x

244x

1x24

8x1x

2416

x1x2

424

x1x2

42x

1x32

4x1x

328x

1x32

16x1

x32

24x1

x32

0

0.1

0.2

0.3

0.4

0.5

0.6

0.7

0.8

0.9

1

Concurrent Threading on CCR or TPL Runtime(Clustering by Deterministic Annealing for ALU 35339 data points)

CCR TPL

Parallel Patterns (Threads/Processes/Nodes)

Para

llel O

verh

ead

Typical CCR Comparison with TPL

• Hybrid internal threading/MPI as intra-node model works well on Windows HPC cluster• Within a single node TPL or CCR outperforms MPI for computation intensive applications like

clustering of Alu sequences (“all pairs” problem)• TPL outperforms CCR in major applications

Efficiency = 1 / (1 + Overhead)

Page 36: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

1x1x1

2x1x1

2x1x2

4x1x1

1x4x2

2x2x2

4x1x2

4x2x1

1x8x2

2x8x1

8x1x2

1x24x1

4x4x2

1x8x6

2x4x6

4x4x3

24x1x2

2x4x8

8x1x8

8x1x1

0

24x1x4

4x4x8

1x24x8

24x1x1

2

24x1x1

6

1x24x2

4

24x1x2

80

0.5

1

1.5

2

2.5

3

3.5

4

4.5

5

Clustering by Deterministic Annealing(Parallel Overhead = [PT(P) – T(1)]/T(1), where T time and P number of parallel units)

Parallel Patterns (ThreadsxProcessesxNodes)

Para

llel O

verh

ead

Thread

MPI

MPI

Thread

Thread

ThreadThread

MPI

Thread

ThreadMPIMPI

Threading versus MPI on nodeAlways MPI between nodes

• Note MPI best at low levels of parallelism• Threading best at Highest levels of parallelism (64 way breakeven)• Uses MPI.Net as a wrapper of MS-MPI

MPI

MPI

Page 37: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Data Intensive Architecture

Prepare for Viz

MDS

InitialProcessing

Instruments

User Data

Users

Database

Database

Database

Database

Files

Files

Database

Database

Database

Database

Files

Files

Database

Database

Database

Database

Files

Files

Higher LevelProcessingSuch as R

PCA, ClusteringCorrelations …

Maybe MPI

VisualizationUser PortalKnowledgeDiscovery

Page 38: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

MapReduce “File/Data Repository” Parallelism

Instruments

Disks

Computers/Disks

Map1 Map2 Map3 Reduce

Communication via Messages/Files

Map = (data parallel) computation reading and writing dataReduce = Collective/Consolidation phase e.g. forming multiple global sums as in histogram

Portals/Users

Page 39: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Application Classes(Parallel software/hardware in terms of 5 “Application architecture” Structures)

1 Synchronous Lockstep Operation as in SIMD architectures

2 Loosely Synchronous

Iterative Compute-Communication stages with independent compute (map) operations for each CPU. Heart of most MPI jobs

3 Asynchronous Compute Chess; Combinatorial Search often supported by dynamic threads

4 Pleasingly Parallel Each component independent – in 1988, Fox estimated at 20% of total number of applications

Grids

5 Metaproblems Coarse grain (asynchronous) combinations of classes 1)-4). The preserve of workflow.

Grids

6 MapReduce++ It describes file(database) to file(database) operations which has three subcategories.

1) Pleasingly Parallel Map Only2) Map followed by reductions3) Iterative “Map followed by reductions” –

Extension of Current Technologies that supports much linear algebra and datamining

Clouds

Page 40: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Applications & Different Interconnection PatternsMap Only Classic

MapReduceIte rative Reductions

MapReduce++Loosely Synchronous

CAP3 AnalysisDocument conversion (PDF -> HTML)Brute force searches in cryptographyParametric sweeps

High Energy Physics (HEP) HistogramsSWG gene alignmentDistributed searchDistributed sortingInformation retrieval

Expectation maximization algorithmsClusteringLinear Algebra

Many MPI scientific applications utilizing wide variety of communication constructs including local interactions

- CAP3 Gene Assembly- PolarGrid Matlab data analysis

- Information Retrieval - HEP Data Analysis- Calculation of Pairwise Distances for ALU Sequences

- Kmeans - Deterministic Annealing Clustering- Multidimensional Scaling MDS

- Solving Differential Equations and - particle dynamics with short range forces

Input

Output

map

Inputmap

reduce

Inputmap

reduce

iterations

Pij

Domain of MapReduce and Iterative Extensions MPI

Page 41: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Some Life Sciences Applications• EST (Expressed Sequence Tag) sequence assembly program using DNA

sequence assembly program software CAP3.• Metagenomics and Alu repetition alignment using Smith Waterman

dissimilarity computations followed by MPI applications for Clustering and MDS (Multi Dimensional Scaling) for dimension reduction before visualization

• Correlating Childhood obesity with environmental factors by combining medical records with Geographical Information data with over 100 attributes using correlation computation, MDS and genetic algorithms for choosing optimal environmental factors.

• Mapping the 26 million entries in PubChem into two or three dimensions to aid selection of related chemicals with convenient Google Earth like Browser. This uses either hierarchical MDS (which cannot be applied directly as O(N2)) or GTM (Generative Topographic Mapping).

Page 42: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Cloud Related Technology Research

• MapReduce– Hadoop– Hadoop on Virtual Machines (private cloud)– Dryad (Microsoft) on Windows HPCS

• MapReduce++ generalization to efficiently support iterative “maps” as in clustering, MDS …

• Azure Microsoft cloud• FutureGrid dynamic virtual clusters switching

between VM, “Baremetal”, Windows/Linux …

Page 43: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

DNA Sequencing Pipeline

Visualization Plotviz

Blocking Sequencealignment

MDS

DissimilarityMatrix

N(N-1)/2 values

FASTA FileN Sequences

Form block

Pairings

Pairwiseclustering

Illumina/Solexa Roche/454 Life Sciences Applied Biosystems/SOLiD

Internet

Read Alignment

~300 million base pairs per day leading to~3000 sequences per day per instrument? 500 instruments at ~0.5M$ each

MapReduce

MPI

Page 44: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Dynamic Virtual Clusters

• Switchable clusters on the same hardware (~5 minutes between different OS such as Linux+Xen to Windows+HPCS)• Support for virtual clusters• SW-G : Smith Waterman Gotoh Dissimilarity Computation as an pleasingly parallel problem suitable for MapReduce

style applications

Pub/Sub Broker Network

Summarizer

Switcher

Monitoring Interface

iDataplex Bare-metal Nodes

XCAT Infrastructure

Virtual/Physical Clusters

Monitoring & Control Infrastructure

iDataplex Bare-metal Nodes (32 nodes)

XCAT Infrastructure

Linux Bare-

system

Linux on Xen

Windows Server 2008 Bare-system

SW-G Using Hadoop

SW-G Using Hadoop

SW-G Using DryadLINQ

Monitoring Infrastructure

Dynamic Cluster Architecture

Page 45: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

SALSA HPC Dynamic Virtual Clusters Demo

• At top, these 3 clusters are switching applications on fixed environment. Takes ~30 Seconds.• At bottom, this cluster is switching between Environments – Linux; Linux +Xen; Windows + HPCS. Takes about

~7 minutes.• It demonstrates the concept of Science on Clouds using a FutureGrid cluster.

Page 46: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Alu and Sequencing Workflow

• Data is a collection of N sequences – 100’s of characters long– These cannot be thought of as vectors because there are missing characters– “Multiple Sequence Alignment” (creating vectors of characters) doesn’t seem

to work if N larger than O(100)• Can calculate N2 dissimilarities (distances) between sequences (all pairs)• Find families by clustering (much better methods than Kmeans). As no vectors, use

vector free O(N2) methods• Map to 3D for visualization using Multidimensional Scaling MDS – also O(N2)• N = 50,000 runs in 10 hours (all above) on 768 cores• Our collaborators just gave us 170,000 sequences and want to look at 1.5 million –

will develop new algorithms!• MapReduce++ will do all steps as MDS, Clustering just need MPI Broadcast/Reduce

Page 47: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Pairwise Distances – ALU Sequences

• Calculate pairwise distances for a collection of genes (used for clustering, MDS)

• O(N^2) problem • “Doubly Data Parallel” at Dryad Stage• Performance close to MPI• Performed on 768 cores (Tempest Cluster)

35339 500000

2000

4000

6000

8000

10000

12000

14000

16000

18000

20000

DryadLINQMPI

125 million distances4 hours & 46

minutes

Processes work better than threads when used inside vertices 100% utilization vs. 70%

Page 48: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

0

..

..

(0,d-1)(0,d-1)

Upper triangle

0

1

2

D-1

0 1 2 D-1

NxN matrix broken down to DxD blocks

Blocks in lower triangle are not calculated directly

0(0,2d-1)(0,d-1)

0D-1

((D-1)d,Dd-1)(0,d-1)

D(0,d-1)(d,2d-1)

D+1(d,2d-1)(d,2d-1)

((D-1)d,Dd-1)((D-1)d,Dd-1)

DD-1

0 1 DD-1

V V V

....

V V V

..DryadLINQvertices

File I/O

DryadLINQvertices

Each D consecutive blocks are merged to form a set of row blocks each with NxD elementsprocess has workload of NxD elements

Blocks in upper triangle

0 1 1T 1 2T DD-1

V

2

File I/OFile I/O

Block Arrangement in Dryadand Hadoop

Execution Model in Dryadand Hadoop

Hadoop/Dryad Model

Need to generate a single file with full NxN distance matrix

Page 49: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

High Performance Dimension Reduction and Visualization

• Need is pervasive– Large and high dimensional data are everywhere: biology,

physics, Internet, …– Visualization can help data analysis

• Visualization with high performance– Map high-dimensional data into low dimensions.– Need high performance for processing large data– Developing high performance visualization algorithms:

MDS(Multi-dimensional Scaling), GTM(Generative Topographic Mapping), DA-MDS(Deterministic Annealing MDS), DA-GTM(Deterministic Annealing GTM), …

Page 50: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Dimension Reduction Algorithms• Multidimensional Scaling (MDS) [1]o Given the proximity information among points.o Optimization problem to find mapping in

target dimension of the given data based on pairwise proximity information while minimize the objective function.

o Objective functions: STRESS (1) or SSTRESS (2)

o Only needs pairwise distances ij between original points (typically not Euclidean)

o dij(X) is Euclidean distance between mapped (3D) points

• Generative Topographic Mapping (GTM) [2]o Find optimal K-representations for the given

data (in 3D), known as K-cluster problem (NP-hard)

o Original algorithm use EM method for optimization

o Deterministic Annealing algorithm can be used for finding a global solution

o Objective functions is to maximize log-likelihood:

[1] I. Borg and P. J. Groenen. Modern Multidimensional Scaling: Theory and Applications. Springer, New York, NY, U.S.A., 2005.[2] C. Bishop, M. Svens´en, and C. Williams. GTM: The generative topographic mapping. Neural computation, 10(1):215–234, 1998.

Page 51: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Analysis of 60 Million PubChem Entries

• With David Wild• 60 million PubChem compounds with 166 features

– Drug discovery– Bioassay

• 3D visualization for data exploration/mining– Mapping by MDS(Multi-dimensional Scaling) and

GTM(Generative Topographic Mapping)– Interactive visualization tool PlotViz– Discover hidden structures

Page 52: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Disease-Gene Data Analysis

• Workflow

Disease

Gene

PubChem3D Map

WithLabels

MDS/GTM-. 34K total -. 32K unique CIDs

-. 2M total -. 147K unique CIDs

-. 77K unique CIDs -. 930K disease and gene data

(Num of data)

Union

Page 53: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

MDS/GTM with PubChem

• Project data in the lower-dimensional space by reducing the original dimension

• Preserve similarity in the original space as much as possible

• GTM needs only vector-based data • MDS can process more general form of input

(pairwise similarity matrix)• We have used only 166-bit fingerprints so far

for measuring similarity (Euclidean distance)

Page 54: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

PlotViz Screenshot (I) - MDS

Page 55: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

PlotViz Screenshot (II) - GTM

Page 56: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

PlotViz Screenshot (III) - MDS

Page 57: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

PlotViz Screenshot (IV) - GTM

Page 58: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

High Performance Data Visualization..• Developed parallel MDS and GTM algorithm to visualize large and high-dimensional data• Processed 0.1 million PubChem data having 166 dimensions• Parallel interpolation can process up to 2M PubChem points

MDS for 100k PubChem data100k PubChem data having 166 dimensions are visualized in 3D space. Colors represent 2 clusters separated by their structural proximity.

GTM for 930k genes and diseasesGenes (green color) and diseases (others) are plotted in 3D space, aiming at finding cause-and-effect relationships.

GTM with interpolation for 2M PubChem data2M PubChem data is plotted in 3D with GTM interpolation approach. Red points are 100k sampled data and blue points are 4M interpolated points.

[3] PubChem project, http://pubchem.ncbi.nlm.nih.gov/

Page 59: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

MDS/GTM for 100K PubChem

GTMMDS

> 300

200 ~ 300

100 ~ 200

< 100

Number of Activity Results

Page 60: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Bioassay activity in PubChem

MDS GTM

Highly

Active

Active

Inactive

Highly

Inactive

Page 61: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Correlation between MDS/GTMM

DS

GTM

Canonical Correlation between MDS & GTM

Page 62: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Biology MDS and Clustering Results

Alu Families

This visualizes results of Alu repeats from Chimpanzee and Human Genomes. Young families (green, yellow) are seen as tight clusters. This is projection of MDS dimension reduction to 3D of 35399 repeats – each with about 400 base pairs

Metagenomics

This visualizes results of dimension reduction to 3D of 30000 gene sequences from an environmental sample. The many different genes are classified by clustering algorithm and visualized by MDS dimension reduction

Page 63: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSAHierarchical Subclustering

Page 64: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Applications using Dryad & DryadLINQ (1)

• Perform using DryadLINQ and Apache Hadoop implementations• Single “Select” operation in DryadLINQ• “Map only” operation in Hadoop

CAP3 [1] - Expressed Sequence Tag assembly to re-construct full-length mRNA

Input files (FASTA)

Output files

CAP3 CAP3 CAP3

0

100

200

300

400

500

600

700

Time to process 1280 files each with ~375 sequences

Ave

rage

Tim

e (S

econ

ds) Hadoop

DryadLINQ

[4] X. Huang, A. Madan, “CAP3: A DNA Sequence Assembly Program,” Genome Research, vol. 9, no. 9, pp. 868-877, 1999.

Page 65: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Applications using Dryad & DryadLINQ (2)

• Derive associations between HLA alleles and HIV codons and between codons themselves

PhyloD [2] project from Microsoft Research

0 20000 40000 60000 80000 100000 120000 1400000

200400600800

100012001400160018002000

05101520253035404550

Avg. Time

Time per Pair

Number of HLA&HIV Pairs

Avg.

tim

e on

48

CPU

core

s (Se

cond

s)

Avg.

Tim

e to

Cal

cula

te a

Pai

r (m

il-lis

econ

ds)

Scalability of DryadLINQ PhyloD Application

[5] Microsoft Computational Biology Web Tools, http://research.microsoft.com/en-us/um/redmond/projects/MSCompBio/

• Output of PhyloD shows the associations

Page 66: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

All-Pairs[3] Using DryadLINQ

35339 500000

2000400060008000

100001200014000160001800020000

DryadLINQMPI

Calculate Pairwise Distances (Smith Waterman Gotoh)

125 million distances4 hours & 46 minutes

• Calculate pairwise distances for a collection of genes (used for clustering, MDS)• Fine grained tasks in MPI• Coarse grained tasks in DryadLINQ• Performed on 768 cores (Tempest Cluster)

[5] Moretti, C., Bui, H., Hollingsworth, K., Rich, B., Flynn, P., & Thain, D. (2009). All-Pairs: An Abstraction for Data Intensive Computing on Campus Grids. IEEE Transactions on Parallel and Distributed Systems , 21, 21-36.

Page 67: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Dryad versus MPI for Smith Waterman

0

1

2

3

4

5

6

7

0 10000 20000 30000 40000 50000 60000

Tim

e pe

r dis

tanc

e ca

lcul

ation

per

core

(m

ilise

cond

s)

Sequeneces

Performance of Dryad vs. MPI of SW-Gotoh Alignment

Dryad (replicated data)

Block scattered MPI (replicated data)Dryad (raw data)

Space filling curve MPI (raw data)Space filling curve MPI (replicated data)

Flat is perfect scaling

Page 68: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Dryad Scaling on Smith Waterman

0

1

2

3

4

5

6

7

288 336 384 432 480 528 576 624 672 720

Tim

e p

er d

ista

nce

calc

ula

tion

pe

r cor

e

(mill

isec

ond

s)

Cores

DryadLINQ Scaling Test on SW-G Alignment

Flat is perfect scaling

Page 69: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Dryad for Inhomogeneous Data

Flat is perfect scaling – measured on Tempest

1100

1150

1200

1250

1300

1350

0 50 100 150 200 250 300 350

Tim

e (s

)

Standard Deviation of sequence lengths

Tim

e (m

s)

Sequence Length Standard Deviation

Mean Length 400

Total

Computation

Calculation Time per Pair [A,B] α Length A * Length B

Page 70: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Hadoop/Dryad Comparison“Homogeneous” Data

Dryad with Windows HPCS compared to Hadoop with Linux RHEL on IdataplexUsing real data with standard deviation/length = 0.1

30000 35000 40000 45000 50000 550000

0.002

0.004

0.006

0.008

0.01

0.012

Number of Sequences

Tim

e pe

r Alig

nmen

t (m

s)

Dryad

Hadoop

Page 71: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Hadoop/Dryad ComparisonInhomogeneous Data I

Dryad with Windows HPCS compared to Hadoop with Linux RHEL on Idataplex (32 nodes)

0 50 100 150 200 250 300150015501600165017001750180018501900

Randomly Distributed Inhomogeneous Data Mean: 400, Dataset Size: 10000

DryadLinq SWG Hadoop SWG Hadoop SWG on VM

Standard Deviation

Tim

e (s

)

Inhomogeneity of data does not have a significant effect when the sequence lengths are randomly distributed

Page 72: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Hadoop/Dryad ComparisonInhomogeneous Data II

Dryad with Windows HPCS compared to Hadoop with Linux RHEL on Idataplex (32 nodes)

0 50 100 150 200 250 3000

1,000

2,000

3,000

4,000

5,000

6,000

Skewed Distributed Inhomogeneous dataMean: 400, Dataset Size: 10000

DryadLinq SWG Hadoop SWG Hadoop SWG on VMStandard Deviation

Tota

l Tim

e (s

)

This shows the natural load balancing of Hadoop MR dynamic task assignment using a global pipe line in contrast to the DryadLinq static assignment

Page 73: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Hadoop VM Performance Degradation

• 15.3% Degradation at largest data set size

10000 20000 30000 40000 50000

-5%

0%

5%

10%

15%

20%

25%

30%

Perf. Degradation On VM (Hadoop)

No. of Sequences

Perf. Degradation = (Tvm – Tbaremetal)/Tbaremetal

Page 74: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Block Dependence of Dryad SW-GProcessing on 32 node IDataplex

Dryad Block Size D 128x128 64x64 32x32

Time to partition data 1.839 2.224 2.224

Time to process data 30820.0 32035.0 39458.0

Time to merge files 60.0 60.0 60.0

Total Time 30882.0 32097.0 39520.0

  

Smaller number of blocks D increases data size per block and makes cache use less efficientOther plots have 64 by 64 blocking

Page 75: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Dryad & DryadLINQ Evaluation

• Higher Jumpstart costo User needs to be familiar with LINQ constructs

• Higher continuing development efficiencyo Minimal parallel thinkingo Easy querying on structured data (e.g. Select, Join etc..)

• Many scientific applications using DryadLINQ including a High Energy Physics data analysis

• Comparable performance with Apache Hadoopo Smith Waterman Gotoh 250 million sequence alignments, performed

comparatively or better than Hadoop & MPI• Applications with complex communication topologies are harder to

implement

Page 76: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

PhyloD using Azure and DryadLINQ

• Derive associations between HLA alleles and HIV codons and between codons themselves

Page 77: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Mapping of PhyloD to Azure

Help

Track Jobs

Submit Job

PhyloD (Phylogeny-Based Association Analysis)Welcome User

©2008 Microsoft Corporation. All rights reserved. Terms of Use | Privacy Statement | Contact Us

Sign Out

Job Title:

Distribution:Partition Count:

FDR Method:

Include Targets as Predictors

Min. Null Count:

Min. Observation Count:

Browse…Select Tree File((((((((((((((((((((((((754:0.100769,557:0.073734):0.024153,(663:0.022593,475:0.034225):0.021583):0.021470,(564:0.017860,528:0.026359):0.014597):0.006955,((646:0.005174,337:0.005753):0.063339,(454:0.041017,293:0.139149):0.025256):0.020785):0.011426,(((712:0.012147,(170:0.034105,(((329:0.039189,275:0.021962):0.016105,(((((393:

0.015664,171:0.037004):0.005747,(207:0.014198,198:0.015145):0.038824):0.003974,688:0.057600)

Sample Tree File: Download

Browse…Select Predictor Filevar cid valAnHla 1 1AnHla 2 0AnHla 3 0AnHla 4 1

Sample Predictor File: Download

Browse…Select Target File

Sample Target File: Download

Submit

3

var cid valAnAA@APos 1 0AnAA@APos 2 0AnAA@APos 3 0AnAA@APos 4 1AnAA@APos 5 0

Use Sample Files

Client

Web Role

Tracking Tables

Work-Item Queue

Local Storage

Local Storage

Local Storage

Blob containers

Worker Roles

Local Storage

Page 78: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

• Efficiency vs. number of worker roles in PhyloD prototype run on Azure March CTP

• Number of active Azure workers during a run of PhyloD application

PhyloD Azure Performance

Page 79: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

CAP3 - DNA Sequence Assembly Program

IQueryable<LineRecord> inputFiles=PartitionedTable.Get <LineRecord>(uri);

IQueryable<OutputInfo> = inputFiles.Select(x=>ExecuteCAP3(x.line));

[1] X. Huang, A. Madan, “CAP3: A DNA Sequence Assembly Program,” Genome Research, vol. 9, no. 9, pp. 868-877, 1999.

EST (Expressed Sequence Tag) corresponds to messenger RNAs (mRNAs) transcribed from the genes residing on chromosomes. Each individual EST sequence represents a fragment of mRNA, and the EST assembly aims to re-construct full-length mRNA sequences for each expressed gene.

V V

Input files (FASTA)

Output files

\\GCB-K18-N01\DryadData\cap3\cluster34442.fsa\\GCB-K18-N01\DryadData\cap3\cluster34443.fsa

...\\GCB-K18-N01\DryadData\cap3\cluster34467.fsa

\DryadData\cap3\cap3data100,344,CGB-K18-N011,344,CGB-K18-N01

…9,344,CGB-K18-N01

Cap3data.00000000

Input files (FASTA)

Cap3data.pfGCB-K18-N01

Page 80: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

CAP3 - Performance

Page 81: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Application Classes

1 Synchronous Lockstep Operation as in SIMD architectures

2 Loosely Synchronous

Iterative Compute-Communication stages with independent compute (map) operations for each CPU. Heart of most MPI jobs

MPP

3 Asynchronous Compute Chess; Combinatorial Search often supported by dynamic threads

MPP

4 Pleasingly Parallel Each component independent – in 1988, Fox estimated at 20% of total number of applications

Grids

5 Metaproblems Coarse grain (asynchronous) combinations of classes 1)-4). The preserve of workflow.

Grids

6 MapReduce++ It describes file(database) to file(database) operations which has subcategories including.

1) Pleasingly Parallel Map Only2) Map followed by reductions3) Iterative “Map followed by reductions” –

Extension of Current Technologies that supports much linear algebra and datamining

Clouds

Hadoop/Dryad Twister

Old classification of Parallel software/hardwarein terms of 5 (becoming 6) “Application architecture” Structures)

Page 82: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Twister(MapReduce++)• Streaming based communication• Intermediate results are directly

transferred from the map tasks to the reduce tasks – eliminates local files

• Cacheable map/reduce tasks• Static data remains in memory

• Combine phase to combine reductions• User Program is the composer of

MapReduce computations• Extends the MapReduce model to

iterative computations

Data Split

D MRDriver

UserProgram

Pub/Sub Broker Network

D

File System

M

R

M

R

M

R

M

R

Worker Nodes

M

R

D

Map Worker

Reduce Worker

MRDeamon

Data Read/Write

Communication

Reduce (Key, List<Value>)

Iterate

Map(Key, Value)

Combine (Key, List<Value>)

User Program

Close()

Configure()Staticdata

δ flow

Different synchronization and intercommunication mechanisms used by the parallel runtimes

Page 83: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Iterative Computations

K-means Matrix Multiplication

Performance of K-Means Parallel Overhead Matrix Multiplication

Page 84: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

High Energy Physics Data Analysis

• Histogramming of events from a large (up to 1TB) data set• Data analysis requires ROOT framework (ROOT Interpreted Scripts)• Performance depends on disk access speeds• Hadoop implementation uses a shared parallel file system (Lustre)

– ROOT scripts cannot access data from HDFS– On demand data movement has significant overhead

• Dryad stores data in local disks – Better performance

Page 85: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Reduce Phase of Particle Physics “Find the Higgs” using Dryad

• Combine Histograms produced by separate Root “Maps” (of event data to partial histograms) into a single Histogram delivered to Client

Higgs in Monte Carlo

Page 86: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Kmeans Clustering

• Iteratively refining operation• New maps/reducers/vertices in every iteration • File system based communication• Loop unrolling in DryadLINQ provide better performance• The overheads are extremely large compared to MPI• CGL-MapReduce is an example of MapReduce++ -- supports MapReduce

model with iteration (data stays in memory and communication via streams not files)

Time for 20 iterations

LargeOverheads

Page 87: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Matrix Multiplication & K-Means ClusteringUsing Cloud Technologies

• K-Means clustering on 2D vector data

• Matrix multiplication in MapReduce model

• DryadLINQ and Hadoop, show higher overheads

• Twister (MapReduce++) implementation performs closely with MPI

K-Means Clustering

Matrix Multiplication

Parallel Overhead Matrix Multiplication

Average Time K-means Clustering

Page 88: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Different Hardware/VM configurations

• Invariant used in selecting the number of MPI processes

Ref Description Number of CPU cores per virtual or bare-metal node

Amount of memory (GB) per virtual or bare-metal node

Number of virtual or bare-metal nodes

BM Bare-metal node 8 32 161-VM-8-core(High-CPU Extra Large Instance)

1 VM instance per bare-metal node

8 30 (2GB is reserved for Dom0)

16

2-VM-4- core 2 VM instances per bare-metal node

4 15 32

4-VM-2-core 4 VM instances per bare-metal node

2 7.5 64

8-VM-1-core 8 VM instances per bare-metal node

1 3.75 128

Number of MPI processes = Number of CPU cores used

Page 89: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

MPI ApplicationsFeature Matrix

multiplicationK-means clustering Concurrent Wave Equation

Description •Cannon’s Algorithm •square process grid

•K-means Clustering•Fixed number of iterations

•A vibrating string is (split) into points•Each MPI process updates the amplitude over time

Grain Size

Computation Complexity

O (n^3) O(n) O(n)

Message Size

Communication Complexity

O(n^2) O(1) O(1)

Communication/Computation

n

n

n

d

n

n

C

d

n1

11

Page 90: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

MPI on Clouds: Matrix Multiplication

• Implements Cannon’s Algorithm• Exchange large messages• More susceptible to bandwidth than latency• At 81 MPI processes, 14% reduction in

speedup is seen for 1 VM per node

Performance - 64 CPU cores Speedup – Fixed matrix size (5184x5184)

Page 91: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

MPI on Clouds Kmeans Clustering

• Perform Kmeans clustering for up to 40 million 3D data points

• Amount of communication depends only on the number of cluster centers

• Amount of communication << Computation and the amount of data processed

• At the highest granularity VMs show at least 33% overhead compared to bare-metal

• Extremely large overheads for smaller grain sizes

Performance – 128 CPU cores Overhead

Overhead = (P * T(P) –T(1))/T(1)

Page 92: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

MPI on Clouds Parallel Wave Equation Solver

• Clear difference in performance and speedups between VMs and bare-metal

• Very small messages (the message size in each MPI_Sendrecv() call is only 8 bytes)

• More susceptible to latency• At 51200 data points, at least 40%

decrease in performance is observed in VMs

Performance - 64 CPU cores Total Speedup – 30720 data points

Page 93: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Child Obesity Study• Discover environmental factors related with child

obesity• About 137,000 Patient records with 8 health-related

and 97 environmental factors has been analyzedHealth data Environment data

BMIBlood Pressure

WeightHeight

GreennessNeighborhood

PopulationIncome

Genetic Algorithm

Canonical Correlation Analysis

Visualization

Page 94: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

• MDS of 635 Census Blocks with 97 Environmental Properties• Shows expected Correlation with Principal Component – color varies from

greenish to reddish as projection of leading eigenvector changes value• Ten color bins used

Apply MDS to Patient Record Dataand correlation to GIS propertiesMDS and Primary PCA Vector

Page 95: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

The plot of the first pair of canonical variables for 635 Census Blocks compared to patient records

Canonical Correlation Analysis and Multidimensional Scaling

Page 96: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Summary: Key Features of our Approach I

• Intend to implement range of biology applications with Dryad/Hadoop• FutureGrid allows easy Windows v Linux with and without VM comparison• Initially we will make key capabilities available as services that we eventually

implement on virtual clusters (clouds) to address very large problems– Basic Pairwise dissimilarity calculations– R (done already by us and others)– MDS in various forms– Vector and Pairwise Deterministic annealing clustering

• Point viewer (Plotviz) either as download (to Windows!) or as a Web service• Note much of our code written in C# (high performance managed code) and runs

on Microsoft HPCS 2008 (with Dryad extensions)– Hadoop code written in Java

Page 97: SALSASALSASALSASALSA Cloud Technologies and Applications Indiana University SALSA Group xqiu@indiana.eduxqiu@indiana.edu gcf@indiana.edugcf@indiana.edu.

SALSA

Summary: Key Features of our Approach II

• Dryad/Hadoop/Azure promising for Biology computations• Dynamic Virtual Clusters allow one to switch between

different modes• Overhead of VM’s on Hadoop (15%) acceptable• Inhomogeneous problems currently favors Hadoop over

Dryad• MapReduce++ allows iterative problems (classic linear

algebra/datamining) to use MapReduce model efficiently– Prototype Twister released