2 Experiment 1
agentNumbers=[50, 100, 200] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.93] : graphTypes=[random, smallWorld] : message=[50, 100 and 200 agents with similarityConnectThreshold 0.93]
2.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-22-01-35-m9gbIT | 
| agentNumbers | 50, 100, 200 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.93 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
2.2 Descriptive analysis of each simulation
2.2.1 SIM10-22-01-18-JuQs2Q–CV
2.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,412 | 110 | 110 | 601 | 8,343 | 
2.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.1.4 distribution of similarityEdgesByWeight

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

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

2.2.1.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 101,837 | 4.22735574927356 | No | 
| existsSimilarity | 24,090 | 101,245 | 4.20278123702781 | No | 
| similarityEdges | 24,090 | 100,286 | 4.16297218762972 | No | 
| connectAllSimilar | 220 | 102,036 | 463.8 | Yes | 
| init | 103 | 13,834 | 134.31067961165 | No | 
| connect | 48 | 179 | 3.72916666666667 | Yes | 
| Total | 276 | 103,071 | 
2.2.1.8 Found structures
2.2.1.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-18-JuQs2Q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.1.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-18-JuQs2Q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2 SIM10-22-01-18-JuQs2Q–DV
2.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,316 | 110 | 110 | 601 | 8,247 | 
2.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.2.4 distribution of similarityEdgesByWeight

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

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

2.2.2.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 2,116 | 3.52079866888519 | No | 
| 2 | addItemToWork | 220 | 6,594 | 29.9727272727273 | No | 
| 3 | ownsWork | 110 | 3,140 | 28.5454545454545 | No | 
| 4 | init | 103 | 16,202 | 157.300970873786 | No | 
| 5 | searchAndConnect | 101 | 92,395 | 914.80198019802 | Yes | 
| 6 | getWorksItems | 18 | 456 | 25.3333333333333 | Yes | 
| 9 | cycleSearch | 4 | 1,052 | 263 | Yes | 
| 10 | getWorks | 4 | 1,185 | 296.25 | No | 
| 11 | Total | 132 | 95,420 | 
2.2.2.8 Found structures
2.2.2.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-18-JuQs2Q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-18-JuQs2Q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.3 SIM10-22-02-41-dIuSIY–CV
2.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 10 | 2 | 
2.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 26,216 | 210 | 210 | 100 | 26,946 | 
2.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.3.4 distribution of similarityEdgesByWeight

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

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

2.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 483,077 | 5.49013524264121 | No | 
| existsSimilarity | 87,990 | 478,253 | 5.43531083077623 | No | 
| similarityEdges | 87,990 | 473,861 | 5.38539606773497 | No | 
| connect | 524 | 3,283 | 6.26526717557252 | Yes | 
| connectAllSimilar | 420 | 483,810 | 1151.92857142857 | Yes | 
| init | 103 | 14,230 | 138.155339805825 | No | 
| Total | 952 | 488,108 | 
2.2.3.8 Found structures
2.2.3.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-41-dIuSIY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.3.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-41-dIuSIY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4 SIM10-22-02-41-dIuSIY–DV
2.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 10 | 2 | 
2.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,168 | 210 | 210 | 100 | 25,898 | 
2.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.4.4 distribution of similarityEdgesByWeight

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

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

2.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 420 | 4,161 | 9.90714285714286 | No | 
| 2 | ownsWork | 210 | 2,417 | 11.5095238095238 | No | 
| 3 | init | 103 | 16,439 | 159.601941747573 | No | 
| 4 | searchAndConnect | 101 | 240,424 | 2380.43564356436 | Yes | 
| 5 | knowsAgent | 100 | 1,055 | 10.55 | No | 
| 6 | getWorksItems | 18 | 26 | 1.44444444444444 | Yes | 
| 8 | cycleSearch | 8 | 1,795 | 224.375 | Yes | 
| 9 | getWorks | 8 | 2,021 | 252.625 | No | 
| 10 | individualCycleSearch | 8 | 0 | 0 | Yes | 
| 11 | Total | 143 | 244,180 | 
2.2.4.8 Found structures
2.2.4.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-41-dIuSIY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-41-dIuSIY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.5 SIM10-22-02-49-xa87KE–CV
2.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 26,744 | 210 | 210 | 601 | 27,975 | 
2.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.5.4 distribution of similarityEdgesByWeight

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

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

2.2.5.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 505,044 | 5.73978861234231 | No | 
| existsSimilarity | 87,990 | 502,398 | 5.70971701329697 | No | 
| similarityEdges | 87,990 | 498,120 | 5.66109785202864 | No | 
| connectAllSimilar | 420 | 505,832 | 1204.3619047619 | Yes | 
| connect | 175 | 1,136 | 6.49142857142857 | Yes | 
| init | 103 | 15,425 | 149.757281553398 | No | 
| Total | 603 | 508,321 | 
2.2.5.8 Found structures
2.2.5.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-49-xa87KE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.5.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-49-xa87KE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6 SIM10-22-02-49-xa87KE–DV
2.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 26,394 | 210 | 210 | 601 | 27,625 | 
2.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.6.4 distribution of similarityEdgesByWeight

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

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

2.2.6.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 601 | 2,672 | 4.4459234608985 | No | 
| addItemToWork | 420 | 3,525 | 8.39285714285714 | No | 
| ownsWork | 210 | 3,168 | 15.0857142857143 | No | 
| init | 103 | 16,321 | 158.456310679612 | No | 
| searchAndConnect | 101 | 278,767 | 2760.06930693069 | Yes | 
| getWorksItems | 18 | 106 | 5.88888888888889 | Yes | 
| cycleSearch | 9 | 609 | 67.6666666666667 | Yes | 
| getWorks | 9 | 2,301 | 255.666666666667 | No | 
| individualCycleSearch | 9 | 0 | 0 | Yes | 
| Total | 144 | 281,730 | 
2.2.6.8 Found structures
2.2.6.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-49-xa87KE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-49-xa87KE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7 SIM10-22-12-16-7k9vFB–CV
2.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 10 | 1 | 
2.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,402 | 110 | 110 | 100 | 7,832 | 
2.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.7.4 distribution of similarityEdgesByWeight

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

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

2.2.7.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 98,194 | 4.07613117476131 | No | 
| existsSimilarity | 24,090 | 96,589 | 4.00950601909506 | No | 
| similarityEdges | 24,090 | 95,690 | 3.97218762972188 | No | 
| connect | 252 | 1,210 | 4.8015873015873 | Yes | 
| connectAllSimilar | 220 | 98,417 | 447.35 | Yes | 
| init | 103 | 14,098 | 136.873786407767 | No | 
| Total | 480 | 100,519 | 
2.2.7.8 Found structures
2.2.7.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-16-7k9vFB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-16-7k9vFB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8 SIM10-22-12-16-7k9vFB–DV
2.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 10 | 1 | 
2.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 6,898 | 110 | 110 | 100 | 7,328 | 
2.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.8.4 distribution of similarityEdgesByWeight

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

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

2.2.8.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 33,242 | 9.23388888888889 | Yes | 
| 3 | getWorks | 3,600 | 135,484 | 37.6344444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 63 | 0.0175 | Yes | 
| 6 | addItemToWork | 220 | 2,781 | 12.6409090909091 | No | 
| 7 | ownsWork | 110 | 1,916 | 17.4181818181818 | No | 
| 8 | init | 103 | 14,341 | 139.233009708738 | No | 
| 9 | searchAndConnect | 101 | 92,515 | 915.990099009901 | Yes | 
| 10 | knowsAgent | 100 | 1,643 | 16.43 | No | 
| 1 | Total | 14,501 | 145,388 | 
2.2.8.8 Found structures
2.2.8.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-16-7k9vFB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-16-7k9vFB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.9 SIM10-22-01-20-yIfc2U–CV
2.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 30 | 1 | 
2.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,520 | 110 | 110 | 100 | 7,950 | 
2.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.9.4 distribution of similarityEdgesByWeight

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

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

2.2.9.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 98,762 | 4.09970942299709 | No | 
| existsSimilarity | 24,090 | 98,036 | 4.06957243669572 | No | 
| similarityEdges | 24,090 | 97,083 | 4.03001245330012 | No | 
| connectAllSimilar | 220 | 98,994 | 449.972727272727 | Yes | 
| init | 103 | 14,086 | 136.757281553398 | No | 
| connect | 41 | 294 | 7.17073170731707 | Yes | 
| Total | 269 | 100,000 | 
2.2.9.8 Found structures
2.2.9.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-20-yIfc2U--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.9.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-20-yIfc2U--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10 SIM10-22-01-20-yIfc2U–DV
2.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 30 | 1 | 
2.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,438 | 110 | 110 | 100 | 7,868 | 
2.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.10.4 distribution of similarityEdgesByWeight

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

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

2.2.10.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 4,505 | 20.4772727272727 | No | 
| 2 | ownsWork | 110 | 3,722 | 33.8363636363636 | No | 
| 3 | init | 103 | 14,545 | 141.21359223301 | No | 
| 4 | searchAndConnect | 101 | 85,959 | 851.079207920792 | Yes | 
| 5 | knowsAgent | 100 | 1,670 | 16.7 | No | 
| 6 | getWorksItems | 18 | 28 | 1.55555555555556 | Yes | 
| 9 | cycleSearch | 4 | 283 | 70.75 | Yes | 
| 10 | getWorks | 4 | 515 | 128.75 | No | 
| 11 | Total | 132 | 87,513 | 
2.2.10.8 Found structures
2.2.10.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-20-yIfc2U--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-20-yIfc2U--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.11 SIM10-22-01-22-vjFQH8–CV
2.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,064 | 110 | 110 | 601 | 7,995 | 
2.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.11.4 distribution of similarityEdgesByWeight

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

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

2.2.11.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 98,362 | 4.08310502283105 | No | 
| existsSimilarity | 24,090 | 97,597 | 4.05134910751349 | No | 
| similarityEdges | 24,090 | 96,693 | 4.01382316313823 | No | 
| connectAllSimilar | 220 | 98,554 | 447.972727272727 | Yes | 
| init | 103 | 13,585 | 131.893203883495 | No | 
| connect | 46 | 366 | 7.95652173913043 | Yes | 
| Total | 274 | 99,482 | 
2.2.11.8 Found structures
2.2.11.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-22-vjFQH8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.11.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-22-vjFQH8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12 SIM10-22-01-22-vjFQH8–DV
2.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 6,972 | 110 | 110 | 601 | 7,903 | 
2.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.12.4 distribution of similarityEdgesByWeight

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

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

2.2.12.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 2,386 | 3.97004991680532 | No | 
| 2 | addItemToWork | 220 | 2,608 | 11.8545454545455 | No | 
| 3 | ownsWork | 110 | 2,888 | 26.2545454545455 | No | 
| 4 | init | 103 | 15,743 | 152.844660194175 | No | 
| 5 | searchAndConnect | 101 | 111,432 | 1103.28712871287 | Yes | 
| 6 | getWorksItems | 18 | 47 | 2.61111111111111 | Yes | 
| 9 | cycleSearch | 4 | 109 | 27.25 | Yes | 
| 10 | getWorks | 4 | 341 | 85.25 | No | 
| 11 | Total | 132 | 112,698 | 
2.2.12.8 Found structures
2.2.12.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-22-vjFQH8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-22-vjFQH8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.13 SIM10-22-02-59-z3ZjD8–CV
2.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 30 | 2 | 
2.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,822 | 210 | 210 | 100 | 26,552 | 
2.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.13.4 distribution of similarityEdgesByWeight

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

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

2.2.13.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 484,095 | 5.50170473917491 | No | 
| existsSimilarity | 87,990 | 481,088 | 5.46753040118195 | No | 
| similarityEdges | 87,990 | 476,841 | 5.41926355267644 | No | 
| connectAllSimilar | 420 | 484,872 | 1154.45714285714 | Yes | 
| connect | 132 | 1,442 | 10.9242424242424 | Yes | 
| init | 103 | 15,090 | 146.504854368932 | No | 
| Total | 560 | 487,598 | 
2.2.13.8 Found structures
2.2.13.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-59-z3ZjD8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.13.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-59-z3ZjD8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14 SIM10-22-02-59-z3ZjD8–DV
2.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 30 | 2 | 
2.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,558 | 210 | 210 | 100 | 26,288 | 
2.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.14.4 distribution of similarityEdgesByWeight

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

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

2.2.14.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 420 | 6,644 | 15.8190476190476 | No | 
| ownsWork | 210 | 3,043 | 14.4904761904762 | No | 
| init | 103 | 16,037 | 155.699029126214 | No | 
| searchAndConnect | 101 | 285,664 | 2828.35643564356 | Yes | 
| knowsAgent | 100 | 1,694 | 16.94 | No | 
| getWorksItems | 18 | 36 | 2 | Yes | 
| cycleSearch | 9 | 2,751 | 305.666666666667 | Yes | 
| getWorks | 9 | 2,639 | 293.222222222222 | No | 
| individualCycleSearch | 9 | 0 | 0 | Yes | 
| Total | 144 | 290,416 | 
2.2.14.8 Found structures
2.2.14.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-59-z3ZjD8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-59-z3ZjD8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.15 SIM10-22-03-07-rdTvyT–CV
2.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 26,960 | 210 | 210 | 601 | 28,191 | 
2.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.15.4 distribution of similarityEdgesByWeight

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

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

2.2.15.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 498,318 | 5.66334810773952 | No | 
| existsSimilarity | 87,990 | 495,601 | 5.63246959881805 | No | 
| similarityEdges | 87,990 | 491,278 | 5.58333901579725 | No | 
| connectAllSimilar | 420 | 499,159 | 1188.47380952381 | Yes | 
| connect | 169 | 1,169 | 6.91715976331361 | Yes | 
| init | 103 | 14,680 | 142.52427184466 | No | 
| Total | 597 | 501,628 | 
2.2.15.8 Found structures
2.2.15.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-07-rdTvyT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.15.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-07-rdTvyT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.16 SIM10-22-03-07-rdTvyT–DV
2.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 26,622 | 210 | 210 | 601 | 27,853 | 
2.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.16.4 distribution of similarityEdgesByWeight

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

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

2.2.16.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 601 | 2,581 | 4.29450915141431 | No | 
| addItemToWork | 420 | 10,421 | 24.8119047619048 | No | 
| ownsWork | 210 | 7,872 | 37.4857142857143 | No | 
| init | 103 | 16,310 | 158.349514563107 | No | 
| searchAndConnect | 101 | 301,347 | 2983.63366336634 | Yes | 
| getWorksItems | 18 | 65 | 3.61111111111111 | Yes | 
| cycleSearch | 10 | 3,988 | 398.8 | Yes | 
| getWorks | 10 | 2,204 | 220.4 | No | 
| individualCycleSearch | 10 | 0 | 0 | Yes | 
| Total | 148 | 308,277 | 
2.2.16.8 Found structures
2.2.16.8.1 Cycles
Number of cycles found: 9
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-07-rdTvyT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.16.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-07-rdTvyT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.17 SIM10-22-01-24-BhtsRD–CV
2.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 5 | 2 | 
2.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 24,668 | 210 | 210 | 100 | 25,398 | 
2.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.17.4 distribution of similarityEdgesByWeight

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

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

2.2.17.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 442,506 | 5.0290487555404 | No | 
| existsSimilarity | 87,990 | 404,337 | 4.59526082509376 | No | 
| similarityEdges | 87,990 | 400,721 | 4.55416524605069 | No | 
| connect | 8,141 | 36,495 | 4.4828645129591 | Yes | 
| connectAllSimilar | 420 | 443,439 | 1055.80714285714 | Yes | 
| init | 103 | 14,601 | 141.757281553398 | No | 
| Total | 8,569 | 481,443 | 
2.2.17.8 Found structures
2.2.17.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-24-BhtsRD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.17.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-24-BhtsRD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18 SIM10-22-01-24-BhtsRD–DV
2.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 5 | 2 | 
2.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 8,386 | 210 | 210 | 100 | 9,116 | 
2.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.18.4 distribution of similarityEdgesByWeight

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

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

2.2.18.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 39,611 | 11.0030555555556 | Yes | 
| 3 | getWorks | 3,600 | 150,887 | 41.9130555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 62 | 0.0172222222222222 | Yes | 
| 6 | addItemToWork | 420 | 12,104 | 28.8190476190476 | No | 
| 7 | ownsWork | 210 | 4,318 | 20.5619047619048 | No | 
| 8 | init | 103 | 14,252 | 138.368932038835 | No | 
| 9 | searchAndConnect | 101 | 71,405 | 706.980198019802 | Yes | 
| 10 | knowsAgent | 100 | 1,947 | 19.47 | No | 
| 1 | Total | 14,501 | 131,265 | 
2.2.18.8 Found structures
2.2.18.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-24-BhtsRD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-24-BhtsRD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.19 SIM10-22-02-32-FHMv9p–CV
2.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 26,768 | 210 | 210 | 601 | 27,999 | 
2.2.19.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.19.4 distribution of similarityEdgesByWeight

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

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

2.2.19.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 482,511 | 5.4837026934879 | No | 
| existsSimilarity | 87,990 | 480,255 | 5.45806341629731 | No | 
| similarityEdges | 87,990 | 475,837 | 5.4078531651324 | No | 
| connectAllSimilar | 420 | 483,269 | 1150.64047619048 | Yes | 
| connect | 143 | 726 | 5.07692307692308 | Yes | 
| init | 103 | 15,051 | 146.126213592233 | No | 
| Total | 571 | 485,129 | 
2.2.19.8 Found structures
2.2.19.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-32-FHMv9p--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.19.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-32-FHMv9p--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20 SIM10-22-02-32-FHMv9p–DV
2.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 26,482 | 210 | 210 | 601 | 27,713 | 
2.2.20.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.20.4 distribution of similarityEdgesByWeight

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

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

2.2.20.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 601 | 2,089 | 3.47587354409318 | No | 
| addItemToWork | 420 | 9,467 | 22.5404761904762 | No | 
| ownsWork | 210 | 5,413 | 25.7761904761905 | No | 
| init | 103 | 15,782 | 153.223300970874 | No | 
| searchAndConnect | 101 | 263,100 | 2604.9504950495 | Yes | 
| getWorksItems | 18 | 99 | 5.5 | Yes | 
| cycleSearch | 9 | 2,539 | 282.111111111111 | Yes | 
| getWorks | 9 | 2,962 | 329.111111111111 | No | 
| individualCycleSearch | 9 | 1 | 0.111111111111111 | Yes | 
| Total | 145 | 268,163 | 
2.2.20.8 Found structures
2.2.20.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-32-FHMv9p--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-32-FHMv9p--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21 SIM10-22-11-11-ovprgc–CV
2.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 5 | 1 | 
2.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,068 | 110 | 110 | 100 | 7,498 | 
2.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.21.4 distribution of similarityEdgesByWeight

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

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

2.2.21.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 95,475 | 3.96326276463263 | No | 
| existsSimilarity | 24,090 | 85,322 | 3.54180157741802 | No | 
| similarityEdges | 24,090 | 84,576 | 3.51083437110834 | No | 
| connect | 2,296 | 9,718 | 4.23257839721254 | Yes | 
| connectAllSimilar | 220 | 95,698 | 434.990909090909 | Yes | 
| init | 103 | 13,141 | 127.582524271845 | No | 
| Total | 2,524 | 106,114 | 
2.2.21.8 Found structures
2.2.21.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-11-ovprgc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-11-ovprgc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22 SIM10-22-11-11-ovprgc–DV
2.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 10 | 1 | 5 | 1 | 
2.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 2,476 | 110 | 110 | 100 | 2,906 | 
2.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.22.4 distribution of similarityEdgesByWeight

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

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

2.2.22.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 30,878 | 8.57722222222222 | Yes | 
| 3 | getWorks | 3,600 | 128,052 | 35.57 | No | 
| 4 | individualCycleSearch | 3,600 | 83 | 0.0230555555555556 | Yes | 
| 6 | addItemToWork | 220 | 1,648 | 7.49090909090909 | No | 
| 7 | ownsWork | 110 | 1,506 | 13.6909090909091 | No | 
| 8 | init | 103 | 14,209 | 137.95145631068 | No | 
| 9 | searchAndConnect | 101 | 30,313 | 300.128712871287 | Yes | 
| 10 | knowsAgent | 100 | 2,452 | 24.52 | No | 
| 1 | Total | 14,501 | 78,559 | 
2.2.22.8 Found structures
2.2.22.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-11-ovprgc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-11-ovprgc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.23 SIM10-22-12-13-iBYWZy–CV
2.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,392 | 110 | 110 | 601 | 8,323 | 
2.2.23.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.23.4 distribution of similarityEdgesByWeight

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

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

2.2.23.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 97,253 | 4.03706932337069 | No | 
| existsSimilarity | 24,090 | 96,484 | 4.00514736405147 | No | 
| similarityEdges | 24,090 | 95,567 | 3.96708177667082 | No | 
| connectAllSimilar | 220 | 97,459 | 442.995454545455 | Yes | 
| init | 103 | 13,200 | 128.155339805825 | No | 
| connect | 44 | 337 | 7.65909090909091 | Yes | 
| Total | 272 | 98,518 | 
2.2.23.8 Found structures
2.2.23.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-13-iBYWZy--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.23.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-13-iBYWZy--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24 SIM10-22-12-13-iBYWZy–DV
2.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,304 | 110 | 110 | 601 | 8,235 | 
2.2.24.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.24.4 distribution of similarityEdgesByWeight

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

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

2.2.24.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 2,109 | 3.50915141430948 | No | 
| 2 | addItemToWork | 220 | 6,521 | 29.6409090909091 | No | 
| 3 | ownsWork | 110 | 2,722 | 24.7454545454545 | No | 
| 4 | init | 103 | 13,420 | 130.291262135922 | No | 
| 5 | searchAndConnect | 101 | 93,957 | 930.267326732673 | Yes | 
| 6 | getWorksItems | 18 | 90 | 5 | Yes | 
| 9 | cycleSearch | 4 | 1,376 | 344 | Yes | 
| 10 | getWorks | 4 | 662 | 165.5 | No | 
| 11 | Total | 132 | 97,287 | 
2.2.24.8 Found structures
2.2.24.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-13-iBYWZy--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-12-13-iBYWZy--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.25 SIM10-22-04-22-yIWW4i–CV
2.2.25.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 10 | 1 | 
2.2.25.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,606 | 120 | 120 | 100 | 9,066 | 
2.2.25.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.25.4 distribution of similarityEdgesByWeight

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

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

2.2.25.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 135,568 | 4.72691771269177 | No | 
| existsSimilarity | 28,680 | 134,683 | 4.696059972106 | No | 
| similarityEdges | 28,680 | 133,608 | 4.65857740585774 | No | 
| connectAllSimilar | 240 | 135,812 | 565.883333333333 | Yes | 
| init | 103 | 15,936 | 154.718446601942 | No | 
| connect | 71 | 370 | 5.2112676056338 | Yes | 
| Total | 319 | 137,108 | 
2.2.25.8 Found structures
2.2.25.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-22-yIWW4i--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.25.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-22-yIWW4i--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.26 SIM10-22-04-22-yIWW4i–DV
2.2.26.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 10 | 1 | 
2.2.26.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,464 | 120 | 120 | 100 | 8,924 | 
2.2.26.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.26.4 distribution of similarityEdgesByWeight

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

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

2.2.26.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 240 | 2,248 | 9.36666666666667 | No | 
| 2 | ownsWork | 120 | 2,378 | 19.8166666666667 | No | 
| 3 | init | 103 | 16,812 | 163.223300970874 | No | 
| 4 | searchAndConnect | 101 | 117,650 | 1164.85148514851 | Yes | 
| 5 | knowsAgent | 100 | 1,298 | 12.98 | No | 
| 6 | getWorksItems | 38 | 228 | 6 | Yes | 
| 8 | cycleSearch | 5 | 1,921 | 384.2 | Yes | 
| 10 | getWorks | 5 | 850 | 170 | No | 
| 11 | Total | 154 | 122,126 | 
2.2.26.8 Found structures
2.2.26.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-22-yIWW4i--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.26.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-22-yIWW4i--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.27 SIM10-22-04-25-GLxqi6–CV
2.2.27.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.27.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,120 | 120 | 120 | 601 | 10,081 | 
2.2.27.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.27.4 distribution of similarityEdgesByWeight

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

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

2.2.27.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 134,704 | 4.69679218967922 | No | 
| existsSimilarity | 28,680 | 133,954 | 4.67064156206416 | No | 
| similarityEdges | 28,680 | 132,809 | 4.63071827057183 | No | 
| connectAllSimilar | 240 | 134,945 | 562.270833333333 | Yes | 
| init | 103 | 14,785 | 143.543689320388 | No | 
| connect | 53 | 263 | 4.9622641509434 | Yes | 
| Total | 301 | 136,026 | 
2.2.27.8 Found structures
2.2.27.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-25-GLxqi6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.27.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-25-GLxqi6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.28 SIM10-22-04-25-GLxqi6–DV
2.2.28.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.28.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,014 | 120 | 120 | 601 | 9,975 | 
2.2.28.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.28.4 distribution of similarityEdgesByWeight

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

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

2.2.28.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 601 | 2,532 | 4.21297836938436 | No | 
| addItemToWork | 240 | 2,397 | 9.9875 | No | 
| ownsWork | 120 | 3,048 | 25.4 | No | 
| init | 103 | 17,234 | 167.320388349515 | No | 
| searchAndConnect | 101 | 148,739 | 1472.66336633663 | Yes | 
| getWorksItems | 38 | 98 | 2.57894736842105 | Yes | 
| cycleSearch | 6 | 782 | 130.333333333333 | Yes | 
| getWorks | 6 | 1,944 | 324 | No | 
| individualCycleSearch | 6 | 1 | 0.166666666666667 | Yes | 
| Total | 156 | 151,768 | 
2.2.28.8 Found structures
2.2.28.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-25-GLxqi6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.28.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-25-GLxqi6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.29 SIM10-22-05-54-RhsrXQ–CV
2.2.29.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 10 | 2 | 
2.2.29.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 28,672 | 220 | 220 | 100 | 29,432 | 
2.2.29.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.29.4 distribution of similarityEdgesByWeight

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

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

2.2.29.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 627,852 | 6.50084903706772 | No | 
| existsSimilarity | 96,580 | 623,695 | 6.45780699937875 | No | 
| similarityEdges | 96,580 | 618,791 | 6.40703044108511 | No | 
| connectAllSimilar | 440 | 628,724 | 1428.91818181818 | Yes | 
| connect | 383 | 2,352 | 6.14099216710183 | Yes | 
| init | 103 | 16,770 | 162.815533980583 | No | 
| Total | 831 | 632,291 | 
2.2.29.8 Found structures
2.2.29.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-54-RhsrXQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.29.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-54-RhsrXQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.30 SIM10-22-05-54-RhsrXQ–DV
2.2.30.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 10 | 2 | 
2.2.30.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,906 | 220 | 220 | 100 | 28,666 | 
2.2.30.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.30.4 distribution of similarityEdgesByWeight

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

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

2.2.30.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 440 | 3,914 | 8.89545454545454 | No | 
| ownsWork | 220 | 2,419 | 10.9954545454545 | No | 
| init | 103 | 18,545 | 180.04854368932 | No | 
| searchAndConnect | 101 | 329,686 | 3264.21782178218 | Yes | 
| knowsAgent | 100 | 2,418 | 24.18 | No | 
| getWorksItems | 38 | 149 | 3.92105263157895 | Yes | 
| cycleSearch | 12 | 1,735 | 144.583333333333 | Yes | 
| getWorks | 12 | 2,692 | 224.333333333333 | No | 
| individualCycleSearch | 12 | 1 | 0.0833333333333333 | Yes | 
| Total | 170 | 335,210 | 
2.2.30.8 Found structures
2.2.30.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-54-RhsrXQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.30.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-54-RhsrXQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.31 SIM10-22-06-06-bUQiuV–CV
2.2.31.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.31.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 28,180 | 220 | 220 | 601 | 29,441 | 
2.2.31.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.31.4 distribution of similarityEdgesByWeight

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

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

2.2.31.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 611,988 | 6.33659142679644 | No | 
| existsSimilarity | 96,580 | 609,253 | 6.30827293435494 | No | 
| similarityEdges | 96,580 | 604,416 | 6.25819010147028 | No | 
| connectAllSimilar | 440 | 612,833 | 1392.80227272727 | Yes | 
| connect | 153 | 995 | 6.50326797385621 | Yes | 
| init | 103 | 16,171 | 157 | No | 
| Total | 601 | 615,330 | 
2.2.31.8 Found structures
2.2.31.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-06-bUQiuV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.31.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-06-bUQiuV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32 SIM10-22-06-06-bUQiuV–DV
2.2.32.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.32.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,874 | 220 | 220 | 601 | 29,135 | 
2.2.32.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.32.4 distribution of similarityEdgesByWeight

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

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

2.2.32.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 601 | 1,856 | 3.08818635607321 | No | 
| addItemToWork | 440 | 16,005 | 36.375 | No | 
| ownsWork | 220 | 7,061 | 32.0954545454545 | No | 
| init | 103 | 17,643 | 171.291262135922 | No | 
| searchAndConnect | 101 | 357,493 | 3539.53465346535 | Yes | 
| getWorksItems | 38 | 129 | 3.39473684210526 | Yes | 
| cycleSearch | 12 | 1,501 | 125.083333333333 | Yes | 
| getWorks | 12 | 668 | 55.6666666666667 | No | 
| individualCycleSearch | 12 | 1 | 0.0833333333333333 | Yes | 
| Total | 168 | 360,066 | 
2.2.32.8 Found structures
2.2.32.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-06-bUQiuV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-06-bUQiuV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.33 SIM10-22-04-27-6widm9–CV
2.2.33.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 30 | 1 | 
2.2.33.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,768 | 120 | 120 | 100 | 9,228 | 
2.2.33.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.33.4 distribution of similarityEdgesByWeight

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

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

2.2.33.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 136,797 | 4.76976987447699 | No | 
| existsSimilarity | 28,680 | 135,908 | 4.73877266387727 | No | 
| similarityEdges | 28,680 | 134,795 | 4.69996513249651 | No | 
| connectAllSimilar | 240 | 137,052 | 571.05 | Yes | 
| init | 103 | 14,915 | 144.805825242718 | No | 
| connect | 54 | 381 | 7.05555555555556 | Yes | 
| Total | 302 | 138,323 | 
2.2.33.8 Found structures
2.2.33.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-27-6widm9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.33.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-27-6widm9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.34 SIM10-22-04-27-6widm9–DV
2.2.34.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 30 | 1 | 
2.2.34.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,660 | 120 | 120 | 100 | 9,120 | 
2.2.34.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.34.4 distribution of similarityEdgesByWeight

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

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

2.2.34.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 240 | 2,059 | 8.57916666666667 | No | 
| 2 | ownsWork | 120 | 1,544 | 12.8666666666667 | No | 
| 3 | init | 103 | 15,859 | 153.970873786408 | No | 
| 4 | searchAndConnect | 101 | 89,306 | 884.217821782178 | Yes | 
| 5 | knowsAgent | 100 | 5,770 | 57.7 | No | 
| 6 | getWorksItems | 38 | 334 | 8.78947368421053 | Yes | 
| 9 | cycleSearch | 4 | 213 | 53.25 | Yes | 
| 10 | getWorks | 4 | 642 | 160.5 | No | 
| 11 | Total | 152 | 92,216 | 
2.2.34.8 Found structures
2.2.34.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-27-6widm9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.34.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-27-6widm9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.35 SIM10-22-04-30-R87rjd–CV
2.2.35.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.35.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,184 | 120 | 120 | 601 | 10,145 | 
2.2.35.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.35.4 distribution of similarityEdgesByWeight

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

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

2.2.35.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 140,069 | 4.88385634588563 | No | 
| existsSimilarity | 28,680 | 139,121 | 4.85080195258019 | No | 
| similarityEdges | 28,680 | 138,030 | 4.81276150627615 | No | 
| connectAllSimilar | 240 | 140,342 | 584.758333333333 | Yes | 
| init | 103 | 16,775 | 162.864077669903 | No | 
| connect | 86 | 464 | 5.3953488372093 | Yes | 
| Total | 334 | 141,746 | 
2.2.35.8 Found structures
2.2.35.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-30-R87rjd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.35.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-30-R87rjd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.36 SIM10-22-04-30-R87rjd–DV
2.2.36.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.36.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,012 | 120 | 120 | 601 | 9,973 | 
2.2.36.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.36.4 distribution of similarityEdgesByWeight

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

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

2.2.36.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,970 | 3.27787021630616 | No | 
| 2 | addItemToWork | 240 | 6,693 | 27.8875 | No | 
| 3 | ownsWork | 120 | 3,931 | 32.7583333333333 | No | 
| 4 | init | 103 | 17,011 | 165.155339805825 | No | 
| 5 | searchAndConnect | 101 | 131,214 | 1299.14851485149 | Yes | 
| 6 | getWorksItems | 38 | 524 | 13.7894736842105 | Yes | 
| 7 | cycleSearch | 5 | 1,938 | 387.6 | Yes | 
| 9 | getWorks | 5 | 124 | 24.8 | No | 
| 10 | individualCycleSearch | 5 | 1 | 0.2 | Yes | 
| 11 | Total | 154 | 134,172 | 
2.2.36.8 Found structures
2.2.36.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-30-R87rjd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.36.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-30-R87rjd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.37 SIM10-22-06-17-MwHwJc–CV
2.2.37.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 30 | 2 | 
2.2.37.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 28,532 | 220 | 220 | 100 | 29,292 | 
2.2.37.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.37.4 distribution of similarityEdgesByWeight

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

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

2.2.37.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 605,763 | 6.2721370884241 | No | 
| existsSimilarity | 96,580 | 602,878 | 6.24226547939532 | No | 
| similarityEdges | 96,580 | 597,814 | 6.18983226340857 | No | 
| connectAllSimilar | 440 | 606,688 | 1378.83636363636 | Yes | 
| connect | 139 | 1,133 | 8.15107913669065 | Yes | 
| init | 103 | 17,412 | 169.04854368932 | No | 
| Total | 587 | 609,323 | 
2.2.37.8 Found structures
2.2.37.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-17-MwHwJc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.37.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-17-MwHwJc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.38 SIM10-22-06-17-MwHwJc–DV
2.2.38.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 30 | 2 | 
2.2.38.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 28,254 | 220 | 220 | 100 | 29,014 | 
2.2.38.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.38.4 distribution of similarityEdgesByWeight

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

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

2.2.38.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 440 | 14,021 | 31.8659090909091 | No | 
| ownsWork | 220 | 11,961 | 54.3681818181818 | No | 
| init | 103 | 17,762 | 172.446601941748 | No | 
| searchAndConnect | 101 | 328,335 | 3250.84158415842 | Yes | 
| knowsAgent | 100 | 2,041 | 20.41 | No | 
| getWorksItems | 38 | 238 | 6.26315789473684 | Yes | 
| cycleSearch | 12 | 4,314 | 359.5 | Yes | 
| getWorks | 12 | 2,405 | 200.416666666667 | No | 
| individualCycleSearch | 12 | 0 | 0 | Yes | 
| Total | 169 | 338,552 | 
2.2.38.8 Found structures
2.2.38.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-17-MwHwJc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.38.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-17-MwHwJc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.39 SIM10-22-06-27-pr7PaS–CV
2.2.39.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.39.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 29,248 | 220 | 220 | 601 | 30,509 | 
2.2.39.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.39.4 distribution of similarityEdgesByWeight

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

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

2.2.39.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 620,553 | 6.42527438393042 | No | 
| existsSimilarity | 96,580 | 617,823 | 6.39700766204183 | No | 
| similarityEdges | 96,580 | 612,695 | 6.34391178297784 | No | 
| connectAllSimilar | 440 | 621,476 | 1412.44545454545 | Yes | 
| connect | 169 | 993 | 5.87573964497041 | Yes | 
| init | 103 | 16,224 | 157.514563106796 | No | 
| Total | 617 | 624,477 | 
2.2.39.8 Found structures
2.2.39.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-27-pr7PaS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.39.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-27-pr7PaS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40 SIM10-22-06-27-pr7PaS–DV
2.2.40.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.40.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 28,910 | 220 | 220 | 601 | 30,171 | 
2.2.40.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.40.4 distribution of similarityEdgesByWeight

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

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

2.2.40.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 2,238 | 3.72379367720466 | No | 
| 2 | addItemToWork | 440 | 6,332 | 14.3909090909091 | No | 
| 3 | ownsWork | 220 | 5,153 | 23.4227272727273 | No | 
| 4 | init | 103 | 17,766 | 172.485436893204 | No | 
| 5 | searchAndConnect | 101 | 355,991 | 3524.66336633663 | Yes | 
| 6 | getWorksItems | 38 | 91 | 2.39473684210526 | Yes | 
| 8 | cycleSearch | 14 | 4,027 | 287.642857142857 | Yes | 
| 9 | getWorks | 14 | 4,395 | 313.928571428571 | No | 
| 10 | individualCycleSearch | 14 | 0 | 0 | Yes | 
| 11 | Total | 181 | 364,631 | 
2.2.40.8 Found structures
2.2.40.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-27-pr7PaS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40.8.2 Paths
Number of paths found: 12
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-27-pr7PaS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.41 SIM10-22-03-16-ZDmP3F–CV
2.2.41.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 5 | 1 | 
2.2.41.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,290 | 120 | 120 | 100 | 8,750 | 
2.2.41.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.41.4 distribution of similarityEdgesByWeight

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

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

2.2.41.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 130,684 | 4.55662482566248 | No | 
| existsSimilarity | 28,680 | 118,618 | 4.13591352859135 | No | 
| similarityEdges | 28,680 | 117,659 | 4.10247559274756 | No | 
| connect | 2,333 | 11,538 | 4.94556365195028 | Yes | 
| connectAllSimilar | 240 | 130,963 | 545.679166666667 | Yes | 
| init | 103 | 15,381 | 149.330097087379 | No | 
| Total | 2,581 | 143,419 | 
2.2.41.8 Found structures
2.2.41.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-16-ZDmP3F--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.41.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-16-ZDmP3F--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.42 SIM10-22-03-16-ZDmP3F–DV
2.2.42.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 5 | 1 | 
2.2.42.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 3,624 | 120 | 120 | 100 | 4,084 | 
2.2.42.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.42.4 distribution of similarityEdgesByWeight

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

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

2.2.42.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 73,980 | 20.55 | Yes | 
| 3 | getWorks | 3,600 | 176,540 | 49.0388888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 95 | 0.0263888888888889 | Yes | 
| 6 | addItemToWork | 240 | 2,298 | 9.575 | No | 
| 7 | ownsWork | 120 | 1,974 | 16.45 | No | 
| 8 | init | 103 | 15,509 | 150.572815533981 | No | 
| 9 | searchAndConnect | 101 | 55,823 | 552.70297029703 | Yes | 
| 10 | knowsAgent | 100 | 3,393 | 33.93 | No | 
| 1 | Total | 14,501 | 214,850 | 
2.2.42.8 Found structures
2.2.42.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-16-ZDmP3F--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.42.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-16-ZDmP3F--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.43 SIM10-22-04-19-uLT6pR–CV
2.2.43.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.43.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,756 | 120 | 120 | 601 | 9,717 | 
2.2.43.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.43.4 distribution of similarityEdgesByWeight

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

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

2.2.43.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 130,013 | 4.53322873082287 | No | 
| existsSimilarity | 28,680 | 129,393 | 4.51161087866109 | No | 
| similarityEdges | 28,680 | 128,260 | 4.4721059972106 | No | 
| connectAllSimilar | 240 | 130,264 | 542.766666666667 | Yes | 
| init | 103 | 14,506 | 140.834951456311 | No | 
| connect | 41 | 97 | 2.36585365853659 | Yes | 
| Total | 289 | 131,362 | 
2.2.43.8 Found structures
2.2.43.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-19-uLT6pR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.43.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-19-uLT6pR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.44 SIM10-22-04-19-uLT6pR–DV
2.2.44.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.44.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,674 | 120 | 120 | 601 | 9,635 | 
2.2.44.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 240 | 120 | 461 | 
2.2.44.4 distribution of similarityEdgesByWeight

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

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

2.2.44.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,942 | 3.23128119800333 | No | 
| 2 | addItemToWork | 240 | 3,552 | 14.8 | No | 
| 3 | ownsWork | 120 | 1,705 | 14.2083333333333 | No | 
| 4 | init | 103 | 16,999 | 165.038834951456 | No | 
| 5 | searchAndConnect | 101 | 136,048 | 1347.0099009901 | Yes | 
| 6 | getWorksItems | 38 | 227 | 5.97368421052632 | Yes | 
| 7 | cycleSearch | 5 | 1,521 | 304.2 | Yes | 
| 9 | getWorks | 5 | 315 | 63 | No | 
| 10 | individualCycleSearch | 5 | 0 | 0 | Yes | 
| 11 | Total | 154 | 138,164 | 
2.2.44.8 Found structures
2.2.44.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-19-uLT6pR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.44.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-19-uLT6pR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.45 SIM10-22-04-33-fZ8RWU–CV
2.2.45.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 5 | 2 | 
2.2.45.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,510 | 220 | 220 | 100 | 28,270 | 
2.2.45.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.45.4 distribution of similarityEdgesByWeight

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

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

2.2.45.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 571,722 | 5.91967281010561 | No | 
| existsSimilarity | 96,580 | 520,423 | 5.38851729136467 | No | 
| similarityEdges | 96,580 | 516,085 | 5.34360115966038 | No | 
| connect | 8,719 | 49,408 | 5.66670489735061 | Yes | 
| connectAllSimilar | 440 | 572,740 | 1301.68181818182 | Yes | 
| init | 103 | 16,423 | 159.446601941748 | No | 
| Total | 9,167 | 623,899 | 
2.2.45.8 Found structures
2.2.45.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-33-fZ8RWU--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.45.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-33-fZ8RWU--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.46 SIM10-22-04-33-fZ8RWU–DV
2.2.46.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 20 | 1 | 5 | 2 | 
2.2.46.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 10,072 | 220 | 220 | 100 | 10,832 | 
2.2.46.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.46.4 distribution of similarityEdgesByWeight

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

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

2.2.46.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 51,424 | 14.2844444444444 | Yes | 
| 3 | getWorks | 3,600 | 204,907 | 56.9186111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 91 | 0.0252777777777778 | Yes | 
| 6 | addItemToWork | 440 | 14,300 | 32.5 | No | 
| 7 | ownsWork | 220 | 8,878 | 40.3545454545455 | No | 
| 8 | init | 103 | 17,877 | 173.563106796117 | No | 
| 9 | searchAndConnect | 101 | 144,115 | 1426.88118811881 | Yes | 
| 10 | knowsAgent | 100 | 1,441 | 14.41 | No | 
| 1 | Total | 14,501 | 221,165 | 
2.2.46.8 Found structures
2.2.46.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-33-fZ8RWU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.46.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-33-fZ8RWU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.47 SIM10-22-05-43-3CqZpk–CV
2.2.47.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.47.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 29,054 | 220 | 220 | 601 | 30,315 | 
2.2.47.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.47.4 distribution of similarityEdgesByWeight

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

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

2.2.47.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 625,191 | 6.47329674880928 | No | 
| existsSimilarity | 96,580 | 622,357 | 6.44395319942017 | No | 
| similarityEdges | 96,580 | 617,331 | 6.39191343963554 | No | 
| connectAllSimilar | 440 | 626,096 | 1422.94545454545 | Yes | 
| connect | 159 | 1,134 | 7.13207547169811 | Yes | 
| init | 103 | 16,289 | 158.145631067961 | No | 
| Total | 607 | 629,092 | 
2.2.47.8 Found structures
2.2.47.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-43-3CqZpk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.47.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-43-3CqZpk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.48 SIM10-22-05-43-3CqZpk–DV
2.2.48.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.48.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 28,736 | 220 | 220 | 601 | 29,997 | 
2.2.48.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 440 | 220 | 761 | 
2.2.48.4 distribution of similarityEdgesByWeight

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

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

2.2.48.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 601 | 2,030 | 3.37770382695507 | No | 
| addItemToWork | 440 | 18,221 | 41.4113636363636 | No | 
| ownsWork | 220 | 6,703 | 30.4681818181818 | No | 
| init | 103 | 17,172 | 166.718446601942 | No | 
| searchAndConnect | 101 | 337,146 | 3338.07920792079 | Yes | 
| getWorksItems | 38 | 204 | 5.36842105263158 | Yes | 
| cycleSearch | 12 | 4,313 | 359.416666666667 | Yes | 
| getWorks | 12 | 2,888 | 240.666666666667 | No | 
| individualCycleSearch | 12 | 0 | 0 | Yes | 
| Total | 168 | 344,112 | 
2.2.48.8 Found structures
2.2.48.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-43-3CqZpk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.48.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-43-3CqZpk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.49 SIM10-22-09-20-vQxYjm–CV
2.2.49.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 10 | 1 | 
2.2.49.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,984 | 105 | 105 | 100 | 7,399 | 
2.2.49.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.49.4 distribution of similarityEdgesByWeight

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

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

2.2.49.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 79,851 | 3.63868762816131 | No | 
| existsSimilarity | 21,945 | 78,662 | 3.58450672134883 | No | 
| similarityEdges | 21,945 | 77,862 | 3.54805194805195 | No | 
| connect | 236 | 818 | 3.46610169491525 | Yes | 
| connectAllSimilar | 210 | 80,056 | 381.219047619048 | Yes | 
| init | 103 | 12,159 | 118.04854368932 | No | 
| Total | 454 | 81,337 | 
2.2.49.8 Found structures
2.2.49.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-20-vQxYjm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.49.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-20-vQxYjm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.50 SIM10-22-09-20-vQxYjm–DV
2.2.50.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 10 | 1 | 
2.2.50.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,512 | 105 | 105 | 100 | 6,927 | 
2.2.50.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.50.4 distribution of similarityEdgesByWeight

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

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

2.2.50.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 2,534 | 12.0666666666667 | No | 
| 2 | ownsWork | 105 | 2,955 | 28.1428571428571 | No | 
| 3 | init | 103 | 13,183 | 127.990291262136 | No | 
| 4 | searchAndConnect | 101 | 69,697 | 690.069306930693 | Yes | 
| 5 | knowsAgent | 100 | 1,457 | 14.57 | No | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 9 | cycleSearch | 3 | 33 | 11 | Yes | 
| 10 | getWorks | 3 | 61 | 20.3333333333333 | No | 
| 11 | Total | 120 | 70,345 | 
2.2.50.8 Found structures
2.2.50.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-20-vQxYjm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.50.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-20-vQxYjm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.51 SIM10-22-09-22-4seuQh–CV
2.2.51.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.51.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,738 | 105 | 105 | 601 | 7,654 | 
2.2.51.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.51.4 distribution of similarityEdgesByWeight

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

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

2.2.51.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 79,222 | 3.61002506265664 | No | 
| existsSimilarity | 21,945 | 78,711 | 3.58673957621326 | No | 
| similarityEdges | 21,945 | 77,907 | 3.5501025290499 | No | 
| connectAllSimilar | 210 | 79,401 | 378.1 | Yes | 
| init | 103 | 12,935 | 125.582524271845 | No | 
| connect | 41 | 164 | 4 | Yes | 
| Total | 259 | 80,178 | 
2.2.51.8 Found structures
2.2.51.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-22-4seuQh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.51.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-22-4seuQh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.52 SIM10-22-09-22-4seuQh–DV
2.2.52.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.52.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,656 | 105 | 105 | 601 | 7,572 | 
2.2.52.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.52.4 distribution of similarityEdgesByWeight

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

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

2.2.52.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,893 | 3.14975041597338 | No | 
| 2 | addItemToWork | 210 | 2,129 | 10.1380952380952 | No | 
| 3 | ownsWork | 105 | 2,028 | 19.3142857142857 | No | 
| 4 | init | 103 | 12,808 | 124.349514563107 | No | 
| 5 | searchAndConnect | 101 | 87,789 | 869.19801980198 | Yes | 
| 6 | getWorksItems | 8 | 15 | 1.875 | Yes | 
| 9 | cycleSearch | 3 | 111 | 37 | Yes | 
| 10 | getWorks | 3 | 290 | 96.6666666666667 | No | 
| 11 | Total | 120 | 88,629 | 
2.2.52.8 Found structures
2.2.52.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-22-4seuQh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.52.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-22-4seuQh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.53 SIM10-22-10-41-HVW8zK–CV
2.2.53.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 10 | 2 | 
2.2.53.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 25,066 | 205 | 205 | 100 | 25,781 | 
2.2.53.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.53.4 distribution of similarityEdgesByWeight

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

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

2.2.53.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 401,934 | 4.79377422625082 | No | 
| existsSimilarity | 83,845 | 396,803 | 4.73257797125649 | No | 
| similarityEdges | 83,845 | 392,833 | 4.68522869580774 | No | 
| connect | 724 | 3,675 | 5.07596685082873 | Yes | 
| connectAllSimilar | 410 | 402,676 | 982.136585365854 | Yes | 
| init | 103 | 13,585 | 131.893203883495 | No | 
| Total | 1,142 | 407,352 | 
2.2.53.8 Found structures
2.2.53.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-41-HVW8zK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.53.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-41-HVW8zK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.54 SIM10-22-10-41-HVW8zK–DV
2.2.54.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 10 | 2 | 
2.2.54.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 23,618 | 205 | 205 | 100 | 24,333 | 
2.2.54.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.54.4 distribution of similarityEdgesByWeight

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

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

2.2.54.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 6,902 | 16.8341463414634 | No | 
| 2 | ownsWork | 205 | 5,414 | 26.409756097561 | No | 
| 3 | init | 103 | 14,051 | 136.417475728155 | No | 
| 4 | searchAndConnect | 101 | 216,183 | 2140.42574257426 | Yes | 
| 5 | knowsAgent | 100 | 1,647 | 16.47 | No | 
| 6 | getWorksItems | 8 | 42 | 5.25 | Yes | 
| 8 | cycleSearch | 7 | 1,049 | 149.857142857143 | Yes | 
| 9 | getWorks | 7 | 2,163 | 309 | No | 
| 10 | individualCycleSearch | 7 | 0 | 0 | Yes | 
| 11 | Total | 130 | 217,921 | 
2.2.54.8 Found structures
2.2.54.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-41-HVW8zK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.54.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-41-HVW8zK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.55 SIM10-22-10-49-9e5RG5–CV
2.2.55.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.55.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,610 | 205 | 205 | 601 | 25,826 | 
2.2.55.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.55.4 distribution of similarityEdgesByWeight

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

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

2.2.55.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 423,526 | 5.05129703619775 | No | 
| existsSimilarity | 83,845 | 421,304 | 5.02479575407001 | No | 
| similarityEdges | 83,845 | 417,453 | 4.97886576420776 | No | 
| connectAllSimilar | 410 | 424,286 | 1034.84390243902 | Yes | 
| connect | 138 | 787 | 5.70289855072464 | Yes | 
| init | 103 | 13,425 | 130.339805825243 | No | 
| Total | 556 | 425,965 | 
2.2.55.8 Found structures
2.2.55.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-49-9e5RG5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.55.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-49-9e5RG5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.56 SIM10-22-10-49-9e5RG5–DV
2.2.56.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.56.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,334 | 205 | 205 | 601 | 25,550 | 
2.2.56.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.56.4 distribution of similarityEdgesByWeight

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

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

2.2.56.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 2,202 | 3.66389351081531 | No | 
| 2 | addItemToWork | 410 | 3,800 | 9.26829268292683 | No | 
| 3 | ownsWork | 205 | 2,594 | 12.6536585365854 | No | 
| 4 | init | 103 | 13,973 | 135.660194174757 | No | 
| 5 | searchAndConnect | 101 | 241,154 | 2387.66336633663 | Yes | 
| 7 | cycleSearch | 8 | 214 | 26.75 | Yes | 
| 8 | getWorks | 8 | 92 | 11.5 | No | 
| 9 | getWorksItems | 8 | 49 | 6.125 | Yes | 
| 10 | individualCycleSearch | 8 | 0 | 0 | Yes | 
| 11 | Total | 133 | 242,053 | 
2.2.56.8 Found structures
2.2.56.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-49-9e5RG5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.56.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-49-9e5RG5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.57 SIM10-22-09-24-tbbgrD–CV
2.2.57.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 30 | 1 | 
2.2.57.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,994 | 105 | 105 | 100 | 7,409 | 
2.2.57.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.57.4 distribution of similarityEdgesByWeight

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

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

2.2.57.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 83,780 | 3.81772613351561 | No | 
| existsSimilarity | 21,945 | 83,197 | 3.79115971747551 | No | 
| similarityEdges | 21,945 | 82,407 | 3.75516062884484 | No | 
| connectAllSimilar | 210 | 83,984 | 399.923809523809 | Yes | 
| init | 103 | 13,008 | 126.291262135922 | No | 
| connect | 44 | 202 | 4.59090909090909 | Yes | 
| Total | 262 | 84,558 | 
2.2.57.8 Found structures
2.2.57.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-24-tbbgrD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.57.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-24-tbbgrD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.58 SIM10-22-09-24-tbbgrD–DV
2.2.58.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 30 | 1 | 
2.2.58.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,906 | 105 | 105 | 100 | 7,321 | 
2.2.58.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.58.4 distribution of similarityEdgesByWeight

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

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

2.2.58.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,824 | 8.68571428571429 | No | 
| 2 | ownsWork | 105 | 916 | 8.72380952380952 | No | 
| 3 | init | 103 | 13,241 | 128.553398058252 | No | 
| 4 | searchAndConnect | 101 | 67,832 | 671.60396039604 | Yes | 
| 5 | knowsAgent | 100 | 395 | 3.95 | No | 
| 6 | getWorksItems | 8 | 104 | 13 | Yes | 
| 9 | cycleSearch | 3 | 31 | 10.3333333333333 | Yes | 
| 10 | getWorks | 3 | 253 | 84.3333333333333 | No | 
| 11 | Total | 120 | 68,845 | 
2.2.58.8 Found structures
2.2.58.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-24-tbbgrD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.58.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-24-tbbgrD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.59 SIM10-22-09-26-zMTjtx–CV
2.2.59.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.59.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,542 | 105 | 105 | 601 | 7,458 | 
2.2.59.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.59.4 distribution of similarityEdgesByWeight

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

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

2.2.59.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 81,221 | 3.70111642743222 | No | 
| existsSimilarity | 21,945 | 80,687 | 3.67678286625655 | No | 
| similarityEdges | 21,945 | 79,896 | 3.64073820915926 | No | 
| connectAllSimilar | 210 | 81,418 | 387.704761904762 | Yes | 
| init | 103 | 11,757 | 114.145631067961 | No | 
| connect | 52 | 185 | 3.55769230769231 | Yes | 
| Total | 270 | 82,249 | 
2.2.59.8 Found structures
2.2.59.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-26-zMTjtx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.59.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-26-zMTjtx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.60 SIM10-22-09-26-zMTjtx–DV
2.2.60.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.60.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,438 | 105 | 105 | 601 | 7,354 | 
2.2.60.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.60.4 distribution of similarityEdgesByWeight

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

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

2.2.60.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,503 | 2.50083194675541 | No | 
| 2 | addItemToWork | 210 | 7,021 | 33.4333333333333 | No | 
| 3 | ownsWork | 105 | 2,498 | 23.7904761904762 | No | 
| 4 | init | 103 | 13,350 | 129.611650485437 | No | 
| 5 | searchAndConnect | 101 | 77,103 | 763.39603960396 | Yes | 
| 6 | getWorksItems | 8 | 13 | 1.625 | Yes | 
| 9 | cycleSearch | 3 | 636 | 212 | Yes | 
| 10 | getWorks | 3 | 791 | 263.666666666667 | No | 
| 11 | Total | 120 | 79,051 | 
2.2.60.8 Found structures
2.2.60.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-26-zMTjtx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.60.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-26-zMTjtx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.61 SIM10-22-10-56-RtvKm3–CV
2.2.61.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 30 | 2 | 
2.2.61.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 25,114 | 205 | 205 | 100 | 25,829 | 
2.2.61.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.61.4 distribution of similarityEdgesByWeight

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

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

2.2.61.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 422,606 | 5.04032440813406 | No | 
| existsSimilarity | 83,845 | 420,396 | 5.01396624724193 | No | 
| similarityEdges | 83,845 | 416,320 | 4.96535273421194 | No | 
| connectAllSimilar | 410 | 423,351 | 1032.56341463415 | Yes | 
| connect | 138 | 707 | 5.1231884057971 | Yes | 
| init | 103 | 13,363 | 129.73786407767 | No | 
| Total | 556 | 425,101 | 
2.2.61.8 Found structures
2.2.61.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-56-RtvKm3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.61.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-56-RtvKm3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.62 SIM10-22-10-56-RtvKm3–DV
2.2.62.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 30 | 2 | 
2.2.62.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,838 | 205 | 205 | 100 | 25,553 | 
2.2.62.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.62.4 distribution of similarityEdgesByWeight

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

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

2.2.62.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 4,665 | 11.3780487804878 | No | 
| 2 | ownsWork | 205 | 3,228 | 15.7463414634146 | No | 
| 3 | init | 103 | 14,586 | 141.611650485437 | No | 
| 4 | searchAndConnect | 101 | 216,521 | 2143.77227722772 | Yes | 
| 5 | knowsAgent | 100 | 529 | 5.29 | No | 
| 6 | getWorksItems | 8 | 24 | 3 | Yes | 
| 8 | cycleSearch | 7 | 1,878 | 268.285714285714 | Yes | 
| 9 | getWorks | 7 | 2,186 | 312.285714285714 | No | 
| 10 | individualCycleSearch | 7 | 0 | 0 | Yes | 
| 11 | Total | 130 | 219,234 | 
2.2.62.8 Found structures
2.2.62.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-56-RtvKm3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.62.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-56-RtvKm3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.63 SIM10-22-11-04-2FQqnm–CV
2.2.63.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.63.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 25,348 | 205 | 205 | 601 | 26,564 | 
2.2.63.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.63.4 distribution of similarityEdgesByWeight

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

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

2.2.63.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 416,100 | 4.96272884489236 | No | 
| existsSimilarity | 83,845 | 413,858 | 4.93598902737194 | No | 
| similarityEdges | 83,845 | 409,794 | 4.88751863557755 | No | 
| connectAllSimilar | 410 | 416,795 | 1016.57317073171 | Yes | 
| connect | 124 | 795 | 6.41129032258065 | Yes | 
| init | 103 | 13,403 | 130.126213592233 | No | 
| Total | 542 | 418,594 | 
2.2.63.8 Found structures
2.2.63.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-04-2FQqnm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.63.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-04-2FQqnm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.64 SIM10-22-11-04-2FQqnm–DV
2.2.64.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.64.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 25,100 | 205 | 205 | 601 | 26,316 | 
2.2.64.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.64.4 distribution of similarityEdgesByWeight

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

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

2.2.64.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,964 | 3.26788685524126 | No | 
| 2 | addItemToWork | 410 | 3,391 | 8.27073170731707 | No | 
| 3 | ownsWork | 205 | 1,980 | 9.65853658536585 | No | 
| 4 | init | 103 | 14,689 | 142.611650485437 | No | 
| 5 | searchAndConnect | 101 | 251,264 | 2487.76237623762 | Yes | 
| 7 | cycleSearch | 9 | 3,005 | 333.888888888889 | Yes | 
| 8 | getWorks | 9 | 2,385 | 265 | No | 
| 9 | individualCycleSearch | 9 | 0 | 0 | Yes | 
| 11 | Total | 137 | 257,543 | 
2.2.64.8 Found structures
2.2.64.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-04-2FQqnm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.64.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-04-2FQqnm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.65 SIM10-22-08-17-X96zd8–CV
2.2.65.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 5 | 1 | 
2.2.65.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,138 | 105 | 105 | 100 | 6,553 | 
2.2.65.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.65.4 distribution of similarityEdgesByWeight

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

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

2.2.65.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 76,301 | 3.47691957165641 | No | 
| existsSimilarity | 21,945 | 68,582 | 3.12517657780816 | No | 
| similarityEdges | 21,945 | 67,873 | 3.0928685349738 | No | 
| connect | 1,760 | 7,335 | 4.16761363636364 | Yes | 
| connectAllSimilar | 210 | 76,543 | 364.490476190476 | Yes | 
| init | 103 | 11,967 | 116.184466019417 | No | 
| Total | 1,978 | 84,607 | 
2.2.65.8 Found structures
2.2.65.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-17-X96zd8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.65.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-17-X96zd8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.66 SIM10-22-08-17-X96zd8–DV
2.2.66.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 5 | 1 | 
2.2.66.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 2,618 | 105 | 105 | 100 | 3,033 | 
2.2.66.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.66.4 distribution of similarityEdgesByWeight

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

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

2.2.66.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 20,579 | 5.71638888888889 | Yes | 
| 3 | getWorks | 3,600 | 99,996 | 27.7766666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 69 | 0.0191666666666667 | Yes | 
| 6 | addItemToWork | 210 | 3,246 | 15.4571428571429 | No | 
| 7 | ownsWork | 105 | 3,186 | 30.3428571428571 | No | 
| 8 | init | 103 | 12,646 | 122.776699029126 | No | 
| 9 | searchAndConnect | 101 | 29,025 | 287.376237623762 | Yes | 
| 10 | knowsAgent | 100 | 1,136 | 11.36 | No | 
| 1 | Total | 14,501 | 64,474 | 
2.2.66.8 Found structures
2.2.66.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-17-X96zd8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.66.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-17-X96zd8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.67 SIM10-22-09-18-DzdqEh–CV
2.2.67.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.67.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,672 | 105 | 105 | 601 | 7,588 | 
2.2.67.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.67.4 distribution of similarityEdgesByWeight

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

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

2.2.67.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 76,733 | 3.49660514923673 | No | 
| existsSimilarity | 21,945 | 76,300 | 3.47687400318979 | No | 
| similarityEdges | 21,945 | 75,529 | 3.44174071542493 | No | 
| connectAllSimilar | 210 | 76,943 | 366.395238095238 | Yes | 
| init | 103 | 12,495 | 121.31067961165 | No | 
| connect | 46 | 78 | 1.69565217391304 | Yes | 
| Total | 264 | 77,518 | 
2.2.67.8 Found structures
2.2.67.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-18-DzdqEh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.67.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-18-DzdqEh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.68 SIM10-22-09-18-DzdqEh–DV
2.2.68.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.68.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,580 | 105 | 105 | 601 | 7,496 | 
2.2.68.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.68.4 distribution of similarityEdgesByWeight

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

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

2.2.68.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,898 | 3.15806988352745 | No | 
| 2 | addItemToWork | 210 | 4,266 | 20.3142857142857 | No | 
| 3 | ownsWork | 105 | 2,395 | 22.8095238095238 | No | 
| 4 | init | 103 | 12,176 | 118.21359223301 | No | 
| 5 | searchAndConnect | 101 | 79,494 | 787.069306930693 | Yes | 
| 6 | getWorksItems | 8 | 32 | 4 | Yes | 
| 9 | cycleSearch | 3 | 856 | 285.333333333333 | Yes | 
| 10 | getWorks | 3 | 558 | 186 | No | 
| 11 | Total | 120 | 81,570 | 
2.2.68.8 Found structures
2.2.68.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-18-DzdqEh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.68.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-18-DzdqEh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.69 SIM10-22-09-27-d7Woni–CV
2.2.69.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 5 | 2 | 
2.2.69.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 23,706 | 205 | 205 | 100 | 24,421 | 
2.2.69.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.69.4 distribution of similarityEdgesByWeight

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

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

2.2.69.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 379,690 | 4.52847516250224 | No | 
| existsSimilarity | 83,845 | 346,848 | 4.13677619416781 | No | 
| similarityEdges | 83,845 | 343,276 | 4.09417377303357 | No | 
| connect | 7,125 | 31,236 | 4.384 | Yes | 
| connectAllSimilar | 410 | 380,611 | 928.319512195122 | Yes | 
| init | 103 | 12,895 | 125.194174757282 | No | 
| Total | 7,543 | 412,678 | 
2.2.69.8 Found structures
2.2.69.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-27-d7Woni--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.69.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-27-d7Woni--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.70 SIM10-22-09-27-d7Woni–DV
2.2.70.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | random | 5 | 1 | 5 | 2 | 
2.2.70.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 9,456 | 205 | 205 | 100 | 10,171 | 
2.2.70.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.70.4 distribution of similarityEdgesByWeight

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

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

2.2.70.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 26,189 | 7.27472222222222 | Yes | 
| 3 | getWorks | 3,600 | 111,753 | 31.0425 | No | 
| 4 | individualCycleSearch | 3,600 | 94 | 0.0261111111111111 | Yes | 
| 6 | addItemToWork | 410 | 3,690 | 9 | No | 
| 7 | ownsWork | 205 | 2,853 | 13.9170731707317 | No | 
| 8 | init | 103 | 12,743 | 123.718446601942 | No | 
| 9 | searchAndConnect | 101 | 98,625 | 976.485148514852 | Yes | 
| 10 | knowsAgent | 100 | 591 | 5.91 | No | 
| 1 | Total | 14,501 | 141,764 | 
2.2.70.8 Found structures
2.2.70.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-27-d7Woni--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.70.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-09-27-d7Woni--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.71 SIM10-22-10-34-z66yEz–CV
2.2.71.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.71.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 25,302 | 205 | 205 | 601 | 26,518 | 
2.2.71.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.71.4 distribution of similarityEdgesByWeight

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

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

2.2.71.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 402,662 | 4.8024569145447 | No | 
| existsSimilarity | 83,845 | 400,224 | 4.77337945017592 | No | 
| similarityEdges | 83,845 | 396,191 | 4.7252787882402 | No | 
| connectAllSimilar | 410 | 403,383 | 983.860975609756 | Yes | 
| connect | 147 | 1,015 | 6.90476190476191 | Yes | 
| init | 103 | 13,122 | 127.398058252427 | No | 
| Total | 565 | 405,359 | 
2.2.71.8 Found structures
2.2.71.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-34-z66yEz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.71.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-34-z66yEz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.72 SIM10-22-10-34-z66yEz–DV
2.2.72.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.72.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 25,008 | 205 | 205 | 601 | 26,224 | 
2.2.72.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.72.4 distribution of similarityEdgesByWeight

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

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

2.2.72.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,833 | 3.04991680532446 | No | 
| 2 | addItemToWork | 410 | 3,577 | 8.72439024390244 | No | 
| 3 | ownsWork | 205 | 2,080 | 10.1463414634146 | No | 
| 4 | init | 103 | 13,407 | 130.165048543689 | No | 
| 5 | searchAndConnect | 101 | 249,628 | 2471.56435643564 | Yes | 
| 7 | cycleSearch | 8 | 1,423 | 177.875 | Yes | 
| 8 | getWorks | 8 | 2,105 | 263.125 | No | 
| 9 | getWorksItems | 8 | 22 | 2.75 | Yes | 
| 10 | individualCycleSearch | 8 | 0 | 0 | Yes | 
| 11 | Total | 133 | 251,933 | 
2.2.72.8 Found structures
2.2.72.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-34-z66yEz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.72.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-34-z66yEz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.73 SIM10-23-04-22-YmRBKD–CV
2.2.73.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 10 | 1 | 
2.2.73.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,158 | 210 | 210 | 200 | 25,988 | 
2.2.73.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.73.4 distribution of similarityEdgesByWeight

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

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

2.2.73.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 655,038 | 7.44445959768156 | No | 
| existsSimilarity | 87,990 | 645,161 | 7.3322082054779 | No | 
| similarityEdges | 87,990 | 640,854 | 7.28325946130242 | No | 
| connect | 1,199 | 8,200 | 6.83903252710592 | Yes | 
| connectAllSimilar | 420 | 655,857 | 1561.56428571429 | Yes | 
| init | 203 | 28,262 | 139.221674876847 | No | 
| Total | 1,627 | 665,035 | 
2.2.73.8 Found structures
2.2.73.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-22-YmRBKD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.73.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-22-YmRBKD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.74 SIM10-23-04-22-YmRBKD–DV
2.2.74.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 10 | 1 | 
2.2.74.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 22,760 | 210 | 210 | 200 | 23,590 | 
2.2.74.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.74.4 distribution of similarityEdgesByWeight

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

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

2.2.74.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 89,686 | 24.9127777777778 | Yes | 
| 3 | getWorks | 3,600 | 289,009 | 80.2802777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 80 | 0.0222222222222222 | Yes | 
| 6 | addItemToWork | 420 | 8,215 | 19.5595238095238 | No | 
| 7 | ownsWork | 210 | 6,974 | 33.2095238095238 | No | 
| 8 | init | 203 | 28,183 | 138.832512315271 | No | 
| 9 | searchAndConnect | 201 | 455,954 | 2268.42786069652 | Yes | 
| 10 | knowsAgent | 200 | 5,640 | 28.2 | No | 
| 1 | Total | 14,601 | 584,157 | 
2.2.74.8 Found structures
2.2.74.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-22-YmRBKD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.74.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-22-YmRBKD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.75 SIM10-23-05-34-SZiDfG–CV
2.2.75.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.75.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,646 | 210 | 210 | 1,201 | 27,477 | 
2.2.75.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.75.4 distribution of similarityEdgesByWeight

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

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

2.2.75.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 663,279 | 7.5381179679509 | No | 
| existsSimilarity | 87,990 | 661,272 | 7.51530855779066 | No | 
| similarityEdges | 87,990 | 656,685 | 7.46317763382203 | No | 
| connectAllSimilar | 420 | 664,134 | 1581.27142857143 | Yes | 
| init | 203 | 28,729 | 141.522167487685 | No | 
| connect | 83 | 433 | 5.21686746987952 | Yes | 
| Total | 511 | 666,445 | 
2.2.75.8 Found structures
2.2.75.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-34-SZiDfG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.75.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-34-SZiDfG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.76 SIM10-23-05-34-SZiDfG–DV
2.2.76.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.76.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,450 | 210 | 210 | 1,201 | 27,281 | 
2.2.76.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.76.4 distribution of similarityEdgesByWeight

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

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

2.2.76.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 5,376 | 4.47626977518734 | No | 
| addItemToWork | 420 | 16,420 | 39.0952380952381 | No | 
| ownsWork | 210 | 7,725 | 36.7857142857143 | No | 
| init | 203 | 30,476 | 150.128078817734 | No | 
| searchAndConnect | 201 | 622,800 | 3098.50746268657 | Yes | 
| getWorksItems | 18 | 75 | 4.16666666666667 | Yes | 
| cycleSearch | 16 | 10,350 | 646.875 | Yes | 
| getWorks | 16 | 3,938 | 246.125 | No | 
| individualCycleSearch | 16 | 1 | 0.0625 | Yes | 
| Total | 258 | 643,370 | 
2.2.76.8 Found structures
2.2.76.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-34-SZiDfG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.76.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-34-SZiDfG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.77 SIM10-23-09-12-KBTUfp–CV
2.2.77.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 10 | 2 | 
2.2.77.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 94,892 | 410 | 410 | 200 | 96,322 | 
2.2.77.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.77.4 distribution of similarityEdgesByWeight

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

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

2.2.77.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 326,337 | 3,598,255 | 11.0261937812752 | No | 
| existsSimilarity | 326,337 | 3,542,818 | 10.856317242605 | No | 
| similarityEdges | 326,337 | 3,517,988 | 10.7802302527755 | No | 
| connect | 4,570 | 48,545 | 10.6225382932166 | Yes | 
| connectAllSimilar | 682 | 3,601,662 | 5281.0293255132 | Yes | 
| init | 203 | 29,495 | 145.295566502463 | No | 
| cycleSearch | 13 | 1,404 | 108 | Yes | 
| getWorks | 12 | 421 | 35.0833333333333 | Yes | 
| Total | 5,283 | 3,655,405 | 
2.2.77.8 Found structures
2.2.77.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-12-KBTUfp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.77.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-12-KBTUfp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.78 SIM10-23-09-12-KBTUfp–DV
2.2.78.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 10 | 2 | 
2.2.78.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 85,752 | 410 | 410 | 200 | 87,182 | 
2.2.78.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.78.4 distribution of similarityEdgesByWeight

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

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

2.2.78.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 820 | 16,649 | 20.3036585365854 | No | 
| ownsWork | 410 | 10,574 | 25.790243902439 | No | 
| init | 203 | 30,840 | 151.92118226601 | No | 
| searchAndConnect | 201 | 1,684,338 | 8379.79104477612 | Yes | 
| knowsAgent | 200 | 8,744 | 43.72 | No | 
| individualCycleSearch | 52 | 0 | 0 | Yes | 
| getWorks | 41 | 11,690 | 285.121951219512 | No | 
| cycleSearch | 40 | 9,705 | 242.625 | Yes | 
| getWorksItems | 18 | 375 | 20.8333333333333 | Yes | 
| Total | 326 | 1,707,629 | 
2.2.78.8 Found structures
2.2.78.8.1 Cycles
Number of cycles found: 14
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-12-KBTUfp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.78.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-12-KBTUfp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.79 SIM10-23-10-14-FVUvdp–CV
2.2.79.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.79.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 95,828 | 410 | 410 | 1,201 | 98,259 | 
2.2.79.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.79.4 distribution of similarityEdgesByWeight

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

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

2.2.79.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 315,690 | 3,598,528 | 11.3989293294054 | No | 
| existsSimilarity | 315,690 | 3,588,716 | 11.3678482055181 | No | 
| similarityEdges | 315,690 | 3,563,729 | 11.2886977731319 | No | 
| connectAllSimilar | 619 | 3,601,705 | 5818.58642972536 | Yes | 
| connect | 275 | 3,100 | 11.2727272727273 | Yes | 
| init | 203 | 32,052 | 157.891625615764 | No | 
| cycleSearch | 30 | 2,032 | 67.7333333333333 | Yes | 
| getWorks | 30 | 395 | 13.1666666666667 | Yes | 
| Total | 960 | 3,610,639 | 
2.2.79.8 Found structures
2.2.79.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-10-14-FVUvdp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.79.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-10-14-FVUvdp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.80 SIM10-23-10-14-FVUvdp–DV
2.2.80.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.80.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 95,210 | 410 | 410 | 1,201 | 97,641 | 
2.2.80.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.80.4 distribution of similarityEdgesByWeight

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

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

2.2.80.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,836 | 5.69192339716903 | No | 
| addItemToWork | 820 | 22,235 | 27.1158536585366 | No | 
| ownsWork | 410 | 19,313 | 47.1048780487805 | No | 
| init | 203 | 32,305 | 159.137931034483 | No | 
| searchAndConnect | 201 | 1,781,884 | 8865.09452736318 | Yes | 
| individualCycleSearch | 58 | 1 | 0.0172413793103448 | Yes | 
| cycleSearch | 29 | 26,215 | 903.965517241379 | Yes | 
| getWorks | 29 | 12,730 | 438.965517241379 | No | 
| getWorksItems | 18 | 78 | 4.33333333333333 | Yes | 
| Total | 322 | 1,834,054 | 
2.2.80.8 Found structures
2.2.80.8.1 Cycles
Number of cycles found: 14
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-10-14-FVUvdp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.80.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-10-14-FVUvdp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.81 SIM10-23-05-46-6BWgVb–CV
2.2.81.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 30 | 1 | 
2.2.81.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,240 | 210 | 210 | 200 | 26,070 | 
2.2.81.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.81.4 distribution of similarityEdgesByWeight

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

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

2.2.81.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 666,697 | 7.5769632912831 | No | 
| existsSimilarity | 87,990 | 664,576 | 7.55285827934993 | No | 
| similarityEdges | 87,990 | 660,321 | 7.50450051142175 | No | 
| connectAllSimilar | 420 | 667,498 | 1589.28095238095 | Yes | 
| init | 203 | 27,945 | 137.660098522167 | No | 
| connect | 86 | 538 | 6.25581395348837 | Yes | 
| Total | 514 | 669,630 | 
2.2.81.8 Found structures
2.2.81.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-46-6BWgVb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.81.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-46-6BWgVb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.82 SIM10-23-05-46-6BWgVb–DV
2.2.82.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 30 | 1 | 
2.2.82.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,068 | 210 | 210 | 200 | 25,898 | 
2.2.82.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.82.4 distribution of similarityEdgesByWeight

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

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

2.2.82.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 420 | 18,900 | 45 | No | 
| ownsWork | 210 | 4,561 | 21.7190476190476 | No | 
| init | 203 | 30,770 | 151.576354679803 | No | 
| searchAndConnect | 201 | 531,954 | 2646.53731343284 | Yes | 
| knowsAgent | 200 | 4,076 | 20.38 | No | 
| cycleSearch | 18 | 9,392 | 521.777777777778 | Yes | 
| getWorks | 18 | 1,975 | 109.722222222222 | No | 
| getWorksItems | 18 | 104 | 5.77777777777778 | Yes | 
| individualCycleSearch | 18 | 0 | 0 | Yes | 
| Total | 266 | 548,881 | 
2.2.82.8 Found structures
2.2.82.8.1 Cycles
Number of cycles found: 9
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-46-6BWgVb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.82.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-46-6BWgVb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.83 SIM10-23-05-59-5A9Rgr–CV
2.2.83.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.83.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,382 | 210 | 210 | 1,201 | 27,213 | 
2.2.83.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.83.4 distribution of similarityEdgesByWeight

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

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

2.2.83.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 678,548 | 7.71164905102853 | No | 
| existsSimilarity | 87,990 | 676,158 | 7.68448687350835 | No | 
| similarityEdges | 87,990 | 671,756 | 7.63445846118877 | No | 
| connectAllSimilar | 420 | 679,304 | 1617.39047619048 | Yes | 
| init | 203 | 29,987 | 147.71921182266 | No | 
| connect | 82 | 726 | 8.85365853658537 | Yes | 
| Total | 510 | 681,917 | 
2.2.83.8 Found structures
2.2.83.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-59-5A9Rgr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.83.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-59-5A9Rgr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.84 SIM10-23-05-59-5A9Rgr–DV
2.2.84.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.84.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,218 | 210 | 210 | 1,201 | 27,049 | 
2.2.84.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.84.4 distribution of similarityEdgesByWeight

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

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

2.2.84.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,208 | 5.16902581182348 | No | 
| addItemToWork | 420 | 9,720 | 23.1428571428571 | No | 
| ownsWork | 210 | 5,373 | 25.5857142857143 | No | 
| init | 203 | 30,137 | 148.458128078818 | No | 
| searchAndConnect | 201 | 570,245 | 2837.03980099502 | Yes | 
| cycleSearch | 20 | 9,923 | 496.15 | Yes | 
| getWorks | 20 | 3,253 | 162.65 | No | 
| individualCycleSearch | 20 | 0 | 0 | Yes | 
| getWorksItems | 18 | 487 | 27.0555555555556 | Yes | 
| Total | 271 | 591,486 | 
2.2.84.8 Found structures
2.2.84.8.1 Cycles
Number of cycles found: 9
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-59-5A9Rgr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.84.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-05-59-5A9Rgr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.85 SIM10-23-11-17-EYVds8–CV
2.2.85.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 30 | 2 | 
2.2.85.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 95,894 | 410 | 410 | 200 | 97,324 | 
2.2.85.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.85.4 distribution of similarityEdgesByWeight

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

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

2.2.85.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 309,912 | 3,597,231 | 11.6072659335553 | No | 
| existsSimilarity | 309,912 | 3,587,184 | 11.5748470533571 | No | 
| similarityEdges | 309,912 | 3,562,411 | 11.4949114587367 | No | 
| connectAllSimilar | 592 | 3,600,344 | 6081.66216216216 | Yes | 
| connect | 259 | 3,563 | 13.7567567567568 | Yes | 
| init | 203 | 31,162 | 153.507389162562 | No | 
| cycleSearch | 27 | 1,494 | 55.3333333333333 | Yes | 
| getWorks | 26 | 719 | 27.6538461538462 | Yes | 
| Total | 910 | 3,609,547 | 
2.2.85.8 Found structures
2.2.85.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-11-17-EYVds8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.85.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-11-17-EYVds8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.86 SIM10-23-11-17-EYVds8–DV
2.2.86.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 30 | 2 | 
2.2.86.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 95,375 | 410 | 410 | 200 | 96,805 | 
2.2.86.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.86.4 distribution of similarityEdgesByWeight

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

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

2.2.86.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 820 | 48,101 | 58.659756097561 | No | 
| ownsWork | 410 | 19,206 | 46.8439024390244 | No | 
| init | 203 | 35,370 | 174.23645320197 | No | 
| searchAndConnect | 201 | 1,950,253 | 9702.75124378109 | Yes | 
| knowsAgent | 200 | 3,879 | 19.395 | No | 
| individualCycleSearch | 52 | 0 | 0 | Yes | 
| getWorks | 27 | 8,720 | 322.962962962963 | No | 
| cycleSearch | 26 | 16,438 | 632.230769230769 | Yes | 
| getWorksItems | 18 | 755 | 41.9444444444444 | Yes | 
| Total | 308 | 1,981,620 | 
2.2.86.8 Found structures
2.2.86.8.1 Cycles
Number of cycles found: 11
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-11-17-EYVds8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.86.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-11-17-EYVds8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.87 SIM10-23-12-19-cco2x3–CV
2.2.87.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.87.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 97,994 | 410 | 410 | 1,201 | 100,425 | 
2.2.87.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.87.4 distribution of similarityEdgesByWeight

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

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

2.2.87.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 284,109 | 3,600,162 | 12.6717633021129 | No | 
| existsSimilarity | 284,109 | 3,591,523 | 12.6413559584526 | No | 
| similarityEdges | 284,109 | 3,568,994 | 12.5620589280875 | No | 
| connectAllSimilar | 498 | 3,602,991 | 7234.92168674699 | Yes | 
| connect | 262 | 2,865 | 10.9351145038168 | Yes | 
| init | 203 | 32,961 | 162.369458128079 | No | 
| cycleSearch | 34 | 2,935 | 86.3235294117647 | Yes | 
| getWorks | 33 | 445 | 13.4848484848485 | Yes | 
| Total | 833 | 3,613,581 | 
2.2.87.8 Found structures
2.2.87.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-19-cco2x3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.87.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-19-cco2x3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.88 SIM10-23-12-19-cco2x3–DV
2.2.88.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.88.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 97,470 | 410 | 410 | 1,201 | 99,901 | 
2.2.88.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.88.4 distribution of similarityEdgesByWeight

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

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

2.2.88.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,728 | 5.60199833472107 | No | 
| addItemToWork | 820 | 10,061 | 12.269512195122 | No | 
| ownsWork | 410 | 5,225 | 12.7439024390244 | No | 
| init | 203 | 36,023 | 177.453201970443 | No | 
| searchAndConnect | 201 | 2,062,585 | 10261.6169154229 | Yes | 
| individualCycleSearch | 64 | 7 | 0.109375 | Yes | 
| getWorks | 32 | 9,891 | 309.09375 | No | 
| cycleSearch | 31 | 18,791 | 606.161290322581 | Yes | 
| getWorksItems | 18 | 27 | 1.5 | Yes | 
| Total | 327 | 2,099,929 | 
2.2.88.8 Found structures
2.2.88.8.1 Cycles
Number of cycles found: 12
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-19-cco2x3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.88.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-19-cco2x3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.89 SIM10-23-02-59-e2aY7i–CV
2.2.89.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 5 | 1 | 
2.2.89.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 23,940 | 210 | 210 | 200 | 24,770 | 
2.2.89.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.89.4 distribution of similarityEdgesByWeight

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

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

2.2.89.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 626,978 | 7.12555972269576 | No | 
| existsSimilarity | 87,990 | 563,461 | 6.40369360154563 | No | 
| similarityEdges | 87,990 | 559,835 | 6.36248437322423 | No | 
| connect | 8,987 | 61,656 | 6.86057638811617 | Yes | 
| connectAllSimilar | 420 | 627,847 | 1494.87380952381 | Yes | 
| init | 203 | 28,246 | 139.142857142857 | No | 
| Total | 9,415 | 691,216 | 
2.2.89.8 Found structures
2.2.89.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-59-e2aY7i--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.89.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-59-e2aY7i--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.90 SIM10-23-02-59-e2aY7i–DV
2.2.90.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 5 | 1 | 
2.2.90.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 5,966 | 210 | 210 | 200 | 6,796 | 
2.2.90.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.90.4 distribution of similarityEdgesByWeight

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

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

2.2.90.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 85,399 | 23.7219444444444 | Yes | 
| 3 | getWorks | 3,600 | 345,793 | 96.0536111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 88 | 0.0244444444444444 | Yes | 
| 6 | addItemToWork | 420 | 7,765 | 18.4880952380952 | No | 
| 7 | ownsWork | 210 | 3,078 | 14.6571428571429 | No | 
| 8 | init | 203 | 31,274 | 154.059113300493 | No | 
| 9 | searchAndConnect | 201 | 123,050 | 612.189054726368 | Yes | 
| 10 | knowsAgent | 200 | 3,625 | 18.125 | No | 
| 1 | Total | 14,601 | 320,365 | 
2.2.90.8 Found structures
2.2.90.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-59-e2aY7i--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.90.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-59-e2aY7i--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.91 SIM10-23-04-10-ks5EYS–CV
2.2.91.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.91.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,428 | 210 | 210 | 1,201 | 27,259 | 
2.2.91.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.91.4 distribution of similarityEdgesByWeight

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

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

2.2.91.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 634,333 | 7.20914876690533 | No | 
| existsSimilarity | 87,990 | 632,428 | 7.18749857938402 | No | 
| similarityEdges | 87,990 | 627,931 | 7.13639049892033 | No | 
| connectAllSimilar | 420 | 635,143 | 1512.24523809524 | Yes | 
| init | 203 | 26,170 | 128.916256157635 | No | 
| connect | 107 | 338 | 3.1588785046729 | Yes | 
| Total | 535 | 636,959 | 
2.2.91.8 Found structures
2.2.91.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-10-ks5EYS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.91.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-10-ks5EYS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.92 SIM10-23-04-10-ks5EYS–DV
2.2.92.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.92.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 25,214 | 210 | 210 | 1,201 | 27,045 | 
2.2.92.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.92.4 distribution of similarityEdgesByWeight

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

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

2.2.92.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,127 | 5.10158201498751 | No | 
| addItemToWork | 420 | 15,091 | 35.9309523809524 | No | 
| ownsWork | 210 | 6,191 | 29.4809523809524 | No | 
| init | 203 | 28,213 | 138.980295566502 | No | 
| searchAndConnect | 201 | 576,266 | 2866.99502487562 | Yes | 
| cycleSearch | 19 | 5,836 | 307.157894736842 | Yes | 
| getWorks | 19 | 3,530 | 185.789473684211 | No | 
| individualCycleSearch | 19 | 6 | 0.315789473684211 | Yes | 
| getWorksItems | 18 | 261 | 14.5 | Yes | 
| Total | 266 | 590,356 | 
2.2.92.8 Found structures
2.2.92.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-10-ks5EYS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.92.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-10-ks5EYS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.93 SIM10-23-06-11-CGgrt3–CV
2.2.93.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 5 | 2 | 
2.2.93.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 92,774 | 410 | 410 | 200 | 94,204 | 
2.2.93.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.93.4 distribution of similarityEdgesByWeight

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

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

2.2.93.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 335,790 | 3,446,823 | 10.2648172965246 | No | 
| existsSimilarity | 335,790 | 3,120,304 | 9.29242681437803 | No | 
| similarityEdges | 335,790 | 3,100,015 | 9.23200512224902 | No | 
| connect | 36,014 | 318,952 | 8.85633364802577 | Yes | 
| connectAllSimilar | 820 | 3,450,768 | 4208.25365853659 | Yes | 
| init | 203 | 34,469 | 169.79802955665 | No | 
| Total | 36,842 | 3,773,033 | 
2.2.93.8 Found structures
2.2.93.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-06-11-CGgrt3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.93.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-06-11-CGgrt3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.94 SIM10-23-06-11-CGgrt3–DV
2.2.94.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 10 | 1 | 5 | 2 | 
2.2.94.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 20,746 | 410 | 410 | 200 | 22,176 | 
2.2.94.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.94.4 distribution of similarityEdgesByWeight

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

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

2.2.94.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 60,869 | 16.9080555555556 | Yes | 
| 3 | getWorks | 3,600 | 388,334 | 107.870555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 88 | 0.0244444444444444 | Yes | 
| 6 | addItemToWork | 820 | 29,378 | 35.8268292682927 | No | 
| 7 | ownsWork | 410 | 11,632 | 28.3707317073171 | No | 
| 8 | init | 203 | 33,593 | 165.48275862069 | No | 
| 9 | searchAndConnect | 201 | 361,563 | 1798.82089552239 | Yes | 
| 10 | knowsAgent | 200 | 4,166 | 20.83 | No | 
| 1 | Total | 14,601 | 459,492 | 
2.2.94.8 Found structures
2.2.94.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-06-11-CGgrt3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.94.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-06-11-CGgrt3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.95 SIM10-23-08-10-FBXpYD–CV
2.2.95.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.95.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 94,924 | 410 | 410 | 1,201 | 97,355 | 
2.2.95.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.95.4 distribution of similarityEdgesByWeight

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

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

2.2.95.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,012 | 3,597,444 | 11.0009540934278 | No | 
| existsSimilarity | 327,012 | 3,585,813 | 10.9653865913177 | No | 
| similarityEdges | 327,012 | 3,560,381 | 10.887615744988 | No | 
| connectAllSimilar | 687 | 3,600,792 | 5241.32751091703 | Yes | 
| connect | 366 | 4,780 | 13.0601092896175 | Yes | 
| init | 203 | 28,850 | 142.118226600985 | No | 
| cycleSearch | 28 | 1,304 | 46.5714285714286 | Yes | 
| getWorks | 27 | 1,007 | 37.2962962962963 | Yes | 
| Total | 1,114 | 3,611,604 | 
2.2.95.8 Found structures
2.2.95.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-08-10-FBXpYD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.95.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-08-10-FBXpYD--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.96 SIM10-23-08-10-FBXpYD–DV
2.2.96.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.96.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 94,178 | 410 | 410 | 1,201 | 96,609 | 
2.2.96.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.96.4 distribution of similarityEdgesByWeight

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

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

2.2.96.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,226 | 5.18401332223147 | No | 
| addItemToWork | 820 | 28,475 | 34.7256097560976 | No | 
| ownsWork | 410 | 13,408 | 32.7024390243902 | No | 
| init | 203 | 32,555 | 160.369458128079 | No | 
| searchAndConnect | 201 | 2,005,449 | 9977.35820895522 | Yes | 
| individualCycleSearch | 58 | 1 | 0.0172413793103448 | Yes | 
| getWorks | 32 | 7,299 | 228.09375 | No | 
| cycleSearch | 31 | 2,395 | 77.258064516129 | Yes | 
| getWorksItems | 18 | 255 | 14.1666666666667 | Yes | 
| Total | 319 | 2,012,837 | 
2.2.96.8 Found structures
2.2.96.8.1 Cycles
Number of cycles found: 11
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-08-10-FBXpYD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.96.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-08-10-FBXpYD--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.97 SIM10-23-02-51-PH7Bze–CV
2.2.97.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 10 | 1 | 
2.2.97.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 28,504 | 220 | 220 | 200 | 29,364 | 
2.2.97.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.97.4 distribution of similarityEdgesByWeight

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

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

2.2.97.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 879,006 | 9.10132532615448 | No | 
| existsSimilarity | 96,580 | 865,926 | 8.96589355974322 | No | 
| similarityEdges | 96,580 | 860,981 | 8.91469248291572 | No | 
| connect | 1,364 | 11,276 | 8.26686217008798 | Yes | 
| connectAllSimilar | 440 | 879,948 | 1999.88181818182 | Yes | 
| init | 203 | 33,369 | 164.379310344828 | No | 
| Total | 1,812 | 893,828 | 
2.2.97.8 Found structures
2.2.97.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-51-PH7Bze--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.97.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-51-PH7Bze--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.98 SIM10-23-02-51-PH7Bze–DV
2.2.98.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 10 | 1 | 
2.2.98.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 25,776 | 220 | 220 | 200 | 26,636 | 
2.2.98.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.98.4 distribution of similarityEdgesByWeight

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

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

2.2.98.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 450,328 | 125.091111111111 | Yes | 
| 3 | getWorks | 3,600 | 364,020 | 101.116666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 77 | 0.0213888888888889 | Yes | 
| 6 | addItemToWork | 440 | 12,259 | 27.8613636363636 | No | 
| 7 | ownsWork | 220 | 6,944 | 31.5636363636364 | No | 
| 8 | init | 203 | 32,756 | 161.35960591133 | No | 
| 9 | searchAndConnect | 201 | 609,003 | 3029.86567164179 | Yes | 
| 10 | knowsAgent | 200 | 10,139 | 50.695 | No | 
| 1 | Total | 14,601 | 2,380,296 | 
2.2.98.8 Found structures
2.2.98.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-51-PH7Bze--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.98.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-51-PH7Bze--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.99 SIM10-23-04-07-qgtYg4–CV
2.2.99.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.99.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,646 | 220 | 220 | 1,201 | 29,507 | 
2.2.99.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.99.4 distribution of similarityEdgesByWeight

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

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

2.2.99.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 872,269 | 9.03156968316422 | No | 
| existsSimilarity | 96,580 | 869,964 | 9.00770345827293 | No | 
| similarityEdges | 96,580 | 865,018 | 8.95649202733485 | No | 
| connectAllSimilar | 440 | 873,159 | 1984.45227272727 | Yes | 
| init | 203 | 31,749 | 156.399014778325 | No | 
| connect | 81 | 505 | 6.23456790123457 | Yes | 
| cycleSearch | 13 | 1,471 | 113.153846153846 | Yes | 
| getWorks | 12 | 129 | 10.75 | Yes | 
| Total | 552 | 877,673 | 
2.2.99.8 Found structures
2.2.99.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-07-qgtYg4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.99.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-07-qgtYg4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.100 SIM10-23-04-07-qgtYg4–DV
2.2.100.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.100.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,484 | 220 | 220 | 1,201 | 29,345 | 
2.2.100.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.100.4 distribution of similarityEdgesByWeight

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

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

2.2.100.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,369 | 5.30308076602831 | No | 
| addItemToWork | 440 | 3,213 | 7.30227272727273 | No | 
| ownsWork | 220 | 1,460 | 6.63636363636364 | No | 
| init | 203 | 35,831 | 176.507389162562 | No | 
| searchAndConnect | 201 | 857,563 | 4266.48258706468 | Yes | 
| getWorksItems | 38 | 841 | 22.1315789473684 | Yes | 
| individualCycleSearch | 27 | 0 | 0 | Yes | 
| getWorks | 16 | 3,663 | 228.9375 | No | 
| cycleSearch | 15 | 7,019 | 467.933333333333 | Yes | 
| Total | 286 | 873,122 | 
2.2.100.8 Found structures
2.2.100.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-07-qgtYg4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.100.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-07-qgtYg4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.101 SIM10-23-09-01-jyprY3–CV
2.2.101.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 10 | 2 | 
2.2.101.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 94,784 | 420 | 420 | 200 | 96,244 | 
2.2.101.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.101.4 distribution of similarityEdgesByWeight

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

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

2.2.101.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 279,227 | 3,597,159 | 12.8825615001415 | No | 
| 2 | existsSimilarity | 279,227 | 3,503,851 | 12.5483961078262 | No | 
| 3 | similarityEdges | 279,227 | 3,482,786 | 12.4729556955452 | No | 
| 4 | connect | 6,701 | 87,279 | 13.0247724220266 | Yes | 
| 6 | cycleSearch | 3,600 | 199,269 | 55.3525 | Yes | 
| 7 | getWorks | 3,600 | 398,169 | 110.6025 | Yes | 
| 8 | individualCycleSearch | 3,600 | 73 | 0.0202777777777778 | Yes | 
| 10 | connectAllSimilar | 457 | 3,600,197 | 7877.89277899344 | Yes | 
| 11 | Total | 25,158 | 4,410,023 | 
2.2.101.8 Found structures
2.2.101.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-01-jyprY3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.101.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-01-jyprY3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.102 SIM10-23-09-01-jyprY3–DV
2.2.102.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 10 | 2 | 
2.2.102.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 81,382 | 420 | 420 | 200 | 82,842 | 
2.2.102.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.102.4 distribution of similarityEdgesByWeight

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

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

2.2.102.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 109,635 | 30.4541666666667 | Yes | 
| 3 | getWorks | 3,600 | 388,834 | 108.009444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 95 | 0.0263888888888889 | Yes | 
| 6 | addItemToWork | 840 | 32,358 | 38.5214285714286 | No | 
| 7 | ownsWork | 420 | 10,258 | 24.4238095238095 | No | 
| 8 | init | 203 | 36,074 | 177.704433497537 | No | 
| 9 | searchAndConnect | 201 | 1,931,645 | 9610.17412935323 | Yes | 
| 10 | knowsAgent | 200 | 11,874 | 59.37 | No | 
| 1 | Total | 14,601 | 2,090,345 | 
2.2.102.8 Found structures
2.2.102.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-01-jyprY3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.102.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-09-01-jyprY3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.103 SIM10-24-12-03-cNQi4t–CV
2.2.103.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.103.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 100,856 | 420 | 420 | 1,201 | 103,317 | 
2.2.103.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.103.4 distribution of similarityEdgesByWeight

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

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

2.2.103.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 263,549 | 3,600,497 | 13.6615847527405 | No | 
| existsSimilarity | 263,549 | 3,592,462 | 13.6310970635442 | No | 
| similarityEdges | 263,549 | 3,570,936 | 13.5494196525124 | No | 
| connectAllSimilar | 418 | 3,603,211 | 8620.12200956938 | Yes | 
| connect | 210 | 2,518 | 11.9904761904762 | Yes | 
| init | 203 | 38,223 | 188.290640394089 | No | 
| cycleSearch | 59 | 10,380 | 175.932203389831 | Yes | 
| getWorks | 58 | 827 | 14.2586206896552 | Yes | 
| Total | 751 | 3,621,288 | 
2.2.103.8 Found structures
2.2.103.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-03-cNQi4t--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.103.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-03-cNQi4t--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.104 SIM10-24-12-03-cNQi4t–DV
2.2.104.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.104.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 100,402 | 420 | 420 | 1,201 | 102,863 | 
2.2.104.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.104.4 distribution of similarityEdgesByWeight

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

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

2.2.104.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 9,285 | 7.73105745212323 | No | 
| addItemToWork | 840 | 22,100 | 26.3095238095238 | No | 
| ownsWork | 420 | 18,356 | 43.7047619047619 | No | 
| init | 203 | 38,832 | 191.290640394089 | No | 
| searchAndConnect | 201 | 2,421,868 | 12049.0945273632 | Yes | 
| individualCycleSearch | 75 | 8 | 0.106666666666667 | Yes | 
| getWorksItems | 38 | 466 | 12.2631578947368 | Yes | 
| getWorks | 18 | 9,310 | 517.222222222222 | No | 
| cycleSearch | 17 | 30,819 | 1812.88235294118 | Yes | 
| Total | 339 | 2,480,324 | 
2.2.104.8 Found structures
2.2.104.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-03-cNQi4t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.104.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-12-03-cNQi4t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.105 SIM10-23-04-23-DxNrcL–CV
2.2.105.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 30 | 1 | 
2.2.105.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,852 | 220 | 220 | 200 | 28,712 | 
2.2.105.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.105.4 distribution of similarityEdgesByWeight

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

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

2.2.105.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 888,358 | 9.19815696831642 | No | 
| existsSimilarity | 96,580 | 885,138 | 9.1648167322427 | No | 
| similarityEdges | 96,580 | 880,121 | 9.1128701594533 | No | 
| connectAllSimilar | 440 | 889,205 | 2020.92045454545 | Yes | 
| init | 203 | 37,300 | 183.743842364532 | No | 
| connect | 94 | 1,439 | 15.3085106382979 | Yes | 
| cycleSearch | 8 | 474 | 59.25 | Yes | 
| getWorks | 7 | 48 | 6.85714285714286 | Yes | 
| Total | 555 | 893,475 | 
2.2.105.8 Found structures
2.2.105.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-23-DxNrcL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.105.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-23-DxNrcL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.106 SIM10-23-04-23-DxNrcL–DV
2.2.106.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 30 | 1 | 
2.2.106.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,664 | 220 | 220 | 200 | 28,524 | 
2.2.106.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.106.4 distribution of similarityEdgesByWeight

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

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

2.2.106.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 440 | 8,129 | 18.475 | No | 
| ownsWork | 220 | 2,555 | 11.6136363636364 | No | 
| init | 203 | 35,800 | 176.354679802956 | No | 
| searchAndConnect | 201 | 689,552 | 3430.60696517413 | Yes | 
| knowsAgent | 200 | 5,494 | 27.47 | No | 
| getWorksItems | 38 | 470 | 12.3684210526316 | Yes | 
| individualCycleSearch | 23 | 0 | 0 | Yes | 
| getWorks | 17 | 2,535 | 149.117647058824 | No | 
| cycleSearch | 16 | 10,097 | 631.0625 | Yes | 
| Total | 284 | 710,431 | 
2.2.106.8 Found structures
2.2.106.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-23-DxNrcL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.106.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-23-DxNrcL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.107 SIM10-23-04-40-8aEavS–CV
2.2.107.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.107.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,718 | 220 | 220 | 1,201 | 29,579 | 
2.2.107.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.107.4 distribution of similarityEdgesByWeight

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

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

2.2.107.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 948,465 | 9.82051149306275 | No | 
| existsSimilarity | 96,580 | 946,405 | 9.79918202526403 | No | 
| similarityEdges | 96,580 | 941,523 | 9.74863325740319 | No | 
| connectAllSimilar | 440 | 949,328 | 2157.56363636364 | Yes | 
| init | 203 | 38,119 | 187.778325123153 | No | 
| connect | 83 | 322 | 3.87951807228916 | Yes | 
| cycleSearch | 13 | 2,679 | 206.076923076923 | Yes | 
| getWorks | 12 | 25 | 2.08333333333333 | Yes | 
| Total | 555 | 955,179 | 
2.2.107.8 Found structures
2.2.107.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-40-8aEavS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.107.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-40-8aEavS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.108 SIM10-23-04-40-8aEavS–DV
2.2.108.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.108.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,552 | 220 | 220 | 1,201 | 29,413 | 
2.2.108.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.108.4 distribution of similarityEdgesByWeight

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

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

2.2.108.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 7,206 | 6 | No | 
| addItemToWork | 440 | 16,206 | 36.8318181818182 | No | 
| ownsWork | 220 | 6,448 | 29.3090909090909 | No | 
| init | 203 | 42,275 | 208.251231527094 | No | 
| searchAndConnect | 201 | 820,789 | 4083.52736318408 | Yes | 
| getWorksItems | 38 | 453 | 11.9210526315789 | Yes | 
| individualCycleSearch | 26 | 1 | 0.0384615384615385 | Yes | 
| getWorks | 16 | 6,121 | 382.5625 | No | 
| cycleSearch | 15 | 6,448 | 429.866666666667 | Yes | 
| Total | 286 | 835,313 | 
2.2.108.8 Found structures
2.2.108.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-40-8aEavS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.108.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-40-8aEavS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.109 SIM10-24-01-05-FxbsL8–CV
2.2.109.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 30 | 2 | 
2.2.109.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 100,386 | 420 | 420 | 200 | 101,846 | 
2.2.109.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.109.4 distribution of similarityEdgesByWeight

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

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

2.2.109.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 243,102 | 3,602,602 | 14.8193021859137 | No | 
| existsSimilarity | 243,102 | 3,594,740 | 14.7869618514039 | No | 
| similarityEdges | 243,102 | 3,574,598 | 14.7041077407837 | No | 
| connectAllSimilar | 372 | 3,605,133 | 9691.21774193548 | Yes | 
| connect | 210 | 2,728 | 12.9904761904762 | Yes | 
| init | 203 | 42,212 | 207.940886699507 | No | 
| cycleSearch | 61 | 10,602 | 173.803278688525 | Yes | 
| getWorks | 60 | 822 | 13.7 | Yes | 
| Total | 709 | 3,623,612 | 
2.2.109.8 Found structures
2.2.109.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-05-FxbsL8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.109.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-05-FxbsL8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.110 SIM10-24-01-05-FxbsL8–DV
2.2.110.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 30 | 2 | 
2.2.110.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 99,966 | 420 | 420 | 200 | 101,426 | 
2.2.110.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.110.4 distribution of similarityEdgesByWeight

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

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

2.2.110.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 840 | 30,277 | 36.0440476190476 | No | 
| ownsWork | 420 | 9,475 | 22.5595238095238 | No | 
| init | 203 | 46,743 | 230.261083743842 | No | 
| searchAndConnect | 201 | 2,444,426 | 12161.3233830846 | Yes | 
| knowsAgent | 200 | 3,911 | 19.555 | No | 
| individualCycleSearch | 73 | 0 | 0 | Yes | 
| getWorksItems | 38 | 120 | 3.15789473684211 | Yes | 
| getWorks | 14 | 12,071 | 862.214285714286 | No | 
| cycleSearch | 13 | 9,305 | 715.769230769231 | Yes | 
| Total | 332 | 2,460,039 | 
2.2.110.8 Found structures
2.2.110.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-05-FxbsL8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.110.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-01-05-FxbsL8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.111 SIM10-24-02-08-k6U7eM–CV
2.2.111.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.111.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 99,366 | 420 | 420 | 1,201 | 101,827 | 
2.2.111.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.111.4 distribution of similarityEdgesByWeight

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

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

2.2.111.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 250,905 | 3,598,466 | 14.3419461549192 | No | 
| existsSimilarity | 250,905 | 3,590,618 | 14.3106673840697 | No | 
| similarityEdges | 250,905 | 3,569,402 | 14.2261094836691 | No | 
| connectAllSimilar | 389 | 3,601,089 | 9257.29820051414 | Yes | 
| init | 202 | 23,416 | 115.920792079208 | No | 
| connect | 183 | 2,542 | 13.8907103825137 | Yes | 
| cycleSearch | 68 | 12,263 | 180.338235294118 | Yes | 
| getWorks | 67 | 980 | 14.6268656716418 | Yes | 
| Total | 713 | 3,621,427 | 
2.2.111.8 Found structures
2.2.111.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-08-k6U7eM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.111.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-08-k6U7eM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.112 SIM10-24-02-08-k6U7eM–DV
2.2.112.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.112.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 99,000 | 420 | 420 | 1,201 | 101,461 | 
2.2.112.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.112.4 distribution of similarityEdgesByWeight

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

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

2.2.112.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 8,039 | 6.69358867610325 | No | 
| addItemToWork | 840 | 34,109 | 40.6059523809524 | No | 
| ownsWork | 420 | 20,603 | 49.0547619047619 | No | 
| init | 203 | 39,712 | 195.625615763547 | No | 
| searchAndConnect | 201 | 2,587,704 | 12874.1492537313 | Yes | 
| individualCycleSearch | 84 | 1 | 0.0119047619047619 | Yes | 
| getWorksItems | 38 | 456 | 12 | Yes | 
| getWorks | 18 | 22,644 | 1258 | No | 
| cycleSearch | 17 | 35,705 | 2100.29411764706 | Yes | 
| Total | 350 | 2,654,016 | 
2.2.112.8 Found structures
2.2.112.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-08-k6U7eM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.112.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-24-02-08-k6U7eM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.113 SIM10-23-01-21-c288Rk–CV
2.2.113.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 5 | 1 | 
2.2.113.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 25,862 | 220 | 220 | 200 | 26,722 | 
2.2.113.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.113.4 distribution of similarityEdgesByWeight

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

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

2.2.113.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 96,580 | 804,138 | 8.32613377510872 | No | 
| 2 | existsSimilarity | 96,580 | 714,303 | 7.39597225098364 | No | 
| 3 | similarityEdges | 96,580 | 710,059 | 7.35202940567405 | No | 
| 4 | connect | 9,836 | 87,805 | 8.9269011793412 | Yes | 
| 5 | connectAllSimilar | 440 | 805,194 | 1829.98636363636 | Yes | 
| 6 | init | 203 | 32,897 | 162.054187192118 | No | 
| 9 | cycleSearch | 2 | 303 | 151.5 | Yes | 
| 10 | getWorks | 2 | 4 | 2 | Yes | 
| 11 | Total | 10,287 | 895,314 | 
2.2.113.8 Found structures
2.2.113.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-21-c288Rk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.113.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-21-c288Rk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.114 SIM10-23-01-21-c288Rk–DV
2.2.114.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 5 | 1 | 
2.2.114.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 6,190 | 220 | 220 | 200 | 7,050 | 
2.2.114.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.114.4 distribution of similarityEdgesByWeight

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

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

2.2.114.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 106,106 | 29.4738888888889 | Yes | 
| 3 | getWorks | 3,600 | 353,244 | 98.1233333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 79 | 0.0219444444444444 | Yes | 
| 6 | addItemToWork | 440 | 5,360 | 12.1818181818182 | No | 
| 7 | ownsWork | 220 | 4,352 | 19.7818181818182 | No | 
| 8 | init | 203 | 33,279 | 163.935960591133 | No | 
| 9 | searchAndConnect | 201 | 180,472 | 897.870646766169 | Yes | 
| 10 | knowsAgent | 200 | 8,935 | 44.675 | No | 
| 1 | Total | 14,601 | 326,644 | 
2.2.114.8 Found structures
2.2.114.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-21-c288Rk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.114.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-21-c288Rk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.115 SIM10-23-02-36-aHCq6m–CV
2.2.115.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.115.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,672 | 220 | 220 | 1,201 | 29,533 | 
2.2.115.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.115.4 distribution of similarityEdgesByWeight

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

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

2.2.115.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 845,273 | 8.75205011389522 | No | 
| existsSimilarity | 96,580 | 842,252 | 8.72077034582729 | No | 
| similarityEdges | 96,580 | 837,274 | 8.66922758335059 | No | 
| connectAllSimilar | 440 | 846,201 | 1923.18409090909 | Yes | 
| init | 203 | 31,144 | 153.418719211823 | No | 
| connect | 138 | 1,205 | 8.73188405797101 | Yes | 
| cycleSearch | 8 | 1,108 | 138.5 | Yes | 
| getWorks | 7 | 44 | 6.28571428571429 | Yes | 
| Total | 599 | 850,053 | 
2.2.115.8 Found structures
2.2.115.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-36-aHCq6m--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.115.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-36-aHCq6m--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.116 SIM10-23-02-36-aHCq6m–DV
2.2.116.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.116.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 27,396 | 220 | 220 | 1,201 | 29,257 | 
2.2.116.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
2.2.116.4 distribution of similarityEdgesByWeight

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

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

2.2.116.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 7,312 | 6.08825978351374 | No | 
| addItemToWork | 440 | 22,912 | 52.0727272727273 | No | 
| ownsWork | 220 | 7,549 | 34.3136363636364 | No | 
| init | 203 | 34,682 | 170.847290640394 | No | 
| searchAndConnect | 201 | 642,306 | 3195.55223880597 | Yes | 
| getWorksItems | 38 | 230 | 6.05263157894737 | Yes | 
| individualCycleSearch | 23 | 0 | 0 | Yes | 
| getWorks | 17 | 3,588 | 211.058823529412 | No | 
| cycleSearch | 16 | 11,045 | 690.3125 | Yes | 
| Total | 286 | 664,826 | 
2.2.116.8 Found structures
2.2.116.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-36-aHCq6m--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.116.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-36-aHCq6m--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.117 SIM10-23-04-57-KHBUXb–CV
2.2.117.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 5 | 2 | 
2.2.117.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 86,364 | 420 | 420 | 200 | 87,824 | 
2.2.117.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.117.4 distribution of similarityEdgesByWeight

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

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

2.2.117.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 307,230 | 3,597,038 | 11.7079647169873 | No | 
| 2 | existsSimilarity | 307,230 | 3,215,117 | 10.4648536926732 | No | 
| 3 | similarityEdges | 307,230 | 3,196,152 | 10.403124694854 | No | 
| 4 | connect | 33,208 | 375,034 | 11.2934834979523 | Yes | 
| 6 | cycleSearch | 3,600 | 465,866 | 129.407222222222 | Yes | 
| 7 | getWorks | 3,600 | 379,442 | 105.400555555556 | Yes | 
| 8 | individualCycleSearch | 3,600 | 61 | 0.0169444444444444 | Yes | 
| 10 | connectAllSimilar | 539 | 3,600,667 | 6680.27272727273 | Yes | 
| 11 | Total | 51,747 | 6,164,509 | 
2.2.117.8 Found structures
2.2.117.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-57-KHBUXb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.117.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-57-KHBUXb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.118 SIM10-23-04-57-KHBUXb–DV
2.2.118.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 20 | 1 | 5 | 2 | 
2.2.118.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 19,948 | 420 | 420 | 200 | 21,408 | 
2.2.118.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.118.4 distribution of similarityEdgesByWeight

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

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

2.2.118.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 118,269 | 32.8525 | Yes | 
| 3 | getWorks | 3,600 | 380,551 | 105.708611111111 | No | 
| 4 | individualCycleSearch | 3,600 | 75 | 0.0208333333333333 | Yes | 
| 6 | addItemToWork | 840 | 17,545 | 20.8869047619048 | No | 
| 7 | ownsWork | 420 | 8,187 | 19.4928571428571 | No | 
| 8 | init | 203 | 37,362 | 184.049261083744 | No | 
| 9 | searchAndConnect | 201 | 390,046 | 1940.52736318408 | Yes | 
| 10 | knowsAgent | 200 | 9,992 | 49.96 | No | 
| 1 | Total | 14,601 | 552,898 | 
2.2.118.8 Found structures
2.2.118.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-57-KHBUXb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.118.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-04-57-KHBUXb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.119 SIM10-23-07-59-e5EgPX–CV
2.2.119.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.119.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 100,688 | 420 | 420 | 1,201 | 103,149 | 
2.2.119.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.119.4 distribution of similarityEdgesByWeight

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

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

2.2.119.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 273,377 | 3,600,524 | 13.1705447056629 | No | 
| existsSimilarity | 273,377 | 3,590,047 | 13.132220340409 | No | 
| similarityEdges | 273,377 | 3,568,334 | 13.0527952241776 | No | 
| connectAllSimilar | 442 | 3,603,399 | 8152.48642533937 | Yes | 
| connect | 308 | 4,808 | 15.6103896103896 | Yes | 
| init | 203 | 34,923 | 172.034482758621 | No | 
| cycleSearch | 52 | 8,695 | 167.211538461538 | Yes | 
| getWorks | 51 | 675 | 13.2352941176471 | Yes | 
| Total | 859 | 3,621,448 | 
2.2.119.8 Found structures
2.2.119.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-07-59-e5EgPX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.119.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-07-59-e5EgPX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.120 SIM10-23-07-59-e5EgPX–DV
2.2.120.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.120.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 100,072 | 420 | 420 | 1,201 | 102,533 | 
2.2.120.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
2.2.120.4 distribution of similarityEdgesByWeight

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

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

2.2.120.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,254 | 5.20732722731057 | No | 
| addItemToWork | 840 | 30,535 | 36.3511904761905 | No | 
| ownsWork | 420 | 17,128 | 40.7809523809524 | No | 
| init | 203 | 36,182 | 178.23645320197 | No | 
| searchAndConnect | 201 | 2,137,016 | 10631.92039801 | Yes | 
| individualCycleSearch | 76 | 2 | 0.0263157894736842 | Yes | 
| getWorksItems | 38 | 819 | 21.5526315789474 | Yes | 
| getWorks | 26 | 15,053 | 578.961538461538 | No | 
| cycleSearch | 25 | 26,273 | 1050.92 | Yes | 
| Total | 358 | 2,198,592 | 
2.2.120.8 Found structures
2.2.120.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-07-59-e5EgPX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.120.8.2 Paths
Number of paths found: 10
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-07-59-e5EgPX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.121 SIM10-22-07-58-vctL7y–CV
2.2.121.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 10 | 1 | 
2.2.121.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 23,716 | 205 | 205 | 200 | 24,531 | 
2.2.121.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.121.4 distribution of similarityEdgesByWeight

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

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

2.2.121.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 523,638 | 6.24530979784126 | No | 
| existsSimilarity | 83,845 | 506,285 | 6.03834456437474 | No | 
| similarityEdges | 83,845 | 502,424 | 5.99229530681615 | No | 
| connect | 2,618 | 15,801 | 6.03552330022918 | Yes | 
| connectAllSimilar | 410 | 524,500 | 1279.26829268293 | Yes | 
| init | 203 | 23,828 | 117.379310344828 | No | 
| Total | 3,036 | 541,799 | 
2.2.121.8 Found structures
2.2.121.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-58-vctL7y--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.121.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-58-vctL7y--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.122 SIM10-22-07-58-vctL7y–DV
2.2.122.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 10 | 1 | 
2.2.122.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 18,480 | 205 | 205 | 200 | 19,295 | 
2.2.122.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.122.4 distribution of similarityEdgesByWeight

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

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

2.2.122.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 4,222 | 10.2975609756098 | No | 
| 2 | ownsWork | 205 | 3,004 | 14.6536585365854 | No | 
| 3 | init | 203 | 24,392 | 120.15763546798 | No | 
| 4 | searchAndConnect | 201 | 352,371 | 1753.08955223881 | Yes | 
| 5 | knowsAgent | 200 | 8,342 | 41.71 | No | 
| 7 | cycleSearch | 11 | 2,035 | 185 | Yes | 
| 8 | getWorks | 11 | 1,499 | 136.272727272727 | No | 
| 9 | individualCycleSearch | 11 | 0 | 0 | Yes | 
| 11 | Total | 245 | 355,739 | 
2.2.122.8 Found structures
2.2.122.8.1 Cycles
Number of cycles found: 11
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-58-vctL7y--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.122.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-58-vctL7y--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.123 SIM10-22-08-08-QcddEa–CV
2.2.123.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.123.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,566 | 205 | 205 | 1,201 | 26,382 | 
2.2.123.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.123.4 distribution of similarityEdgesByWeight

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

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

2.2.123.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 544,746 | 6.49706005128511 | No | 
| existsSimilarity | 83,845 | 542,762 | 6.47339734033037 | No | 
| similarityEdges | 83,845 | 538,641 | 6.42424712266683 | No | 
| connectAllSimilar | 410 | 545,508 | 1330.50731707317 | Yes | 
| init | 203 | 24,190 | 119.162561576355 | No | 
| connect | 97 | 495 | 5.10309278350515 | Yes | 
| Total | 515 | 547,428 | 
2.2.123.8 Found structures
2.2.123.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-QcddEa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.123.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-QcddEa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.124 SIM10-22-08-08-QcddEa–DV
2.2.124.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.124.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,372 | 205 | 205 | 1,201 | 26,188 | 
2.2.124.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.124.4 distribution of similarityEdgesByWeight

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

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

2.2.124.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 5,607 | 4.66860949208993 | No | 
| 2 | addItemToWork | 410 | 5,153 | 12.5682926829268 | No | 
| 3 | ownsWork | 205 | 4,312 | 21.0341463414634 | No | 
| 4 | init | 203 | 25,861 | 127.394088669951 | No | 
| 5 | searchAndConnect | 201 | 545,824 | 2715.54228855721 | Yes | 
| 7 | cycleSearch | 17 | 1,005 | 59.1176470588235 | Yes | 
| 8 | getWorks | 17 | 2,587 | 152.176470588235 | No | 
| 9 | individualCycleSearch | 17 | 0 | 0 | Yes | 
| 11 | Total | 269 | 549,210 | 
2.2.124.8 Found structures
2.2.124.8.1 Cycles
Number of cycles found: 17
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-QcddEa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.124.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-QcddEa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.125 SIM10-22-11-19-Xi98Nq–CV
2.2.125.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 10 | 2 | 
2.2.125.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 92,018 | 405 | 405 | 200 | 93,433 | 
2.2.125.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.125.4 distribution of similarityEdgesByWeight

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

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

2.2.125.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 3,063,481 | 9.35000076302095 | No | 
| existsSimilarity | 327,645 | 2,981,200 | 9.09887225503212 | No | 
| similarityEdges | 327,645 | 2,957,202 | 9.02562834775443 | No | 
| connect | 8,117 | 75,396 | 9.28865344339042 | Yes | 
| connectAllSimilar | 810 | 3,066,833 | 3786.21358024691 | Yes | 
| init | 203 | 26,700 | 131.527093596059 | No | 
| Total | 8,935 | 3,144,974 | 
2.2.125.8 Found structures
2.2.125.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-19-Xi98Nq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.125.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-19-Xi98Nq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.126 SIM10-22-11-19-Xi98Nq–DV
2.2.126.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 10 | 2 | 
2.2.126.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 75,784 | 405 | 405 | 200 | 77,199 | 
2.2.126.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.126.4 distribution of similarityEdgesByWeight

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

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

2.2.126.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 810 | 23,507 | 29.020987654321 | No | 
| ownsWork | 405 | 13,149 | 32.4666666666667 | No | 
| init | 203 | 26,693 | 131.492610837438 | No | 
| searchAndConnect | 201 | 1,313,865 | 6536.64179104478 | Yes | 
| knowsAgent | 200 | 4,543 | 22.715 | No | 
| cycleSearch | 39 | 6,412 | 164.410256410256 | Yes | 
| getWorks | 39 | 6,399 | 164.076923076923 | No | 
| individualCycleSearch | 39 | 0 | 0 | Yes | 
| Total | 329 | 1,326,079 | 
2.2.126.8 Found structures
2.2.126.8.1 Cycles
Number of cycles found: 25
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-19-Xi98Nq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.126.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-11-19-Xi98Nq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.127 SIM10-23-12-12-upfKnL–CV
2.2.127.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.127.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 93,636 | 405 | 405 | 1,201 | 96,052 | 
2.2.127.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.127.4 distribution of similarityEdgesByWeight

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

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

2.2.127.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 3,194,209 | 9.74899357536358 | No | 
| existsSimilarity | 327,645 | 3,185,104 | 9.72120435227151 | No | 
| similarityEdges | 327,645 | 3,159,857 | 9.64414839231485 | No | 
| connectAllSimilar | 810 | 3,197,528 | 3947.56543209877 | Yes | 
| connect | 257 | 2,324 | 9.04280155642023 | Yes | 
| init | 203 | 26,127 | 128.704433497537 | No | 
| Total | 1,075 | 3,203,553 | 
2.2.127.8 Found structures
2.2.127.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-12-upfKnL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.127.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-12-upfKnL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.128 SIM10-23-12-12-upfKnL–DV
2.2.128.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.128.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 93,098 | 405 | 405 | 1,201 | 95,514 | 
2.2.128.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.128.4 distribution of similarityEdgesByWeight

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

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

2.2.128.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 5,862 | 4.88093255620316 | No | 
| addItemToWork | 810 | 30,604 | 37.7827160493827 | No | 
| ownsWork | 405 | 11,137 | 27.4987654320988 | No | 
| init | 203 | 29,445 | 145.049261083744 | No | 
| searchAndConnect | 201 | 1,746,963 | 8691.35820895522 | Yes | 
| cycleSearch | 49 | 11,916 | 243.183673469388 | Yes | 
| getWorks | 49 | 8,605 | 175.612244897959 | No | 
| individualCycleSearch | 49 | 0 | 0 | Yes | 
| Total | 341 | 1,769,762 | 
2.2.128.8 Found structures
2.2.128.8.1 Cycles
Number of cycles found: 21
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-12-upfKnL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.128.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-12-12-upfKnL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.129 SIM10-22-08-18-dmjdkv–CV
2.2.129.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 30 | 1 | 
2.2.129.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 23,828 | 205 | 205 | 200 | 24,643 | 
2.2.129.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.129.4 distribution of similarityEdgesByWeight

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

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

2.2.129.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 543,849 | 6.48636173892301 | No | 
| existsSimilarity | 83,845 | 542,168 | 6.46631283916751 | No | 
| similarityEdges | 83,845 | 538,072 | 6.41746079074483 | No | 
| connectAllSimilar | 410 | 544,592 | 1328.27317073171 | Yes | 
| init | 203 | 23,548 | 116 | No | 
| connect | 85 | 192 | 2.25882352941176 | Yes | 
| Total | 503 | 546,352 | 
2.2.129.8 Found structures
2.2.129.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-18-dmjdkv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.129.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-18-dmjdkv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.130 SIM10-22-08-18-dmjdkv–DV
2.2.130.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 30 | 1 | 
2.2.130.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 23,658 | 205 | 205 | 200 | 24,473 | 
2.2.130.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.130.4 distribution of similarityEdgesByWeight

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

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

2.2.130.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 410 | 10,831 | 26.4170731707317 | No | 
| ownsWork | 205 | 7,721 | 37.6634146341463 | No | 
| init | 203 | 24,613 | 121.246305418719 | No | 
| searchAndConnect | 201 | 462,607 | 2301.52736318408 | Yes | 
| knowsAgent | 200 | 4,951 | 24.755 | No | 
| cycleSearch | 14 | 3,109 | 222.071428571429 | Yes | 
| getWorks | 14 | 1,566 | 111.857142857143 | No | 
| individualCycleSearch | 14 | 0 | 0 | Yes | 
| Total | 255 | 467,809 | 
2.2.130.8 Found structures
2.2.130.8.1 Cycles
Number of cycles found: 13
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-18-dmjdkv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.130.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-18-dmjdkv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.131 SIM10-22-08-28-XpEDbq–CV
2.2.131.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.131.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,080 | 205 | 205 | 1,201 | 25,896 | 
2.2.131.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.131.4 distribution of similarityEdgesByWeight

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

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

2.2.131.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 549,434 | 6.55297274733139 | No | 
| existsSimilarity | 83,845 | 547,247 | 6.52688890214085 | No | 
| similarityEdges | 83,845 | 543,170 | 6.47826346234122 | No | 
| connectAllSimilar | 410 | 550,184 | 1341.91219512195 | Yes | 
| init | 203 | 26,048 | 128.315270935961 | No | 
| connect | 101 | 708 | 7.00990099009901 | Yes | 
| Total | 519 | 552,388 | 
2.2.131.8 Found structures
2.2.131.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-28-XpEDbq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.131.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-28-XpEDbq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.132 SIM10-22-08-28-XpEDbq–DV
2.2.132.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.132.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 23,878 | 205 | 205 | 1,201 | 25,694 | 
2.2.132.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.132.4 distribution of similarityEdgesByWeight

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

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

2.2.132.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 5,264 | 4.38301415487094 | No | 
| addItemToWork | 410 | 12,518 | 30.5317073170732 | No | 
| ownsWork | 205 | 10,292 | 50.2048780487805 | No | 
| init | 203 | 24,716 | 121.753694581281 | No | 
| searchAndConnect | 201 | 475,425 | 2365.29850746269 | Yes | 
| cycleSearch | 14 | 734 | 52.4285714285714 | Yes | 
| getWorks | 14 | 2,786 | 199 | No | 
| individualCycleSearch | 14 | 0 | 0 | Yes | 
| Total | 255 | 477,665 | 
2.2.132.8 Found structures
2.2.132.8.1 Cycles
Number of cycles found: 13
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-28-XpEDbq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.132.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-28-XpEDbq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.133 SIM10-23-01-07-9gVbkR–CV
2.2.133.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 30 | 2 | 
2.2.133.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 94,318 | 405 | 405 | 200 | 95,733 | 
2.2.133.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.133.4 distribution of similarityEdgesByWeight

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

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

2.2.133.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 3,226,510 | 9.84757893451754 | No | 
| existsSimilarity | 327,645 | 3,217,437 | 9.8198873781074 | No | 
| similarityEdges | 327,645 | 3,192,080 | 9.74249568893162 | No | 
| connectAllSimilar | 810 | 3,229,781 | 3987.38395061728 | Yes | 
| connect | 301 | 2,323 | 7.71760797342193 | Yes | 
| init | 203 | 26,565 | 130.862068965517 | No | 
| Total | 1,119 | 3,235,121 | 
2.2.133.8 Found structures
2.2.133.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-07-9gVbkR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.133.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-07-9gVbkR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.134 SIM10-23-01-07-9gVbkR–DV
2.2.134.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 30 | 2 | 
2.2.134.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 93,716 | 405 | 405 | 200 | 95,131 | 
2.2.134.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.134.4 distribution of similarityEdgesByWeight

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

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

2.2.134.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 810 | 57,267 | 70.7 | No | 
| ownsWork | 405 | 24,339 | 60.0962962962963 | No | 
| init | 203 | 28,386 | 139.832512315271 | No | 
| searchAndConnect | 201 | 1,622,173 | 8070.51243781094 | Yes | 
| knowsAgent | 200 | 3,983 | 19.915 | No | 
| cycleSearch | 44 | 15,226 | 346.045454545455 | Yes | 
| getWorks | 44 | 6,299 | 143.159090909091 | No | 
| individualCycleSearch | 44 | 1 | 0.0227272727272727 | Yes | 
| Total | 333 | 1,648,756 | 
2.2.134.8 Found structures
2.2.134.8.1 Cycles
Number of cycles found: 22
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-07-9gVbkR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.134.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-01-07-9gVbkR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.135 SIM10-23-02-03-IXwgw4–CV
2.2.135.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.135.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 92,974 | 405 | 405 | 1,201 | 95,390 | 
2.2.135.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.135.4 distribution of similarityEdgesByWeight

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

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

2.2.135.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 3,250,624 | 9.92117688351722 | No | 
| existsSimilarity | 327,645 | 3,240,364 | 9.88986250362435 | No | 
| similarityEdges | 327,645 | 3,215,350 | 9.81351767919547 | No | 
| connectAllSimilar | 810 | 3,253,979 | 4017.25802469136 | Yes | 
| connect | 275 | 3,430 | 12.4727272727273 | Yes | 
| init | 203 | 26,493 | 130.507389162562 | No | 
| Total | 1,093 | 3,261,027 | 
2.2.135.8 Found structures
2.2.135.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-03-IXwgw4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.135.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-03-IXwgw4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.136 SIM10-23-02-03-IXwgw4–DV
2.2.136.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.136.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 92,424 | 405 | 405 | 1,201 | 94,840 | 
2.2.136.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.136.4 distribution of similarityEdgesByWeight

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

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

2.2.136.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 5,107 | 4.25228975853455 | No | 
| addItemToWork | 810 | 23,318 | 28.7876543209877 | No | 
| ownsWork | 405 | 12,261 | 30.2740740740741 | No | 
| init | 203 | 29,038 | 143.044334975369 | No | 
| searchAndConnect | 201 | 1,692,876 | 8422.26865671642 | Yes | 
| cycleSearch | 50 | 1,962 | 39.24 | Yes | 
| getWorks | 50 | 6,606 | 132.12 | No | 
| individualCycleSearch | 50 | 1 | 0.02 | Yes | 
| Total | 357 | 1,698,891 | 
2.2.136.8 Found structures
2.2.136.8.1 Cycles
Number of cycles found: 28
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-03-IXwgw4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.136.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-23-02-03-IXwgw4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.137 SIM10-22-06-39-mJjrDs–CV
2.2.137.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 5 | 1 | 
2.2.137.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 23,296 | 205 | 205 | 200 | 24,111 | 
2.2.137.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.137.4 distribution of similarityEdgesByWeight

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

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

2.2.137.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 507,653 | 6.05466038523466 | No | 
| existsSimilarity | 83,845 | 454,325 | 5.418629614169 | No | 
| similarityEdges | 83,845 | 450,699 | 5.37538314747451 | No | 
| connect | 8,151 | 51,646 | 6.33615507299718 | Yes | 
| connectAllSimilar | 410 | 508,576 | 1240.42926829268 | Yes | 
| init | 203 | 23,862 | 117.546798029557 | No | 
| Total | 8,569 | 561,633 | 
2.2.137.8 Found structures
2.2.137.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-39-mJjrDs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.137.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-39-mJjrDs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.138 SIM10-22-06-39-mJjrDs–DV
2.2.138.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 5 | 1 | 
2.2.138.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 6,994 | 205 | 205 | 200 | 7,809 | 
2.2.138.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.138.4 distribution of similarityEdgesByWeight

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

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

2.2.138.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 57,740 | 16.0388888888889 | Yes | 
| 3 | getWorks | 3,600 | 219,724 | 61.0344444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 73 | 0.0202777777777778 | Yes | 
| 6 | addItemToWork | 410 | 10,415 | 25.4024390243902 | No | 
| 7 | ownsWork | 205 | 4,593 | 22.4048780487805 | No | 
| 8 | init | 203 | 24,584 | 121.103448275862 | No | 
| 9 | searchAndConnect | 201 | 111,512 | 554.786069651741 | Yes | 
| 10 | knowsAgent | 200 | 3,878 | 19.39 | No | 
| 1 | Total | 14,601 | 195,089 | 
2.2.138.8 Found structures
2.2.138.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-39-mJjrDs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.138.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-39-mJjrDs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.139 SIM10-22-07-48-e7HWBa–CV
2.2.139.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.139.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,262 | 205 | 205 | 1,201 | 26,078 | 
2.2.139.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.139.4 distribution of similarityEdgesByWeight

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

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

2.2.139.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 546,931 | 6.52312004293637 | No | 
| existsSimilarity | 83,845 | 544,794 | 6.49763253622756 | No | 
| similarityEdges | 83,845 | 540,744 | 6.44932911920806 | No | 
| connectAllSimilar | 410 | 547,706 | 1335.86829268293 | Yes | 
| init | 203 | 24,598 | 121.172413793103 | No | 
| connect | 90 | 687 | 7.63333333333333 | Yes | 
| Total | 508 | 550,117 | 
2.2.139.8 Found structures
2.2.139.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-48-e7HWBa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.139.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-48-e7HWBa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.140 SIM10-22-07-48-e7HWBa–DV
2.2.140.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.140.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 24,082 | 205 | 205 | 1,201 | 25,898 | 
2.2.140.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.140.4 distribution of similarityEdgesByWeight

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

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

2.2.140.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 6,005 | 5 | No | 
| addItemToWork | 410 | 10,192 | 24.8585365853659 | No | 
| ownsWork | 205 | 5,133 | 25.0390243902439 | No | 
| init | 203 | 26,106 | 128.600985221675 | No | 
| searchAndConnect | 201 | 507,234 | 2523.55223880597 | Yes | 
| cycleSearch | 15 | 3,367 | 224.466666666667 | Yes | 
| getWorks | 15 | 3,253 | 216.866666666667 | No | 
| individualCycleSearch | 15 | 1 | 0.0666666666666667 | Yes | 
| Total | 257 | 512,308 | 
2.2.140.8 Found structures
2.2.140.8.1 Cycles
Number of cycles found: 13
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-48-e7HWBa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.140.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-48-e7HWBa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.141 SIM10-22-08-38-IMjW2f–CV
2.2.141.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 5 | 2 | 
2.2.141.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 89,538 | 405 | 405 | 200 | 90,953 | 
2.2.141.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.141.4 distribution of similarityEdgesByWeight

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

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

2.2.141.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 2,752,990 | 8.40235620870149 | No | 
| existsSimilarity | 327,645 | 2,443,619 | 7.45812998824948 | No | 
| similarityEdges | 327,645 | 2,424,165 | 7.39875474980543 | No | 
| connect | 37,064 | 301,944 | 8.14655730628103 | Yes | 
| connectAllSimilar | 810 | 2,756,764 | 3403.41234567901 | Yes | 
| init | 203 | 24,929 | 122.802955665025 | No | 
| Total | 37,882 | 3,061,546 | 
2.2.141.8 Found structures
2.2.141.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-38-IMjW2f--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.141.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-38-IMjW2f--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.142 SIM10-22-08-38-IMjW2f–DV
2.2.142.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | random | 5 | 1 | 5 | 2 | 
2.2.142.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 15,410 | 405 | 405 | 200 | 16,825 | 
2.2.142.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.142.4 distribution of similarityEdgesByWeight

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

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

2.2.142.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 126,284 | 35.0788888888889 | Yes | 
| 3 | getWorks | 3,600 | 254,253 | 70.6258333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 70 | 0.0194444444444444 | Yes | 
| 6 | addItemToWork | 810 | 21,342 | 26.3481481481481 | No | 
| 7 | ownsWork | 405 | 8,690 | 21.4567901234568 | No | 
| 8 | init | 203 | 27,477 | 135.354679802956 | No | 
| 9 | searchAndConnect | 201 | 263,403 | 1310.46268656716 | Yes | 
| 10 | knowsAgent | 200 | 4,311 | 21.555 | No | 
| 1 | Total | 14,601 | 479,065 | 
2.2.142.8 Found structures
2.2.142.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-38-IMjW2f--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.142.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-38-IMjW2f--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.143 SIM10-22-10-25-mdgexm–CV
2.2.143.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.143.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 93,598 | 405 | 405 | 1,201 | 96,014 | 
2.2.143.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.143.4 distribution of similarityEdgesByWeight

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

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

2.2.143.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 3,114,455 | 9.50557768316318 | No | 
| existsSimilarity | 327,645 | 3,105,491 | 9.47821880388836 | No | 
| similarityEdges | 327,645 | 3,080,051 | 9.40057379175632 | No | 
| connectAllSimilar | 810 | 3,117,852 | 3849.2 | Yes | 
| connect | 339 | 2,131 | 6.28613569321534 | Yes | 
| init | 203 | 24,944 | 122.87684729064 | No | 
| Total | 1,157 | 3,123,539 | 
2.2.143.8 Found structures
2.2.143.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-25-mdgexm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.143.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-25-mdgexm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.144 SIM10-22-10-25-mdgexm–DV
2.2.144.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.144.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 92,920 | 405 | 405 | 1,201 | 95,336 | 
2.2.144.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.144.4 distribution of similarityEdgesByWeight

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

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

2.2.144.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 4,663 | 3.88259783513739 | No | 
| addItemToWork | 810 | 19,128 | 23.6148148148148 | No | 
| ownsWork | 405 | 9,953 | 24.5753086419753 | No | 
| init | 203 | 28,668 | 141.221674876847 | No | 
| searchAndConnect | 201 | 1,500,236 | 7463.86069651741 | Yes | 
| cycleSearch | 49 | 21,958 | 448.122448979592 | Yes | 
| getWorks | 49 | 8,877 | 181.163265306122 | No | 
| individualCycleSearch | 49 | 1 | 0.0204081632653061 | Yes | 
| Total | 347 | 1,539,437 | 
2.2.144.8 Found structures
2.2.144.8.1 Cycles
Number of cycles found: 22
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-25-mdgexm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.144.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-10-25-mdgexm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.145 SIM10-22-04-48-eH3CAd–CV
2.2.145.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 10 | 1 | 
2.2.145.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,446 | 60 | 60 | 50 | 2,676 | 
2.2.145.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.145.4 distribution of similarityEdgesByWeight

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

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

2.2.145.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 7,140 | 18,651 | 2.61218487394958 | No | 
| existsSimilarity | 7,140 | 18,506 | 2.59187675070028 | No | 
| similarityEdges | 7,140 | 18,256 | 2.55686274509804 | No | 
| connectAllSimilar | 120 | 18,706 | 155.883333333333 | Yes | 
| init | 53 | 8,986 | 169.547169811321 | No | 
| connect | 25 | 39 | 1.56 | Yes | 
| Total | 153 | 19,260 | 
2.2.145.8 Found structures
2.2.145.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-eH3CAd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.145.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-eH3CAd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.146 SIM10-22-04-48-eH3CAd–DV
2.2.146.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 10 | 1 | 
2.2.146.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,396 | 60 | 60 | 50 | 2,626 | 
2.2.146.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.146.4 distribution of similarityEdgesByWeight

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

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

2.2.146.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 120 | 799 | 6.65833333333333 | No | 
| 2 | ownsWork | 60 | 695 | 11.5833333333333 | No | 
| 3 | init | 53 | 9,786 | 184.641509433962 | No | 
| 4 | searchAndConnect | 51 | 13,205 | 258.921568627451 | Yes | 
| 5 | knowsAgent | 50 | 415 | 8.3 | No | 
| 6 | getWorksItems | 18 | 31 | 1.72222222222222 | Yes | 
| 9 | cycleSearch | 2 | 31 | 15.5 | Yes | 
| 10 | getWorks | 2 | 125 | 62.5 | No | 
| 11 | Total | 78 | 13,665 | 
2.2.146.8 Found structures
2.2.146.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-eH3CAd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.146.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-eH3CAd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.147 SIM10-22-04-48-gIpZ9q–CV
2.2.147.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.147.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,366 | 60 | 60 | 201 | 2,747 | 
2.2.147.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.147.4 distribution of similarityEdgesByWeight

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

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

2.2.147.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 7,140 | 18,480 | 2.58823529411765 | No | 
| existsSimilarity | 7,140 | 18,283 | 2.56064425770308 | No | 
| similarityEdges | 7,140 | 18,080 | 2.53221288515406 | No | 
| connectAllSimilar | 120 | 18,542 | 154.516666666667 | Yes | 
| init | 53 | 9,494 | 179.132075471698 | No | 
| connect | 27 | 107 | 3.96296296296296 | Yes | 
| Total | 155 | 18,852 | 
2.2.147.8 Found structures
2.2.147.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-gIpZ9q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.147.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-gIpZ9q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.148 SIM10-22-04-48-gIpZ9q–DV
2.2.148.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.148.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,312 | 60 | 60 | 201 | 2,693 | 
2.2.148.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.148.4 distribution of similarityEdgesByWeight

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

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

2.2.148.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 472 | 2.34825870646766 | No | 
| 2 | addItemToWork | 120 | 2,750 | 22.9166666666667 | No | 
| 3 | ownsWork | 60 | 794 | 13.2333333333333 | No | 
| 4 | init | 53 | 9,006 | 169.924528301887 | No | 
| 5 | searchAndConnect | 51 | 19,293 | 378.294117647059 | Yes | 
| 6 | getWorksItems | 18 | 71 | 3.94444444444444 | Yes | 
| 9 | cycleSearch | 2 | 40 | 20 | Yes | 
| 10 | getWorks | 2 | 79 | 39.5 | No | 
| 11 | Total | 78 | 19,872 | 
2.2.148.8 Found structures
2.2.148.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-gIpZ9q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.148.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-48-gIpZ9q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.149 SIM10-22-05-53-akBGZg–CV
2.2.149.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 10 | 2 | 
2.2.149.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,962 | 110 | 110 | 50 | 8,342 | 
2.2.149.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.149.4 distribution of similarityEdgesByWeight

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

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

2.2.149.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 77,872 | 3.23254462432545 | No | 
| existsSimilarity | 24,090 | 77,163 | 3.20311332503113 | No | 
| similarityEdges | 24,090 | 76,314 | 3.1678704856787 | No | 
| connectAllSimilar | 220 | 78,084 | 354.927272727273 | Yes | 
| connect | 89 | 296 | 3.32584269662921 | Yes | 
| init | 53 | 9,338 | 176.188679245283 | No | 
| Total | 317 | 78,939 | 
2.2.149.8 Found structures
2.2.149.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-53-akBGZg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.149.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-53-akBGZg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.150 SIM10-22-05-53-akBGZg–DV
2.2.150.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 10 | 2 | 
2.2.150.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,784 | 110 | 110 | 50 | 8,164 | 
2.2.150.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.150.4 distribution of similarityEdgesByWeight

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

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

2.2.150.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 1,388 | 6.30909090909091 | No | 
| 2 | ownsWork | 110 | 1,082 | 9.83636363636364 | No | 
| 3 | init | 53 | 9,268 | 174.867924528302 | No | 
| 4 | searchAndConnect | 51 | 43,308 | 849.176470588235 | Yes | 
| 5 | knowsAgent | 50 | 542 | 10.84 | No | 
| 6 | getWorksItems | 18 | 29 | 1.61111111111111 | Yes | 
| 9 | cycleSearch | 2 | 41 | 20.5 | Yes | 
| 10 | getWorks | 2 | 700 | 350 | No | 
| 11 | Total | 78 | 43,993 | 
2.2.150.8 Found structures
2.2.150.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-53-akBGZg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.150.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-53-akBGZg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.151 SIM10-22-05-55-rmJAHN–CV
2.2.151.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.151.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,828 | 110 | 110 | 201 | 8,359 | 
2.2.151.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.151.4 distribution of similarityEdgesByWeight

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

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

2.2.151.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 76,923 | 3.19315068493151 | No | 
| existsSimilarity | 24,090 | 76,288 | 3.16679119966791 | No | 
| similarityEdges | 24,090 | 75,370 | 3.12868410128684 | No | 
| connectAllSimilar | 220 | 77,125 | 350.568181818182 | Yes | 
| connect | 75 | 209 | 2.78666666666667 | Yes | 
| init | 53 | 9,364 | 176.679245283019 | No | 
| Total | 303 | 77,965 | 
2.2.151.8 Found structures
2.2.151.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-55-rmJAHN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.151.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-55-rmJAHN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.152 SIM10-22-05-55-rmJAHN–DV
2.2.152.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.152.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,678 | 110 | 110 | 201 | 8,209 | 
2.2.152.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.152.4 distribution of similarityEdgesByWeight

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

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

2.2.152.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 4,345 | 19.75 | No | 
| 2 | knowsAgent | 201 | 612 | 3.04477611940298 | No | 
| 3 | ownsWork | 110 | 2,075 | 18.8636363636364 | No | 
| 4 | init | 53 | 9,705 | 183.11320754717 | No | 
| 5 | searchAndConnect | 51 | 39,358 | 771.725490196078 | Yes | 
| 6 | getWorksItems | 18 | 100 | 5.55555555555556 | Yes | 
| 9 | cycleSearch | 2 | 483 | 241.5 | Yes | 
| 10 | getWorks | 2 | 813 | 406.5 | No | 
| 11 | Total | 78 | 40,591 | 
2.2.152.8 Found structures
2.2.152.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-55-rmJAHN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.152.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-55-rmJAHN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.153 SIM10-22-04-49-Gu2XSt–CV
2.2.153.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.153.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,364 | 60 | 60 | 201 | 2,745 | 
2.2.153.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.153.4 distribution of similarityEdgesByWeight

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

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

2.2.153.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 7,140 | 18,754 | 2.6266106442577 | No | 
| existsSimilarity | 7,140 | 18,628 | 2.60896358543417 | No | 
| similarityEdges | 7,140 | 18,397 | 2.5766106442577 | No | 
| connectAllSimilar | 120 | 18,813 | 156.775 | Yes | 
| init | 53 | 8,988 | 169.584905660377 | No | 
| connect | 21 | 29 | 1.38095238095238 | Yes | 
| Total | 149 | 19,395 | 
2.2.153.8 Found structures
2.2.153.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-Gu2XSt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.153.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-Gu2XSt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.154 SIM10-22-04-49-Gu2XSt–DV
2.2.154.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.154.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,322 | 60 | 60 | 201 | 2,703 | 
2.2.154.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.154.4 distribution of similarityEdgesByWeight

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

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

2.2.154.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 612 | 3.04477611940298 | No | 
| 2 | addItemToWork | 120 | 1,283 | 10.6916666666667 | No | 
| 3 | ownsWork | 60 | 1,401 | 23.35 | No | 
| 4 | init | 53 | 9,573 | 180.622641509434 | No | 
| 5 | searchAndConnect | 51 | 14,026 | 275.019607843137 | Yes | 
| 6 | getWorksItems | 18 | 26 | 1.44444444444444 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 10 | 10 | Yes | 
| 11 | Total | 77 | 14,182 | 
2.2.154.8 Found structures
2.2.154.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-Gu2XSt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.154.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-Gu2XSt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.155 SIM10-22-04-49-RkkP7r–CV
2.2.155.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 30 | 1 | 
2.2.155.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,496 | 60 | 60 | 50 | 2,726 | 
2.2.155.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.155.4 distribution of similarityEdgesByWeight

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

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

2.2.155.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 7,140 | 19,652 | 2.75238095238095 | No | 
| existsSimilarity | 7,140 | 19,497 | 2.73067226890756 | No | 
| similarityEdges | 7,140 | 19,295 | 2.70238095238095 | No | 
| connectAllSimilar | 120 | 19,717 | 164.308333333333 | Yes | 
| init | 53 | 9,258 | 174.679245283019 | No | 
| connect | 24 | 40 | 1.66666666666667 | Yes | 
| Total | 152 | 20,016 | 
2.2.155.8 Found structures
2.2.155.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-RkkP7r--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.155.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-RkkP7r--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.156 SIM10-22-04-49-RkkP7r–DV
2.2.156.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 30 | 1 | 
2.2.156.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,448 | 60 | 60 | 50 | 2,678 | 
2.2.156.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.156.4 distribution of similarityEdgesByWeight

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

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

2.2.156.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 120 | 700 | 5.83333333333333 | No | 
| 2 | ownsWork | 60 | 648 | 10.8 | No | 
| 3 | init | 53 | 9,884 | 186.490566037736 | No | 
| 4 | searchAndConnect | 51 | 15,018 | 294.470588235294 | Yes | 
| 5 | knowsAgent | 50 | 191 | 3.82 | No | 
| 6 | getWorksItems | 18 | 26 | 1.44444444444444 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 77 | 15,238 | 
2.2.156.8 Found structures
2.2.156.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-RkkP7r--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.156.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-49-RkkP7r--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.157 SIM10-22-05-56-yWp2oY–CV
2.2.157.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 30 | 2 | 
2.2.157.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,704 | 110 | 110 | 50 | 8,084 | 
2.2.157.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.157.4 distribution of similarityEdgesByWeight

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

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

2.2.157.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 77,969 | 3.23657119136571 | No | 
| existsSimilarity | 24,090 | 77,185 | 3.20402656704027 | No | 
| similarityEdges | 24,090 | 76,308 | 3.16762141967621 | No | 
| connectAllSimilar | 220 | 78,161 | 355.277272727273 | Yes | 
| connect | 95 | 355 | 3.73684210526316 | Yes | 
| init | 53 | 8,809 | 166.207547169811 | No | 
| Total | 323 | 78,929 | 
2.2.157.8 Found structures
2.2.157.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-56-yWp2oY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.157.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-56-yWp2oY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.158 SIM10-22-05-56-yWp2oY–DV
2.2.158.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 30 | 2 | 
2.2.158.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,514 | 110 | 110 | 50 | 7,894 | 
2.2.158.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.158.4 distribution of similarityEdgesByWeight

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

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

2.2.158.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 1,217 | 5.53181818181818 | No | 
| 2 | ownsWork | 110 | 1,022 | 9.29090909090909 | No | 
| 3 | init | 53 | 9,366 | 176.716981132075 | No | 
| 4 | searchAndConnect | 51 | 45,518 | 892.509803921569 | Yes | 
| 5 | knowsAgent | 50 | 657 | 13.14 | No | 
| 6 | getWorksItems | 18 | 85 | 4.72222222222222 | Yes | 
| 9 | cycleSearch | 2 | 48 | 24 | Yes | 
| 10 | getWorks | 2 | 4 | 2 | No | 
| 11 | Total | 78 | 46,290 | 
2.2.158.8 Found structures
2.2.158.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-56-yWp2oY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.158.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-56-yWp2oY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.159 SIM10-22-05-58-K6fyUI–CV
2.2.159.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.159.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 8,016 | 110 | 110 | 201 | 8,547 | 
2.2.159.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.159.4 distribution of similarityEdgesByWeight

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

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

2.2.159.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 81,282 | 3.37409713574097 | No | 
| existsSimilarity | 24,090 | 80,683 | 3.34923204649232 | No | 
| similarityEdges | 24,090 | 79,821 | 3.3134495641345 | No | 
| connectAllSimilar | 220 | 81,487 | 370.395454545455 | Yes | 
| connect | 74 | 197 | 2.66216216216216 | Yes | 
| init | 53 | 9,930 | 187.358490566038 | No | 
| Total | 302 | 82,055 | 
2.2.159.8 Found structures
2.2.159.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-58-K6fyUI--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.159.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-58-K6fyUI--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.160 SIM10-22-05-58-K6fyUI–DV
2.2.160.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.160.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,868 | 110 | 110 | 201 | 8,399 | 
2.2.160.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.160.4 distribution of similarityEdgesByWeight

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

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

2.2.160.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 1,771 | 8.05 | No | 
| 2 | knowsAgent | 201 | 711 | 3.53731343283582 | No | 
| 3 | ownsWork | 110 | 1,359 | 12.3545454545455 | No | 
| 4 | init | 53 | 9,265 | 174.811320754717 | No | 
| 5 | searchAndConnect | 51 | 46,795 | 917.549019607843 | Yes | 
| 6 | getWorksItems | 18 | 34 | 1.88888888888889 | Yes | 
| 9 | cycleSearch | 2 | 39 | 19.5 | Yes | 
| 10 | getWorks | 2 | 520 | 260 | No | 
| 11 | Total | 78 | 47,603 | 
2.2.160.8 Found structures
2.2.160.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-58-K6fyUI--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.160.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-58-K6fyUI--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.161 SIM10-22-03-46-cUnwA5–CV
2.2.161.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 5 | 1 | 
2.2.161.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,064 | 60 | 60 | 50 | 2,294 | 
2.2.161.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.161.4 distribution of similarityEdgesByWeight

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

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

2.2.161.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 7,140 | 18,051 | 2.5281512605042 | No | 
| existsSimilarity | 7,140 | 16,894 | 2.36610644257703 | No | 
| similarityEdges | 7,140 | 16,696 | 2.33837535014006 | No | 
| connect | 433 | 1,031 | 2.3810623556582 | Yes | 
| connectAllSimilar | 120 | 18,111 | 150.925 | Yes | 
| init | 53 | 8,731 | 164.735849056604 | No | 
| Total | 561 | 19,639 | 
2.2.161.8 Found structures
2.2.161.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-46-cUnwA5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.161.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-46-cUnwA5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.162 SIM10-22-03-46-cUnwA5–DV
2.2.162.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 5 | 1 | 
2.2.162.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,198 | 60 | 60 | 50 | 1,428 | 
2.2.162.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.162.4 distribution of similarityEdgesByWeight

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

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

2.2.162.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 13,867 | 3.85194444444444 | Yes | 
| 3 | getWorks | 3,600 | 62,601 | 17.3891666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 80 | 0.0222222222222222 | Yes | 
| 6 | addItemToWork | 120 | 759 | 6.325 | No | 
| 7 | ownsWork | 60 | 501 | 8.35 | No | 
| 8 | init | 53 | 9,398 | 177.320754716981 | No | 
| 9 | searchAndConnect | 51 | 8,354 | 163.803921568627 | Yes | 
| 10 | knowsAgent | 50 | 303 | 6.06 | No | 
| 1 | Total | 14,451 | 34,846 | 
2.2.162.8 Found structures
2.2.162.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-46-cUnwA5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.162.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-46-cUnwA5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.163 SIM10-22-04-47-im6Xc4–CV
2.2.163.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.163.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,292 | 60 | 60 | 201 | 2,673 | 
2.2.163.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.163.4 distribution of similarityEdgesByWeight

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

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

2.2.163.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 7,140 | 18,046 | 2.52745098039216 | No | 
| existsSimilarity | 7,140 | 17,898 | 2.50672268907563 | No | 
| similarityEdges | 7,140 | 17,711 | 2.48053221288515 | No | 
| connectAllSimilar | 120 | 18,105 | 150.875 | Yes | 
| init | 53 | 9,276 | 175.018867924528 | No | 
| connect | 33 | 50 | 1.51515151515152 | Yes | 
| Total | 161 | 18,378 | 
2.2.163.8 Found structures
2.2.163.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-47-im6Xc4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.163.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-47-im6Xc4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.164 SIM10-22-04-47-im6Xc4–DV
2.2.164.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.164.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 2,226 | 60 | 60 | 201 | 2,607 | 
2.2.164.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.164.4 distribution of similarityEdgesByWeight

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

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

2.2.164.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 609 | 3.02985074626866 | No | 
| 2 | addItemToWork | 120 | 776 | 6.46666666666667 | No | 
| 3 | ownsWork | 60 | 497 | 8.28333333333333 | No | 
| 4 | init | 53 | 9,063 | 171 | No | 
| 5 | searchAndConnect | 51 | 16,726 | 327.960784313725 | Yes | 
| 6 | getWorksItems | 18 | 33 | 1.83333333333333 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 3 | 3 | Yes | 
| 11 | Total | 77 | 16,901 | 
2.2.164.8 Found structures
2.2.164.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-47-im6Xc4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.164.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-47-im6Xc4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.165 SIM10-22-04-50-TCzXHX–CV
2.2.165.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 5 | 2 | 
2.2.165.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,206 | 110 | 110 | 50 | 7,586 | 
2.2.165.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.165.4 distribution of similarityEdgesByWeight

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

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

2.2.165.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 77,043 | 3.19813200498132 | No | 
| existsSimilarity | 24,090 | 70,232 | 2.91540058115401 | No | 
| similarityEdges | 24,090 | 69,432 | 2.88219178082192 | No | 
| connect | 1,945 | 6,331 | 3.25501285347044 | Yes | 
| connectAllSimilar | 220 | 77,282 | 351.281818181818 | Yes | 
| init | 53 | 9,143 | 172.509433962264 | No | 
| Total | 2,173 | 83,938 | 
2.2.165.8 Found structures
2.2.165.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-50-TCzXHX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.165.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-50-TCzXHX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.166 SIM10-22-04-50-TCzXHX–DV
2.2.166.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 10 | 1 | 5 | 2 | 
2.2.166.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 3,316 | 110 | 110 | 50 | 3,696 | 
2.2.166.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.166.4 distribution of similarityEdgesByWeight

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

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

2.2.166.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 14,013 | 3.8925 | Yes | 
| 3 | getWorks | 3,600 | 68,986 | 19.1627777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 75 | 0.0208333333333333 | Yes | 
| 6 | addItemToWork | 220 | 2,463 | 11.1954545454545 | No | 
| 7 | ownsWork | 110 | 1,211 | 11.0090909090909 | No | 
| 8 | init | 53 | 9,326 | 175.962264150943 | No | 
| 9 | searchAndConnect | 51 | 23,770 | 466.078431372549 | Yes | 
| 10 | knowsAgent | 50 | 328 | 6.56 | No | 
| 1 | Total | 14,451 | 51,308 | 
2.2.166.8 Found structures
2.2.166.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-50-TCzXHX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.166.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-04-50-TCzXHX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.167 SIM10-22-05-52-hRWGcf–CV
2.2.167.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.167.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,970 | 110 | 110 | 201 | 8,501 | 
2.2.167.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.167.4 distribution of similarityEdgesByWeight

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

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

2.2.167.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 75,608 | 3.13856371938564 | No | 
| existsSimilarity | 24,090 | 74,871 | 3.1079701120797 | No | 
| similarityEdges | 24,090 | 73,965 | 3.07036114570361 | No | 
| connectAllSimilar | 220 | 75,830 | 344.681818181818 | Yes | 
| connect | 80 | 318 | 3.975 | Yes | 
| init | 53 | 9,163 | 172.88679245283 | No | 
| Total | 308 | 76,638 | 
2.2.167.8 Found structures
2.2.167.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-52-hRWGcf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.167.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-52-hRWGcf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.168 SIM10-22-05-52-hRWGcf–DV
2.2.168.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.168.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 7,810 | 110 | 110 | 201 | 8,341 | 
2.2.168.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.168.4 distribution of similarityEdgesByWeight

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

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

2.2.168.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 3,051 | 13.8681818181818 | No | 
| 2 | knowsAgent | 201 | 472 | 2.34825870646766 | No | 
| 3 | ownsWork | 110 | 1,799 | 16.3545454545455 | No | 
| 4 | init | 53 | 9,159 | 172.811320754717 | No | 
| 5 | searchAndConnect | 51 | 40,815 | 800.294117647059 | Yes | 
| 6 | getWorksItems | 18 | 63 | 3.5 | Yes | 
| 9 | cycleSearch | 3 | 75 | 25 | Yes | 
| 10 | getWorks | 3 | 874 | 291.333333333333 | No | 
| 11 | Total | 80 | 41,348 | 
2.2.168.8 Found structures
2.2.168.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-52-hRWGcf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.168.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-05-52-hRWGcf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.169 SIM10-22-07-01-AcgIk9–CV
2.2.169.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 10 | 1 | 
2.2.169.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,310 | 70 | 70 | 50 | 3,570 | 
2.2.169.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.169.4 distribution of similarityEdgesByWeight

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

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

2.2.169.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 9,730 | 28,399 | 2.91870503597122 | No | 
| existsSimilarity | 9,730 | 28,125 | 2.89054470709147 | No | 
| similarityEdges | 9,730 | 27,795 | 2.85662898252826 | No | 
| connectAllSimilar | 140 | 28,474 | 203.385714285714 | Yes | 
| connect | 56 | 88 | 1.57142857142857 | Yes | 
| init | 53 | 9,193 | 173.452830188679 | No | 
| Total | 204 | 29,271 | 
2.2.169.8 Found structures
2.2.169.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-01-AcgIk9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.169.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-01-AcgIk9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.170 SIM10-22-07-01-AcgIk9–DV
2.2.170.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 10 | 1 | 
2.2.170.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,198 | 70 | 70 | 50 | 3,458 | 
2.2.170.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.170.4 distribution of similarityEdgesByWeight

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

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

2.2.170.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 140 | 1,532 | 10.9428571428571 | No | 
| 2 | ownsWork | 70 | 1,386 | 19.8 | No | 
| 3 | init | 53 | 9,618 | 181.471698113208 | No | 
| 4 | searchAndConnect | 51 | 15,872 | 311.21568627451 | Yes | 
| 5 | knowsAgent | 50 | 466 | 9.32 | No | 
| 6 | getWorksItems | 38 | 120 | 3.15789473684211 | Yes | 
| 9 | cycleSearch | 2 | 203 | 101.5 | Yes | 
| 10 | getWorks | 2 | 290 | 145 | No | 
| 11 | Total | 98 | 16,945 | 
2.2.170.8 Found structures
2.2.170.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-01-AcgIk9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.170.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-01-AcgIk9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.171 SIM10-22-07-02-77PwFi–CV
2.2.171.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.171.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,410 | 70 | 70 | 201 | 3,821 | 
2.2.171.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.171.4 distribution of similarityEdgesByWeight

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

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

2.2.171.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 9,730 | 29,357 | 3.01716341212744 | No | 
| existsSimilarity | 9,730 | 29,137 | 2.9945529290853 | No | 
| similarityEdges | 9,730 | 28,813 | 2.96125385405961 | No | 
| connectAllSimilar | 140 | 29,435 | 210.25 | Yes | 
| init | 53 | 9,528 | 179.77358490566 | No | 
| connect | 34 | 57 | 1.67647058823529 | Yes | 
| Total | 182 | 30,348 | 
2.2.171.8 Found structures
2.2.171.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-02-77PwFi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.171.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-02-77PwFi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.172 SIM10-22-07-02-77PwFi–DV
2.2.172.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.172.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,342 | 70 | 70 | 201 | 3,753 | 
2.2.172.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.172.4 distribution of similarityEdgesByWeight

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

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

2.2.172.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 696 | 3.46268656716418 | No | 
| 2 | addItemToWork | 140 | 796 | 5.68571428571429 | No | 
| 3 | ownsWork | 70 | 389 | 5.55714285714286 | No | 
| 4 | init | 53 | 9,471 | 178.698113207547 | No | 
| 5 | searchAndConnect | 51 | 27,714 | 543.411764705882 | Yes | 
| 6 | getWorksItems | 38 | 73 | 1.92105263157895 | Yes | 
| 9 | cycleSearch | 2 | 105 | 52.5 | Yes | 
| 10 | getWorks | 2 | 731 | 365.5 | No | 
| 11 | Total | 98 | 28,491 | 
2.2.172.8 Found structures
2.2.172.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-02-77PwFi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.172.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-02-77PwFi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.173 SIM10-22-08-08-K3uG3i–CV
2.2.173.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 10 | 2 | 
2.2.173.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,342 | 120 | 120 | 50 | 9,752 | 
2.2.173.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.173.4 distribution of similarityEdgesByWeight

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

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

2.2.173.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 103,755 | 3.61767782426778 | No | 
| existsSimilarity | 28,680 | 103,019 | 3.59201534170153 | No | 
| similarityEdges | 28,680 | 101,894 | 3.55278940027894 | No | 
| connectAllSimilar | 240 | 103,995 | 433.3125 | Yes | 
| connect | 91 | 241 | 2.64835164835165 | Yes | 
| init | 53 | 10,036 | 189.358490566038 | No | 
| Total | 339 | 105,189 | 
2.2.173.8 Found structures
2.2.173.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-K3uG3i--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.173.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-K3uG3i--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.174 SIM10-22-08-08-K3uG3i–DV
2.2.174.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 10 | 2 | 
2.2.174.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,160 | 120 | 120 | 50 | 9,570 | 
2.2.174.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.174.4 distribution of similarityEdgesByWeight

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

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

2.2.174.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 240 | 3,318 | 13.825 | No | 
| 2 | ownsWork | 120 | 2,814 | 23.45 | No | 
| 3 | init | 53 | 10,448 | 197.132075471698 | No | 
| 4 | searchAndConnect | 51 | 47,985 | 940.882352941176 | Yes | 
| 5 | knowsAgent | 50 | 798 | 15.96 | No | 
| 6 | getWorksItems | 38 | 122 | 3.21052631578947 | Yes | 
| 9 | cycleSearch | 3 | 575 | 191.666666666667 | Yes | 
| 10 | getWorks | 3 | 834 | 278 | No | 
| 11 | Total | 100 | 49,723 | 
2.2.174.8 Found structures
2.2.174.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-K3uG3i--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.174.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-08-K3uG3i--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.175 SIM10-22-08-10-c7ujVP–CV
2.2.175.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.175.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,556 | 120 | 120 | 201 | 10,117 | 
2.2.175.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.175.4 distribution of similarityEdgesByWeight

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

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

2.2.175.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 104,253 | 3.63504184100418 | No | 
| existsSimilarity | 28,680 | 103,252 | 3.60013947001395 | No | 
| similarityEdges | 28,680 | 102,127 | 3.56091352859135 | No | 
| connectAllSimilar | 240 | 104,525 | 435.520833333333 | Yes | 
| connect | 97 | 526 | 5.42268041237113 | Yes | 
| init | 53 | 10,132 | 191.169811320755 | No | 
| Total | 345 | 105,722 | 
2.2.175.8 Found structures
2.2.175.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-10-c7ujVP--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.175.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-10-c7ujVP--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.176 SIM10-22-08-10-c7ujVP–DV
2.2.176.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.176.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,362 | 120 | 120 | 201 | 9,923 | 
2.2.176.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.176.4 distribution of similarityEdgesByWeight

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

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

2.2.176.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 240 | 1,841 | 7.67083333333333 | No | 
| 2 | knowsAgent | 201 | 839 | 4.17412935323383 | No | 
| 3 | ownsWork | 120 | 1,502 | 12.5166666666667 | No | 
| 4 | init | 53 | 10,669 | 201.301886792453 | No | 
| 5 | searchAndConnect | 51 | 57,939 | 1136.05882352941 | Yes | 
| 6 | getWorksItems | 38 | 105 | 2.76315789473684 | Yes | 
| 9 | cycleSearch | 3 | 48 | 16 | Yes | 
| 10 | getWorks | 3 | 1,061 | 353.666666666667 | No | 
| 11 | Total | 100 | 58,980 | 
2.2.176.8 Found structures
2.2.176.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-10-c7ujVP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.176.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-10-c7ujVP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.177 SIM10-22-07-03-hc6ou7–CV
2.2.177.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 30 | 1 | 
2.2.177.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,162 | 70 | 70 | 50 | 3,422 | 
2.2.177.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.177.4 distribution of similarityEdgesByWeight

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

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

2.2.177.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 9,730 | 28,778 | 2.95765673175745 | No | 
| existsSimilarity | 9,730 | 28,558 | 2.93504624871531 | No | 
| similarityEdges | 9,730 | 28,237 | 2.90205549845838 | No | 
| connectAllSimilar | 140 | 28,861 | 206.15 | Yes | 
| init | 53 | 9,646 | 182 | No | 
| connect | 33 | 87 | 2.63636363636364 | Yes | 
| Total | 181 | 29,430 | 
2.2.177.8 Found structures
2.2.177.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-hc6ou7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.177.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-hc6ou7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.178 SIM10-22-07-03-hc6ou7–DV
2.2.178.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 30 | 1 | 
2.2.178.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,096 | 70 | 70 | 50 | 3,356 | 
2.2.178.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.178.4 distribution of similarityEdgesByWeight

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

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

2.2.178.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 140 | 1,631 | 11.65 | No | 
| 2 | ownsWork | 70 | 687 | 9.81428571428571 | No | 
| 3 | init | 53 | 9,853 | 185.905660377358 | No | 
| 4 | searchAndConnect | 51 | 19,586 | 384.039215686275 | Yes | 
| 5 | knowsAgent | 50 | 425 | 8.5 | No | 
| 6 | getWorksItems | 38 | 53 | 1.39473684210526 | Yes | 
| 9 | cycleSearch | 2 | 345 | 172.5 | Yes | 
| 10 | getWorks | 2 | 231 | 115.5 | No | 
| 11 | Total | 98 | 20,850 | 
2.2.178.8 Found structures
2.2.178.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-hc6ou7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.178.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-hc6ou7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.179 SIM10-22-07-03-IGsit7–CV
2.2.179.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.179.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,162 | 70 | 70 | 201 | 3,573 | 
2.2.179.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.179.4 distribution of similarityEdgesByWeight

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

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

2.2.179.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 9,730 | 31,240 | 3.21068859198356 | No | 
| existsSimilarity | 9,730 | 31,041 | 3.19023638232271 | No | 
| similarityEdges | 9,730 | 30,719 | 3.15714285714286 | No | 
| connectAllSimilar | 140 | 31,326 | 223.757142857143 | Yes | 
| init | 53 | 9,662 | 182.301886792453 | No | 
| connect | 26 | 43 | 1.65384615384615 | Yes | 
| Total | 174 | 32,040 | 
2.2.179.8 Found structures
2.2.179.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-IGsit7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.179.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-IGsit7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.180 SIM10-22-07-03-IGsit7–DV
2.2.180.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.180.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,110 | 70 | 70 | 201 | 3,521 | 
2.2.180.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.180.4 distribution of similarityEdgesByWeight

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

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

2.2.180.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 508 | 2.5273631840796 | No | 
| 2 | addItemToWork | 140 | 932 | 6.65714285714286 | No | 
| 3 | ownsWork | 70 | 620 | 8.85714285714286 | No | 
| 4 | init | 53 | 10,411 | 196.433962264151 | No | 
| 5 | searchAndConnect | 51 | 27,043 | 530.254901960784 | Yes | 
| 6 | getWorksItems | 38 | 98 | 2.57894736842105 | Yes | 
| 9 | cycleSearch | 2 | 131 | 65.5 | Yes | 
| 10 | getWorks | 2 | 5 | 2.5 | No | 
| 11 | Total | 98 | 28,561 | 
2.2.180.8 Found structures
2.2.180.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-IGsit7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.180.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-03-IGsit7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.181 SIM10-22-08-13-S2SjxX–CV
2.2.181.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 30 | 2 | 
2.2.181.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,416 | 120 | 120 | 50 | 9,826 | 
2.2.181.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.181.4 distribution of similarityEdgesByWeight

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

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

2.2.181.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 105,662 | 3.68417015341702 | No | 
| existsSimilarity | 28,680 | 104,743 | 3.65212691771269 | No | 
| similarityEdges | 28,680 | 103,563 | 3.61098326359833 | No | 
| connectAllSimilar | 240 | 105,924 | 441.35 | Yes | 
| connect | 100 | 439 | 4.39 | Yes | 
| init | 53 | 10,130 | 191.132075471698 | No | 
| Total | 348 | 107,086 | 
2.2.181.8 Found structures
2.2.181.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-13-S2SjxX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.181.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-13-S2SjxX--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.182 SIM10-22-08-13-S2SjxX–DV
2.2.182.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 30 | 2 | 
2.2.182.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,216 | 120 | 120 | 50 | 9,626 | 
2.2.182.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.182.4 distribution of similarityEdgesByWeight

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

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

2.2.182.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 240 | 1,622 | 6.75833333333333 | No | 
| 2 | ownsWork | 120 | 1,287 | 10.725 | No | 
| 3 | init | 53 | 10,354 | 195.358490566038 | No | 
| 4 | searchAndConnect | 51 | 46,968 | 920.941176470588 | Yes | 
| 5 | knowsAgent | 50 | 234 | 4.68 | No | 
| 6 | getWorksItems | 38 | 91 | 2.39473684210526 | Yes | 
| 9 | cycleSearch | 3 | 621 | 207 | Yes | 
| 10 | getWorks | 3 | 1,023 | 341 | No | 
| 11 | Total | 100 | 48,501 | 
2.2.182.8 Found structures
2.2.182.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-13-S2SjxX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.182.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-13-S2SjxX--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.183 SIM10-22-08-15-r9rnVw–CV
2.2.183.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.183.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,104 | 120 | 120 | 201 | 9,665 | 
2.2.183.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.183.4 distribution of similarityEdgesByWeight

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

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

2.2.183.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 107,499 | 3.74822175732218 | No | 
| existsSimilarity | 28,680 | 106,529 | 3.71440027894003 | No | 
| similarityEdges | 28,680 | 105,441 | 3.67646443514644 | No | 
| connectAllSimilar | 240 | 107,718 | 448.825 | Yes | 
| connect | 97 | 463 | 4.77319587628866 | Yes | 
| init | 53 | 10,019 | 189.037735849057 | No | 
| Total | 345 | 108,935 | 
2.2.183.8 Found structures
2.2.183.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-15-r9rnVw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.183.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-15-r9rnVw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.184 SIM10-22-08-15-r9rnVw–DV
2.2.184.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.184.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,910 | 120 | 120 | 201 | 9,471 | 
2.2.184.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.184.4 distribution of similarityEdgesByWeight

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

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

2.2.184.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 240 | 4,887 | 20.3625 | No | 
| 2 | knowsAgent | 201 | 721 | 3.58706467661692 | No | 
| 3 | ownsWork | 120 | 2,814 | 23.45 | No | 
| 4 | init | 53 | 10,992 | 207.396226415094 | No | 
| 5 | searchAndConnect | 51 | 57,057 | 1118.76470588235 | Yes | 
| 6 | getWorksItems | 38 | 90 | 2.36842105263158 | Yes | 
| 9 | cycleSearch | 3 | 61 | 20.3333333333333 | Yes | 
| 10 | getWorks | 3 | 737 | 245.666666666667 | No | 
| 11 | Total | 100 | 57,987 | 
2.2.184.8 Found structures
2.2.184.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-15-r9rnVw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.184.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-15-r9rnVw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.185 SIM10-22-06-00-KCsMob–CV
2.2.185.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 5 | 1 | 
2.2.185.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 2,962 | 70 | 70 | 50 | 3,222 | 
2.2.185.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.185.4 distribution of similarityEdgesByWeight

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

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

2.2.185.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 9,730 | 29,026 | 2.98314491264132 | No | 
| existsSimilarity | 9,730 | 26,431 | 2.71644398766701 | No | 
| similarityEdges | 9,730 | 26,151 | 2.68766700924974 | No | 
| connect | 630 | 2,444 | 3.87936507936508 | Yes | 
| connectAllSimilar | 140 | 29,116 | 207.971428571429 | Yes | 
| init | 53 | 9,565 | 180.471698113208 | No | 
| Total | 778 | 32,179 | 
2.2.185.8 Found structures
2.2.185.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-00-KCsMob--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.185.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-00-KCsMob--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.186 SIM10-22-06-00-KCsMob–DV
2.2.186.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 5 | 1 | 
2.2.186.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,702 | 70 | 70 | 50 | 1,962 | 
2.2.186.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.186.4 distribution of similarityEdgesByWeight

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

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

2.2.186.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 13,564 | 3.76777777777778 | Yes | 
| 3 | getWorks | 3,600 | 79,870 | 22.1861111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 62 | 0.0172222222222222 | Yes | 
| 6 | addItemToWork | 140 | 1,952 | 13.9428571428571 | No | 
| 7 | ownsWork | 70 | 860 | 12.2857142857143 | No | 
| 8 | init | 53 | 10,748 | 202.792452830189 | No | 
| 9 | searchAndConnect | 51 | 9,054 | 177.529411764706 | Yes | 
| 10 | knowsAgent | 50 | 424 | 8.48 | No | 
| 1 | Total | 14,451 | 36,098 | 
2.2.186.8 Found structures
2.2.186.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-00-KCsMob--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.186.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-06-00-KCsMob--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.187 SIM10-22-07-00-UVhPfr–CV
2.2.187.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.187.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,066 | 70 | 70 | 201 | 3,477 | 
2.2.187.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.187.4 distribution of similarityEdgesByWeight

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

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

2.2.187.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 9,730 | 28,797 | 2.95960945529291 | No | 
| existsSimilarity | 9,730 | 28,525 | 2.93165467625899 | No | 
| similarityEdges | 9,730 | 28,252 | 2.90359712230216 | No | 
| connectAllSimilar | 140 | 28,880 | 206.285714285714 | Yes | 
| init | 53 | 9,142 | 172.490566037736 | No | 
| connect | 32 | 117 | 3.65625 | Yes | 
| Total | 180 | 29,486 | 
2.2.187.8 Found structures
2.2.187.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-00-UVhPfr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.187.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-00-UVhPfr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.188 SIM10-22-07-00-UVhPfr–DV
2.2.188.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.188.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 3,002 | 70 | 70 | 201 | 3,413 | 
2.2.188.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.188.4 distribution of similarityEdgesByWeight

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

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

2.2.188.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 580 | 2.88557213930348 | No | 
| 2 | addItemToWork | 140 | 2,794 | 19.9571428571429 | No | 
| 3 | ownsWork | 70 | 1,281 | 18.3 | No | 
| 4 | init | 53 | 9,633 | 181.754716981132 | No | 
| 5 | searchAndConnect | 51 | 19,912 | 390.43137254902 | Yes | 
| 6 | getWorksItems | 38 | 85 | 2.23684210526316 | Yes | 
| 9 | cycleSearch | 2 | 41 | 20.5 | Yes | 
| 10 | getWorks | 2 | 53 | 26.5 | No | 
| 11 | Total | 98 | 20,540 | 
2.2.188.8 Found structures
2.2.188.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-00-UVhPfr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.188.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-00-UVhPfr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.189 SIM10-22-07-04-zDInoQ–CV
2.2.189.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 5 | 2 | 
2.2.189.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,898 | 120 | 120 | 50 | 9,308 | 
2.2.189.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.189.4 distribution of similarityEdgesByWeight

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

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

2.2.189.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 100,551 | 3.50596234309623 | No | 
| existsSimilarity | 28,680 | 95,651 | 3.33511157601116 | No | 
| similarityEdges | 28,680 | 94,591 | 3.2981520223152 | No | 
| connect | 1,268 | 4,399 | 3.4692429022082 | Yes | 
| connectAllSimilar | 240 | 100,800 | 420 | Yes | 
| init | 53 | 10,412 | 196.452830188679 | No | 
| Total | 1,516 | 105,818 | 
2.2.189.8 Found structures
2.2.189.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-04-zDInoQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.189.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-04-zDInoQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.190 SIM10-22-07-04-zDInoQ–DV
2.2.190.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 20 | 1 | 5 | 2 | 
2.2.190.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 6,362 | 120 | 120 | 50 | 6,772 | 
2.2.190.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.190.4 distribution of similarityEdgesByWeight

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

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

2.2.190.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 31,014 | 8.615 | Yes | 
| 3 | getWorks | 3,600 | 84,418 | 23.4494444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 68 | 0.0188888888888889 | Yes | 
| 6 | addItemToWork | 240 | 6,830 | 28.4583333333333 | No | 
| 7 | ownsWork | 120 | 2,794 | 23.2833333333333 | No | 
| 8 | init | 53 | 10,137 | 191.264150943396 | No | 
| 9 | searchAndConnect | 51 | 38,442 | 753.764705882353 | Yes | 
| 10 | knowsAgent | 50 | 316 | 6.32 | No | 
| 1 | Total | 14,451 | 135,747 | 
2.2.190.8 Found structures
2.2.190.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-04-zDInoQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.190.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-07-04-zDInoQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.191 SIM10-22-08-06-4JEKPf–CV
2.2.191.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.191.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 9,010 | 120 | 120 | 201 | 9,571 | 
2.2.191.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.191.4 distribution of similarityEdgesByWeight

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

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

2.2.191.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 28,680 | 102,075 | 3.55910041841004 | No | 
| existsSimilarity | 28,680 | 101,284 | 3.53152022315202 | No | 
| similarityEdges | 28,680 | 100,185 | 3.49320083682008 | No | 
| connectAllSimilar | 240 | 102,282 | 426.175 | Yes | 
| connect | 91 | 328 | 3.6043956043956 | Yes | 
| init | 53 | 9,813 | 185.150943396226 | No | 
| Total | 339 | 103,376 | 
2.2.191.8 Found structures
2.2.191.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-06-4JEKPf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.191.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-06-4JEKPf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.192 SIM10-22-08-06-4JEKPf–DV
2.2.192.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.192.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 8,828 | 120 | 120 | 201 | 9,389 | 
2.2.192.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 240 | 120 | 411 | 
2.2.192.4 distribution of similarityEdgesByWeight

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

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

2.2.192.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 240 | 2,171 | 9.04583333333333 | No | 
| 2 | knowsAgent | 201 | 699 | 3.47761194029851 | No | 
| 3 | ownsWork | 120 | 1,643 | 13.6916666666667 | No | 
| 4 | init | 53 | 10,796 | 203.698113207547 | No | 
| 5 | searchAndConnect | 51 | 52,922 | 1037.6862745098 | Yes | 
| 6 | getWorksItems | 38 | 75 | 1.97368421052632 | Yes | 
| 9 | cycleSearch | 3 | 700 | 233.333333333333 | Yes | 
| 10 | getWorks | 3 | 930 | 310 | No | 
| 11 | Total | 100 | 54,521 | 
2.2.192.8 Found structures
2.2.192.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-06-4JEKPf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.192.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-08-06-4JEKPf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.193 SIM10-22-02-36-76u6Xv–CV
2.2.193.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 10 | 1 | 
2.2.193.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 2,002 | 55 | 55 | 50 | 2,217 | 
2.2.193.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.193.4 distribution of similarityEdgesByWeight

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

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

2.2.193.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 5,995 | 14,131 | 2.35713094245204 | No | 
| existsSimilarity | 5,995 | 13,983 | 2.33244370308591 | No | 
| similarityEdges | 5,995 | 13,795 | 2.30108423686405 | No | 
| connectAllSimilar | 110 | 14,178 | 128.890909090909 | Yes | 
| init | 53 | 8,523 | 160.811320754717 | No | 
| connect | 42 | 64 | 1.52380952380952 | Yes | 
| Total | 160 | 14,441 | 
2.2.193.8 Found structures
2.2.193.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-76u6Xv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.193.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-76u6Xv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.194 SIM10-22-02-36-76u6Xv–DV
2.2.194.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 10 | 1 | 
2.2.194.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,918 | 55 | 55 | 50 | 2,133 | 
2.2.194.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.194.4 distribution of similarityEdgesByWeight

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

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

2.2.194.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 110 | 531 | 4.82727272727273 | No | 
| 2 | ownsWork | 55 | 368 | 6.69090909090909 | No | 
| 3 | init | 53 | 8,792 | 165.88679245283 | No | 
| 4 | searchAndConnect | 51 | 11,178 | 219.176470588235 | Yes | 
| 5 | knowsAgent | 50 | 291 | 5.82 | No | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 9 | cycleSearch | 2 | 14 | 7 | Yes | 
| 10 | getWorks | 2 | 87 | 43.5 | No | 
| 11 | Total | 68 | 11,456 | 
2.2.194.8 Found structures
2.2.194.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-76u6Xv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.194.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-76u6Xv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.195 SIM10-22-02-37-sAEbdS–CV
2.2.195.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.195.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,970 | 55 | 55 | 201 | 2,336 | 
2.2.195.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.195.4 distribution of similarityEdgesByWeight

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

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

2.2.195.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 5,995 | 14,819 | 2.47189324437031 | No | 
| existsSimilarity | 5,995 | 14,578 | 2.43169307756464 | No | 
| similarityEdges | 5,995 | 14,412 | 2.40400333611343 | No | 
| connectAllSimilar | 110 | 14,879 | 135.263636363636 | Yes | 
| init | 53 | 9,319 | 175.830188679245 | No | 
| connect | 22 | 124 | 5.63636363636364 | Yes | 
| Total | 140 | 15,270 | 
2.2.195.8 Found structures
2.2.195.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-sAEbdS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.195.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-sAEbdS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.196 SIM10-22-02-37-sAEbdS–DV
2.2.196.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.196.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,926 | 55 | 55 | 201 | 2,292 | 
2.2.196.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.196.4 distribution of similarityEdgesByWeight

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

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

2.2.196.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 316 | 1.57213930348259 | No | 
| 2 | addItemToWork | 110 | 1,742 | 15.8363636363636 | No | 
| 3 | ownsWork | 55 | 462 | 8.4 | No | 
| 4 | init | 53 | 8,658 | 163.358490566038 | No | 
| 5 | searchAndConnect | 51 | 11,998 | 235.254901960784 | Yes | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 1 | 1 | Yes | 
| 11 | Total | 67 | 12,220 | 
2.2.196.8 Found structures
2.2.196.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-sAEbdS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.196.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-sAEbdS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.197 SIM10-22-03-41-PdwL5W–CV
2.2.197.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 10 | 2 | 
2.2.197.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 7,218 | 105 | 105 | 50 | 7,583 | 
2.2.197.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.197.4 distribution of similarityEdgesByWeight

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

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

2.2.197.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 62,582 | 2.85176577808157 | No | 
| existsSimilarity | 21,945 | 61,875 | 2.81954887218045 | No | 
| similarityEdges | 21,945 | 61,085 | 2.78354978354978 | No | 
| connectAllSimilar | 210 | 62,778 | 298.942857142857 | Yes | 
| connect | 125 | 337 | 2.696 | Yes | 
| init | 53 | 8,724 | 164.603773584906 | No | 
| Total | 343 | 63,622 | 
2.2.197.8 Found structures
2.2.197.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-41-PdwL5W--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.197.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-41-PdwL5W--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.198 SIM10-22-03-41-PdwL5W–DV
2.2.198.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 10 | 2 | 
2.2.198.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,968 | 105 | 105 | 50 | 7,333 | 
2.2.198.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.198.4 distribution of similarityEdgesByWeight

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

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

2.2.198.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 2,393 | 11.3952380952381 | No | 
| 2 | ownsWork | 105 | 1,319 | 12.5619047619048 | No | 
| 3 | init | 53 | 8,841 | 166.811320754717 | No | 
| 4 | searchAndConnect | 51 | 33,635 | 659.509803921569 | Yes | 
| 5 | knowsAgent | 50 | 217 | 4.34 | No | 
| 6 | getWorksItems | 8 | 49 | 6.125 | Yes | 
| 9 | cycleSearch | 2 | 24 | 12 | Yes | 
| 10 | getWorks | 2 | 16 | 8 | No | 
| 11 | Total | 68 | 34,096 | 
2.2.198.8 Found structures
2.2.198.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-41-PdwL5W--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.198.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-41-PdwL5W--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.199 SIM10-22-03-42-AvNjCC–CV
2.2.199.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.199.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 7,466 | 105 | 105 | 201 | 7,982 | 
2.2.199.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.199.4 distribution of similarityEdgesByWeight

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

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

2.2.199.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 64,889 | 2.95689223057644 | No | 
| existsSimilarity | 21,945 | 64,299 | 2.93000683526999 | No | 
| similarityEdges | 21,945 | 63,495 | 2.89336978810663 | No | 
| connectAllSimilar | 210 | 65,058 | 309.8 | Yes | 
| connect | 65 | 211 | 3.24615384615385 | Yes | 
| init | 53 | 8,765 | 165.377358490566 | No | 
| Total | 283 | 65,630 | 
2.2.199.8 Found structures
2.2.199.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-42-AvNjCC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.199.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-42-AvNjCC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.200 SIM10-22-03-42-AvNjCC–DV
2.2.200.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.200.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 7,336 | 105 | 105 | 201 | 7,852 | 
2.2.200.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.200.4 distribution of similarityEdgesByWeight

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

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

2.2.200.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,815 | 8.64285714285714 | No | 
| 2 | knowsAgent | 201 | 542 | 2.69651741293532 | No | 
| 3 | ownsWork | 105 | 883 | 8.40952380952381 | No | 
| 4 | init | 53 | 8,932 | 168.528301886792 | No | 
| 5 | searchAndConnect | 51 | 42,532 | 833.960784313726 | Yes | 
| 6 | getWorksItems | 8 | 11 | 1.375 | Yes | 
| 9 | cycleSearch | 2 | 73 | 36.5 | Yes | 
| 10 | getWorks | 2 | 612 | 306 | No | 
| 11 | Total | 68 | 43,021 | 
2.2.200.8 Found structures
2.2.200.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-42-AvNjCC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.200.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-42-AvNjCC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.201 SIM10-22-02-37-YJbTSY–CV
2.2.201.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 30 | 1 | 
2.2.201.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 2,032 | 55 | 55 | 50 | 2,247 | 
2.2.201.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.201.4 distribution of similarityEdgesByWeight

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

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

2.2.201.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 5,995 | 13,758 | 2.29491242702252 | No | 
| existsSimilarity | 5,995 | 13,624 | 2.27256046705588 | No | 
| similarityEdges | 5,995 | 13,443 | 2.24236864053378 | No | 
| connectAllSimilar | 110 | 13,806 | 125.509090909091 | Yes | 
| init | 53 | 8,611 | 162.471698113208 | No | 
| connect | 28 | 37 | 1.32142857142857 | Yes | 
| Total | 146 | 14,145 | 
2.2.201.8 Found structures
2.2.201.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-YJbTSY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.201.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-YJbTSY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.202 SIM10-22-02-37-YJbTSY–DV
2.2.202.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 30 | 1 | 
2.2.202.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,976 | 55 | 55 | 50 | 2,191 | 
2.2.202.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.202.4 distribution of similarityEdgesByWeight

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

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

2.2.202.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 110 | 3,951 | 35.9181818181818 | No | 
| 2 | ownsWork | 55 | 950 | 17.2727272727273 | No | 
| 3 | init | 53 | 9,263 | 174.77358490566 | No | 
| 4 | searchAndConnect | 51 | 9,208 | 180.549019607843 | Yes | 
| 5 | knowsAgent | 50 | 163 | 3.26 | No | 
| 6 | getWorksItems | 8 | 72 | 9 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 20 | 20 | Yes | 
| 11 | Total | 67 | 9,440 | 
2.2.202.8 Found structures
2.2.202.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-YJbTSY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.202.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-37-YJbTSY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.203 SIM10-22-02-38-Dn2EbB–CV
2.2.203.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.203.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 2,022 | 55 | 55 | 201 | 2,388 | 
2.2.203.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.203.4 distribution of similarityEdgesByWeight

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

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

2.2.203.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 5,995 | 14,362 | 2.39566305254379 | No | 
| existsSimilarity | 5,995 | 14,240 | 2.37531276063386 | No | 
| similarityEdges | 5,995 | 14,060 | 2.34528773978315 | No | 
| connectAllSimilar | 110 | 14,406 | 130.963636363636 | Yes | 
| init | 53 | 8,561 | 161.528301886792 | No | 
| connect | 22 | 35 | 1.59090909090909 | Yes | 
| Total | 140 | 14,825 | 
2.2.203.8 Found structures
2.2.203.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-Dn2EbB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.203.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-Dn2EbB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.204 SIM10-22-02-38-Dn2EbB–DV
2.2.204.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.204.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,978 | 55 | 55 | 201 | 2,344 | 
2.2.204.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.204.4 distribution of similarityEdgesByWeight

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

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

2.2.204.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 354 | 1.76119402985075 | No | 
| 2 | addItemToWork | 110 | 1,034 | 9.4 | No | 
| 3 | ownsWork | 55 | 346 | 6.29090909090909 | No | 
| 4 | init | 53 | 8,817 | 166.358490566038 | No | 
| 5 | searchAndConnect | 51 | 13,075 | 256.372549019608 | Yes | 
| 6 | getWorksItems | 8 | 16 | 2 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 14 | 14 | Yes | 
| 11 | Total | 67 | 13,251 | 
2.2.204.8 Found structures
2.2.204.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-Dn2EbB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.204.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-Dn2EbB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.205 SIM10-22-03-44-uje6wF–CV
2.2.205.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 30 | 2 | 
2.2.205.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,696 | 105 | 105 | 50 | 7,061 | 
2.2.205.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.205.4 distribution of similarityEdgesByWeight

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

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

2.2.205.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 63,533 | 2.89510138983823 | No | 
| existsSimilarity | 21,945 | 63,060 | 2.87354750512645 | No | 
| similarityEdges | 21,945 | 62,328 | 2.84019138755981 | No | 
| connectAllSimilar | 210 | 63,706 | 303.361904761905 | Yes | 
| connect | 58 | 107 | 1.8448275862069 | Yes | 
| init | 53 | 8,728 | 164.679245283019 | No | 
| Total | 276 | 64,283 | 
2.2.205.8 Found structures
2.2.205.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-44-uje6wF--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.205.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-44-uje6wF--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.206 SIM10-22-03-44-uje6wF–DV
2.2.206.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 30 | 2 | 
2.2.206.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,580 | 105 | 105 | 50 | 6,945 | 
2.2.206.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.206.4 distribution of similarityEdgesByWeight

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

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

2.2.206.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,371 | 6.52857142857143 | No | 
| 2 | ownsWork | 105 | 970 | 9.23809523809524 | No | 
| 3 | init | 53 | 8,833 | 166.660377358491 | No | 
| 4 | searchAndConnect | 51 | 36,153 | 708.882352941176 | Yes | 
| 5 | knowsAgent | 50 | 377 | 7.54 | No | 
| 6 | getWorksItems | 8 | 18 | 2.25 | Yes | 
| 9 | cycleSearch | 2 | 17 | 8.5 | Yes | 
| 10 | getWorks | 2 | 4 | 2 | No | 
| 11 | Total | 68 | 36,574 | 
2.2.206.8 Found structures
2.2.206.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-44-uje6wF--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.206.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-44-uje6wF--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.207 SIM10-22-03-45-kVwDxH–CV
2.2.207.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.207.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 7,074 | 105 | 105 | 201 | 7,590 | 
2.2.207.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.207.4 distribution of similarityEdgesByWeight

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

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

2.2.207.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 64,571 | 2.94240145819093 | No | 
| existsSimilarity | 21,945 | 63,864 | 2.91018455228982 | No | 
| similarityEdges | 21,945 | 63,053 | 2.8732285258601 | No | 
| connectAllSimilar | 210 | 64,747 | 308.319047619048 | Yes | 
| connect | 91 | 316 | 3.47252747252747 | Yes | 
| init | 53 | 9,165 | 172.924528301887 | No | 
| Total | 309 | 65,448 | 
2.2.207.8 Found structures
2.2.207.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-45-kVwDxH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.207.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-45-kVwDxH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.208 SIM10-22-03-45-kVwDxH–DV
2.2.208.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.208.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,892 | 105 | 105 | 201 | 7,408 | 
2.2.208.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.208.4 distribution of similarityEdgesByWeight

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

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

2.2.208.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,129 | 5.37619047619048 | No | 
| 2 | knowsAgent | 201 | 362 | 1.80099502487562 | No | 
| 3 | ownsWork | 105 | 575 | 5.47619047619048 | No | 
| 4 | init | 53 | 8,998 | 169.77358490566 | No | 
| 5 | searchAndConnect | 51 | 35,770 | 701.372549019608 | Yes | 
| 6 | getWorksItems | 8 | 55 | 6.875 | Yes | 
| 9 | cycleSearch | 2 | 348 | 174 | Yes | 
| 10 | getWorks | 2 | 661 | 330.5 | No | 
| 11 | Total | 68 | 36,538 | 
2.2.208.8 Found structures
2.2.208.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-45-kVwDxH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.208.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-45-kVwDxH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.209 SIM10-22-01-35-364ULC–CV
2.2.209.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 5 | 1 | 
2.2.209.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,822 | 55 | 55 | 50 | 2,037 | 
2.2.209.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.209.4 distribution of similarityEdgesByWeight

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

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

2.2.209.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 5,995 | 14,270 | 2.38031693077565 | No | 
| existsSimilarity | 5,995 | 13,249 | 2.21000834028357 | No | 
| similarityEdges | 5,995 | 13,042 | 2.17547956630525 | No | 
| connect | 424 | 881 | 2.07783018867925 | Yes | 
| connectAllSimilar | 110 | 14,311 | 130.1 | Yes | 
| init | 53 | 8,361 | 157.754716981132 | No | 
| Total | 542 | 15,606 | 
2.2.209.8 Found structures
2.2.209.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-35-364ULC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.209.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-35-364ULC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.210 SIM10-22-01-35-364ULC–DV
2.2.210.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 5 | 1 | 
2.2.210.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 974 | 55 | 55 | 50 | 1,189 | 
2.2.210.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.210.4 distribution of similarityEdgesByWeight

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

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

2.2.210.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 33,941 | 9.42805555555556 | Yes | 
| 3 | getWorks | 3,600 | 55,658 | 15.4605555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 147 | 0.0408333333333333 | Yes | 
| 6 | addItemToWork | 110 | 2,093 | 19.0272727272727 | No | 
| 7 | ownsWork | 55 | 1,125 | 20.4545454545455 | No | 
| 8 | init | 53 | 9,918 | 187.132075471698 | No | 
| 9 | searchAndConnect | 51 | 9,168 | 179.764705882353 | Yes | 
| 10 | knowsAgent | 50 | 282 | 5.64 | No | 
| 1 | Total | 14,451 | 170,076 | 
2.2.210.8 Found structures
2.2.210.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-35-364ULC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.210.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-01-35-364ULC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.211 SIM10-22-02-36-EwNpGs–CV
2.2.211.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.211.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 2,078 | 55 | 55 | 201 | 2,444 | 
2.2.211.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.211.4 distribution of similarityEdgesByWeight

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

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

2.2.211.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 5,995 | 13,800 | 2.30191826522102 | No | 
| existsSimilarity | 5,995 | 13,678 | 2.28156797331109 | No | 
| similarityEdges | 5,995 | 13,500 | 2.25187656380317 | No | 
| connectAllSimilar | 110 | 13,852 | 125.927272727273 | Yes | 
| init | 53 | 8,673 | 163.641509433962 | No | 
| connect | 16 | 27 | 1.6875 | Yes | 
| Total | 134 | 14,128 | 
2.2.211.8 Found structures
2.2.211.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-EwNpGs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.211.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-EwNpGs--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.212 SIM10-22-02-36-EwNpGs–DV
2.2.212.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.212.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 2,046 | 55 | 55 | 201 | 2,412 | 
2.2.212.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.212.4 distribution of similarityEdgesByWeight

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

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

2.2.212.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 509 | 2.53233830845771 | No | 
| 2 | addItemToWork | 110 | 1,141 | 10.3727272727273 | No | 
| 3 | ownsWork | 55 | 1,567 | 28.4909090909091 | No | 
| 4 | init | 53 | 8,375 | 158.018867924528 | No | 
| 5 | searchAndConnect | 51 | 12,387 | 242.882352941176 | Yes | 
| 6 | getWorksItems | 8 | 61 | 7.625 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 7 | 7 | Yes | 
| 11 | Total | 67 | 12,659 | 
2.2.212.8 Found structures
2.2.212.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-EwNpGs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.212.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-36-EwNpGs--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.213 SIM10-22-02-38-93RvfJ–CV
2.2.213.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 5 | 2 | 
2.2.213.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 6,546 | 105 | 105 | 50 | 6,911 | 
2.2.213.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.213.4 distribution of similarityEdgesByWeight

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

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

2.2.213.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 62,958 | 2.8688995215311 | No | 
| existsSimilarity | 21,945 | 58,192 | 2.65172020961495 | No | 
| similarityEdges | 21,945 | 57,489 | 2.61968557758031 | No | 
| connect | 1,613 | 4,363 | 2.70489770613763 | Yes | 
| connectAllSimilar | 210 | 63,160 | 300.761904761905 | Yes | 
| init | 53 | 8,963 | 169.11320754717 | No | 
| Total | 1,831 | 67,798 | 
2.2.213.8 Found structures
2.2.213.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-93RvfJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.213.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-93RvfJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.214 SIM10-22-02-38-93RvfJ–DV
2.2.214.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | random | 5 | 1 | 5 | 2 | 
2.2.214.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,320 | 105 | 105 | 50 | 3,685 | 
2.2.214.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.214.4 distribution of similarityEdgesByWeight

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

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

2.2.214.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 13,315 | 3.69861111111111 | Yes | 
| 3 | getWorks | 3,600 | 55,540 | 15.4277777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 95 | 0.0263888888888889 | Yes | 
| 6 | addItemToWork | 210 | 1,761 | 8.38571428571429 | No | 
| 7 | ownsWork | 105 | 1,027 | 9.78095238095238 | No | 
| 8 | init | 53 | 8,729 | 164.698113207547 | No | 
| 9 | searchAndConnect | 51 | 13,982 | 274.156862745098 | Yes | 
| 10 | knowsAgent | 50 | 377 | 7.54 | No | 
| 1 | Total | 14,451 | 40,609 | 
2.2.214.8 Found structures
2.2.214.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-93RvfJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.214.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-02-38-93RvfJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.215 SIM10-22-03-40-qdbgHb–CV
2.2.215.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.215.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 7,468 | 105 | 105 | 201 | 7,984 | 
2.2.215.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.215.4 distribution of similarityEdgesByWeight

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

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

2.2.215.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 64,126 | 2.92212349054454 | No | 
| existsSimilarity | 21,945 | 63,487 | 2.89300524037366 | No | 
| similarityEdges | 21,945 | 62,690 | 2.85668717247665 | No | 
| connectAllSimilar | 210 | 64,315 | 306.261904761905 | Yes | 
| connect | 91 | 328 | 3.6043956043956 | Yes | 
| init | 53 | 8,709 | 164.320754716981 | No | 
| Total | 309 | 64,922 | 
2.2.215.8 Found structures
2.2.215.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-40-qdbgHb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.215.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-40-qdbgHb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.216 SIM10-22-03-40-qdbgHb–DV
2.2.216.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.93 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.216.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 7,286 | 105 | 105 | 201 | 7,802 | 
2.2.216.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.216.4 distribution of similarityEdgesByWeight

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

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

2.2.216.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,754 | 8.35238095238095 | No | 
| 2 | knowsAgent | 201 | 711 | 3.53731343283582 | No | 
| 3 | ownsWork | 105 | 947 | 9.01904761904762 | No | 
| 4 | init | 53 | 9,277 | 175.037735849057 | No | 
| 5 | searchAndConnect | 51 | 32,475 | 636.764705882353 | Yes | 
| 6 | getWorksItems | 8 | 44 | 5.5 | Yes | 
| 9 | cycleSearch | 2 | 72 | 36 | Yes | 
| 10 | getWorks | 2 | 815 | 407.5 | No | 
| 11 | Total | 68 | 32,884 | 
2.2.216.8 Found structures
2.2.216.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-40-qdbgHb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.216.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-22-03-40-qdbgHb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.3 Scatterplots of experiment












