30
Scalable Algorithms for Analysis of Massive, Streaming Graphs Jason Riedy, Georgia Institute of Technology; Henning Meyerhenke, Karlsruhe Inst. of Technology; with David Bader, David Ediger, and others at GT 15 February, 2012

SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Embed Size (px)

DESCRIPTION

Presentation at SIAM PP 2012 on our work analyzing massive streaming graph data.

Citation preview

Page 1: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Scalable Algorithms for Analysis of Massive,Streaming GraphsJason Riedy, Georgia Institute of Technology;Henning Meyerhenke, Karlsruhe Inst. of Technology;with David Bader, David Ediger, and others at GT

15 February, 2012

Page 2: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Outline

Motivation

TechnicalWhy analyze data streams?Overall streaming approachClustering coefficientsConnected componentsCommon aspects and questions

Session

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 2/29

Page 3: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Exascale Data Analysis

Health care Finding outbreaks, population epidemiology

Social networks Advertising, searching, grouping

Intelligence Decisions at scale, regulating algorithms

Systems biology Understanding interactions, drug design

Power grid Disruptions, conservation

Simulation Discrete events, cracking meshes

The data is full of semantically rich relationships.Graphs! Graphs! Graphs!

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 3/29

Page 4: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Graphs are pervasive

• Sources of massive data: petascale simulations, experimentaldevices, the Internet, scientific applications.

• New challenges for analysis: data sizes, heterogeneity,uncertainty, data quality.

AstrophysicsProblem Outlier detectionChallenges Massive datasets, temporal variationGraph problems Matching,clustering

BioinformaticsProblem Identifying targetproteinsChallenges Dataheterogeneity, qualityGraph problems Centrality,clustering

Social InformaticsProblem Emergent behavior,information spreadChallenges New analysis,data uncertaintyGraph problems Clustering,flows, shortest paths

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 4/29

Page 5: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

These are not easy graphs.Yifan Hu’s (AT&T) visualization of the Livejournal data set

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 5/29

Page 6: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

But no shortage of structure...

Protein interactions, Giot et al., “A ProteinInteraction Map of Drosophila melanogaster”,Science 302, 1722-1736, 2003.

Jason’s network via LinkedIn Labs

• Globally, there rarely are good, balanced separators in thescientific computing sense.

• Locally, there are clusters or communities and many levels ofdetail.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 6/29

Page 7: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Also no shortage of data...

Existing (some out-of-date) data volumes

NYSE 1.5 TB generated daily into a maintained 8 PB archive

Google “Several dozen” 1PB data sets (CACM, Jan 2010)

LHC 15 PB per year (avg. 21 TB daily)http://public.web.cern.ch/public/en/lhc/

Computing-en.html

Wal-Mart 536 TB, 1B entries daily (2006)

EBay 2 PB, traditional DB, and 6.5PB streaming, 17 trillionrecords, 1.5B records/day, each web click is 50-150details. http://www.dbms2.com/2009/04/30/

ebays-two-enormous-data-warehouses/

Faceboot 845 M users... and growing.

• All data is rich and semantic (graphs!) and changing.

• Base data rates include items and not relationships.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 7/29

Page 8: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

General approaches

• High-performance static graph analysis• Develop techniques that apply to unchanging massive graphs.• Provides useful after-the-fact information, starting points.• Serves many existing applications well: market research, much

bioinformatics, ...

• High-performance streaming graph analysis• Focus on the dynamic changes within massive graphs.• Find trends or new information as they appear.• Serves upcoming applications: fault or threat detection, trend

analysis, ...

Both very important to different areas.Remaining focus is on streaming.

Note: Not CS theory streaming, but analysis of streaming data.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 8/29

Page 9: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Why analyze data streams?

Data volumes

NYSE 1.5TB daily

LHC 41TB daily

Facebook Who knows?

Data transfer• 1 Gb Ethernet: 8.7TB daily at

100%, 5-6TB daily realistic

• Multi-TB storage on 10GE: 300TBdaily read, 90TB daily write

• CPU ↔ Memory: QPI,HT:2PB/day@100%

Data growth

• Facebook: > 2×/yr

• Twitter: > 10×/yr

• Growing sources:Bioinformatics,µsensors, security

Speed growth

• Ethernet/IB/etc.: 4× in next 2years. Maybe.

• Flash storage, direct: 10× write,4× read. Relatively huge cost.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 9/29

Page 10: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Overall streaming approach

Protein interactions, Giot et al., “A ProteinInteraction Map of Drosophila melanogaster”,Science 302, 1722-1736, 2003.

Jason’s network via LinkedIn Labs

Assumptions

• A graph represents some real-world phenomenon.• But not necessarily exactly!• Noise comes from lost updates, partial information, ...

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 10/29

Page 11: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Overall streaming approach

Protein interactions, Giot et al., “A ProteinInteraction Map of Drosophila melanogaster”,Science 302, 1722-1736, 2003.

Jason’s network via LinkedIn Labs

Assumptions

• We target massive, “social network” graphs.• Small diameter, power-law degrees• Small changes in massive graphs often are unrelated.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 11/29

Page 12: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Overall streaming approach

Protein interactions, Giot et al., “A ProteinInteraction Map of Drosophila melanogaster”,Science 302, 1722-1736, 2003.

Jason’s network via LinkedIn Labs

Assumptions

• The graph changes, but we don’t need a continuous view.• We can accumulate changes into batches...• But not so many that it impedes responsiveness.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 12/29

Page 13: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Difficulties for performance

• What partitioningmethods apply?

• Geometric? Nope.• Balanced? Nope.• Is there a single, useful

decomposition?Not likely.

• Some partitions exist, butthey don’t often helpwith balanced bisection ormemory locality.

• Performance needs newapproaches, not juststandard scientificcomputing methods.

Jason’s network via LinkedIn Labs

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 13/29

Page 14: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

STING’s focus

Source data

predictionaction

summary

Control

VizSimulation / query

• STING manages queries against changing graph data.• Visualization and control often are application specific.

• Ideal: Maintain many persistent graph analysis kernels.• Keep one current snapshot of the graph resident.• Let kernels maintain smaller histories.• Also (a harder goal), coordinate the kernels’ cooperation.

• Gather data into a typed graph structure, STINGER.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 14/29

Page 15: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

STINGER

STING Extensible Representation:

• Rule #1: No explicit locking.• Rely on atomic operations.

• Massive graph: Scattered updates, scattered reads rarelyconflict.

• Use time stamps for some view of time.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 15/29

Page 16: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Initial results

Prototype STING and STINGER

Monitoring the following properties:

1 clustering coefficients,

2 connected components, and

3 community structure (in progress).

High-level

• Support high rates of change, over 10k updates per second.

• Performance scales somewhat with available processing.

• Gut feeling: Scales as much with sockets as cores.

http://www.cc.gatech.edu/stinger/

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 16/29

Page 17: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Experimental setup

Unless otherwise noted

Line Model Speed (GHz) Sockets Cores

Nehalem X5570 2.93 2 4Westmere E7-8870 2.40 4 10

• Westmere loaned by Intel (thank you!)

• All memory: 1067MHz DDR3, installed appropriately

• Implementations: OpenMP, gcc 4.6.1, Linux ≈ 3.0 kernel

• Artificial graph and edge stream generated by R-MAT[Chakrabarti, Zhan, & Faloutsos].

• Scale x , edge factor f ⇒ 2x vertices, ≈ f · 2x edges.• Edge actions: 7/8th insertions, 1/8th deletions• Results over five batches of edge actions.

• Caveat: No vector instructions, low-level optimizations yet.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 17/29

Page 18: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Clustering coefficients

• Used to measure “small-world-ness”[Watts & Strogatz] and potentialcommunity structure

• Larger clustering coefficient ⇒ moreinter-connected

• Roughly the ratio of the number of actualto potential triangles

v

i

j

m

n

• Defined in terms of triplets.

• i – v – j is a closed triplet (triangle).

• m – v – n is an open triplet.

• Clustering coefficient:# of closed triplets / total # of triplets

• Locally around v or globally for entire graph.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 18/29

Page 19: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Updating triangle counts

Given Edge {u, v} to be inserted (+) or deleted (-)

Approach Search for vertices adjacent to both u and v , updatecounts on those and u and v

Three methods

Brute force Intersect neighbors of u and v by iterating over each,O(dudv ) time.

Sorted list Sort u’s neighbors. For each neighbor of v , check if inthe sorted list.

Compressed bits Summarize u’s neighbors in a bit array. Reducescheck for v ’s neighbors to O(1) time each.Approximate with Bloom filters. [MTAAP10]

All rely on atomic addition.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 19/29

Page 20: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Batches of 10k actions

ThreadsGraph size: scale 22, edge factor 16

Upd

ates

per

sec

onds

, bot

h m

etric

and

ST

ING

ER

103.5

104

104.5

105

105.5

Brute force

●●

5.1e+03

1.7e+04 3.4e+04

3.9e+03

1.5e+04

0 20 40 60 80

Bloom filter

●●

●●●●●●

●●●

●●●

●●

2.4e+04

8.8e+04 1.2e+05

2.0e+04

1.3e+05

0 20 40 60 80

Sorted list

●●

●●●

●●●

●●

●●

●●●

●●●

● ●

●●

●●

2.2e+04

8.8e+04 1.4e+05

1.7e+04

1.2e+05

0 20 40 60 80

Machine

a 4 x E7−8870

a 2 x X5570

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 20/29

Page 21: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Different batch sizes

ThreadsGraph size: scale 22, edge factor 16

Upd

ates

per

sec

onds

, bot

h m

etric

and

ST

ING

ER

103.5

104

104.5

105

105.5

103.5

104

104.5

105

105.5

103.5

104

104.5

105

105.5

Brute force

●●●

●●

●●

●●

●●●●●●●●●

●●●

●●

0 20 40 60 80

Bloom filter

●●

●●●●

●●●

●●●●●

● ●

●●●●● ●●●

●●●

●●●●

●●

0 20 40 60 80

Sorted list

●●●

●●

●●

●●●●●

●●

●●●●●

●●●●●

●●

●●

●●●

●●●●● ● ●

●●●●

0 20 40 60 80

1001000

10000

Machine

4 x E7−8870

2 x X5570

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 21/29

Page 22: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Different batch sizes: Reactivity

ThreadsGraph size: scale 22, edge factor 16

Sec

onds

bet

wee

n up

date

s, b

oth

met

ric a

nd S

TIN

GE

R

10−310−2.5

10−210−1.5

10−110−0.5

100

10−310−2.5

10−210−1.5

10−110−0.5

100

10−310−2.5

10−210−1.5

10−110−0.5

100

Brute force

●●

●●

●●

●●●●

●●●●●●●●●●●●●●

●●

0 20 40 60 80

Bloom filter

●●

●●●●

●●●●

●●●●●

● ●

●●●●● ●●●

●●●●●●●

●●●

0 20 40 60 80

Sorted list

●●

●●●

●●●●●

●●

●●●●●

●●●●●

●●

●●

●●●

●●●●● ● ●

●●●●

0 20 40 60 80

1001000

10000

Machine

4 x E7−8870

2 x X5570

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 22/29

Page 23: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Connected components

• Maintain a mapping from vertex tocomponent.

• Global property, unlike trianglecounts

• In “scale free” social networks:• Often one big component, and• many tiny ones.

• Edge changes often sit withincomponents.

• Remaining insertions mergecomponents.

• Deletions are more difficult...

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 23/29

Page 24: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Connected components

• Maintain a mapping from vertex tocomponent.

• Global property, unlike trianglecounts

• In “scale free” social networks:• Often one big component, and• many tiny ones.

• Edge changes often sit withincomponents.

• Remaining insertions mergecomponents.

• Deletions are more difficult...

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 24/29

Page 25: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Connected components: Deleted edges

The difficult case• Very few deletions

matter.

• Determining whichmatter may require alarge graph search.

• Re-running staticcomponentdetection.

• (Long history, seerelated work in[MTAAP11].)

• Coping mechanisms:• Heuristics.• Second level of

batching.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 25/29

Page 26: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Deletion heuristics

Rule out effect-less deletions• Use the spanning tree by-product of static connected

component algorithms.

• Ignore deletions when one of the following occur:

1 The deleted edge is not in the spanning tree.2 If the endpoints share a common neighbor∗.3 If the loose endpoint can reach the root∗.

• In the last two (∗), also fix the spanning tree.

Rules out 99.7% of deletions.

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 26/29

Page 27: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Connected components: Performance

ThreadsGraph size: scale 22, edge factor 16

Upd

ates

per

sec

onds

, bot

h m

etric

and

ST

ING

ER

103

104

105

106

103

104

105

106

103

104

105

106

2.4e+03 1.6e+04 6.4e+033.2e+03 2.0e+03

1.7e+04 7.7e+04 1.4e+041.9e+04 2.0e+04

5.8e+04 1.3e+05 1.5e+055.5e+04 1.1e+05

12 4 6 8 12 16 24 32 40 48 56 64 72 80

1001000

10000

Machine

a 4 x E7−8870

a 2 x X5570

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 27/29

Page 28: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Common aspects

• Each parallelizes sufficiently well over the affected vertices V ′,those touched by new or removed edges.

• Total amount of work is O(Vol(V ′)) = O(∑

v∈V ′ deg(v)).

• Our in-progress work on refining or re-agglomeratingcommunities with updates also is O(Vol(V ′)).

• How many interesting graph properties can be updated withO(Vol(V ′)) work?

• Do these parallelize well?

• The hidden constant and how quickly performance becomesasymptotic determines the metric update rate. Whatimplementation techniques bash down the constant?

• How sensitive are these metrics to noise and error?

• How quickly can we “forget” data and still maintain metrics?

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 28/29

Page 29: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Session outline

Emergent Behavior Detection in Massive Graphs :Nadya Bliss and Benjamin Miller, MassachusettsInstitute of Technology, USA

Scalable Graph Clustering and Analysis with KDT :John R. Gilbert and Adam Lugowski, University ofCalifornia, Santa Barbara, USA; Steve Reinhardt, Cray,USA

Multiscale Approach for Network Compression-friendly Ordering :Ilya Safro, Argonne National Laboratory, USA; BorisTemkin, Weizmann Institute of Science, Israel

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 29/29

Page 30: SIAM PP 2012: Scalable Algorithms for Analysis of Massive, Streaming Graphs

Acknowledgment of support

SIAM PP 2012—Scalable Algorithms for Analysis of Massive, Streaming Graphs—Jason Riedy 30/29