<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">The umbrella project of volunteer distributed computing Optima@home *</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Ilya</forename><forename type="middle">I</forename><surname>Kurochkin</surname></persName>
							<email>kurochkin@iitp.ru</email>
							<affiliation key="aff0">
								<orgName type="institution">IITP RAS</orgName>
								<address>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">The umbrella project of volunteer distributed computing Optima@home *</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">8CB06518F8AB566DB30F0D67181584C6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T13:55+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<abstract/>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>As far as distributed computing is concerned, which can be defined as an approach to solve large scale computing problems using personal computers (PC) that organized as a computing system, the most crucial part is related to desktop grids and volunteer computing. The definition of volunteer distributed computing is computing using voluntarily provided computing resources organized in a desktop grid.</p><p>There are several platforms for distributed computing (including desktop grid): Globus [Foster&amp; <ref type="bibr" target="#b0">Kesselman 1997]</ref>, HTCondor <ref type="bibr" target="#b1">[Litzkow at al., 1988]</ref>, Legion, but the most widely used is BOINC <ref type="bibr" target="#b2">[Anderson 2004</ref>], [boincstats.com ] at this moment. There are about one hundred of public international projects in volunteer computing based on BOINC platform <ref type="bibr">[boincstats.com ]</ref> . These projects involve about 16 million PCs <ref type="bibr">[boincstats.com ]</ref> . The BOINC platform has a client-server architecture.</p><p>The vast majority of volunteer distributed computing are the scientific projects of the world's leading universities and scientific organizations. The total computing power of volunteer computers exceeds the computing power of modern supercomputers. The peak computing power reaches 150 PetaFLOPS, and the current real power is about 15 PetaFLOPS (∼ 10 % of the peak power).</p><p>One or several experiments can be performed with the help of one volunteer computing project. Experiments in the project are united by a common theme, in addition, they are conducted by one scientific group.</p><p>The exception is so-called, umbrella projects. Experiments that are not related to each other by a common theme and experimental purposes can be performed in the umbrella project. Besides, each experiment is carried out by an independent scientific group. The beginning and the end of the experiments occur asynchronously. It is assumed that the umbrella project works at any time and the probability of downtime is much lower. When organizing umbrella projects, efforts can be saved to deploy and support a separate project. As a result, there is an opportunity to conduct experiments with low computational complexity.</p><p>Examples of existing international umbrella projects are World Community Grid and PrimeGrid. They are the largest projects in terms of the number of active computing nodes at the moment <ref type="bibr">[boincstats.com ]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">How does the BOINC project work?</head><p>The majority of voluntary computing projects are organized to solve one scientific problem. A series of numerical experiments is required to solve the problem. As a rule, the problem can be divided into a set of independent tasks <ref type="bibr" target="#b4">[Benoit, et al., 2010]</ref>. Each task is calculated on a separate computing node of the distributed system. Most projects have only one application for the conduction of one or a series of computational experiments. Different sets of input data are used for different tasks. This type of problems is called "bag of tasks" in the literature <ref type="bibr" target="#b5">[Choi S. J. et al., 2007]</ref> or a problem shared by data. Examples of such problems are problems of combinatorics <ref type="bibr" target="#b3">[Vatutin at al., 2017]</ref> and exhaustive search, SAT approach <ref type="bibr">[Zaikin at al., 2015]</ref>, simulation modeling problems <ref type="bibr" target="#b7">[Ivashko &amp; Golovin 2015]</ref>, some of machine learning problems and others.</p><p>The BOINC server-side (BOINC server) must be deployed in order to start the project on the BOINC platform. The generated input data for tasks calculation and a computational application are stored on BOINC server. The results of calculations are also stored on the BOINC project server. To connect a computing node to the BOINC project, it is necessary to install the client-side of BOINC (the BOINC client) and join the project.</p><p>The computational application is uploaded to a desktop grid node once, and input data sets (work units) are uploaded as needed. Due to the unreliability of desktop grid nodes, each work unit is sent to several users (initial replication copies) to increase the probability of obtaining a work unit on time (before the deadline) or earlier.</p><p>The deadline parameter equals 10 days and significantly exceeds the work unit execution time (from several minutes to several hours) for most BOINC projects. The results are sent back to the server after the work unit is completed. To check the results, several results should be obtained by default for comparison (quorum). The results of the execution of one work unit obtained at different computational nodes are compared bit-by-bit and the results are recognized as valid in the case of coincidence. Users receive credits for calculating the work unit results that are recognized as correct. Credits are granted in the project according to a single principle and this is called system for granting credits. The speed of the work unit calculation (from the moment the work unit is received to the moment the result is returned), the computational complexity of the work unit, the power of the computer, etc. can be taken into account when granting credits.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Tweaking the BOINC project</head><p>The speed and probability of getting the correct result grows as a result of increasing the number of copies of one work unit. However, the computational capacity of the desktop grid is significantly reduced in total.</p><p>The use of replication in the desktop grid follows from the main features of such distributed systems:</p><p>• Heterogeneity of nodes in a distributed system, and, consequently, different calculation speed;</p><p>• Autonomy of calculations on various nodes, and, consequently, impossibility of constant coordination of calculations among nodes;</p><p>• Unreliability of connections and possible disconnection of computing nodes;</p><p>• Unstable time of continuous operation of the node and the difficulty of calculating long work units;</p><p>• The presence of errors and delays in calculations.</p><p>There are several ways to increase the computing power of the entire distributed system:</p><p>• Tweaking the replication settings (redundancy setting);</p><p>• Presence of checkpoints (saving of intermediate results);</p><p>• Ensuring the integrity of input data, checkpoints and final results (possibility of check results for one copy);</p><p>• Configuring the load balancing system (increasing the likelihood of obtaining results on time).</p><p>For example, to evaluate the correctness of the result for one instance, it is necessary to implement both the results check (on the server side) and the integrity of input data and results on the client-side (computing node).</p><p>In addition to the technical ways to increase the computational capacity of a desktop grid, the number of nodes can be increased in the grid system. Since voluntary distributed computing is considered, it is possible to increase the number of nodes only by recruiting new volunteer (called crunchers in slang) and retaining existing ones. Since voluntary computing is considered, it is possible to increase the number of nodes only by recruiting new crunchers and retaining existing ones. In order to do this, it is necessary to understand what crunchers want (the usage of sociological methods), make the project understandable to a wide range of crunchers (compiling a popular scientific description of the project and ongoing experiments), constantly attract crunchers ' attention with new information on the project's website and in other ways [Yakimets &amp; <ref type="bibr" target="#b8">Kurochkin (2015)</ref>].</p><p>In spite of the seeming simplicity of deploying a new project, quite large amount of works must be done. Below is an approximate list of works with a division into 4 sections. It is common for situations to arise when a research team successfully deploys a BOINC project, but only performs the technical part from the above list of works. At the same time, support is not placed high emphasis or its value is underestimated. As a result, a stage of stagnation comes after an active start when there are no changes in the project, including the project website, the current errors are not corrected, new results are not published. This leads to a natural loss of interest to the project, an outflow of crunchers and, as a result, a significant reduction in the computing power of the project.</p><p>There are frequent mistakes in deploying and supporting voluntary computing projects:</p><p>• The absence of checkpoint in computational application;</p><p>• Lack of feedback from the administration of a project;</p><p>• The lack of a popular scientific description of a numerical experiment on a project website;</p><p>• Prolonged absence of new assignments and project timeout;</p><p>• The deadlock of cruncher computers while running a computational application;</p><p>• The occurrence of errors in the calculations for the most part;</p><p>• Long time of tasks calculation (more than one day);</p><p>• Absence of estimation of working time for each work unit.</p><p>Drawing up a list of works and estimating costs when deploying and maintaining a voluntary computing project is the key to its successful functioning and increasing computing power.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Umbrella BOINC-project</head><p>Umbrella BOINC project is a project that have several independent computational applications. There is a functionality in the client-side that allow user choosing computational applications for launch Figure <ref type="figure">1</ref> shows. An example of the umbrella project is the World Community Grid, which is supported by IBM and supports medical experiments.</p><p>Figure <ref type="figure">1</ref>: Scheme of tasks distribution in an umbrella project Using the umbrella project for voluntary distributed computing can significantly reduce the cost of organizing and maintaining the project. In fact, it is only necessary to refine the computational application and make a brief description of the conducted experiment. According to the list of works, it is necessary to implement only the technical part (1) and the popular scientific description of the experiment (3.2). The rest of the work is carried out by the organizers of the umbrella project, as they have more experience in supporting projects of voluntary computing.</p><p>There is an opportunity of conducting numerical experiments of different duration: long (more than 6 months), medium (1-6 months) and short (less than 1 month) and also the experiments of various scientific groups. The needs of several scientific groups in the computing resources will exceed the needs of one scientific group. Consequently, the umbrella project will constantly contain tasks for calculation in the interests of one or more experiments. At the same time, computational applications can use different resources for calculation (CPU, GPU, Intel Xeon Phi).</p><p>The audience of the already functioning umbrella project will be several times larger than the audience of a separate distributed computing project even after the initial stage, when the number of crunchers in the project is small.</p><p>The usage of the umbrella project allows you to conduct small experiments with minimal costs on an existing project with a large computing power.</p><p>The development of the concept of voluntary computing and the increasing popularity of BOINC platform led to the fact that many new voluntary computing projects appeared in Russia in 2016-2017(Uspex@home, AndersonAttack@home, XASONS forCOD, ODLK@home others). Some of them carry out small computational experiments, and activity in the project alternates with a period of absence of assignments. The usage of the umbrella project for small experiments has significantly allowed to reduce costs of organizing calculations.</p><p>It should be noted that the requirements for the umbrella project itself are increasing with a significant reduction in the cost of launch of a new computing experiment.</p><p>The umbrella project is characterized by the following features:</p><p>• Big number of users;</p><p>• Diversity of computing tasks;</p><p>• Large amount of input data and results;</p><p>• Increased requirements for reliability of the server-side of the BOINC project;</p><p>• Scaling simplicity in the case of significant increase of number and/or activity of users;</p><p>• Increased requirements for interactions with users, both on the project website and on other cruncher community communication platforms.</p><p>5 Fault-tolerance and scalability of the BOINC project</p><p>The problem of fault tolerance and scalability of the server part of projects is one of the main ones in the development of the BOINC platform <ref type="bibr" target="#b10">[Kurochkin &amp; Saevskiy (2016)</ref>]. Failure of the project is necessary due to a large number of technical failures. Due to the large average load on the umbrella project, the requirements for the hardware and software components of the server part of the BOINC project are growing.</p><p>Figure <ref type="figure">2</ref>: The scheme of the server part of the BOINC project</p><p>For the normal operation of the umbrella project and enhancement of fault tolerance, the following steps can be taken:</p><p>• Using distributed file systems;</p><p>• Database replication;</p><p>• Implementing a load balancing system;</p><p>• Implementation of monitoring of the components of the server part of the BOINC project.</p><p>In addition to the described steps, one should not forget about such measures as</p><p>• Regular backup of the project database;</p><p>• Uploading results to cloud or external file storages;</p><p>• Regular restart of all services (daemons) of BOINC server part.</p><p>Distributed file systems can be used as a solution to ensure uninterrupted access to files. Distributed file systems can provide the necessary performance and reliability for the BOINC project. But it should be noted that it will be necessary to optimize the use of the network by these systems. Since in the case of a large stream of data being downloaded to the server and using the replication function at the file system level, rather than at the hardware level, the telecommunications network becomes a bottleneck.</p><p>Load balancing is the distribution of the load on different components of the BOINC project. DNS servers by default can distribute the load evenly. But not all requests are uniform, and one can take 1 second and another 200 milliseconds. This can cause a different load on the server, despite the same number of requests received. The balancer can distribute requests to the server using various algorithms (eg round-robin, random, etc.).</p><p>Database replication this solution will increase the bandwidth of the database for reading, a duplicating element will appear, which eliminates a single point of failure of the system. Separating the database into 2 databases -analytical (large) and operational (small) will entail certain difficulties. As the modifications in the code significantly increase the costs and complicate the further support of the BOINC project when upgrading the platform from the official repository. Another approach is to use several replicas of the database to use a replica in the event of a failure of the main database.</p><p>As a result, the following scheme of the server part of the umbrella project is suggested, taking into account the requirements for fault tolerance and scalability. Private umbrella project in distributed computing with possible participation of big number of users. Popularization of distributed computing technologies among high school students (9-11). BOINC, as an example of actual distributed computing technologies. Within an optional course for calculations, studying subject areas of projects, for creation of technical applications, as an information exchange platform, as a tool for conducting competitions.</p><p>Private umbrella project in distributed computing SandBox for testing applications.</p><p>Open umbrella project of voluntary calculations for conducting series of experiments on various subjects (large and small experiments). As an area of interest for new small experiments and arranging the creation of new projects in distributed computing.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: The proposed scheme of the umbrella project</figDesc><graphic coords="6,89.81,309.43,448.24,193.09" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="4,141.96,161.78,343.96,220.69" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="5,97.12,305.07,433.63,193.10" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>List of works for a BOINC project</figDesc><table><row><cell>Section</cell><cell></cell><cell>#</cell><cell>Name of work</cell><cell>Project stage</cell></row><row><cell>Technical costs</cell><cell></cell><cell>1.1</cell><cell>Creating the computational application with the</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell></cell><cell>preservation of intermediate results</cell><cell></cell></row><row><cell></cell><cell></cell><cell>1.2</cell><cell>Creating an input task generator</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell>1.3</cell><cell>Creating a Validator and a Results Aggregator</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell>1.4</cell><cell>Tweaking the parameters of the server part of the</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell></cell><cell>BOINC project</cell><cell></cell></row><row><cell>Organizational</cell><cell></cell><cell>2.1</cell><cell>Domain registration</cell><cell>Deployment</cell></row><row><cell>costs</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell>2.2</cell><cell>The information website of the project</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell>2.3</cell><cell>General description of scientific and administrative</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell></cell><cell>group of a project</cell><cell></cell></row><row><cell></cell><cell></cell><cell>2.4</cell><cell>Organization of competitions in the project</cell><cell>Support</cell></row><row><cell>Interaction</cell><cell>with</cell><cell>3.1</cell><cell>Popular scientific description of the scientific compo-</cell><cell>Deployment</cell></row><row><cell cols="2">the community of</cell><cell></cell><cell>nent of the project</cell><cell></cell></row><row><cell>crunchers</cell><cell></cell><cell></cell><cell></cell><cell></cell></row><row><cell></cell><cell></cell><cell>3.2</cell><cell>Regular popular scientific description of the numeri-</cell><cell>Support</cell></row><row><cell></cell><cell></cell><cell></cell><cell>cal experiments</cell><cell></cell></row><row><cell></cell><cell></cell><cell>3.3</cell><cell cols="2">Regular publication of results on the project website Support</cell></row><row><cell></cell><cell></cell><cell>3.4</cell><cell>Communicating with crunchers on forums</cell><cell>Support</cell></row><row><cell></cell><cell></cell><cell>3.5</cell><cell>Maintaining the project blog and publishing links to</cell><cell>Support</cell></row><row><cell></cell><cell></cell><cell></cell><cell>scientific articles</cell><cell></cell></row><row><cell cols="2">Additional costs</cell><cell>4.1</cell><cell>The development and implementation of the system</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell></cell><cell>for granting credits</cell><cell></cell></row><row><cell></cell><cell></cell><cell>4.2</cell><cell>Development and setup of the system for issuing vir-</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell></cell><cell>tual prizes</cell><cell></cell></row><row><cell></cell><cell></cell><cell>4.3</cell><cell>Design of the website and the information website of</cell><cell>Deployment</cell></row><row><cell></cell><cell></cell><cell></cell><cell>the project</cell><cell></cell></row><row><cell></cell><cell></cell><cell>4.4</cell><cell cols="2">Personalization of the intermediate results obtained Support</cell></row><row><cell></cell><cell></cell><cell>4.5</cell><cell>Visualization of the results obtained</cell><cell>Deployment</cell></row></table></figure>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Conclusions</head><p>Drawing up a list of works and estimating costs when deploying and maintaining the volunteer computing project is a key of its successful operation and increase in computing power.</p><p>The use of an umbrella project allows the scientific team conducting of small experiments with minimal costs on an existing project with a large computing power.</p><p>Attraction and training of specialists in distributed computing through the "school-university-scientific organization" is the basis for the development of high-performance computing in the future.</p><p>The use of an umbrella distributed computing project on BOINC platform allows a high school student and a student to get knowledge in practice with the current technologies in distributed computing, to study various aspects of Desktop grid functioning, to learn about the features of applications development for grid systems and to gain experience in conduction of a computational experiment on a real distributed system.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A metacomputing infrastructure toolkit</title>
		<author>
			<persName><forename type="first">Foster&amp;</forename><surname>Kesselman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">; I</forename><surname>Foster</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kesselman</forename><surname>Globus</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of High Performance Computing Applications</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="115" to="128" />
			<date type="published" when="1997">1997. 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Condor-a hunter of idle workstations</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Litzkow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Litzkow</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">W</forename><surname>Livny</surname></persName>
		</author>
		<author>
			<persName><surname>Mutka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Distributed Computing Systems</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="1988">1988. 1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">BOINC: a system for public-resource computing and storage</title>
		<author>
			<persName><forename type="first">Anderson</forename><forename type="middle">D</forename><surname>Anderson</surname></persName>
		</author>
		<ptr target="http://boincstats.com" />
	</analytic>
	<monogr>
		<title level="m">voluntary distributed computing projects on the BOINC platform</title>
				<imprint>
			<date type="published" when="2004">2004. 2004</date>
		</imprint>
	</monogr>
	<note type="report_type">Grid Computing</note>
	<note>boincstats.com ] The server of statistics of</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Using grid systems for enumerating combinatorial objects on example of diagonal Latin squares // CEUR Workshop proceedings</title>
		<author>
			<persName><surname>Vatutin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">I</forename><surname>Vatutin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">S</forename><surname>Zaikin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">D</forename><surname>Zhuravlev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">O</forename><surname>Manzyuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">E</forename><surname>Kochemazov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">S</forename><surname>Titov</surname></persName>
		</author>
		<idno>0074- 1787-5</idno>
	</analytic>
	<monogr>
		<title level="m">Selected Papers of the 7th International Conference Distributed Computing and Grid-technologies in Science and Education</title>
				<imprint>
			<date type="published" when="2017">2017. 2017</date>
			<biblScope unit="volume">1787</biblScope>
			<biblScope unit="page">486490</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Scheduling Concurrent Bag-of-Tasks Applications on Heterogeneous Plat-forms&amp;rdquo</title>
		<author>
			<persName><surname>Benoit</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. Computers</title>
		<imprint>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="202" to="217" />
			<date type="published" when="2010-02">2010. Feb. 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Characterizing and classifying desktop grid //Cluster Computing and the Grid</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Choi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Seventh IEEE International Symposium on. -IEEE</title>
				<imprint>
			<date type="published" when="2007">2007. 2007. 2007</date>
			<biblScope unit="page" from="743" to="748" />
		</imprint>
	</monogr>
	<note>CCGRID 2007</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Solving Weakened Cryptanalysis Problems for the Bivium Keystream Generator in the Volunteer Computing Project SAT@home</title>
		<author>
			<persName><surname>Zaikin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alexander</forename><surname>Oleg Zaikin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ilya</forename><surname>Semenov</surname></persName>
		</author>
		<author>
			<persName><surname>Otpuschennikov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Second International Conference BOINC-based High Performance Computing: Fundamental Research and Development (BOINC:FAST 2015)</title>
				<meeting>the Second International Conference BOINC-based High Performance Computing: Fundamental Research and Development (BOINC:FAST 2015)<address><addrLine>Petrozavodsk, Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015-09-14">2015. September 14-18, 2015</date>
			<biblScope unit="page" from="22" to="30" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Partition Algorithm for Association Rules Mining in BOINCbased Enterprise Desktop Grid</title>
		<author>
			<persName><forename type="first">E</forename><surname>Ivashko &amp; Golovin ; Ivashko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Golovin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Lecture Notes in Computer Science. Parallel Computing Technologies 13th International Conference</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">2015. 2015</date>
			<biblScope unit="page">268272</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">N</forename><surname>Yakimets &amp; Kurochkin ; Yakimets</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">I</forename><surname>Kurochkin</surname></persName>
		</author>
		<title level="m">The voluntary distributed calculations in Russia: the sociological analysis In the collection: INFORMATION SOCIETY: EDUCATION, SCI-ENCE, CULTURE AND TECHNOLOGIES of the FUTURE Works XVIII of the joint conference &quot;Internet and Modern Society</title>
				<meeting><address><addrLine>St. Petersburg</addrLine></address></meeting>
		<imprint>
			<publisher>ITMO university</publisher>
			<date type="published" when="2015">2015. 2015. 2015</date>
			<biblScope unit="page" from="345" to="352" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Technology for integrating idle computing cluster resources into volunteer computing projects</title>
		<author>
			<persName><surname>Afanasiev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">P</forename><surname>Afanasiev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">V</forename><surname>Bychkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">O</forename><surname>Manzyuk</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Posypkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A</forename><surname>Semenov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><forename type="middle">S</forename><surname>Zaikin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of The 5th International Workshop on Computer Science and Engineering</title>
				<meeting>of The 5th International Workshop on Computer Science and Engineering<address><addrLine>Moscow, Russia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015. 2015</date>
			<biblScope unit="page" from="109" to="114" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Saevskiy Anatoliy BOINC forks</title>
		<author>
			<persName><forename type="first">Saevskiy</forename><surname>Kurochkin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kurochkin</forename><surname>Ilya</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.procs.2016.11.043</idno>
		<ptr target="http://dx.doi.org/10.1016/j.procs.2016.11.043" />
	</analytic>
	<monogr>
		<title level="m">issues and directions of development // 5th International Young Scientists Conference in High Performance Computing and Simulation (YSC 2016)</title>
				<meeting><address><addrLine>Krakow, Poland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016-10">2016. October 2016. 2016</date>
			<biblScope unit="volume">101</biblScope>
			<biblScope unit="page">369378</biblScope>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
