Difference between revisions of "Main Page"

From HTC-as-a-Service, KISTI
Jump to: navigation, search
(Articles in Refereed Conferences and Workshops)
(Articles in Refereed Conferences and Workshops)
Line 61: Line 61:
 
# Jik-Soo Kim, Seungwoo Rho, Minho Lee, Seoyoung Kim, Sangwan Kim, and Soonwook Hwang, '''Large-Scale Drug Repositioning Simulation based on HTCaaS''', [http://www.kiise.or.kr/conference02/ Korea Computer Congress 2014], June 2014 ['''Best Paper Award''']
 
# Jik-Soo Kim, Seungwoo Rho, Minho Lee, Seoyoung Kim, Sangwan Kim, and Soonwook Hwang, '''Large-Scale Drug Repositioning Simulation based on HTCaaS''', [http://www.kiise.or.kr/conference02/ Korea Computer Congress 2014], June 2014 ['''Best Paper Award''']
 
# Sangwan Kim, Seungwoo Rho, Seoyoung Kim, Jik-Soo Kim, and Soonwook Hwang, '''An Implementation of HTCaaS User Web Portal: Easy Start of HTCaaS''', International Conference on Convergence Content (ICCC) 2014, June 2014.
 
# Sangwan Kim, Seungwoo Rho, Seoyoung Kim, Jik-Soo Kim, and Soonwook Hwang, '''An Implementation of HTCaaS User Web Portal: Easy Start of HTCaaS''', International Conference on Convergence Content (ICCC) 2014, June 2014.
 +
# Seungwoo Rho, Jik-Soo Kim, Sangwan Kim, Seoyoung Kim, and Soonwook Hwang, '''A Scalability Performance Study for General-Purpose Applications on HTCaaS :The Database Perspective''', International Conference on Convergence Content (ICCC) 2014, June 2014.
 
# Jik-Soo Kim, Seungwoo Rho, Seoyoung Kim, Sangwan Kim, Seok-KyooKim, and SoonwookHwang, '''Large-Scale Scientific Simulations throughout HTCaaS: Technologies, Practice and Applications''', [http://event.twgrid.org/isgc2014/index.html International Symposium on Grids and Clouds 2014 (ISGC 2014)], March 2014. ([[Media:HTCaaS-ISGC2014.pdf|PDF]])
 
# Jik-Soo Kim, Seungwoo Rho, Seoyoung Kim, Sangwan Kim, Seok-KyooKim, and SoonwookHwang, '''Large-Scale Scientific Simulations throughout HTCaaS: Technologies, Practice and Applications''', [http://event.twgrid.org/isgc2014/index.html International Symposium on Grids and Clouds 2014 (ISGC 2014)], March 2014. ([[Media:HTCaaS-ISGC2014.pdf|PDF]])
 
# Jik-Soo Kim, Seungwoo Rho, Seoyoung Kim, Sangwan Kim, Seokkyoo Kim, and Soonwook Hwang, '''HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large-Scale Scientific Computing''', [http://datasys.cs.iit.edu/events/MTAGS13/ 6th Workshop on Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS'13)] held with SC13, November 2013. ([http://datasys.cs.iit.edu/events/MTAGS13/p02.pdf PDF])
 
# Jik-Soo Kim, Seungwoo Rho, Seoyoung Kim, Sangwan Kim, Seokkyoo Kim, and Soonwook Hwang, '''HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large-Scale Scientific Computing''', [http://datasys.cs.iit.edu/events/MTAGS13/ 6th Workshop on Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS'13)] held with SC13, November 2013. ([http://datasys.cs.iit.edu/events/MTAGS13/p02.pdf PDF])

Revision as of 06:02, 21 August 2014




High-Throughput Computing as a Service (HTCaaS)

High-Throughput Computing (HTC) consists of running many loosely-coupled tasks that are independent (there is no communication needed between them) but requires a large amount of computing power during relatively a long period of time. Middleware systems such as Condor or BOINC have successfully achieved a tremendous computing power by harnessing a large number of computing resources. However, as the number of jobs and the complexity of scientific applications increase, it becomes a challenge for the traditional middleware systems employing typically a single type of resources (e.g., clusters of workstations, desktop machines over Internet) to solve the given scientific problem within a reasonable amount of time. Also, recent emerging applications requiring millions or even billions of tasks to be processed with relatively short per task execution times have led the traditional HTC to expand into Many-Task Computing (MTC).

Therefore, to effectively support complex and demanding scientific applications, it is inevitable to harness as many computing resources as possible including Supercomputers, Grids, and even Cloud. However, it is challenging for researchers to effectively utilize available resources that are under control by independent resource providers as the number of jobs (that should be submitted at once) increase dramatically (as in parameter sweeps or N-body calculations).

We designed and implemented the HTCaaS (High-Throughput Computing as a Service) system that can hide heterogeneity and complexity of leveraging different computing resources from users, and efficiently submit a large number of jobs at once by effectively managing and exploiting of all available computing resources.

Our Design Philosophy is as followings:

  • Ease of Use: We minimize user overhead for handling a large amount of jobs & computing resources
  • Intelligent Resource Selection: HTCaaS can automatically select more responsive and effective resources and adapt to the current load by dynamically adjusting acquired resources
  • Pluggable Interface to Resources: We adopt GANGA's plugin mechanism for accessing heterogeneous computing resources without hardcoding
  • Support for Many Client Interfaces: A wide range of client interfaces are supported including a native WS-interface, Java API, and Client tools (CLI, GUI)

System Architecture & Components

HTCaaS system consists of five server-side modules (Account Manager, User Data Manager, Job Manager, Agent Manager, Monitoring Manager) and two client-side tools (Command-Line Interface and Graphic User Interface).


HTCaaS Architecture


A job in our system is the data and associated profile that describes a computation to be performed. Since users may want to submit a large number of jobs by employing parameter sweeps or N-body calculations, HTCaaS introduces a concept of the Meta-Job which specifies a higher-level job description based on the OGF JSDL standard. Once a Meta-Job is submitted, HTCaaS automatically splits it into many jobs and inserts them into the Job Queue (implemented in ActiveMQ) managed by the Job Manager. All of required input data and produced results are stored at the User Data Manager. Once jobs are submitted into our system, agents (implemented in Java) are dispatched from Agent Manager and process jobs in Supercomputers, Grids, and Clouds. HTCaaS employs agent-based multi-level scheduling & streamlined job dispatching so that a first-level request to a batch scheduler (e.g., Load Leveler in PLSI Supercomputers, gLite for Grids, PBS for Amazon EC2) reserves resources by submitting agents as batch jobs and then each agent proactively pulls the tasks from the Job Manager which implements the lightweight and fast job dispatching mechanisms.

Therefore, users of HTCaaS are able to submit and execute hundreds of thousands of jobs (which can be simply expressed by a single JSDL script) within an automated process, effectively monitor them and process the final results. For those who are not familiar with XML style of scripting, we also provide an easy-to-use GUI tool which can automatically generate JSDL script based on user’s input so that it can be submitted into our system. The overall steps of job submission and execution in HTCaaS system are as followings:


JobSubExecSteps


  1. User logins HTCaaS and uploads input data through User Data Manager.
  2. User submits a Meta-Job (written in JSDL) which can be composed of multiple tasks.
  3. HTCaaS automatically divides a Meta-Job into multiple tasks based on the specification and insert them into the Job Queue.
  4. Agent Manager dispatches agents based on job requirements and resource availability.


Comparison

Publications

Articles in Refereed Journals

  1. Jik-Soo Kim, Beomseok Nam, and Alan Sussman, Scalable and effective peer-to-peer desktop grid system, Springer Cluster Computing, July 2014 (DOI10.1007/s10586-014-0390-z)
  2. Jik-Soo Kim, Seok-Kyoo Kim, Sangwan Kim, Seungwoo Rho, Seoyoung Kim, and Soonwook Hwang, An Analysis of Multi-level Scheduling Mechanism for Large-scale Scientific Computing, Journal of KIISE: Computing Practices and Letters, Volume 20, Number 7, July 2014 (URL).
  3. Seok-kyoo Kim, Jik-Soo Kim, Sangwan Kim, Seungwoo Rho, Seoyoung Kim, and Soonwook Hwang, HTCaaS(High Throughput Computing as a Service) in Supercomputing Environment, Journal of the Korea Contents Association, Volume 14, Number 5, May 2014 (URL)
  4. Seoyoung Kim, Jik-Soo Kim, Soonwook Hwang, and Yoonhee Kim, Towards effective science cloud provisioning for a large-scale high-throughput computing, Springer Cluster Computing, April 2014 (DOI 10.1007/s10586-014-0371-2)
  5. Jik-Soo Kim, Seok-Kyoo Kim, Sangwan Kim, Seungwoo Rho, Seoyoung Kim, and Soonwook Hwang, High-Throughput Computing over Distributed Supercomputing Infrastructures: Technologies and Challenges, Journal of Next Generation Information Technology (JNIT), Volume 4, Number 8, October 2013.
  6. Jik-Soo Kim, Sangwan Kim, Seokkyoo Kim, Seoyoung Kim, Seungwoo Rho, Ok-Hwan Byeon, and Soonwook Hwang, Towards a Next Generation Distributed Middleware System for Many-Task Computing, International Journal of Software Engineering and Its Applications, Volume 7, Number 4, pages 379-389, July 2013.

Articles in Refereed Conferences and Workshops

  1. Jik-Soo Kim, Seungwoo Rho, Minho Lee, Seoyoung Kim, Sangwan Kim, and Soonwook Hwang, Large-Scale Drug Repositioning Simulation based on HTCaaS, Korea Computer Congress 2014, June 2014 [Best Paper Award]
  2. Sangwan Kim, Seungwoo Rho, Seoyoung Kim, Jik-Soo Kim, and Soonwook Hwang, An Implementation of HTCaaS User Web Portal: Easy Start of HTCaaS, International Conference on Convergence Content (ICCC) 2014, June 2014.
  3. Seungwoo Rho, Jik-Soo Kim, Sangwan Kim, Seoyoung Kim, and Soonwook Hwang, A Scalability Performance Study for General-Purpose Applications on HTCaaS :The Database Perspective, International Conference on Convergence Content (ICCC) 2014, June 2014.
  4. Jik-Soo Kim, Seungwoo Rho, Seoyoung Kim, Sangwan Kim, Seok-KyooKim, and SoonwookHwang, Large-Scale Scientific Simulations throughout HTCaaS: Technologies, Practice and Applications, International Symposium on Grids and Clouds 2014 (ISGC 2014), March 2014. (PDF)
  5. Jik-Soo Kim, Seungwoo Rho, Seoyoung Kim, Sangwan Kim, Seokkyoo Kim, and Soonwook Hwang, HTCaaS: Leveraging Distributed Supercomputing Infrastructures for Large-Scale Scientific Computing, 6th Workshop on Many-Task Computing on Clouds, Grids, and Supercomputers (MTAGS'13) held with SC13, November 2013. (PDF)
  6. Soonwook Hwang, Seoyoung Kim, Jik-Soo Kim, Seungwoo Rho, Sangwan Kim, Seokkyoo Kim, HTCaaS: Efficient and Simplified Large-Scale Scientific Computing over Supercomputers, Grids and Cloud, Research Poster at ACM Cloud and Autonomic Computing Conference (CAC 2013), August 2013. (PDF)
  7. Seoyoung Kim, Jik-Soo Kim, Soonwook Hwang and Yoonhee Kim, An Allocation and Provisioning Model of Science Cloud for High Throughput Computing Applications, 1st International Workshop on Autonomic Management of Grid and Cloud Computing (AMGCC’13) held with ACM CAC 2013, August 2013. (PDF)
  8. Jik-Soo Kim, Beomseok Nam and Alan Sussman, Autonomic Load Balancing Mechanisms in the P2P Desktop Grid, 1st International Workshop on Autonomic Management of Grid and Cloud Computing (AMGCC’13) held with ACM CAC 2013, August 2013. (PDF)
  9. Jik-Soo Kim, Seokkyoo Kim , Sangwan Kim, Seungwoo Rho, Seoyoung Kim, and Soonwook Hwang, Leveraging Distributed Supercomputing Infrastructures to support Large-Scale Scientific Computing, 3rd International Conference on Convergence Technology (ICCT’2013), July 2013.
  10. Jik-Soo Kim, Sangwan Kim, Seokkyoo Kim, Seoyoung Kim, Seungwoo Rho, Ok-Hwan Byeon, and Soonwook Hwang, From High-Throughput Computing to Many-Task Computing: Challenges, Systems and Applications, 2nd International Conference on Software Technology (SoftTech 2013), April 2013.
  11. Sangwan Kim, Seoyoung Kim, Seungwoo Rho, Seokkyoo Kim, Jik-Soo Kim and Soonwook Hwang, HTCaaS, a Viable Choice for Efficient and Simplified Large-Scale Scientific Computing, Research Poster at YongPyong International Winter Conference on Particle Physics (YongPyong-2013), February 2013.
  12. Seungwoo Rho, Seoyoung Kim, Sangwan Kim, Seokkyoo Kim, Jik-Soo Kim and Soonwook Hwang, HTCaaS: A Large-Scale High-Throughput Computing by Leveraging Grids, Supercomputers and Cloud, Research Poster at IEEE/ACM International Conference for High Performance Computing, Networking, Storage and Analysis (SC12), November 2012. (PDF)
  13. Sehoon Lee, Seokkyoo Kim, Seungwoo Rho and Soonwook Hwang, HTCaaS (HTC as a Service): A Large-scale HTC Problem Solving Environment Using Distributed and Heterogeneous Infrastructures, 2012 International Symposium on Grids and Clouds (ISGC), Feb 2012. (PDF)

Downloads & Demos

HTCaaS CLI

HTCaaS GUI

HTCaaS Web Portal

Start HTCaaS

Utility

In details

If you have questions about HTCaaS, e-mail to htcaas-admin@kisti.re.kr