4 Experiment 3
agentNumbers=[800] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.93] : graphTypes=[random, smallWorld] : message=[800 agents with similarityConnectThreshold 0.93]; crashed after 23 simulations…
4.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-26-01-05-AJag2Q | 
| agentNumbers | 800 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.93 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
4.2 Descriptive analysis of each simulation
4.2.1 SIM10-26-06-07-JZC8HM–CV
4.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 10 | 1 | 
4.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 280,986 | 805 | 805 | 800 | 284,201 | 
4.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | 794,745 | 3,592,858 | 4.52076829674927 | No | 
| existsSimilarity | 794,745 | 3,475,061 | 4.37254842748303 | No | 
| similarityEdges | 794,745 | 3,392,126 | 4.26819420065556 | No | 
| connect | 57,028 | 99,021 | 1.73635757873325 | Yes | 
| init | 803 | 28,646 | 35.6737235367372 | No | 
| connectAllSimilar | 609 | 3,602,114 | 5914.8013136289 | Yes | 
| Total | 57,645 | 3,703,862 | 
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": "SIM10-26-06-07-JZC8HM--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": "SIM10-26-06-07-JZC8HM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.2 SIM10-26-06-07-JZC8HM–DV
4.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 10 | 1 | 
4.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 166,930 | 805 | 805 | 800 | 170,145 | 
4.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 64,365 | 17.8791666666667 | Yes | 
| 3 | getWorks | 3,600 | 26,003 | 7.22305555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 147 | 0.0408333333333333 | Yes | 
| 6 | addItemToWork | 1,610 | 11,005 | 6.83540372670807 | No | 
| 7 | ownsWork | 805 | 5,474 | 6.8 | No | 
| 8 | init | 803 | 28,705 | 35.747198007472 | No | 
| 9 | searchAndConnect | 801 | 1,296,517 | 1618.62297128589 | Yes | 
| 10 | knowsAgent | 800 | 1,283 | 1.60375 | No | 
| 1 | Total | 15,201 | 1,554,423 | 
4.2.2.8 Found structures
4.2.2.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-06-07-JZC8HM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.2.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-06-07-JZC8HM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.3 SIM10-26-08-08-UAT86U–CV
4.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
4.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 358,136 | 805 | 805 | 4,801 | 365,352 | 
4.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 681,967 | 3,594,676 | 5.27104097412338 | No | 
| existsSimilarity | 681,967 | 3,579,203 | 5.24835219299468 | No | 
| similarityEdges | 681,967 | 3,494,083 | 5.12353676937447 | No | 
| init | 803 | 66,149 | 82.3773349937733 | No | 
| connectAllSimilar | 502 | 3,602,047 | 7175.39243027888 | Yes | 
| connect | 186 | 360 | 1.93548387096774 | Yes | 
| searchAndConnect | 87 | 540,766 | 6215.70114942529 | Yes | 
| cycleSearch | 51 | 8,788 | 172.313725490196 | Yes | 
| getWorks | 50 | 6,500 | 130 | Yes | 
| Total | 881 | 4,160,431 | 
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": "SIM10-26-08-08-UAT86U--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": "SIM10-26-08-08-UAT86U--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.4 SIM10-26-08-08-UAT86U–DV
4.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
4.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 357,764 | 805 | 805 | 4,801 | 364,980 | 
4.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,499 | 1.35367631743387 | No | 
| 2 | addItemToWork | 1,610 | 12,623 | 7.84037267080745 | No | 
| 3 | ownsWork | 805 | 6,185 | 7.6832298136646 | No | 
| 4 | init | 803 | 57,130 | 71.145703611457 | No | 
| 5 | searchAndConnect | 714 | 3,366,143 | 4714.48599439776 | Yes | 
| 6 | individualCycleSearch | 61 | 2 | 0.0327868852459016 | Yes | 
| 7 | getWorks | 12 | 22,564 | 1880.33333333333 | No | 
| 8 | cycleSearch | 11 | 38,015 | 3455.90909090909 | Yes | 
| 10 | getWorksItems | 8 | 24 | 3 | Yes | 
| 11 | Total | 802 | 3,434,851 | 
4.2.4.8 Found structures
4.2.4.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-08-08-UAT86U--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.4.8.2 Paths
Number of paths found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-08-08-UAT86U--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.5 SIM10-27-05-21-78hAgD–CV
4.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 10 | 2 | 
4.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 847,628 | 1,605 | 1,605 | 800 | 853,243 | 
4.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
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 | 473,234 | 3,605,946 | 7.6197948583576 | No | 
| existsSimilarity | 473,234 | 3,542,350 | 7.48540890975712 | No | 
| similarityEdges | 473,234 | 3,452,626 | 7.29581137449972 | No | 
| connect | 27,106 | 51,302 | 1.89264369512285 | Yes | 
| init | 803 | 34,505 | 42.9701120797011 | No | 
| connectAllSimilar | 151 | 3,612,005 | 23920.5629139073 | Yes | 
| Total | 27,265 | 3,671,358 | 
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": "SIM10-27-05-21-78hAgD--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": "SIM10-27-05-21-78hAgD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.6 SIM10-27-05-21-78hAgD–DV
4.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 10 | 2 | 
4.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 793,416 | 1,605 | 1,605 | 800 | 799,031 | 
4.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 3,210 | 22,954 | 7.15077881619938 | No | 
| 2 | ownsWork | 1,605 | 11,257 | 7.01370716510903 | No | 
| 3 | init | 803 | 35,285 | 43.9414694894147 | No | 
| 4 | searchAndConnect | 801 | 8,951,464 | 11175.3607990012 | Yes | 
| 5 | knowsAgent | 800 | 1,286 | 1.6075 | No | 
| 7 | cycleSearch | 252 | 3,030 | 12.0238095238095 | Yes | 
| 8 | getWorks | 252 | 8,039 | 31.9007936507937 | No | 
| 9 | individualCycleSearch | 252 | 1 | 0.00396825396825397 | Yes | 
| 11 | Total | 1,809 | 8,962,454 | 
4.2.6.8 Found structures
4.2.6.8.1 Cycles
Number of cycles found: 252
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-05-21-78hAgD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.6.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-05-21-78hAgD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.7 SIM10-27-06-27-DvQbHv–CV
4.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
4.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,414,560 | 1,605 | 1,605 | 4,801 | 1,424,176 | 
4.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 390,290 | 3,618,130 | 9.27036306336314 | No | 
| existsSimilarity | 390,290 | 3,607,832 | 9.2439775551513 | No | 
| similarityEdges | 390,290 | 3,514,019 | 9.00361013605268 | No | 
| init | 803 | 87,085 | 108.449564134496 | No | 
| cycleSearch | 485 | 13,552 | 27.9422680412371 | Yes | 
| getWorks | 485 | 2,192 | 4.51958762886598 | Yes | 
| connectAllSimilar | 124 | 3,622,759 | 29215.7983870968 | Yes | 
| connect | 76 | 148 | 1.94736842105263 | Yes | 
| searchAndConnect | 10 | 401,399 | 40139.9 | Yes | 
| Total | 1,185 | 4,046,342 | 
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": "SIM10-27-06-27-DvQbHv--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": "SIM10-27-06-27-DvQbHv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.8 SIM10-27-06-27-DvQbHv–DV
4.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
4.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,414,379 | 1,605 | 1,605 | 4,801 | 1,423,995 | 
4.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
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,801 | 6,769 | 1.40991460112477 | No | 
| addItemToWork | 3,210 | 24,258 | 7.55700934579439 | No | 
| ownsWork | 1,605 | 11,785 | 7.34267912772586 | No | 
| init | 803 | 76,981 | 95.8667496886675 | No | 
| searchAndConnect | 791 | 21,493,816 | 27172.9658659924 | Yes | 
| individualCycleSearch | 490 | 11 | 0.0224489795918367 | Yes | 
| getWorksItems | 8 | 21 | 2.625 | Yes | 
| cycleSearch | 6 | 94,311 | 15718.5 | Yes | 
| getWorks | 6 | 50,447 | 8407.83333333333 | No | 
| Total | 1,300 | 21,623,183 | 
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": "SIM10-27-06-27-DvQbHv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.8.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-06-27-DvQbHv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.9 SIM10-26-09-12-RJcYju–CV
4.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 30 | 1 | 
4.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 356,334 | 805 | 805 | 800 | 359,549 | 
4.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | 688,594 | 3,594,976 | 5.22074836551001 | No | 
| existsSimilarity | 688,594 | 3,579,645 | 5.19848415757326 | No | 
| similarityEdges | 688,594 | 3,492,807 | 5.07237501343317 | No | 
| init | 803 | 30,684 | 38.2117061021171 | No | 
| connectAllSimilar | 508 | 3,602,554 | 7091.64173228346 | Yes | 
| connect | 175 | 306 | 1.74857142857143 | Yes | 
| Total | 691 | 3,605,968 | 
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": "SIM10-26-09-12-RJcYju--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": "SIM10-26-09-12-RJcYju--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.10 SIM10-26-09-12-RJcYju–DV
4.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 30 | 1 | 
4.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 355,972 | 805 | 805 | 800 | 359,187 | 
4.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 1,610 | 9,775 | 6.07142857142857 | No | 
| 2 | ownsWork | 805 | 4,917 | 6.10807453416149 | No | 
| 3 | init | 803 | 30,692 | 38.2216687422167 | No | 
| 4 | searchAndConnect | 801 | 3,817,810 | 4766.30461922597 | Yes | 
| 5 | knowsAgent | 800 | 1,282 | 1.6025 | No | 
| 7 | cycleSearch | 106 | 5,099 | 48.1037735849057 | Yes | 
| 8 | getWorks | 106 | 5,489 | 51.7830188679245 | No | 
| 9 | individualCycleSearch | 106 | 6 | 0.0566037735849057 | Yes | 
| 11 | Total | 1,225 | 3,832,438 | 
4.2.10.8 Found structures
4.2.10.8.1 Cycles
Number of cycles found: 106
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-09-12-RJcYju--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": "SIM10-26-09-12-RJcYju--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.11 SIM10-26-10-15-J4VWXh–CV
4.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
4.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 357,112 | 805 | 805 | 4,801 | 364,328 | 
4.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | 680,859 | 3,596,822 | 5.28277073520362 | No | 
| existsSimilarity | 680,859 | 3,581,277 | 5.25993928258274 | No | 
| similarityEdges | 680,859 | 3,494,336 | 5.1322461772555 | No | 
| init | 803 | 31,707 | 39.4856787048568 | No | 
| connectAllSimilar | 501 | 3,604,222 | 7194.05588822355 | Yes | 
| connect | 173 | 305 | 1.76300578034682 | Yes | 
| Total | 682 | 3,607,828 | 
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": "SIM10-26-10-15-J4VWXh--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": "SIM10-26-10-15-J4VWXh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.12 SIM10-26-10-15-J4VWXh–DV
4.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
4.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 356,766 | 805 | 805 | 4,801 | 363,982 | 
4.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | 6,846 | 1.42595292647365 | No | 
| addItemToWork | 1,610 | 12,400 | 7.70186335403727 | No | 
| ownsWork | 805 | 6,330 | 7.86335403726708 | No | 
| init | 803 | 31,596 | 39.3474470734745 | No | 
| searchAndConnect | 801 | 4,324,542 | 5398.92883895131 | Yes | 
| cycleSearch | 122 | 5,186 | 42.5081967213115 | Yes | 
| getWorks | 122 | 3,467 | 28.4180327868852 | No | 
| individualCycleSearch | 122 | 5 | 0.040983606557377 | Yes | 
| Total | 1,273 | 4,334,996 | 
4.2.12.8 Found structures
4.2.12.8.1 Cycles
Number of cycles found: 114
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-10-15-J4VWXh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.12.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-10-15-J4VWXh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.13 SIM10-27-07-40-ne6KDR–CV
4.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 30 | 2 | 
4.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,409,476 | 1,605 | 1,605 | 800 | 1,415,091 | 
4.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
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 | 402,624 | 3,613,216 | 8.97416944841838 | No | 
| existsSimilarity | 402,624 | 3,603,049 | 8.94891760054045 | No | 
| similarityEdges | 402,624 | 3,509,450 | 8.71644512001272 | No | 
| init | 803 | 38,166 | 47.5292652552926 | No | 
| cycleSearch | 217 | 2,950 | 13.594470046083 | Yes | 
| getWorks | 217 | 440 | 2.02764976958525 | Yes | 
| connectAllSimilar | 128 | 3,618,058 | 28266.078125 | Yes | 
| connect | 68 | 132 | 1.94117647058824 | Yes | 
| Total | 636 | 3,632,498 | 
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": "SIM10-27-07-40-ne6KDR--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": "SIM10-27-07-40-ne6KDR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.14 SIM10-27-07-40-ne6KDR–DV
4.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 30 | 2 | 
4.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,409,311 | 1,605 | 1,605 | 800 | 1,414,926 | 
4.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
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 | 
|---|---|---|---|---|
| addItemToWork | 3,210 | 25,128 | 7.82803738317757 | No | 
| ownsWork | 1,605 | 12,037 | 7.49968847352025 | No | 
| init | 803 | 38,219 | 47.5952677459527 | No | 
| searchAndConnect | 801 | 21,780,432 | 27191.5505617978 | Yes | 
| knowsAgent | 800 | 1,342 | 1.6775 | No | 
| individualCycleSearch | 610 | 14 | 0.0229508196721311 | Yes | 
| cycleSearch | 394 | 31,801 | 80.7131979695431 | Yes | 
| getWorks | 394 | 25,119 | 63.753807106599 | No | 
| Total | 2,457 | 21,856,905 | 
4.2.14.8 Found structures
4.2.14.8.1 Cycles
Number of cycles found: 326
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-07-40-ne6KDR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.14.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-07-40-ne6KDR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.15 SIM10-26-01-05-764VwL–CV
4.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 5 | 1 | 
4.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 253,022 | 805 | 805 | 800 | 256,237 | 
4.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 903,190 | 3,591,678 | 3.9766582889536 | No | 
| 2 | existsSimilarity | 903,190 | 3,369,155 | 3.73028377196382 | No | 
| 3 | similarityEdges | 903,190 | 3,294,346 | 3.64745623844374 | No | 
| 4 | connect | 116,705 | 200,638 | 1.71918940919412 | Yes | 
| 6 | cycleSearch | 3,599 | 22,728 | 6.31508752431231 | Yes | 
| 7 | getWorks | 3,599 | 20,917 | 5.81189219227563 | Yes | 
| 8 | individualCycleSearch | 3,599 | 176 | 0.0489024729091414 | Yes | 
| 10 | init | 803 | 27,427 | 34.1556662515567 | No | 
| 11 | Total | 134,700 | 269,027 | 
4.2.15.8 Found structures
4.2.15.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-01-05-764VwL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.15.8.2 Paths
Number of paths found: 3599
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-01-05-764VwL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.16 SIM10-26-01-05-764VwL–DV
4.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 5 | 1 | 
4.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 19,612 | 805 | 805 | 800 | 22,827 | 
4.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,599 | 22,251 | 6.18255070853015 | Yes | 
| 3 | getWorks | 3,599 | 21,386 | 5.94220616838011 | No | 
| 4 | individualCycleSearch | 3,599 | 217 | 0.0602945262572937 | Yes | 
| 6 | addItemToWork | 1,610 | 32,699 | 20.3099378881988 | No | 
| 7 | ownsWork | 805 | 15,612 | 19.3937888198758 | No | 
| 8 | init | 803 | 32,511 | 40.4869240348692 | No | 
| 9 | searchAndConnect | 801 | 239,205 | 298.632958801498 | Yes | 
| 10 | knowsAgent | 800 | 2,999 | 3.74875 | No | 
| 1 | Total | 15,197 | 287,975 | 
4.2.16.8 Found structures
4.2.16.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-01-05-764VwL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.16.8.2 Paths
Number of paths found: 3599
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-01-05-764VwL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.17 SIM10-26-04-06-EZDkih–CV
4.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
4.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 335,080 | 805 | 805 | 4,801 | 342,296 | 
4.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.17.4 distribution of similarityEdgesByWeight

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

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

4.2.17.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 719,044 | 3,593,477 | 4.99757594806437 | No | 
| existsSimilarity | 719,044 | 3,555,948 | 4.94538303636495 | No | 
| similarityEdges | 719,044 | 3,470,698 | 4.82682283698911 | No | 
| connect | 12,245 | 21,467 | 1.75312372396897 | Yes | 
| init | 803 | 27,933 | 34.785803237858 | No | 
| connectAllSimilar | 536 | 3,601,282 | 6718.80970149254 | Yes | 
| Total | 12,789 | 3,626,071 | 
4.2.17.8 Found structures
4.2.17.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-04-06-EZDkih--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.17.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-04-06-EZDkih--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.18 SIM10-26-04-06-EZDkih–DV
4.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
4.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 310,590 | 805 | 805 | 4,801 | 317,806 | 
4.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.18.4 distribution of similarityEdgesByWeight

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

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

4.2.18.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,212 | 1.29389710476984 | No | 
| 3 | cycleSearch | 3,600 | 26,381 | 7.32805555555556 | Yes | 
| 4 | getWorks | 3,600 | 23,331 | 6.48083333333333 | No | 
| 5 | individualCycleSearch | 3,600 | 144 | 0.04 | Yes | 
| 7 | addItemToWork | 1,610 | 17,258 | 10.7192546583851 | No | 
| 8 | ownsWork | 805 | 8,333 | 10.3515527950311 | No | 
| 9 | init | 803 | 27,948 | 34.8044831880448 | No | 
| 10 | searchAndConnect | 801 | 3,182,464 | 3973.11360799001 | Yes | 
| 11 | Total | 15,201 | 3,236,545 | 
4.2.18.8 Found structures
4.2.18.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-04-06-EZDkih--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.18.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-04-06-EZDkih--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.19 SIM10-26-11-18-vpFLPf–CV
4.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 5 | 2 | 
4.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 259,532 | 1,605 | 1,605 | 800 | 265,147 | 
4.2.19.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.19.4 distribution of similarityEdgesByWeight

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

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

4.2.19.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 606,840 | 3,597,994 | 5.92906532199591 | No | 
| 2 | existsSimilarity | 606,840 | 3,442,017 | 5.67203381451453 | No | 
| 3 | similarityEdges | 606,840 | 3,355,754 | 5.52988267088524 | No | 
| 4 | connect | 76,114 | 139,626 | 1.83443256168379 | Yes | 
| 6 | cycleSearch | 3,600 | 24,579 | 6.8275 | Yes | 
| 7 | getWorks | 3,600 | 23,374 | 6.49277777777778 | Yes | 
| 8 | individualCycleSearch | 3,600 | 138 | 0.0383333333333333 | Yes | 
| 10 | init | 803 | 32,149 | 40.0361145703611 | No | 
| 11 | Total | 94,114 | 213,026 | 
4.2.19.8 Found structures
4.2.19.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-11-18-vpFLPf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.19.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-11-18-vpFLPf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.20 SIM10-26-11-18-vpFLPf–DV
4.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | random | 5 | 1 | 5 | 2 | 
4.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 107,304 | 1,605 | 1,605 | 800 | 112,919 | 
4.2.20.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.20.4 distribution of similarityEdgesByWeight

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

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

4.2.20.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 27,104 | 7.52888888888889 | Yes | 
| 3 | getWorks | 3,600 | 24,036 | 6.67666666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 136 | 0.0377777777777778 | Yes | 
| 6 | addItemToWork | 3,210 | 21,007 | 6.54423676012461 | No | 
| 7 | ownsWork | 1,605 | 10,474 | 6.52585669781931 | No | 
| 8 | init | 803 | 32,941 | 41.0224159402242 | No | 
| 9 | searchAndConnect | 801 | 620,194 | 774.274656679151 | Yes | 
| 10 | knowsAgent | 800 | 1,283 | 1.60375 | No | 
| 1 | Total | 15,201 | 678,165 | 
4.2.20.8 Found structures
4.2.20.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-11-18-vpFLPf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.20.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-26-11-18-vpFLPf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.21 SIM10-27-02-19-MaWRiB–CV
4.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
4.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,227,800 | 1,605 | 1,605 | 4,801 | 1,237,416 | 
4.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.21.4 distribution of similarityEdgesByWeight

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

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

4.2.21.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 421,095 | 3,610,954 | 8.57515287524193 | No | 
| 2 | existsSimilarity | 421,095 | 3,585,671 | 8.51511179187594 | No | 
| 3 | similarityEdges | 421,095 | 3,493,766 | 8.29685937852504 | No | 
| 4 | connect | 7,581 | 14,524 | 1.91584223717188 | Yes | 
| 6 | cycleSearch | 3,600 | 78,394 | 21.7761111111111 | Yes | 
| 7 | getWorks | 3,600 | 23,405 | 6.50138888888889 | Yes | 
| 8 | individualCycleSearch | 3,600 | 129 | 0.0358333333333333 | Yes | 
| 10 | init | 803 | 33,667 | 41.9265255292653 | No | 
| 11 | Total | 25,581 | 296,111 | 
4.2.21.8 Found structures
4.2.21.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-02-19-MaWRiB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.21.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-02-19-MaWRiB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.22 SIM10-27-02-19-MaWRiB–DV
4.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
4.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 1,212,638 | 1,605 | 1,605 | 4,801 | 1,222,254 | 
4.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.22.4 distribution of similarityEdgesByWeight

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

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

4.2.22.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,347 | 1.32201624661529 | No | 
| 3 | cycleSearch | 3,600 | 240,648 | 66.8466666666667 | Yes | 
| 4 | getWorks | 3,600 | 81,062 | 22.5172222222222 | No | 
| 5 | individualCycleSearch | 3,600 | 123 | 0.0341666666666667 | Yes | 
| 7 | addItemToWork | 3,210 | 24,448 | 7.61619937694704 | No | 
| 8 | ownsWork | 1,605 | 12,224 | 7.61619937694704 | No | 
| 9 | init | 803 | 33,234 | 41.387297633873 | No | 
| 10 | searchAndConnect | 801 | 14,157,035 | 17674.2009987516 | Yes | 
| 11 | Total | 15,201 | 14,734,319 | 
4.2.22.8 Found structures
4.2.22.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-02-19-MaWRiB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.22.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-02-19-MaWRiB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.3 Scatterplots of experiment












