+ All Categories
Home > Documents > Trace Synchronization of multilevel, multicore distributed...

Trace Synchronization of multilevel, multicore distributed...

Date post: 06-May-2018
Category:
Upload: phungthuy
View: 221 times
Download: 3 times
Share this document with a friend
20
Trace Synchronization of multi-level, multi-core distributed systems Masoume Jabbarifar Michel Dagenais Robert Roy DORSAL 8 Dec 2010 École Polytechnique, Montreal
Transcript

Trace Synchronization of multi­level, multi­core distributed systems

Masoume Jabbarifar Michel Dagenais

Robert Roy

DORSAL8 Dec 2010

École Polytechnique, Montreal

2 Tracing and monitoring distributed multi-core systems

Content● Why synchronization

● Synchronization methods

● Problem and Goals

● Architecture

● Synchronization optimization

● Mammoth cluster

● NS2 Simulation

● Results

● Streaming trace synchronization

● Challenges

● References

3 Tracing and monitoring distributed multi-core systems

Why synchronization?

4 Tracing and monitoring distributed multi-core systems

Synchronization Methods 

clock1=α+βclock0

Linear regression Convex Hull

5 Tracing and monitoring distributed multi-core systems

Problem and Goals? 

● Total synchronization time increases with the number of nodes and packet exchanges in the network!

» For example, with 21 nodes and about 200,000 packets, synchronization takes 20 minutes.

● Optimization Goals:● Save synchronization time● Keep total accuracy

6 Tracing and monitoring distributed multi-core systems

ArchitectureTraces Processing

Checktracepoints

Matching

Find matched events

Reduction Analysis

sync.

?

propagation?Apply

ToTraces

Optimization

accuracy

Optimization

OptimizationExtract events

Improve α and β

7 Tracing and monitoring distributed multi-core systems

Synchronization

2

0

3 4

1

510

5

15

10

5 25

15

8 Tracing and monitoring distributed multi-core systems

Optimized Synchronization

2

0

3 4

1

10

15

25

15(α,β)

(α,β)

(α,β)

(α,β)

9 Tracing and monitoring distributed multi-core systems

Accuracy Parameters

• Distance • Quality of network path• Network latency• …

Two Explicit Parameters:The number of exchanged packet The number of hops to the Reference Node

10 Tracing and monitoring distributed multi-core systems

MAMMOTH ClusterMammoth is a very large Linux cluster located in Sherbrooke University

It contains two partitions:

➢ Serial: Pentium 4 computers connected by Gigabit network

➢ Parallel: Opteron connected by an Infiniband network

11 Tracing and monitoring distributed multi-core systems

NS2 Simulation 

12 Tracing and monitoring distributed multi-core systems

Demo 

13 Tracing and monitoring distributed multi-core systems

Result (1/2)

No. of Nodes

Total No. of Packets

Previous Sync. Time

Optimized Sync. Time

Saved Time Percentage

4 1437 8.669469 6.042749 2.5 s 30%

5 2098 13.393313 7.94.772 5.5 s 40%

6 13044 79.606987 69.066550 10.5 s 13%

21 173985 19.5 min 15.5 min 4 min 20%

14 Tracing and monitoring distributed multi-core systems

Result (2/2)

➢ 10 to 40% time optimization depends on:

1.Number of removed links

2.Number of packets in removed links

15 Tracing and monitoring distributed multi-core systems

 Streaming Trace Synchronization ➢ Sliding window

● Combine with convex hull

16 Tracing and monitoring distributed multi-core systems

Streaming Trace Synchronization

t

t CH

CM t

t CH

CM

Window 1Window 2

α1 & β1 α2 & β2

...

Window 1 Window 2

17 Tracing and monitoring distributed multi-core systems

Streaming history

● Keep relevant information from previous window:

1. No need to repeat processing and matching of packets.

2. Save and reuse previous points located on the convex hull.

18 Tracing and monitoring distributed multi-core systems

 Challenges in streaming mode 

● Some nodes may be unconnected ● Round Trip Time is needed for Convex-hull and

there is always delay to send Acks● Buffering ● ...

19 Tracing and monitoring distributed multi-core systems

Conclusion and Future work

● Integration of streaming synchronization with Lttv

● Optimizations● Optimizing streaming synchronization for

multiple nodes● Simulations● Testing on real hardware environment

20 Tracing and monitoring distributed multi-core systems

References [1] B. Poirier, R. Roy and M. Dagenais, “Accurate offline synchronization of distributed traces using kernel-

level events, 2010.

[2] J. H. Deschenes, M. Desnoyers and M. Dagenais. “Tracing Time Operating System State Determination,” The Open Software Engineering Journal, vol. 2, 2008, pp. 40-44.

[3] A. D. Ksehmkalyani and M. Singhal, “Logical time,” in Distributed Computing: Principles, Algorithms, and Systems, 1st ed., USA: Cambridge University Press, 2008, pp. 50-84.

[4] H. Khlifi and J. C. Gregorie, " Low-complexity offline and online clock skew estimation and removal," The International Journal of Computer and Telecommunications Networking, vol. 50, no. 11, pp. 1872-1884, 2006.

[5] L. Chai, Q. Gao and D. K. Panda, “Understanding the Impact of Multi-Core Architecture in Cluster Computing: A Case Study with Intel Dual-Core System,” Proceedings of the Seventh IEEE International Symposium on Cluster Computing and the Grid, Rio De Janeiro, Brazil, 2007, pp. 471-478.

[6] J. M. Jezequel and C. Jard, “Building a global clock for observing computations in distributed memory parallel computers,” Concurrency: Practice and Experience, vol 2, no. 1, 1996, pp. 71-89

[7] E. Betti, M. Cesati, R Gioiosa and F. Piermaria, “A global operating system for HPC clusters,” IEEE International Conference on Cluster Computing and Workshops, 2009.

[8] R. Sirdey and F. Maurice, “A linear programming approach to highly precise clock synchronization over a packet network,” 4OR: A Quarterly Journal of Operations Research, vol. 6, no. 4, 2008, pp. 393-401.

[9] C. N. Keltcher, K. J. McGrath, A. Ahmed, and P. Conway, “The amd opteron processor for multiprocessor servers,” IEEE Micro, vol. 23, no. 2, 2003, pp. 66–76.


Recommended