3 Experiment 2

Run time dependency on agent number (all other parameters the same)

3.1 Experimental set up

Values
experimentId EXP09-04-11-00-zmNPzL
agentNumbers 50, 100, 200, 400, 800
maxDistances 10
randomWorksNumberMultipliers 2
similarityConnectThresholds 0.9
chainLengths 10

3.2 Descriptive analysis of each simulation

3.2.1 SIM09-04-11-01-4YaSGh–CV

3.2.1.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
100 0.9 10 1 10 2

3.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
210 37,414 210 210 601 38,645

3.2.1.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
101 420 210 731

3.2.1.4 distribution of similarityEdgesByWeight

3.2.1.5 Degree distribution of item->similarity->item edges

3.2.1.6 Degree distribution of agent->knows->agent edges

3.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 87,990 280,495 3.1878054324355 No
existsSimilarity 87,990 278,272 3.16254119786339 No
similarityEdges 87,990 271,983 3.09106716672349 No
connectAllSimilar 420 281,428 670.066666666667 Yes
connect 199 418 2.10050251256281 Yes
init 103 9,982 96.9126213592233 No
Total 627 282,409

3.2.1.8 Found structures

3.2.1.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-01-4YaSGh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.1.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-01-4YaSGh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.2 SIM09-04-11-01-4YaSGh–DV

3.2.2.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
100 0.9 10 1 10 2

3.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
210 37,016 210 210 601 38,247

3.2.2.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
101 420 210 731

3.2.2.4 distribution of similarityEdgesByWeight

3.2.2.5 Degree distribution of item->similarity->item edges

3.2.2.6 Degree distribution of agent->knows->agent edges

3.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 601 1,134 1.88685524126456 No
2 addItemToWork 420 3,258 7.75714285714286 No
3 ownsWork 210 1,757 8.36666666666667 No
4 init 103 10,176 98.7961165048544 No
5 searchAndConnect 101 171,292 1695.9603960396 Yes
6 getWorksItems 18 31 1.72222222222222 Yes
8 cycleSearch 6 1,683 280.5 Yes
9 getWorks 6 1,355 225.833333333333 No
10 individualCycleSearch 6 0 0 Yes
11 Total 137 175,252

3.2.2.8 Found structures

3.2.2.8.1 Cycles

Number of cycles found: 5

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-01-4YaSGh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.2.8.2 Paths

Number of paths found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-01-4YaSGh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.3 SIM09-04-11-06-vouK3X–CV

3.2.3.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
200 0.9 10 1 10 2

3.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 138,996 410 410 1,201 141,427

3.2.3.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
201 820 410 1,431

3.2.3.4 distribution of similarityEdgesByWeight

3.2.3.5 Degree distribution of item->similarity->item edges

3.2.3.6 Degree distribution of agent->knows->agent edges

3.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 335,790 1,644,273 4.89673009916912 No
existsSimilarity 335,790 1,635,461 4.87048750707287 No
similarityEdges 335,790 1,598,087 4.75918580064921 No
connectAllSimilar 820 1,648,328 2010.15609756098 Yes
connect 413 955 2.31234866828087 Yes
init 203 13,132 64.6896551724138 No
Total 1,241 1,650,675

3.2.3.8 Found structures

3.2.3.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-06-vouK3X--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.3.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-06-vouK3X--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.4 SIM09-04-11-06-vouK3X–DV

3.2.4.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
200 0.9 10 1 10 2

3.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
410 137,952 410 410 1,201 140,383

3.2.4.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
201 820 410 1,431

3.2.4.4 distribution of similarityEdgesByWeight

3.2.4.5 Degree distribution of item->similarity->item edges

3.2.4.6 Degree distribution of agent->knows->agent edges

3.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 1,201 2,100 1.74854288093256 No
addItemToWork 820 6,106 7.44634146341463 No
ownsWork 410 2,970 7.24390243902439 No
init 203 12,958 63.8325123152709 No
searchAndConnect 201 880,506 4380.62686567164 Yes
cycleSearch 27 12,079 447.37037037037 Yes
getWorks 27 2,304 85.3333333333333 No
individualCycleSearch 27 1 0.037037037037037 Yes
Total 299 903,842

3.2.4.8 Found structures

3.2.4.8.1 Cycles

Number of cycles found: 21

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-06-vouK3X--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.4.8.2 Paths

Number of paths found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-06-vouK3X--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.5 SIM09-04-11-35-FroPBm–CV

3.2.5.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.9 10 1 10 2

3.2.5.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 516,016 810 810 2,401 520,847

3.2.5.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.5.4 distribution of similarityEdgesByWeight

3.2.5.5 Degree distribution of item->similarity->item edges

3.2.5.6 Degree distribution of agent->knows->agent edges

3.2.5.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 448,749 3,594,659 8.01040002317554 No
existsSimilarity 448,749 3,581,696 7.98151305072546 No
similarityEdges 448,749 3,495,869 7.79025468580431 No
init 403 45,380 112.605459057072 No
connectAllSimilar 306 3,600,209 11765.3888888889 Yes
connect 264 724 2.74242424242424 Yes
cycleSearch 87 5,466 62.8275862068966 Yes
getWorks 86 494 5.74418604651163 Yes
searchAndConnect 10 221,661 22166.1 Yes
Total 758 3,831,663

3.2.5.8 Found structures

3.2.5.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-35-FroPBm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.5.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-35-FroPBm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.6 SIM09-04-11-35-FroPBm–DV

3.2.6.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
400 0.9 10 1 10 2

3.2.6.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 515,321 810 810 2,401 520,152

3.2.6.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
401 1,620 810 2,831

3.2.6.4 distribution of similarityEdgesByWeight

3.2.6.5 Degree distribution of item->similarity->item edges

3.2.6.6 Degree distribution of agent->knows->agent edges

3.2.6.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 2,401 4,072 1.69596001665973 No
addItemToWork 1,620 16,020 9.88888888888889 No
ownsWork 810 7,971 9.84074074074074 No
init 403 42,705 105.967741935484 No
searchAndConnect 391 5,453,735 13948.1713554987 Yes
individualCycleSearch 91 6 0.0659340659340659 Yes
getWorksItems 18 28 1.55555555555556 Yes
getWorks 6 31,555 5259.16666666667 No
cycleSearch 5 53,858 10771.6 Yes
Total 510 5,521,903

3.2.6.8 Found structures

3.2.6.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-35-FroPBm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.6.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-35-FroPBm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.7 SIM09-04-11-00-wrFr95–CV

3.2.7.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
50 0.9 10 1 10 2

3.2.7.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
110 11,264 110 110 201 11,795

3.2.7.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
51 220 110 381

3.2.7.4 distribution of similarityEdgesByWeight

3.2.7.5 Degree distribution of item->similarity->item edges

3.2.7.6 Degree distribution of agent->knows->agent edges

3.2.7.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 24,090 58,896 2.44483188044832 No
existsSimilarity 24,090 58,144 2.41361560813616 No
similarityEdges 24,090 56,736 2.35516811955168 No
connectAllSimilar 220 59,189 269.040909090909 Yes
connect 92 185 2.01086956521739 Yes
init 53 8,642 163.056603773585 No
Total 320 59,755

3.2.7.8 Found structures

3.2.7.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-00-wrFr95--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.7.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-00-wrFr95--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.2.8 SIM09-04-11-00-wrFr95–DV

3.2.8.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
50 0.9 10 1 10 2

3.2.8.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
110 11,080 110 110 201 11,611

3.2.8.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
51 220 110 381

3.2.8.4 distribution of similarityEdgesByWeight

3.2.8.5 Degree distribution of item->similarity->item edges

3.2.8.6 Degree distribution of agent->knows->agent edges

3.2.8.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 addItemToWork 220 3,739 16.9954545454545 No
2 knowsAgent 201 636 3.16417910447761 No
3 ownsWork 110 1,403 12.7545454545455 No
4 init 53 9,118 172.037735849057 No
5 searchAndConnect 51 38,608 757.019607843137 Yes
6 getWorksItems 18 56 3.11111111111111 Yes
9 cycleSearch 2 48 24 Yes
10 getWorks 2 549 274.5 No
11 Total 78 39,423

3.2.8.8 Found structures

3.2.8.8.1 Cycles

Number of cycles found: 2

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-00-wrFr95--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
3.2.8.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-04-11-00-wrFr95--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

3.3 Scatterplots of experiment