2 Experiment 1
agentNumbers=[50, 100, 200] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.99] : graphTypes=[random, smallWorld] : running smaller networks with 0.99 connectThreshold.
2.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-06-11-02-yABCGa | 
| agentNumbers | 50, 100, 200 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.99 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
2.2 Descriptive analysis of each simulation
2.2.1 SIM10-06-07-53-MaSMCe–CV
2.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 10 | 1 | 
2.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,012 | 110 | 110 | 100 | 1,442 | 
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 | 40,278 | 1.6719800747198 | No | 
| existsSimilarity | 24,090 | 39,800 | 1.65213781652138 | No | 
| similarityEdges | 24,090 | 39,153 | 1.6252801992528 | No | 
| connectAllSimilar | 220 | 40,544 | 184.290909090909 | Yes | 
| init | 103 | 10,402 | 100.990291262136 | No | 
| connect | 17 | 29 | 1.70588235294118 | Yes | 
| Total | 245 | 40,933 | 
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-06-07-53-MaSMCe--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-06-07-53-MaSMCe--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2 SIM10-06-07-53-MaSMCe–DV
2.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 10 | 1 | 
2.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 978 | 110 | 110 | 100 | 1,408 | 
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 | addItemToWork | 220 | 1,229 | 5.58636363636364 | No | 
| 2 | ownsWork | 110 | 600 | 5.45454545454545 | No | 
| 3 | init | 103 | 11,264 | 109.359223300971 | No | 
| 4 | searchAndConnect | 101 | 28,795 | 285.09900990099 | Yes | 
| 5 | knowsAgent | 100 | 283 | 2.83 | No | 
| 6 | getWorksItems | 18 | 33 | 1.83333333333333 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 1 | 1 | Yes | 
| 11 | Total | 127 | 29,088 | 
2.2.2.8 Found structures
2.2.2.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-07-53-MaSMCe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-07-53-MaSMCe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.3 SIM10-06-07-54-d46pCk–CV
2.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,032 | 110 | 110 | 601 | 1,963 | 
2.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 24,090 | 41,072 | 1.7049398090494 | No | 
| existsSimilarity | 24,090 | 40,565 | 1.68389373183894 | No | 
| similarityEdges | 24,090 | 39,879 | 1.65541718555417 | No | 
| connectAllSimilar | 220 | 41,335 | 187.886363636364 | Yes | 
| init | 103 | 10,790 | 104.757281553398 | No | 
| connect | 8 | 16 | 2 | Yes | 
| Total | 236 | 41,656 | 
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-06-07-54-d46pCk--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-06-07-54-d46pCk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4 SIM10-06-07-54-d46pCk–DV
2.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,016 | 110 | 110 | 601 | 1,947 | 
2.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | knowsAgent | 601 | 1,005 | 1.67221297836938 | No | 
| 2 | addItemToWork | 220 | 2,128 | 9.67272727272727 | No | 
| 3 | ownsWork | 110 | 790 | 7.18181818181818 | No | 
| 4 | init | 103 | 10,946 | 106.271844660194 | No | 
| 5 | searchAndConnect | 101 | 37,911 | 375.356435643564 | Yes | 
| 6 | getWorksItems | 18 | 28 | 1.55555555555556 | Yes | 
| 9 | cycleSearch | 2 | 237 | 118.5 | Yes | 
| 10 | getWorks | 2 | 320 | 160 | No | 
| 11 | Total | 128 | 38,620 | 
2.2.4.8 Found structures
2.2.4.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-07-54-d46pCk--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-06-07-54-d46pCk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.5 SIM10-06-09-03-pPqI8b–CV
2.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 10 | 2 | 
2.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,704 | 210 | 210 | 100 | 4,434 | 
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 | 156,828 | 1.78233890214797 | No | 
| existsSimilarity | 87,990 | 154,995 | 1.76150698943062 | No | 
| similarityEdges | 87,990 | 152,369 | 1.73166268894193 | No | 
| connectAllSimilar | 420 | 157,692 | 375.457142857143 | Yes | 
| init | 103 | 10,881 | 105.640776699029 | No | 
| connect | 88 | 238 | 2.70454545454545 | Yes | 
| Total | 516 | 158,365 | 
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-06-09-03-pPqI8b--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-06-09-03-pPqI8b--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6 SIM10-06-09-03-pPqI8b–DV
2.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 10 | 2 | 
2.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,528 | 210 | 210 | 100 | 4,258 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 420 | 3,363 | 8.00714285714286 | No | 
| 2 | ownsWork | 210 | 1,219 | 5.8047619047619 | No | 
| 3 | init | 103 | 11,401 | 110.68932038835 | No | 
| 4 | searchAndConnect | 101 | 64,833 | 641.910891089109 | Yes | 
| 5 | knowsAgent | 100 | 272 | 2.72 | No | 
| 6 | getWorksItems | 18 | 69 | 3.83333333333333 | Yes | 
| 9 | cycleSearch | 3 | 874 | 291.333333333333 | Yes | 
| 10 | getWorks | 3 | 591 | 197 | No | 
| 11 | Total | 130 | 66,973 | 
2.2.6.8 Found structures
2.2.6.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-09-03-pPqI8b--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-09-03-pPqI8b--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7 SIM10-06-09-06-kZsYWq–CV
2.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,800 | 210 | 210 | 601 | 5,031 | 
2.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 87,990 | 158,005 | 1.79571542220707 | No | 
| existsSimilarity | 87,990 | 156,405 | 1.77753153767474 | No | 
| similarityEdges | 87,990 | 153,969 | 1.74984657347426 | No | 
| connectAllSimilar | 420 | 158,884 | 378.295238095238 | Yes | 
| init | 103 | 10,847 | 105.31067961165 | No | 
| connect | 27 | 55 | 2.03703703703704 | Yes | 
| Total | 455 | 159,504 | 
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-06-09-06-kZsYWq--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-06-09-06-kZsYWq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8 SIM10-06-09-06-kZsYWq–DV
2.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,746 | 210 | 210 | 601 | 4,977 | 
2.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 982 | 1.63394342762063 | No | 
| 2 | addItemToWork | 420 | 2,543 | 6.0547619047619 | No | 
| 3 | ownsWork | 210 | 1,257 | 5.98571428571429 | No | 
| 4 | init | 103 | 11,439 | 111.058252427184 | No | 
| 5 | searchAndConnect | 101 | 88,564 | 876.871287128713 | Yes | 
| 6 | getWorksItems | 18 | 25 | 1.38888888888889 | Yes | 
| 9 | cycleSearch | 3 | 819 | 273 | Yes | 
| 10 | getWorks | 3 | 845 | 281.666666666667 | No | 
| 11 | Total | 130 | 90,051 | 
2.2.8.8 Found structures
2.2.8.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-09-06-kZsYWq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-09-06-kZsYWq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.9 SIM10-06-07-55-pVTCaf–CV
2.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 30 | 1 | 
2.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,058 | 110 | 110 | 100 | 1,488 | 
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 | 42,054 | 1.74570361145704 | No | 
| existsSimilarity | 24,090 | 41,597 | 1.72673308426733 | No | 
| similarityEdges | 24,090 | 40,894 | 1.69755085097551 | No | 
| connectAllSimilar | 220 | 42,311 | 192.322727272727 | Yes | 
| init | 103 | 10,697 | 103.854368932039 | No | 
| connect | 7 | 9 | 1.28571428571429 | Yes | 
| Total | 235 | 42,652 | 
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-06-07-55-pVTCaf--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-06-07-55-pVTCaf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10 SIM10-06-07-55-pVTCaf–DV
2.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 30 | 1 | 
2.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,044 | 110 | 110 | 100 | 1,474 | 
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 | 1,224 | 5.56363636363636 | No | 
| 2 | ownsWork | 110 | 676 | 6.14545454545455 | No | 
| 3 | init | 103 | 11,382 | 110.504854368932 | No | 
| 4 | searchAndConnect | 101 | 31,675 | 313.613861386139 | Yes | 
| 5 | knowsAgent | 100 | 487 | 4.87 | No | 
| 6 | getWorksItems | 18 | 53 | 2.94444444444444 | Yes | 
| 9 | cycleSearch | 2 | 34 | 17 | Yes | 
| 10 | getWorks | 2 | 5 | 2.5 | No | 
| 11 | Total | 128 | 32,174 | 
2.2.10.8 Found structures
2.2.10.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-07-55-pVTCaf--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-06-07-55-pVTCaf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.11 SIM10-06-07-56-zPYDAF–CV
2.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,156 | 110 | 110 | 601 | 2,087 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 24,090 | 40,520 | 1.68202573682026 | No | 
| 2 | existsSimilarity | 24,090 | 40,037 | 1.66197592361976 | No | 
| 3 | similarityEdges | 24,090 | 39,386 | 1.63495226234952 | No | 
| 4 | connectAllSimilar | 220 | 40,734 | 185.154545454545 | Yes | 
| 5 | init | 103 | 10,578 | 102.699029126214 | No | 
| 7 | connect | 4 | 24 | 6 | Yes | 
| 11 | Total | 232 | 41,112 | 
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-06-07-56-zPYDAF--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-06-07-56-zPYDAF--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12 SIM10-06-07-56-zPYDAF–DV
2.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,148 | 110 | 110 | 601 | 2,079 | 
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 | 1,009 | 1.67886855241265 | No | 
| 2 | addItemToWork | 220 | 1,277 | 5.80454545454545 | No | 
| 3 | ownsWork | 110 | 629 | 5.71818181818182 | No | 
| 4 | init | 103 | 11,319 | 109.893203883495 | No | 
| 5 | searchAndConnect | 101 | 41,800 | 413.861386138614 | Yes | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 35 | 17.5 | Yes | 
| 10 | getWorks | 2 | 51 | 25.5 | No | 
| 11 | Total | 128 | 42,431 | 
2.2.12.8 Found structures
2.2.12.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-07-56-zPYDAF--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-06-07-56-zPYDAF--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.13 SIM10-06-09-09-5a8My6–CV
2.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 30 | 2 | 
2.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,680 | 210 | 210 | 100 | 4,410 | 
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 | 164,768 | 1.87257642913967 | No | 
| existsSimilarity | 87,990 | 163,074 | 1.85332424139107 | No | 
| similarityEdges | 87,990 | 160,455 | 1.8235594953972 | No | 
| connectAllSimilar | 420 | 165,670 | 394.452380952381 | Yes | 
| init | 103 | 11,033 | 107.116504854369 | No | 
| connect | 18 | 32 | 1.77777777777778 | Yes | 
| Total | 446 | 166,231 | 
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-06-09-09-5a8My6--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-06-09-09-5a8My6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14 SIM10-06-09-09-5a8My6–DV
2.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 30 | 2 | 
2.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,644 | 210 | 210 | 100 | 4,374 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 420 | 2,745 | 6.53571428571429 | No | 
| 2 | ownsWork | 210 | 1,331 | 6.33809523809524 | No | 
| 3 | init | 103 | 11,650 | 113.106796116505 | No | 
| 4 | searchAndConnect | 101 | 82,360 | 815.445544554455 | Yes | 
| 5 | knowsAgent | 100 | 294 | 2.94 | No | 
| 6 | getWorksItems | 18 | 31 | 1.72222222222222 | Yes | 
| 9 | cycleSearch | 3 | 64 | 21.3333333333333 | Yes | 
| 10 | getWorks | 3 | 6 | 2 | No | 
| 11 | Total | 130 | 83,014 | 
2.2.14.8 Found structures
2.2.14.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-09-09-5a8My6--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-06-09-09-5a8My6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.15 SIM10-06-09-12-kYn4oJ–CV
2.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,858 | 210 | 210 | 601 | 5,089 | 
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 | 162,760 | 1.8497556540516 | No | 
| existsSimilarity | 87,990 | 161,153 | 1.83149221502443 | No | 
| similarityEdges | 87,990 | 158,594 | 1.80240936470053 | No | 
| connectAllSimilar | 420 | 163,688 | 389.733333333333 | Yes | 
| init | 103 | 11,173 | 108.47572815534 | No | 
| connect | 23 | 37 | 1.60869565217391 | Yes | 
| Total | 451 | 164,287 | 
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-06-09-12-kYn4oJ--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-06-09-12-kYn4oJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.16 SIM10-06-09-12-kYn4oJ–DV
2.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,812 | 210 | 210 | 601 | 5,043 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,088 | 1.81031613976705 | No | 
| 2 | addItemToWork | 420 | 2,408 | 5.73333333333333 | No | 
| 3 | ownsWork | 210 | 1,173 | 5.58571428571429 | No | 
| 4 | init | 103 | 11,642 | 113.029126213592 | No | 
| 5 | searchAndConnect | 101 | 92,046 | 911.346534653465 | Yes | 
| 6 | getWorksItems | 18 | 31 | 1.72222222222222 | Yes | 
| 9 | cycleSearch | 4 | 848 | 212 | Yes | 
| 10 | getWorks | 4 | 872 | 218 | No | 
| 11 | Total | 132 | 93,612 | 
2.2.16.8 Found structures
2.2.16.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-09-12-kYn4oJ--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-06-09-12-kYn4oJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.17 SIM10-06-06-51-yvdeqH–CV
2.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 5 | 1 | 
2.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,002 | 110 | 110 | 100 | 1,432 | 
2.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 24,090 | 38,705 | 1.60668327106683 | No | 
| existsSimilarity | 24,090 | 37,668 | 1.56363636363636 | No | 
| similarityEdges | 24,090 | 37,030 | 1.53715234537152 | No | 
| connect | 292 | 564 | 1.93150684931507 | Yes | 
| connectAllSimilar | 220 | 38,937 | 176.986363636364 | Yes | 
| init | 103 | 10,486 | 101.805825242718 | No | 
| Total | 520 | 39,922 | 
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-06-06-51-yvdeqH--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-06-06-51-yvdeqH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18 SIM10-06-06-51-yvdeqH–DV
2.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 5 | 1 | 
2.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 418 | 110 | 110 | 100 | 848 | 
2.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 17,543 | 4.87305555555556 | Yes | 
| 3 | getWorks | 3,600 | 41,408 | 11.5022222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 101 | 0.0280555555555556 | Yes | 
| 6 | addItemToWork | 220 | 1,929 | 8.76818181818182 | No | 
| 7 | ownsWork | 110 | 845 | 7.68181818181818 | No | 
| 8 | init | 103 | 11,640 | 113.009708737864 | No | 
| 9 | searchAndConnect | 101 | 12,642 | 125.168316831683 | Yes | 
| 10 | knowsAgent | 100 | 196 | 1.96 | No | 
| 1 | Total | 14,501 | 49,711 | 
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-06-06-51-yvdeqH--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-06-06-51-yvdeqH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.19 SIM10-06-07-52-YcHHhE–CV
2.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,000 | 110 | 110 | 601 | 1,931 | 
2.2.19.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 24,090 | 40,328 | 1.67405562474056 | No | 
| existsSimilarity | 24,090 | 39,865 | 1.65483603154836 | No | 
| similarityEdges | 24,090 | 39,219 | 1.6280199252802 | No | 
| connectAllSimilar | 220 | 40,560 | 184.363636363636 | Yes | 
| init | 103 | 10,508 | 102.019417475728 | No | 
| connect | 5 | 8 | 1.6 | Yes | 
| Total | 233 | 40,901 | 
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-06-07-52-YcHHhE--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-06-07-52-YcHHhE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20 SIM10-06-07-52-YcHHhE–DV
2.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 990 | 110 | 110 | 601 | 1,921 | 
2.2.20.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 983 | 1.63560732113145 | No | 
| 2 | addItemToWork | 220 | 1,657 | 7.53181818181818 | No | 
| 3 | ownsWork | 110 | 625 | 5.68181818181818 | No | 
| 4 | init | 103 | 11,160 | 108.349514563107 | No | 
| 5 | searchAndConnect | 101 | 33,957 | 336.207920792079 | Yes | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 112 | 56 | Yes | 
| 10 | getWorks | 2 | 321 | 160.5 | No | 
| 11 | Total | 128 | 34,556 | 
2.2.20.8 Found structures
2.2.20.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-07-52-YcHHhE--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-06-07-52-YcHHhE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21 SIM10-06-07-57-Pfkouh–CV
2.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 5 | 2 | 
2.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,606 | 210 | 210 | 100 | 4,336 | 
2.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 87,990 | 150,175 | 1.70672803727696 | No | 
| existsSimilarity | 87,990 | 146,498 | 1.66493919763609 | No | 
| similarityEdges | 87,990 | 144,107 | 1.63776565518809 | No | 
| connect | 1,044 | 2,110 | 2.02107279693487 | Yes | 
| connectAllSimilar | 420 | 151,017 | 359.564285714286 | Yes | 
| init | 103 | 10,661 | 103.504854368932 | No | 
| Total | 1,472 | 153,613 | 
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-06-07-57-Pfkouh--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-06-07-57-Pfkouh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22 SIM10-06-07-57-Pfkouh–DV
2.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 10 | 1 | 5 | 2 | 
2.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 1,518 | 210 | 210 | 100 | 2,248 | 
2.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 16,414 | 4.55944444444444 | Yes | 
| 3 | getWorks | 3,600 | 41,354 | 11.4872222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 94 | 0.0261111111111111 | Yes | 
| 6 | addItemToWork | 420 | 2,763 | 6.57857142857143 | No | 
| 7 | ownsWork | 210 | 1,327 | 6.31904761904762 | No | 
| 8 | init | 103 | 11,253 | 109.252427184466 | No | 
| 9 | searchAndConnect | 101 | 30,047 | 297.49504950495 | Yes | 
| 10 | knowsAgent | 100 | 296 | 2.96 | No | 
| 1 | Total | 14,501 | 62,313 | 
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-06-07-57-Pfkouh--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-06-07-57-Pfkouh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.23 SIM10-06-09-00-GFwtF2–CV
2.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,706 | 210 | 210 | 601 | 4,937 | 
2.2.23.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 87,990 | 159,428 | 1.81188771451301 | No | 
| existsSimilarity | 87,990 | 157,806 | 1.79345380156836 | No | 
| similarityEdges | 87,990 | 155,268 | 1.76460961472895 | No | 
| connectAllSimilar | 420 | 160,292 | 381.647619047619 | Yes | 
| init | 103 | 10,818 | 105.029126213592 | No | 
| connect | 19 | 29 | 1.52631578947368 | Yes | 
| Total | 447 | 160,844 | 
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-06-09-00-GFwtF2--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-06-09-00-GFwtF2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24 SIM10-06-09-00-GFwtF2–DV
2.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,668 | 210 | 210 | 601 | 4,899 | 
2.2.24.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 947 | 1.5757071547421 | No | 
| 2 | addItemToWork | 420 | 3,181 | 7.57380952380952 | No | 
| 3 | ownsWork | 210 | 1,866 | 8.88571428571429 | No | 
| 4 | init | 103 | 11,639 | 113 | No | 
| 5 | searchAndConnect | 101 | 92,371 | 914.564356435644 | Yes | 
| 6 | getWorksItems | 18 | 26 | 1.44444444444444 | Yes | 
| 9 | cycleSearch | 3 | 94 | 31.3333333333333 | Yes | 
| 10 | getWorks | 3 | 538 | 179.333333333333 | No | 
| 11 | Total | 130 | 93,035 | 
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-06-09-00-GFwtF2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-09-00-GFwtF2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.25 SIM10-06-10-18-VIwfiK–CV
2.2.25.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 10 | 1 | 
2.2.25.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,294 | 120 | 120 | 100 | 1,754 | 
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 | 48,044 | 1.67517433751743 | No | 
| existsSimilarity | 28,680 | 47,519 | 1.65686889818689 | No | 
| similarityEdges | 28,680 | 46,829 | 1.63281032078103 | No | 
| connectAllSimilar | 240 | 48,280 | 201.166666666667 | Yes | 
| init | 103 | 11,057 | 107.349514563107 | No | 
| connect | 9 | 12 | 1.33333333333333 | Yes | 
| Total | 257 | 48,645 | 
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-06-10-18-VIwfiK--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-06-10-18-VIwfiK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.26 SIM10-06-10-18-VIwfiK–DV
2.2.26.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 10 | 1 | 
2.2.26.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,276 | 120 | 120 | 100 | 1,736 | 
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 | 1,728 | 7.2 | No | 
| 2 | ownsWork | 120 | 1,051 | 8.75833333333333 | No | 
| 3 | init | 103 | 11,883 | 115.368932038835 | No | 
| 4 | searchAndConnect | 101 | 41,184 | 407.762376237624 | Yes | 
| 5 | knowsAgent | 100 | 204 | 2.04 | No | 
| 6 | getWorksItems | 38 | 74 | 1.94736842105263 | Yes | 
| 9 | cycleSearch | 2 | 126 | 63 | Yes | 
| 10 | getWorks | 2 | 246 | 123 | No | 
| 11 | Total | 148 | 42,234 | 
2.2.26.8 Found structures
2.2.26.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-10-18-VIwfiK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.26.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-10-18-VIwfiK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.27 SIM10-06-10-19-ALycgd–CV
2.2.27.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.27.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,300 | 120 | 120 | 601 | 2,261 | 
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 | 51,426 | 1.79309623430962 | No | 
| existsSimilarity | 28,680 | 50,815 | 1.77179218967922 | No | 
| similarityEdges | 28,680 | 49,944 | 1.74142259414226 | No | 
| connectAllSimilar | 240 | 51,738 | 215.575 | Yes | 
| init | 103 | 11,838 | 114.932038834951 | No | 
| connect | 12 | 61 | 5.08333333333333 | Yes | 
| Total | 260 | 52,304 | 
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-06-10-19-ALycgd--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-06-10-19-ALycgd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.28 SIM10-06-10-19-ALycgd–DV
2.2.28.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.28.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,276 | 120 | 120 | 601 | 2,237 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,112 | 1.85024958402662 | No | 
| 2 | addItemToWork | 240 | 1,610 | 6.70833333333333 | No | 
| 3 | ownsWork | 120 | 743 | 6.19166666666667 | No | 
| 4 | init | 103 | 11,911 | 115.640776699029 | No | 
| 5 | searchAndConnect | 101 | 43,811 | 433.772277227723 | Yes | 
| 6 | getWorksItems | 38 | 83 | 2.18421052631579 | Yes | 
| 9 | cycleSearch | 2 | 287 | 143.5 | Yes | 
| 10 | getWorks | 2 | 436 | 218 | No | 
| 11 | Total | 148 | 44,908 | 
2.2.28.8 Found structures
2.2.28.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-10-19-ALycgd--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-06-10-19-ALycgd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.29 SIM10-06-11-29-cBYYAE–CV
2.2.29.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 10 | 2 | 
2.2.29.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,148 | 220 | 220 | 100 | 4,908 | 
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 | 175,404 | 1.81615241250777 | No | 
| existsSimilarity | 96,580 | 173,655 | 1.79804307310002 | No | 
| similarityEdges | 96,580 | 171,041 | 1.77097742803893 | No | 
| connectAllSimilar | 440 | 176,276 | 400.627272727273 | Yes | 
| init | 103 | 11,176 | 108.504854368932 | No | 
| connect | 52 | 125 | 2.40384615384615 | Yes | 
| Total | 500 | 177,046 | 
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-06-11-29-cBYYAE--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-06-11-29-cBYYAE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.30 SIM10-06-11-29-cBYYAE–DV
2.2.30.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 10 | 2 | 
2.2.30.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,044 | 220 | 220 | 100 | 4,804 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 440 | 4,786 | 10.8772727272727 | No | 
| 2 | ownsWork | 220 | 1,483 | 6.74090909090909 | No | 
| 3 | init | 103 | 12,160 | 118.058252427184 | No | 
| 4 | searchAndConnect | 101 | 86,705 | 858.465346534653 | Yes | 
| 5 | knowsAgent | 100 | 333 | 3.33 | No | 
| 6 | getWorksItems | 38 | 142 | 3.73684210526316 | Yes | 
| 9 | cycleSearch | 3 | 139 | 46.3333333333333 | Yes | 
| 10 | getWorks | 3 | 284 | 94.6666666666667 | No | 
| 11 | Total | 150 | 87,916 | 
2.2.30.8 Found structures
2.2.30.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-29-cBYYAE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.30.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-29-cBYYAE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.31 SIM10-06-11-32-uS8t3t–CV
2.2.31.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.31.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,124 | 220 | 220 | 601 | 5,385 | 
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 | 176,450 | 1.82698281217643 | No | 
| existsSimilarity | 96,580 | 174,733 | 1.80920480430731 | No | 
| similarityEdges | 96,580 | 172,097 | 1.78191136881342 | No | 
| connectAllSimilar | 440 | 177,362 | 403.095454545455 | Yes | 
| init | 103 | 11,369 | 110.378640776699 | No | 
| connect | 20 | 38 | 1.9 | Yes | 
| Total | 468 | 178,121 | 
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-06-11-32-uS8t3t--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-06-11-32-uS8t3t--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32 SIM10-06-11-32-uS8t3t–DV
2.2.32.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.32.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,084 | 220 | 220 | 601 | 5,345 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,084 | 1.80366056572379 | No | 
| 2 | addItemToWork | 440 | 3,178 | 7.22272727272727 | No | 
| 3 | ownsWork | 220 | 1,242 | 5.64545454545455 | No | 
| 4 | init | 103 | 11,950 | 116.019417475728 | No | 
| 5 | searchAndConnect | 101 | 94,914 | 939.742574257426 | Yes | 
| 6 | getWorksItems | 38 | 91 | 2.39473684210526 | Yes | 
| 9 | cycleSearch | 4 | 671 | 167.75 | Yes | 
| 10 | getWorks | 4 | 720 | 180 | No | 
| 11 | Total | 152 | 96,916 | 
2.2.32.8 Found structures
2.2.32.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-32-uS8t3t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-32-uS8t3t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.33 SIM10-06-10-20-wauu7P–CV
2.2.33.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 30 | 1 | 
2.2.33.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,366 | 120 | 120 | 100 | 1,826 | 
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 | 49,972 | 1.74239888423989 | No | 
| existsSimilarity | 28,680 | 49,431 | 1.72353556485356 | No | 
| similarityEdges | 28,680 | 48,653 | 1.69640864714086 | No | 
| connectAllSimilar | 240 | 50,248 | 209.366666666667 | Yes | 
| init | 103 | 11,569 | 112.320388349515 | No | 
| connect | 10 | 38 | 3.8 | Yes | 
| Total | 258 | 50,718 | 
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-06-10-20-wauu7P--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-06-10-20-wauu7P--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.34 SIM10-06-10-20-wauu7P–DV
2.2.34.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 30 | 1 | 
2.2.34.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,346 | 120 | 120 | 100 | 1,806 | 
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,028 | 8.45 | No | 
| 2 | ownsWork | 120 | 1,374 | 11.45 | No | 
| 3 | init | 103 | 12,650 | 122.815533980583 | No | 
| 4 | searchAndConnect | 101 | 30,228 | 299.287128712871 | Yes | 
| 5 | knowsAgent | 100 | 566 | 5.66 | No | 
| 6 | getWorksItems | 38 | 64 | 1.68421052631579 | Yes | 
| 9 | cycleSearch | 2 | 369 | 184.5 | Yes | 
| 10 | getWorks | 2 | 199 | 99.5 | No | 
| 11 | Total | 148 | 31,385 | 
2.2.34.8 Found structures
2.2.34.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-10-20-wauu7P--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-06-10-20-wauu7P--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.35 SIM10-06-10-21-AFKZQ9–CV
2.2.35.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.35.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,266 | 120 | 120 | 601 | 2,227 | 
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 | 47,783 | 1.66607391910739 | No | 
| existsSimilarity | 28,680 | 47,318 | 1.64986052998605 | No | 
| similarityEdges | 28,680 | 46,612 | 1.62524407252441 | No | 
| connectAllSimilar | 240 | 48,063 | 200.2625 | Yes | 
| init | 103 | 11,032 | 107.106796116505 | No | 
| connect | 11 | 16 | 1.45454545454545 | Yes | 
| Total | 259 | 48,624 | 
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-06-10-21-AFKZQ9--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-06-10-21-AFKZQ9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.36 SIM10-06-10-21-AFKZQ9–DV
2.2.36.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.36.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,244 | 120 | 120 | 601 | 2,205 | 
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,075 | 1.78868552412646 | No | 
| 2 | addItemToWork | 240 | 2,587 | 10.7791666666667 | No | 
| 3 | ownsWork | 120 | 617 | 5.14166666666667 | No | 
| 4 | init | 103 | 12,241 | 118.844660194175 | No | 
| 5 | searchAndConnect | 101 | 46,914 | 464.49504950495 | Yes | 
| 6 | getWorksItems | 38 | 79 | 2.07894736842105 | Yes | 
| 9 | cycleSearch | 2 | 126 | 63 | Yes | 
| 10 | getWorks | 2 | 7 | 3.5 | No | 
| 11 | Total | 148 | 47,745 | 
2.2.36.8 Found structures
2.2.36.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-10-21-AFKZQ9--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-06-10-21-AFKZQ9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.37 SIM10-06-11-36-vroJyB–CV
2.2.37.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 30 | 2 | 
2.2.37.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,114 | 220 | 220 | 100 | 4,874 | 
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 | 177,898 | 1.84197556429903 | No | 
| existsSimilarity | 96,580 | 176,126 | 1.8236280803479 | No | 
| similarityEdges | 96,580 | 173,373 | 1.79512321391592 | No | 
| connectAllSimilar | 440 | 178,792 | 406.345454545455 | Yes | 
| init | 103 | 11,240 | 109.126213592233 | No | 
| connect | 20 | 32 | 1.6 | Yes | 
| Total | 468 | 179,396 | 
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-06-11-36-vroJyB--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-06-11-36-vroJyB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.38 SIM10-06-11-36-vroJyB–DV
2.2.38.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 30 | 2 | 
2.2.38.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,074 | 220 | 220 | 100 | 4,834 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 440 | 3,644 | 8.28181818181818 | No | 
| 2 | ownsWork | 220 | 1,539 | 6.99545454545455 | No | 
| 3 | init | 103 | 12,304 | 119.456310679612 | No | 
| 4 | searchAndConnect | 101 | 90,934 | 900.336633663366 | Yes | 
| 5 | knowsAgent | 100 | 240 | 2.4 | No | 
| 6 | getWorksItems | 38 | 57 | 1.5 | Yes | 
| 9 | cycleSearch | 4 | 214 | 53.5 | Yes | 
| 10 | getWorks | 4 | 117 | 29.25 | No | 
| 11 | Total | 152 | 92,415 | 
2.2.38.8 Found structures
2.2.38.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-36-vroJyB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.38.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-36-vroJyB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.39 SIM10-06-11-39-IbCwUn–CV
2.2.39.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.39.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,098 | 220 | 220 | 601 | 5,359 | 
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 | 178,833 | 1.8516566576931 | No | 
| existsSimilarity | 96,580 | 177,029 | 1.83297784220335 | No | 
| similarityEdges | 96,580 | 174,325 | 1.80498032718989 | No | 
| connectAllSimilar | 440 | 179,690 | 408.386363636364 | Yes | 
| init | 103 | 11,664 | 113.242718446602 | No | 
| connect | 23 | 125 | 5.43478260869565 | Yes | 
| Total | 471 | 180,388 | 
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-06-11-39-IbCwUn--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-06-11-39-IbCwUn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40 SIM10-06-11-39-IbCwUn–DV
2.2.40.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.40.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,052 | 220 | 220 | 601 | 5,313 | 
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 | 1,185 | 1.97171381031614 | No | 
| 2 | addItemToWork | 440 | 3,736 | 8.49090909090909 | No | 
| 3 | ownsWork | 220 | 1,882 | 8.55454545454545 | No | 
| 4 | init | 103 | 12,148 | 117.941747572816 | No | 
| 5 | searchAndConnect | 101 | 91,199 | 902.960396039604 | Yes | 
| 6 | getWorksItems | 38 | 118 | 3.10526315789474 | Yes | 
| 9 | cycleSearch | 4 | 1,241 | 310.25 | Yes | 
| 10 | getWorks | 4 | 663 | 165.75 | No | 
| 11 | Total | 152 | 94,675 | 
2.2.40.8 Found structures
2.2.40.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-39-IbCwUn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-39-IbCwUn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.41 SIM10-06-09-15-5ZYYcW–CV
2.2.41.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 5 | 1 | 
2.2.41.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,268 | 120 | 120 | 100 | 1,728 | 
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 | 50,403 | 1.75742677824268 | No | 
| existsSimilarity | 28,680 | 48,635 | 1.6957810320781 | No | 
| similarityEdges | 28,680 | 47,902 | 1.67022315202232 | No | 
| connect | 460 | 1,184 | 2.57391304347826 | Yes | 
| connectAllSimilar | 240 | 50,728 | 211.366666666667 | Yes | 
| init | 103 | 11,115 | 107.912621359223 | No | 
| Total | 708 | 52,423 | 
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-06-09-15-5ZYYcW--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-06-09-15-5ZYYcW--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.42 SIM10-06-09-15-5ZYYcW–DV
2.2.42.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 5 | 1 | 
2.2.42.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 348 | 120 | 120 | 100 | 808 | 
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 | 16,020 | 4.45 | Yes | 
| 3 | getWorks | 3,600 | 41,037 | 11.3991666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 103 | 0.0286111111111111 | Yes | 
| 6 | addItemToWork | 240 | 1,240 | 5.16666666666667 | No | 
| 7 | ownsWork | 120 | 599 | 4.99166666666667 | No | 
| 8 | init | 103 | 11,984 | 116.349514563107 | No | 
| 9 | searchAndConnect | 101 | 15,223 | 150.722772277228 | Yes | 
| 10 | knowsAgent | 100 | 1,013 | 10.13 | No | 
| 1 | Total | 14,501 | 49,186 | 
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-06-09-15-5ZYYcW--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-06-09-15-5ZYYcW--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.43 SIM10-06-10-16-DjvxcN–CV
2.2.43.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.43.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,234 | 120 | 120 | 601 | 2,195 | 
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 | 48,853 | 1.70338214783821 | No | 
| existsSimilarity | 28,680 | 48,331 | 1.68518131101813 | No | 
| similarityEdges | 28,680 | 47,448 | 1.65439330543933 | No | 
| connectAllSimilar | 240 | 49,133 | 204.720833333333 | Yes | 
| init | 103 | 11,002 | 106.815533980583 | No | 
| connect | 12 | 18 | 1.5 | Yes | 
| Total | 260 | 49,648 | 
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-06-10-16-DjvxcN--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-06-10-16-DjvxcN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.44 SIM10-06-10-16-DjvxcN–DV
2.2.44.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.44.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,210 | 120 | 120 | 601 | 2,171 | 
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,123 | 1.86855241264559 | No | 
| 2 | addItemToWork | 240 | 1,495 | 6.22916666666667 | No | 
| 3 | ownsWork | 120 | 715 | 5.95833333333333 | No | 
| 4 | init | 103 | 11,777 | 114.339805825243 | No | 
| 5 | searchAndConnect | 101 | 52,142 | 516.257425742574 | Yes | 
| 6 | getWorksItems | 38 | 53 | 1.39473684210526 | Yes | 
| 9 | cycleSearch | 2 | 508 | 254 | Yes | 
| 10 | getWorks | 2 | 465 | 232.5 | No | 
| 11 | Total | 148 | 53,288 | 
2.2.44.8 Found structures
2.2.44.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-10-16-DjvxcN--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-06-10-16-DjvxcN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.45 SIM10-06-10-22-mPsCzG–CV
2.2.45.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 5 | 2 | 
2.2.45.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 3,948 | 220 | 220 | 100 | 4,708 | 
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 | 170,758 | 1.76804721474425 | No | 
| existsSimilarity | 96,580 | 166,500 | 1.72395941188652 | No | 
| similarityEdges | 96,580 | 163,793 | 1.69593083454131 | No | 
| connect | 1,213 | 2,598 | 2.14179719703215 | Yes | 
| connectAllSimilar | 440 | 171,712 | 390.254545454545 | Yes | 
| init | 103 | 11,021 | 107 | No | 
| Total | 1,661 | 175,032 | 
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-06-10-22-mPsCzG--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-06-10-22-mPsCzG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.46 SIM10-06-10-22-mPsCzG–DV
2.2.46.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 20 | 1 | 5 | 2 | 
2.2.46.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 1,522 | 220 | 220 | 100 | 2,282 | 
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 | 14,494 | 4.02611111111111 | Yes | 
| 3 | getWorks | 3,600 | 42,216 | 11.7266666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 85 | 0.0236111111111111 | Yes | 
| 6 | addItemToWork | 440 | 3,921 | 8.91136363636364 | No | 
| 7 | ownsWork | 220 | 1,592 | 7.23636363636364 | No | 
| 8 | init | 103 | 11,917 | 115.699029126214 | No | 
| 9 | searchAndConnect | 101 | 35,912 | 355.564356435644 | Yes | 
| 10 | knowsAgent | 100 | 327 | 3.27 | No | 
| 1 | Total | 14,501 | 65,373 | 
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-06-10-22-mPsCzG--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-06-10-22-mPsCzG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.47 SIM10-06-11-26-QyKFQa–CV
2.2.47.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.47.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,164 | 220 | 220 | 601 | 5,425 | 
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 | 176,129 | 1.82365914267964 | No | 
| existsSimilarity | 96,580 | 174,461 | 1.80638848622903 | No | 
| similarityEdges | 96,580 | 171,753 | 1.77834955477325 | No | 
| connectAllSimilar | 440 | 177,065 | 402.420454545455 | Yes | 
| init | 103 | 11,206 | 108.796116504854 | No | 
| connect | 21 | 46 | 2.19047619047619 | Yes | 
| Total | 469 | 177,778 | 
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-06-11-26-QyKFQa--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-06-11-26-QyKFQa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.48 SIM10-06-11-26-QyKFQa–DV
2.2.48.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.48.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,122 | 220 | 220 | 601 | 5,383 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,028 | 1.71048252911814 | No | 
| 2 | addItemToWork | 440 | 3,430 | 7.79545454545455 | No | 
| 3 | ownsWork | 220 | 2,048 | 9.30909090909091 | No | 
| 4 | init | 103 | 11,894 | 115.47572815534 | No | 
| 5 | searchAndConnect | 101 | 102,100 | 1010.89108910891 | Yes | 
| 6 | getWorksItems | 38 | 67 | 1.76315789473684 | Yes | 
| 9 | cycleSearch | 4 | 706 | 176.5 | Yes | 
| 10 | getWorks | 4 | 865 | 216.25 | No | 
| 11 | Total | 152 | 104,050 | 
2.2.48.8 Found structures
2.2.48.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-26-QyKFQa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.48.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-26-QyKFQa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.49 SIM10-06-05-30-GEyUU9–CV
2.2.49.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 10 | 1 | 
2.2.49.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,016 | 105 | 105 | 100 | 1,431 | 
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 | 38,269 | 1.74385964912281 | No | 
| existsSimilarity | 21,945 | 37,740 | 1.71975393028025 | No | 
| similarityEdges | 21,945 | 37,019 | 1.68689906584643 | No | 
| connectAllSimilar | 210 | 38,506 | 183.361904761905 | Yes | 
| init | 103 | 10,210 | 99.126213592233 | No | 
| connect | 47 | 92 | 1.95744680851064 | Yes | 
| Total | 265 | 38,847 | 
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-06-05-30-GEyUU9--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-06-05-30-GEyUU9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.50 SIM10-06-05-30-GEyUU9–DV
2.2.50.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 10 | 1 | 
2.2.50.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 922 | 105 | 105 | 100 | 1,337 | 
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 | 1,619 | 7.70952380952381 | No | 
| 2 | ownsWork | 105 | 661 | 6.2952380952381 | No | 
| 3 | init | 103 | 10,825 | 105.097087378641 | No | 
| 4 | searchAndConnect | 101 | 25,370 | 251.188118811881 | Yes | 
| 5 | knowsAgent | 100 | 260 | 2.6 | No | 
| 6 | getWorksItems | 8 | 12 | 1.5 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 117 | 25,691 | 
2.2.50.8 Found structures
2.2.50.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-30-GEyUU9--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-06-05-30-GEyUU9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.51 SIM10-06-05-31-K4E6pi–CV
2.2.51.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.51.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,006 | 105 | 105 | 601 | 1,922 | 
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 | 36,755 | 1.67486899065846 | No | 
| existsSimilarity | 21,945 | 36,317 | 1.65491000227842 | No | 
| similarityEdges | 21,945 | 35,655 | 1.62474367737526 | No | 
| connectAllSimilar | 210 | 36,978 | 176.085714285714 | Yes | 
| init | 103 | 10,347 | 100.456310679612 | No | 
| connect | 9 | 16 | 1.77777777777778 | Yes | 
| Total | 227 | 37,270 | 
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-06-05-31-K4E6pi--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-06-05-31-K4E6pi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.52 SIM10-06-05-31-K4E6pi–DV
2.2.52.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.52.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 988 | 105 | 105 | 601 | 1,904 | 
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 | 938 | 1.56073211314476 | No | 
| 2 | addItemToWork | 210 | 1,203 | 5.72857142857143 | No | 
| 3 | ownsWork | 105 | 553 | 5.26666666666667 | No | 
| 4 | init | 103 | 10,755 | 104.417475728155 | No | 
| 5 | searchAndConnect | 101 | 33,160 | 328.316831683168 | Yes | 
| 6 | getWorksItems | 8 | 13 | 1.625 | Yes | 
| 9 | cycleSearch | 2 | 357 | 178.5 | Yes | 
| 10 | getWorks | 2 | 229 | 114.5 | No | 
| 11 | Total | 118 | 34,075 | 
2.2.52.8 Found structures
2.2.52.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-31-K4E6pi--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-06-05-31-K4E6pi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.53 SIM10-06-06-39-S7kVqj–CV
2.2.53.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 10 | 2 | 
2.2.53.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,442 | 205 | 205 | 100 | 4,157 | 
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 | 144,507 | 1.72350169956467 | No | 
| existsSimilarity | 83,845 | 142,793 | 1.70305921641124 | No | 
| similarityEdges | 83,845 | 140,238 | 1.67258631999523 | No | 
| connectAllSimilar | 410 | 145,403 | 354.641463414634 | Yes | 
| init | 103 | 10,651 | 103.407766990291 | No | 
| connect | 72 | 138 | 1.91666666666667 | Yes | 
| Total | 490 | 145,957 | 
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-06-06-39-S7kVqj--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-06-06-39-S7kVqj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.54 SIM10-06-06-39-S7kVqj–DV
2.2.54.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 10 | 2 | 
2.2.54.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,298 | 205 | 205 | 100 | 4,013 | 
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 | 2,909 | 7.09512195121951 | No | 
| 2 | ownsWork | 205 | 1,481 | 7.22439024390244 | No | 
| 3 | init | 103 | 10,980 | 106.601941747573 | No | 
| 4 | searchAndConnect | 101 | 61,078 | 604.732673267327 | Yes | 
| 5 | knowsAgent | 100 | 454 | 4.54 | No | 
| 6 | getWorksItems | 8 | 20 | 2.5 | Yes | 
| 9 | cycleSearch | 2 | 747 | 373.5 | Yes | 
| 10 | getWorks | 2 | 502 | 251 | No | 
| 11 | Total | 118 | 62,839 | 
2.2.54.8 Found structures
2.2.54.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-06-39-S7kVqj--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-06-06-39-S7kVqj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.55 SIM10-06-06-42-ADcmCH–CV
2.2.55.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.55.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,650 | 205 | 205 | 601 | 4,866 | 
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 | 144,426 | 1.72253563122428 | No | 
| existsSimilarity | 83,845 | 142,874 | 1.70402528475163 | No | 
| similarityEdges | 83,845 | 140,356 | 1.67399367881209 | No | 
| connectAllSimilar | 410 | 145,263 | 354.3 | Yes | 
| init | 103 | 11,305 | 109.757281553398 | No | 
| connect | 22 | 41 | 1.86363636363636 | Yes | 
| Total | 440 | 145,727 | 
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-06-06-42-ADcmCH--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-06-06-42-ADcmCH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.56 SIM10-06-06-42-ADcmCH–DV
2.2.56.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.56.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,606 | 205 | 205 | 601 | 4,822 | 
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 | 1,057 | 1.75873544093178 | No | 
| 2 | addItemToWork | 410 | 3,122 | 7.61463414634146 | No | 
| 3 | ownsWork | 205 | 1,308 | 6.38048780487805 | No | 
| 4 | init | 103 | 11,082 | 107.592233009709 | No | 
| 5 | searchAndConnect | 101 | 84,028 | 831.960396039604 | Yes | 
| 6 | getWorksItems | 8 | 18 | 2.25 | Yes | 
| 9 | cycleSearch | 3 | 206 | 68.6666666666667 | Yes | 
| 10 | getWorks | 3 | 574 | 191.333333333333 | No | 
| 11 | Total | 120 | 84,749 | 
2.2.56.8 Found structures
2.2.56.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-06-42-ADcmCH--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-06-06-42-ADcmCH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.57 SIM10-06-05-32-cZcsGI–CV
2.2.57.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 30 | 1 | 
2.2.57.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,002 | 105 | 105 | 100 | 1,417 | 
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 | 36,876 | 1.68038277511962 | No | 
| existsSimilarity | 21,945 | 36,409 | 1.65910230120756 | No | 
| similarityEdges | 21,945 | 35,698 | 1.62670312143996 | No | 
| connectAllSimilar | 210 | 37,122 | 176.771428571429 | Yes | 
| init | 103 | 10,437 | 101.330097087379 | No | 
| connect | 6 | 12 | 2 | Yes | 
| Total | 224 | 37,485 | 
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-06-05-32-cZcsGI--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-06-05-32-cZcsGI--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.58 SIM10-06-05-32-cZcsGI–DV
2.2.58.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 30 | 1 | 
2.2.58.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 990 | 105 | 105 | 100 | 1,405 | 
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 | 2,259 | 10.7571428571429 | No | 
| 2 | ownsWork | 105 | 1,220 | 11.6190476190476 | No | 
| 3 | init | 103 | 10,841 | 105.252427184466 | No | 
| 4 | searchAndConnect | 101 | 24,486 | 242.435643564356 | Yes | 
| 5 | knowsAgent | 100 | 180 | 1.8 | No | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 117 | 24,719 | 
2.2.58.8 Found structures
2.2.58.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-32-cZcsGI--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-06-05-32-cZcsGI--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.59 SIM10-06-05-33-HrDCWx–CV
2.2.59.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.59.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 924 | 105 | 105 | 601 | 1,840 | 
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 | 36,376 | 1.65759854180907 | No | 
| existsSimilarity | 21,945 | 35,910 | 1.63636363636364 | No | 
| similarityEdges | 21,945 | 35,287 | 1.60797448165869 | No | 
| connectAllSimilar | 210 | 36,627 | 174.414285714286 | Yes | 
| init | 103 | 10,440 | 101.359223300971 | No | 
| connect | 8 | 15 | 1.875 | Yes | 
| Total | 226 | 36,939 | 
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-06-05-33-HrDCWx--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-06-05-33-HrDCWx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.60 SIM10-06-05-33-HrDCWx–DV
2.2.60.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.60.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 908 | 105 | 105 | 601 | 1,824 | 
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 | 894 | 1.48752079866889 | No | 
| 2 | addItemToWork | 210 | 1,201 | 5.71904761904762 | No | 
| 3 | ownsWork | 105 | 688 | 6.55238095238095 | No | 
| 4 | init | 103 | 10,847 | 105.31067961165 | No | 
| 5 | searchAndConnect | 101 | 31,928 | 316.118811881188 | Yes | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 9 | cycleSearch | 2 | 368 | 184 | Yes | 
| 10 | getWorks | 2 | 257 | 128.5 | No | 
| 11 | Total | 118 | 32,808 | 
2.2.60.8 Found structures
2.2.60.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-33-HrDCWx--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-06-05-33-HrDCWx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.61 SIM10-06-06-45-L4TfVk–CV
2.2.61.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 30 | 2 | 
2.2.61.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,536 | 205 | 205 | 100 | 4,251 | 
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 | 152,622 | 1.82028743514819 | No | 
| existsSimilarity | 83,845 | 150,986 | 1.80077524002624 | No | 
| similarityEdges | 83,845 | 148,457 | 1.77061243962073 | No | 
| connectAllSimilar | 410 | 153,493 | 374.373170731707 | Yes | 
| init | 103 | 10,679 | 103.679611650485 | No | 
| connect | 19 | 75 | 3.94736842105263 | Yes | 
| Total | 437 | 154,074 | 
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-06-06-45-L4TfVk--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-06-06-45-L4TfVk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.62 SIM10-06-06-45-L4TfVk–DV
2.2.62.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 30 | 2 | 
2.2.62.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,498 | 205 | 205 | 100 | 4,213 | 
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 | 3,128 | 7.62926829268293 | No | 
| 2 | ownsWork | 205 | 1,299 | 6.33658536585366 | No | 
| 3 | init | 103 | 11,274 | 109.456310679612 | No | 
| 4 | searchAndConnect | 101 | 70,653 | 699.534653465347 | Yes | 
| 5 | knowsAgent | 100 | 198 | 1.98 | No | 
| 6 | getWorksItems | 8 | 20 | 2.5 | Yes | 
| 9 | cycleSearch | 3 | 465 | 155 | Yes | 
| 10 | getWorks | 3 | 646 | 215.333333333333 | No | 
| 11 | Total | 120 | 71,569 | 
2.2.62.8 Found structures
2.2.62.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-06-45-L4TfVk--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-06-06-45-L4TfVk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.63 SIM10-06-06-48-xuU8NP–CV
2.2.63.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.63.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,622 | 205 | 205 | 601 | 4,838 | 
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 | 149,521 | 1.78330252251178 | No | 
| existsSimilarity | 83,845 | 147,893 | 1.7638857415469 | No | 
| similarityEdges | 83,845 | 145,342 | 1.73346055220943 | No | 
| connectAllSimilar | 410 | 150,377 | 366.773170731707 | Yes | 
| init | 103 | 10,986 | 106.660194174757 | No | 
| connect | 15 | 23 | 1.53333333333333 | Yes | 
| Total | 433 | 150,796 | 
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-06-06-48-xuU8NP--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-06-06-48-xuU8NP--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.64 SIM10-06-06-48-xuU8NP–DV
2.2.64.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.64.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,592 | 205 | 205 | 601 | 4,808 | 
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 | 920 | 1.53078202995008 | No | 
| 2 | addItemToWork | 410 | 2,606 | 6.35609756097561 | No | 
| 3 | ownsWork | 205 | 1,163 | 5.67317073170732 | No | 
| 4 | init | 103 | 11,158 | 108.330097087379 | No | 
| 5 | searchAndConnect | 101 | 76,737 | 759.772277227723 | Yes | 
| 6 | getWorksItems | 8 | 12 | 1.5 | Yes | 
| 9 | cycleSearch | 3 | 1,062 | 354 | Yes | 
| 10 | getWorks | 3 | 664 | 221.333333333333 | No | 
| 11 | Total | 120 | 78,937 | 
2.2.64.8 Found structures
2.2.64.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-06-48-xuU8NP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.64.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-06-48-xuU8NP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.65 SIM10-06-04-28-hVvVYb–CV
2.2.65.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 5 | 1 | 
2.2.65.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 968 | 105 | 105 | 100 | 1,383 | 
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 | 36,976 | 1.68493962178173 | No | 
| existsSimilarity | 21,945 | 36,033 | 1.64196855775803 | No | 
| similarityEdges | 21,945 | 35,411 | 1.61362497151971 | No | 
| connect | 222 | 470 | 2.11711711711712 | Yes | 
| connectAllSimilar | 210 | 37,216 | 177.219047619048 | Yes | 
| init | 103 | 10,122 | 98.2718446601942 | No | 
| Total | 440 | 37,938 | 
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-06-04-28-hVvVYb--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-06-04-28-hVvVYb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.66 SIM10-06-04-28-hVvVYb–DV
2.2.66.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 5 | 1 | 
2.2.66.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 524 | 105 | 105 | 100 | 939 | 
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 | 45,151 | 12.5419444444444 | Yes | 
| 3 | getWorks | 3,600 | 37,559 | 10.4330555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 118 | 0.0327777777777778 | Yes | 
| 6 | addItemToWork | 210 | 1,248 | 5.94285714285714 | No | 
| 7 | ownsWork | 105 | 565 | 5.38095238095238 | No | 
| 8 | init | 103 | 10,545 | 102.378640776699 | No | 
| 9 | searchAndConnect | 101 | 14,167 | 140.267326732673 | Yes | 
| 10 | knowsAgent | 100 | 540 | 5.4 | No | 
| 1 | Total | 14,501 | 228,113 | 
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-06-04-28-hVvVYb--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-06-04-28-hVvVYb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.67 SIM10-06-05-29-d99Ubw–CV
2.2.67.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.67.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 966 | 105 | 105 | 601 | 1,882 | 
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 | 36,161 | 1.64780132148553 | No | 
| existsSimilarity | 21,945 | 35,760 | 1.62952836637047 | No | 
| similarityEdges | 21,945 | 35,135 | 1.60104807473229 | No | 
| connectAllSimilar | 210 | 36,390 | 173.285714285714 | Yes | 
| init | 103 | 10,404 | 101.009708737864 | No | 
| connect | 6 | 10 | 1.66666666666667 | Yes | 
| Total | 224 | 36,627 | 
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-06-05-29-d99Ubw--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-06-05-29-d99Ubw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.68 SIM10-06-05-29-d99Ubw–DV
2.2.68.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.68.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 954 | 105 | 105 | 601 | 1,870 | 
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 | 946 | 1.57404326123128 | No | 
| 2 | addItemToWork | 210 | 1,236 | 5.88571428571429 | No | 
| 3 | ownsWork | 105 | 540 | 5.14285714285714 | No | 
| 4 | init | 103 | 10,605 | 102.961165048544 | No | 
| 5 | searchAndConnect | 101 | 32,167 | 318.485148514851 | Yes | 
| 6 | getWorksItems | 8 | 11 | 1.375 | Yes | 
| 9 | cycleSearch | 2 | 320 | 160 | Yes | 
| 10 | getWorks | 2 | 220 | 110 | No | 
| 11 | Total | 118 | 32,846 | 
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-06-05-29-d99Ubw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.68.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-05-29-d99Ubw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.69 SIM10-06-05-34-j3U3Rp–CV
2.2.69.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 5 | 2 | 
2.2.69.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,420 | 205 | 205 | 100 | 4,135 | 
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 | 149,425 | 1.78215755262687 | No | 
| existsSimilarity | 83,845 | 145,289 | 1.73282843341881 | No | 
| similarityEdges | 83,845 | 142,709 | 1.70205736776194 | No | 
| connect | 1,002 | 2,412 | 2.40718562874252 | Yes | 
| connectAllSimilar | 410 | 150,419 | 366.875609756098 | Yes | 
| init | 103 | 10,910 | 105.922330097087 | No | 
| Total | 1,420 | 153,228 | 
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-06-05-34-j3U3Rp--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-06-05-34-j3U3Rp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.70 SIM10-06-05-34-j3U3Rp–DV
2.2.70.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | random | 5 | 1 | 5 | 2 | 
2.2.70.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 1,416 | 205 | 205 | 100 | 2,131 | 
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 | 44,045 | 12.2347222222222 | Yes | 
| 3 | getWorks | 3,600 | 37,929 | 10.5358333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 111 | 0.0308333333333333 | Yes | 
| 6 | addItemToWork | 410 | 2,427 | 5.91951219512195 | No | 
| 7 | ownsWork | 205 | 1,255 | 6.1219512195122 | No | 
| 8 | init | 103 | 11,066 | 107.436893203883 | No | 
| 9 | searchAndConnect | 101 | 29,019 | 287.316831683168 | Yes | 
| 10 | knowsAgent | 100 | 298 | 2.98 | No | 
| 1 | Total | 14,501 | 215,291 | 
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-06-05-34-j3U3Rp--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-06-05-34-j3U3Rp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.71 SIM10-06-06-37-baesfU–CV
2.2.71.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.71.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,550 | 205 | 205 | 601 | 4,766 | 
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 | 145,802 | 1.73894686624128 | No | 
| existsSimilarity | 83,845 | 144,232 | 1.7202218379152 | No | 
| similarityEdges | 83,845 | 141,669 | 1.68965352734212 | No | 
| connectAllSimilar | 410 | 146,674 | 357.741463414634 | Yes | 
| init | 103 | 10,473 | 101.679611650485 | No | 
| connect | 15 | 28 | 1.86666666666667 | Yes | 
| Total | 433 | 147,054 | 
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-06-06-37-baesfU--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-06-06-37-baesfU--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.72 SIM10-06-06-37-baesfU–DV
2.2.72.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.72.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,520 | 205 | 205 | 601 | 4,736 | 
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,039 | 1.7287853577371 | No | 
| 2 | addItemToWork | 410 | 2,705 | 6.59756097560976 | No | 
| 3 | ownsWork | 205 | 1,244 | 6.06829268292683 | No | 
| 4 | init | 103 | 11,378 | 110.466019417476 | No | 
| 5 | searchAndConnect | 101 | 85,225 | 843.811881188119 | Yes | 
| 6 | getWorksItems | 8 | 20 | 2.5 | Yes | 
| 9 | cycleSearch | 3 | 24 | 8 | Yes | 
| 10 | getWorks | 3 | 24 | 8 | No | 
| 11 | Total | 120 | 85,847 | 
2.2.72.8 Found structures
2.2.72.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-06-37-baesfU--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-06-06-37-baesfU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.73 SIM10-07-05-21-z6nanK–CV
2.2.73.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 10 | 1 | 
2.2.73.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,758 | 210 | 210 | 200 | 4,588 | 
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 | 174,011 | 1.9776224570974 | No | 
| existsSimilarity | 87,990 | 171,528 | 1.94940334128878 | No | 
| similarityEdges | 87,990 | 168,974 | 1.92037731560405 | No | 
| connectAllSimilar | 420 | 174,928 | 416.495238095238 | Yes | 
| connect | 358 | 927 | 2.58938547486034 | Yes | 
| init | 203 | 17,692 | 87.1527093596059 | No | 
| Total | 786 | 176,424 | 
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-07-05-21-z6nanK--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-07-05-21-z6nanK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.74 SIM10-07-05-21-z6nanK–DV
2.2.74.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 10 | 1 | 
2.2.74.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,042 | 210 | 210 | 200 | 3,872 | 
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 | 79,260 | 22.0166666666667 | Yes | 
| 3 | getWorks | 3,600 | 51,439 | 14.2886111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 113 | 0.0313888888888889 | Yes | 
| 6 | addItemToWork | 420 | 4,625 | 11.0119047619048 | No | 
| 7 | ownsWork | 210 | 2,318 | 11.0380952380952 | No | 
| 8 | init | 203 | 18,647 | 91.8571428571429 | No | 
| 9 | searchAndConnect | 201 | 118,250 | 588.308457711443 | Yes | 
| 10 | knowsAgent | 200 | 734 | 3.67 | No | 
| 1 | Total | 14,601 | 524,539 | 
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-07-05-21-z6nanK--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-07-05-21-z6nanK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.75 SIM10-07-06-25-DHYS8W–CV
2.2.75.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.75.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,758 | 210 | 210 | 1,201 | 5,589 | 
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 | 172,950 | 1.96556426866689 | No | 
| existsSimilarity | 87,990 | 171,374 | 1.94765314240255 | No | 
| similarityEdges | 87,990 | 168,926 | 1.91983179906808 | No | 
| connectAllSimilar | 420 | 173,809 | 413.830952380952 | Yes | 
| init | 203 | 17,432 | 85.871921182266 | No | 
| connect | 16 | 26 | 1.625 | Yes | 
| Total | 444 | 174,446 | 
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-07-06-25-DHYS8W--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-07-06-25-DHYS8W--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.76 SIM10-07-06-25-DHYS8W–DV
2.2.76.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.76.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,726 | 210 | 210 | 1,201 | 5,557 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,408 | 2.00499583680266 | No | 
| 2 | addItemToWork | 420 | 4,081 | 9.71666666666667 | No | 
| 3 | ownsWork | 210 | 2,446 | 11.647619047619 | No | 
| 4 | init | 203 | 18,753 | 92.3793103448276 | No | 
| 5 | searchAndConnect | 201 | 180,666 | 898.835820895522 | Yes | 
| 6 | getWorksItems | 18 | 58 | 3.22222222222222 | Yes | 
| 8 | cycleSearch | 6 | 753 | 125.5 | Yes | 
| 9 | getWorks | 6 | 680 | 113.333333333333 | No | 
| 10 | individualCycleSearch | 6 | 0 | 0 | Yes | 
| 11 | Total | 237 | 182,221 | 
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-07-06-25-DHYS8W--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.76.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-06-25-DHYS8W--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.77 SIM10-07-08-01-6C8G2t–CV
2.2.77.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 10 | 2 | 
2.2.77.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,416 | 410 | 410 | 200 | 14,846 | 
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 | 335,790 | 750,744 | 2.23575448941303 | No | 
| existsSimilarity | 335,790 | 739,979 | 2.20369576223235 | No | 
| similarityEdges | 335,790 | 729,797 | 2.1733732392269 | No | 
| connect | 1,804 | 4,850 | 2.68847006651885 | Yes | 
| connectAllSimilar | 820 | 753,967 | 919.471951219512 | Yes | 
| init | 203 | 18,199 | 89.6502463054187 | No | 
| Total | 2,632 | 759,823 | 
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-07-08-01-6C8G2t--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-07-08-01-6C8G2t--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.78 SIM10-07-08-01-6C8G2t–DV
2.2.78.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 10 | 2 | 
2.2.78.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 9,808 | 410 | 410 | 200 | 11,238 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 820 | 7,870 | 9.59756097560976 | No | 
| 2 | ownsWork | 410 | 3,821 | 9.31951219512195 | No | 
| 3 | init | 203 | 19,721 | 97.1477832512315 | No | 
| 4 | searchAndConnect | 201 | 279,091 | 1388.51243781095 | Yes | 
| 5 | knowsAgent | 200 | 532 | 2.66 | No | 
| 6 | getWorksItems | 18 | 37 | 2.05555555555556 | Yes | 
| 8 | cycleSearch | 9 | 444 | 49.3333333333333 | Yes | 
| 9 | getWorks | 9 | 1,001 | 111.222222222222 | No | 
| 10 | individualCycleSearch | 9 | 0 | 0 | Yes | 
| 11 | Total | 246 | 280,760 | 
2.2.78.8 Found structures
2.2.78.8.1 Cycles
Number of cycles found: 9
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-08-01-6C8G2t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.78.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-08-01-6C8G2t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.79 SIM10-07-08-15-pX3HHR–CV
2.2.79.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.79.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,950 | 410 | 410 | 1,201 | 16,381 | 
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 | 335,790 | 762,501 | 2.27076744393818 | No | 
| existsSimilarity | 335,790 | 756,530 | 2.25298549688794 | No | 
| similarityEdges | 335,790 | 745,957 | 2.2214985556449 | No | 
| connectAllSimilar | 820 | 765,750 | 933.841463414634 | Yes | 
| init | 203 | 18,534 | 91.3004926108374 | No | 
| connect | 57 | 184 | 3.2280701754386 | Yes | 
| Total | 885 | 767,005 | 
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-07-08-15-pX3HHR--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-07-08-15-pX3HHR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.80 SIM10-07-08-15-pX3HHR–DV
2.2.80.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.80.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,836 | 410 | 410 | 1,201 | 16,267 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,511 | 2.09075770191507 | No | 
| 2 | addItemToWork | 820 | 9,095 | 11.0914634146341 | No | 
| 3 | ownsWork | 410 | 3,937 | 9.60243902439024 | No | 
| 4 | init | 203 | 19,535 | 96.2315270935961 | No | 
| 5 | searchAndConnect | 201 | 452,820 | 2252.83582089552 | Yes | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 8 | cycleSearch | 14 | 1,191 | 85.0714285714286 | Yes | 
| 9 | getWorks | 14 | 1,566 | 111.857142857143 | No | 
| 10 | individualCycleSearch | 14 | 0 | 0 | Yes | 
| 11 | Total | 261 | 455,850 | 
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-07-08-15-pX3HHR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.80.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-08-15-pX3HHR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.81 SIM10-07-06-29-HaxsHb–CV
2.2.81.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 30 | 1 | 
2.2.81.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,560 | 210 | 210 | 200 | 4,390 | 
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 | 169,781 | 1.92954881236504 | No | 
| existsSimilarity | 87,990 | 168,273 | 1.91241050119332 | No | 
| similarityEdges | 87,990 | 166,013 | 1.8867257642914 | No | 
| connectAllSimilar | 420 | 170,535 | 406.035714285714 | Yes | 
| init | 203 | 17,546 | 86.4334975369458 | No | 
| connect | 12 | 29 | 2.41666666666667 | Yes | 
| Total | 440 | 171,172 | 
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-07-06-29-HaxsHb--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-07-06-29-HaxsHb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.82 SIM10-07-06-29-HaxsHb–DV
2.2.82.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 30 | 1 | 
2.2.82.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,536 | 210 | 210 | 200 | 4,366 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 420 | 6,521 | 15.5261904761905 | No | 
| 2 | ownsWork | 210 | 2,498 | 11.8952380952381 | No | 
| 3 | init | 203 | 18,853 | 92.871921182266 | No | 
| 4 | searchAndConnect | 201 | 142,765 | 710.273631840796 | Yes | 
| 5 | knowsAgent | 200 | 1,509 | 7.545 | No | 
| 6 | getWorksItems | 18 | 31 | 1.72222222222222 | Yes | 
| 8 | cycleSearch | 5 | 109 | 21.8 | Yes | 
| 10 | getWorks | 5 | 71 | 14.2 | No | 
| 11 | Total | 234 | 143,956 | 
2.2.82.8 Found structures
2.2.82.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-06-29-HaxsHb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.82.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-06-29-HaxsHb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.83 SIM10-07-06-32-TfAZMo–CV
2.2.83.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.83.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,764 | 210 | 210 | 1,201 | 5,595 | 
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 | 177,389 | 2.01601318331629 | No | 
| existsSimilarity | 87,990 | 175,807 | 1.99803386748494 | No | 
| similarityEdges | 87,990 | 173,448 | 1.97122400272758 | No | 
| connectAllSimilar | 420 | 178,290 | 424.5 | Yes | 
| init | 203 | 17,578 | 86.5911330049261 | No | 
| connect | 21 | 38 | 1.80952380952381 | Yes | 
| Total | 449 | 178,959 | 
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-07-06-32-TfAZMo--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-07-06-32-TfAZMo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.84 SIM10-07-06-32-TfAZMo–DV
2.2.84.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.84.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,722 | 210 | 210 | 1,201 | 5,553 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,362 | 1.96669442131557 | No | 
| 2 | addItemToWork | 420 | 3,341 | 7.9547619047619 | No | 
| 3 | ownsWork | 210 | 1,508 | 7.18095238095238 | No | 
| 4 | init | 203 | 18,810 | 92.6600985221675 | No | 
| 5 | searchAndConnect | 201 | 181,957 | 905.258706467662 | Yes | 
| 6 | getWorksItems | 18 | 25 | 1.38888888888889 | Yes | 
| 8 | cycleSearch | 6 | 616 | 102.666666666667 | Yes | 
| 9 | getWorks | 6 | 718 | 119.666666666667 | No | 
| 10 | individualCycleSearch | 6 | 0 | 0 | Yes | 
| 11 | Total | 237 | 183,282 | 
2.2.84.8 Found structures
2.2.84.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-06-32-TfAZMo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.84.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-06-32-TfAZMo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.85 SIM10-07-08-28-mKkNqT–CV
2.2.85.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 30 | 2 | 
2.2.85.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 14,002 | 410 | 410 | 200 | 15,432 | 
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 | 335,790 | 757,255 | 2.25514458441288 | No | 
| existsSimilarity | 335,790 | 751,544 | 2.23813693081986 | No | 
| similarityEdges | 335,790 | 741,381 | 2.20787099079782 | No | 
| connectAllSimilar | 820 | 760,247 | 927.130487804878 | Yes | 
| init | 203 | 18,155 | 89.4334975369458 | No | 
| connect | 49 | 140 | 2.85714285714286 | Yes | 
| Total | 877 | 761,492 | 
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-07-08-28-mKkNqT--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-07-08-28-mKkNqT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.86 SIM10-07-08-28-mKkNqT–DV
2.2.86.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 30 | 2 | 
2.2.86.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,904 | 410 | 410 | 200 | 15,334 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 820 | 11,121 | 13.5621951219512 | No | 
| 2 | ownsWork | 410 | 5,787 | 14.1146341463415 | No | 
| 3 | init | 203 | 19,848 | 97.7733990147783 | No | 
| 4 | searchAndConnect | 201 | 330,195 | 1642.76119402985 | Yes | 
| 5 | knowsAgent | 200 | 1,012 | 5.06 | No | 
| 6 | getWorksItems | 18 | 33 | 1.83333333333333 | Yes | 
| 8 | cycleSearch | 10 | 3,898 | 389.8 | Yes | 
| 9 | getWorks | 10 | 1,408 | 140.8 | No | 
| 10 | individualCycleSearch | 10 | 0 | 0 | Yes | 
| 11 | Total | 249 | 338,606 | 
2.2.86.8 Found structures
2.2.86.8.1 Cycles
Number of cycles found: 9
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-08-28-mKkNqT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.86.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-08-28-mKkNqT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.87 SIM10-07-08-42-ya4Qqo–CV
2.2.87.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.87.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 14,222 | 410 | 410 | 1,201 | 16,653 | 
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 | 335,790 | 765,357 | 2.27927275976056 | No | 
| existsSimilarity | 335,790 | 759,682 | 2.26237231603085 | No | 
| similarityEdges | 335,790 | 749,147 | 2.23099854075464 | No | 
| connectAllSimilar | 820 | 768,559 | 937.267073170732 | Yes | 
| init | 203 | 18,503 | 91.1477832512315 | No | 
| connect | 38 | 65 | 1.71052631578947 | Yes | 
| Total | 866 | 769,534 | 
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-07-08-42-ya4Qqo--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-07-08-42-ya4Qqo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.88 SIM10-07-08-42-ya4Qqo–DV
2.2.88.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.88.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 14,146 | 410 | 410 | 1,201 | 16,577 | 
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 | 2,713 | 2.25895087427144 | No | 
| addItemToWork | 820 | 9,942 | 12.1243902439024 | No | 
| ownsWork | 410 | 4,145 | 10.109756097561 | No | 
| init | 203 | 19,954 | 98.2955665024631 | No | 
| searchAndConnect | 201 | 459,974 | 2288.42786069652 | Yes | 
| getWorksItems | 18 | 61 | 3.38888888888889 | Yes | 
| cycleSearch | 14 | 381 | 27.2142857142857 | Yes | 
| getWorks | 14 | 2,002 | 143 | No | 
| individualCycleSearch | 14 | 0 | 0 | Yes | 
| Total | 259 | 462,133 | 
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-07-08-42-ya4Qqo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.88.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-08-42-ya4Qqo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.89 SIM10-07-04-15-jVFRQY–CV
2.2.89.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 5 | 1 | 
2.2.89.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,440 | 210 | 210 | 200 | 4,270 | 
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 | 163,651 | 1.85988180475054 | No | 
| existsSimilarity | 87,990 | 158,906 | 1.80595522218434 | No | 
| similarityEdges | 87,990 | 156,660 | 1.78042959427208 | No | 
| connect | 1,379 | 3,258 | 2.36258158085569 | Yes | 
| connectAllSimilar | 420 | 164,447 | 391.540476190476 | Yes | 
| init | 203 | 16,738 | 82.4532019704433 | No | 
| Total | 1,807 | 168,431 | 
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-07-04-15-jVFRQY--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-07-04-15-jVFRQY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.90 SIM10-07-04-15-jVFRQY–DV
2.2.90.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 5 | 1 | 
2.2.90.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 682 | 210 | 210 | 200 | 1,512 | 
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 | 14,123 | 3.92305555555556 | Yes | 
| 3 | getWorks | 3,600 | 46,778 | 12.9938888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 67 | 0.0186111111111111 | Yes | 
| 6 | addItemToWork | 420 | 4,070 | 9.69047619047619 | No | 
| 7 | ownsWork | 210 | 2,708 | 12.8952380952381 | No | 
| 8 | init | 203 | 18,169 | 89.5024630541872 | No | 
| 9 | searchAndConnect | 201 | 29,838 | 148.44776119403 | Yes | 
| 10 | knowsAgent | 200 | 658 | 3.29 | No | 
| 1 | Total | 14,601 | 57,718 | 
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-07-04-15-jVFRQY--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-07-04-15-jVFRQY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.91 SIM10-07-05-18-s4eaNv–CV
2.2.91.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.91.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,658 | 210 | 210 | 1,201 | 5,489 | 
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 | 169,121 | 1.92204795999545 | No | 
| existsSimilarity | 87,990 | 167,596 | 1.90471644505057 | No | 
| similarityEdges | 87,990 | 165,340 | 1.87907716785998 | No | 
| connectAllSimilar | 420 | 169,873 | 404.459523809524 | Yes | 
| init | 203 | 17,507 | 86.2413793103448 | No | 
| connect | 15 | 21 | 1.4 | Yes | 
| Total | 443 | 170,546 | 
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-07-05-18-s4eaNv--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-07-05-18-s4eaNv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.92 SIM10-07-05-18-s4eaNv–DV
2.2.92.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.92.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,628 | 210 | 210 | 1,201 | 5,459 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,210 | 1.84013322231474 | No | 
| 2 | addItemToWork | 420 | 4,181 | 9.9547619047619 | No | 
| 3 | ownsWork | 210 | 2,577 | 12.2714285714286 | No | 
| 4 | init | 203 | 17,986 | 88.6009852216749 | No | 
| 5 | searchAndConnect | 201 | 159,459 | 793.328358208955 | Yes | 
| 6 | getWorksItems | 18 | 71 | 3.94444444444444 | Yes | 
| 8 | cycleSearch | 5 | 1,480 | 296 | Yes | 
| 10 | getWorks | 5 | 670 | 134 | No | 
| 11 | Total | 234 | 163,098 | 
2.2.92.8 Found structures
2.2.92.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-05-18-s4eaNv--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-07-05-18-s4eaNv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.93 SIM10-07-06-36-hZmzBK–CV
2.2.93.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 5 | 2 | 
2.2.93.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,388 | 410 | 410 | 200 | 14,818 | 
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 | 702,791 | 2.09294797343578 | No | 
| existsSimilarity | 335,790 | 683,445 | 2.03533458411507 | No | 
| similarityEdges | 335,790 | 673,960 | 2.00708776318532 | No | 
| connect | 5,385 | 13,620 | 2.52924791086351 | Yes | 
| connectAllSimilar | 820 | 706,048 | 861.034146341463 | Yes | 
| init | 203 | 18,265 | 89.9753694581281 | No | 
| Total | 6,213 | 720,657 | 
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-07-06-36-hZmzBK--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-07-06-36-hZmzBK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.94 SIM10-07-06-36-hZmzBK–DV
2.2.94.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 10 | 1 | 5 | 2 | 
2.2.94.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 2,618 | 410 | 410 | 200 | 4,048 | 
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 | 23,620 | 6.56111111111111 | Yes | 
| 3 | getWorks | 3,600 | 48,052 | 13.3477777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 79 | 0.0219444444444444 | Yes | 
| 6 | addItemToWork | 820 | 11,840 | 14.4390243902439 | No | 
| 7 | ownsWork | 410 | 5,739 | 13.9975609756098 | No | 
| 8 | init | 203 | 18,455 | 90.9113300492611 | No | 
| 9 | searchAndConnect | 201 | 71,341 | 354.930348258706 | Yes | 
| 10 | knowsAgent | 200 | 899 | 4.495 | No | 
| 1 | Total | 14,601 | 155,795 | 
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-07-06-36-hZmzBK--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-07-06-36-hZmzBK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.95 SIM10-07-07-48-pmbZoF–CV
2.2.95.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.95.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,912 | 410 | 410 | 1,201 | 16,343 | 
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 | 335,790 | 748,076 | 2.22780904732124 | No | 
| existsSimilarity | 335,790 | 742,091 | 2.20998540754638 | No | 
| similarityEdges | 335,790 | 731,644 | 2.17887370082492 | No | 
| connectAllSimilar | 820 | 751,200 | 916.09756097561 | Yes | 
| init | 203 | 17,757 | 87.4729064039409 | No | 
| connect | 72 | 199 | 2.76388888888889 | Yes | 
| Total | 900 | 752,446 | 
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-07-07-48-pmbZoF--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-07-07-48-pmbZoF--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.96 SIM10-07-07-48-pmbZoF–DV
2.2.96.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.96.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 13,768 | 410 | 410 | 1,201 | 16,199 | 
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 | 2,378 | 1.98001665278934 | No | 
| addItemToWork | 820 | 12,096 | 14.7512195121951 | No | 
| ownsWork | 410 | 6,246 | 15.2341463414634 | No | 
| init | 203 | 19,712 | 97.1034482758621 | No | 
| searchAndConnect | 201 | 430,503 | 2141.80597014925 | Yes | 
| getWorksItems | 18 | 73 | 4.05555555555556 | Yes | 
| cycleSearch | 13 | 3,039 | 233.769230769231 | Yes | 
| getWorks | 13 | 1,952 | 150.153846153846 | No | 
| individualCycleSearch | 13 | 0 | 0 | Yes | 
| Total | 256 | 435,229 | 
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-07-07-48-pmbZoF--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-07-07-48-pmbZoF--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.97 SIM10-07-02-04-XSwBdH–CV
2.2.97.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.97.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,266 | 420 | 420 | 1,201 | 16,727 | 
2.2.97.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
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 | 352,380 | 835,078 | 2.36982235087122 | No | 
| existsSimilarity | 352,380 | 829,186 | 2.35310176513991 | No | 
| similarityEdges | 352,380 | 818,888 | 2.32387763210171 | No | 
| connectAllSimilar | 840 | 838,379 | 998.070238095238 | Yes | 
| init | 203 | 20,078 | 98.9064039408867 | No | 
| connect | 39 | 63 | 1.61538461538462 | Yes | 
| Total | 887 | 839,755 | 
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-07-02-04-XSwBdH--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-07-02-04-XSwBdH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.98 SIM10-07-02-04-XSwBdH–DV
2.2.98.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.98.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,188 | 420 | 420 | 1,201 | 16,649 | 
2.2.98.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 2,544 | 2.11823480432973 | No | 
| addItemToWork | 840 | 10,042 | 11.9547619047619 | No | 
| ownsWork | 420 | 4,393 | 10.4595238095238 | No | 
| init | 203 | 20,267 | 99.8374384236453 | No | 
| searchAndConnect | 201 | 507,623 | 2525.48756218905 | Yes | 
| getWorksItems | 38 | 139 | 3.65789473684211 | Yes | 
| cycleSearch | 16 | 5,498 | 343.625 | Yes | 
| getWorks | 16 | 2,172 | 135.75 | No | 
| individualCycleSearch | 16 | 1 | 0.0625 | Yes | 
| Total | 279 | 515,714 | 
2.2.98.8 Found structures
2.2.98.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-04-XSwBdH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.98.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-04-XSwBdH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.99 SIM10-07-10-04-Fxuxsr–CV
2.2.99.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 10 | 1 | 
2.2.99.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,158 | 220 | 220 | 200 | 5,018 | 
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 | 202,543 | 2.09715261958998 | No | 
| existsSimilarity | 96,580 | 199,485 | 2.06548974943052 | No | 
| similarityEdges | 96,580 | 196,991 | 2.03966659763926 | No | 
| connectAllSimilar | 440 | 203,505 | 462.511363636364 | Yes | 
| connect | 414 | 1,409 | 3.40338164251208 | Yes | 
| init | 203 | 19,500 | 96.0591133004926 | No | 
| Total | 862 | 205,722 | 
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-07-10-04-Fxuxsr--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-07-10-04-Fxuxsr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.100 SIM10-07-10-04-Fxuxsr–DV
2.2.100.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 10 | 1 | 
2.2.100.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 3,330 | 220 | 220 | 200 | 4,190 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 27,181 | 7.55027777777778 | Yes | 
| 3 | getWorks | 3,600 | 57,873 | 16.0758333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 94 | 0.0261111111111111 | Yes | 
| 6 | addItemToWork | 440 | 5,405 | 12.2840909090909 | No | 
| 7 | ownsWork | 220 | 3,142 | 14.2818181818182 | No | 
| 8 | init | 203 | 20,558 | 101.270935960591 | No | 
| 9 | searchAndConnect | 201 | 124,552 | 619.661691542289 | Yes | 
| 10 | knowsAgent | 200 | 843 | 4.215 | No | 
| 1 | Total | 14,601 | 216,594 | 
2.2.100.8 Found structures
2.2.100.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-10-04-Fxuxsr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.100.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-10-04-Fxuxsr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.101 SIM10-07-11-08-JdhCDq–CV
2.2.101.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.101.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,232 | 220 | 220 | 1,201 | 6,093 | 
2.2.101.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 206,152 | 2.13452060468006 | No | 
| existsSimilarity | 96,580 | 204,502 | 2.11743632221992 | No | 
| similarityEdges | 96,580 | 201,820 | 2.08966659763926 | No | 
| connectAllSimilar | 440 | 207,107 | 470.697727272727 | Yes | 
| init | 203 | 19,986 | 98.4532019704433 | No | 
| connect | 17 | 32 | 1.88235294117647 | Yes | 
| Total | 465 | 207,848 | 
2.2.101.8 Found structures
2.2.101.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-08-JdhCDq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.101.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-08-JdhCDq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.102 SIM10-07-11-08-JdhCDq–DV
2.2.102.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.102.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,198 | 220 | 220 | 1,201 | 6,059 | 
2.2.102.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,462 | 2.04995836802664 | No | 
| 2 | addItemToWork | 440 | 4,662 | 10.5954545454545 | No | 
| 3 | ownsWork | 220 | 1,816 | 8.25454545454545 | No | 
| 4 | init | 203 | 20,658 | 101.76354679803 | No | 
| 5 | searchAndConnect | 201 | 174,305 | 867.189054726368 | Yes | 
| 6 | getWorksItems | 38 | 195 | 5.13157894736842 | Yes | 
| 8 | cycleSearch | 7 | 1,896 | 270.857142857143 | Yes | 
| 9 | getWorks | 7 | 985 | 140.714285714286 | No | 
| 10 | individualCycleSearch | 7 | 0 | 0 | Yes | 
| 11 | Total | 260 | 179,697 | 
2.2.102.8 Found structures
2.2.102.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-08-JdhCDq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.102.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-08-JdhCDq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.103 SIM10-07-12-49-WkZBdw–CV
2.2.103.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 10 | 2 | 
2.2.103.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,294 | 420 | 420 | 200 | 15,754 | 
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 | 352,380 | 818,945 | 2.32403938929565 | No | 
| existsSimilarity | 352,380 | 809,435 | 2.29705147851751 | No | 
| similarityEdges | 352,380 | 799,247 | 2.26813950848516 | No | 
| connect | 1,299 | 3,606 | 2.77598152424942 | Yes | 
| connectAllSimilar | 840 | 822,226 | 978.840476190476 | Yes | 
| init | 203 | 19,719 | 97.1379310344828 | No | 
| Total | 2,147 | 826,900 | 
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-07-12-49-WkZBdw--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-07-12-49-WkZBdw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.104 SIM10-07-12-49-WkZBdw–DV
2.2.104.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 10 | 2 | 
2.2.104.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 11,696 | 420 | 420 | 200 | 13,156 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 24,667 | 6.85194444444444 | Yes | 
| 3 | getWorks | 3,600 | 62,670 | 17.4083333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 82 | 0.0227777777777778 | Yes | 
| 6 | addItemToWork | 840 | 11,535 | 13.7321428571429 | No | 
| 7 | ownsWork | 420 | 5,449 | 12.9738095238095 | No | 
| 8 | init | 203 | 21,794 | 107.35960591133 | No | 
| 9 | searchAndConnect | 201 | 336,692 | 1675.08457711443 | Yes | 
| 10 | knowsAgent | 200 | 850 | 4.25 | No | 
| 1 | Total | 14,601 | 426,884 | 
2.2.104.8 Found structures
2.2.104.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-49-WkZBdw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.104.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-49-WkZBdw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.105 SIM10-07-02-19-rhyenr–CV
2.2.105.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 30 | 2 | 
2.2.105.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,514 | 420 | 420 | 200 | 15,974 | 
2.2.105.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
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 | 352,380 | 849,349 | 2.41032124411147 | No | 
| existsSimilarity | 352,380 | 843,429 | 2.39352119870594 | No | 
| similarityEdges | 352,380 | 833,092 | 2.36418638969295 | No | 
| connectAllSimilar | 840 | 852,629 | 1015.03452380952 | Yes | 
| init | 203 | 20,385 | 100.418719211823 | No | 
| connect | 46 | 72 | 1.56521739130435 | Yes | 
| Total | 894 | 854,062 | 
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-07-02-19-rhyenr--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-07-02-19-rhyenr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.106 SIM10-07-02-19-rhyenr–DV
2.2.106.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 30 | 2 | 
2.2.106.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,422 | 420 | 420 | 200 | 15,882 | 
2.2.106.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
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 | 840 | 6,272 | 7.46666666666667 | No | 
| ownsWork | 420 | 3,031 | 7.21666666666667 | No | 
| init | 203 | 21,927 | 108.014778325123 | No | 
| searchAndConnect | 201 | 435,412 | 2166.22885572139 | Yes | 
| knowsAgent | 200 | 771 | 3.855 | No | 
| getWorksItems | 38 | 68 | 1.78947368421053 | Yes | 
| cycleSearch | 13 | 4,298 | 330.615384615385 | Yes | 
| getWorks | 13 | 1,841 | 141.615384615385 | No | 
| individualCycleSearch | 13 | 0 | 0 | Yes | 
| Total | 271 | 441,455 | 
2.2.106.8 Found structures
2.2.106.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-19-rhyenr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.106.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-19-rhyenr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.107 SIM10-07-02-34-vJYnZ4–CV
2.2.107.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.107.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,304 | 420 | 420 | 1,201 | 16,765 | 
2.2.107.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
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 | 352,380 | 841,202 | 2.38720131676032 | No | 
| existsSimilarity | 352,380 | 835,311 | 2.37048356887451 | No | 
| similarityEdges | 352,380 | 824,959 | 2.3411061921789 | No | 
| connectAllSimilar | 840 | 844,453 | 1005.30119047619 | Yes | 
| init | 202 | 12,949 | 64.1039603960396 | No | 
| connect | 34 | 51 | 1.5 | Yes | 
| Total | 882 | 845,744 | 
2.2.107.8 Found structures
2.2.107.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-34-vJYnZ4--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-07-02-34-vJYnZ4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.108 SIM10-07-02-34-vJYnZ4–DV
2.2.108.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.108.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,236 | 420 | 420 | 1,201 | 16,697 | 
2.2.108.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 840 | 420 | 1,461 | 
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 | 2,926 | 2.43630308076603 | No | 
| addItemToWork | 840 | 5,812 | 6.91904761904762 | No | 
| ownsWork | 420 | 2,643 | 6.29285714285714 | No | 
| init | 203 | 21,575 | 106.28078817734 | No | 
| searchAndConnect | 201 | 505,831 | 2516.57213930348 | Yes | 
| getWorksItems | 38 | 309 | 8.13157894736842 | Yes | 
| cycleSearch | 15 | 3,264 | 217.6 | Yes | 
| getWorks | 15 | 189 | 12.6 | No | 
| individualCycleSearch | 15 | 1 | 0.0666666666666667 | Yes | 
| Total | 274 | 510,924 | 
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-07-02-34-vJYnZ4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.108.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-34-vJYnZ4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.109 SIM10-07-11-12-qYIyXc–CV
2.2.109.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 30 | 1 | 
2.2.109.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,058 | 220 | 220 | 200 | 4,918 | 
2.2.109.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
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 | 96,580 | 208,191 | 2.15563263615655 | No | 
| existsSimilarity | 96,580 | 206,505 | 2.13817560571547 | No | 
| similarityEdges | 96,580 | 203,714 | 2.10927728308138 | No | 
| connectAllSimilar | 440 | 209,139 | 475.315909090909 | Yes | 
| init | 203 | 19,896 | 98.0098522167488 | No | 
| connect | 16 | 26 | 1.625 | Yes | 
| Total | 464 | 209,752 | 
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-07-11-12-qYIyXc--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-07-11-12-qYIyXc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.110 SIM10-07-11-12-qYIyXc–DV
2.2.110.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 30 | 1 | 
2.2.110.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,026 | 220 | 220 | 200 | 4,886 | 
2.2.110.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 440 | 7,011 | 15.9340909090909 | No | 
| 2 | ownsWork | 220 | 3,338 | 15.1727272727273 | No | 
| 3 | init | 203 | 21,665 | 106.724137931034 | No | 
| 4 | searchAndConnect | 201 | 138,934 | 691.213930348259 | Yes | 
| 5 | knowsAgent | 200 | 577 | 2.885 | No | 
| 6 | getWorksItems | 38 | 89 | 2.34210526315789 | Yes | 
| 8 | cycleSearch | 5 | 2,019 | 403.8 | Yes | 
| 10 | getWorks | 5 | 571 | 114.2 | No | 
| 11 | Total | 254 | 143,750 | 
2.2.110.8 Found structures
2.2.110.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-12-qYIyXc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.110.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-12-qYIyXc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.111 SIM10-07-11-16-ThLRxe–CV
2.2.111.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.111.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,100 | 220 | 220 | 1,201 | 5,961 | 
2.2.111.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
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 | 96,580 | 203,723 | 2.10937047007662 | No | 
| existsSimilarity | 96,580 | 202,125 | 2.09282460136674 | No | 
| similarityEdges | 96,580 | 199,601 | 2.06669082625802 | No | 
| connectAllSimilar | 440 | 204,595 | 464.988636363636 | Yes | 
| init | 203 | 19,369 | 95.4137931034483 | No | 
| connect | 9 | 13 | 1.44444444444444 | Yes | 
| Total | 457 | 205,426 | 
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-07-11-16-ThLRxe--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-07-11-16-ThLRxe--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.112 SIM10-07-11-16-ThLRxe–DV
2.2.112.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.112.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,082 | 220 | 220 | 1,201 | 5,943 | 
2.2.112.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 440 | 220 | 861 | 
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 | 2,701 | 2.24895920066611 | No | 
| addItemToWork | 440 | 3,668 | 8.33636363636364 | No | 
| ownsWork | 220 | 1,563 | 7.10454545454545 | No | 
| init | 203 | 20,729 | 102.113300492611 | No | 
| searchAndConnect | 201 | 202,435 | 1007.13930348259 | Yes | 
| getWorksItems | 38 | 78 | 2.05263157894737 | Yes | 
| cycleSearch | 7 | 2,457 | 351 | Yes | 
| getWorks | 7 | 142 | 20.2857142857143 | No | 
| individualCycleSearch | 7 | 0 | 0 | Yes | 
| Total | 259 | 206,622 | 
2.2.112.8 Found structures
2.2.112.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-16-ThLRxe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.112.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-16-ThLRxe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.113 SIM10-07-08-56-RrHK2f–CV
2.2.113.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 5 | 1 | 
2.2.113.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 4,054 | 220 | 220 | 200 | 4,914 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 96,580 | 191,505 | 1.98286394698695 | No | 
| existsSimilarity | 96,580 | 186,071 | 1.9265997100849 | No | 
| similarityEdges | 96,580 | 183,582 | 1.90082832884655 | No | 
| connect | 1,608 | 3,766 | 2.34203980099502 | Yes | 
| connectAllSimilar | 440 | 192,459 | 437.406818181818 | Yes | 
| init | 203 | 19,423 | 95.679802955665 | No | 
| Total | 2,056 | 197,001 | 
2.2.113.8 Found structures
2.2.113.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-08-56-RrHK2f--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-07-08-56-RrHK2f--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.114 SIM10-07-08-56-RrHK2f–DV
2.2.114.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 5 | 1 | 
2.2.114.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 838 | 220 | 220 | 200 | 1,698 | 
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 | 12,329 | 3.42472222222222 | Yes | 
| 3 | getWorks | 3,600 | 54,021 | 15.0058333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 82 | 0.0227777777777778 | Yes | 
| 6 | addItemToWork | 440 | 5,575 | 12.6704545454545 | No | 
| 7 | ownsWork | 220 | 1,809 | 8.22272727272727 | No | 
| 8 | init | 203 | 20,536 | 101.162561576355 | No | 
| 9 | searchAndConnect | 201 | 36,788 | 183.024875621891 | Yes | 
| 10 | knowsAgent | 200 | 892 | 4.46 | No | 
| 1 | Total | 14,601 | 63,152 | 
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-07-08-56-RrHK2f--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-07-08-56-RrHK2f--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.115 SIM10-07-09-59-ATQLsq–CV
2.2.115.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.115.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 3,988 | 220 | 220 | 1,201 | 5,849 | 
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 | 200,864 | 2.07976806792297 | No | 
| existsSimilarity | 96,580 | 199,098 | 2.06148270863533 | No | 
| similarityEdges | 96,580 | 196,435 | 2.03390971215573 | No | 
| connectAllSimilar | 440 | 201,813 | 458.665909090909 | Yes | 
| init | 203 | 19,432 | 95.7241379310345 | No | 
| connect | 20 | 124 | 6.2 | Yes | 
| Total | 468 | 202,744 | 
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-07-09-59-ATQLsq--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-07-09-59-ATQLsq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.116 SIM10-07-09-59-ATQLsq–DV
2.2.116.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.116.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 3,948 | 220 | 220 | 1,201 | 5,809 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,364 | 1.96835970024979 | No | 
| 2 | addItemToWork | 440 | 8,730 | 19.8409090909091 | No | 
| 3 | ownsWork | 220 | 3,408 | 15.4909090909091 | No | 
| 4 | init | 203 | 20,871 | 102.812807881773 | No | 
| 5 | searchAndConnect | 201 | 174,778 | 869.542288557214 | Yes | 
| 6 | getWorksItems | 38 | 74 | 1.94736842105263 | Yes | 
| 8 | cycleSearch | 7 | 2,479 | 354.142857142857 | Yes | 
| 9 | getWorks | 7 | 626 | 89.4285714285714 | No | 
| 10 | individualCycleSearch | 7 | 0 | 0 | Yes | 
| 11 | Total | 260 | 180,200 | 
2.2.116.8 Found structures
2.2.116.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-09-59-ATQLsq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.116.8.2 Paths
Number of paths found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-09-59-ATQLsq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.117 SIM10-07-11-20-IPJEuB–CV
2.2.117.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 5 | 2 | 
2.2.117.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,210 | 420 | 420 | 200 | 15,670 | 
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 | 
|---|---|---|---|---|
| connectIfSimilar | 352,380 | 785,657 | 2.22957318803564 | No | 
| existsSimilarity | 352,380 | 766,533 | 2.17530223054657 | No | 
| similarityEdges | 352,380 | 756,418 | 2.14659742323628 | No | 
| connect | 5,305 | 13,154 | 2.47954759660697 | Yes | 
| connectAllSimilar | 840 | 789,060 | 939.357142857143 | Yes | 
| init | 203 | 19,559 | 96.3497536945813 | No | 
| Total | 6,153 | 803,431 | 
2.2.117.8 Found structures
2.2.117.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-20-IPJEuB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.117.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-11-20-IPJEuB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.118 SIM10-07-11-20-IPJEuB–DV
2.2.118.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 20 | 1 | 5 | 2 | 
2.2.118.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 3,600 | 420 | 420 | 200 | 5,060 | 
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 | 14,104 | 3.91777777777778 | Yes | 
| 3 | getWorks | 3,600 | 57,701 | 16.0280555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 66 | 0.0183333333333333 | Yes | 
| 6 | addItemToWork | 840 | 10,632 | 12.6571428571429 | No | 
| 7 | ownsWork | 420 | 5,872 | 13.9809523809524 | No | 
| 8 | init | 203 | 21,004 | 103.467980295567 | No | 
| 9 | searchAndConnect | 201 | 108,728 | 540.935323383085 | Yes | 
| 10 | knowsAgent | 200 | 1,029 | 5.145 | No | 
| 1 | Total | 14,601 | 136,667 | 
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-07-11-20-IPJEuB--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-07-11-20-IPJEuB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.119 SIM10-07-12-34-HPYXVi–CV
2.2.119.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.119.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,440 | 420 | 420 | 1,201 | 16,901 | 
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 | 352,380 | 851,543 | 2.41654747715534 | No | 
| existsSimilarity | 352,380 | 845,696 | 2.39995459447188 | No | 
| similarityEdges | 352,380 | 834,773 | 2.36895680799137 | No | 
| connectAllSimilar | 840 | 854,783 | 1017.59880952381 | Yes | 
| init | 203 | 20,913 | 103.019704433498 | No | 
| connect | 58 | 147 | 2.53448275862069 | Yes | 
| Total | 906 | 856,229 | 
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-07-12-34-HPYXVi--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-07-12-34-HPYXVi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.120 SIM10-07-12-34-HPYXVi–DV
2.2.120.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.120.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 14,324 | 420 | 420 | 1,201 | 16,785 | 
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 | 2,796 | 2.32805995004163 | No | 
| addItemToWork | 840 | 8,558 | 10.1880952380952 | No | 
| ownsWork | 420 | 3,636 | 8.65714285714286 | No | 
| init | 203 | 21,765 | 107.216748768473 | No | 
| searchAndConnect | 201 | 441,438 | 2196.20895522388 | Yes | 
| getWorksItems | 38 | 63 | 1.65789473684211 | Yes | 
| cycleSearch | 15 | 4,116 | 274.4 | Yes | 
| getWorks | 15 | 4,624 | 308.266666666667 | No | 
| individualCycleSearch | 15 | 0 | 0 | Yes | 
| Total | 277 | 452,099 | 
2.2.120.8 Found structures
2.2.120.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-34-HPYXVi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.120.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-34-HPYXVi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.121 SIM10-07-02-25-S6QNX4–CV
2.2.121.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 10 | 2 | 
2.2.121.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,138 | 405 | 405 | 200 | 14,553 | 
2.2.121.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 327,645 | 677,609 | 2.06811945856033 | No | 
| existsSimilarity | 327,645 | 667,130 | 2.03613667231302 | No | 
| similarityEdges | 327,645 | 657,068 | 2.00542660501457 | No | 
| connect | 1,853 | 4,739 | 2.55747436589315 | Yes | 
| connectAllSimilar | 810 | 680,772 | 840.459259259259 | Yes | 
| init | 203 | 21,966 | 108.206896551724 | No | 
| Total | 2,671 | 686,263 | 
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-07-02-25-S6QNX4--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-07-02-25-S6QNX4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.122 SIM10-07-02-25-S6QNX4–DV
2.2.122.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 10 | 2 | 
2.2.122.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 9,432 | 405 | 405 | 200 | 10,847 | 
2.2.122.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 26,855 | 7.45972222222222 | Yes | 
| 3 | getWorks | 3,600 | 49,672 | 13.7977777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 81 | 0.0225 | Yes | 
| 6 | addItemToWork | 810 | 7,746 | 9.56296296296296 | No | 
| 7 | ownsWork | 405 | 3,762 | 9.28888888888889 | No | 
| 8 | init | 203 | 17,541 | 86.4088669950739 | No | 
| 9 | searchAndConnect | 201 | 220,565 | 1097.33830845771 | Yes | 
| 10 | knowsAgent | 200 | 715 | 3.575 | No | 
| 1 | Total | 14,601 | 312,217 | 
2.2.122.8 Found structures
2.2.122.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-25-S6QNX4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.122.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-25-S6QNX4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.123 SIM10-07-03-37-TyYSTe–CV
2.2.123.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.123.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,482 | 405 | 405 | 1,201 | 15,898 | 
2.2.123.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 327,645 | 703,153 | 2.14608188740863 | No | 
| existsSimilarity | 327,645 | 697,073 | 2.12752521784248 | No | 
| similarityEdges | 327,645 | 686,444 | 2.09508461902364 | No | 
| connectAllSimilar | 810 | 706,508 | 872.232098765432 | Yes | 
| init | 203 | 16,658 | 82.0591133004926 | No | 
| connect | 41 | 68 | 1.65853658536585 | Yes | 
| Total | 859 | 707,292 | 
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-07-03-37-TyYSTe--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-07-03-37-TyYSTe--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.124 SIM10-07-03-37-TyYSTe–DV
2.2.124.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.124.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,400 | 405 | 405 | 1,201 | 15,816 | 
2.2.124.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 2,307 | 1.92089925062448 | No | 
| addItemToWork | 810 | 7,347 | 9.07037037037037 | No | 
| ownsWork | 405 | 3,504 | 8.65185185185185 | No | 
| init | 203 | 23,435 | 115.443349753695 | No | 
| searchAndConnect | 201 | 380,409 | 1892.58208955224 | Yes | 
| getWorksItems | 8 | 73 | 9.125 | Yes | 
| cycleSearch | 6 | 4,449 | 741.5 | Yes | 
| getWorks | 6 | 3,418 | 569.666666666667 | No | 
| individualCycleSearch | 6 | 0 | 0 | Yes | 
| Total | 226 | 388,498 | 
2.2.124.8 Found structures
2.2.124.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-03-37-TyYSTe--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-07-03-37-TyYSTe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.125 SIM10-07-12-49-7LgkxQ–CV
2.2.125.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 10 | 1 | 
2.2.125.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,476 | 205 | 205 | 200 | 4,291 | 
2.2.125.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | 83,845 | 156,900 | 1.87131015564434 | No | 
| existsSimilarity | 83,845 | 154,955 | 1.84811258870535 | No | 
| similarityEdges | 83,845 | 152,661 | 1.82075257916393 | No | 
| connectAllSimilar | 410 | 157,724 | 384.692682926829 | Yes | 
| connect | 233 | 456 | 1.95708154506438 | Yes | 
| init | 203 | 15,238 | 75.064039408867 | No | 
| Total | 651 | 158,760 | 
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-07-12-49-7LgkxQ--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-07-12-49-7LgkxQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.126 SIM10-07-12-49-7LgkxQ–DV
2.2.126.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 10 | 1 | 
2.2.126.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,010 | 205 | 205 | 200 | 3,825 | 
2.2.126.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 6,819 | 16.6317073170732 | No | 
| 2 | ownsWork | 205 | 2,878 | 14.0390243902439 | No | 
| 3 | init | 203 | 16,560 | 81.576354679803 | No | 
| 4 | searchAndConnect | 201 | 104,989 | 522.333333333333 | Yes | 
| 5 | knowsAgent | 200 | 766 | 3.83 | No | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 9 | cycleSearch | 3 | 382 | 127.333333333333 | Yes | 
| 10 | getWorks | 3 | 525 | 175 | No | 
| 11 | Total | 220 | 106,972 | 
2.2.126.8 Found structures
2.2.126.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-49-7LgkxQ--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-07-12-49-7LgkxQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.127 SIM10-07-12-52-zJFZeT–CV
2.2.127.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.127.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,548 | 205 | 205 | 1,201 | 5,364 | 
2.2.127.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | 83,845 | 158,257 | 1.88749478203829 | No | 
| existsSimilarity | 83,845 | 156,826 | 1.87042757469139 | No | 
| similarityEdges | 83,845 | 154,543 | 1.84319875961596 | No | 
| connectAllSimilar | 410 | 159,052 | 387.931707317073 | Yes | 
| init | 203 | 15,740 | 77.5369458128079 | No | 
| connect | 9 | 18 | 2 | Yes | 
| Total | 427 | 159,465 | 
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-07-12-52-zJFZeT--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-07-12-52-zJFZeT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.128 SIM10-07-12-52-zJFZeT–DV
2.2.128.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.128.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,530 | 205 | 205 | 1,201 | 5,346 | 
2.2.128.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,178 | 1.81348875936719 | No | 
| 2 | addItemToWork | 410 | 3,238 | 7.89756097560976 | No | 
| 3 | ownsWork | 205 | 1,397 | 6.81463414634146 | No | 
| 4 | init | 203 | 16,407 | 80.8226600985222 | No | 
| 5 | searchAndConnect | 201 | 148,389 | 738.253731343284 | Yes | 
| 6 | getWorksItems | 8 | 35 | 4.375 | Yes | 
| 9 | cycleSearch | 4 | 1,226 | 306.5 | Yes | 
| 10 | getWorks | 4 | 1,239 | 309.75 | No | 
| 11 | Total | 222 | 152,248 | 
2.2.128.8 Found structures
2.2.128.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-52-zJFZeT--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-07-12-52-zJFZeT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.129 SIM10-07-03-50-SpZQpj–CV
2.2.129.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 30 | 2 | 
2.2.129.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,512 | 405 | 405 | 200 | 14,927 | 
2.2.129.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 327,645 | 690,878 | 2.10861755863816 | No | 
| existsSimilarity | 327,645 | 685,139 | 2.0911016496513 | No | 
| similarityEdges | 327,645 | 674,938 | 2.05996734270323 | No | 
| connectAllSimilar | 810 | 694,000 | 856.79012345679 | Yes | 
| init | 203 | 17,120 | 84.3349753694581 | No | 
| connect | 42 | 138 | 3.28571428571429 | Yes | 
| Total | 860 | 695,107 | 
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-07-03-50-SpZQpj--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-07-03-50-SpZQpj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.130 SIM10-07-03-50-SpZQpj–DV
2.2.130.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 30 | 2 | 
2.2.130.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,428 | 405 | 405 | 200 | 14,843 | 
2.2.130.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 810 | 8,303 | 10.2506172839506 | No | 
| ownsWork | 405 | 4,102 | 10.1283950617284 | No | 
| init | 203 | 18,578 | 91.5172413793103 | No | 
| searchAndConnect | 201 | 332,853 | 1655.98507462687 | Yes | 
| knowsAgent | 200 | 787 | 3.935 | No | 
| getWorksItems | 8 | 14 | 1.75 | Yes | 
| cycleSearch | 6 | 6,521 | 1086.83333333333 | Yes | 
| getWorks | 6 | 1,641 | 273.5 | No | 
| individualCycleSearch | 6 | 0 | 0 | Yes | 
| Total | 226 | 343,830 | 
2.2.130.8 Found structures
2.2.130.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-03-50-SpZQpj--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-07-03-50-SpZQpj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.131 SIM10-07-04-02-ukioMT–CV
2.2.131.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.131.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,466 | 405 | 405 | 1,201 | 15,882 | 
2.2.131.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 327,645 | 696,122 | 2.12462268613896 | No | 
| existsSimilarity | 327,645 | 690,417 | 2.10721054800165 | No | 
| similarityEdges | 327,645 | 680,294 | 2.07631430359078 | No | 
| connectAllSimilar | 810 | 699,190 | 863.197530864198 | Yes | 
| init | 203 | 17,409 | 85.7586206896552 | No | 
| connect | 41 | 144 | 3.51219512195122 | Yes | 
| Total | 859 | 700,332 | 
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-07-04-02-ukioMT--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-07-04-02-ukioMT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.132 SIM10-07-04-02-ukioMT–DV
2.2.132.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.132.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,384 | 405 | 405 | 1,201 | 15,800 | 
2.2.132.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 2,184 | 1.81848459616986 | No | 
| addItemToWork | 810 | 7,575 | 9.35185185185185 | No | 
| ownsWork | 405 | 3,039 | 7.5037037037037 | No | 
| init | 203 | 18,269 | 89.9950738916256 | No | 
| searchAndConnect | 201 | 374,755 | 1864.45273631841 | Yes | 
| cycleSearch | 8 | 5,112 | 639 | Yes | 
| getWorks | 8 | 2,717 | 339.625 | No | 
| getWorksItems | 8 | 62 | 7.75 | Yes | 
| individualCycleSearch | 8 | 0 | 0 | Yes | 
| Total | 231 | 383,886 | 
2.2.132.8 Found structures
2.2.132.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-04-02-ukioMT--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-07-04-02-ukioMT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.133 SIM10-07-12-55-r22jE3–CV
2.2.133.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 30 | 1 | 
2.2.133.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,592 | 205 | 205 | 200 | 4,407 | 
2.2.133.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | 83,845 | 158,576 | 1.89129942155167 | No | 
| existsSimilarity | 83,845 | 156,997 | 1.87246705229888 | No | 
| similarityEdges | 83,845 | 154,619 | 1.84410519410818 | No | 
| connectAllSimilar | 410 | 159,363 | 388.690243902439 | Yes | 
| init | 203 | 15,946 | 78.551724137931 | No | 
| connect | 11 | 111 | 10.0909090909091 | Yes | 
| Total | 429 | 159,950 | 
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-07-12-55-r22jE3--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-07-12-55-r22jE3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.134 SIM10-07-12-55-r22jE3–DV
2.2.134.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 30 | 1 | 
2.2.134.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,570 | 205 | 205 | 200 | 4,385 | 
2.2.134.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 3,606 | 8.79512195121951 | No | 
| 2 | ownsWork | 205 | 1,934 | 9.43414634146341 | No | 
| 3 | init | 203 | 16,851 | 83.0098522167488 | No | 
| 4 | searchAndConnect | 201 | 129,448 | 644.019900497512 | Yes | 
| 5 | knowsAgent | 200 | 645 | 3.225 | No | 
| 6 | getWorksItems | 8 | 22 | 2.75 | Yes | 
| 9 | cycleSearch | 4 | 239 | 59.75 | Yes | 
| 10 | getWorks | 4 | 594 | 148.5 | No | 
| 11 | Total | 222 | 130,336 | 
2.2.134.8 Found structures
2.2.134.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-55-r22jE3--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-07-12-55-r22jE3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.135 SIM10-07-12-58-pFtKiR–CV
2.2.135.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.135.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,538 | 205 | 205 | 1,201 | 5,354 | 
2.2.135.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | 83,845 | 156,082 | 1.86155405808337 | No | 
| existsSimilarity | 83,845 | 154,627 | 1.84420060826525 | No | 
| similarityEdges | 83,845 | 152,336 | 1.81687637903274 | No | 
| connectAllSimilar | 410 | 156,891 | 382.660975609756 | Yes | 
| init | 203 | 15,978 | 78.7093596059113 | No | 
| connect | 12 | 18 | 1.5 | Yes | 
| Total | 430 | 157,418 | 
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-07-12-58-pFtKiR--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-07-12-58-pFtKiR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.136 SIM10-07-12-58-pFtKiR–DV
2.2.136.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.136.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,514 | 205 | 205 | 1,201 | 5,330 | 
2.2.136.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,300 | 1.9150707743547 | No | 
| 2 | addItemToWork | 410 | 3,978 | 9.70243902439024 | No | 
| 3 | ownsWork | 205 | 1,870 | 9.12195121951219 | No | 
| 4 | init | 203 | 16,862 | 83.064039408867 | No | 
| 5 | searchAndConnect | 201 | 167,326 | 832.467661691542 | Yes | 
| 6 | getWorksItems | 8 | 12 | 1.5 | Yes | 
| 8 | cycleSearch | 5 | 742 | 148.4 | Yes | 
| 10 | getWorks | 5 | 680 | 136 | No | 
| 11 | Total | 224 | 169,563 | 
2.2.136.8 Found structures
2.2.136.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-58-pFtKiR--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-07-12-58-pFtKiR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.137 SIM10-06-11-43-Yb2w7P–CV
2.2.137.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 5 | 1 | 
2.2.137.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,430 | 205 | 205 | 200 | 4,245 | 
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 | 150,261 | 1.79212833204127 | No | 
| existsSimilarity | 83,845 | 146,242 | 1.74419464488043 | No | 
| similarityEdges | 83,845 | 144,031 | 1.71782455721868 | No | 
| connect | 1,133 | 2,559 | 2.25860547219771 | Yes | 
| connectAllSimilar | 410 | 151,085 | 368.5 | Yes | 
| init | 203 | 15,855 | 78.1034482758621 | No | 
| Total | 1,551 | 154,178 | 
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-06-11-43-Yb2w7P--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-06-11-43-Yb2w7P--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.138 SIM10-06-11-43-Yb2w7P–DV
2.2.138.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 5 | 1 | 
2.2.138.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 1,164 | 205 | 205 | 200 | 1,979 | 
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 | 14,213 | 3.94805555555556 | Yes | 
| 3 | getWorks | 3,600 | 45,026 | 12.5072222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 105 | 0.0291666666666667 | Yes | 
| 6 | addItemToWork | 410 | 3,609 | 8.80243902439024 | No | 
| 7 | ownsWork | 205 | 1,366 | 6.66341463414634 | No | 
| 8 | init | 203 | 16,573 | 81.64039408867 | No | 
| 9 | searchAndConnect | 201 | 47,311 | 235.378109452736 | Yes | 
| 10 | knowsAgent | 200 | 773 | 3.865 | No | 
| 1 | Total | 14,601 | 76,791 | 
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-06-11-43-Yb2w7P--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-06-11-43-Yb2w7P--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.139 SIM10-07-01-02-LIgLf5–CV
2.2.139.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 5 | 2 | 
2.2.139.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 12,994 | 405 | 405 | 200 | 14,409 | 
2.2.139.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | 327,645 | 658,007 | 2.00829251171237 | No | 
| existsSimilarity | 327,645 | 639,429 | 1.95159089868608 | No | 
| similarityEdges | 327,645 | 629,808 | 1.92222680034794 | No | 
| connect | 5,258 | 12,791 | 2.43267402054013 | Yes | 
| connectAllSimilar | 810 | 661,354 | 816.486419753086 | Yes | 
| init | 203 | 16,168 | 79.6453201970443 | No | 
| Total | 6,076 | 675,037 | 
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-07-01-02-LIgLf5--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-07-01-02-LIgLf5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.140 SIM10-07-01-02-LIgLf5–DV
2.2.140.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | random | 5 | 1 | 5 | 2 | 
2.2.140.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 2,478 | 405 | 405 | 200 | 3,893 | 
2.2.140.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 14,092 | 3.91444444444444 | Yes | 
| 3 | getWorks | 3,600 | 49,873 | 13.8536111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 107 | 0.0297222222222222 | Yes | 
| 6 | addItemToWork | 810 | 8,171 | 10.0876543209877 | No | 
| 7 | ownsWork | 405 | 3,697 | 9.12839506172839 | No | 
| 8 | init | 203 | 17,290 | 85.1724137931034 | No | 
| 9 | searchAndConnect | 201 | 77,055 | 383.358208955224 | Yes | 
| 10 | knowsAgent | 200 | 419 | 2.095 | No | 
| 1 | Total | 14,601 | 106,480 | 
2.2.140.8 Found structures
2.2.140.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-01-02-LIgLf5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.140.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-01-02-LIgLf5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.141 SIM10-07-02-13-FxPwxa–CV
2.2.141.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.141.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,454 | 405 | 405 | 1,201 | 15,870 | 
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 | 677,577 | 2.0680217918784 | No | 
| existsSimilarity | 327,645 | 671,763 | 2.05027697660578 | No | 
| similarityEdges | 327,645 | 661,413 | 2.01868790916999 | No | 
| connectAllSimilar | 810 | 680,692 | 840.36049382716 | Yes | 
| init | 203 | 16,287 | 80.2315270935961 | No | 
| connect | 53 | 137 | 2.58490566037736 | Yes | 
| Total | 871 | 681,696 | 
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-07-02-13-FxPwxa--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-07-02-13-FxPwxa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.142 SIM10-07-02-13-FxPwxa–DV
2.2.142.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.142.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 13,348 | 405 | 405 | 1,201 | 15,764 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,250 | 1.87343880099917 | No | 
| 2 | addItemToWork | 810 | 7,102 | 8.7679012345679 | No | 
| 3 | ownsWork | 405 | 3,883 | 9.58765432098765 | No | 
| 4 | init | 203 | 17,007 | 83.7783251231527 | No | 
| 5 | searchAndConnect | 201 | 347,745 | 1730.07462686567 | Yes | 
| 7 | cycleSearch | 10 | 4,306 | 430.6 | Yes | 
| 8 | getWorks | 10 | 1,833 | 183.3 | No | 
| 9 | individualCycleSearch | 10 | 0 | 0 | Yes | 
| 11 | Total | 241 | 356,748 | 
2.2.142.8 Found structures
2.2.142.8.1 Cycles
Number of cycles found: 9
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-13-FxPwxa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.142.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-02-13-FxPwxa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.143 SIM10-07-12-46-Z43wyQ–CV
2.2.143.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.143.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,690 | 205 | 205 | 1,201 | 5,506 | 
2.2.143.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | 83,845 | 153,362 | 1.82911324467768 | No | 
| existsSimilarity | 83,845 | 151,911 | 1.8118075019381 | No | 
| similarityEdges | 83,845 | 149,563 | 1.78380344683642 | No | 
| connectAllSimilar | 410 | 154,174 | 376.034146341463 | Yes | 
| init | 203 | 15,430 | 76.0098522167488 | No | 
| connect | 10 | 14 | 1.4 | Yes | 
| Total | 428 | 154,671 | 
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-07-12-46-Z43wyQ--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-07-12-46-Z43wyQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.144 SIM10-07-12-46-Z43wyQ–DV
2.2.144.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.144.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 3,670 | 205 | 205 | 1,201 | 5,486 | 
2.2.144.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,158 | 1.79683597002498 | No | 
| 2 | addItemToWork | 410 | 3,232 | 7.88292682926829 | No | 
| 3 | ownsWork | 205 | 1,714 | 8.3609756097561 | No | 
| 4 | init | 203 | 17,088 | 84.1773399014778 | No | 
| 5 | searchAndConnect | 201 | 159,306 | 792.567164179104 | Yes | 
| 6 | getWorksItems | 8 | 21 | 2.625 | Yes | 
| 8 | cycleSearch | 5 | 80 | 16 | Yes | 
| 10 | getWorks | 5 | 59 | 11.8 | No | 
| 11 | Total | 224 | 160,028 | 
2.2.144.8 Found structures
2.2.144.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-46-Z43wyQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.144.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-07-12-46-Z43wyQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.145 SIM10-06-01-11-dQNzkK–CV
2.2.145.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 10 | 1 | 
2.2.145.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 342 | 60 | 60 | 50 | 572 | 
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 | 11,443 | 1.60266106442577 | No | 
| existsSimilarity | 7,140 | 11,269 | 1.57829131652661 | No | 
| similarityEdges | 7,140 | 11,031 | 1.54495798319328 | No | 
| connectAllSimilar | 120 | 11,540 | 96.1666666666667 | Yes | 
| init | 53 | 8,356 | 157.660377358491 | No | 
| connect | 6 | 16 | 2.66666666666667 | Yes | 
| Total | 134 | 11,822 | 
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-06-01-11-dQNzkK--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-06-01-11-dQNzkK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.146 SIM10-06-01-11-dQNzkK–DV
2.2.146.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 10 | 1 | 
2.2.146.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 330 | 60 | 60 | 50 | 560 | 
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 | 789 | 6.575 | No | 
| 2 | ownsWork | 60 | 354 | 5.9 | No | 
| 3 | init | 53 | 8,780 | 165.660377358491 | No | 
| 4 | searchAndConnect | 51 | 6,271 | 122.960784313725 | Yes | 
| 5 | knowsAgent | 50 | 116 | 2.32 | No | 
| 6 | getWorksItems | 18 | 32 | 1.77777777777778 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 4 | 4 | Yes | 
| 11 | Total | 77 | 6,496 | 
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-06-01-11-dQNzkK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.146.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-11-dQNzkK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.147 SIM10-06-01-11-SCZHDv–CV
2.2.147.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.147.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 376 | 60 | 60 | 201 | 757 | 
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 | 10,742 | 1.50448179271709 | No | 
| existsSimilarity | 7,140 | 10,562 | 1.47927170868347 | No | 
| similarityEdges | 7,140 | 10,367 | 1.45196078431373 | No | 
| connectAllSimilar | 120 | 10,833 | 90.275 | Yes | 
| init | 53 | 8,897 | 167.867924528302 | No | 
| connect | 6 | 8 | 1.33333333333333 | Yes | 
| Total | 134 | 11,079 | 
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-06-01-11-SCZHDv--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-06-01-11-SCZHDv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.148 SIM10-06-01-11-SCZHDv–DV
2.2.148.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.148.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 364 | 60 | 60 | 201 | 745 | 
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 | 298 | 1.48258706467662 | No | 
| 2 | addItemToWork | 120 | 546 | 4.55 | No | 
| 3 | ownsWork | 60 | 327 | 5.45 | No | 
| 4 | init | 53 | 8,507 | 160.509433962264 | No | 
| 5 | searchAndConnect | 51 | 7,247 | 142.098039215686 | Yes | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 2 | 2 | Yes | 
| 11 | Total | 77 | 7,368 | 
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-06-01-11-SCZHDv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.148.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-11-SCZHDv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.149 SIM10-06-02-14-MkHYci–CV
2.2.149.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 10 | 2 | 
2.2.149.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,064 | 110 | 110 | 50 | 1,444 | 
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 | 39,815 | 1.6527604815276 | No | 
| existsSimilarity | 24,090 | 39,284 | 1.63071814030718 | No | 
| similarityEdges | 24,090 | 38,483 | 1.59746782897468 | No | 
| connectAllSimilar | 220 | 40,112 | 182.327272727273 | Yes | 
| init | 53 | 8,590 | 162.075471698113 | No | 
| connect | 13 | 24 | 1.84615384615385 | Yes | 
| Total | 241 | 40,427 | 
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-06-02-14-MkHYci--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-06-02-14-MkHYci--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.150 SIM10-06-02-14-MkHYci–DV
2.2.150.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 10 | 2 | 
2.2.150.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,038 | 110 | 110 | 50 | 1,418 | 
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,176 | 5.34545454545455 | No | 
| 2 | ownsWork | 110 | 577 | 5.24545454545455 | No | 
| 3 | init | 53 | 8,703 | 164.207547169811 | No | 
| 4 | searchAndConnect | 51 | 14,377 | 281.901960784314 | Yes | 
| 5 | knowsAgent | 50 | 135 | 2.7 | No | 
| 6 | getWorksItems | 18 | 44 | 2.44444444444444 | Yes | 
| 9 | cycleSearch | 2 | 199 | 99.5 | Yes | 
| 10 | getWorks | 2 | 238 | 119 | No | 
| 11 | Total | 78 | 14,925 | 
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-06-02-14-MkHYci--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-06-02-14-MkHYci--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.151 SIM10-06-02-15-Sod6rb–CV
2.2.151.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.151.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,036 | 110 | 110 | 201 | 1,567 | 
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 | 41,060 | 1.70444167704442 | No | 
| existsSimilarity | 24,090 | 40,507 | 1.68148609381486 | No | 
| similarityEdges | 24,090 | 39,745 | 1.64985471149855 | No | 
| connectAllSimilar | 220 | 41,365 | 188.022727272727 | Yes | 
| init | 53 | 8,536 | 161.056603773585 | No | 
| connect | 12 | 23 | 1.91666666666667 | Yes | 
| Total | 240 | 41,758 | 
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-06-02-15-Sod6rb--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-06-02-15-Sod6rb--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.152 SIM10-06-02-15-Sod6rb–DV
2.2.152.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.152.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,012 | 110 | 110 | 201 | 1,543 | 
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 | 1,028 | 4.67272727272727 | No | 
| 2 | knowsAgent | 201 | 274 | 1.36318407960199 | No | 
| 3 | ownsWork | 110 | 525 | 4.77272727272727 | No | 
| 4 | init | 53 | 8,915 | 168.207547169811 | No | 
| 5 | searchAndConnect | 51 | 17,294 | 339.098039215686 | Yes | 
| 6 | getWorksItems | 18 | 25 | 1.38888888888889 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 21 | 21 | Yes | 
| 11 | Total | 77 | 17,584 | 
2.2.152.8 Found structures
2.2.152.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-02-15-Sod6rb--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-06-02-15-Sod6rb--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.153 SIM10-06-01-12-oGNrop–CV
2.2.153.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.153.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 398 | 60 | 60 | 201 | 779 | 
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 | 12,380 | 1.73389355742297 | No | 
| existsSimilarity | 7,140 | 12,168 | 1.70420168067227 | No | 
| similarityEdges | 7,140 | 11,921 | 1.66960784313725 | No | 
| connectAllSimilar | 120 | 12,481 | 104.008333333333 | Yes | 
| init | 53 | 8,694 | 164.037735849057 | No | 
| connect | 7 | 16 | 2.28571428571429 | Yes | 
| Total | 135 | 12,744 | 
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-06-01-12-oGNrop--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-06-01-12-oGNrop--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.154 SIM10-06-01-12-oGNrop–DV
2.2.154.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.154.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 384 | 60 | 60 | 201 | 765 | 
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 | 317 | 1.5771144278607 | No | 
| 2 | addItemToWork | 120 | 565 | 4.70833333333333 | No | 
| 3 | ownsWork | 60 | 270 | 4.5 | No | 
| 4 | init | 53 | 8,902 | 167.962264150943 | No | 
| 5 | searchAndConnect | 51 | 6,915 | 135.588235294118 | Yes | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 77 | 38.5 | Yes | 
| 10 | getWorks | 2 | 126 | 63 | No | 
| 11 | Total | 78 | 7,309 | 
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-06-01-12-oGNrop--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.154.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-12-oGNrop--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.155 SIM10-06-01-12-wxJudz–CV
2.2.155.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 30 | 1 | 
2.2.155.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 338 | 60 | 60 | 50 | 568 | 
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 | 11,467 | 1.60602240896359 | No | 
| existsSimilarity | 7,140 | 11,301 | 1.5827731092437 | No | 
| similarityEdges | 7,140 | 11,082 | 1.55210084033613 | No | 
| connectAllSimilar | 120 | 11,544 | 96.2 | Yes | 
| init | 53 | 8,773 | 165.528301886792 | No | 
| connect | 6 | 16 | 2.66666666666667 | Yes | 
| Total | 134 | 11,738 | 
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-06-01-12-wxJudz--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-06-01-12-wxJudz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.156 SIM10-06-01-12-wxJudz–DV
2.2.156.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 30 | 1 | 
2.2.156.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 326 | 60 | 60 | 50 | 556 | 
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 | 690 | 5.75 | No | 
| 2 | ownsWork | 60 | 279 | 4.65 | No | 
| 3 | init | 53 | 9,130 | 172.264150943396 | No | 
| 4 | searchAndConnect | 51 | 7,675 | 150.490196078431 | Yes | 
| 5 | knowsAgent | 50 | 113 | 2.26 | No | 
| 6 | getWorksItems | 18 | 32 | 1.77777777777778 | Yes | 
| 9 | cycleSearch | 2 | 111 | 55.5 | Yes | 
| 10 | getWorks | 2 | 122 | 61 | No | 
| 11 | Total | 78 | 8,155 | 
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-06-01-12-wxJudz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.156.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-12-wxJudz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.157 SIM10-06-02-16-4DCHsJ–CV
2.2.157.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 30 | 2 | 
2.2.157.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,066 | 110 | 110 | 50 | 1,446 | 
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 | 39,664 | 1.64649232046492 | No | 
| existsSimilarity | 24,090 | 39,178 | 1.62631797426318 | No | 
| similarityEdges | 24,090 | 38,421 | 1.59489414694894 | No | 
| connectAllSimilar | 220 | 39,949 | 181.586363636364 | Yes | 
| init | 53 | 8,701 | 164.169811320755 | No | 
| connect | 6 | 9 | 1.5 | Yes | 
| Total | 234 | 40,366 | 
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-06-02-16-4DCHsJ--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-06-02-16-4DCHsJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.158 SIM10-06-02-16-4DCHsJ–DV
2.2.158.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 30 | 2 | 
2.2.158.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,054 | 110 | 110 | 50 | 1,434 | 
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,184 | 5.38181818181818 | No | 
| 2 | ownsWork | 110 | 617 | 5.60909090909091 | No | 
| 3 | init | 53 | 8,870 | 167.358490566038 | No | 
| 4 | searchAndConnect | 51 | 15,476 | 303.450980392157 | Yes | 
| 5 | knowsAgent | 50 | 87 | 1.74 | No | 
| 6 | getWorksItems | 18 | 30 | 1.66666666666667 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 7 | 7 | Yes | 
| 11 | Total | 77 | 15,698 | 
2.2.158.8 Found structures
2.2.158.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-02-16-4DCHsJ--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-06-02-16-4DCHsJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.159 SIM10-06-02-17-MaKrre–CV
2.2.159.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.159.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,108 | 110 | 110 | 201 | 1,639 | 
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 | 40,255 | 1.67102532171025 | No | 
| existsSimilarity | 24,090 | 39,742 | 1.6497301784973 | No | 
| similarityEdges | 24,090 | 38,976 | 1.61793275217933 | No | 
| connectAllSimilar | 220 | 40,567 | 184.395454545455 | Yes | 
| init | 53 | 8,935 | 168.584905660377 | No | 
| connect | 10 | 18 | 1.8 | Yes | 
| Total | 238 | 40,811 | 
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-06-02-17-MaKrre--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-06-02-17-MaKrre--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.160 SIM10-06-02-17-MaKrre–DV
2.2.160.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.160.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,088 | 110 | 110 | 201 | 1,619 | 
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,086 | 4.93636363636364 | No | 
| 2 | knowsAgent | 201 | 302 | 1.50248756218905 | No | 
| 3 | ownsWork | 110 | 592 | 5.38181818181818 | No | 
| 4 | init | 53 | 8,975 | 169.339622641509 | No | 
| 5 | searchAndConnect | 51 | 17,688 | 346.823529411765 | Yes | 
| 6 | getWorksItems | 18 | 29 | 1.61111111111111 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 77 | 18,009 | 
2.2.160.8 Found structures
2.2.160.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-02-17-MaKrre--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-06-02-17-MaKrre--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.161 SIM10-06-01-10-tCIc8Z–CV
2.2.161.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.161.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 404 | 60 | 60 | 201 | 785 | 
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 | 12,349 | 1.72955182072829 | No | 
| existsSimilarity | 7,140 | 12,159 | 1.70294117647059 | No | 
| similarityEdges | 7,140 | 11,914 | 1.66862745098039 | No | 
| connectAllSimilar | 120 | 12,446 | 103.716666666667 | Yes | 
| init | 53 | 8,622 | 162.679245283019 | No | 
| connect | 7 | 14 | 2 | Yes | 
| Total | 135 | 12,938 | 
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-06-01-10-tCIc8Z--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-06-01-10-tCIc8Z--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.162 SIM10-06-01-10-tCIc8Z–DV
2.2.162.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.162.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 390 | 60 | 60 | 201 | 771 | 
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 | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 302 | 1.50248756218905 | No | 
| 2 | addItemToWork | 120 | 778 | 6.48333333333333 | No | 
| 3 | ownsWork | 60 | 330 | 5.5 | No | 
| 4 | init | 53 | 8,561 | 161.528301886792 | No | 
| 5 | searchAndConnect | 51 | 10,422 | 204.352941176471 | Yes | 
| 6 | getWorksItems | 18 | 31 | 1.72222222222222 | Yes | 
| 9 | cycleSearch | 2 | 20 | 10 | Yes | 
| 10 | getWorks | 2 | 39 | 19.5 | No | 
| 11 | Total | 78 | 10,739 | 
2.2.162.8 Found structures
2.2.162.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-10-tCIc8Z--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.162.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-10-tCIc8Z--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.163 SIM10-06-01-13-9riPFj–CV
2.2.163.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 5 | 2 | 
2.2.163.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 986 | 110 | 110 | 50 | 1,366 | 
2.2.163.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
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 | 24,090 | 41,235 | 1.71170610211706 | No | 
| existsSimilarity | 24,090 | 40,230 | 1.66998754669988 | No | 
| similarityEdges | 24,090 | 39,458 | 1.63794105437941 | No | 
| connectAllSimilar | 220 | 41,570 | 188.954545454545 | Yes | 
| connect | 180 | 502 | 2.78888888888889 | Yes | 
| init | 53 | 8,738 | 164.867924528302 | No | 
| Total | 408 | 42,310 | 
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-06-01-13-9riPFj--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-06-01-13-9riPFj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.164 SIM10-06-01-13-9riPFj–DV
2.2.164.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 5 | 2 | 
2.2.164.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 626 | 110 | 110 | 50 | 1,006 | 
2.2.164.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 20,810 | 5.78055555555556 | Yes | 
| 3 | getWorks | 3,600 | 30,084 | 8.35666666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 130 | 0.0361111111111111 | Yes | 
| 6 | addItemToWork | 220 | 1,291 | 5.86818181818182 | No | 
| 7 | ownsWork | 110 | 617 | 5.60909090909091 | No | 
| 8 | init | 53 | 9,082 | 171.358490566038 | No | 
| 9 | searchAndConnect | 51 | 8,738 | 171.333333333333 | Yes | 
| 10 | knowsAgent | 50 | 82 | 1.64 | No | 
| 1 | Total | 14,451 | 53,964 | 
2.2.164.8 Found structures
2.2.164.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-13-9riPFj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.164.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-01-13-9riPFj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.165 SIM10-06-02-13-hIzbpR–CV
2.2.165.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.165.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,140 | 110 | 110 | 201 | 1,671 | 
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 | 40,051 | 1.66255707762557 | No | 
| existsSimilarity | 24,090 | 39,481 | 1.63889580738896 | No | 
| similarityEdges | 24,090 | 38,698 | 1.60639269406393 | No | 
| connectAllSimilar | 220 | 40,370 | 183.5 | Yes | 
| init | 53 | 8,483 | 160.056603773585 | No | 
| connect | 9 | 18 | 2 | Yes | 
| Total | 237 | 40,609 | 
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-06-02-13-hIzbpR--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-06-02-13-hIzbpR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.166 SIM10-06-02-13-hIzbpR–DV
2.2.166.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.166.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,122 | 110 | 110 | 201 | 1,653 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 1,152 | 5.23636363636364 | No | 
| 2 | knowsAgent | 201 | 284 | 1.41293532338308 | No | 
| 3 | ownsWork | 110 | 579 | 5.26363636363636 | No | 
| 4 | init | 53 | 8,979 | 169.415094339623 | No | 
| 5 | searchAndConnect | 51 | 17,248 | 338.196078431373 | Yes | 
| 6 | getWorksItems | 18 | 30 | 1.66666666666667 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 1 | 1 | Yes | 
| 11 | Total | 77 | 17,529 | 
2.2.166.8 Found structures
2.2.166.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-02-13-hIzbpR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.166.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-02-13-hIzbpR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.167 SIM10-06-12-10-L6noLv–CV
2.2.167.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 5 | 1 | 
2.2.167.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 246 | 60 | 60 | 50 | 476 | 
2.2.167.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
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 | 7,140 | 12,368 | 1.73221288515406 | No | 
| existsSimilarity | 7,140 | 12,066 | 1.68991596638655 | No | 
| similarityEdges | 7,140 | 11,815 | 1.6547619047619 | No | 
| connectAllSimilar | 120 | 12,462 | 103.85 | Yes | 
| connect | 64 | 138 | 2.15625 | Yes | 
| init | 53 | 8,409 | 158.660377358491 | No | 
| Total | 192 | 12,855 | 
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-06-12-10-L6noLv--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-06-12-10-L6noLv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.168 SIM10-06-12-10-L6noLv–DV
2.2.168.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 10 | 1 | 5 | 1 | 
2.2.168.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 118 | 60 | 60 | 50 | 348 | 
2.2.168.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 21,080 | 5.85555555555556 | Yes | 
| 3 | getWorks | 3,600 | 27,206 | 7.55722222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 148 | 0.0411111111111111 | Yes | 
| 6 | addItemToWork | 120 | 675 | 5.625 | No | 
| 7 | ownsWork | 60 | 293 | 4.88333333333333 | No | 
| 8 | init | 53 | 8,719 | 164.509433962264 | No | 
| 9 | searchAndConnect | 51 | 4,825 | 94.6078431372549 | Yes | 
| 10 | knowsAgent | 50 | 113 | 2.26 | No | 
| 1 | Total | 14,451 | 51,184 | 
2.2.168.8 Found structures
2.2.168.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-10-L6noLv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.168.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-10-L6noLv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.169 SIM10-06-03-19-5PrWSx–CV
2.2.169.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 10 | 1 | 
2.2.169.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 504 | 70 | 70 | 50 | 764 | 
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 | 15,838 | 1.62774922918808 | No | 
| existsSimilarity | 9,730 | 15,607 | 1.60400822199383 | No | 
| similarityEdges | 9,730 | 15,306 | 1.57307297019527 | No | 
| connectAllSimilar | 140 | 15,956 | 113.971428571429 | Yes | 
| init | 53 | 8,594 | 162.150943396226 | No | 
| connect | 12 | 22 | 1.83333333333333 | Yes | 
| Total | 160 | 16,363 | 
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-06-03-19-5PrWSx--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-06-03-19-5PrWSx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.170 SIM10-06-03-19-5PrWSx–DV
2.2.170.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 10 | 1 | 
2.2.170.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 480 | 70 | 70 | 50 | 740 | 
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 | 553 | 3.95 | No | 
| 2 | ownsWork | 70 | 255 | 3.64285714285714 | No | 
| 3 | init | 53 | 8,893 | 167.792452830189 | No | 
| 4 | searchAndConnect | 51 | 8,777 | 172.098039215686 | Yes | 
| 5 | knowsAgent | 50 | 180 | 3.6 | No | 
| 6 | getWorksItems | 38 | 51 | 1.34210526315789 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 1 | 1 | Yes | 
| 11 | Total | 97 | 9,042 | 
2.2.170.8 Found structures
2.2.170.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-03-19-5PrWSx--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-06-03-19-5PrWSx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.171 SIM10-06-03-20-iVvBr9–CV
2.2.171.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.171.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 518 | 70 | 70 | 201 | 929 | 
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 | 16,437 | 1.68931140801644 | No | 
| existsSimilarity | 9,730 | 16,201 | 1.66505652620761 | No | 
| similarityEdges | 9,730 | 15,927 | 1.63689619732785 | No | 
| connectAllSimilar | 140 | 16,562 | 118.3 | Yes | 
| init | 53 | 8,681 | 163.792452830189 | No | 
| connect | 5 | 12 | 2.4 | Yes | 
| Total | 153 | 17,082 | 
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-06-03-20-iVvBr9--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-06-03-20-iVvBr9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.172 SIM10-06-03-20-iVvBr9–DV
2.2.172.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.172.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 508 | 70 | 70 | 201 | 919 | 
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 | 283 | 1.40796019900498 | No | 
| 2 | addItemToWork | 140 | 595 | 4.25 | No | 
| 3 | ownsWork | 70 | 312 | 4.45714285714286 | No | 
| 4 | init | 53 | 8,843 | 166.849056603774 | No | 
| 5 | searchAndConnect | 51 | 10,672 | 209.254901960784 | Yes | 
| 6 | getWorksItems | 38 | 99 | 2.60526315789474 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 97 | 10,892 | 
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-06-03-20-iVvBr9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.172.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-03-20-iVvBr9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.173 SIM10-06-04-24-3EsQP6–CV
2.2.173.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 10 | 2 | 
2.2.173.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,252 | 120 | 120 | 50 | 1,662 | 
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 | 52,064 | 1.81534170153417 | No | 
| existsSimilarity | 28,680 | 51,389 | 1.79180613668061 | No | 
| similarityEdges | 28,680 | 50,425 | 1.75819386331939 | No | 
| connectAllSimilar | 240 | 52,434 | 218.475 | Yes | 
| init | 53 | 9,052 | 170.792452830189 | No | 
| connect | 11 | 23 | 2.09090909090909 | Yes | 
| Total | 259 | 52,969 | 
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-06-04-24-3EsQP6--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-06-04-24-3EsQP6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.174 SIM10-06-04-24-3EsQP6–DV
2.2.174.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 10 | 2 | 
2.2.174.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,230 | 120 | 120 | 50 | 1,640 | 
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 | 1,338 | 5.575 | No | 
| 2 | ownsWork | 120 | 584 | 4.86666666666667 | No | 
| 3 | init | 53 | 9,326 | 175.962264150943 | No | 
| 4 | searchAndConnect | 51 | 16,933 | 332.019607843137 | Yes | 
| 5 | knowsAgent | 50 | 105 | 2.1 | No | 
| 6 | getWorksItems | 38 | 64 | 1.68421052631579 | Yes | 
| 9 | cycleSearch | 2 | 364 | 182 | Yes | 
| 10 | getWorks | 2 | 283 | 141.5 | No | 
| 11 | Total | 98 | 18,058 | 
2.2.174.8 Found structures
2.2.174.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-24-3EsQP6--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-06-04-24-3EsQP6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.175 SIM10-06-04-25-XVxju3–CV
2.2.175.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.175.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,450 | 120 | 120 | 201 | 2,011 | 
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 | 50,575 | 1.7634239888424 | No | 
| existsSimilarity | 28,680 | 49,954 | 1.74177126917713 | No | 
| similarityEdges | 28,680 | 49,087 | 1.71154114365411 | No | 
| connectAllSimilar | 240 | 50,901 | 212.0875 | Yes | 
| init | 53 | 8,725 | 164.622641509434 | No | 
| connect | 10 | 67 | 6.7 | Yes | 
| Total | 258 | 51,371 | 
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-06-04-25-XVxju3--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-06-04-25-XVxju3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.176 SIM10-06-04-25-XVxju3–DV
2.2.176.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.176.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,430 | 120 | 120 | 201 | 1,991 | 
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,608 | 6.7 | No | 
| 2 | knowsAgent | 201 | 299 | 1.48756218905473 | No | 
| 3 | ownsWork | 120 | 698 | 5.81666666666667 | No | 
| 4 | init | 53 | 9,546 | 180.11320754717 | No | 
| 5 | searchAndConnect | 51 | 19,006 | 372.666666666667 | Yes | 
| 6 | getWorksItems | 38 | 57 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 144 | 72 | Yes | 
| 10 | getWorks | 2 | 20 | 10 | No | 
| 11 | Total | 98 | 19,767 | 
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-06-04-25-XVxju3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.176.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-25-XVxju3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.177 SIM10-06-03-20-wzY27q–CV
2.2.177.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 30 | 1 | 
2.2.177.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 660 | 70 | 70 | 50 | 920 | 
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 | 17,583 | 1.8070914696814 | No | 
| existsSimilarity | 9,730 | 17,360 | 1.7841726618705 | No | 
| similarityEdges | 9,730 | 17,040 | 1.75128468653649 | No | 
| connectAllSimilar | 140 | 17,709 | 126.492857142857 | Yes | 
| init | 53 | 8,771 | 165.490566037736 | No | 
| connect | 7 | 9 | 1.28571428571429 | Yes | 
| Total | 155 | 18,103 | 
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-06-03-20-wzY27q--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-06-03-20-wzY27q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.178 SIM10-06-03-20-wzY27q–DV
2.2.178.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 30 | 1 | 
2.2.178.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 646 | 70 | 70 | 50 | 906 | 
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 | 577 | 4.12142857142857 | No | 
| 2 | ownsWork | 70 | 270 | 3.85714285714286 | No | 
| 3 | init | 53 | 8,978 | 169.396226415094 | No | 
| 4 | searchAndConnect | 51 | 9,544 | 187.137254901961 | Yes | 
| 5 | knowsAgent | 50 | 132 | 2.64 | No | 
| 6 | getWorksItems | 38 | 69 | 1.81578947368421 | Yes | 
| 9 | cycleSearch | 2 | 88 | 44 | Yes | 
| 10 | getWorks | 2 | 129 | 64.5 | No | 
| 11 | Total | 98 | 10,150 | 
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-06-03-20-wzY27q--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-06-03-20-wzY27q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.179 SIM10-06-03-21-TY5yxw–CV
2.2.179.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.179.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 498 | 70 | 70 | 201 | 909 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 9,730 | 15,292 | 1.57163412127441 | No | 
| 2 | existsSimilarity | 9,730 | 15,107 | 1.55262076053443 | No | 
| 3 | similarityEdges | 9,730 | 14,855 | 1.52672147995889 | No | 
| 4 | connectAllSimilar | 140 | 15,411 | 110.078571428571 | Yes | 
| 5 | init | 53 | 8,560 | 161.509433962264 | No | 
| 7 | connect | 2 | 3 | 1.5 | Yes | 
| 11 | Total | 150 | 15,731 | 
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-06-03-21-TY5yxw--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-06-03-21-TY5yxw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.180 SIM10-06-03-21-TY5yxw–DV
2.2.180.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.180.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 494 | 70 | 70 | 201 | 905 | 
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 | 264 | 1.3134328358209 | No | 
| 2 | addItemToWork | 140 | 677 | 4.83571428571429 | No | 
| 3 | ownsWork | 70 | 327 | 4.67142857142857 | No | 
| 4 | init | 53 | 9,179 | 173.188679245283 | No | 
| 5 | searchAndConnect | 51 | 10,672 | 209.254901960784 | Yes | 
| 6 | getWorksItems | 38 | 69 | 1.81578947368421 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 4 | 4 | Yes | 
| 11 | Total | 97 | 10,923 | 
2.2.180.8 Found structures
2.2.180.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-03-21-TY5yxw--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-06-03-21-TY5yxw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.181 SIM10-06-04-26-FRH8ba–CV
2.2.181.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 30 | 2 | 
2.2.181.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,302 | 120 | 120 | 50 | 1,712 | 
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 | 50,819 | 1.77193165969317 | No | 
| existsSimilarity | 28,680 | 50,170 | 1.74930264993027 | No | 
| similarityEdges | 28,680 | 49,278 | 1.71820083682008 | No | 
| connectAllSimilar | 240 | 51,180 | 213.25 | Yes | 
| init | 53 | 8,591 | 162.094339622642 | No | 
| connect | 11 | 24 | 2.18181818181818 | Yes | 
| Total | 259 | 51,571 | 
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-06-04-26-FRH8ba--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-06-04-26-FRH8ba--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.182 SIM10-06-04-26-FRH8ba–DV
2.2.182.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 30 | 2 | 
2.2.182.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,280 | 120 | 120 | 50 | 1,690 | 
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,056 | 4.4 | No | 
| 2 | ownsWork | 120 | 550 | 4.58333333333333 | No | 
| 3 | init | 53 | 9,141 | 172.471698113208 | No | 
| 4 | searchAndConnect | 51 | 16,723 | 327.901960784314 | Yes | 
| 5 | knowsAgent | 50 | 136 | 2.72 | No | 
| 6 | getWorksItems | 38 | 69 | 1.81578947368421 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 97 | 16,952 | 
2.2.182.8 Found structures
2.2.182.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-26-FRH8ba--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.182.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-26-FRH8ba--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.183 SIM10-06-04-27-uqCa9k–CV
2.2.183.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.183.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,402 | 120 | 120 | 201 | 1,963 | 
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 | 49,360 | 1.721059972106 | No | 
| existsSimilarity | 28,680 | 48,710 | 1.69839609483961 | No | 
| similarityEdges | 28,680 | 47,830 | 1.66771269177127 | No | 
| connectAllSimilar | 240 | 49,670 | 206.958333333333 | Yes | 
| init | 53 | 8,602 | 162.301886792453 | No | 
| connect | 11 | 18 | 1.63636363636364 | Yes | 
| Total | 259 | 50,214 | 
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-06-04-27-uqCa9k--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-06-04-27-uqCa9k--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.184 SIM10-06-04-27-uqCa9k–DV
2.2.184.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.184.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,380 | 120 | 120 | 201 | 1,941 | 
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 | 1,566 | 6.525 | No | 
| 2 | knowsAgent | 201 | 362 | 1.80099502487562 | No | 
| 3 | ownsWork | 120 | 592 | 4.93333333333333 | No | 
| 4 | init | 53 | 9,011 | 170.018867924528 | No | 
| 5 | searchAndConnect | 51 | 19,026 | 373.058823529412 | Yes | 
| 6 | getWorksItems | 38 | 92 | 2.42105263157895 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 97 | 19,371 | 
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-06-04-27-uqCa9k--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.184.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-27-uqCa9k--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.185 SIM10-06-02-18-czqeQE–CV
2.2.185.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 5 | 1 | 
2.2.185.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 508 | 70 | 70 | 50 | 768 | 
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 | 16,576 | 1.70359712230216 | No | 
| existsSimilarity | 9,730 | 16,142 | 1.6589928057554 | No | 
| similarityEdges | 9,730 | 15,839 | 1.627852004111 | No | 
| connectAllSimilar | 140 | 16,686 | 119.185714285714 | Yes | 
| connect | 102 | 213 | 2.08823529411765 | Yes | 
| init | 53 | 8,742 | 164.943396226415 | No | 
| Total | 250 | 17,254 | 
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-06-02-18-czqeQE--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-06-02-18-czqeQE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.186 SIM10-06-02-18-czqeQE–DV
2.2.186.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 5 | 1 | 
2.2.186.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 304 | 70 | 70 | 50 | 564 | 
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 | 48,400 | 13.4444444444444 | Yes | 
| 3 | getWorks | 3,600 | 31,791 | 8.83083333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 119 | 0.0330555555555556 | Yes | 
| 6 | addItemToWork | 140 | 787 | 5.62142857142857 | No | 
| 7 | ownsWork | 70 | 320 | 4.57142857142857 | No | 
| 8 | init | 53 | 9,345 | 176.320754716981 | No | 
| 9 | searchAndConnect | 51 | 5,205 | 102.058823529412 | Yes | 
| 10 | knowsAgent | 50 | 97 | 1.94 | No | 
| 1 | Total | 14,451 | 219,746 | 
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-06-02-18-czqeQE--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-06-02-18-czqeQE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.187 SIM10-06-03-19-WkJX6D–CV
2.2.187.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.187.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 446 | 70 | 70 | 201 | 857 | 
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 | 15,980 | 1.64234326824255 | No | 
| existsSimilarity | 9,730 | 15,732 | 1.61685508735868 | No | 
| similarityEdges | 9,730 | 15,420 | 1.58478931140802 | No | 
| connectAllSimilar | 140 | 16,110 | 115.071428571429 | Yes | 
| init | 53 | 8,762 | 165.320754716981 | No | 
| connect | 7 | 14 | 2 | Yes | 
| Total | 155 | 16,470 | 
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-06-03-19-WkJX6D--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-06-03-19-WkJX6D--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.188 SIM10-06-03-19-WkJX6D–DV
2.2.188.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.188.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 432 | 70 | 70 | 201 | 843 | 
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 | 296 | 1.4726368159204 | No | 
| 2 | addItemToWork | 140 | 558 | 3.98571428571429 | No | 
| 3 | ownsWork | 70 | 237 | 3.38571428571429 | No | 
| 4 | init | 53 | 8,966 | 169.169811320755 | No | 
| 5 | searchAndConnect | 51 | 8,698 | 170.549019607843 | Yes | 
| 6 | getWorksItems | 38 | 78 | 2.05263157894737 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 1 | 1 | Yes | 
| 11 | Total | 97 | 8,985 | 
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-06-03-19-WkJX6D--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.188.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-03-19-WkJX6D--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.189 SIM10-06-03-21-n4nTNV–CV
2.2.189.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 5 | 2 | 
2.2.189.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,208 | 120 | 120 | 50 | 1,618 | 
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 | 49,714 | 1.73340306834031 | No | 
| existsSimilarity | 28,680 | 48,648 | 1.69623430962343 | No | 
| similarityEdges | 28,680 | 47,706 | 1.66338912133891 | No | 
| connectAllSimilar | 240 | 50,068 | 208.616666666667 | Yes | 
| connect | 189 | 437 | 2.31216931216931 | Yes | 
| init | 53 | 9,131 | 172.283018867925 | No | 
| Total | 437 | 51,077 | 
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-06-03-21-n4nTNV--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-06-03-21-n4nTNV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.190 SIM10-06-03-21-n4nTNV–DV
2.2.190.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 20 | 1 | 5 | 2 | 
2.2.190.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 830 | 120 | 120 | 50 | 1,240 | 
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 | 85,184 | 23.6622222222222 | Yes | 
| 3 | getWorks | 3,600 | 33,884 | 9.41222222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 127 | 0.0352777777777778 | Yes | 
| 6 | addItemToWork | 240 | 1,192 | 4.96666666666667 | No | 
| 7 | ownsWork | 120 | 623 | 5.19166666666667 | No | 
| 8 | init | 53 | 8,849 | 166.962264150943 | No | 
| 9 | searchAndConnect | 51 | 12,486 | 244.823529411765 | Yes | 
| 10 | knowsAgent | 50 | 164 | 3.28 | No | 
| 1 | Total | 14,451 | 386,974 | 
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-06-03-21-n4nTNV--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-06-03-21-n4nTNV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.191 SIM10-06-04-22-9IS3CY–CV
2.2.191.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.191.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,412 | 120 | 120 | 201 | 1,973 | 
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 | 49,983 | 1.74278242677824 | No | 
| existsSimilarity | 28,680 | 49,345 | 1.7205369595537 | No | 
| similarityEdges | 28,680 | 48,403 | 1.68769177126918 | No | 
| connectAllSimilar | 240 | 50,346 | 209.775 | Yes | 
| init | 53 | 8,911 | 168.132075471698 | No | 
| connect | 13 | 27 | 2.07692307692308 | Yes | 
| Total | 261 | 50,797 | 
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-06-04-22-9IS3CY--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-06-04-22-9IS3CY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.192 SIM10-06-04-22-9IS3CY–DV
2.2.192.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.192.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,386 | 120 | 120 | 201 | 1,947 | 
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 | 1,181 | 4.92083333333333 | No | 
| 2 | knowsAgent | 201 | 317 | 1.5771144278607 | No | 
| 3 | ownsWork | 120 | 558 | 4.65 | No | 
| 4 | init | 53 | 9,527 | 179.754716981132 | No | 
| 5 | searchAndConnect | 51 | 19,470 | 381.764705882353 | Yes | 
| 6 | getWorksItems | 38 | 57 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 330 | 165 | Yes | 
| 10 | getWorks | 2 | 362 | 181 | No | 
| 11 | Total | 98 | 20,341 | 
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-06-04-22-9IS3CY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.192.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-04-22-9IS3CY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.193 SIM10-06-12-03-6vAPw9–CV
2.2.193.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 10 | 1 | 
2.2.193.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 252 | 55 | 55 | 50 | 467 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 5,995 | 9,369 | 1.5628023352794 | No | 
| 2 | existsSimilarity | 5,995 | 9,213 | 1.53678065054212 | No | 
| 3 | similarityEdges | 5,995 | 9,006 | 1.5022518765638 | No | 
| 4 | connectAllSimilar | 110 | 9,448 | 85.8909090909091 | Yes | 
| 5 | init | 53 | 8,343 | 157.415094339623 | No | 
| 7 | connect | 3 | 7 | 2.33333333333333 | Yes | 
| 11 | Total | 121 | 9,620 | 
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-06-12-03-6vAPw9--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-06-12-03-6vAPw9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.194 SIM10-06-12-03-6vAPw9–DV
2.2.194.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 10 | 1 | 
2.2.194.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 246 | 55 | 55 | 50 | 461 | 
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 | 1,076 | 9.78181818181818 | No | 
| 2 | ownsWork | 55 | 475 | 8.63636363636364 | No | 
| 3 | init | 53 | 8,770 | 165.471698113208 | No | 
| 4 | searchAndConnect | 51 | 5,934 | 116.352941176471 | Yes | 
| 5 | knowsAgent | 50 | 93 | 1.86 | No | 
| 6 | getWorksItems | 8 | 20 | 2.5 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 17 | 17 | Yes | 
| 11 | Total | 67 | 6,088 | 
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-06-12-03-6vAPw9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.194.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-03-6vAPw9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.195 SIM10-06-12-03-DPIrn7–CV
2.2.195.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.195.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 398 | 55 | 55 | 201 | 764 | 
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 | 8,437 | 1.40733944954128 | No | 
| existsSimilarity | 5,995 | 8,295 | 1.3836530442035 | No | 
| similarityEdges | 5,995 | 8,146 | 1.35879899916597 | No | 
| connectAllSimilar | 110 | 8,502 | 77.2909090909091 | Yes | 
| init | 53 | 8,686 | 163.88679245283 | No | 
| connect | 5 | 15 | 3 | Yes | 
| Total | 123 | 8,663 | 
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-06-12-03-DPIrn7--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-06-12-03-DPIrn7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.196 SIM10-06-12-03-DPIrn7–DV
2.2.196.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.196.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 388 | 55 | 55 | 201 | 754 | 
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 | 291 | 1.44776119402985 | No | 
| 2 | addItemToWork | 110 | 645 | 5.86363636363636 | No | 
| 3 | ownsWork | 55 | 375 | 6.81818181818182 | No | 
| 4 | init | 53 | 8,374 | 158 | No | 
| 5 | searchAndConnect | 51 | 7,786 | 152.666666666667 | Yes | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 12 | 12 | Yes | 
| 11 | Total | 67 | 8,002 | 
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-06-12-03-DPIrn7--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-06-12-03-DPIrn7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.197 SIM10-06-12-06-FdrVtm–CV
2.2.197.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 10 | 2 | 
2.2.197.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 988 | 105 | 105 | 50 | 1,353 | 
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 | 38,198 | 1.74062428799271 | No | 
| existsSimilarity | 21,945 | 37,619 | 1.71424014581909 | No | 
| similarityEdges | 21,945 | 36,843 | 1.67887901572112 | No | 
| connectAllSimilar | 210 | 38,513 | 183.395238095238 | Yes | 
| init | 53 | 8,509 | 160.547169811321 | No | 
| connect | 20 | 55 | 2.75 | Yes | 
| Total | 238 | 38,791 | 
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-06-12-06-FdrVtm--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-06-12-06-FdrVtm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.198 SIM10-06-12-06-FdrVtm–DV
2.2.198.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 10 | 2 | 
2.2.198.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 948 | 105 | 105 | 50 | 1,313 | 
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 | 1,404 | 6.68571428571429 | No | 
| 2 | ownsWork | 105 | 696 | 6.62857142857143 | No | 
| 3 | init | 53 | 8,757 | 165.22641509434 | No | 
| 4 | searchAndConnect | 51 | 16,513 | 323.78431372549 | Yes | 
| 5 | knowsAgent | 50 | 100 | 2 | No | 
| 6 | getWorksItems | 8 | 24 | 3 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 15 | 15 | Yes | 
| 11 | Total | 67 | 16,771 | 
2.2.198.8 Found structures
2.2.198.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-06-FdrVtm--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-06-12-06-FdrVtm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.199 SIM10-06-12-07-FZiE2t–CV
2.2.199.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.199.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,080 | 105 | 105 | 201 | 1,596 | 
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 | 37,016 | 1.68676236044657 | No | 
| existsSimilarity | 21,945 | 36,467 | 1.66174527227159 | No | 
| similarityEdges | 21,945 | 35,743 | 1.62875370243791 | No | 
| connectAllSimilar | 210 | 37,282 | 177.533333333333 | Yes | 
| init | 53 | 8,614 | 162.528301886792 | No | 
| connect | 12 | 18 | 1.5 | Yes | 
| Total | 230 | 37,679 | 
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-06-12-07-FZiE2t--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-06-12-07-FZiE2t--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.200 SIM10-06-12-07-FZiE2t–DV
2.2.200.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.200.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,056 | 105 | 105 | 201 | 1,572 | 
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,474 | 7.01904761904762 | No | 
| 2 | knowsAgent | 201 | 290 | 1.44278606965174 | No | 
| 3 | ownsWork | 105 | 656 | 6.24761904761905 | No | 
| 4 | init | 53 | 8,656 | 163.320754716981 | No | 
| 5 | searchAndConnect | 51 | 15,242 | 298.862745098039 | Yes | 
| 6 | getWorksItems | 8 | 20 | 2.5 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 5 | 5 | Yes | 
| 11 | Total | 67 | 15,495 | 
2.2.200.8 Found structures
2.2.200.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-07-FZiE2t--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-06-12-07-FZiE2t--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.201 SIM10-06-12-04-77nbqF–CV
2.2.201.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.201.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 260 | 55 | 55 | 201 | 626 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 5,995 | 8,823 | 1.47172643869892 | No | 
| 2 | existsSimilarity | 5,995 | 8,690 | 1.44954128440367 | No | 
| 3 | similarityEdges | 5,995 | 8,527 | 1.42235195996664 | No | 
| 4 | connectAllSimilar | 110 | 8,908 | 80.9818181818182 | Yes | 
| 5 | init | 53 | 8,291 | 156.433962264151 | No | 
| 7 | connect | 3 | 5 | 1.66666666666667 | Yes | 
| 11 | Total | 121 | 9,049 | 
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-06-12-04-77nbqF--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-06-12-04-77nbqF--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.202 SIM10-06-12-04-77nbqF–DV
2.2.202.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.202.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 254 | 55 | 55 | 201 | 620 | 
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 | knowsAgent | 201 | 280 | 1.39303482587065 | No | 
| 2 | addItemToWork | 110 | 585 | 5.31818181818182 | No | 
| 3 | ownsWork | 55 | 289 | 5.25454545454545 | No | 
| 4 | init | 53 | 8,603 | 162.320754716981 | No | 
| 5 | searchAndConnect | 51 | 7,181 | 140.803921568627 | Yes | 
| 6 | getWorksItems | 8 | 13 | 1.625 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 24 | 24 | Yes | 
| 11 | Total | 67 | 7,364 | 
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-06-12-04-77nbqF--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-06-12-04-77nbqF--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.203 SIM10-06-12-04-uNjTXn–CV
2.2.203.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 30 | 1 | 
2.2.203.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 354 | 55 | 55 | 50 | 569 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 5,995 | 9,033 | 1.50675562969141 | No | 
| 2 | existsSimilarity | 5,995 | 8,858 | 1.47756463719766 | No | 
| 3 | similarityEdges | 5,995 | 8,682 | 1.44820683903253 | No | 
| 4 | connectAllSimilar | 110 | 9,105 | 82.7727272727273 | Yes | 
| 5 | init | 53 | 8,489 | 160.169811320755 | No | 
| 7 | connect | 4 | 6 | 1.5 | Yes | 
| 11 | Total | 122 | 9,235 | 
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-06-12-04-uNjTXn--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-06-12-04-uNjTXn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.204 SIM10-06-12-04-uNjTXn–DV
2.2.204.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 30 | 1 | 
2.2.204.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 346 | 55 | 55 | 50 | 561 | 
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 | addItemToWork | 110 | 698 | 6.34545454545455 | No | 
| 2 | ownsWork | 55 | 329 | 5.98181818181818 | No | 
| 3 | init | 53 | 8,763 | 165.339622641509 | No | 
| 4 | searchAndConnect | 51 | 5,726 | 112.274509803922 | Yes | 
| 5 | knowsAgent | 50 | 91 | 1.82 | No | 
| 6 | getWorksItems | 8 | 17 | 2.125 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 5 | 5 | Yes | 
| 11 | Total | 67 | 5,899 | 
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-06-12-04-uNjTXn--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-06-12-04-uNjTXn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.205 SIM10-06-12-08-A8sXFz–CV
2.2.205.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 30 | 2 | 
2.2.205.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 988 | 105 | 105 | 50 | 1,353 | 
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 | 36,533 | 1.66475279106858 | No | 
| existsSimilarity | 21,945 | 36,014 | 1.64110275689223 | No | 
| similarityEdges | 21,945 | 35,248 | 1.60619731146047 | No | 
| connectAllSimilar | 210 | 36,832 | 175.390476190476 | Yes | 
| init | 53 | 8,378 | 158.075471698113 | No | 
| connect | 7 | 25 | 3.57142857142857 | Yes | 
| Total | 225 | 37,109 | 
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-06-12-08-A8sXFz--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-06-12-08-A8sXFz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.206 SIM10-06-12-08-A8sXFz–DV
2.2.206.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 30 | 2 | 
2.2.206.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 974 | 105 | 105 | 50 | 1,339 | 
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,647 | 7.84285714285714 | No | 
| 2 | ownsWork | 105 | 744 | 7.08571428571429 | No | 
| 3 | init | 53 | 8,712 | 164.377358490566 | No | 
| 4 | searchAndConnect | 51 | 12,908 | 253.098039215686 | Yes | 
| 5 | knowsAgent | 50 | 87 | 1.74 | No | 
| 6 | getWorksItems | 8 | 19 | 2.375 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 1 | 1 | Yes | 
| 11 | Total | 67 | 13,173 | 
2.2.206.8 Found structures
2.2.206.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-08-A8sXFz--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-06-12-08-A8sXFz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.207 SIM10-06-12-09-MpxgZV–CV
2.2.207.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.207.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,188 | 105 | 105 | 201 | 1,704 | 
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 | 39,575 | 1.80337206652996 | No | 
| existsSimilarity | 21,945 | 38,982 | 1.77634996582365 | No | 
| similarityEdges | 21,945 | 38,173 | 1.73948507632718 | No | 
| connectAllSimilar | 210 | 39,910 | 190.047619047619 | Yes | 
| init | 53 | 8,452 | 159.471698113208 | No | 
| connect | 18 | 33 | 1.83333333333333 | Yes | 
| Total | 236 | 40,183 | 
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-06-12-09-MpxgZV--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-06-12-09-MpxgZV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.208 SIM10-06-12-09-MpxgZV–DV
2.2.208.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.208.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,152 | 105 | 105 | 201 | 1,668 | 
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,624 | 7.73333333333333 | No | 
| 2 | knowsAgent | 201 | 300 | 1.49253731343284 | No | 
| 3 | ownsWork | 105 | 670 | 6.38095238095238 | No | 
| 4 | init | 53 | 8,517 | 160.698113207547 | No | 
| 5 | searchAndConnect | 51 | 16,535 | 324.21568627451 | Yes | 
| 6 | getWorksItems | 8 | 13 | 1.625 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 67 | 16,733 | 
2.2.208.8 Found structures
2.2.208.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-09-MpxgZV--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-06-12-09-MpxgZV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.209 SIM10-06-11-02-8VzNJ8–CV
2.2.209.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 5 | 1 | 
2.2.209.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 290 | 55 | 55 | 50 | 505 | 
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 | 9,028 | 1.50592160133445 | No | 
| existsSimilarity | 5,995 | 8,682 | 1.44820683903253 | No | 
| similarityEdges | 5,995 | 8,473 | 1.41334445371143 | No | 
| connectAllSimilar | 110 | 9,110 | 82.8181818181818 | Yes | 
| connect | 68 | 170 | 2.5 | Yes | 
| init | 53 | 8,826 | 166.528301886792 | No | 
| Total | 186 | 9,521 | 
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-06-11-02-8VzNJ8--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-06-11-02-8VzNJ8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.210 SIM10-06-11-02-8VzNJ8–DV
2.2.210.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 5 | 1 | 
2.2.210.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 154 | 55 | 55 | 50 | 369 | 
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,599 | 37,016 | 10.2850791886635 | Yes | 
| 3 | getWorks | 3,599 | 21,818 | 6.06223951097527 | No | 
| 4 | individualCycleSearch | 3,599 | 295 | 0.0819672131147541 | Yes | 
| 6 | addItemToWork | 110 | 3,053 | 27.7545454545455 | No | 
| 7 | ownsWork | 55 | 861 | 15.6545454545455 | No | 
| 8 | init | 53 | 9,753 | 184.018867924528 | No | 
| 9 | searchAndConnect | 51 | 7,179 | 140.764705882353 | Yes | 
| 10 | knowsAgent | 50 | 184 | 3.68 | No | 
| 1 | Total | 14,447 | 153,632 | 
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-06-11-02-8VzNJ8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.210.8.2 Paths
Number of paths found: 3599
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-11-02-8VzNJ8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.211 SIM10-06-12-03-xRHB6s–CV
2.2.211.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.211.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 234 | 55 | 55 | 201 | 600 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 5,995 | 9,497 | 1.58415346121768 | No | 
| 2 | existsSimilarity | 5,995 | 9,336 | 1.55729774812344 | No | 
| 3 | similarityEdges | 5,995 | 9,132 | 1.5232693911593 | No | 
| 4 | connectAllSimilar | 110 | 9,589 | 87.1727272727273 | Yes | 
| 5 | init | 53 | 8,707 | 164.283018867925 | No | 
| 7 | connect | 4 | 8 | 2 | Yes | 
| 11 | Total | 122 | 9,816 | 
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-06-12-03-xRHB6s--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-06-12-03-xRHB6s--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.212 SIM10-06-12-03-xRHB6s–DV
2.2.212.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.212.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 226 | 55 | 55 | 201 | 592 | 
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 | 356 | 1.77114427860697 | No | 
| 2 | addItemToWork | 110 | 1,166 | 10.6 | No | 
| 3 | ownsWork | 55 | 840 | 15.2727272727273 | No | 
| 4 | init | 53 | 8,782 | 165.698113207547 | No | 
| 5 | searchAndConnect | 51 | 9,618 | 188.588235294118 | Yes | 
| 6 | getWorksItems | 8 | 23 | 2.875 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 3 | 3 | Yes | 
| 11 | Total | 67 | 9,792 | 
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-06-12-03-xRHB6s--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-06-12-03-xRHB6s--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.213 SIM10-06-12-05-ixBZbN–CV
2.2.213.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 5 | 2 | 
2.2.213.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,046 | 105 | 105 | 50 | 1,411 | 
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 | 37,032 | 1.68749145591251 | No | 
| existsSimilarity | 21,945 | 36,032 | 1.64192298929141 | No | 
| similarityEdges | 21,945 | 35,301 | 1.60861244019139 | No | 
| connect | 215 | 528 | 2.45581395348837 | Yes | 
| connectAllSimilar | 210 | 37,320 | 177.714285714286 | Yes | 
| init | 53 | 8,612 | 162.490566037736 | No | 
| Total | 433 | 38,035 | 
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-06-12-05-ixBZbN--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-06-12-05-ixBZbN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.214 SIM10-06-12-05-ixBZbN–DV
2.2.214.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | random | 5 | 1 | 5 | 2 | 
2.2.214.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 616 | 105 | 105 | 50 | 981 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,845 | 8.78571428571429 | No | 
| 2 | ownsWork | 105 | 921 | 8.77142857142857 | No | 
| 3 | init | 53 | 8,451 | 159.452830188679 | No | 
| 4 | searchAndConnect | 51 | 9,724 | 190.666666666667 | Yes | 
| 5 | knowsAgent | 50 | 90 | 1.8 | No | 
| 6 | getWorksItems | 8 | 19 | 2.375 | Yes | 
| 9 | cycleSearch | 2 | 17 | 8.5 | Yes | 
| 10 | getWorks | 2 | 111 | 55.5 | No | 
| 11 | Total | 68 | 9,998 | 
2.2.214.8 Found structures
2.2.214.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-05-ixBZbN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.214.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-05-ixBZbN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.215 SIM10-06-12-05-rrebF8–CV
2.2.215.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.215.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 976 | 105 | 105 | 201 | 1,492 | 
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 | 38,066 | 1.73460925039872 | No | 
| existsSimilarity | 21,945 | 37,519 | 1.70968329915698 | No | 
| similarityEdges | 21,945 | 36,718 | 1.67318295739348 | No | 
| connectAllSimilar | 210 | 38,388 | 182.8 | Yes | 
| init | 53 | 8,581 | 161.905660377358 | No | 
| connect | 8 | 16 | 2 | Yes | 
| Total | 226 | 38,599 | 
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-06-12-05-rrebF8--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-06-12-05-rrebF8--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.216 SIM10-06-12-05-rrebF8–DV
2.2.216.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.216.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 960 | 105 | 105 | 201 | 1,476 | 
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 | 2,178 | 10.3714285714286 | No | 
| 2 | knowsAgent | 201 | 315 | 1.56716417910448 | No | 
| 3 | ownsWork | 105 | 1,119 | 10.6571428571429 | No | 
| 4 | init | 53 | 8,712 | 164.377358490566 | No | 
| 5 | searchAndConnect | 51 | 15,269 | 299.392156862745 | Yes | 
| 6 | getWorksItems | 8 | 23 | 2.875 | Yes | 
| 9 | cycleSearch | 2 | 190 | 95 | Yes | 
| 10 | getWorks | 2 | 251 | 125.5 | No | 
| 11 | Total | 68 | 15,763 | 
2.2.216.8 Found structures
2.2.216.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-05-rrebF8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.216.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-06-12-05-rrebF8--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.3 Scatterplots of experiment












