From 730f3801a4c0c7ee371a51e996bd11a3e107f127 Mon Sep 17 00:00:00 2001
From: Simon Trapp <Simon@LAPTOP-1Q1PPL4R.fritz.box>
Date: Sat, 16 Nov 2019 17:41:41 +0100
Subject: [PATCH] added 3s5 mars for all swc

---
 .../DML-Model/min.deployment                  |  33 +++
 .../DML-Model/min.repository                  | 181 +++++++++++++++
 .../DML-Model/min.resourcelandscape           |  45 ++++
 .../DML-Model/min.system                      | 209 ++++++++++++++++++
 .../DML-Model/min.system.bak                  | 165 ++++++++++++++
 .../DML-Model/min.usageprofile                |  19 ++
 .../DQL-Queries/Analysis.dql                  |  20 ++
 .../DQL-Queries/Analysis_A.dql                |  21 ++
 .../DQL-Queries/Analysis_B.dql                |  21 ++
 .../DQL-Queries/Analysis_C.dql                |  21 ++
 .../DQL-Queries/Analysis_CE.dql               |  21 ++
 .../DQL-Queries/Analysis_D.dql                |  21 ++
 .../DQL-Queries/Analysis_DFG.dql              |  21 ++
 .../DQL-Queries/Analysis_E.dql                |  21 ++
 .../DQL-Queries/Analysis_F.dql                |  21 ++
 .../DQL-Queries/Analysis_G.dql                |  21 ++
 .../DQL-Queries/minmodel.properties           |   7 +
 .../DQL-Queries/Analysis_A.dql                |   2 +-
 .../DML-Model/min.deployment                  |  33 +++
 .../DML-Model/min.repository                  | 181 +++++++++++++++
 .../DML-Model/min.resourcelandscape           |  15 ++
 .../DML-Model/min.system                      | 125 +++++++++++
 .../DML-Model/min.system.bak                  | 165 ++++++++++++++
 .../DML-Model/min.usageprofile                |  19 ++
 .../DQL-Queries/Analysis.dql                  |  14 ++
 .../DQL-Queries/Analysis_A.dql                |  15 ++
 .../DQL-Queries/Analysis_B.dql                |  15 ++
 .../DQL-Queries/Analysis_C.dql                |  15 ++
 .../DQL-Queries/Analysis_D.dql                |  15 ++
 .../DQL-Queries/Analysis_E.dql                |  15 ++
 .../DQL-Queries/Analysis_F.dql                |  15 ++
 .../DQL-Queries/Analysis_G.dql                |  15 ++
 .../DQL-Queries/minmodel.properties           |   7 +
 33 files changed, 1533 insertions(+), 1 deletion(-)
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.deployment
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.repository
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.resourcelandscape
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system.bak
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.usageprofile
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_A.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_B.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_C.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_CE.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_D.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_DFG.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_E.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_F.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_G.dql
 create mode 100644 dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/minmodel.properties
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.deployment
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.repository
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.resourcelandscape
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system.bak
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.usageprofile
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_A.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_B.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_C.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_D.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_E.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_F.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_G.dql
 create mode 100644 dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/minmodel.properties

diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.deployment b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.deployment
new file mode 100644
index 0000000..e864972
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.deployment
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<deployment:Deployment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:deployment="http://www.descartes.tools/metamodel/deployment/1.0" xmlns:resourcelandscape="http://www.descartes.tools/metamodel/resourcelandscape/0.1" id="_04BXQOa4EeGWevb6qKkohg" name="depl">
+  <system href="min.system#_zdRVAEeoEeSW4Op0B0CyhQ"/>
+  <targetResourceLandscape href="min.resourcelandscape#_FE29UEnuEeOWVc_o6w1CBw"/>
+  <deploymentContexts id="_cpot0O2fEeib_P5jAe7dPw" name="A --> CPA">
+    <assemblyContext href="min.system#A"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_c_BH8e2fEeib_P5jAe7dPw" name="B --> CPBEFG">
+    <assemblyContext href="min.system#B"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_We1_g-2fEeib_P5jAe7dPw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dD0vce2fEeib_P5jAe7dPw" name="C --> CPC">
+    <assemblyContext href="min.system#C"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_WjRMg-2fEeib_P5jAe7dPw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dJi88e2fEeib_P5jAe7dPw" name="D --> CPD">
+    <assemblyContext href="min.system#D"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_Wr9Oc-2fEeib_P5jAe7dPw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dT7A8e2fEeib_P5jAe7dPw" name="E --> CPBEFG">
+    <assemblyContext href="min.system#E"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_We1_g-2fEeib_P5jAe7dPw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dcUH8e2fEeib_P5jAe7dPw" name="F --> CPBEFG">
+    <assemblyContext href="min.system#F"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_We1_g-2fEeib_P5jAe7dPw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_othWce2fEeib_P5jAe7dPw" name="G --> CPBEFG">
+    <assemblyContext href="min.system#G"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_We1_g-2fEeib_P5jAe7dPw"/>
+  </deploymentContexts>
+</deployment:Deployment>
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.repository b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.repository
new file mode 100644
index 0000000..68ad974
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.repository
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="ASCII"?>
+<repository:Repository xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:functions="http://www.descartes.tools/metamodel/functions/1.0" xmlns:repository="http://www.descartes.tools/metamodel/repository/1.0" xmlns:resourcetype="http://www.descartes.tools/metamodel/resourcetype/1.0" xmlns:servicebehavior="http://www.descartes.tools/metamodel/servicebehavior/1.0" id="_O2wgMEcEEeOgk9V4uRCQAw" name="repositoryName">
+  <interfaces id="_uqNJk-2aEeib_P5jAe7dPw" name="A">
+    <signatures id="_vzGrUO2aEeib_P5jAe7dPw" name="A"/>
+  </interfaces>
+  <interfaces id="_xapQ4O2aEeib_P5jAe7dPw" name="B">
+    <signatures id="_xapQ4e2aEeib_P5jAe7dPw" name="B"/>
+  </interfaces>
+  <interfaces id="_xf4WMu2aEeib_P5jAe7dPw" name="C">
+    <signatures id="_xf4WM-2aEeib_P5jAe7dPw" name="C"/>
+  </interfaces>
+  <interfaces id="_I6TZQu2bEeib_P5jAe7dPw" name="D">
+    <signatures id="_I6TZQ-2bEeib_P5jAe7dPw" name="D"/>
+  </interfaces>
+  <interfaces id="_JCed0e2bEeib_P5jAe7dPw" name="E">
+    <signatures id="_JCed0u2bEeib_P5jAe7dPw" name="E"/>
+  </interfaces>
+  <interfaces id="_JTZ1wu2bEeib_P5jAe7dPw" name="F">
+    <signatures id="_JTZ1w-2bEeib_P5jAe7dPw" name="F"/>
+  </interfaces>
+  <interfaces id="_JqhVQu2bEeib_P5jAe7dPw" name="G">
+    <signatures id="_JqhVQ-2bEeib_P5jAe7dPw" name="G"/>
+  </interfaces>
+  <components xsi:type="repository:BasicComponent" id="_Q2VbtO2bEeib_P5jAe7dPw" name="A">
+    <interfaceProvidingRoles id="_SHb3MO2bEeib_P5jAe7dPw" name="A" interface="_uqNJk-2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_S0bgEe2bEeib_P5jAe7dPw" name="B" interface="_xapQ4O2aEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_vzGrUO2aEeib_P5jAe7dPw" interfaceProvidingRole="_SHb3MO2bEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_Z0axAO2bEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:ExponentialDistribution" rate="0.05"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_jPXogO2bEeib_P5jAe7dPw" name="ToB" signature="_xapQ4e2aEeib_P5jAe7dPw" interfaceRequiringRole="_S0bgEe2bEeib_P5jAe7dPw"/>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_ng-npO2bEeib_P5jAe7dPw" name="B">
+    <interfaceProvidingRoles id="_oTaxMO2bEeib_P5jAe7dPw" name="B" interface="_xapQ4O2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_o-tJ4e2bEeib_P5jAe7dPw" name="C" interface="_xf4WMu2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_pW0u8e2bEeib_P5jAe7dPw" name="E" interface="_JCed0e2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_xapQ4e2aEeib_P5jAe7dPw" interfaceProvidingRole="_oTaxMO2bEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_wQn4UO2bEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:DoubleLiteral" value="20"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_1XjV4O2bEeib_P5jAe7dPw" name="ToC" signature="_xf4WM-2aEeib_P5jAe7dPw" interfaceRequiringRole="_o-tJ4e2bEeib_P5jAe7dPw"/>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_3Nfj0O2bEeib_P5jAe7dPw" name="ToE" signature="_JCed0u2bEeib_P5jAe7dPw" interfaceRequiringRole="_pW0u8e2bEeib_P5jAe7dPw"/>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_5tliBO2bEeib_P5jAe7dPw" name="C">
+    <interfaceProvidingRoles id="_7gZjcO2bEeib_P5jAe7dPw" name="C" interface="_xf4WMu2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_674hIe2bEeib_P5jAe7dPw" name="D" interface="_I6TZQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_xf4WM-2aEeib_P5jAe7dPw" interfaceProvidingRole="_7gZjcO2bEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_CXbssO2cEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:NormalDistribution" mu="10" sigma="1"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:LoopAction">
+          <loopBodyBehavior>
+            <actions xsi:type="servicebehavior:ExternalCallAction">
+              <externalCall id="_W7bVMO2cEeib_P5jAe7dPw" name="ToD" signature="_I6TZQ-2bEeib_P5jAe7dPw" interfaceRequiringRole="_674hIe2bEeib_P5jAe7dPw"/>
+            </actions>
+          </loopBodyBehavior>
+          <loopIterationCount id="_HkxUQO2cEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:IntLiteral" value="5"/>
+            </explicitDescription>
+          </loopIterationCount>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_szxFBO2dEeib_P5jAe7dPw" name="D">
+    <interfaceProvidingRoles id="_uP8vIO2dEeib_P5jAe7dPw" name="D" interface="_I6TZQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_I6TZQ-2bEeib_P5jAe7dPw" interfaceProvidingRole="_uP8vIO2dEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_zA8Y8O2dEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:NormalDistribution" mu="10" sigma="1"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_59cRBO2dEeib_P5jAe7dPw" name="E">
+    <interfaceProvidingRoles id="_6wgFoO2dEeib_P5jAe7dPw" name="E" interface="_JCed0e2bEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_7K9NAe2dEeib_P5jAe7dPw" name="F" interface="_JTZ1wu2bEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_7nafge2dEeib_P5jAe7dPw" name="G" interface="_JqhVQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_JCed0u2bEeib_P5jAe7dPw" interfaceProvidingRole="_6wgFoO2dEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_Df43oO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:ExponentialDistribution" rate="0.2"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_NSR-wO2eEeib_P5jAe7dPw" name="ToF" signature="_JTZ1w-2bEeib_P5jAe7dPw" interfaceRequiringRole="_7K9NAe2dEeib_P5jAe7dPw"/>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_PVKcgO2eEeib_P5jAe7dPw" name="ToG" signature="_JqhVQ-2bEeib_P5jAe7dPw" interfaceRequiringRole="_7nafge2dEeib_P5jAe7dPw"/>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_RZ57dO2eEeib_P5jAe7dPw" name="F">
+    <interfaceProvidingRoles id="_S_LQIO2eEeib_P5jAe7dPw" name="F" interface="_JTZ1wu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_JTZ1w-2bEeib_P5jAe7dPw" interfaceProvidingRole="_S_LQIO2eEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:BranchAction">
+          <branches>
+            <actions xsi:type="servicebehavior:InternalAction">
+              <resourceDemand id="_cG0KEO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+                <explicitDescription>
+                  <probFunction xsi:type="functions:DoubleLiteral" value="20"/>
+                </explicitDescription>
+                <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+              </resourceDemand>
+            </actions>
+          </branches>
+          <branches>
+            <actions xsi:type="servicebehavior:InternalAction">
+              <resourceDemand id="_gSfgUe2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+                <explicitDescription>
+                  <probFunction xsi:type="functions:DoubleLiteral" value="100"/>
+                </explicitDescription>
+                <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+              </resourceDemand>
+            </actions>
+          </branches>
+          <branchProbabilities id="_XbBJUO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:DoubleLiteral" value="0.8"/>
+            </explicitDescription>
+          </branchProbabilities>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_R1LiNO2eEeib_P5jAe7dPw" name="G">
+    <interfaceProvidingRoles id="_TRbdwO2eEeib_P5jAe7dPw" name="G" interface="_JqhVQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_JqhVQ-2bEeib_P5jAe7dPw" interfaceProvidingRole="_TRbdwO2eEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_mprE0O2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:ExponentialDistribution" rate="0.03333333333"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+</repository:Repository>
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.resourcelandscape b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.resourcelandscape
new file mode 100644
index 0000000..7409941
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.resourcelandscape
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resourcelandscape:DistributedDataCenter xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:resourceconfiguration="http://www.descartes.tools/metamodel/resourceconfiguration/1.0" xmlns:resourcelandscape="http://www.descartes.tools/metamodel/resourcelandscape/0.1" id="_FE29UEnuEeOWVc_o6w1CBw" name="ddc">
+  <consistsOf id="_FnQfwEnuEeOWVc_o6w1CBw" name="dc">
+    <computeNodes id="_EuLk4ObvEeWHMYaSILpfIw" name="CPA">
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_I3tj4EnuEeOWVc_o6w1CBw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_PUJdkAJEEeaYI8Ji-SVFxg" name="multiplicity" number="2"/>
+      </configSpec>
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_yS7WwfMLEeiRdfQDBIGrTA" name="Network">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_0rctUPMLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
+      </configSpec>
+    </computeNodes>
+    <computeNodes id="_We1_g-2fEeib_P5jAe7dPw" name="CPBEFG">
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_We1_hO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_We1_he2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
+      </configSpec>
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_6JPywPMLEeiRdfQDBIGrTA" name="Network">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_6JPywfMLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
+      </configSpec>
+    </computeNodes>
+    <computeNodes id="_WjRMg-2fEeib_P5jAe7dPw" name="CPC">
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_WjRMhO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_WjRMhe2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
+      </configSpec>
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_6aFrIvMLEeiRdfQDBIGrTA" name="Network">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_6aFrI_MLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
+      </configSpec>
+    </computeNodes>
+    <computeNodes id="_Wr9Oc-2fEeib_P5jAe7dPw" name="CPD">
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_Wr9OdO2fEeib_P5jAe7dPw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_Wr9Ode2fEeib_P5jAe7dPw" name="multiplicity" number="2"/>
+      </configSpec>
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_6uWD4vMLEeiRdfQDBIGrTA" name="Network">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_6uWD4_MLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
+      </configSpec>
+    </computeNodes>
+  </consistsOf>
+</resourcelandscape:DistributedDataCenter>
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system
new file mode 100644
index 0000000..1c651b5
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system
@@ -0,0 +1,209 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<system:System xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:repository="http://www.descartes.tools/metamodel/repository/1.0" xmlns:system="http://www.descartes.tools/metamodel/system/1.0" id="_zdRVAEeoEeSW4Op0B0CyhQ" name="MySys">
+  <assemblyContexts id="A" name="A">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_Q2VbtO2bEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="7429.48"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="51.8941" knot="9">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-62.9422" knot="123">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-9.31362" knot="30" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="B" name="B">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_ng-npO2bEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="1567.09"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="42.8635" knot="9">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-63.3179" knot="123" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="53.7477" knot="30" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-61.3114" knot="30">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="C" name="C">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_5tliBO2bEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="60.0852"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="13.7556" knot="0" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="D" name="D">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_szxFBO2dEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="9.19455"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="4.00613" knot="0" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="E" name="E">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_59cRBO2dEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JCed0u2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="8482.37"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-94.9601" knot="91">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="25.8129" knot="7">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-37.9514" knot="0" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="F" name="F">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_RZ57dO2eEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="75.6765"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-205.269" knot="33">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-126.644" knot="5" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="153.3" knot="4" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="119.075" knot="42">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="65.7518" knot="26">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="G" name="G">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_R1LiNO2eEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="2982.22"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-109.1" knot="29">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-48.1494" knot="2" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="94.5903" knot="2">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyConnectors id="_95dlMe2eEeib_P5jAe7dPw" name="A --> B" providingAssemblyContext="B" requiringAssemblyContext="A">
+    <interfaceRequiringRole href="min.repository#_S0bgEe2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="_-u-Q4e2eEeib_P5jAe7dPw" name="B --> C" providingAssemblyContext="C" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_o-tJ4e2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__Da24e2eEeib_P5jAe7dPw" name="C --> D" providingAssemblyContext="D" requiringAssemblyContext="C">
+    <interfaceRequiringRole href="min.repository#_674hIe2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__NpJ4e2eEeib_P5jAe7dPw" name="B --> E" providingAssemblyContext="E" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_pW0u8e2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__X3c4e2eEeib_P5jAe7dPw" name="E --> F" providingAssemblyContext="F" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7K9NAe2dEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__iQH8e2eEeib_P5jAe7dPw" name="E --> G" providingAssemblyContext="G" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7nafge2dEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <providingDelegationConnectors id="_7NJv8u2eEeib_P5jAe7dPw" name="A --> A" assemblyContext="A" outerInterfaceProvidingRole="_43ITxO2eEeib_P5jAe7dPw">
+    <innerInterfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+  </providingDelegationConnectors>
+  <interfaceProvidingRoles id="_43ITxO2eEeib_P5jAe7dPw" name="outerA">
+    <interface href="min.repository#_uqNJk-2aEeib_P5jAe7dPw"/>
+  </interfaceProvidingRoles>
+</system:System>
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system.bak b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system.bak
new file mode 100644
index 0000000..3cdb13a
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.system.bak
@@ -0,0 +1,165 @@
+<system:System xmlns:system="http://www.descartes.tools/metamodel/system/1.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="_zdRVAEeoEeSW4Op0B0CyhQ" name="MySys" xmi:version="2.0">
+  <assemblyContexts id="A" name="A">
+    <encapsulatedComponent href="min.repository#_Q2VbtO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="262.84963425757894" xsi:type="system:Constant" /><basisFunctions coefficient="25.1950842561908" knot="9" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-5.976227106218841" knot="9" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-18.661905059764372" knot="107" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="B" name="B">
+    <encapsulatedComponent href="min.repository#_ng-npO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="232.2645484858773" xsi:type="system:Constant" /><basisFunctions coefficient="25.52707636070293" knot="8" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-5.8673196423639755" knot="8" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-1.4301195149020542" knot="58" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="C" name="C">
+    <encapsulatedComponent href="min.repository#_5tliBO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="111.82389647914309" xsi:type="system:Constant" /><basisFunctions coefficient="26.158780903204537" knot="4" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-8.269589171172274" knot="4" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-1.5943941620931752" knot="37" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="D" name="D">
+    <encapsulatedComponent href="min.repository#_szxFBO2dEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="1777.895105277294" xsi:type="system:Constant" /><basisFunctions coefficient="-12.048274165389246" knot="4" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="13.624554538340941" knot="4" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-17.19997044564344" knot="106" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="E" name="E">
+    <encapsulatedComponent href="min.repository#_59cRBO2dEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="80.694074311176" xsi:type="system:Constant" /><basisFunctions coefficient="12.175649652283221" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-2.6639153640224316" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-14.347524289871105" knot="18" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="F" name="F">
+    <encapsulatedComponent href="min.repository#_RZ57dO2eEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="196540843982208.88" xsi:type="system:Constant" /><basisFunctions coefficient="-39308168796415.17" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="39308168796422.97" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="39308168796428.94" knot="7" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-39308168796432.36" knot="7" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="G" name="G">
+    <encapsulatedComponent href="min.repository#_R1LiNO2eEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="41.50498064823611" xsi:type="system:Constant" /><basisFunctions coefficient="11.831802896944605" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-8.973996639715038" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyConnectors id="_95dlMe2eEeib_P5jAe7dPw" name="A --&gt; B" providingAssemblyContext="B" requiringAssemblyContext="A">
+    <interfaceRequiringRole href="min.repository#_S0bgEe2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="_-u-Q4e2eEeib_P5jAe7dPw" name="B --&gt; C" providingAssemblyContext="C" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_o-tJ4e2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__Da24e2eEeib_P5jAe7dPw" name="C --&gt; D" providingAssemblyContext="D" requiringAssemblyContext="C">
+    <interfaceRequiringRole href="min.repository#_674hIe2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__NpJ4e2eEeib_P5jAe7dPw" name="B --&gt; E" providingAssemblyContext="E" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_pW0u8e2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__X3c4e2eEeib_P5jAe7dPw" name="E --&gt; F" providingAssemblyContext="F" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7K9NAe2dEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__iQH8e2eEeib_P5jAe7dPw" name="E --&gt; G" providingAssemblyContext="G" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7nafge2dEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <providingDelegationConnectors assemblyContext="A" id="_7NJv8u2eEeib_P5jAe7dPw" name="A --&gt; A" outerInterfaceProvidingRole="_43ITxO2eEeib_P5jAe7dPw">
+    <innerInterfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+  </providingDelegationConnectors>
+  <interfaceProvidingRoles id="_43ITxO2eEeib_P5jAe7dPw" name="outerA">
+    <interface href="min.repository#_uqNJk-2aEeib_P5jAe7dPw" />
+  </interfaceProvidingRoles>
+</system:System>
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.usageprofile b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.usageprofile
new file mode 100644
index 0000000..1b2f4a2
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DML-Model/min.usageprofile
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ASCII"?>
+<usageprofile:UsageProfile xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:functions="http://www.descartes.tools/metamodel/functions/1.0" xmlns:usageprofile="http://www.descartes.tools/metamodel/usageprofile/1.0" id="_yiEmIEeqEeSW4Op0B0CyhQ" name="usgProfile">
+  <imports importURI="min.system"/>
+  <imports importURI="min.repository"/>
+  <system href="min.system#_zdRVAEeoEeSW4Op0B0CyhQ"/>
+  <usageScenarios id="_yiFNMEeqEeSW4Op0B0CyhQ" name="usagescenario">
+    <scenarioBehavior>
+      <actions xsi:type="usageprofile:SystemCallUserAction" id="_A_DeMEmxEeOPLK3yYyEQWQ" name="usageToA">
+        <providingRole href="min.system#_43ITxO2eEeib_P5jAe7dPw"/>
+        <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+      </actions>
+    </scenarioBehavior>
+    <workloadType xsi:type="usageprofile:OpenWorkloadType">
+      <interArrivalTime>
+        <probFunction xsi:type="functions:ExponentialDistribution" rate="0.005"/>
+      </interArrivalTime>
+    </workloadType>
+  </usageScenarios>
+</usageprofile:UsageProfile>
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis.dql
new file mode 100644
index 0000000..e8e79e9
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis.dql
@@ -0,0 +1,20 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime, CPA_CPU.utilization, CPBEFG_CPU.utilization, CPC_CPU.utilization, CPD_CPU.utilization
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.005, 0.008, 0.011, 0.014, 0.017, 0.020>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_A.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_A.dql
new file mode 100644
index 0000000..06c8bdf
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_A.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:A'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_B.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_B.dql
new file mode 100644
index 0000000..b42f7a9
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_B.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:B'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_C.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_C.dql
new file mode 100644
index 0000000..a7302c4
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_C.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:C'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_CE.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_CE.dql
new file mode 100644
index 0000000..e039c5b
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_CE.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToE.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:C:E'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_D.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_D.dql
new file mode 100644
index 0000000..beaea01
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_D.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:D'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_DFG.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_DFG.dql
new file mode 100644
index 0000000..67b6929
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_DFG.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:D:F:G'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_E.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_E.dql
new file mode 100644
index 0000000..d581196
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_E.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:E'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_F.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_F.dql
new file mode 100644
index 0000000..990ea73
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_F.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:F'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_G.dql b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_G.dql
new file mode 100644
index 0000000..161e903
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/Analysis_G.dql
@@ -0,0 +1,21 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:G'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.014>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPA_CPU,
+	RESOURCE	'_Wr9OdO2fEeib_P5jAe7dPw'	AS	CPD_CPU,
+	RESOURCE	'_We1_hO2fEeib_P5jAe7dPw'	AS	CPBEFG_CPU,
+	RESOURCE	'_6JPywPMLEeiRdfQDBIGrTA'	AS	CPBEFG_Network,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPA_Network,
+	RESOURCE	'_6uWD4vMLEeiRdfQDBIGrTA'	AS	CPD_Network,
+	RESOURCE	'_WjRMhO2fEeib_P5jAe7dPw'	AS	CPC_CPU,
+	RESOURCE	'_6aFrIvMLEeiRdfQDBIGrTA'	AS	CPC_Network
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/minmodel.properties b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/minmodel.properties
new file mode 100644
index 0000000..b003bdf
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_BEFG_newMARS_3/DQL-Queries/minmodel.properties
@@ -0,0 +1,7 @@
+## Model Instance
+dml.files.usageprofile=/../DML-Model/min.usageprofile
+dml.files.system=/../DML-Model/min.system
+dml.files.resourcelandscape=/../DML-Model/min.resourcelandscape
+dml.files.repository=/../DML-Model/min.repository
+dml.files.deployment=/../DML-Model/min.deployment
+#dml.outputdirectory=/../results/
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_FG_newMARS3/DQL-Queries/Analysis_A.dql b/dml-examples/Scenario_Coloc_FG_newMARS3/DQL-Queries/Analysis_A.dql
index e8a3c07..435c00c 100644
--- a/dml-examples/Scenario_Coloc_FG_newMARS3/DQL-Queries/Analysis_A.dql
+++ b/dml-examples/Scenario_Coloc_FG_newMARS3/DQL-Queries/Analysis_A.dql
@@ -1,7 +1,7 @@
 SELECT	usageToA.avgResponseTime
 CONSTRAINED AS 'USE_STATISTICAL_MODEL:A'
 EVALUATE DOF
-	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.020>
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.010, 0.015, 0.020, 0.025>
 FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
 	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
 	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.deployment b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.deployment
new file mode 100644
index 0000000..dfa964d
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.deployment
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<deployment:Deployment xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:deployment="http://www.descartes.tools/metamodel/deployment/1.0" xmlns:resourcelandscape="http://www.descartes.tools/metamodel/resourcelandscape/0.1" id="_04BXQOa4EeGWevb6qKkohg" name="depl">
+  <system href="min.system#_zdRVAEeoEeSW4Op0B0CyhQ"/>
+  <targetResourceLandscape href="min.resourcelandscape#_FE29UEnuEeOWVc_o6w1CBw"/>
+  <deploymentContexts id="_cpot0O2fEeib_P5jAe7dPw" name="A --> CPALL">
+    <assemblyContext href="min.system#A"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_c_BH8e2fEeib_P5jAe7dPw" name="B --> CPALL">
+    <assemblyContext href="min.system#B"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dD0vce2fEeib_P5jAe7dPw" name="C --> CPALL">
+    <assemblyContext href="min.system#C"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dJi88e2fEeib_P5jAe7dPw" name="D --> CPALL">
+    <assemblyContext href="min.system#D"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dT7A8e2fEeib_P5jAe7dPw" name="E --> CPALL">
+    <assemblyContext href="min.system#E"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_dcUH8e2fEeib_P5jAe7dPw" name="F --> CPALL">
+    <assemblyContext href="min.system#F"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+  <deploymentContexts id="_othWce2fEeib_P5jAe7dPw" name="G --> CPALL">
+    <assemblyContext href="min.system#G"/>
+    <resourceContainer xsi:type="resourcelandscape:ComputeNode" href="min.resourcelandscape#_EuLk4ObvEeWHMYaSILpfIw"/>
+  </deploymentContexts>
+</deployment:Deployment>
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.repository b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.repository
new file mode 100644
index 0000000..68ad974
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.repository
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="ASCII"?>
+<repository:Repository xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:functions="http://www.descartes.tools/metamodel/functions/1.0" xmlns:repository="http://www.descartes.tools/metamodel/repository/1.0" xmlns:resourcetype="http://www.descartes.tools/metamodel/resourcetype/1.0" xmlns:servicebehavior="http://www.descartes.tools/metamodel/servicebehavior/1.0" id="_O2wgMEcEEeOgk9V4uRCQAw" name="repositoryName">
+  <interfaces id="_uqNJk-2aEeib_P5jAe7dPw" name="A">
+    <signatures id="_vzGrUO2aEeib_P5jAe7dPw" name="A"/>
+  </interfaces>
+  <interfaces id="_xapQ4O2aEeib_P5jAe7dPw" name="B">
+    <signatures id="_xapQ4e2aEeib_P5jAe7dPw" name="B"/>
+  </interfaces>
+  <interfaces id="_xf4WMu2aEeib_P5jAe7dPw" name="C">
+    <signatures id="_xf4WM-2aEeib_P5jAe7dPw" name="C"/>
+  </interfaces>
+  <interfaces id="_I6TZQu2bEeib_P5jAe7dPw" name="D">
+    <signatures id="_I6TZQ-2bEeib_P5jAe7dPw" name="D"/>
+  </interfaces>
+  <interfaces id="_JCed0e2bEeib_P5jAe7dPw" name="E">
+    <signatures id="_JCed0u2bEeib_P5jAe7dPw" name="E"/>
+  </interfaces>
+  <interfaces id="_JTZ1wu2bEeib_P5jAe7dPw" name="F">
+    <signatures id="_JTZ1w-2bEeib_P5jAe7dPw" name="F"/>
+  </interfaces>
+  <interfaces id="_JqhVQu2bEeib_P5jAe7dPw" name="G">
+    <signatures id="_JqhVQ-2bEeib_P5jAe7dPw" name="G"/>
+  </interfaces>
+  <components xsi:type="repository:BasicComponent" id="_Q2VbtO2bEeib_P5jAe7dPw" name="A">
+    <interfaceProvidingRoles id="_SHb3MO2bEeib_P5jAe7dPw" name="A" interface="_uqNJk-2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_S0bgEe2bEeib_P5jAe7dPw" name="B" interface="_xapQ4O2aEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_vzGrUO2aEeib_P5jAe7dPw" interfaceProvidingRole="_SHb3MO2bEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_Z0axAO2bEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:ExponentialDistribution" rate="0.05"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_jPXogO2bEeib_P5jAe7dPw" name="ToB" signature="_xapQ4e2aEeib_P5jAe7dPw" interfaceRequiringRole="_S0bgEe2bEeib_P5jAe7dPw"/>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_ng-npO2bEeib_P5jAe7dPw" name="B">
+    <interfaceProvidingRoles id="_oTaxMO2bEeib_P5jAe7dPw" name="B" interface="_xapQ4O2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_o-tJ4e2bEeib_P5jAe7dPw" name="C" interface="_xf4WMu2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_pW0u8e2bEeib_P5jAe7dPw" name="E" interface="_JCed0e2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_xapQ4e2aEeib_P5jAe7dPw" interfaceProvidingRole="_oTaxMO2bEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_wQn4UO2bEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:DoubleLiteral" value="20"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_1XjV4O2bEeib_P5jAe7dPw" name="ToC" signature="_xf4WM-2aEeib_P5jAe7dPw" interfaceRequiringRole="_o-tJ4e2bEeib_P5jAe7dPw"/>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_3Nfj0O2bEeib_P5jAe7dPw" name="ToE" signature="_JCed0u2bEeib_P5jAe7dPw" interfaceRequiringRole="_pW0u8e2bEeib_P5jAe7dPw"/>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_5tliBO2bEeib_P5jAe7dPw" name="C">
+    <interfaceProvidingRoles id="_7gZjcO2bEeib_P5jAe7dPw" name="C" interface="_xf4WMu2aEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_674hIe2bEeib_P5jAe7dPw" name="D" interface="_I6TZQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_xf4WM-2aEeib_P5jAe7dPw" interfaceProvidingRole="_7gZjcO2bEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_CXbssO2cEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:NormalDistribution" mu="10" sigma="1"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:LoopAction">
+          <loopBodyBehavior>
+            <actions xsi:type="servicebehavior:ExternalCallAction">
+              <externalCall id="_W7bVMO2cEeib_P5jAe7dPw" name="ToD" signature="_I6TZQ-2bEeib_P5jAe7dPw" interfaceRequiringRole="_674hIe2bEeib_P5jAe7dPw"/>
+            </actions>
+          </loopBodyBehavior>
+          <loopIterationCount id="_HkxUQO2cEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:IntLiteral" value="5"/>
+            </explicitDescription>
+          </loopIterationCount>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_szxFBO2dEeib_P5jAe7dPw" name="D">
+    <interfaceProvidingRoles id="_uP8vIO2dEeib_P5jAe7dPw" name="D" interface="_I6TZQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_I6TZQ-2bEeib_P5jAe7dPw" interfaceProvidingRole="_uP8vIO2dEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_zA8Y8O2dEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:NormalDistribution" mu="10" sigma="1"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_59cRBO2dEeib_P5jAe7dPw" name="E">
+    <interfaceProvidingRoles id="_6wgFoO2dEeib_P5jAe7dPw" name="E" interface="_JCed0e2bEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_7K9NAe2dEeib_P5jAe7dPw" name="F" interface="_JTZ1wu2bEeib_P5jAe7dPw"/>
+    <interfaceRequiringRoles id="_7nafge2dEeib_P5jAe7dPw" name="G" interface="_JqhVQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_JCed0u2bEeib_P5jAe7dPw" interfaceProvidingRole="_6wgFoO2dEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_Df43oO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:ExponentialDistribution" rate="0.2"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_NSR-wO2eEeib_P5jAe7dPw" name="ToF" signature="_JTZ1w-2bEeib_P5jAe7dPw" interfaceRequiringRole="_7K9NAe2dEeib_P5jAe7dPw"/>
+        </actions>
+        <actions xsi:type="servicebehavior:ExternalCallAction">
+          <externalCall id="_PVKcgO2eEeib_P5jAe7dPw" name="ToG" signature="_JqhVQ-2bEeib_P5jAe7dPw" interfaceRequiringRole="_7nafge2dEeib_P5jAe7dPw"/>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_RZ57dO2eEeib_P5jAe7dPw" name="F">
+    <interfaceProvidingRoles id="_S_LQIO2eEeib_P5jAe7dPw" name="F" interface="_JTZ1wu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_JTZ1w-2bEeib_P5jAe7dPw" interfaceProvidingRole="_S_LQIO2eEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:BranchAction">
+          <branches>
+            <actions xsi:type="servicebehavior:InternalAction">
+              <resourceDemand id="_cG0KEO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+                <explicitDescription>
+                  <probFunction xsi:type="functions:DoubleLiteral" value="20"/>
+                </explicitDescription>
+                <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+              </resourceDemand>
+            </actions>
+          </branches>
+          <branches>
+            <actions xsi:type="servicebehavior:InternalAction">
+              <resourceDemand id="_gSfgUe2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+                <explicitDescription>
+                  <probFunction xsi:type="functions:DoubleLiteral" value="100"/>
+                </explicitDescription>
+                <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+              </resourceDemand>
+            </actions>
+          </branches>
+          <branchProbabilities id="_XbBJUO2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:DoubleLiteral" value="0.8"/>
+            </explicitDescription>
+          </branchProbabilities>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+  <components xsi:type="repository:BasicComponent" id="_R1LiNO2eEeib_P5jAe7dPw" name="G">
+    <interfaceProvidingRoles id="_TRbdwO2eEeib_P5jAe7dPw" name="G" interface="_JqhVQu2bEeib_P5jAe7dPw"/>
+    <fineGrainedBehavior describedSignature="_JqhVQ-2bEeib_P5jAe7dPw" interfaceProvidingRole="_TRbdwO2eEeib_P5jAe7dPw">
+      <behavior>
+        <actions xsi:type="servicebehavior:InternalAction">
+          <resourceDemand id="_mprE0O2eEeib_P5jAe7dPw" characterization="EXPLICIT">
+            <explicitDescription>
+              <probFunction xsi:type="functions:ExponentialDistribution" rate="0.03333333333"/>
+            </explicitDescription>
+            <resourceType xsi:type="resourcetype:ProcessingResourceType" href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+          </resourceDemand>
+        </actions>
+      </behavior>
+    </fineGrainedBehavior>
+  </components>
+</repository:Repository>
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.resourcelandscape b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.resourcelandscape
new file mode 100644
index 0000000..dcce320
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.resourcelandscape
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<resourcelandscape:DistributedDataCenter xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:resourceconfiguration="http://www.descartes.tools/metamodel/resourceconfiguration/1.0" xmlns:resourcelandscape="http://www.descartes.tools/metamodel/resourcelandscape/0.1" id="_FE29UEnuEeOWVc_o6w1CBw" name="ddc">
+  <consistsOf id="_FnQfwEnuEeOWVc_o6w1CBw" name="dc">
+    <computeNodes id="_EuLk4ObvEeWHMYaSILpfIw" name="CPALL">
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_I3tj4EnuEeOWVc_o6w1CBw" name="CPU" schedulingPolicy="FCFS" processingRate="1000.0">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_3ql5IJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_PUJdkAJEEeaYI8Ji-SVFxg" name="multiplicity" number="8"/>
+      </configSpec>
+      <configSpec xsi:type="resourceconfiguration:ProcessingResourceSpecification" id="_yS7WwfMLEeiRdfQDBIGrTA" name="Network">
+        <processingResourceType href="pathmap://DML_APPLICATIONLEVEL_MODELS/defaultresourcetypes.resourcetype#_52tLYJB4EeKmfoqNH_-HEA"/>
+        <nrOfParProcUnits id="_0rctUPMLEeiRdfQDBIGrTA" name="multiplicity" number="10000"/>
+      </configSpec>
+    </computeNodes>
+  </consistsOf>
+</resourcelandscape:DistributedDataCenter>
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system
new file mode 100644
index 0000000..4778bbe
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system
@@ -0,0 +1,125 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<system:System xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:repository="http://www.descartes.tools/metamodel/repository/1.0" xmlns:system="http://www.descartes.tools/metamodel/system/1.0" id="_zdRVAEeoEeSW4Op0B0CyhQ" name="MySys">
+  <assemblyContexts id="A" name="A">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_Q2VbtO2bEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="188.891"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="48.2527" knot="2" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="-31.7042" knot="0" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="B" name="B">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_ng-npO2bEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="38.3886"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="46.5906" knot="3">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+      <basisFunctions xsi:type="system:Hinge" coefficient="19.2801" knot="0" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="C" name="C">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_5tliBO2bEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="63.6675"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="22.6065" knot="4" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="D" name="D">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_szxFBO2dEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="8.52152"/>
+      <basisFunctions xsi:type="system:Hinge" coefficient="2.51716" knot="0" side="RIGHT">
+        <variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw"/>
+        </variableReference>
+      </basisFunctions>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="E" name="E">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_59cRBO2dEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JCed0u2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="92.8614"/>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="F" name="F">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_RZ57dO2eEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="71.0384"/>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="G" name="G">
+    <encapsulatedComponent xsi:type="repository:BasicComponent" href="min.repository#_R1LiNO2eEeib_P5jAe7dPw"/>
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw"/>
+      <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
+      <basisFunctions xsi:type="system:Constant" coefficient="19.281"/>
+    </statisticalModel>
+  </assemblyContexts>
+  <assemblyConnectors id="_95dlMe2eEeib_P5jAe7dPw" name="A --> B" providingAssemblyContext="B" requiringAssemblyContext="A">
+    <interfaceRequiringRole href="min.repository#_S0bgEe2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="_-u-Q4e2eEeib_P5jAe7dPw" name="B --> C" providingAssemblyContext="C" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_o-tJ4e2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__Da24e2eEeib_P5jAe7dPw" name="C --> D" providingAssemblyContext="D" requiringAssemblyContext="C">
+    <interfaceRequiringRole href="min.repository#_674hIe2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__NpJ4e2eEeib_P5jAe7dPw" name="B --> E" providingAssemblyContext="E" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_pW0u8e2bEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__X3c4e2eEeib_P5jAe7dPw" name="E --> F" providingAssemblyContext="F" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7K9NAe2dEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <assemblyConnectors id="__iQH8e2eEeib_P5jAe7dPw" name="E --> G" providingAssemblyContext="G" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7nafge2dEeib_P5jAe7dPw"/>
+    <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw"/>
+  </assemblyConnectors>
+  <providingDelegationConnectors id="_7NJv8u2eEeib_P5jAe7dPw" name="A --> A" assemblyContext="A" outerInterfaceProvidingRole="_43ITxO2eEeib_P5jAe7dPw">
+    <innerInterfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw"/>
+  </providingDelegationConnectors>
+  <interfaceProvidingRoles id="_43ITxO2eEeib_P5jAe7dPw" name="outerA">
+    <interface href="min.repository#_uqNJk-2aEeib_P5jAe7dPw"/>
+  </interfaceProvidingRoles>
+</system:System>
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system.bak b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system.bak
new file mode 100644
index 0000000..3cdb13a
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.system.bak
@@ -0,0 +1,165 @@
+<system:System xmlns:system="http://www.descartes.tools/metamodel/system/1.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="_zdRVAEeoEeSW4Op0B0CyhQ" name="MySys" xmi:version="2.0">
+  <assemblyContexts id="A" name="A">
+    <encapsulatedComponent href="min.repository#_Q2VbtO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="262.84963425757894" xsi:type="system:Constant" /><basisFunctions coefficient="25.1950842561908" knot="9" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-5.976227106218841" knot="9" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-18.661905059764372" knot="107" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="B" name="B">
+    <encapsulatedComponent href="min.repository#_ng-npO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="232.2645484858773" xsi:type="system:Constant" /><basisFunctions coefficient="25.52707636070293" knot="8" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-5.8673196423639755" knot="8" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-1.4301195149020542" knot="58" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xapQ4e2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="C" name="C">
+    <encapsulatedComponent href="min.repository#_5tliBO2bEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="111.82389647914309" xsi:type="system:Constant" /><basisFunctions coefficient="26.158780903204537" knot="4" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-8.269589171172274" knot="4" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-1.5943941620931752" knot="37" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+          <signature href="min.repository#_xf4WM-2aEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="D" name="D">
+    <encapsulatedComponent href="min.repository#_szxFBO2dEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="1777.895105277294" xsi:type="system:Constant" /><basisFunctions coefficient="-12.048274165389246" knot="4" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="13.624554538340941" knot="4" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-17.19997044564344" knot="106" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_I6TZQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="E" name="E">
+    <encapsulatedComponent href="min.repository#_59cRBO2dEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="80.694074311176" xsi:type="system:Constant" /><basisFunctions coefficient="12.175649652283221" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-2.6639153640224316" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-14.347524289871105" knot="18" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JCed0u2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="F" name="F">
+    <encapsulatedComponent href="min.repository#_RZ57dO2eEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="196540843982208.88" xsi:type="system:Constant" /><basisFunctions coefficient="-39308168796415.17" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="39308168796422.97" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="39308168796428.94" knot="7" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-39308168796432.36" knot="7" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JTZ1w-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyContexts id="G" name="G">
+    <encapsulatedComponent href="min.repository#_R1LiNO2eEeib_P5jAe7dPw" xsi:type="repository:BasicComponent" />
+    <statisticalModel xsi:type="system:MARSModel">
+      <describedSignature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
+      <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+      <basisFunctions coefficient="41.50498064823611" xsi:type="system:Constant" /><basisFunctions coefficient="11.831802896944605" knot="2" side="RIGHT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions><basisFunctions coefficient="-8.973996639715038" knot="2" side="LEFT" xsi:type="system:Hinge"><variableReference xsi:type="system:WorkloadIntensity">
+          <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+          <signature href="min.repository#_JqhVQ-2bEeib_P5jAe7dPw" />
+        </variableReference>
+      </basisFunctions></statisticalModel>
+  </assemblyContexts>
+  <assemblyConnectors id="_95dlMe2eEeib_P5jAe7dPw" name="A --&gt; B" providingAssemblyContext="B" requiringAssemblyContext="A">
+    <interfaceRequiringRole href="min.repository#_S0bgEe2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_oTaxMO2bEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="_-u-Q4e2eEeib_P5jAe7dPw" name="B --&gt; C" providingAssemblyContext="C" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_o-tJ4e2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_7gZjcO2bEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__Da24e2eEeib_P5jAe7dPw" name="C --&gt; D" providingAssemblyContext="D" requiringAssemblyContext="C">
+    <interfaceRequiringRole href="min.repository#_674hIe2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_uP8vIO2dEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__NpJ4e2eEeib_P5jAe7dPw" name="B --&gt; E" providingAssemblyContext="E" requiringAssemblyContext="B">
+    <interfaceRequiringRole href="min.repository#_pW0u8e2bEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_6wgFoO2dEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__X3c4e2eEeib_P5jAe7dPw" name="E --&gt; F" providingAssemblyContext="F" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7K9NAe2dEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_S_LQIO2eEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <assemblyConnectors id="__iQH8e2eEeib_P5jAe7dPw" name="E --&gt; G" providingAssemblyContext="G" requiringAssemblyContext="E">
+    <interfaceRequiringRole href="min.repository#_7nafge2dEeib_P5jAe7dPw" />
+    <interfaceProvidingRole href="min.repository#_TRbdwO2eEeib_P5jAe7dPw" />
+  </assemblyConnectors>
+  <providingDelegationConnectors assemblyContext="A" id="_7NJv8u2eEeib_P5jAe7dPw" name="A --&gt; A" outerInterfaceProvidingRole="_43ITxO2eEeib_P5jAe7dPw">
+    <innerInterfaceProvidingRole href="min.repository#_SHb3MO2bEeib_P5jAe7dPw" />
+  </providingDelegationConnectors>
+  <interfaceProvidingRoles id="_43ITxO2eEeib_P5jAe7dPw" name="outerA">
+    <interface href="min.repository#_uqNJk-2aEeib_P5jAe7dPw" />
+  </interfaceProvidingRoles>
+</system:System>
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.usageprofile b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.usageprofile
new file mode 100644
index 0000000..1b2f4a2
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DML-Model/min.usageprofile
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="ASCII"?>
+<usageprofile:UsageProfile xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:functions="http://www.descartes.tools/metamodel/functions/1.0" xmlns:usageprofile="http://www.descartes.tools/metamodel/usageprofile/1.0" id="_yiEmIEeqEeSW4Op0B0CyhQ" name="usgProfile">
+  <imports importURI="min.system"/>
+  <imports importURI="min.repository"/>
+  <system href="min.system#_zdRVAEeoEeSW4Op0B0CyhQ"/>
+  <usageScenarios id="_yiFNMEeqEeSW4Op0B0CyhQ" name="usagescenario">
+    <scenarioBehavior>
+      <actions xsi:type="usageprofile:SystemCallUserAction" id="_A_DeMEmxEeOPLK3yYyEQWQ" name="usageToA">
+        <providingRole href="min.system#_43ITxO2eEeib_P5jAe7dPw"/>
+        <signature href="min.repository#_vzGrUO2aEeib_P5jAe7dPw"/>
+      </actions>
+    </scenarioBehavior>
+    <workloadType xsi:type="usageprofile:OpenWorkloadType">
+      <interArrivalTime>
+        <probFunction xsi:type="functions:ExponentialDistribution" rate="0.005"/>
+      </interArrivalTime>
+    </workloadType>
+  </usageScenarios>
+</usageprofile:UsageProfile>
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis.dql
new file mode 100644
index 0000000..8b20224
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis.dql
@@ -0,0 +1,14 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime, CPALL_CPU.utilization
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.010, 0.015, 0.020, 0.025, 0.030, 0.035, 0.040>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_A.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_A.dql
new file mode 100644
index 0000000..4ced146
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_A.dql
@@ -0,0 +1,15 @@
+SELECT	usageToA.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:A'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.025>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_B.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_B.dql
new file mode 100644
index 0000000..a6c2896
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_B.dql
@@ -0,0 +1,15 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, CPALL_CPU.utilization
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:B'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.025>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_C.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_C.dql
new file mode 100644
index 0000000..fd79cfa
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_C.dql
@@ -0,0 +1,15 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:C'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.025>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_D.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_D.dql
new file mode 100644
index 0000000..6c2b232
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_D.dql
@@ -0,0 +1,15 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:D'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.025>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_E.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_E.dql
new file mode 100644
index 0000000..83b6fd8
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_E.dql
@@ -0,0 +1,15 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:E'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.025>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_F.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_F.dql
new file mode 100644
index 0000000..8f94bde
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_F.dql
@@ -0,0 +1,15 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:F'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.025>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_G.dql b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_G.dql
new file mode 100644
index 0000000..c971647
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/Analysis_G.dql
@@ -0,0 +1,15 @@
+SELECT	usageToA.avgResponseTime, ToB.avgResponseTime, ToC.avgResponseTime, ToD.avgResponseTime, ToE.avgResponseTime, ToF.avgResponseTime, ToG.avgResponseTime
+CONSTRAINED AS 'USE_STATISTICAL_MODEL:G'
+EVALUATE DOF
+	VARYING 'ExponentialDistribution of OpenWorkload with ID _yiFNMEeqEeSW4Op0B0CyhQ' <0.025>
+FOR	SERVICE	'_A_DeMEmxEeOPLK3yYyEQWQ'	AS	usageToA,
+	SERVICE	'_yiFNMEeqEeSW4Op0B0CyhQ'	AS	usagescenario,
+	SERVICE	'_jPXogO2bEeib_P5jAe7dPw'	AS	ToB,
+	SERVICE	'_PVKcgO2eEeib_P5jAe7dPw'	AS	ToG,
+	SERVICE	'_W7bVMO2cEeib_P5jAe7dPw'	AS	ToD,
+	SERVICE	'_1XjV4O2bEeib_P5jAe7dPw'	AS	ToC,
+	SERVICE	'_NSR-wO2eEeib_P5jAe7dPw'	AS	ToF,
+	SERVICE	'_3Nfj0O2bEeib_P5jAe7dPw'	AS	ToE,
+	RESOURCE	'_yS7WwfMLEeiRdfQDBIGrTA'	AS	CPALL_Network,
+	RESOURCE	'_I3tj4EnuEeOWVc_o6w1CBw'	AS	CPALL_CPU
+USING dml@'minmodel.properties';
\ No newline at end of file
diff --git a/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/minmodel.properties b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/minmodel.properties
new file mode 100644
index 0000000..b003bdf
--- /dev/null
+++ b/dml-examples/Scenario_Coloc_all_newMARS3/DQL-Queries/minmodel.properties
@@ -0,0 +1,7 @@
+## Model Instance
+dml.files.usageprofile=/../DML-Model/min.usageprofile
+dml.files.system=/../DML-Model/min.system
+dml.files.resourcelandscape=/../DML-Model/min.resourcelandscape
+dml.files.repository=/../DML-Model/min.repository
+dml.files.deployment=/../DML-Model/min.deployment
+#dml.outputdirectory=/../results/
\ No newline at end of file
-- 
GitLab