4 Experiment 3

Same as above, agentNumbers=[700, 800], randomWorksNumberMultipliers=[2]

4.1 Experimental set up

Values
experimentId EXP09-07-02-54-hATxwM
agentNumbers 700, 800
maxDistances 10
randomWorksNumberMultipliers 2
similarityConnectThresholds 0.9, 0.93, 0.96, 0.99
chainLengths 10

4.2 Descriptive analysis of each simulation

4.2.1 SIM09-07-02-54-AmUqkP–CV

4.2.1.1 simulationParameters

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

4.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 1,542,412 1,410 1,410 4,201 1,550,843

4.2.1.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.1.4 distribution of similarityEdgesByWeight

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

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

4.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 268,787 3,602,162 13.4015484379825 No
existsSimilarity 268,787 3,593,238 13.368347427517 No
similarityEdges 268,787 3,498,343 13.0152983589236 No
cycleSearch 836 34,170 40.8732057416268 Yes
getWorks 835 2,938 3.5185628742515 Yes
init 703 29,347 41.7453769559033 No
connectAllSimilar 97 3,605,499 37170.0927835052 Yes
connect 90 355 3.94444444444444 Yes
Total 1,864 3,659,007

4.2.1.8 Found structures

4.2.1.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-02-54-AmUqkP--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.1.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-02-54-AmUqkP--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.2 SIM09-07-02-54-AmUqkP–DV

4.2.2.1 simulationParameters

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

4.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 1,542,107 1,410 1,410 4,201 1,550,538

4.2.2.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.2.4 distribution of similarityEdgesByWeight

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

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

4.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,201 10,437 2.48440847417282 No
addItemToWork 2,820 48,140 17.0709219858156 No
ownsWork 1,410 23,686 16.7985815602837 No
individualCycleSearch 1,004 56 0.0557768924302789 Yes
init 703 31,521 44.8378378378378 No
searchAndConnect 701 33,347,436 47571.2353780314 Yes
getWorks 170 90,267 530.982352941176 No
cycleSearch 169 229,319 1356.91715976331 Yes
Total 2,140 33,786,013

4.2.2.8 Found structures

4.2.2.8.1 Cycles

Number of cycles found: 129

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-02-54-AmUqkP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.2.8.2 Paths

Number of paths found: 4

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-02-54-AmUqkP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.3 SIM09-07-04-13-Tqhuy8–CV

4.2.3.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
700 0.93 10 1 10 2

4.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 1,084,042 1,410 1,410 4,201 1,092,473

4.2.3.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.3.4 distribution of similarityEdgesByWeight

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

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

4.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
existsSimilarity 358,337 3,602,416 10.0531510840354 No
connectIfSimilar 358,313 3,612,902 10.0830893660012 No
similarityEdges 358,297 3,517,538 9.81738055300491 No
init 703 30,337 43.1536273115221 No
cycleSearch 427 13,399 31.3793911007026 Yes
getWorks 426 1,665 3.90845070422535 Yes
connectAllSimilar 131 3,641,793 27799.9465648855 Yes
connect 85 261 3.07058823529412 Yes
Total 1,075 3,668,599

4.2.3.8 Found structures

4.2.3.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-04-13-Tqhuy8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.3.8.2 Paths

Number of paths found: 0

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

4.2.4 SIM09-07-04-13-Tqhuy8–DV

4.2.4.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
700 0.93 10 1 10 2

4.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 1,083,862 1,410 1,410 4,201 1,092,293

4.2.4.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.4.4 distribution of similarityEdgesByWeight

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

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

4.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,201 8,008 1.90621280647465 No
addItemToWork 2,820 33,878 12.013475177305 No
ownsWork 1,410 16,951 12.0219858156028 No
init 703 30,397 43.2389758179232 No
searchAndConnect 701 20,946,601 29881.0285306705 Yes
individualCycleSearch 571 13 0.0227670753064799 Yes
getWorks 146 27,449 188.006849315069 No
cycleSearch 145 53,548 369.296551724138 Yes
Total 1,635 21,052,415

4.2.4.8 Found structures

4.2.4.8.1 Cycles

Number of cycles found: 109

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-04-13-Tqhuy8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.4.8.2 Paths

Number of paths found: 0

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

4.2.5 SIM09-07-05-25-o9GkLq–CV

4.2.5.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
700 0.96 10 1 10 2

4.2.5.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 634,532 1,410 1,410 4,201 642,963

4.2.5.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.5.4 distribution of similarityEdgesByWeight

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

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

4.2.5.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 475,455 3,602,688 7.57734801400763 No
existsSimilarity 475,455 3,589,801 7.55024345101009 No
similarityEdges 475,455 3,520,844 7.4052097464534 No
init 703 33,415 47.5320056899004 No
cycleSearch 199 6,400 32.1608040201005 Yes
getWorks 198 516 2.60606060606061 Yes
connectAllSimilar 174 3,608,665 20739.4540229885 Yes
connect 64 214 3.34375 Yes
Total 641 3,623,457

4.2.5.8 Found structures

4.2.5.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-05-25-o9GkLq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.5.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-05-25-o9GkLq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.6 SIM09-07-05-25-o9GkLq–DV

4.2.6.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
700 0.96 10 1 10 2

4.2.6.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 634,404 1,410 1,410 4,201 642,835

4.2.6.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.6.4 distribution of similarityEdgesByWeight

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

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

4.2.6.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,201 8,050 1.91621042608903 No
addItemToWork 2,820 26,146 9.27163120567376 No
ownsWork 1,410 12,289 8.71560283687943 No
init 703 31,416 44.6884779516358 No
searchAndConnect 701 10,074,989 14372.3095577746 Yes
individualCycleSearch 277 9 0.0324909747292419 Yes
getWorks 80 29,641 370.5125 No
cycleSearch 79 95,410 1207.72151898734 Yes
Total 1,119 10,259,525

4.2.6.8 Found structures

4.2.6.8.1 Cycles

Number of cycles found: 26

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-05-25-o9GkLq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.6.8.2 Paths

Number of paths found: 5

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-05-25-o9GkLq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.7 SIM09-07-06-32-2MR3Ho–CV

4.2.7.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
700 0.99 10 1 10 2

4.2.7.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 159,898 1,410 1,410 4,201 168,329

4.2.7.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.7.4 distribution of similarityEdgesByWeight

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

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

4.2.7.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 1,205,309 3,587,387 2.97632142463053 No
2 existsSimilarity 1,205,309 3,564,241 2.95711805022612 No
3 similarityEdges 1,205,309 3,502,307 2.90573371641629 No
4 init 703 32,332 45.9914651493599 No
5 connectAllSimilar 466 3,600,115 7725.5686695279 Yes
6 cycleSearch 107 2,596 24.2616822429907 Yes
7 getWorks 106 315 2.97169811320755 Yes
8 connect 48 116 2.41666666666667 Yes
10 searchAndConnect 3 30,822 10274 Yes
11 Total 735 3,636,382

4.2.7.8 Found structures

4.2.7.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-06-32-2MR3Ho--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.7.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-06-32-2MR3Ho--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.8 SIM09-07-06-32-2MR3Ho–DV

4.2.8.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
700 0.99 10 1 10 2

4.2.8.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,410 159,802 1,410 1,410 4,201 168,233

4.2.8.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
701 2,820 1,410 4,931

4.2.8.4 distribution of similarityEdgesByWeight

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

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

4.2.8.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,201 7,925 1.88645560580814 No
addItemToWork 2,820 37,604 13.3347517730496 No
ownsWork 1,410 19,532 13.8524822695035 No
init 703 32,654 46.4495021337127 No
searchAndConnect 698 5,565,417 7973.37679083095 Yes
individualCycleSearch 148 6 0.0405405405405405 Yes
getWorks 43 12,574 292.418604651163 No
cycleSearch 42 30,501 726.214285714286 Yes
getWorksItems 18 29 1.61111111111111 Yes
Total 911 5,619,561

4.2.8.8 Found structures

4.2.8.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-06-32-2MR3Ho--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.8.8.2 Paths

Number of paths found: 2

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-06-32-2MR3Ho--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.9 SIM09-07-07-36-mFck8t–CV

4.2.9.1 simulationParameters

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

4.2.9.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 2,010,342 1,610 1,610 4,801 2,019,973

4.2.9.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.9.4 distribution of similarityEdgesByWeight

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

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

4.2.9.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 222,915 3,618,647 16.2333041742368 No
existsSimilarity 222,915 3,611,057 16.1992553215351 No
similarityEdges 222,915 3,513,485 15.7615458807169 No
cycleSearch 1,252 49,432 39.482428115016 Yes
getWorks 1,251 5,110 4.08473221422862 Yes
init 803 41,074 51.1506849315069 No
connect 76 290 3.81578947368421 Yes
connectAllSimilar 70 3,621,589 51736.9857142857 Yes
Total 2,655 3,697,017

4.2.9.8 Found structures

4.2.9.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-07-36-mFck8t--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.9.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-07-36-mFck8t--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.10 SIM09-07-07-36-mFck8t–DV

4.2.10.1 simulationParameters

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

4.2.10.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 2,010,169 1,610 1,610 4,801 2,019,800

4.2.10.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.10.4 distribution of similarityEdgesByWeight

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

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

4.2.10.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 9,703 2.02103728389919 No
addItemToWork 3,220 37,024 11.4981366459627 No
ownsWork 1,610 19,134 11.8844720496894 No
individualCycleSearch 1,403 45 0.0320741268709907 Yes
init 803 36,374 45.2976338729763 No
searchAndConnect 801 53,165,673 66374.1235955056 Yes
getWorks 153 69,038 451.228758169935 No
cycleSearch 152 134,427 884.388157894737 Yes
Total 2,608 53,443,275

4.2.10.8 Found structures

4.2.10.8.1 Cycles

Number of cycles found: 126

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-07-36-mFck8t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.10.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-07-36-mFck8t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.11 SIM09-07-09-04-3czu4g–CV

4.2.11.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 10 1 10 2

4.2.11.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,424,774 1,610 1,610 4,801 1,434,405

4.2.11.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.11.4 distribution of similarityEdgesByWeight

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

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

4.2.11.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 307,587 3,613,144 11.7467383211904 No
existsSimilarity 307,587 3,603,761 11.716233130789 No
similarityEdges 307,587 3,512,505 11.4195495908475 No
init 803 155,021 193.052303860523 No
cycleSearch 621 33,989 54.7326892109501 Yes
getWorks 621 3,664 5.90016103059581 Yes
connectAllSimilar 97 3,617,079 37289.4742268041 Yes
connect 59 280 4.74576271186441 Yes
searchAndConnect 10 527,977 52797.7 Yes
Total 1,413 4,191,731

4.2.11.8 Found structures

4.2.11.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-09-04-3czu4g--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.11.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-09-04-3czu4g--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.12 SIM09-07-09-04-3czu4g–DV

4.2.12.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 10 1 10 2

4.2.12.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,424,656 1,610 1,610 4,801 1,434,287

4.2.12.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.12.4 distribution of similarityEdgesByWeight

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

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

4.2.12.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 9,630 2.00583211830869 No
addItemToWork 3,220 33,293 10.3394409937888 No
ownsWork 1,610 16,437 10.2093167701863 No
init 803 145,040 180.622665006227 No
searchAndConnect 791 29,566,221 37378.2819216182 Yes
individualCycleSearch 627 12 0.0191387559808612 Yes
getWorksItems 18 36 2 Yes
cycleSearch 7 211,942 30277.4285714286 Yes
getWorks 7 124,113 17730.4285714286 No
Total 1,448 29,825,284

4.2.12.8 Found structures

4.2.12.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-09-04-3czu4g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.12.8.2 Paths

Number of paths found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-09-04-3czu4g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.13 SIM09-07-10-22-fh4Yzs–CV

4.2.13.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.96 10 1 10 2

4.2.13.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 821,174 1,610 1,610 4,801 830,805

4.2.13.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.13.4 distribution of similarityEdgesByWeight

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

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

4.2.13.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 456,315 3,596,960 7.88262494110428 No
existsSimilarity 456,315 3,584,537 7.85540032652882 No
similarityEdges 456,315 3,509,335 7.69059750391725 No
init 803 40,085 49.9190535491905 No
cycleSearch 304 9,529 31.3453947368421 Yes
getWorks 303 869 2.86798679867987 Yes
connectAllSimilar 145 3,602,480 24844.6896551724 Yes
connect 46 258 5.60869565217391 Yes
Total 804 3,624,024

4.2.13.8 Found structures

4.2.13.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-10-22-fh4Yzs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.13.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-10-22-fh4Yzs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.14 SIM09-07-10-22-fh4Yzs–DV

4.2.14.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.96 10 1 10 2

4.2.14.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 821,082 1,610 1,610 4,801 830,713

4.2.14.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.14.4 distribution of similarityEdgesByWeight

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

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

4.2.14.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 9,618 2.00333263903353 No
addItemToWork 3,220 32,555 10.110248447205 No
ownsWork 1,610 15,654 9.72298136645963 No
init 803 39,020 48.5927770859278 No
searchAndConnect 801 15,186,014 18958.8189762797 Yes
individualCycleSearch 448 10 0.0223214285714286 Yes
getWorks 146 26,620 182.328767123288 No
cycleSearch 145 90,175 621.896551724138 Yes
Total 1,600 15,377,098

4.2.14.8 Found structures

4.2.14.8.1 Cycles

Number of cycles found: 99

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-10-22-fh4Yzs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.14.8.2 Paths

Number of paths found: 4

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-10-22-fh4Yzs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

4.2.15 SIM09-07-11-31-vI2Zz9–CV

4.2.15.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.99 10 1 10 2

4.2.15.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 208,276 1,610 1,610 4,801 217,907

4.2.15.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.15.4 distribution of similarityEdgesByWeight

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

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

4.2.15.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 1,097,079 3,597,196 3.27888511219338 No
existsSimilarity 1,097,079 3,575,023 3.2586741702284 No
similarityEdges 1,097,079 3,510,267 3.19964833890723 No
init 802 67,406 84.0473815461347 No
connectAllSimilar 361 3,608,971 9997.14958448754 Yes
cycleSearch 160 4,680 29.25 Yes
getWorks 160 655 4.09375 Yes
connect 34 240 7.05882352941176 Yes
searchAndConnect 10 106,787 10678.7 Yes
Total 730 3,724,704

4.2.15.8 Found structures

4.2.15.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-11-31-vI2Zz9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.15.8.2 Paths

Number of paths found: 0

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

4.2.16 SIM09-07-11-31-vI2Zz9–DV

4.2.16.1 simulationParameters

agentNumber similarityConnectThreshold chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.99 10 1 10 2

4.2.16.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 208,208 1,610 1,610 4,801 217,839

4.2.16.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

4.2.16.4 distribution of similarityEdgesByWeight

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

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

4.2.16.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 9,271 1.93105602999375 No
addItemToWork 3,220 32,484 10.088198757764 No
ownsWork 1,610 15,980 9.92546583850932 No
init 803 72,237 89.958904109589 No
searchAndConnect 791 7,452,832 9422.0379266751 Yes
individualCycleSearch 168 6 0.0357142857142857 Yes
getWorksItems 18 76 4.22222222222222 Yes
cycleSearch 9 54,502 6055.77777777778 Yes
getWorks 9 27,339 3037.66666666667 No
Total 992 7,552,795

4.2.16.8 Found structures

4.2.16.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM09-07-11-31-vI2Zz9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
4.2.16.8.2 Paths

Number of paths found: 3

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

4.3 Scatterplots of experiment