<?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">CONCURRENTLY EMPLOYING RESOURCES OF SEVERAL SUPERCOMPUTERS WITH PARASCIP SOLVER BY EVEREST PLATFORM</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Sergey</forename><forename type="middle">A</forename><surname>Smirnov</surname></persName>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Institute for Information Transmission Problems</orgName>
								<orgName type="department" key="dep2">Russian Academy of Sciences (Kharkevich Institute)</orgName>
								<address>
									<addrLine>Bolshoy Karetny per. 19, build.1</addrLine>
									<postCode>127051</postCode>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Vladimir</forename><forename type="middle">V</forename><surname>Voloshinov</surname></persName>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Institute for Information Transmission Problems</orgName>
								<orgName type="department" key="dep2">Russian Academy of Sciences (Kharkevich Institute)</orgName>
								<address>
									<addrLine>Bolshoy Karetny per. 19, build.1</addrLine>
									<postCode>127051</postCode>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Oleg</forename><forename type="middle">V</forename><surname>Sukhoroslov</surname></persName>
							<affiliation key="aff0">
								<orgName type="department" key="dep1">Institute for Information Transmission Problems</orgName>
								<orgName type="department" key="dep2">Russian Academy of Sciences (Kharkevich Institute)</orgName>
								<address>
									<addrLine>Bolshoy Karetny per. 19, build.1</addrLine>
									<postCode>127051</postCode>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">HSE University</orgName>
								<address>
									<settlement>Moscow</settlement>
									<country key="RU">Russia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">CONCURRENTLY EMPLOYING RESOURCES OF SEVERAL SUPERCOMPUTERS WITH PARASCIP SOLVER BY EVEREST PLATFORM</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">FF21F265C57083E47C1B0BB3F6C9DBE9</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T16:29+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>
			<textClass>
				<keywords>
					<term>distributed computing</term>
					<term>DDBNB</term>
					<term>ParaSCIP</term>
					<term>branch-and-bound</term>
					<term>domain decomposition</term>
					<term>global optimization</term>
					<term>discrete optimization</term>
					<term>message passing interface</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>ParaSCIP is rather advanced open-source solver for discrete and global optimization problems. This solver is distinguished by that it can run on distributed memory systems and use up to 80,000 cores, solving open problems from the MIPLIB test libraries. Earlier, using this solver, we confirmed the conjecture on optimal packing of nine congruent circles on a square flat torus. The goal of the study was to increase computing performance by utilizing resources of multiple clusters to solve hard optimization problem. To do this, we use the previously developed DDBNB application, which allows to speed up the solution of optimization problems by using coarse-grained parallelization based on a static decomposition of feasible domain made before solving starts. DDBNB is an application for the Everest distributed computing platform which is responsible for running jobs on heterogeneous computing resources (servers, cloud instances, clusters, etc.). As a result, DDBNB, Everest, and ParaSCIP had to be modified to make it possible to exchange incumbents (feasible solutions found by the solver) between several ParaSCIP instances running on different supercomputers. The resulting system was benchmarked using three different instances of Traveling Salesman Problem. The supercomputers HPC5 of the NRC "Kurchatov Institute" and cHARISMa of the HSE University were used as computing resources. As a result, for two problem instances, there is an effect, and the speedup is especially noticeable for a more complex problem. However, for a simpler problem, the exchange of incumbents does not seem to affect the amount of speedup. For the third instance, there is no particular effect, at least no slowdown is observed.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>DDBNB <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref> is a distributed application processing a set of computational tasks in parallel . Each of T is a pair {P, S}, where P is the initial data of some mathematical programming problem (represented as NL-file), S is a set of solver settings. Each P is a subproblem of some main problem in the sense that its set of feasible solutions is a subset (possibly empty) of the feasible domain of the main problem. The key features of DDBNB are: 1) immutability of the specified set of tasks; 2) the minimum data exchange between these tasks (only incumbent solution values). This is consistent with the coarse-grained parallelism model. DDBNB is an application for the Everest distributed computing platform <ref type="bibr" target="#b3">[4]</ref>, http://everest.distcomp.org, which is responsible for running jobs on heterogeneous computing resources (servers, clusters, clouds, etc.). SCIP <ref type="bibr" target="#b4">[5]</ref> is a state-of-the-art branch-and-bound solver for various types of discrete and global optimization problems. In the context of this work, it is important that SCIP allows solving mixedinteger linear and nonlinear mathematical programming problems (MILP, MINLP). It is currently the fastest <ref type="bibr" target="#b5">[6]</ref> and most advanced (in terms of the ability to solve different types of problems, the frequency of new versions and the composition of the development team) open source solver.</p><p>SCIP is distributed as a part of SCIP Optimization Suite, which includes the UG framework <ref type="bibr" target="#b6">[7]</ref> to enable SCIP parallelization. There are two parallel solvers based on UG: FiberSCIP, a multi-threaded application (for shared memory environment), and parallel MPI application ParaSCIP, which could be launched on a computational cluster. In ParaSCIP MPI processes are not equivalent: there is one dedicated Load Coordinator (LC) and multiple solver processes. On the Load Coordinator's side, a presolve is made and then presolved problem is distributed to solver processes. Then the so-called Ramp Up occurs, when the solver processes begin to solve the problem with the aim of spawning new subproblems and transferring them to the LC so that it has enough subproblems to load all the other work processes. Solver processes and the LC exchange mainly small messages with the incumbent solution values. Thus, the key features of ParaSCIP are: 1) subtasks are generated dynamically, without requiring any manual action from the user; 2) the amount of data exchanged between MPI processes is similar to DDBNB's one; 3) ParaSCIP works only on clusters.</p><p>In this study, an attempt was made to use more computational resources at the same time with ParaSCIP by utilizing resources of multiple clusters in order to solve problem instances faster. To do this, we use the DDBNB application we previously developed. As a result, DDBNB, Everest, and ParaSCIP had to be modified to make it possible to exchange incumbent solutions (feasible solutions found by the solver) between several ParaSCIP instances running on different supercomputers.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">UG/ParaSCIP, DDBNB and Everest Modification</head><p>The process of integrating ParaSCIP solver into DDBNB is different from the integration of the previously added CBC and SCIP <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2,</ref><ref type="bibr" target="#b2">3]</ref> solvers. ParaSCIP is a parallel application that runs on a computing cluster and uses MPI (Message Passing Interface) to exchange data between solver processes and a Load Coordinator process [fig. <ref type="figure">1</ref>]. Thus, launching this solver differs significantly from launching ordinary solvers like SCIP and CBC, which operate within a single process. DDBNB was modified to allow launching ParaSCIP as MPI application.</p><p>To load an incumbent solution into ParaSCIP, not only the objective function value of the solution are required, but also the values of the decision variables for this solution <ref type="bibr" target="#b7">[8]</ref>. Earlier, data exchange between subtasks in DDBNB implied transmission of objective function values only. These values could be obtained and changed through messages sent to the Everest server through the socalled task messagesspecial messages by which a task launched by an Everest agent can interact with the Everest server [fig. <ref type="figure">2</ref>]. For the exchange of incumbent solutions with values of variables, the task message format in Everest has been modified: an additional parameter was added to task messages so that it became possible to transmit a text string with encoded values of non-zero decision variables along with the incumbent value.</p><p>Similarly to other solvers, the most complicated part was to modify ParaSCIP so that it could receive and use an incumbent solution found by another instance of the solver (for example, running on another cluster). When solver finds a new incumbent solution, our code converts it to original problem coordinates, saves it to a file on disk and reports file's name to a separate process which does data exchange with Everest server. When a new incumbent solution is received from outside, our code reads it, converts and sends it to ParaSCIP's main process (Load Coordinator [fig. <ref type="figure">1]</ref>) with MPI_Isend.</p><p>Figure <ref type="figure">1</ref> (left). Application processes and types of communication between them within a computing cluster. Figure <ref type="figure">2</ref> (right). Exchanging complete solutions within Everest.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Computational Experiments</head><p>The goal of the computational experiments was to check the possibility of exchanging incumbents over the network for tasks running on several computational clusters simultaneously and to assess its effect on the solving time of optimization problems.</p><p>For the experiments, the Traveling Salesman Problem was chosen with three data sets from TSPLIB <ref type="bibr" target="#b8">[9]</ref>: ch150, ch130 and bier127. From each data set, two sets of AMPL NL-files were created: single NL (dd0) corresponding to the original problem, and four NLs (dd2) corresponding to four subproblems obtained by fixing two boolean variables. AMPL model was described in <ref type="bibr" target="#b9">[10]</ref>.</p><p>The supercomputers HPC5 of the NRC "Kurchatov Institute" and cHARISMa of the HSE University were used as computing resources. Most of the tests were carried out on the cluster of the HSE University, as it was less loaded, which made it possible to obtain more stable figures for performance tests. Two clusters were used only in the integration experiment to show the possibility of simultaneous work and exchange of incumbents on two different clusters.</p><p>For the computational experiment, the ParaSCIP solver from the SCIP 6.0.2 distribution with the aforementioned modifications was built on both clusters. To run DDBNB with ParaSCIP, a separate Everest agent was configured on the clusters using the basic "local" computing resource adapter, which allows to fork processes on the cluster's submission node. We did not use specialized adapter with SLURM support <ref type="bibr" target="#b1">[2]</ref> which allows running on a cluster only batches of jobs with one process each, because with ParaSCIP it is necessary to request the cluster's resource manager to allocate resources with several processes within one job.</p><p>Table <ref type="table" target="#tab_0">1</ref> lists the series of DDBNB executions made with ParaSCIP. In each series, 10 DDBNB executions were made and the results were taken only for those where all tasks started running on clusters approximately simultaneously (the difference between the start times of the last and the first is no more than 60 seconds). The number of runs that meet this condition is listed in the "N runs" column. The median run time (the end time of the last task minus the start time of the first) is shown in the "Median" column. These medians are shown in [fig. <ref type="figure" target="#fig_0">3]</ref>.  To test whether the use of DDBNB with ParaSCIP gives a speedup, we compared the median runtimes for the dd0 and dd2 series for each of the three problems. As a result, there is speedup for ch150 and ch130 data sets. There is no slowdown for bier127.</p><p>To check if the speedup can be caused by simple dividing the problem into subproblems, we compare the dd0 and dd2-n/c (with the incumbents exchange disabled) series. So, the problem was solved without decomposition and with decomposition into four subproblems, respectively, but without exchanging incumbents. It turns out that for ch150 and bier127 this scenario gives a slowdown, and for ch130 it gives performance comparable to the solution with the incumbents exchange (dd2).</p><p>Comparison of the dd2 and dd2-n/c series allows us to evaluate the effect of the exchange of incumbents. It can be seen that there is no effect for ch130, and for ch150 and bier127, the exchange of incumbents gives a speedup, although for the latter it does not allow to become faster than solving the original problem with a single instance of ParaSCIP.</p><p>For the ch150 task [fig. <ref type="figure" target="#fig_0">3</ref>], launches were made on two clusters at once: it can be seen that the dd2+kiae series, where two subtasks were executed on one cluster and two on the other, worked faster than the dd0-kiae series and about the same as the dd0 series, but noticeably faster than dd2-n/c. That is, the exchange of incumbents for tasks simultaneously running on two different clusters made it possible to speed up, although not as much as the execution of all four subtasks on the faster and less loaded cluster gives.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Conclusion and Future Work</head><p>The paper presents the modification to the DDBNB application, the Everest cloud platform and the ParaSCIP solver which were improved to allow the exchange of incumbents between several instances of ParaSCIP running in different jobs on clusters. DDBNB with modifications and a patch for UG framework are available in a separate branch in a DDBNB's GitHub repository, https://github.com/distcomp/ddbnb/tree/parascip. Computational experiments have been carried out showing the effect of the improvements made. There is no particular effect for one of the three problem instances, at least no slowdown is observed. For the other two, there is an effect, and the speedup is especially noticeable for a more complex problem (ch150). However, for a simpler problem (ch130), the exchange of records does not seem to affect the amount of speedup. Thus, we can conclude that the integration of DDBNB and the ParaSCIP solver was successful, but its effect is not stable. Future work could be focused on improving usability of the presented approach by allowing setting solver parameters and resource manager settings.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Acknowledgement</head></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. Median solution times in seconds for bier127, ch130 and ch150 datasets</figDesc><graphic coords="4,157.22,264.84,84.75,121.50" 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>DDBNB with ParaSCIP runs</figDesc><table><row><cell cols="2">Model Label</cell><cell cols="5">Comm. N fixed N tasks N proc Task location</cell><cell cols="3">N runs Median Stdev</cell></row><row><cell>ch150</cell><cell>dd0</cell><cell>-</cell><cell>0</cell><cell>1</cell><cell>32</cell><cell>1xHSE</cell><cell>10</cell><cell>5414</cell><cell>3792</cell></row><row><cell>ch150</cell><cell>dd2</cell><cell>+</cell><cell>2</cell><cell>4</cell><cell>32</cell><cell>4xHSE</cell><cell>8</cell><cell>2591</cell><cell>868</cell></row><row><cell>ch150</cell><cell cols="2">dd2-n/c -</cell><cell>2</cell><cell>4</cell><cell>32</cell><cell>4xHSE</cell><cell>5</cell><cell>8692</cell><cell>2290</cell></row><row><cell>ch150</cell><cell cols="2">dd2+kiae +</cell><cell>2</cell><cell>4</cell><cell>32</cell><cell cols="2">2xHSE 2xKIAE 9</cell><cell>5223</cell><cell>2672</cell></row><row><cell>ch150</cell><cell cols="2">dd0-kiae -</cell><cell>0</cell><cell>1</cell><cell>32</cell><cell>1xKIAE</cell><cell>10</cell><cell>6731</cell><cell>2873</cell></row><row><cell>ch130</cell><cell>dd0</cell><cell>-</cell><cell>0</cell><cell>1</cell><cell>16</cell><cell>1xHSE</cell><cell>9</cell><cell>1604</cell><cell>470</cell></row><row><cell>ch130</cell><cell>dd2</cell><cell>+</cell><cell>2</cell><cell>4</cell><cell>16</cell><cell>4xHSE</cell><cell>10</cell><cell>1152</cell><cell>386</cell></row><row><cell>ch130</cell><cell cols="2">dd2-n/c -</cell><cell>2</cell><cell>4</cell><cell>16</cell><cell>4xHSE</cell><cell>10</cell><cell>1143</cell><cell>284</cell></row><row><cell cols="2">bier127 dd0</cell><cell>-</cell><cell>0</cell><cell>1</cell><cell>16</cell><cell>1xHSE</cell><cell>10</cell><cell>820</cell><cell>163</cell></row><row><cell cols="2">bier127 dd2</cell><cell>+</cell><cell>2</cell><cell>4</cell><cell>16</cell><cell>4xHSE</cell><cell>10</cell><cell>840</cell><cell>48</cell></row><row><cell cols="3">bier127 dd2-n/c -</cell><cell>2</cell><cell>4</cell><cell>16</cell><cell>4xHSE</cell><cell>10</cell><cell>1090</cell><cell>773</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" xml:id="foot_0">Proceedings of the 9th International Conference "Distributed Computing and Grid Technologies in Science andEducation" (GRID'2021), Dubna, Russia, July<ref type="bibr" target="#b4">[5]</ref><ref type="bibr" target="#b5">[6]</ref><ref type="bibr" target="#b6">[7]</ref><ref type="bibr" target="#b7">[8]</ref><ref type="bibr" target="#b8">[9]</ref> 2021   </note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Authors thank Stefan Vigerske and Yuji Shinano for their consultations on using of SCIP and ParaSCIP solvers. This work is supported by the Russian Science Foundation (Project 20-07-00701). This research was supported in part through resources of supercomputer facilities provided by NRU HSE. This work has been carried out using computing resources of the federal collective usage centre Complex for Simulation and Data Processing for Mega-science Facilities at NRC "Kurchatov Institute" (ministry subvention under agreement RFMEFI62117X0016), ckp.nrcki.ru.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">On domain decomposition strategies to parallelize branch-andbound method for global optimization in Everest distributed environment</title>
		<author>
			<persName><forename type="first">S</forename><surname>Smirnov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Voloshinov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procedia Computer Science</title>
		<imprint>
			<biblScope unit="volume">136</biblScope>
			<biblScope unit="page" from="128" to="135" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Using resources of supercomputing centers with everest platform</title>
		<author>
			<persName><forename type="first">S</forename><surname>Smirnov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Sukhoroslov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Voloshinov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Supercomputing, Communications in Computer and Information Science</title>
				<editor>
			<persName><forename type="first">V</forename><surname>Voevodin</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Sobolev</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="687" to="698" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Implementation of concurrent parallelization of branch-and-bound algorithm in Everest distributed environment</title>
		<author>
			<persName><forename type="first">S</forename><surname>Smirnov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Voloshinov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procedia Computer Science</title>
		<imprint>
			<biblScope unit="volume">119</biblScope>
			<biblScope unit="page" from="83" to="89" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A web-based platform for publication and distributed execution of computing applications</title>
		<author>
			<persName><forename type="first">O</forename><surname>Sukhoroslov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Volkov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Afanasiev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">14th International Symposium on Parallel and Distributed Computing</title>
				<imprint>
			<date type="published" when="2015">2015. 2015</date>
			<biblScope unit="page" from="175" to="184" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Gleixner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bastubbe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Eifler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Gally</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Gamrath</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Gottwald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Hendel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hojny</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Koch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Lübbecke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">J</forename><surname>Maher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Miltenberger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Pfetsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Puchert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Rehfeldt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Schlösser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Schubert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Serrano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Shinano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Viernickel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Walter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Wegscheider</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Witt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Witzig</surname></persName>
		</author>
		<idno>18-26</idno>
		<title level="m">The SCIP Optimization Suite 6</title>
				<imprint>
			<date type="published" when="2018-07">July 2018</date>
			<biblScope unit="page">0</biblScope>
		</imprint>
		<respStmt>
			<orgName>Zuse Institute Berlin</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">ZIB-Report</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">The MIPLIB2017 Benchmark Instances</title>
		<author>
			<persName><forename type="first">H</forename><surname>Mittelmann</surname></persName>
		</author>
		<ptr target="http://plato.asu.edu/ftp/milp.html" />
		<imprint>
			<date type="published" when="2021-09-14">14.09.2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Parascip -a parallel extension of scip</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Shinano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Achterberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Berthold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Heinz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Koch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Competence in High Performance Computing 2010</title>
				<editor>
			<persName><forename type="first">Christian</forename><surname>Bischof</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Heinz-Gerd</forename><surname>Hegering</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Wolfgang</forename><forename type="middle">E</forename><surname>Nagel</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Gabriel</forename><surname>Wittum</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="135" to="148" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Integration of ParaSCIP solvers running on several clusters on the base of everest cloud platform</title>
		<author>
			<persName><forename type="first">Sergey</forename><surname>Smirnov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vladimir</forename><surname>Voloshinov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procedia Computer Science</title>
		<imprint>
			<biblScope unit="volume">156</biblScope>
			<biblScope unit="page" from="13" to="18" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<ptr target="http://elib.zib.de/pub/mp-testdata/tsp/tsplib/tsp/" />
		<title level="m">MP-TESTDATA -The TSPLIB Symmetric Traveling Salesman Problem Instances</title>
				<imprint>
			<date type="published" when="2021-09-14">14.09.2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Implementation and use of coarse-grained parallel branch-and-bound in Everest distributed environment</title>
		<author>
			<persName><forename type="first">V</forename><surname>Voloshinov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Smirnov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Sukhoroslov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Procedia Computer Science</title>
		<imprint>
			<biblScope unit="volume">108</biblScope>
			<biblScope unit="page" from="1532" to="1541" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

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