2 Experiment 1
agentNumbers=[50, 100, 200] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.96] : graphTypes=[random, smallWorld] : message=[50, 100 and 200 agents with similarityConnectThreshold 0.96]
2.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-13-12-56-ZEvsxw | 
| agentNumbers | 50, 100, 200 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.96 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
2.2 Descriptive analysis of each simulation
2.2.1 SIM10-13-01-13-MMNy8z–CV
2.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 10 | 2 | 
2.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,444 | 210 | 210 | 100 | 16,174 | 
2.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 87,990 | 239,064 | 2.71694510739857 | No | 
| existsSimilarity | 87,990 | 237,224 | 2.69603364018638 | No | 
| similarityEdges | 87,990 | 233,793 | 2.65704057279236 | No | 
| connectAllSimilar | 420 | 239,873 | 571.12619047619 | Yes | 
| connect | 131 | 392 | 2.99236641221374 | Yes | 
| init | 103 | 12,486 | 121.223300970874 | No | 
| Total | 559 | 240,914 | 
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-13-01-13-MMNy8z--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-13-01-13-MMNy8z--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2 SIM10-13-01-13-MMNy8z–DV
2.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 10 | 2 | 
2.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,182 | 210 | 210 | 100 | 15,912 | 
2.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 420 | 5,566 | 13.252380952381 | No | 
| 2 | ownsWork | 210 | 3,868 | 18.4190476190476 | No | 
| 3 | init | 103 | 13,134 | 127.514563106796 | No | 
| 4 | searchAndConnect | 101 | 114,596 | 1134.61386138614 | Yes | 
| 5 | knowsAgent | 100 | 594 | 5.94 | No | 
| 6 | getWorksItems | 18 | 25 | 1.38888888888889 | Yes | 
| 9 | cycleSearch | 4 | 666 | 166.5 | Yes | 
| 10 | getWorks | 4 | 1,088 | 272 | No | 
| 11 | Total | 132 | 116,175 | 
2.2.2.8 Found structures
2.2.2.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-01-13-MMNy8z--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-13-01-13-MMNy8z--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.3 SIM10-13-01-18-ATARi9–CV
2.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,166 | 210 | 210 | 601 | 16,397 | 
2.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.3.4 distribution of similarityEdgesByWeight

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

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

2.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 238,658 | 2.71233094669849 | No | 
| existsSimilarity | 87,990 | 237,022 | 2.69373792476418 | No | 
| similarityEdges | 87,990 | 233,631 | 2.65519945448346 | No | 
| connectAllSimilar | 420 | 239,477 | 570.183333333333 | Yes | 
| init | 103 | 11,614 | 112.757281553398 | No | 
| connect | 85 | 158 | 1.85882352941176 | Yes | 
| Total | 513 | 240,216 | 
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-13-01-18-ATARi9--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-13-01-18-ATARi9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4 SIM10-13-01-18-ATARi9–DV
2.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,996 | 210 | 210 | 601 | 16,227 | 
2.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.4.4 distribution of similarityEdgesByWeight

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

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

2.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,240 | 2.06322795341098 | No | 
| 2 | addItemToWork | 420 | 3,078 | 7.32857142857143 | No | 
| 3 | ownsWork | 210 | 2,733 | 13.0142857142857 | No | 
| 4 | init | 103 | 13,187 | 128.029126213592 | No | 
| 5 | searchAndConnect | 101 | 136,942 | 1355.86138613861 | Yes | 
| 6 | getWorksItems | 18 | 94 | 5.22222222222222 | Yes | 
| 8 | cycleSearch | 5 | 1,316 | 263.2 | Yes | 
| 10 | getWorks | 5 | 1,218 | 243.6 | No | 
| 11 | Total | 134 | 139,957 | 
2.2.4.8 Found structures
2.2.4.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-01-18-ATARi9--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-13-01-18-ATARi9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.5 SIM10-13-11-59-8BI6sm–CV
2.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 10 | 1 | 
2.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,100 | 110 | 110 | 100 | 4,530 | 
2.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 24,090 | 54,780 | 2.27397260273973 | No | 
| existsSimilarity | 24,090 | 53,692 | 2.22880863428809 | No | 
| similarityEdges | 24,090 | 52,922 | 2.19684516396845 | No | 
| connect | 261 | 659 | 2.52490421455939 | Yes | 
| connectAllSimilar | 220 | 55,028 | 250.127272727273 | Yes | 
| init | 103 | 11,774 | 114.31067961165 | No | 
| Total | 489 | 56,078 | 
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-13-11-59-8BI6sm--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-13-11-59-8BI6sm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6 SIM10-13-11-59-8BI6sm–DV
2.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 10 | 1 | 
2.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 3,578 | 110 | 110 | 100 | 4,008 | 
2.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 220 | 2,844 | 12.9272727272727 | No | 
| 2 | ownsWork | 110 | 2,445 | 22.2272727272727 | No | 
| 3 | init | 103 | 12,152 | 117.980582524272 | No | 
| 4 | searchAndConnect | 101 | 32,751 | 324.267326732673 | Yes | 
| 5 | knowsAgent | 100 | 299 | 2.99 | No | 
| 6 | getWorksItems | 18 | 102 | 5.66666666666667 | Yes | 
| 9 | cycleSearch | 2 | 319 | 159.5 | Yes | 
| 10 | getWorks | 2 | 185 | 92.5 | No | 
| 11 | Total | 128 | 34,011 | 
2.2.6.8 Found structures
2.2.6.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-11-59-8BI6sm--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-13-11-59-8BI6sm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7 SIM10-13-12-01-GqYGvr–CV
2.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,244 | 110 | 110 | 601 | 5,175 | 
2.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.7.4 distribution of similarityEdgesByWeight

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

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

2.2.7.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 53,958 | 2.23985056039851 | No | 
| existsSimilarity | 24,090 | 53,404 | 2.21685346616853 | No | 
| similarityEdges | 24,090 | 52,613 | 2.18401826484018 | No | 
| connectAllSimilar | 220 | 54,163 | 246.195454545455 | Yes | 
| init | 103 | 12,280 | 119.223300970874 | No | 
| connect | 36 | 109 | 3.02777777777778 | Yes | 
| Total | 264 | 54,635 | 
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-13-12-01-GqYGvr--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-13-12-01-GqYGvr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8 SIM10-13-12-01-GqYGvr–DV
2.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,172 | 110 | 110 | 601 | 5,103 | 
2.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.8.4 distribution of similarityEdgesByWeight

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

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

2.2.8.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,202 | 2 | No | 
| 2 | addItemToWork | 220 | 2,564 | 11.6545454545455 | No | 
| 3 | ownsWork | 110 | 2,487 | 22.6090909090909 | No | 
| 4 | init | 103 | 12,118 | 117.650485436893 | No | 
| 5 | searchAndConnect | 101 | 49,022 | 485.366336633663 | Yes | 
| 6 | getWorksItems | 18 | 143 | 7.94444444444444 | Yes | 
| 9 | cycleSearch | 2 | 521 | 260.5 | Yes | 
| 10 | getWorks | 2 | 381 | 190.5 | No | 
| 11 | Total | 128 | 50,426 | 
2.2.8.8 Found structures
2.2.8.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-01-GqYGvr--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-13-12-01-GqYGvr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.9 SIM10-13-01-22-iDF56F–CV
2.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 30 | 2 | 
2.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,122 | 210 | 210 | 100 | 15,852 | 
2.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 87,990 | 245,755 | 2.79298783952722 | No | 
| existsSimilarity | 87,990 | 244,161 | 2.77487214456188 | No | 
| similarityEdges | 87,990 | 240,837 | 2.73709512444596 | No | 
| connectAllSimilar | 420 | 246,516 | 586.942857142857 | Yes | 
| init | 103 | 11,993 | 116.436893203883 | No | 
| connect | 62 | 154 | 2.48387096774194 | Yes | 
| Total | 490 | 247,256 | 
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-13-01-22-iDF56F--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-13-01-22-iDF56F--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10 SIM10-13-01-22-iDF56F–DV
2.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 30 | 2 | 
2.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,998 | 210 | 210 | 100 | 15,728 | 
2.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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 | 420 | 3,325 | 7.91666666666667 | No | 
| 2 | ownsWork | 210 | 2,875 | 13.6904761904762 | No | 
| 3 | init | 103 | 12,775 | 124.029126213592 | No | 
| 4 | searchAndConnect | 101 | 119,397 | 1182.14851485149 | Yes | 
| 5 | knowsAgent | 100 | 410 | 4.1 | No | 
| 6 | getWorksItems | 18 | 66 | 3.66666666666667 | Yes | 
| 9 | cycleSearch | 4 | 875 | 218.75 | Yes | 
| 10 | getWorks | 4 | 1,099 | 274.75 | No | 
| 11 | Total | 132 | 121,927 | 
2.2.10.8 Found structures
2.2.10.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-01-22-iDF56F--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-13-01-22-iDF56F--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.11 SIM10-13-01-27-oRsogM–CV
2.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,230 | 210 | 210 | 601 | 16,461 | 
2.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.11.4 distribution of similarityEdgesByWeight

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

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

2.2.11.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 244,518 | 2.77892942379816 | No | 
| existsSimilarity | 87,990 | 242,812 | 2.75954085691556 | No | 
| similarityEdges | 87,990 | 239,443 | 2.72125241504716 | No | 
| connectAllSimilar | 420 | 245,379 | 584.235714285714 | Yes | 
| init | 103 | 12,022 | 116.718446601942 | No | 
| connect | 80 | 184 | 2.3 | Yes | 
| Total | 508 | 246,176 | 
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-13-01-27-oRsogM--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-13-01-27-oRsogM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12 SIM10-13-01-27-oRsogM–DV
2.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,070 | 210 | 210 | 601 | 16,301 | 
2.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
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,232 | 2.04991680532446 | No | 
| 2 | addItemToWork | 420 | 7,781 | 18.5261904761905 | No | 
| 3 | ownsWork | 210 | 3,705 | 17.6428571428571 | No | 
| 4 | init | 103 | 12,737 | 123.660194174757 | No | 
| 5 | searchAndConnect | 101 | 139,671 | 1382.88118811881 | Yes | 
| 6 | getWorksItems | 18 | 62 | 3.44444444444444 | Yes | 
| 8 | cycleSearch | 5 | 1,168 | 233.6 | Yes | 
| 10 | getWorks | 5 | 1,090 | 218 | No | 
| 11 | Total | 134 | 143,112 | 
2.2.12.8 Found structures
2.2.12.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-01-27-oRsogM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-01-27-oRsogM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.13 SIM10-13-12-02-EpmeFW–CV
2.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 30 | 1 | 
2.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,346 | 110 | 110 | 100 | 4,776 | 
2.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 24,090 | 56,484 | 2.34470734744707 | No | 
| existsSimilarity | 24,090 | 56,004 | 2.32478206724782 | No | 
| similarityEdges | 24,090 | 55,216 | 2.29207139892071 | No | 
| connectAllSimilar | 220 | 56,703 | 257.740909090909 | Yes | 
| init | 103 | 11,617 | 112.78640776699 | No | 
| connect | 19 | 46 | 2.42105263157895 | Yes | 
| Total | 247 | 57,189 | 
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-13-12-02-EpmeFW--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-13-12-02-EpmeFW--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14 SIM10-13-12-02-EpmeFW–DV
2.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 30 | 1 | 
2.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,308 | 110 | 110 | 100 | 4,738 | 
2.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 220 | 3,013 | 13.6954545454545 | No | 
| 2 | ownsWork | 110 | 2,803 | 25.4818181818182 | No | 
| 3 | init | 103 | 12,652 | 122.834951456311 | No | 
| 4 | searchAndConnect | 101 | 43,489 | 430.584158415842 | Yes | 
| 5 | knowsAgent | 100 | 497 | 4.97 | No | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 343 | 171.5 | Yes | 
| 10 | getWorks | 2 | 309 | 154.5 | No | 
| 11 | Total | 128 | 44,297 | 
2.2.14.8 Found structures
2.2.14.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-02-EpmeFW--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-02-EpmeFW--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.15 SIM10-13-12-03-fd5I7g–CV
2.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,336 | 110 | 110 | 601 | 5,267 | 
2.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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 | 24,090 | 55,125 | 2.28829389788294 | No | 
| existsSimilarity | 24,090 | 54,629 | 2.26770444167704 | No | 
| similarityEdges | 24,090 | 53,851 | 2.23540888335409 | No | 
| connectAllSimilar | 220 | 55,339 | 251.540909090909 | Yes | 
| init | 103 | 11,647 | 113.077669902913 | No | 
| connect | 22 | 33 | 1.5 | Yes | 
| Total | 250 | 55,706 | 
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-13-12-03-fd5I7g--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-13-12-03-fd5I7g--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.16 SIM10-13-12-03-fd5I7g–DV
2.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,292 | 110 | 110 | 601 | 5,223 | 
2.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
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,150 | 1.9134775374376 | No | 
| 2 | addItemToWork | 220 | 3,135 | 14.25 | No | 
| 3 | ownsWork | 110 | 2,236 | 20.3272727272727 | No | 
| 4 | init | 103 | 12,121 | 117.679611650485 | No | 
| 5 | searchAndConnect | 101 | 53,215 | 526.881188118812 | Yes | 
| 6 | getWorksItems | 18 | 31 | 1.72222222222222 | Yes | 
| 9 | cycleSearch | 2 | 37 | 18.5 | Yes | 
| 10 | getWorks | 2 | 4 | 2 | No | 
| 11 | Total | 128 | 53,846 | 
2.2.16.8 Found structures
2.2.16.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-03-fd5I7g--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-13-12-03-fd5I7g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.17 SIM10-13-01-09-KXfm7X–CV
2.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,326 | 210 | 210 | 601 | 16,557 | 
2.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.17.4 distribution of similarityEdgesByWeight

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

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

2.2.17.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 87,990 | 241,171 | 2.74089101034208 | No | 
| existsSimilarity | 87,990 | 239,327 | 2.71993408341857 | No | 
| similarityEdges | 87,990 | 235,749 | 2.67927037163314 | No | 
| connectAllSimilar | 420 | 241,983 | 576.15 | Yes | 
| init | 103 | 12,321 | 119.621359223301 | No | 
| connect | 73 | 270 | 3.6986301369863 | Yes | 
| Total | 501 | 242,815 | 
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-13-01-09-KXfm7X--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-13-01-09-KXfm7X--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18 SIM10-13-01-09-KXfm7X–DV
2.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 15,180 | 210 | 210 | 601 | 16,411 | 
2.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 420 | 210 | 731 | 
2.2.18.4 distribution of similarityEdgesByWeight

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

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

2.2.18.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,269 | 2.11148086522463 | No | 
| 2 | addItemToWork | 420 | 3,023 | 7.19761904761905 | No | 
| 3 | ownsWork | 210 | 2,803 | 13.347619047619 | No | 
| 4 | init | 103 | 12,340 | 119.805825242718 | No | 
| 5 | searchAndConnect | 101 | 140,210 | 1388.21782178218 | Yes | 
| 6 | getWorksItems | 18 | 78 | 4.33333333333333 | Yes | 
| 8 | cycleSearch | 5 | 1,272 | 254.4 | Yes | 
| 10 | getWorks | 5 | 1,034 | 206.8 | No | 
| 11 | Total | 134 | 143,159 | 
2.2.18.8 Found structures
2.2.18.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-01-09-KXfm7X--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-01-09-KXfm7X--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.19 SIM10-13-10-57-Uqhqah–CV
2.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 5 | 1 | 
2.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,020 | 110 | 110 | 100 | 4,450 | 
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 | 54,366 | 2.25678704856787 | No | 
| existsSimilarity | 24,090 | 50,516 | 2.0969696969697 | No | 
| similarityEdges | 24,090 | 49,792 | 2.06691573266916 | No | 
| connect | 1,237 | 3,344 | 2.70331447049313 | Yes | 
| connectAllSimilar | 220 | 54,605 | 248.204545454545 | Yes | 
| init | 103 | 11,563 | 112.26213592233 | No | 
| Total | 1,465 | 58,386 | 
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-13-10-57-Uqhqah--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-13-10-57-Uqhqah--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20 SIM10-13-10-57-Uqhqah–DV
2.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 5 | 1 | 
2.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 1,546 | 110 | 110 | 100 | 1,976 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 35,995 | 9.99861111111111 | Yes | 
| 3 | getWorks | 3,600 | 49,946 | 13.8738888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 98 | 0.0272222222222222 | Yes | 
| 6 | addItemToWork | 220 | 2,564 | 11.6545454545455 | No | 
| 7 | ownsWork | 110 | 2,394 | 21.7636363636364 | No | 
| 8 | init | 103 | 12,454 | 120.912621359223 | No | 
| 9 | searchAndConnect | 101 | 14,001 | 138.623762376238 | Yes | 
| 10 | knowsAgent | 100 | 294 | 2.94 | No | 
| 1 | Total | 14,501 | 161,927 | 
2.2.20.8 Found structures
2.2.20.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-57-Uqhqah--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-57-Uqhqah--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21 SIM10-13-11-58-fCLnXJ–CV
2.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,478 | 110 | 110 | 601 | 5,409 | 
2.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.21.4 distribution of similarityEdgesByWeight

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

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

2.2.21.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 54,268 | 2.25271897052719 | No | 
| existsSimilarity | 24,090 | 53,750 | 2.23121627231216 | No | 
| similarityEdges | 24,090 | 52,940 | 2.19759236197592 | No | 
| connectAllSimilar | 220 | 54,492 | 247.690909090909 | Yes | 
| init | 103 | 11,251 | 109.233009708738 | No | 
| connect | 26 | 134 | 5.15384615384615 | Yes | 
| Total | 254 | 54,938 | 
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-13-11-58-fCLnXJ--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-13-11-58-fCLnXJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22 SIM10-13-11-58-fCLnXJ–DV
2.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,426 | 110 | 110 | 601 | 5,357 | 
2.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 220 | 110 | 431 | 
2.2.22.4 distribution of similarityEdgesByWeight

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

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

2.2.22.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,457 | 2.4242928452579 | No | 
| 2 | addItemToWork | 220 | 2,094 | 9.51818181818182 | No | 
| 3 | ownsWork | 110 | 1,639 | 14.9 | No | 
| 4 | init | 103 | 12,403 | 120.417475728155 | No | 
| 5 | searchAndConnect | 101 | 55,723 | 551.712871287129 | Yes | 
| 6 | getWorksItems | 18 | 22 | 1.22222222222222 | Yes | 
| 9 | cycleSearch | 3 | 40 | 13.3333333333333 | Yes | 
| 10 | getWorks | 3 | 51 | 17 | No | 
| 11 | Total | 130 | 56,268 | 
2.2.22.8 Found structures
2.2.22.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-11-58-fCLnXJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-11-58-fCLnXJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.23 SIM10-13-12-05-4zLNmU–CV
2.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 5 | 2 | 
2.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,206 | 210 | 210 | 100 | 14,936 | 
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 | 226,960 | 2.57938402091147 | No | 
| existsSimilarity | 87,990 | 213,200 | 2.4230026139334 | No | 
| similarityEdges | 87,990 | 210,092 | 2.38768041822934 | No | 
| connect | 4,589 | 12,065 | 2.62911309653519 | Yes | 
| connectAllSimilar | 420 | 227,900 | 542.619047619048 | Yes | 
| init | 103 | 11,576 | 112.388349514563 | No | 
| Total | 5,017 | 240,457 | 
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-13-12-05-4zLNmU--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-13-12-05-4zLNmU--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24 SIM10-13-12-05-4zLNmU–DV
2.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 10 | 1 | 5 | 2 | 
2.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 5,028 | 210 | 210 | 100 | 5,758 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 14,492 | 4.02555555555556 | Yes | 
| 3 | getWorks | 3,600 | 48,240 | 13.4 | No | 
| 4 | individualCycleSearch | 3,600 | 99 | 0.0275 | Yes | 
| 6 | addItemToWork | 420 | 5,585 | 13.297619047619 | No | 
| 7 | ownsWork | 210 | 4,215 | 20.0714285714286 | No | 
| 8 | init | 103 | 12,470 | 121.067961165049 | No | 
| 9 | searchAndConnect | 101 | 38,362 | 379.821782178218 | Yes | 
| 10 | knowsAgent | 100 | 420 | 4.2 | No | 
| 1 | Total | 14,501 | 67,252 | 
2.2.24.8 Found structures
2.2.24.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-05-4zLNmU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-05-4zLNmU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.25 SIM10-13-02-34-MTC3HQ–CV
2.2.25.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 10 | 1 | 
2.2.25.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,062 | 120 | 120 | 100 | 5,522 | 
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 | 68,293 | 2.38120641562064 | No | 
| existsSimilarity | 28,680 | 66,099 | 2.30470711297071 | No | 
| similarityEdges | 28,680 | 65,167 | 2.27221059972106 | No | 
| connect | 690 | 1,696 | 2.45797101449275 | Yes | 
| connectAllSimilar | 240 | 68,588 | 285.783333333333 | Yes | 
| init | 103 | 12,083 | 117.31067961165 | No | 
| Total | 938 | 70,823 | 
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-13-02-34-MTC3HQ--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-13-02-34-MTC3HQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.26 SIM10-13-02-34-MTC3HQ–DV
2.2.26.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 10 | 1 | 
2.2.26.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 3,682 | 120 | 120 | 100 | 4,142 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 23,331 | 6.48083333333333 | Yes | 
| 3 | getWorks | 3,600 | 57,425 | 15.9513888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 77 | 0.0213888888888889 | Yes | 
| 6 | addItemToWork | 240 | 4,837 | 20.1541666666667 | No | 
| 7 | ownsWork | 120 | 3,537 | 29.475 | No | 
| 8 | init | 103 | 13,533 | 131.388349514563 | No | 
| 9 | searchAndConnect | 101 | 36,163 | 358.049504950495 | Yes | 
| 10 | knowsAgent | 100 | 589 | 5.89 | No | 
| 1 | Total | 14,501 | 120,728 | 
2.2.26.8 Found structures
2.2.26.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-34-MTC3HQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.26.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-34-MTC3HQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.27 SIM10-13-03-36-TDnCpk–CV
2.2.27.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.27.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,018 | 120 | 120 | 601 | 5,979 | 
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 | 69,329 | 2.41732914923291 | No | 
| existsSimilarity | 28,680 | 68,721 | 2.39612970711297 | No | 
| similarityEdges | 28,680 | 67,784 | 2.36345885634589 | No | 
| connectAllSimilar | 240 | 69,590 | 289.958333333333 | Yes | 
| init | 103 | 12,006 | 116.563106796117 | No | 
| connect | 32 | 91 | 2.84375 | Yes | 
| Total | 280 | 70,342 | 
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-13-03-36-TDnCpk--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-13-03-36-TDnCpk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.28 SIM10-13-03-36-TDnCpk–DV
2.2.28.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.28.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 4,954 | 120 | 120 | 601 | 5,915 | 
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,617 | 2.69051580698835 | No | 
| 2 | addItemToWork | 240 | 1,648 | 6.86666666666667 | No | 
| 3 | ownsWork | 120 | 2,688 | 22.4 | No | 
| 4 | init | 103 | 12,937 | 125.601941747573 | No | 
| 5 | searchAndConnect | 101 | 58,496 | 579.168316831683 | Yes | 
| 6 | getWorksItems | 38 | 59 | 1.55263157894737 | Yes | 
| 9 | cycleSearch | 3 | 649 | 216.333333333333 | Yes | 
| 10 | getWorks | 3 | 583 | 194.333333333333 | No | 
| 11 | Total | 150 | 60,546 | 
2.2.28.8 Found structures
2.2.28.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-36-TDnCpk--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-13-03-36-TDnCpk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.29 SIM10-13-04-51-F4UWaU–CV
2.2.29.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 10 | 2 | 
2.2.29.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,412 | 220 | 220 | 100 | 17,172 | 
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 | 284,674 | 2.94754607579209 | No | 
| existsSimilarity | 96,580 | 281,230 | 2.91188651894802 | No | 
| similarityEdges | 96,580 | 277,171 | 2.86985918409609 | No | 
| connect | 466 | 1,697 | 3.64163090128755 | Yes | 
| connectAllSimilar | 440 | 285,603 | 649.097727272727 | Yes | 
| init | 103 | 12,560 | 121.941747572816 | No | 
| Total | 914 | 288,124 | 
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-13-04-51-F4UWaU--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-13-04-51-F4UWaU--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.30 SIM10-13-04-51-F4UWaU–DV
2.2.30.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 10 | 2 | 
2.2.30.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,480 | 220 | 220 | 100 | 16,240 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 102,684 | 28.5233333333333 | Yes | 
| 3 | getWorks | 3,600 | 59,475 | 16.5208333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 72 | 0.02 | Yes | 
| 6 | addItemToWork | 440 | 5,235 | 11.8977272727273 | No | 
| 7 | ownsWork | 220 | 4,521 | 20.55 | No | 
| 8 | init | 103 | 13,784 | 133.825242718447 | No | 
| 9 | searchAndConnect | 101 | 128,658 | 1273.84158415842 | Yes | 
| 10 | knowsAgent | 100 | 1,326 | 13.26 | No | 
| 1 | Total | 14,501 | 697,674 | 
2.2.30.8 Found structures
2.2.30.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-04-51-F4UWaU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.30.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-04-51-F4UWaU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.31 SIM10-13-05-56-ptLUe9–CV
2.2.31.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.31.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,280 | 220 | 220 | 601 | 17,541 | 
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 | 280,947 | 2.90895630565334 | No | 
| existsSimilarity | 96,580 | 279,065 | 2.88946986953821 | No | 
| similarityEdges | 96,580 | 275,126 | 2.8486850279561 | No | 
| connectAllSimilar | 440 | 281,809 | 640.475 | Yes | 
| init | 103 | 12,525 | 121.601941747573 | No | 
| connect | 80 | 130 | 1.625 | Yes | 
| Total | 528 | 282,766 | 
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-13-05-56-ptLUe9--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-13-05-56-ptLUe9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32 SIM10-13-05-56-ptLUe9–DV
2.2.32.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.32.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,120 | 220 | 220 | 601 | 17,381 | 
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,505 | 2.50415973377704 | No | 
| 2 | addItemToWork | 440 | 3,305 | 7.51136363636364 | No | 
| 3 | ownsWork | 220 | 2,569 | 11.6772727272727 | No | 
| 4 | init | 103 | 13,773 | 133.718446601942 | No | 
| 5 | searchAndConnect | 101 | 162,396 | 1607.88118811881 | Yes | 
| 6 | getWorksItems | 38 | 53 | 1.39473684210526 | Yes | 
| 8 | cycleSearch | 6 | 378 | 63 | Yes | 
| 9 | getWorks | 6 | 512 | 85.3333333333333 | No | 
| 10 | individualCycleSearch | 6 | 1 | 0.166666666666667 | Yes | 
| 11 | Total | 157 | 164,428 | 
2.2.32.8 Found structures
2.2.32.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-05-56-ptLUe9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-05-56-ptLUe9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.33 SIM10-13-03-37-Nnbvpf–CV
2.2.33.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 30 | 1 | 
2.2.33.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,218 | 120 | 120 | 100 | 5,678 | 
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 | 69,126 | 2.4102510460251 | No | 
| existsSimilarity | 28,680 | 68,451 | 2.38671548117155 | No | 
| similarityEdges | 28,680 | 67,408 | 2.35034867503487 | No | 
| connectAllSimilar | 240 | 69,401 | 289.170833333333 | Yes | 
| init | 103 | 12,018 | 116.679611650485 | No | 
| connect | 36 | 156 | 4.33333333333333 | Yes | 
| Total | 284 | 70,084 | 
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-13-03-37-Nnbvpf--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-13-03-37-Nnbvpf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.34 SIM10-13-03-37-Nnbvpf–DV
2.2.34.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 30 | 1 | 
2.2.34.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,146 | 120 | 120 | 100 | 5,606 | 
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 | 3,366 | 14.025 | No | 
| 2 | ownsWork | 120 | 3,393 | 28.275 | No | 
| 3 | init | 103 | 12,210 | 118.543689320388 | No | 
| 4 | searchAndConnect | 101 | 49,931 | 494.366336633663 | Yes | 
| 5 | knowsAgent | 100 | 518 | 5.18 | No | 
| 6 | getWorksItems | 38 | 114 | 3 | Yes | 
| 9 | cycleSearch | 2 | 207 | 103.5 | Yes | 
| 10 | getWorks | 2 | 415 | 207.5 | No | 
| 11 | Total | 148 | 51,053 | 
2.2.34.8 Found structures
2.2.34.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-37-Nnbvpf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.34.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-37-Nnbvpf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.35 SIM10-13-03-39-NQdbEk–CV
2.2.35.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.35.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,046 | 120 | 120 | 601 | 6,007 | 
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 | 70,092 | 2.44393305439331 | No | 
| existsSimilarity | 28,680 | 69,513 | 2.42374476987448 | No | 
| similarityEdges | 28,680 | 68,569 | 2.39082984658298 | No | 
| connectAllSimilar | 240 | 70,352 | 293.133333333333 | Yes | 
| init | 103 | 12,937 | 125.601941747573 | No | 
| connect | 28 | 109 | 3.89285714285714 | Yes | 
| Total | 276 | 70,911 | 
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-13-03-39-NQdbEk--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-13-03-39-NQdbEk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.36 SIM10-13-03-39-NQdbEk–DV
2.2.36.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.36.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 4,990 | 120 | 120 | 601 | 5,951 | 
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,315 | 2.18801996672213 | No | 
| 2 | addItemToWork | 240 | 2,943 | 12.2625 | No | 
| 3 | ownsWork | 120 | 2,677 | 22.3083333333333 | No | 
| 4 | init | 103 | 12,674 | 123.04854368932 | No | 
| 5 | searchAndConnect | 101 | 53,474 | 529.445544554455 | Yes | 
| 6 | getWorksItems | 38 | 64 | 1.68421052631579 | Yes | 
| 9 | cycleSearch | 3 | 684 | 228 | Yes | 
| 10 | getWorks | 3 | 394 | 131.333333333333 | No | 
| 11 | Total | 150 | 55,691 | 
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-13-03-39-NQdbEk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.36.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-39-NQdbEk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.37 SIM10-13-06-01-vyXKso–CV
2.2.37.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 30 | 2 | 
2.2.37.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,686 | 220 | 220 | 100 | 17,446 | 
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 | 290,547 | 3.00835576723959 | No | 
| existsSimilarity | 96,580 | 288,584 | 2.98803064816732 | No | 
| similarityEdges | 96,580 | 284,486 | 2.94559950300269 | No | 
| connectAllSimilar | 440 | 291,461 | 662.411363636364 | Yes | 
| connect | 104 | 217 | 2.08653846153846 | Yes | 
| init | 103 | 12,315 | 119.563106796117 | No | 
| Total | 552 | 292,613 | 
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-13-06-01-vyXKso--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-13-06-01-vyXKso--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.38 SIM10-13-06-01-vyXKso–DV
2.2.38.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 30 | 2 | 
2.2.38.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,478 | 220 | 220 | 100 | 17,238 | 
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 | 4,926 | 11.1954545454545 | No | 
| 2 | ownsWork | 220 | 2,990 | 13.5909090909091 | No | 
| 3 | init | 103 | 13,800 | 133.980582524272 | No | 
| 4 | searchAndConnect | 101 | 130,790 | 1294.9504950495 | Yes | 
| 5 | knowsAgent | 100 | 591 | 5.91 | No | 
| 6 | getWorksItems | 38 | 63 | 1.65789473684211 | Yes | 
| 8 | cycleSearch | 5 | 1,207 | 241.4 | Yes | 
| 10 | getWorks | 5 | 1,136 | 227.2 | No | 
| 11 | Total | 154 | 133,803 | 
2.2.38.8 Found structures
2.2.38.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-06-01-vyXKso--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-13-06-01-vyXKso--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.39 SIM10-13-06-07-3iFoCT–CV
2.2.39.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.39.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,678 | 220 | 220 | 601 | 17,939 | 
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 | 291,333 | 3.01649409815697 | No | 
| existsSimilarity | 96,580 | 289,328 | 2.99573410644026 | No | 
| similarityEdges | 96,580 | 285,337 | 2.95441085110789 | No | 
| connectAllSimilar | 440 | 292,238 | 664.177272727273 | Yes | 
| init | 103 | 12,613 | 122.456310679612 | No | 
| connect | 102 | 346 | 3.3921568627451 | Yes | 
| Total | 550 | 293,496 | 
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-13-06-07-3iFoCT--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-13-06-07-3iFoCT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40 SIM10-13-06-07-3iFoCT–DV
2.2.40.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.40.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,474 | 220 | 220 | 601 | 17,735 | 
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,099 | 1.82861896838602 | No | 
| 2 | addItemToWork | 440 | 6,605 | 15.0113636363636 | No | 
| 3 | ownsWork | 220 | 2,972 | 13.5090909090909 | No | 
| 4 | init | 103 | 13,215 | 128.300970873786 | No | 
| 5 | searchAndConnect | 101 | 154,435 | 1529.05940594059 | Yes | 
| 6 | getWorksItems | 38 | 229 | 6.02631578947368 | Yes | 
| 8 | cycleSearch | 6 | 393 | 65.5 | Yes | 
| 9 | getWorks | 6 | 313 | 52.1666666666667 | No | 
| 10 | individualCycleSearch | 6 | 0 | 0 | Yes | 
| 11 | Total | 157 | 156,636 | 
2.2.40.8 Found structures
2.2.40.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-06-07-3iFoCT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-06-07-3iFoCT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.41 SIM10-13-01-31-soP7zJ–CV
2.2.41.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 5 | 1 | 
2.2.41.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 4,644 | 120 | 120 | 100 | 5,104 | 
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 | 68,362 | 2.38361227336123 | No | 
| existsSimilarity | 28,680 | 63,223 | 2.20442817294282 | No | 
| similarityEdges | 28,680 | 62,335 | 2.17346582984658 | No | 
| connect | 1,662 | 4,602 | 2.76895306859206 | Yes | 
| connectAllSimilar | 240 | 68,655 | 286.0625 | Yes | 
| init | 103 | 11,931 | 115.834951456311 | No | 
| Total | 1,910 | 73,940 | 
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-13-01-31-soP7zJ--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-13-01-31-soP7zJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.42 SIM10-13-01-31-soP7zJ–DV
2.2.42.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 5 | 1 | 
2.2.42.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 1,320 | 120 | 120 | 100 | 1,780 | 
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 | 13,882 | 3.85611111111111 | Yes | 
| 3 | getWorks | 3,600 | 57,112 | 15.8644444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 93 | 0.0258333333333333 | Yes | 
| 6 | addItemToWork | 240 | 2,808 | 11.7 | No | 
| 7 | ownsWork | 120 | 2,815 | 23.4583333333333 | No | 
| 8 | init | 103 | 12,668 | 122.990291262136 | No | 
| 9 | searchAndConnect | 101 | 14,616 | 144.712871287129 | Yes | 
| 10 | knowsAgent | 100 | 474 | 4.74 | No | 
| 1 | Total | 14,501 | 43,569 | 
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-13-01-31-soP7zJ--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-13-01-31-soP7zJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.43 SIM10-13-02-33-N49WiL–CV
2.2.43.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.43.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 4,788 | 120 | 120 | 601 | 5,749 | 
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 | 67,399 | 2.35003486750349 | No | 
| existsSimilarity | 28,680 | 66,810 | 2.32949790794979 | No | 
| similarityEdges | 28,680 | 65,875 | 2.29689679218968 | No | 
| connectAllSimilar | 240 | 67,684 | 282.016666666667 | Yes | 
| init | 103 | 12,637 | 122.68932038835 | No | 
| connect | 28 | 84 | 3 | Yes | 
| Total | 276 | 68,323 | 
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-13-02-33-N49WiL--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-13-02-33-N49WiL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.44 SIM10-13-02-33-N49WiL–DV
2.2.44.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.44.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 4,732 | 120 | 120 | 601 | 5,693 | 
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,316 | 2.18968386023294 | No | 
| 2 | addItemToWork | 240 | 4,391 | 18.2958333333333 | No | 
| 3 | ownsWork | 120 | 1,774 | 14.7833333333333 | No | 
| 4 | init | 103 | 13,057 | 126.766990291262 | No | 
| 5 | searchAndConnect | 101 | 59,263 | 586.762376237624 | Yes | 
| 6 | getWorksItems | 38 | 80 | 2.10526315789474 | Yes | 
| 9 | cycleSearch | 3 | 449 | 149.666666666667 | Yes | 
| 10 | getWorks | 3 | 465 | 155 | No | 
| 11 | Total | 150 | 60,728 | 
2.2.44.8 Found structures
2.2.44.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-33-N49WiL--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-13-02-33-N49WiL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.45 SIM10-13-03-41-a85XGH–CV
2.2.45.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 5 | 2 | 
2.2.45.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,530 | 220 | 220 | 100 | 16,290 | 
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 | 268,678 | 2.781921722924 | No | 
| existsSimilarity | 96,580 | 254,222 | 2.63224270035204 | No | 
| similarityEdges | 96,580 | 250,604 | 2.59478152826672 | No | 
| connect | 4,459 | 12,705 | 2.84929356357928 | Yes | 
| connectAllSimilar | 440 | 269,680 | 612.909090909091 | Yes | 
| init | 103 | 12,869 | 124.941747572816 | No | 
| Total | 4,907 | 283,214 | 
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-13-03-41-a85XGH--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-13-03-41-a85XGH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.46 SIM10-13-03-41-a85XGH–DV
2.2.46.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 20 | 1 | 5 | 2 | 
2.2.46.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 6,612 | 220 | 220 | 100 | 7,372 | 
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 | 23,727 | 6.59083333333333 | Yes | 
| 3 | getWorks | 3,600 | 58,359 | 16.2108333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 90 | 0.025 | Yes | 
| 6 | addItemToWork | 440 | 7,722 | 17.55 | No | 
| 7 | ownsWork | 220 | 4,716 | 21.4363636363636 | No | 
| 8 | init | 103 | 13,641 | 132.436893203883 | No | 
| 9 | searchAndConnect | 101 | 60,853 | 602.504950495049 | Yes | 
| 10 | knowsAgent | 100 | 460 | 4.6 | No | 
| 1 | Total | 14,501 | 144,046 | 
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-13-03-41-a85XGH--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-13-03-41-a85XGH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.47 SIM10-13-04-45-vYA7f2–CV
2.2.47.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.47.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,836 | 220 | 220 | 601 | 18,097 | 
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 | 291,514 | 3.01836819217229 | No | 
| existsSimilarity | 96,580 | 289,448 | 2.99697659971008 | No | 
| similarityEdges | 96,580 | 285,428 | 2.95535307517084 | No | 
| connectAllSimilar | 440 | 292,407 | 664.561363636364 | Yes | 
| init | 103 | 12,775 | 124.029126213592 | No | 
| connect | 75 | 328 | 4.37333333333333 | Yes | 
| Total | 523 | 293,432 | 
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-13-04-45-vYA7f2--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-13-04-45-vYA7f2--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.48 SIM10-13-04-45-vYA7f2–DV
2.2.48.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.48.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,686 | 220 | 220 | 601 | 17,947 | 
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,636 | 2.72212978369384 | No | 
| 2 | addItemToWork | 440 | 2,777 | 6.31136363636364 | No | 
| 3 | ownsWork | 220 | 2,539 | 11.5409090909091 | No | 
| 4 | init | 103 | 13,604 | 132.077669902913 | No | 
| 5 | searchAndConnect | 101 | 167,226 | 1655.70297029703 | Yes | 
| 6 | getWorksItems | 38 | 52 | 1.36842105263158 | Yes | 
| 8 | cycleSearch | 6 | 230 | 38.3333333333333 | Yes | 
| 9 | getWorks | 6 | 526 | 87.6666666666667 | No | 
| 10 | individualCycleSearch | 6 | 0 | 0 | Yes | 
| 11 | Total | 157 | 168,976 | 
2.2.48.8 Found structures
2.2.48.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-04-45-vYA7f2--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-13-04-45-vYA7f2--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.49 SIM10-13-08-29-apnSom–CV
2.2.49.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 10 | 1 | 
2.2.49.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,876 | 105 | 105 | 100 | 4,291 | 
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 | 47,756 | 2.17616769195717 | No | 
| existsSimilarity | 21,945 | 46,811 | 2.13310549100023 | No | 
| similarityEdges | 21,945 | 46,028 | 2.09742538163591 | No | 
| connect | 213 | 515 | 2.41784037558685 | Yes | 
| connectAllSimilar | 210 | 47,978 | 228.466666666667 | Yes | 
| init | 103 | 11,543 | 112.067961165049 | No | 
| Total | 431 | 48,762 | 
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-13-08-29-apnSom--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-13-08-29-apnSom--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.50 SIM10-13-08-29-apnSom–DV
2.2.50.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 10 | 1 | 
2.2.50.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,450 | 105 | 105 | 100 | 3,865 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 36,078 | 10.0216666666667 | Yes | 
| 3 | getWorks | 3,600 | 46,598 | 12.9438888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 87 | 0.0241666666666667 | Yes | 
| 6 | addItemToWork | 210 | 3,040 | 14.4761904761905 | No | 
| 7 | ownsWork | 105 | 1,788 | 17.0285714285714 | No | 
| 8 | init | 103 | 11,758 | 114.155339805825 | No | 
| 9 | searchAndConnect | 101 | 34,249 | 339.09900990099 | Yes | 
| 10 | knowsAgent | 100 | 366 | 3.66 | No | 
| 1 | Total | 14,501 | 188,313 | 
2.2.50.8 Found structures
2.2.50.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-08-29-apnSom--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.50.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-08-29-apnSom--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.51 SIM10-13-09-30-Rp8qXP–CV
2.2.51.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.51.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,746 | 105 | 105 | 601 | 4,662 | 
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 | 45,986 | 2.09551150603782 | No | 
| existsSimilarity | 21,945 | 45,576 | 2.07682843472317 | No | 
| similarityEdges | 21,945 | 44,835 | 2.04306220095694 | No | 
| connectAllSimilar | 210 | 46,198 | 219.990476190476 | Yes | 
| init | 103 | 11,282 | 109.533980582524 | No | 
| connect | 19 | 35 | 1.84210526315789 | Yes | 
| Total | 237 | 46,638 | 
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-13-09-30-Rp8qXP--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-13-09-30-Rp8qXP--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.52 SIM10-13-09-30-Rp8qXP–DV
2.2.52.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.52.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,708 | 105 | 105 | 601 | 4,624 | 
2.2.52.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.52.4 distribution of similarityEdgesByWeight

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

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

2.2.52.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,133 | 1.88519134775374 | No | 
| 2 | addItemToWork | 210 | 1,395 | 6.64285714285714 | No | 
| 3 | ownsWork | 105 | 1,384 | 13.1809523809524 | No | 
| 4 | init | 103 | 12,175 | 118.203883495146 | No | 
| 5 | searchAndConnect | 101 | 41,327 | 409.178217821782 | Yes | 
| 6 | getWorksItems | 8 | 32 | 4 | Yes | 
| 9 | cycleSearch | 2 | 27 | 13.5 | Yes | 
| 10 | getWorks | 2 | 9 | 4.5 | No | 
| 11 | Total | 118 | 41,744 | 
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-13-09-30-Rp8qXP--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-13-09-30-Rp8qXP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.53 SIM10-13-10-41-YRs3ux–CV
2.2.53.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 10 | 2 | 
2.2.53.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,288 | 205 | 205 | 100 | 15,003 | 
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 | 214,532 | 2.55867374321665 | No | 
| existsSimilarity | 83,845 | 211,883 | 2.52707973045501 | No | 
| similarityEdges | 83,845 | 208,441 | 2.48602778937325 | No | 
| connect | 490 | 1,077 | 2.19795918367347 | Yes | 
| connectAllSimilar | 410 | 215,296 | 525.112195121951 | Yes | 
| init | 103 | 11,331 | 110.009708737864 | No | 
| Total | 908 | 217,034 | 
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-13-10-41-YRs3ux--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-13-10-41-YRs3ux--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.54 SIM10-13-10-41-YRs3ux–DV
2.2.54.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 10 | 2 | 
2.2.54.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,308 | 205 | 205 | 100 | 14,023 | 
2.2.54.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.54.4 distribution of similarityEdgesByWeight

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

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

2.2.54.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 6,330 | 15.4390243902439 | No | 
| 2 | ownsWork | 205 | 4,112 | 20.0585365853659 | No | 
| 3 | init | 103 | 11,738 | 113.961165048544 | No | 
| 4 | searchAndConnect | 101 | 92,957 | 920.366336633663 | Yes | 
| 5 | knowsAgent | 100 | 340 | 3.4 | No | 
| 6 | getWorksItems | 8 | 12 | 1.5 | Yes | 
| 9 | cycleSearch | 3 | 952 | 317.333333333333 | Yes | 
| 10 | getWorks | 3 | 826 | 275.333333333333 | No | 
| 11 | Total | 120 | 94,657 | 
2.2.54.8 Found structures
2.2.54.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-41-YRs3ux--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-13-10-41-YRs3ux--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.55 SIM10-13-10-45-BtyUBG–CV
2.2.55.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.55.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,430 | 205 | 205 | 601 | 15,646 | 
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 | 212,120 | 2.52990637485837 | No | 
| existsSimilarity | 83,845 | 210,477 | 2.51031069234898 | No | 
| similarityEdges | 83,845 | 207,421 | 2.47386248434611 | No | 
| connectAllSimilar | 410 | 212,903 | 519.275609756098 | Yes | 
| init | 103 | 11,631 | 112.922330097087 | No | 
| connect | 86 | 269 | 3.12790697674419 | Yes | 
| Total | 504 | 213,749 | 
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-13-10-45-BtyUBG--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-13-10-45-BtyUBG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.56 SIM10-13-10-45-BtyUBG–DV
2.2.56.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.56.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,258 | 205 | 205 | 601 | 15,474 | 
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,050 | 1.74708818635607 | No | 
| 2 | addItemToWork | 410 | 4,152 | 10.1268292682927 | No | 
| 3 | ownsWork | 205 | 2,785 | 13.5853658536585 | No | 
| 4 | init | 103 | 11,863 | 115.174757281553 | No | 
| 5 | searchAndConnect | 101 | 125,550 | 1243.06930693069 | Yes | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 9 | cycleSearch | 4 | 207 | 51.75 | Yes | 
| 10 | getWorks | 4 | 1,005 | 251.25 | No | 
| 11 | Total | 122 | 126,436 | 
2.2.56.8 Found structures
2.2.56.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-45-BtyUBG--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-13-10-45-BtyUBG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.57 SIM10-13-09-31-52Xaxm–CV
2.2.57.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 30 | 1 | 
2.2.57.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,808 | 105 | 105 | 100 | 4,223 | 
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 | 45,514 | 2.07400318979266 | No | 
| existsSimilarity | 21,945 | 45,115 | 2.05582137161085 | No | 
| similarityEdges | 21,945 | 44,428 | 2.02451583504215 | No | 
| connectAllSimilar | 210 | 45,725 | 217.738095238095 | Yes | 
| init | 103 | 11,002 | 106.815533980583 | No | 
| connect | 23 | 36 | 1.56521739130435 | Yes | 
| Total | 241 | 46,089 | 
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-13-09-31-52Xaxm--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-13-09-31-52Xaxm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.58 SIM10-13-09-31-52Xaxm–DV
2.2.58.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 30 | 1 | 
2.2.58.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,762 | 105 | 105 | 100 | 4,177 | 
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,737 | 13.0333333333333 | No | 
| 2 | ownsWork | 105 | 1,677 | 15.9714285714286 | No | 
| 3 | init | 103 | 11,653 | 113.135922330097 | No | 
| 4 | searchAndConnect | 101 | 39,010 | 386.237623762376 | Yes | 
| 5 | knowsAgent | 100 | 601 | 6.01 | No | 
| 6 | getWorksItems | 8 | 41 | 5.125 | Yes | 
| 9 | cycleSearch | 2 | 420 | 210 | Yes | 
| 10 | getWorks | 2 | 239 | 119.5 | No | 
| 11 | Total | 118 | 39,892 | 
2.2.58.8 Found structures
2.2.58.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-09-31-52Xaxm--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-13-09-31-52Xaxm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.59 SIM10-13-09-32-dSBGBL–CV
2.2.59.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.59.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,870 | 105 | 105 | 601 | 4,786 | 
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 | 46,095 | 2.10047846889952 | No | 
| existsSimilarity | 21,945 | 45,681 | 2.08161312371839 | No | 
| similarityEdges | 21,945 | 44,971 | 2.04925951241741 | No | 
| connectAllSimilar | 210 | 46,289 | 220.42380952381 | Yes | 
| init | 103 | 11,177 | 108.514563106796 | No | 
| connect | 19 | 45 | 2.36842105263158 | Yes | 
| Total | 237 | 46,747 | 
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-13-09-32-dSBGBL--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-13-09-32-dSBGBL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.60 SIM10-13-09-32-dSBGBL–DV
2.2.60.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.60.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,832 | 105 | 105 | 601 | 4,748 | 
2.2.60.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 210 | 105 | 416 | 
2.2.60.4 distribution of similarityEdgesByWeight

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

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

2.2.60.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,243 | 2.06821963394343 | No | 
| 2 | addItemToWork | 210 | 2,162 | 10.2952380952381 | No | 
| 3 | ownsWork | 105 | 2,115 | 20.1428571428571 | No | 
| 4 | init | 103 | 11,672 | 113.320388349515 | No | 
| 5 | searchAndConnect | 101 | 48,258 | 477.80198019802 | Yes | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 9 | cycleSearch | 2 | 87 | 43.5 | Yes | 
| 10 | getWorks | 2 | 229 | 114.5 | No | 
| 11 | Total | 118 | 48,736 | 
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-13-09-32-dSBGBL--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-13-09-32-dSBGBL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.61 SIM10-13-10-49-N59jsR–CV
2.2.61.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 30 | 2 | 
2.2.61.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,200 | 205 | 205 | 100 | 14,915 | 
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 | 211,223 | 2.51920806249627 | No | 
| existsSimilarity | 83,845 | 209,445 | 2.49800226608623 | No | 
| similarityEdges | 83,845 | 206,396 | 2.46163754547081 | No | 
| connectAllSimilar | 410 | 212,021 | 517.124390243902 | Yes | 
| init | 103 | 11,851 | 115.058252427184 | No | 
| connect | 85 | 334 | 3.92941176470588 | Yes | 
| Total | 503 | 212,837 | 
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-13-10-49-N59jsR--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-13-10-49-N59jsR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.62 SIM10-13-10-49-N59jsR–DV
2.2.62.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 30 | 2 | 
2.2.62.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,030 | 205 | 205 | 100 | 14,745 | 
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 | 6,578 | 16.0439024390244 | No | 
| 2 | ownsWork | 205 | 3,097 | 15.1073170731707 | No | 
| 3 | init | 103 | 12,216 | 118.601941747573 | No | 
| 4 | searchAndConnect | 101 | 105,281 | 1042.38613861386 | Yes | 
| 5 | knowsAgent | 100 | 375 | 3.75 | No | 
| 6 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 9 | cycleSearch | 4 | 1,009 | 252.25 | Yes | 
| 10 | getWorks | 4 | 685 | 171.25 | No | 
| 11 | Total | 122 | 107,395 | 
2.2.62.8 Found structures
2.2.62.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-49-N59jsR--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-13-10-49-N59jsR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.63 SIM10-13-10-53-dQWiIf–CV
2.2.63.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.63.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,246 | 205 | 205 | 601 | 15,462 | 
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 | 213,212 | 2.54293040729918 | No | 
| existsSimilarity | 83,845 | 211,461 | 2.52204663366927 | No | 
| similarityEdges | 83,845 | 208,251 | 2.4837617031427 | No | 
| connectAllSimilar | 410 | 213,982 | 521.907317073171 | Yes | 
| init | 103 | 11,594 | 112.563106796117 | No | 
| connect | 80 | 299 | 3.7375 | Yes | 
| Total | 498 | 214,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-13-10-53-dQWiIf--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-13-10-53-dQWiIf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.64 SIM10-13-10-53-dQWiIf–DV
2.2.64.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.64.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,086 | 205 | 205 | 601 | 15,302 | 
2.2.64.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 101 | 410 | 205 | 716 | 
2.2.64.4 distribution of similarityEdgesByWeight

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

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

2.2.64.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 601 | 1,193 | 1.98502495840266 | No | 
| 2 | addItemToWork | 410 | 4,066 | 9.91707317073171 | No | 
| 3 | ownsWork | 205 | 2,525 | 12.3170731707317 | No | 
| 4 | init | 103 | 12,443 | 120.805825242718 | No | 
| 5 | searchAndConnect | 101 | 125,306 | 1240.65346534653 | Yes | 
| 6 | getWorksItems | 8 | 32 | 4 | Yes | 
| 9 | cycleSearch | 4 | 96 | 24 | Yes | 
| 10 | getWorks | 4 | 455 | 113.75 | No | 
| 11 | Total | 122 | 126,008 | 
2.2.64.8 Found structures
2.2.64.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-53-dQWiIf--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-13-10-53-dQWiIf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.65 SIM10-13-07-26-aJjJ5E–CV
2.2.65.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 5 | 1 | 
2.2.65.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,784 | 105 | 105 | 100 | 4,199 | 
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 | 48,431 | 2.20692640692641 | No | 
| existsSimilarity | 21,945 | 45,508 | 2.07372977899294 | No | 
| similarityEdges | 21,945 | 44,839 | 2.04324447482342 | No | 
| connect | 1,052 | 2,533 | 2.40779467680608 | Yes | 
| connectAllSimilar | 210 | 48,671 | 231.766666666667 | Yes | 
| init | 103 | 11,744 | 114.019417475728 | No | 
| Total | 1,270 | 51,413 | 
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-13-07-26-aJjJ5E--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-13-07-26-aJjJ5E--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.66 SIM10-13-07-26-aJjJ5E–DV
2.2.66.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 5 | 1 | 
2.2.66.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 1,680 | 105 | 105 | 100 | 2,095 | 
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 | 16,007 | 4.44638888888889 | Yes | 
| 3 | getWorks | 3,600 | 43,011 | 11.9475 | No | 
| 4 | individualCycleSearch | 3,600 | 127 | 0.0352777777777778 | Yes | 
| 6 | addItemToWork | 210 | 5,154 | 24.5428571428571 | No | 
| 7 | ownsWork | 105 | 2,294 | 21.847619047619 | No | 
| 8 | init | 103 | 10,995 | 106.747572815534 | No | 
| 9 | searchAndConnect | 101 | 14,414 | 142.712871287129 | Yes | 
| 10 | knowsAgent | 100 | 201 | 2.01 | No | 
| 1 | Total | 14,501 | 47,516 | 
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-13-07-26-aJjJ5E--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-13-07-26-aJjJ5E--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.67 SIM10-13-08-27-y59yK7–CV
2.2.67.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.67.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,642 | 105 | 105 | 601 | 4,558 | 
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 | 48,652 | 2.21699703804967 | No | 
| existsSimilarity | 21,945 | 48,155 | 2.19434951013898 | No | 
| similarityEdges | 21,945 | 47,370 | 2.15857826384142 | No | 
| connectAllSimilar | 210 | 48,894 | 232.828571428571 | Yes | 
| init | 103 | 11,041 | 107.194174757282 | No | 
| connect | 37 | 66 | 1.78378378378378 | Yes | 
| Total | 255 | 49,405 | 
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-13-08-27-y59yK7--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-13-08-27-y59yK7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.68 SIM10-13-08-27-y59yK7–DV
2.2.68.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.68.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,568 | 105 | 105 | 601 | 4,484 | 
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 | 936 | 1.55740432612313 | No | 
| 2 | addItemToWork | 210 | 1,477 | 7.03333333333333 | No | 
| 3 | ownsWork | 105 | 1,362 | 12.9714285714286 | No | 
| 4 | init | 103 | 11,725 | 113.834951456311 | No | 
| 5 | searchAndConnect | 101 | 53,659 | 531.277227722772 | Yes | 
| 6 | getWorksItems | 8 | 39 | 4.875 | Yes | 
| 9 | cycleSearch | 2 | 39 | 19.5 | Yes | 
| 10 | getWorks | 2 | 293 | 146.5 | No | 
| 11 | Total | 118 | 54,087 | 
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-13-08-27-y59yK7--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-13-08-27-y59yK7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.69 SIM10-13-09-33-t3prjM–CV
2.2.69.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 5 | 2 | 
2.2.69.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,504 | 205 | 205 | 100 | 14,219 | 
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 | 203,107 | 2.42241040014312 | No | 
| existsSimilarity | 83,845 | 191,302 | 2.2816148846085 | No | 
| similarityEdges | 83,845 | 188,223 | 2.24489236090405 | No | 
| connect | 4,275 | 10,193 | 2.38432748538012 | Yes | 
| connectAllSimilar | 410 | 203,955 | 497.451219512195 | Yes | 
| init | 103 | 11,110 | 107.864077669903 | No | 
| Total | 4,693 | 214,558 | 
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-13-09-33-t3prjM--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-13-09-33-t3prjM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.70 SIM10-13-09-33-t3prjM–DV
2.2.70.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | random | 5 | 1 | 5 | 2 | 
2.2.70.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 4,954 | 205 | 205 | 100 | 5,669 | 
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 | 14,264 | 3.96222222222222 | Yes | 
| 3 | getWorks | 3,600 | 47,318 | 13.1438888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 95 | 0.0263888888888889 | Yes | 
| 6 | addItemToWork | 410 | 5,099 | 12.4365853658537 | No | 
| 7 | ownsWork | 205 | 2,293 | 11.1853658536585 | No | 
| 8 | init | 103 | 11,664 | 113.242718446602 | No | 
| 9 | searchAndConnect | 101 | 38,368 | 379.881188118812 | Yes | 
| 10 | knowsAgent | 100 | 355 | 3.55 | No | 
| 1 | Total | 14,501 | 66,810 | 
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-13-09-33-t3prjM--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-13-09-33-t3prjM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.71 SIM10-13-10-37-CYMQdf–CV
2.2.71.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.71.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,356 | 205 | 205 | 601 | 15,572 | 
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 | 214,276 | 2.55562049019023 | No | 
| existsSimilarity | 83,845 | 212,568 | 2.5352495676546 | No | 
| similarityEdges | 83,845 | 209,324 | 2.49655912696046 | No | 
| connectAllSimilar | 410 | 215,070 | 524.560975609756 | Yes | 
| init | 103 | 11,188 | 108.621359223301 | No | 
| connect | 78 | 183 | 2.34615384615385 | Yes | 
| Total | 496 | 215,807 | 
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-13-10-37-CYMQdf--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-13-10-37-CYMQdf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.72 SIM10-13-10-37-CYMQdf–DV
2.2.72.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 100 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.72.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,200 | 205 | 205 | 601 | 15,416 | 
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,270 | 2.11314475873544 | No | 
| 2 | addItemToWork | 410 | 4,217 | 10.2853658536585 | No | 
| 3 | ownsWork | 205 | 2,657 | 12.9609756097561 | No | 
| 4 | init | 103 | 11,489 | 111.543689320388 | No | 
| 5 | searchAndConnect | 101 | 117,333 | 1161.71287128713 | Yes | 
| 6 | getWorksItems | 8 | 19 | 2.375 | Yes | 
| 9 | cycleSearch | 4 | 1,265 | 316.25 | Yes | 
| 10 | getWorks | 4 | 922 | 230.5 | No | 
| 11 | Total | 122 | 119,480 | 
2.2.72.8 Found structures
2.2.72.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-37-CYMQdf--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-13-10-37-CYMQdf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.73 SIM10-14-01-08-IXTZsY–CV
2.2.73.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 10 | 1 | 
2.2.73.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,600 | 210 | 210 | 200 | 15,430 | 
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 | 281,440 | 3.19854528923741 | No | 
| existsSimilarity | 87,990 | 273,918 | 3.11305830207978 | No | 
| similarityEdges | 87,990 | 270,376 | 3.07280372769633 | No | 
| connect | 1,692 | 6,058 | 3.58037825059102 | Yes | 
| connectAllSimilar | 420 | 282,274 | 672.080952380952 | Yes | 
| init | 203 | 20,448 | 100.729064039409 | No | 
| Total | 2,120 | 289,101 | 
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-14-01-08-IXTZsY--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-14-01-08-IXTZsY--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.74 SIM10-14-01-08-IXTZsY–DV
2.2.74.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 10 | 1 | 
2.2.74.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 11,216 | 210 | 210 | 200 | 12,046 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 420 | 4,698 | 11.1857142857143 | No | 
| 2 | ownsWork | 210 | 2,761 | 13.147619047619 | No | 
| 3 | init | 203 | 21,244 | 104.650246305419 | No | 
| 4 | searchAndConnect | 201 | 161,333 | 802.651741293532 | Yes | 
| 5 | knowsAgent | 200 | 1,981 | 9.905 | No | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 8 | cycleSearch | 5 | 253 | 50.6 | Yes | 
| 10 | getWorks | 5 | 557 | 111.4 | No | 
| 11 | Total | 234 | 162,856 | 
2.2.74.8 Found structures
2.2.74.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-08-IXTZsY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.74.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-08-IXTZsY--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.75 SIM10-14-01-13-o9uma3–CV
2.2.75.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.75.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,476 | 210 | 210 | 1,201 | 16,307 | 
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 | 283,760 | 3.2249119218093 | No | 
| existsSimilarity | 87,990 | 281,894 | 3.20370496647346 | No | 
| similarityEdges | 87,990 | 278,506 | 3.16520059097625 | No | 
| connectAllSimilar | 420 | 284,611 | 677.645238095238 | Yes | 
| init | 203 | 19,400 | 95.5665024630542 | No | 
| connect | 62 | 273 | 4.40322580645161 | Yes | 
| Total | 490 | 285,691 | 
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-14-01-13-o9uma3--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-14-01-13-o9uma3--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.76 SIM10-14-01-13-o9uma3–DV
2.2.76.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.76.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,352 | 210 | 210 | 1,201 | 16,183 | 
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 | 3,218 | 2.67943380516236 | No | 
| 2 | addItemToWork | 420 | 6,622 | 15.7666666666667 | No | 
| 3 | ownsWork | 210 | 4,201 | 20.0047619047619 | No | 
| 4 | init | 203 | 22,415 | 110.418719211823 | No | 
| 5 | searchAndConnect | 201 | 256,928 | 1278.24875621891 | Yes | 
| 6 | getWorksItems | 18 | 88 | 4.88888888888889 | Yes | 
| 8 | cycleSearch | 9 | 1,915 | 212.777777777778 | Yes | 
| 9 | getWorks | 9 | 1,161 | 129 | No | 
| 10 | individualCycleSearch | 9 | 0 | 0 | Yes | 
| 11 | Total | 246 | 261,431 | 
2.2.76.8 Found structures
2.2.76.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-13-o9uma3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.76.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-13-o9uma3--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.77 SIM10-14-03-19-b4IbvK–CV
2.2.77.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 10 | 2 | 
2.2.77.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 54,966 | 410 | 410 | 200 | 56,396 | 
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 | 1,477,360 | 4.39965454599601 | No | 
| existsSimilarity | 335,790 | 1,458,402 | 4.34319664075762 | No | 
| similarityEdges | 335,790 | 1,440,020 | 4.28845409333214 | No | 
| connect | 2,791 | 12,763 | 4.5729129344321 | Yes | 
| connectAllSimilar | 820 | 1,480,744 | 1805.78536585366 | Yes | 
| init | 203 | 20,614 | 101.546798029557 | No | 
| Total | 3,619 | 1,495,255 | 
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-14-03-19-b4IbvK--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-14-03-19-b4IbvK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.78 SIM10-14-03-19-b4IbvK–DV
2.2.78.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 10 | 2 | 
2.2.78.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 49,384 | 410 | 410 | 200 | 50,814 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 85,211 | 23.6697222222222 | Yes | 
| 3 | getWorks | 3,600 | 91,262 | 25.3505555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 68 | 0.0188888888888889 | Yes | 
| 6 | addItemToWork | 820 | 11,247 | 13.7158536585366 | No | 
| 7 | ownsWork | 410 | 6,012 | 14.6634146341463 | No | 
| 8 | init | 203 | 22,038 | 108.56157635468 | No | 
| 9 | searchAndConnect | 201 | 563,952 | 2805.73134328358 | Yes | 
| 10 | knowsAgent | 200 | 1,093 | 5.465 | No | 
| 1 | Total | 14,601 | 991,737 | 
2.2.78.8 Found structures
2.2.78.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-03-19-b4IbvK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.78.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-03-19-b4IbvK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.79 SIM10-14-04-45-fdhFKu–CV
2.2.79.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.79.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 55,024 | 410 | 410 | 1,201 | 57,455 | 
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 | 1,490,122 | 4.43766044253849 | No | 
| existsSimilarity | 335,790 | 1,483,214 | 4.4170880609905 | No | 
| similarityEdges | 335,790 | 1,464,442 | 4.36118407337919 | No | 
| connectAllSimilar | 820 | 1,493,323 | 1821.1256097561 | Yes | 
| init | 203 | 21,615 | 106.477832512315 | No | 
| connect | 157 | 664 | 4.22929936305732 | Yes | 
| Total | 985 | 1,495,471 | 
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-14-04-45-fdhFKu--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-14-04-45-fdhFKu--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.80 SIM10-14-04-45-fdhFKu–DV
2.2.80.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.80.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 54,710 | 410 | 410 | 1,201 | 57,141 | 
2.2.80.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.80.4 distribution of similarityEdgesByWeight

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

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

2.2.80.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 3,278 | 2.72939217318901 | No | 
| addItemToWork | 820 | 12,894 | 15.7243902439024 | No | 
| ownsWork | 410 | 6,582 | 16.0536585365854 | No | 
| init | 203 | 21,921 | 107.985221674877 | No | 
| searchAndConnect | 201 | 798,530 | 3972.78606965174 | Yes | 
| cycleSearch | 23 | 2,952 | 128.347826086957 | Yes | 
| getWorks | 23 | 5,178 | 225.130434782609 | No | 
| individualCycleSearch | 23 | 1 | 0.0434782608695652 | Yes | 
| getWorksItems | 18 | 59 | 3.27777777777778 | Yes | 
| Total | 277 | 804,173 | 
2.2.80.8 Found structures
2.2.80.8.1 Cycles
Number of cycles found: 12
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-04-45-fdhFKu--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-14-04-45-fdhFKu--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.81 SIM10-14-01-19-nTmbW6–CV
2.2.81.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 30 | 1 | 
2.2.81.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,534 | 210 | 210 | 200 | 15,364 | 
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 | 291,948 | 3.31796795090351 | No | 
| existsSimilarity | 87,990 | 290,168 | 3.29773837936129 | No | 
| similarityEdges | 87,990 | 286,725 | 3.25860893283328 | No | 
| connectAllSimilar | 420 | 292,704 | 696.914285714286 | Yes | 
| init | 203 | 21,073 | 103.807881773399 | No | 
| connect | 52 | 273 | 5.25 | Yes | 
| Total | 480 | 293,688 | 
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-14-01-19-nTmbW6--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-14-01-19-nTmbW6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.82 SIM10-14-01-19-nTmbW6–DV
2.2.82.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 30 | 1 | 
2.2.82.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,430 | 210 | 210 | 200 | 15,260 | 
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 | 2,992 | 7.12380952380952 | No | 
| 2 | ownsWork | 210 | 1,445 | 6.88095238095238 | No | 
| 3 | init | 203 | 21,202 | 104.443349753695 | No | 
| 4 | searchAndConnect | 201 | 226,045 | 1124.60199004975 | Yes | 
| 5 | knowsAgent | 200 | 1,500 | 7.5 | No | 
| 6 | getWorksItems | 18 | 33 | 1.83333333333333 | Yes | 
| 8 | cycleSearch | 7 | 1,271 | 181.571428571429 | Yes | 
| 9 | getWorks | 7 | 793 | 113.285714285714 | No | 
| 10 | individualCycleSearch | 7 | 0 | 0 | Yes | 
| 11 | Total | 240 | 228,989 | 
2.2.82.8 Found structures
2.2.82.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-19-nTmbW6--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-14-01-19-nTmbW6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.83 SIM10-14-01-24-oK6yqo–CV
2.2.83.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.83.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,794 | 210 | 210 | 1,201 | 16,625 | 
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 | 292,655 | 3.32600295488124 | No | 
| existsSimilarity | 87,990 | 290,845 | 3.30543243550403 | No | 
| similarityEdges | 87,990 | 287,173 | 3.26370042050233 | No | 
| connectAllSimilar | 420 | 293,460 | 698.714285714286 | Yes | 
| init | 203 | 20,538 | 101.172413793103 | No | 
| connect | 58 | 201 | 3.46551724137931 | Yes | 
| Total | 486 | 294,715 | 
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-14-01-24-oK6yqo--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-14-01-24-oK6yqo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.84 SIM10-14-01-24-oK6yqo–DV
2.2.84.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.84.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,678 | 210 | 210 | 1,201 | 16,509 | 
2.2.84.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 420 | 210 | 831 | 
2.2.84.4 distribution of similarityEdgesByWeight

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

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

2.2.84.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 2,909 | 2.42214820982515 | No | 
| addItemToWork | 420 | 11,477 | 27.3261904761905 | No | 
| ownsWork | 210 | 4,150 | 19.7619047619048 | No | 
| init | 203 | 21,313 | 104.990147783251 | No | 
| searchAndConnect | 201 | 258,767 | 1287.39800995025 | Yes | 
| getWorksItems | 18 | 26 | 1.44444444444444 | Yes | 
| cycleSearch | 8 | 1,943 | 242.875 | Yes | 
| getWorks | 8 | 1,113 | 139.125 | No | 
| individualCycleSearch | 8 | 0 | 0 | Yes | 
| Total | 242 | 263,126 | 
2.2.84.8 Found structures
2.2.84.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-24-oK6yqo--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-14-01-24-oK6yqo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.85 SIM10-14-05-11-j7FDhK–CV
2.2.85.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 30 | 2 | 
2.2.85.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 55,356 | 410 | 410 | 200 | 56,786 | 
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 | 1,513,653 | 4.50773697846869 | No | 
| existsSimilarity | 335,790 | 1,506,501 | 4.48643795229161 | No | 
| similarityEdges | 335,790 | 1,487,733 | 4.43054587688734 | No | 
| connectAllSimilar | 820 | 1,516,956 | 1849.94634146341 | Yes | 
| init | 203 | 21,251 | 104.684729064039 | No | 
| connect | 179 | 921 | 5.14525139664805 | Yes | 
| Total | 1,007 | 1,519,694 | 
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-14-05-11-j7FDhK--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-14-05-11-j7FDhK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.86 SIM10-14-05-11-j7FDhK–DV
2.2.86.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 30 | 2 | 
2.2.86.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 54,998 | 410 | 410 | 200 | 56,428 | 
2.2.86.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 820 | 410 | 1,431 | 
2.2.86.4 distribution of similarityEdgesByWeight

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

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

2.2.86.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 820 | 8,807 | 10.740243902439 | No | 
| ownsWork | 410 | 5,207 | 12.7 | No | 
| init | 203 | 22,443 | 110.556650246305 | No | 
| searchAndConnect | 201 | 648,388 | 3225.81094527363 | Yes | 
| knowsAgent | 200 | 1,715 | 8.575 | No | 
| cycleSearch | 21 | 7,872 | 374.857142857143 | Yes | 
| getWorks | 21 | 4,085 | 194.52380952381 | No | 
| individualCycleSearch | 21 | 7 | 0.333333333333333 | Yes | 
| getWorksItems | 18 | 63 | 3.5 | Yes | 
| Total | 276 | 664,657 | 
2.2.86.8 Found structures
2.2.86.8.1 Cycles
Number of cycles found: 14
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-05-11-j7FDhK--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-14-05-11-j7FDhK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.87 SIM10-14-05-37-Lo5gng–CV
2.2.87.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.87.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 55,336 | 410 | 410 | 1,201 | 57,767 | 
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 | 1,528,934 | 4.55324458739093 | No | 
| existsSimilarity | 335,790 | 1,522,163 | 4.53308019893386 | No | 
| similarityEdges | 335,790 | 1,503,493 | 4.47747997260192 | No | 
| connectAllSimilar | 820 | 1,532,155 | 1868.48170731707 | Yes | 
| init | 203 | 21,643 | 106.615763546798 | No | 
| connect | 160 | 495 | 3.09375 | Yes | 
| Total | 988 | 1,534,233 | 
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-14-05-37-Lo5gng--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-14-05-37-Lo5gng--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.88 SIM10-14-05-37-Lo5gng–DV
2.2.88.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.88.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 55,016 | 410 | 410 | 1,201 | 57,447 | 
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 | 3,317 | 2.76186511240633 | No | 
| addItemToWork | 820 | 10,658 | 12.9975609756098 | No | 
| ownsWork | 410 | 4,572 | 11.1512195121951 | No | 
| init | 203 | 22,363 | 110.162561576355 | No | 
| searchAndConnect | 201 | 806,062 | 4010.25870646766 | Yes | 
| cycleSearch | 24 | 3,766 | 156.916666666667 | Yes | 
| getWorks | 24 | 3,111 | 129.625 | No | 
| individualCycleSearch | 24 | 0 | 0 | Yes | 
| getWorksItems | 18 | 188 | 10.4444444444444 | Yes | 
| Total | 282 | 812,796 | 
2.2.88.8 Found structures
2.2.88.8.1 Cycles
Number of cycles found: 15
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-05-37-Lo5gng--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-14-05-37-Lo5gng--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.89 SIM10-13-11-57-4BqMNd–CV
2.2.89.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 5 | 1 | 
2.2.89.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 13,562 | 210 | 210 | 200 | 14,392 | 
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 | 267,659 | 3.04192521877486 | No | 
| existsSimilarity | 87,990 | 251,273 | 2.8556995113081 | No | 
| similarityEdges | 87,990 | 248,242 | 2.82125241504716 | No | 
| connect | 4,894 | 14,775 | 3.01900286064569 | Yes | 
| connectAllSimilar | 420 | 268,548 | 639.4 | Yes | 
| init | 203 | 19,222 | 94.6896551724138 | No | 
| Total | 5,322 | 284,297 | 
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-13-11-57-4BqMNd--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-13-11-57-4BqMNd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.90 SIM10-13-11-57-4BqMNd–DV
2.2.90.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 5 | 1 | 
2.2.90.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 3,774 | 210 | 210 | 200 | 4,604 | 
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,606 | 4.05722222222222 | Yes | 
| 3 | getWorks | 3,600 | 73,501 | 20.4169444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 87 | 0.0241666666666667 | Yes | 
| 6 | addItemToWork | 420 | 4,216 | 10.0380952380952 | No | 
| 7 | ownsWork | 210 | 3,745 | 17.8333333333333 | No | 
| 8 | init | 203 | 20,371 | 100.349753694581 | No | 
| 9 | searchAndConnect | 201 | 58,490 | 290.995024875622 | Yes | 
| 10 | knowsAgent | 200 | 1,581 | 7.905 | No | 
| 1 | Total | 14,601 | 86,598 | 
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-13-11-57-4BqMNd--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-13-11-57-4BqMNd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.91 SIM10-14-01-02-FxkkYj–CV
2.2.91.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.91.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,624 | 210 | 210 | 1,201 | 16,455 | 
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 | 284,810 | 3.23684509603364 | No | 
| existsSimilarity | 87,990 | 283,081 | 3.21719513581089 | No | 
| similarityEdges | 87,990 | 279,377 | 3.17509944311854 | No | 
| connectAllSimilar | 420 | 285,599 | 679.997619047619 | Yes | 
| init | 203 | 19,491 | 96.0147783251231 | No | 
| connect | 64 | 235 | 3.671875 | Yes | 
| Total | 492 | 286,682 | 
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-14-01-02-FxkkYj--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-14-01-02-FxkkYj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.92 SIM10-14-01-02-FxkkYj–DV
2.2.92.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.92.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 210 | 14,496 | 210 | 210 | 1,201 | 16,327 | 
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 | 3,384 | 2.81765195670275 | No | 
| 2 | addItemToWork | 420 | 8,515 | 20.2738095238095 | No | 
| 3 | ownsWork | 210 | 4,377 | 20.8428571428571 | No | 
| 4 | init | 203 | 20,139 | 99.2068965517241 | No | 
| 5 | searchAndConnect | 201 | 218,752 | 1088.3184079602 | Yes | 
| 6 | getWorksItems | 18 | 24 | 1.33333333333333 | Yes | 
| 8 | cycleSearch | 8 | 2,994 | 374.25 | Yes | 
| 9 | getWorks | 8 | 1,572 | 196.5 | No | 
| 10 | individualCycleSearch | 8 | 0 | 0 | Yes | 
| 11 | Total | 243 | 224,710 | 
2.2.92.8 Found structures
2.2.92.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-02-FxkkYj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.92.8.2 Paths
Number of paths found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-01-02-FxkkYj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.93 SIM10-14-01-30-MRuV6h–CV
2.2.93.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 5 | 2 | 
2.2.93.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 53,112 | 410 | 410 | 200 | 54,542 | 
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 | 1,342,948 | 3.99936865302719 | No | 
| existsSimilarity | 335,790 | 1,256,148 | 3.74087376038596 | No | 
| similarityEdges | 335,790 | 1,240,790 | 3.69513684147831 | No | 
| connect | 21,056 | 80,173 | 3.80760828267477 | Yes | 
| connectAllSimilar | 820 | 1,346,445 | 1642.00609756098 | Yes | 
| init | 203 | 20,379 | 100.389162561576 | No | 
| Total | 21,884 | 1,428,385 | 
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-14-01-30-MRuV6h--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-14-01-30-MRuV6h--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.94 SIM10-14-01-30-MRuV6h–DV
2.2.94.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 10 | 1 | 5 | 2 | 
2.2.94.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 11,000 | 410 | 410 | 200 | 12,430 | 
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 | 18,778 | 5.21611111111111 | Yes | 
| 3 | getWorks | 3,600 | 84,196 | 23.3877777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 96 | 0.0266666666666667 | Yes | 
| 6 | addItemToWork | 820 | 10,427 | 12.7158536585366 | No | 
| 7 | ownsWork | 410 | 5,524 | 13.4731707317073 | No | 
| 8 | init | 203 | 21,934 | 108.049261083744 | No | 
| 9 | searchAndConnect | 201 | 123,065 | 612.26368159204 | Yes | 
| 10 | knowsAgent | 200 | 1,636 | 8.18 | No | 
| 1 | Total | 14,601 | 158,132 | 
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-14-01-30-MRuV6h--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-14-01-30-MRuV6h--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.95 SIM10-14-02-53-9NiDEv–CV
2.2.95.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.95.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 55,428 | 410 | 410 | 1,201 | 57,859 | 
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 | 1,488,402 | 4.4325381935138 | No | 
| existsSimilarity | 335,790 | 1,480,927 | 4.41027725661872 | No | 
| similarityEdges | 335,790 | 1,462,049 | 4.35405759552101 | No | 
| connectAllSimilar | 820 | 1,491,646 | 1819.08048780488 | Yes | 
| connect | 209 | 1,324 | 6.33492822966507 | Yes | 
| init | 203 | 19,771 | 97.3940886699507 | No | 
| Total | 1,037 | 1,494,699 | 
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-14-02-53-9NiDEv--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-14-02-53-9NiDEv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.96 SIM10-14-02-53-9NiDEv–DV
2.2.96.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.96.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 55,010 | 410 | 410 | 1,201 | 57,441 | 
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 | 3,128 | 2.6044962531224 | No | 
| addItemToWork | 820 | 12,889 | 15.7182926829268 | No | 
| ownsWork | 410 | 7,622 | 18.590243902439 | No | 
| init | 203 | 22,010 | 108.423645320197 | No | 
| searchAndConnect | 201 | 792,052 | 3940.55721393035 | Yes | 
| cycleSearch | 23 | 2,096 | 91.1304347826087 | Yes | 
| getWorks | 23 | 4,463 | 194.04347826087 | No | 
| individualCycleSearch | 23 | 1 | 0.0434782608695652 | Yes | 
| getWorksItems | 18 | 63 | 3.5 | Yes | 
| Total | 279 | 796,658 | 
2.2.96.8 Found structures
2.2.96.8.1 Cycles
Number of cycles found: 14
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-02-53-9NiDEv--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-14-02-53-9NiDEv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.97 SIM10-14-02-12-Lbkpar–CV
2.2.97.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.97.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 58,248 | 420 | 420 | 1,201 | 60,709 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 352,380 | 1,769,800 | 5.02241897951076 | No | 
| 2 | existsSimilarity | 352,380 | 1,762,068 | 5.00047675804529 | No | 
| 3 | similarityEdges | 352,380 | 1,742,060 | 4.94369714512742 | No | 
| 4 | connectAllSimilar | 840 | 1,773,449 | 2111.24880952381 | Yes | 
| 5 | init | 203 | 23,814 | 117.310344827586 | No | 
| 6 | connect | 186 | 1,152 | 6.19354838709677 | Yes | 
| 8 | cycleSearch | 2 | 187 | 93.5 | Yes | 
| 11 | Total | 1,035 | 1,776,326 | 
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-14-02-12-Lbkpar--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-14-02-12-Lbkpar--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.98 SIM10-14-02-12-Lbkpar–DV
2.2.98.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.98.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 57,876 | 420 | 420 | 1,201 | 60,337 | 
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 | 3,457 | 2.87843463780183 | No | 
| addItemToWork | 840 | 13,103 | 15.5988095238095 | No | 
| ownsWork | 420 | 6,312 | 15.0285714285714 | No | 
| init | 203 | 24,886 | 122.591133004926 | No | 
| searchAndConnect | 201 | 904,815 | 4501.5671641791 | Yes | 
| getWorksItems | 38 | 348 | 9.1578947368421 | Yes | 
| getWorks | 27 | 3,310 | 122.592592592593 | No | 
| individualCycleSearch | 27 | 1 | 0.037037037037037 | Yes | 
| cycleSearch | 26 | 7,084 | 272.461538461538 | Yes | 
| Total | 299 | 915,304 | 
2.2.98.8 Found structures
2.2.98.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-02-12-Lbkpar--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-14-02-12-Lbkpar--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.99 SIM10-14-08-17-p7MAJg–CV
2.2.99.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 10 | 1 | 
2.2.99.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,696 | 220 | 220 | 200 | 16,556 | 
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 | 346,277 | 3.58539034996894 | No | 
| existsSimilarity | 96,580 | 339,747 | 3.51777800786912 | No | 
| similarityEdges | 96,580 | 335,822 | 3.47713812383516 | No | 
| connect | 1,301 | 4,830 | 3.71252882398155 | Yes | 
| connectAllSimilar | 440 | 347,212 | 789.118181818182 | Yes | 
| init | 203 | 21,631 | 106.556650246305 | No | 
| Total | 1,749 | 353,057 | 
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-14-08-17-p7MAJg--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-14-08-17-p7MAJg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.100 SIM10-14-08-17-p7MAJg–DV
2.2.100.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 10 | 1 | 
2.2.100.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 13,094 | 220 | 220 | 200 | 13,954 | 
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 | 19,779 | 5.49416666666667 | Yes | 
| 3 | getWorks | 3,600 | 89,390 | 24.8305555555556 | No | 
| 4 | individualCycleSearch | 3,600 | 73 | 0.0202777777777778 | Yes | 
| 6 | addItemToWork | 440 | 9,726 | 22.1045454545455 | No | 
| 7 | ownsWork | 220 | 3,646 | 16.5727272727273 | No | 
| 8 | init | 203 | 23,806 | 117.270935960591 | No | 
| 9 | searchAndConnect | 201 | 222,553 | 1107.22885572139 | Yes | 
| 10 | knowsAgent | 200 | 1,213 | 6.065 | No | 
| 1 | Total | 14,601 | 259,002 | 
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-14-08-17-p7MAJg--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-14-08-17-p7MAJg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.101 SIM10-14-09-23-B7ZeCj–CV
2.2.101.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.101.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,982 | 220 | 220 | 1,201 | 17,843 | 
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 | 354,864 | 3.67430109753572 | No | 
| existsSimilarity | 96,580 | 352,960 | 3.65458687098778 | No | 
| similarityEdges | 96,580 | 349,066 | 3.61426796438186 | No | 
| connectAllSimilar | 440 | 355,699 | 808.406818181818 | Yes | 
| init | 203 | 22,751 | 112.073891625616 | No | 
| connect | 65 | 296 | 4.55384615384615 | Yes | 
| Total | 513 | 357,249 | 
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-14-09-23-B7ZeCj--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-14-09-23-B7ZeCj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.102 SIM10-14-09-23-B7ZeCj–DV
2.2.102.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.102.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,852 | 220 | 220 | 1,201 | 17,713 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 4,039 | 3.36303080766028 | No | 
| addItemToWork | 440 | 7,664 | 17.4181818181818 | No | 
| ownsWork | 220 | 4,244 | 19.2909090909091 | No | 
| init | 203 | 23,115 | 113.866995073892 | No | 
| searchAndConnect | 201 | 328,809 | 1635.86567164179 | Yes | 
| getWorksItems | 38 | 156 | 4.10526315789474 | Yes | 
| cycleSearch | 11 | 1,331 | 121 | Yes | 
| getWorks | 11 | 353 | 32.0909090909091 | No | 
| individualCycleSearch | 11 | 1 | 0.0909090909090909 | Yes | 
| Total | 267 | 332,718 | 
2.2.102.8 Found structures
2.2.102.8.1 Cycles
Number of cycles found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-09-23-B7ZeCj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.102.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-09-23-B7ZeCj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.103 SIM10-14-12-41-8ZwUxK–CV
2.2.103.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 10 | 2 | 
2.2.103.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 57,616 | 420 | 420 | 200 | 59,076 | 
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 | 1,788,672 | 5.07597479993189 | No | 
| existsSimilarity | 352,380 | 1,768,646 | 5.01914410579488 | No | 
| similarityEdges | 352,380 | 1,748,890 | 4.96307962994495 | No | 
| connect | 2,983 | 13,309 | 4.46161582299698 | Yes | 
| connectAllSimilar | 840 | 1,792,254 | 2133.63571428571 | Yes | 
| init | 203 | 24,495 | 120.665024630542 | No | 
| Total | 3,831 | 1,807,752 | 
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-14-12-41-8ZwUxK--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-14-12-41-8ZwUxK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.104 SIM10-14-12-41-8ZwUxK–DV
2.2.104.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 10 | 2 | 
2.2.104.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 51,650 | 420 | 420 | 200 | 53,110 | 
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 | 182,353 | 50.6536111111111 | Yes | 
| 3 | getWorks | 3,600 | 111,901 | 31.0836111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 92 | 0.0255555555555556 | Yes | 
| 6 | addItemToWork | 840 | 14,290 | 17.0119047619048 | No | 
| 7 | ownsWork | 420 | 6,832 | 16.2666666666667 | No | 
| 8 | init | 203 | 23,695 | 116.724137931034 | No | 
| 9 | searchAndConnect | 201 | 668,783 | 3327.27860696517 | Yes | 
| 10 | knowsAgent | 200 | 1,374 | 6.87 | No | 
| 1 | Total | 14,601 | 1,651,652 | 
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-14-12-41-8ZwUxK--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-14-12-41-8ZwUxK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.105 SIM10-14-02-43-jgA6Gz–CV
2.2.105.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 30 | 2 | 
2.2.105.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 57,030 | 420 | 420 | 200 | 58,490 | 
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 | 1,773,518 | 5.03297008910835 | No | 
| existsSimilarity | 352,380 | 1,766,453 | 5.01292071059652 | No | 
| similarityEdges | 352,380 | 1,746,070 | 4.95507690561326 | No | 
| connectAllSimilar | 840 | 1,777,080 | 2115.57142857143 | Yes | 
| init | 203 | 24,116 | 118.79802955665 | No | 
| connect | 175 | 506 | 2.89142857142857 | Yes | 
| Total | 1,023 | 1,779,635 | 
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-14-02-43-jgA6Gz--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-14-02-43-jgA6Gz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.106 SIM10-14-02-43-jgA6Gz–DV
2.2.106.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 30 | 2 | 
2.2.106.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 56,680 | 420 | 420 | 200 | 58,140 | 
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 | 11,230 | 13.3690476190476 | No | 
| ownsWork | 420 | 5,025 | 11.9642857142857 | No | 
| init | 203 | 26,129 | 128.714285714286 | No | 
| searchAndConnect | 201 | 842,501 | 4191.54726368159 | Yes | 
| knowsAgent | 200 | 1,379 | 6.895 | No | 
| getWorksItems | 38 | 115 | 3.02631578947368 | Yes | 
| cycleSearch | 26 | 1,578 | 60.6923076923077 | Yes | 
| getWorks | 26 | 4,414 | 169.769230769231 | No | 
| individualCycleSearch | 26 | 0 | 0 | Yes | 
| Total | 303 | 848,086 | 
2.2.106.8 Found structures
2.2.106.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-02-43-jgA6Gz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.106.8.2 Paths
Number of paths found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-02-43-jgA6Gz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.107 SIM10-14-03-14-6JmFR5–CV
2.2.107.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.107.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 57,538 | 420 | 420 | 1,201 | 59,999 | 
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 | 1,810,541 | 5.13803564333958 | No | 
| existsSimilarity | 352,380 | 1,803,088 | 5.11688518077076 | No | 
| similarityEdges | 352,380 | 1,782,730 | 5.05911232192519 | No | 
| connectAllSimilar | 840 | 1,814,156 | 2159.70952380952 | Yes | 
| init | 202 | 14,777 | 73.1534653465347 | No | 
| connect | 178 | 791 | 4.4438202247191 | Yes | 
| Total | 1,026 | 1,817,595 | 
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-14-03-14-6JmFR5--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-14-03-14-6JmFR5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.108 SIM10-14-03-14-6JmFR5–DV
2.2.108.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.108.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 57,182 | 420 | 420 | 1,201 | 59,643 | 
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 | 4,249 | 3.53788509575354 | No | 
| addItemToWork | 840 | 16,742 | 19.9309523809524 | No | 
| ownsWork | 420 | 7,514 | 17.8904761904762 | No | 
| init | 203 | 26,626 | 131.162561576355 | No | 
| searchAndConnect | 201 | 821,866 | 4088.8855721393 | Yes | 
| getWorksItems | 38 | 88 | 2.31578947368421 | Yes | 
| cycleSearch | 28 | 14,048 | 501.714285714286 | Yes | 
| getWorks | 28 | 4,963 | 177.25 | No | 
| individualCycleSearch | 28 | 1 | 0.0357142857142857 | Yes | 
| Total | 305 | 849,730 | 
2.2.108.8 Found structures
2.2.108.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-03-14-6JmFR5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.108.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-03-14-6JmFR5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.109 SIM10-14-09-30-sGuZe4–CV
2.2.109.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 30 | 1 | 
2.2.109.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,878 | 220 | 220 | 200 | 16,738 | 
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 | 354,792 | 3.67355560157382 | No | 
| existsSimilarity | 96,580 | 352,655 | 3.6514288672603 | No | 
| similarityEdges | 96,580 | 348,631 | 3.60976392627873 | No | 
| connectAllSimilar | 440 | 355,685 | 808.375 | Yes | 
| init | 203 | 21,924 | 108 | No | 
| connect | 61 | 480 | 7.86885245901639 | Yes | 
| Total | 509 | 357,119 | 
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-14-09-30-sGuZe4--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-14-09-30-sGuZe4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.110 SIM10-14-09-30-sGuZe4–DV
2.2.110.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 30 | 1 | 
2.2.110.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,756 | 220 | 220 | 200 | 16,616 | 
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 | 4,937 | 11.2204545454545 | No | 
| 2 | ownsWork | 220 | 1,542 | 7.00909090909091 | No | 
| 3 | init | 203 | 23,887 | 117.669950738916 | No | 
| 4 | searchAndConnect | 201 | 217,837 | 1083.76616915423 | Yes | 
| 5 | knowsAgent | 200 | 1,994 | 9.97 | No | 
| 6 | getWorksItems | 38 | 118 | 3.10526315789474 | Yes | 
| 8 | cycleSearch | 9 | 3,678 | 408.666666666667 | Yes | 
| 9 | getWorks | 9 | 927 | 103 | No | 
| 10 | individualCycleSearch | 9 | 0 | 0 | Yes | 
| 11 | Total | 266 | 225,325 | 
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-14-09-30-sGuZe4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.110.8.2 Paths
Number of paths found: 6
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-09-30-sGuZe4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.111 SIM10-14-09-37-CvzqGq–CV
2.2.111.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.111.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,362 | 220 | 220 | 1,201 | 18,223 | 
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 | 362,079 | 3.74900600538414 | No | 
| existsSimilarity | 96,580 | 360,298 | 3.73056533443777 | No | 
| similarityEdges | 96,580 | 356,320 | 3.68937668254297 | No | 
| connectAllSimilar | 440 | 362,999 | 824.997727272727 | Yes | 
| init | 203 | 22,897 | 112.793103448276 | No | 
| connect | 55 | 175 | 3.18181818181818 | Yes | 
| Total | 503 | 364,562 | 
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-14-09-37-CvzqGq--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-14-09-37-CvzqGq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.112 SIM10-14-09-37-CvzqGq–DV
2.2.112.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.112.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,252 | 220 | 220 | 1,201 | 18,113 | 
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 | 4,711 | 3.9225645295587 | No | 
| addItemToWork | 440 | 5,042 | 11.4590909090909 | No | 
| ownsWork | 220 | 5,138 | 23.3545454545455 | No | 
| init | 203 | 22,835 | 112.487684729064 | No | 
| searchAndConnect | 201 | 324,812 | 1615.98009950249 | Yes | 
| getWorksItems | 38 | 57 | 1.5 | Yes | 
| cycleSearch | 11 | 6,668 | 606.181818181818 | Yes | 
| getWorks | 11 | 945 | 85.9090909090909 | No | 
| individualCycleSearch | 11 | 0 | 0 | Yes | 
| Total | 268 | 336,231 | 
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-14-09-37-CvzqGq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.112.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-09-37-CvzqGq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.113 SIM10-14-06-04-6ITMRc–CV
2.2.113.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 5 | 1 | 
2.2.113.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 15,514 | 220 | 220 | 200 | 16,374 | 
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 | 330,857 | 3.42572996479602 | No | 
| existsSimilarity | 96,580 | 305,930 | 3.16763305032098 | No | 
| similarityEdges | 96,580 | 302,596 | 3.13311244564092 | No | 
| connect | 6,173 | 23,209 | 3.7597602462336 | Yes | 
| connectAllSimilar | 440 | 331,863 | 754.234090909091 | Yes | 
| init | 203 | 21,715 | 106.970443349754 | No | 
| Total | 6,621 | 356,341 | 
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-14-06-04-6ITMRc--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-14-06-04-6ITMRc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.114 SIM10-14-06-04-6ITMRc–DV
2.2.114.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 5 | 1 | 
2.2.114.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 3,168 | 220 | 220 | 200 | 4,028 | 
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 | 18,442 | 5.12277777777778 | Yes | 
| 3 | getWorks | 3,600 | 92,854 | 25.7927777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 80 | 0.0222222222222222 | Yes | 
| 6 | addItemToWork | 440 | 6,130 | 13.9318181818182 | No | 
| 7 | ownsWork | 220 | 2,679 | 12.1772727272727 | No | 
| 8 | init | 203 | 23,650 | 116.502463054187 | No | 
| 9 | searchAndConnect | 201 | 48,815 | 242.860696517413 | Yes | 
| 10 | knowsAgent | 200 | 1,084 | 5.42 | No | 
| 1 | Total | 14,601 | 82,639 | 
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-14-06-04-6ITMRc--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-14-06-04-6ITMRc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.115 SIM10-14-07-10-RKcFaA–CV
2.2.115.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.115.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,412 | 220 | 220 | 1,201 | 18,273 | 
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 | 346,923 | 3.59207910540485 | No | 
| existsSimilarity | 96,580 | 345,000 | 3.57216815075585 | No | 
| similarityEdges | 96,580 | 341,106 | 3.53184924414993 | No | 
| connectAllSimilar | 440 | 347,757 | 790.356818181818 | Yes | 
| init | 203 | 21,776 | 107.270935960591 | No | 
| connect | 84 | 186 | 2.21428571428571 | Yes | 
| Total | 532 | 349,188 | 
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-14-07-10-RKcFaA--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-14-07-10-RKcFaA--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.116 SIM10-14-07-10-RKcFaA–DV
2.2.116.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.116.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 220 | 16,244 | 220 | 220 | 1,201 | 18,105 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 23,467 | 6.51861111111111 | Yes | 
| 3 | getWorks | 3,600 | 90,602 | 25.1672222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 78 | 0.0216666666666667 | Yes | 
| 6 | knowsAgent | 1,201 | 3,429 | 2.85512073272273 | No | 
| 7 | addItemToWork | 440 | 7,324 | 16.6454545454545 | No | 
| 8 | ownsWork | 220 | 4,592 | 20.8727272727273 | No | 
| 9 | init | 203 | 22,950 | 113.054187192118 | No | 
| 10 | searchAndConnect | 201 | 317,505 | 1579.62686567164 | Yes | 
| 1 | Total | 14,601 | 358,007 | 
2.2.116.8 Found structures
2.2.116.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-07-10-RKcFaA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.116.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-07-10-RKcFaA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.117 SIM10-14-09-44-qLAu7G–CV
2.2.117.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 5 | 2 | 
2.2.117.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 55,860 | 420 | 420 | 200 | 57,320 | 
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 | 1,567,271 | 4.44767296668369 | No | 
| existsSimilarity | 352,380 | 1,461,138 | 4.14648390941597 | No | 
| similarityEdges | 352,380 | 1,444,722 | 4.09989783756172 | No | 
| connect | 22,775 | 99,180 | 4.35477497255763 | Yes | 
| connectAllSimilar | 840 | 1,571,188 | 1870.4619047619 | Yes | 
| init | 203 | 23,474 | 115.635467980296 | No | 
| Total | 23,623 | 1,672,309 | 
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-14-09-44-qLAu7G--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-14-09-44-qLAu7G--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.118 SIM10-14-09-44-qLAu7G–DV
2.2.118.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 20 | 1 | 5 | 2 | 
2.2.118.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 10,310 | 420 | 420 | 200 | 11,770 | 
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 | 22,311 | 6.1975 | Yes | 
| 3 | getWorks | 3,600 | 97,816 | 27.1711111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 76 | 0.0211111111111111 | Yes | 
| 6 | addItemToWork | 840 | 10,447 | 12.4369047619048 | No | 
| 7 | ownsWork | 420 | 5,739 | 13.6642857142857 | No | 
| 8 | init | 203 | 23,586 | 116.187192118227 | No | 
| 9 | searchAndConnect | 201 | 140,302 | 698.019900497512 | Yes | 
| 10 | knowsAgent | 200 | 2,442 | 12.21 | No | 
| 1 | Total | 14,601 | 179,981 | 
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-14-09-44-qLAu7G--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-14-09-44-qLAu7G--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.119 SIM10-14-11-11-eRCoHv–CV
2.2.119.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.119.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 58,668 | 420 | 420 | 1,201 | 61,129 | 
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 | 1,752,329 | 4.97283898064589 | No | 
| existsSimilarity | 352,380 | 1,744,014 | 4.94924229524945 | No | 
| similarityEdges | 352,380 | 1,723,304 | 4.89047051478518 | No | 
| connectAllSimilar | 840 | 1,755,975 | 2090.44642857143 | Yes | 
| connect | 255 | 1,601 | 6.27843137254902 | Yes | 
| init | 203 | 22,228 | 109.497536945813 | No | 
| Total | 1,103 | 1,759,530 | 
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-14-11-11-eRCoHv--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-14-11-11-eRCoHv--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.120 SIM10-14-11-11-eRCoHv–DV
2.2.120.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.120.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 58,158 | 420 | 420 | 1,201 | 60,619 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 29,784 | 8.27333333333333 | Yes | 
| 3 | getWorks | 3,600 | 113,284 | 31.4677777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 83 | 0.0230555555555556 | Yes | 
| 6 | knowsAgent | 1,201 | 3,288 | 2.73771856786012 | No | 
| 7 | addItemToWork | 840 | 10,266 | 12.2214285714286 | No | 
| 8 | ownsWork | 420 | 4,236 | 10.0857142857143 | No | 
| 9 | init | 203 | 25,416 | 125.20197044335 | No | 
| 10 | searchAndConnect | 201 | 819,086 | 4075.05472636816 | Yes | 
| 1 | Total | 14,601 | 873,716 | 
2.2.120.8 Found structures
2.2.120.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-11-11-eRCoHv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.120.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-14-11-11-eRCoHv--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.121 SIM10-13-07-21-XRUh73–CV
2.2.121.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 10 | 1 | 
2.2.121.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,834 | 205 | 205 | 200 | 14,649 | 
2.2.121.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.121.4 distribution of similarityEdgesByWeight

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

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

2.2.121.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 247,138 | 2.94755799391735 | No | 
| existsSimilarity | 83,845 | 242,800 | 2.89581966724313 | No | 
| similarityEdges | 83,845 | 239,558 | 2.85715308008826 | No | 
| connect | 850 | 2,819 | 3.31647058823529 | Yes | 
| connectAllSimilar | 410 | 247,901 | 604.636585365854 | Yes | 
| init | 203 | 17,681 | 87.0985221674877 | No | 
| Total | 1,268 | 251,415 | 
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-13-07-21-XRUh73--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-13-07-21-XRUh73--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.122 SIM10-13-07-21-XRUh73–DV
2.2.122.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 10 | 1 | 
2.2.122.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 12,134 | 205 | 205 | 200 | 12,949 | 
2.2.122.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.122.4 distribution of similarityEdgesByWeight

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

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

2.2.122.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 7,399 | 18.0463414634146 | No | 
| 2 | ownsWork | 205 | 5,871 | 28.6390243902439 | No | 
| 3 | init | 203 | 18,584 | 91.5467980295567 | No | 
| 4 | searchAndConnect | 201 | 163,346 | 812.666666666667 | Yes | 
| 5 | knowsAgent | 200 | 755 | 3.775 | No | 
| 6 | getWorksItems | 8 | 13 | 1.625 | Yes | 
| 8 | cycleSearch | 5 | 1,495 | 299 | Yes | 
| 10 | getWorks | 5 | 926 | 185.2 | No | 
| 11 | Total | 224 | 166,706 | 
2.2.122.8 Found structures
2.2.122.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-21-XRUh73--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.122.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-21-XRUh73--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.123 SIM10-13-07-26-ArzZyr–CV
2.2.123.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.123.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,084 | 205 | 205 | 1,201 | 15,900 | 
2.2.123.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.123.4 distribution of similarityEdgesByWeight

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

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

2.2.123.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 251,087 | 2.99465680720377 | No | 
| existsSimilarity | 83,845 | 249,556 | 2.97639692289343 | No | 
| similarityEdges | 83,845 | 246,405 | 2.9388156717753 | No | 
| connectAllSimilar | 410 | 251,870 | 614.317073170732 | Yes | 
| init | 203 | 17,410 | 85.7635467980296 | No | 
| connect | 49 | 100 | 2.04081632653061 | Yes | 
| Total | 467 | 252,764 | 
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-13-07-26-ArzZyr--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-13-07-26-ArzZyr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.124 SIM10-13-07-26-ArzZyr–DV
2.2.124.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.124.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,986 | 205 | 205 | 1,201 | 15,802 | 
2.2.124.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.124.4 distribution of similarityEdgesByWeight

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

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

2.2.124.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,866 | 2.38634471273938 | No | 
| 2 | addItemToWork | 410 | 4,475 | 10.9146341463415 | No | 
| 3 | ownsWork | 205 | 3,288 | 16.0390243902439 | No | 
| 4 | init | 203 | 18,549 | 91.3743842364532 | No | 
| 5 | searchAndConnect | 201 | 211,636 | 1052.91542288557 | Yes | 
| 6 | getWorksItems | 8 | 21 | 2.625 | Yes | 
| 8 | cycleSearch | 5 | 2,855 | 571 | Yes | 
| 10 | getWorks | 5 | 1,547 | 309.4 | No | 
| 11 | Total | 224 | 218,477 | 
2.2.124.8 Found structures
2.2.124.8.1 Cycles
Number of cycles found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-26-ArzZyr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.124.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-26-ArzZyr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.125 SIM10-13-09-24-iAKJVd–CV
2.2.125.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 10 | 2 | 
2.2.125.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 53,414 | 405 | 405 | 200 | 54,829 | 
2.2.125.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.125.4 distribution of similarityEdgesByWeight

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

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

2.2.125.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 1,288,062 | 3.93127317676143 | No | 
| existsSimilarity | 327,645 | 1,264,258 | 3.85862137374292 | No | 
| similarityEdges | 327,645 | 1,247,065 | 3.80614689679379 | No | 
| connect | 4,676 | 17,769 | 3.80004277159966 | Yes | 
| connectAllSimilar | 810 | 1,291,335 | 1594.24074074074 | Yes | 
| init | 203 | 19,024 | 93.7142857142857 | No | 
| Total | 5,494 | 1,310,620 | 
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-13-09-24-iAKJVd--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-13-09-24-iAKJVd--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.126 SIM10-13-09-24-iAKJVd–DV
2.2.126.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 10 | 2 | 
2.2.126.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 44,062 | 405 | 405 | 200 | 45,477 | 
2.2.126.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.126.4 distribution of similarityEdgesByWeight

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

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

2.2.126.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 20,583 | 5.7175 | Yes | 
| 3 | getWorks | 3,600 | 67,777 | 18.8269444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 75 | 0.0208333333333333 | Yes | 
| 6 | addItemToWork | 810 | 12,369 | 15.2703703703704 | No | 
| 7 | ownsWork | 405 | 7,517 | 18.5604938271605 | No | 
| 8 | init | 203 | 19,723 | 97.1576354679803 | No | 
| 9 | searchAndConnect | 201 | 466,665 | 2321.71641791045 | Yes | 
| 10 | knowsAgent | 200 | 1,456 | 7.28 | No | 
| 1 | Total | 14,601 | 504,907 | 
2.2.126.8 Found structures
2.2.126.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-09-24-iAKJVd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.126.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-09-24-iAKJVd--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.127 SIM10-13-10-47-Y6sG6y–CV
2.2.127.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.127.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 54,284 | 405 | 405 | 1,201 | 56,700 | 
2.2.127.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.127.4 distribution of similarityEdgesByWeight

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

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

2.2.127.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 1,332,956 | 4.06829342733751 | No | 
| existsSimilarity | 327,645 | 1,326,343 | 4.04810999710052 | No | 
| similarityEdges | 327,645 | 1,308,367 | 3.99324573852798 | No | 
| connectAllSimilar | 810 | 1,336,120 | 1649.53086419753 | Yes | 
| init | 203 | 19,602 | 96.5615763546798 | No | 
| connect | 154 | 432 | 2.80519480519481 | Yes | 
| Total | 972 | 1,338,069 | 
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-13-10-47-Y6sG6y--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-13-10-47-Y6sG6y--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.128 SIM10-13-10-47-Y6sG6y–DV
2.2.128.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.128.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 53,976 | 405 | 405 | 1,201 | 56,392 | 
2.2.128.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.128.4 distribution of similarityEdgesByWeight

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

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

2.2.128.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 3,038 | 2.52955870108243 | No | 
| 2 | addItemToWork | 810 | 13,562 | 16.7432098765432 | No | 
| 3 | ownsWork | 405 | 4,627 | 11.4246913580247 | No | 
| 4 | init | 203 | 20,003 | 98.5369458128079 | No | 
| 5 | searchAndConnect | 201 | 741,694 | 3690.01990049751 | Yes | 
| 7 | cycleSearch | 22 | 3,394 | 154.272727272727 | Yes | 
| 8 | getWorks | 22 | 1,978 | 89.9090909090909 | No | 
| 9 | individualCycleSearch | 22 | 0 | 0 | Yes | 
| 11 | Total | 289 | 747,705 | 
2.2.128.8 Found structures
2.2.128.8.1 Cycles
Number of cycles found: 22
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-10-47-Y6sG6y--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-13-10-47-Y6sG6y--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.129 SIM10-13-07-31-SaIyTK–CV
2.2.129.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 30 | 1 | 
2.2.129.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,460 | 205 | 205 | 200 | 14,275 | 
2.2.129.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.129.4 distribution of similarityEdgesByWeight

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

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

2.2.129.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 244,794 | 2.91960164589421 | No | 
| existsSimilarity | 83,845 | 243,102 | 2.89942155167273 | No | 
| similarityEdges | 83,845 | 239,773 | 2.85971733555966 | No | 
| connectAllSimilar | 410 | 245,599 | 599.021951219512 | Yes | 
| init | 203 | 23,341 | 114.980295566502 | No | 
| connect | 52 | 276 | 5.30769230769231 | Yes | 
| Total | 470 | 246,682 | 
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-13-07-31-SaIyTK--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-13-07-31-SaIyTK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.130 SIM10-13-07-31-SaIyTK–DV
2.2.130.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 30 | 1 | 
2.2.130.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,356 | 205 | 205 | 200 | 14,171 | 
2.2.130.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.130.4 distribution of similarityEdgesByWeight

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

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

2.2.130.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 410 | 8,683 | 21.1780487804878 | No | 
| 2 | ownsWork | 205 | 5,241 | 25.5658536585366 | No | 
| 3 | init | 203 | 18,599 | 91.6206896551724 | No | 
| 4 | searchAndConnect | 201 | 178,198 | 886.557213930348 | Yes | 
| 5 | knowsAgent | 200 | 1,426 | 7.13 | No | 
| 6 | getWorksItems | 8 | 41 | 5.125 | Yes | 
| 8 | cycleSearch | 6 | 1,525 | 254.166666666667 | Yes | 
| 9 | getWorks | 6 | 1,111 | 185.166666666667 | No | 
| 10 | individualCycleSearch | 6 | 0 | 0 | Yes | 
| 11 | Total | 227 | 181,956 | 
2.2.130.8 Found structures
2.2.130.8.1 Cycles
Number of cycles found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-31-SaIyTK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.130.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-31-SaIyTK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.131 SIM10-13-07-36-P4tYrN–CV
2.2.131.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.131.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 14,018 | 205 | 205 | 1,201 | 15,834 | 
2.2.131.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.131.4 distribution of similarityEdgesByWeight

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

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

2.2.131.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 251,445 | 2.9989265907329 | No | 
| existsSimilarity | 83,845 | 249,937 | 2.98094102212416 | No | 
| similarityEdges | 83,845 | 246,735 | 2.94275150575467 | No | 
| connectAllSimilar | 410 | 252,247 | 615.236585365854 | Yes | 
| init | 203 | 18,631 | 91.7783251231527 | No | 
| connect | 33 | 61 | 1.84848484848485 | Yes | 
| Total | 451 | 253,057 | 
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-13-07-36-P4tYrN--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-13-07-36-P4tYrN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.132 SIM10-13-07-36-P4tYrN–DV
2.2.132.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.132.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,952 | 205 | 205 | 1,201 | 15,768 | 
2.2.132.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.132.4 distribution of similarityEdgesByWeight

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

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

2.2.132.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,889 | 2.40549542048293 | No | 
| 2 | addItemToWork | 410 | 3,953 | 9.64146341463415 | No | 
| 3 | ownsWork | 205 | 3,921 | 19.1268292682927 | No | 
| 4 | init | 203 | 24,577 | 121.068965517241 | No | 
| 5 | searchAndConnect | 201 | 241,469 | 1201.33830845771 | Yes | 
| 6 | getWorksItems | 8 | 38 | 4.75 | Yes | 
| 8 | cycleSearch | 7 | 1,869 | 267 | Yes | 
| 9 | getWorks | 7 | 795 | 113.571428571429 | No | 
| 10 | individualCycleSearch | 7 | 1 | 0.142857142857143 | Yes | 
| 11 | Total | 230 | 244,986 | 
2.2.132.8 Found structures
2.2.132.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-36-P4tYrN--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-13-07-36-P4tYrN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.133 SIM10-13-11-10-ntabMV–CV
2.2.133.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 30 | 2 | 
2.2.133.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 54,316 | 405 | 405 | 200 | 55,731 | 
2.2.133.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.133.4 distribution of similarityEdgesByWeight

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

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

2.2.133.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 1,343,029 | 4.09903706755787 | No | 
| existsSimilarity | 327,645 | 1,336,094 | 4.07787086633399 | No | 
| similarityEdges | 327,645 | 1,318,077 | 4.02288147232523 | No | 
| connectAllSimilar | 810 | 1,346,174 | 1661.94320987654 | Yes | 
| init | 203 | 18,572 | 91.487684729064 | No | 
| connect | 184 | 687 | 3.73369565217391 | Yes | 
| Total | 1,002 | 1,348,308 | 
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-13-11-10-ntabMV--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-13-11-10-ntabMV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.134 SIM10-13-11-10-ntabMV–DV
2.2.134.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 30 | 2 | 
2.2.134.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 53,948 | 405 | 405 | 200 | 55,363 | 
2.2.134.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.134.4 distribution of similarityEdgesByWeight

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

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

2.2.134.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 810 | 8,993 | 11.1024691358025 | No | 
| 2 | ownsWork | 405 | 6,017 | 14.8567901234568 | No | 
| 3 | init | 203 | 21,159 | 104.231527093596 | No | 
| 4 | searchAndConnect | 201 | 625,765 | 3113.25870646766 | Yes | 
| 5 | knowsAgent | 200 | 774 | 3.87 | No | 
| 7 | cycleSearch | 19 | 2,546 | 134 | Yes | 
| 8 | getWorks | 19 | 2,209 | 116.263157894737 | No | 
| 9 | individualCycleSearch | 19 | 0 | 0 | Yes | 
| 11 | Total | 277 | 629,803 | 
2.2.134.8 Found structures
2.2.134.8.1 Cycles
Number of cycles found: 19
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-11-10-ntabMV--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-13-11-10-ntabMV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.135 SIM10-13-11-33-zTs5uh–CV
2.2.135.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.135.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 54,252 | 405 | 405 | 1,201 | 56,668 | 
2.2.135.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.135.4 distribution of similarityEdgesByWeight

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

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

2.2.135.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 1,354,498 | 4.1340414167773 | No | 
| existsSimilarity | 327,645 | 1,347,940 | 4.11402585114987 | No | 
| similarityEdges | 327,645 | 1,328,873 | 4.05583176914038 | No | 
| connectAllSimilar | 810 | 1,357,651 | 1676.11234567901 | Yes | 
| init | 203 | 19,204 | 94.6009852216749 | No | 
| connect | 165 | 581 | 3.52121212121212 | Yes | 
| Total | 983 | 1,359,645 | 
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-13-11-33-zTs5uh--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-13-11-33-zTs5uh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.136 SIM10-13-11-33-zTs5uh–DV
2.2.136.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.136.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 53,922 | 405 | 405 | 1,201 | 56,338 | 
2.2.136.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.136.4 distribution of similarityEdgesByWeight

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

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

2.2.136.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 3,285 | 2.73522064945878 | No | 
| 2 | addItemToWork | 810 | 10,000 | 12.3456790123457 | No | 
| 3 | ownsWork | 405 | 5,297 | 13.079012345679 | No | 
| 4 | init | 203 | 20,814 | 102.532019704433 | No | 
| 5 | searchAndConnect | 201 | 663,068 | 3298.84577114428 | Yes | 
| 7 | cycleSearch | 15 | 6,713 | 447.533333333333 | Yes | 
| 8 | getWorks | 15 | 2,579 | 171.933333333333 | No | 
| 9 | individualCycleSearch | 15 | 0 | 0 | Yes | 
| 11 | Total | 261 | 676,911 | 
2.2.136.8 Found structures
2.2.136.8.1 Cycles
Number of cycles found: 15
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-11-33-zTs5uh--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-13-11-33-zTs5uh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.137 SIM10-13-06-12-Ezfymi–CV
2.2.137.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 5 | 1 | 
2.2.137.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,198 | 205 | 205 | 200 | 14,013 | 
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 | 234,664 | 2.79878346949729 | No | 
| existsSimilarity | 83,845 | 217,546 | 2.59462102689487 | No | 
| similarityEdges | 83,845 | 214,665 | 2.56026000357803 | No | 
| connect | 5,278 | 15,552 | 2.9465706707086 | Yes | 
| connectAllSimilar | 410 | 235,532 | 574.468292682927 | Yes | 
| init | 203 | 17,075 | 84.1133004926108 | No | 
| Total | 5,696 | 251,805 | 
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-13-06-12-Ezfymi--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-13-06-12-Ezfymi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.138 SIM10-13-06-12-Ezfymi–DV
2.2.138.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 5 | 1 | 
2.2.138.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 2,642 | 205 | 205 | 200 | 3,457 | 
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 | 13,339 | 3.70527777777778 | Yes | 
| 3 | getWorks | 3,600 | 61,033 | 16.9536111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 77 | 0.0213888888888889 | Yes | 
| 6 | addItemToWork | 410 | 6,267 | 15.2853658536585 | No | 
| 7 | ownsWork | 205 | 3,786 | 18.4682926829268 | No | 
| 8 | init | 203 | 18,106 | 89.192118226601 | No | 
| 9 | searchAndConnect | 201 | 38,221 | 190.154228855721 | Yes | 
| 10 | knowsAgent | 200 | 1,179 | 5.895 | No | 
| 1 | Total | 14,601 | 66,030 | 
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-13-06-12-Ezfymi--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-13-06-12-Ezfymi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.139 SIM10-13-07-16-z6ZmRg–CV
2.2.139.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.139.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,766 | 205 | 205 | 1,201 | 15,582 | 
2.2.139.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.139.4 distribution of similarityEdgesByWeight

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

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

2.2.139.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 83,845 | 246,439 | 2.93922118194287 | No | 
| existsSimilarity | 83,845 | 244,837 | 2.92011449698849 | No | 
| similarityEdges | 83,845 | 241,573 | 2.88118552090166 | No | 
| connectAllSimilar | 410 | 247,191 | 602.90487804878 | Yes | 
| init | 203 | 17,496 | 86.1871921182266 | No | 
| connect | 64 | 192 | 3 | Yes | 
| Total | 482 | 248,047 | 
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-13-07-16-z6ZmRg--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-13-07-16-z6ZmRg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.140 SIM10-13-07-16-z6ZmRg–DV
2.2.140.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.140.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 205 | 13,638 | 205 | 205 | 1,201 | 15,454 | 
2.2.140.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 410 | 205 | 816 | 
2.2.140.4 distribution of similarityEdgesByWeight

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

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

2.2.140.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 1,201 | 2,919 | 2.43047460449625 | No | 
| 2 | addItemToWork | 410 | 4,632 | 11.2975609756098 | No | 
| 3 | ownsWork | 205 | 3,109 | 15.1658536585366 | No | 
| 4 | init | 203 | 18,255 | 89.9261083743842 | No | 
| 5 | searchAndConnect | 201 | 221,351 | 1101.24875621891 | Yes | 
| 6 | getWorksItems | 8 | 13 | 1.625 | Yes | 
| 8 | cycleSearch | 7 | 1,880 | 268.571428571429 | Yes | 
| 9 | getWorks | 7 | 717 | 102.428571428571 | No | 
| 10 | individualCycleSearch | 7 | 0 | 0 | Yes | 
| 11 | Total | 230 | 224,814 | 
2.2.140.8 Found structures
2.2.140.8.1 Cycles
Number of cycles found: 7
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-16-z6ZmRg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.140.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-16-z6ZmRg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.141 SIM10-13-07-41-qhBaj4–CV
2.2.141.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 5 | 2 | 
2.2.141.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 52,490 | 405 | 405 | 200 | 53,905 | 
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 | 1,193,808 | 3.64360206931282 | No | 
| existsSimilarity | 327,645 | 1,117,979 | 3.41216560606754 | No | 
| similarityEdges | 327,645 | 1,102,761 | 3.36571899464359 | No | 
| connect | 19,761 | 69,349 | 3.50938717676231 | Yes | 
| connectAllSimilar | 810 | 1,197,253 | 1478.09012345679 | Yes | 
| init | 203 | 17,685 | 87.1182266009852 | No | 
| Total | 20,579 | 1,268,070 | 
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-13-07-41-qhBaj4--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-13-07-41-qhBaj4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.142 SIM10-13-07-41-qhBaj4–DV
2.2.142.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | random | 5 | 1 | 5 | 2 | 
2.2.142.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 12,968 | 405 | 405 | 200 | 14,383 | 
2.2.142.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.142.4 distribution of similarityEdgesByWeight

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

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

2.2.142.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 29,017 | 8.06027777777778 | Yes | 
| 3 | getWorks | 3,600 | 65,877 | 18.2991666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 70 | 0.0194444444444444 | Yes | 
| 6 | addItemToWork | 810 | 9,059 | 11.183950617284 | No | 
| 7 | ownsWork | 405 | 5,168 | 12.7604938271605 | No | 
| 8 | init | 203 | 19,711 | 97.0985221674877 | No | 
| 9 | searchAndConnect | 201 | 131,782 | 655.63184079602 | Yes | 
| 10 | knowsAgent | 200 | 1,150 | 5.75 | No | 
| 1 | Total | 14,601 | 224,956 | 
2.2.142.8 Found structures
2.2.142.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-41-qhBaj4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.142.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-41-qhBaj4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.143 SIM10-13-09-01-ThjPAQ–CV
2.2.143.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.143.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 53,374 | 405 | 405 | 1,201 | 55,790 | 
2.2.143.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.143.4 distribution of similarityEdgesByWeight

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

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

2.2.143.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 327,645 | 1,314,567 | 4.01216865815135 | No | 
| existsSimilarity | 327,645 | 1,307,812 | 3.99155183201331 | No | 
| similarityEdges | 327,645 | 1,289,814 | 3.93662042759694 | No | 
| connectAllSimilar | 810 | 1,317,671 | 1626.75432098765 | Yes | 
| init | 203 | 19,050 | 93.8423645320197 | No | 
| connect | 193 | 708 | 3.66839378238342 | Yes | 
| Total | 1,011 | 1,319,762 | 
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-13-09-01-ThjPAQ--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-13-09-01-ThjPAQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.144 SIM10-13-09-01-ThjPAQ–DV
2.2.144.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 200 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.144.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 405 | 52,988 | 405 | 405 | 1,201 | 55,404 | 
2.2.144.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 201 | 810 | 405 | 1,416 | 
2.2.144.4 distribution of similarityEdgesByWeight

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

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

2.2.144.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 1,201 | 2,828 | 2.35470441298918 | No | 
| addItemToWork | 810 | 9,956 | 12.2913580246914 | No | 
| ownsWork | 405 | 4,915 | 12.1358024691358 | No | 
| init | 203 | 18,655 | 91.8965517241379 | No | 
| searchAndConnect | 201 | 636,608 | 3167.2039800995 | Yes | 
| cycleSearch | 13 | 5,401 | 415.461538461538 | Yes | 
| getWorks | 13 | 5,604 | 431.076923076923 | No | 
| individualCycleSearch | 13 | 1 | 0.0769230769230769 | Yes | 
| getWorksItems | 8 | 33 | 4.125 | Yes | 
| Total | 240 | 647,614 | 
2.2.144.8 Found structures
2.2.144.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-09-01-ThjPAQ--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-13-09-01-ThjPAQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.145 SIM10-13-03-06-FcPhUK–CV
2.2.145.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 10 | 1 | 
2.2.145.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,528 | 60 | 60 | 50 | 1,758 | 
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 | 13,655 | 1.9124649859944 | No | 
| existsSimilarity | 7,140 | 13,462 | 1.88543417366947 | No | 
| similarityEdges | 7,140 | 13,210 | 1.85014005602241 | No | 
| connectAllSimilar | 120 | 13,735 | 114.458333333333 | Yes | 
| init | 53 | 8,655 | 163.301886792453 | No | 
| connect | 21 | 55 | 2.61904761904762 | Yes | 
| Total | 149 | 14,014 | 
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-13-03-06-FcPhUK--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-13-03-06-FcPhUK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.146 SIM10-13-03-06-FcPhUK–DV
2.2.146.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 10 | 1 | 
2.2.146.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,486 | 60 | 60 | 50 | 1,716 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 17,167 | 4.76861111111111 | Yes | 
| 3 | getWorks | 3,600 | 38,023 | 10.5619444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 126 | 0.035 | Yes | 
| 6 | addItemToWork | 120 | 698 | 5.81666666666667 | No | 
| 7 | ownsWork | 60 | 693 | 11.55 | No | 
| 8 | init | 53 | 9,087 | 171.452830188679 | No | 
| 9 | searchAndConnect | 51 | 7,367 | 144.450980392157 | Yes | 
| 10 | knowsAgent | 50 | 268 | 5.36 | No | 
| 1 | Total | 14,451 | 43,692 | 
2.2.146.8 Found structures
2.2.146.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-06-FcPhUK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.146.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-06-FcPhUK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.147 SIM10-13-04-07-GGgByN–CV
2.2.147.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.147.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,374 | 60 | 60 | 201 | 1,755 | 
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 | 13,702 | 1.91904761904762 | No | 
| existsSimilarity | 7,140 | 13,520 | 1.89355742296919 | No | 
| similarityEdges | 7,140 | 13,285 | 1.86064425770308 | No | 
| connectAllSimilar | 120 | 13,766 | 114.716666666667 | Yes | 
| init | 53 | 8,932 | 168.528301886792 | No | 
| connect | 17 | 36 | 2.11764705882353 | Yes | 
| Total | 145 | 14,115 | 
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-13-04-07-GGgByN--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-13-04-07-GGgByN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.148 SIM10-13-04-07-GGgByN–DV
2.2.148.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.148.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,340 | 60 | 60 | 201 | 1,721 | 
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 | 434 | 2.1592039800995 | No | 
| 2 | addItemToWork | 120 | 963 | 8.025 | No | 
| 3 | ownsWork | 60 | 889 | 14.8166666666667 | No | 
| 4 | init | 53 | 8,866 | 167.283018867925 | No | 
| 5 | searchAndConnect | 51 | 7,788 | 152.705882352941 | Yes | 
| 6 | getWorksItems | 18 | 36 | 2 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 77 | 7,928 | 
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-13-04-07-GGgByN--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-13-04-07-GGgByN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.149 SIM10-13-05-10-LTjf58–CV
2.2.149.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 10 | 2 | 
2.2.149.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,436 | 110 | 110 | 50 | 4,816 | 
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 | 49,016 | 2.03470319634703 | No | 
| existsSimilarity | 24,090 | 48,404 | 2.00929846409298 | No | 
| similarityEdges | 24,090 | 47,487 | 1.97123287671233 | No | 
| connectAllSimilar | 220 | 49,256 | 223.890909090909 | Yes | 
| init | 53 | 9,095 | 171.603773584906 | No | 
| connect | 48 | 101 | 2.10416666666667 | Yes | 
| Total | 276 | 49,627 | 
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-13-05-10-LTjf58--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-13-05-10-LTjf58--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.150 SIM10-13-05-10-LTjf58–DV
2.2.150.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 10 | 2 | 
2.2.150.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,340 | 110 | 110 | 50 | 4,720 | 
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,393 | 6.33181818181818 | No | 
| 2 | ownsWork | 110 | 1,314 | 11.9454545454545 | No | 
| 3 | init | 53 | 9,034 | 170.452830188679 | No | 
| 4 | searchAndConnect | 51 | 16,119 | 316.058823529412 | Yes | 
| 5 | knowsAgent | 50 | 195 | 3.9 | No | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 27 | 13.5 | Yes | 
| 10 | getWorks | 2 | 120 | 60 | No | 
| 11 | Total | 78 | 16,570 | 
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-13-05-10-LTjf58--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-13-05-10-LTjf58--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.151 SIM10-13-05-11-hhT57L–CV
2.2.151.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.151.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,480 | 110 | 110 | 201 | 5,011 | 
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 | 51,279 | 2.12864259028643 | No | 
| existsSimilarity | 24,090 | 50,646 | 2.10236612702366 | No | 
| similarityEdges | 24,090 | 49,725 | 2.06413449564134 | No | 
| connectAllSimilar | 220 | 51,532 | 234.236363636364 | Yes | 
| init | 53 | 8,544 | 161.207547169811 | No | 
| connect | 52 | 170 | 3.26923076923077 | Yes | 
| Total | 280 | 52,080 | 
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-13-05-11-hhT57L--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-13-05-11-hhT57L--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.152 SIM10-13-05-11-hhT57L–DV
2.2.152.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.152.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,376 | 110 | 110 | 201 | 4,907 | 
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 | 2,519 | 11.45 | No | 
| 2 | knowsAgent | 201 | 359 | 1.78606965174129 | No | 
| 3 | ownsWork | 110 | 1,511 | 13.7363636363636 | No | 
| 4 | init | 53 | 9,224 | 174.037735849057 | No | 
| 5 | searchAndConnect | 51 | 19,218 | 376.823529411765 | Yes | 
| 6 | getWorksItems | 18 | 86 | 4.77777777777778 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 77 | 19,510 | 
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-13-05-11-hhT57L--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-13-05-11-hhT57L--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.153 SIM10-13-04-07-Lmpar6–CV
2.2.153.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 30 | 1 | 
2.2.153.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,354 | 60 | 60 | 50 | 1,584 | 
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 | 13,997 | 1.96036414565826 | No | 
| existsSimilarity | 7,140 | 13,846 | 1.93921568627451 | No | 
| similarityEdges | 7,140 | 13,613 | 1.90658263305322 | No | 
| connectAllSimilar | 120 | 14,082 | 117.35 | Yes | 
| init | 53 | 8,782 | 165.698113207547 | No | 
| connect | 9 | 18 | 2 | Yes | 
| Total | 137 | 14,445 | 
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-13-04-07-Lmpar6--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-13-04-07-Lmpar6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.154 SIM10-13-04-07-Lmpar6–DV
2.2.154.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 30 | 1 | 
2.2.154.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,336 | 60 | 60 | 50 | 1,566 | 
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 | addItemToWork | 120 | 754 | 6.28333333333333 | No | 
| 2 | ownsWork | 60 | 759 | 12.65 | No | 
| 3 | init | 53 | 9,199 | 173.566037735849 | No | 
| 4 | searchAndConnect | 51 | 8,528 | 167.21568627451 | Yes | 
| 5 | knowsAgent | 50 | 99 | 1.98 | No | 
| 6 | getWorksItems | 18 | 32 | 1.77777777777778 | Yes | 
| 9 | cycleSearch | 2 | 78 | 39 | Yes | 
| 10 | getWorks | 2 | 134 | 67 | No | 
| 11 | Total | 78 | 8,990 | 
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-13-04-07-Lmpar6--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-13-04-07-Lmpar6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.155 SIM10-13-04-08-qQDSjR–CV
2.2.155.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.155.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,382 | 60 | 60 | 201 | 1,763 | 
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 | 13,787 | 1.93095238095238 | No | 
| existsSimilarity | 7,140 | 13,630 | 1.90896358543417 | No | 
| similarityEdges | 7,140 | 13,361 | 1.87128851540616 | No | 
| connectAllSimilar | 120 | 13,863 | 115.525 | Yes | 
| init | 53 | 8,627 | 162.77358490566 | No | 
| connect | 14 | 22 | 1.57142857142857 | Yes | 
| Total | 142 | 14,141 | 
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-13-04-08-qQDSjR--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-13-04-08-qQDSjR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.156 SIM10-13-04-08-qQDSjR–DV
2.2.156.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.156.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,354 | 60 | 60 | 201 | 1,735 | 
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 | knowsAgent | 201 | 294 | 1.46268656716418 | No | 
| 2 | addItemToWork | 120 | 827 | 6.89166666666667 | No | 
| 3 | ownsWork | 60 | 793 | 13.2166666666667 | No | 
| 4 | init | 53 | 9,051 | 170.77358490566 | No | 
| 5 | searchAndConnect | 51 | 8,849 | 173.509803921569 | Yes | 
| 6 | getWorksItems | 18 | 26 | 1.44444444444444 | Yes | 
| 9 | cycleSearch | 2 | 114 | 57 | Yes | 
| 10 | getWorks | 2 | 175 | 87.5 | No | 
| 11 | Total | 78 | 9,472 | 
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-13-04-08-qQDSjR--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-13-04-08-qQDSjR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.157 SIM10-13-05-13-S52Jif–CV
2.2.157.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 30 | 2 | 
2.2.157.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,312 | 110 | 110 | 50 | 4,692 | 
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 | 50,017 | 2.07625570776256 | No | 
| existsSimilarity | 24,090 | 49,428 | 2.05180572851806 | No | 
| similarityEdges | 24,090 | 48,551 | 2.01540058115401 | No | 
| connectAllSimilar | 220 | 50,269 | 228.495454545455 | Yes | 
| init | 53 | 9,434 | 178 | No | 
| connect | 50 | 113 | 2.26 | Yes | 
| Total | 278 | 50,775 | 
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-13-05-13-S52Jif--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-13-05-13-S52Jif--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.158 SIM10-13-05-13-S52Jif–DV
2.2.158.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 30 | 2 | 
2.2.158.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,212 | 110 | 110 | 50 | 4,592 | 
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,924 | 8.74545454545455 | No | 
| 2 | ownsWork | 110 | 1,457 | 13.2454545454545 | No | 
| 3 | init | 53 | 8,741 | 164.924528301887 | No | 
| 4 | searchAndConnect | 51 | 21,405 | 419.705882352941 | Yes | 
| 5 | knowsAgent | 50 | 115 | 2.3 | No | 
| 6 | getWorksItems | 18 | 34 | 1.88888888888889 | Yes | 
| 9 | cycleSearch | 2 | 26 | 13 | Yes | 
| 10 | getWorks | 2 | 247 | 123.5 | No | 
| 11 | Total | 78 | 21,755 | 
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-13-05-13-S52Jif--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.158.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-05-13-S52Jif--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.159 SIM10-13-05-14-THWrif–CV
2.2.159.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.159.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,380 | 110 | 110 | 201 | 4,911 | 
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 | 49,285 | 2.0458696554587 | No | 
| existsSimilarity | 24,090 | 48,770 | 2.02449149024491 | No | 
| similarityEdges | 24,090 | 47,951 | 1.99049398090494 | No | 
| connectAllSimilar | 220 | 49,554 | 225.245454545455 | Yes | 
| init | 53 | 8,892 | 167.77358490566 | No | 
| connect | 38 | 72 | 1.89473684210526 | Yes | 
| Total | 266 | 50,103 | 
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-13-05-14-THWrif--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-13-05-14-THWrif--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.160 SIM10-13-05-14-THWrif–DV
2.2.160.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.160.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,304 | 110 | 110 | 201 | 4,835 | 
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 | 2,080 | 9.45454545454546 | No | 
| 2 | knowsAgent | 201 | 420 | 2.08955223880597 | No | 
| 3 | ownsWork | 110 | 1,396 | 12.6909090909091 | No | 
| 4 | init | 53 | 9,616 | 181.433962264151 | No | 
| 5 | searchAndConnect | 51 | 23,380 | 458.43137254902 | Yes | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 58 | 58 | Yes | 
| 11 | Total | 77 | 23,629 | 
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-13-05-14-THWrif--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-13-05-14-THWrif--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.161 SIM10-13-02-05-LNrQRE–CV
2.2.161.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 5 | 1 | 
2.2.161.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,268 | 60 | 60 | 50 | 1,498 | 
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,425 | 1.74019607843137 | No | 
| existsSimilarity | 7,140 | 11,954 | 1.67422969187675 | No | 
| similarityEdges | 7,140 | 11,722 | 1.64173669467787 | No | 
| connect | 222 | 351 | 1.58108108108108 | Yes | 
| connectAllSimilar | 120 | 12,515 | 104.291666666667 | Yes | 
| init | 53 | 9,024 | 170.264150943396 | No | 
| Total | 350 | 13,112 | 
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-13-02-05-LNrQRE--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-13-02-05-LNrQRE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.162 SIM10-13-02-05-LNrQRE–DV
2.2.162.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 5 | 1 | 
2.2.162.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 824 | 60 | 60 | 50 | 1,054 | 
2.2.162.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.162.4 distribution of similarityEdgesByWeight

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

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

2.2.162.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 28,519 | 7.92194444444444 | Yes | 
| 3 | getWorks | 3,600 | 33,267 | 9.24083333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 125 | 0.0347222222222222 | Yes | 
| 6 | addItemToWork | 120 | 826 | 6.88333333333333 | No | 
| 7 | ownsWork | 60 | 683 | 11.3833333333333 | No | 
| 8 | init | 53 | 8,657 | 163.339622641509 | No | 
| 9 | searchAndConnect | 51 | 6,865 | 134.607843137255 | Yes | 
| 10 | knowsAgent | 50 | 147 | 2.94 | No | 
| 1 | Total | 14,451 | 112,969 | 
2.2.162.8 Found structures
2.2.162.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-05-LNrQRE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.162.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-05-LNrQRE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.163 SIM10-13-03-06-SgmWzp–CV
2.2.163.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.163.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,464 | 60 | 60 | 201 | 1,845 | 
2.2.163.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.163.4 distribution of similarityEdgesByWeight

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

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

2.2.163.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 7,140 | 12,353 | 1.73011204481793 | No | 
| existsSimilarity | 7,140 | 12,218 | 1.71120448179272 | No | 
| similarityEdges | 7,140 | 12,014 | 1.68263305322129 | No | 
| connectAllSimilar | 120 | 12,415 | 103.458333333333 | Yes | 
| init | 53 | 8,868 | 167.320754716981 | No | 
| connect | 13 | 22 | 1.69230769230769 | Yes | 
| Total | 141 | 12,695 | 
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-13-03-06-SgmWzp--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-13-03-06-SgmWzp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.164 SIM10-13-03-06-SgmWzp–DV
2.2.164.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.164.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 60 | 1,438 | 60 | 60 | 201 | 1,819 | 
2.2.164.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 120 | 60 | 231 | 
2.2.164.4 distribution of similarityEdgesByWeight

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

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

2.2.164.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 201 | 430 | 2.13930348258706 | No | 
| 2 | addItemToWork | 120 | 679 | 5.65833333333333 | No | 
| 3 | ownsWork | 60 | 596 | 9.93333333333333 | No | 
| 4 | init | 53 | 9,124 | 172.150943396226 | No | 
| 5 | searchAndConnect | 51 | 8,267 | 162.098039215686 | Yes | 
| 6 | getWorksItems | 18 | 23 | 1.27777777777778 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 4 | 4 | Yes | 
| 11 | Total | 77 | 8,551 | 
2.2.164.8 Found structures
2.2.164.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-06-SgmWzp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.164.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-03-06-SgmWzp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.165 SIM10-13-04-08-2gyZnc–CV
2.2.165.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 5 | 2 | 
2.2.165.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,612 | 110 | 110 | 50 | 4,992 | 
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 | 51,594 | 2.14171855541719 | No | 
| existsSimilarity | 24,090 | 49,266 | 2.04508094645081 | No | 
| similarityEdges | 24,090 | 48,464 | 2.01178912411789 | No | 
| connect | 801 | 1,831 | 2.28589263420724 | Yes | 
| connectAllSimilar | 220 | 51,862 | 235.736363636364 | Yes | 
| init | 53 | 9,110 | 171.88679245283 | No | 
| Total | 1,029 | 54,029 | 
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-13-04-08-2gyZnc--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-13-04-08-2gyZnc--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.166 SIM10-13-04-08-2gyZnc–DV
2.2.166.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 10 | 1 | 5 | 2 | 
2.2.166.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 3,010 | 110 | 110 | 50 | 3,390 | 
2.2.166.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.166.4 distribution of similarityEdgesByWeight

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

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

2.2.166.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 17,171 | 4.76972222222222 | Yes | 
| 3 | getWorks | 3,600 | 41,212 | 11.4477777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 78 | 0.0216666666666667 | Yes | 
| 6 | addItemToWork | 220 | 1,207 | 5.48636363636364 | No | 
| 7 | ownsWork | 110 | 796 | 7.23636363636364 | No | 
| 8 | init | 53 | 9,024 | 170.264150943396 | No | 
| 9 | searchAndConnect | 51 | 14,614 | 286.549019607843 | Yes | 
| 10 | knowsAgent | 50 | 274 | 5.48 | No | 
| 1 | Total | 14,451 | 51,366 | 
2.2.166.8 Found structures
2.2.166.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-04-08-2gyZnc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.166.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-04-08-2gyZnc--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.167 SIM10-13-05-09-uZiPTU–CV
2.2.167.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.167.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,694 | 110 | 110 | 201 | 5,225 | 
2.2.167.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.167.4 distribution of similarityEdgesByWeight

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

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

2.2.167.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 24,090 | 50,508 | 2.09663760896638 | No | 
| existsSimilarity | 24,090 | 49,962 | 2.07397260273973 | No | 
| similarityEdges | 24,090 | 49,111 | 2.03864674138647 | No | 
| connectAllSimilar | 220 | 50,762 | 230.736363636364 | Yes | 
| connect | 60 | 106 | 1.76666666666667 | Yes | 
| init | 53 | 8,769 | 165.452830188679 | No | 
| Total | 288 | 51,252 | 
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-13-05-09-uZiPTU--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-13-05-09-uZiPTU--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.168 SIM10-13-05-09-uZiPTU–DV
2.2.168.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.168.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 110 | 4,574 | 110 | 110 | 201 | 5,105 | 
2.2.168.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 220 | 110 | 381 | 
2.2.168.4 distribution of similarityEdgesByWeight

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

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

2.2.168.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 220 | 1,836 | 8.34545454545455 | No | 
| 2 | knowsAgent | 201 | 349 | 1.7363184079602 | No | 
| 3 | ownsWork | 110 | 1,336 | 12.1454545454545 | No | 
| 4 | init | 53 | 9,372 | 176.830188679245 | No | 
| 5 | searchAndConnect | 51 | 21,811 | 427.666666666667 | Yes | 
| 6 | getWorksItems | 18 | 27 | 1.5 | Yes | 
| 9 | cycleSearch | 2 | 25 | 12.5 | Yes | 
| 10 | getWorks | 2 | 185 | 92.5 | No | 
| 11 | Total | 78 | 22,218 | 
2.2.168.8 Found structures
2.2.168.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-05-09-uZiPTU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.168.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-05-09-uZiPTU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.169 SIM10-13-06-16-ASc3yJ–CV
2.2.169.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 10 | 1 | 
2.2.169.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,978 | 70 | 70 | 50 | 2,238 | 
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 | 19,491 | 2.00318602261048 | No | 
| existsSimilarity | 9,730 | 19,315 | 1.98509763617677 | No | 
| similarityEdges | 9,730 | 18,998 | 1.95251798561151 | No | 
| connectAllSimilar | 140 | 19,587 | 139.907142857143 | Yes | 
| init | 53 | 8,971 | 169.264150943396 | No | 
| connect | 17 | 25 | 1.47058823529412 | Yes | 
| Total | 165 | 19,905 | 
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-13-06-16-ASc3yJ--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-13-06-16-ASc3yJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.170 SIM10-13-06-16-ASc3yJ–DV
2.2.170.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 10 | 1 | 
2.2.170.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,944 | 70 | 70 | 50 | 2,204 | 
2.2.170.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.170.4 distribution of similarityEdgesByWeight

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

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

2.2.170.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 140 | 1,908 | 13.6285714285714 | No | 
| 2 | ownsWork | 70 | 1,974 | 28.2 | No | 
| 3 | init | 53 | 9,380 | 176.981132075472 | No | 
| 4 | searchAndConnect | 51 | 10,077 | 197.588235294118 | Yes | 
| 5 | knowsAgent | 50 | 142 | 2.84 | No | 
| 6 | getWorksItems | 38 | 87 | 2.28947368421053 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 97 | 10,272 | 
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-13-06-16-ASc3yJ--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-13-06-16-ASc3yJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.171 SIM10-13-06-16-TbmyrC–CV
2.2.171.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.171.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,938 | 70 | 70 | 201 | 2,349 | 
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 | 18,066 | 1.85673175745118 | No | 
| existsSimilarity | 9,730 | 17,907 | 1.84039054470709 | No | 
| similarityEdges | 9,730 | 17,606 | 1.80945529290853 | No | 
| connectAllSimilar | 140 | 18,166 | 129.757142857143 | Yes | 
| init | 53 | 8,784 | 165.735849056604 | No | 
| connect | 14 | 19 | 1.35714285714286 | Yes | 
| Total | 162 | 18,478 | 
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-13-06-16-TbmyrC--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-13-06-16-TbmyrC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.172 SIM10-13-06-16-TbmyrC–DV
2.2.172.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.172.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,910 | 70 | 70 | 201 | 2,321 | 
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 | 412 | 2.04975124378109 | No | 
| 2 | addItemToWork | 140 | 1,093 | 7.80714285714286 | No | 
| 3 | ownsWork | 70 | 1,679 | 23.9857142857143 | No | 
| 4 | init | 53 | 9,372 | 176.830188679245 | No | 
| 5 | searchAndConnect | 51 | 11,930 | 233.921568627451 | Yes | 
| 6 | getWorksItems | 38 | 61 | 1.60526315789474 | Yes | 
| 9 | cycleSearch | 2 | 223 | 111.5 | Yes | 
| 10 | getWorks | 2 | 197 | 98.5 | No | 
| 11 | Total | 98 | 12,669 | 
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-13-06-16-TbmyrC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.172.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-06-16-TbmyrC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.173 SIM10-13-07-21-NpmqCz–CV
2.2.173.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 10 | 2 | 
2.2.173.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,074 | 120 | 120 | 50 | 5,484 | 
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 | 62,201 | 2.16879358437936 | No | 
| existsSimilarity | 28,680 | 61,498 | 2.14428172942817 | No | 
| similarityEdges | 28,680 | 60,500 | 2.1094839609484 | No | 
| connectAllSimilar | 240 | 62,469 | 260.2875 | Yes | 
| init | 53 | 9,289 | 175.264150943396 | No | 
| connect | 51 | 175 | 3.43137254901961 | Yes | 
| Total | 299 | 63,186 | 
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-13-07-21-NpmqCz--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-13-07-21-NpmqCz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.174 SIM10-13-07-21-NpmqCz–DV
2.2.174.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 10 | 2 | 
2.2.174.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 4,972 | 120 | 120 | 50 | 5,382 | 
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,630 | 6.79166666666667 | No | 
| 2 | ownsWork | 120 | 1,475 | 12.2916666666667 | No | 
| 3 | init | 53 | 9,414 | 177.622641509434 | No | 
| 4 | searchAndConnect | 51 | 25,072 | 491.607843137255 | Yes | 
| 5 | knowsAgent | 50 | 217 | 4.34 | No | 
| 6 | getWorksItems | 38 | 87 | 2.28947368421053 | Yes | 
| 9 | cycleSearch | 2 | 103 | 51.5 | Yes | 
| 10 | getWorks | 2 | 203 | 101.5 | No | 
| 11 | Total | 98 | 25,870 | 
2.2.174.8 Found structures
2.2.174.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-21-NpmqCz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.174.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-21-NpmqCz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.175 SIM10-13-07-22-uXJ4sG–CV
2.2.175.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.175.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,106 | 120 | 120 | 201 | 5,667 | 
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 | 62,025 | 2.16265690376569 | No | 
| existsSimilarity | 28,680 | 61,358 | 2.13940027894003 | No | 
| similarityEdges | 28,680 | 60,405 | 2.10617154811716 | No | 
| connectAllSimilar | 240 | 62,297 | 259.570833333333 | Yes | 
| init | 53 | 8,741 | 164.924528301887 | No | 
| connect | 46 | 138 | 3 | Yes | 
| Total | 294 | 63,111 | 
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-13-07-22-uXJ4sG--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-13-07-22-uXJ4sG--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.176 SIM10-13-07-22-uXJ4sG–DV
2.2.176.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.176.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,014 | 120 | 120 | 201 | 5,575 | 
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 | 4,484 | 18.6833333333333 | No | 
| 2 | knowsAgent | 201 | 398 | 1.98009950248756 | No | 
| 3 | ownsWork | 120 | 2,433 | 20.275 | No | 
| 4 | init | 53 | 9,750 | 183.962264150943 | No | 
| 5 | searchAndConnect | 51 | 27,203 | 533.392156862745 | Yes | 
| 6 | getWorksItems | 38 | 67 | 1.76315789473684 | Yes | 
| 9 | cycleSearch | 2 | 429 | 214.5 | Yes | 
| 10 | getWorks | 2 | 455 | 227.5 | No | 
| 11 | Total | 98 | 28,218 | 
2.2.176.8 Found structures
2.2.176.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-22-uXJ4sG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.176.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-22-uXJ4sG--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.177 SIM10-13-06-17-QDprRS–CV
2.2.177.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 30 | 1 | 
2.2.177.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,964 | 70 | 70 | 50 | 2,224 | 
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 | 18,826 | 1.93484069886948 | No | 
| existsSimilarity | 9,730 | 18,600 | 1.91161356628983 | No | 
| similarityEdges | 9,730 | 18,295 | 1.88026721479959 | No | 
| connectAllSimilar | 140 | 18,922 | 135.157142857143 | Yes | 
| init | 53 | 9,061 | 170.962264150943 | No | 
| connect | 19 | 65 | 3.42105263157895 | Yes | 
| Total | 167 | 19,326 | 
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-13-06-17-QDprRS--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-13-06-17-QDprRS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.178 SIM10-13-06-17-QDprRS–DV
2.2.178.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 30 | 1 | 
2.2.178.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,926 | 70 | 70 | 50 | 2,186 | 
2.2.178.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.178.4 distribution of similarityEdgesByWeight

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

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

2.2.178.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 140 | 1,939 | 13.85 | No | 
| 2 | ownsWork | 70 | 1,154 | 16.4857142857143 | No | 
| 3 | init | 53 | 9,018 | 170.150943396226 | No | 
| 4 | searchAndConnect | 51 | 12,103 | 237.313725490196 | Yes | 
| 5 | knowsAgent | 50 | 188 | 3.76 | No | 
| 6 | getWorksItems | 38 | 66 | 1.73684210526316 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 97 | 12,373 | 
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-13-06-17-QDprRS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.178.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-06-17-QDprRS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.179 SIM10-13-06-18-GC8JzU–CV
2.2.179.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.179.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,750 | 70 | 70 | 201 | 2,161 | 
2.2.179.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 140 | 70 | 261 | 
2.2.179.4 distribution of similarityEdgesByWeight

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

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

2.2.179.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 9,730 | 18,762 | 1.92826310380267 | No | 
| existsSimilarity | 9,730 | 18,501 | 1.90143884892086 | No | 
| similarityEdges | 9,730 | 18,214 | 1.87194244604317 | No | 
| connectAllSimilar | 140 | 18,861 | 134.721428571429 | Yes | 
| init | 53 | 9,493 | 179.11320754717 | No | 
| connect | 17 | 70 | 4.11764705882353 | Yes | 
| Total | 165 | 19,287 | 
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-13-06-18-GC8JzU--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-13-06-18-GC8JzU--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.180 SIM10-13-06-18-GC8JzU–DV
2.2.180.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.180.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,716 | 70 | 70 | 201 | 2,127 | 
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 | 432 | 2.14925373134328 | No | 
| 2 | addItemToWork | 140 | 1,036 | 7.4 | No | 
| 3 | ownsWork | 70 | 1,236 | 17.6571428571429 | No | 
| 4 | init | 53 | 9,559 | 180.358490566038 | No | 
| 5 | searchAndConnect | 51 | 15,685 | 307.549019607843 | Yes | 
| 6 | getWorksItems | 38 | 62 | 1.63157894736842 | Yes | 
| 9 | cycleSearch | 2 | 140 | 70 | Yes | 
| 10 | getWorks | 2 | 163 | 81.5 | No | 
| 11 | Total | 98 | 16,540 | 
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-13-06-18-GC8JzU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.180.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-06-18-GC8JzU--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.181 SIM10-13-07-23-cqz9m4–CV
2.2.181.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 30 | 2 | 
2.2.181.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,346 | 120 | 120 | 50 | 5,756 | 
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 | 65,145 | 2.27144351464435 | No | 
| existsSimilarity | 28,680 | 64,464 | 2.24769874476987 | No | 
| similarityEdges | 28,680 | 63,444 | 2.21213389121339 | No | 
| connectAllSimilar | 240 | 65,410 | 272.541666666667 | Yes | 
| init | 53 | 8,984 | 169.509433962264 | No | 
| connect | 47 | 131 | 2.78723404255319 | Yes | 
| Total | 295 | 66,087 | 
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-13-07-23-cqz9m4--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-13-07-23-cqz9m4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.182 SIM10-13-07-23-cqz9m4–DV
2.2.182.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 30 | 2 | 
2.2.182.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,252 | 120 | 120 | 50 | 5,662 | 
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,762 | 7.34166666666667 | No | 
| 2 | ownsWork | 120 | 1,603 | 13.3583333333333 | No | 
| 3 | init | 53 | 9,095 | 171.603773584906 | No | 
| 4 | searchAndConnect | 51 | 26,550 | 520.588235294118 | Yes | 
| 5 | knowsAgent | 50 | 415 | 8.3 | No | 
| 6 | getWorksItems | 38 | 50 | 1.31578947368421 | Yes | 
| 9 | cycleSearch | 2 | 277 | 138.5 | Yes | 
| 10 | getWorks | 2 | 494 | 247 | No | 
| 11 | Total | 98 | 27,404 | 
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-13-07-23-cqz9m4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.182.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-23-cqz9m4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.183 SIM10-13-07-25-3msrMN–CV
2.2.183.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.183.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,142 | 120 | 120 | 201 | 5,703 | 
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 | 65,454 | 2.28221757322176 | No | 
| existsSimilarity | 28,680 | 64,836 | 2.26066945606695 | No | 
| similarityEdges | 28,680 | 63,752 | 2.22287308228731 | No | 
| connectAllSimilar | 240 | 65,765 | 274.020833333333 | Yes | 
| init | 53 | 9,029 | 170.358490566038 | No | 
| connect | 32 | 75 | 2.34375 | Yes | 
| Total | 280 | 66,252 | 
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-13-07-25-3msrMN--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-13-07-25-3msrMN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.184 SIM10-13-07-25-3msrMN–DV
2.2.184.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.184.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,078 | 120 | 120 | 201 | 5,639 | 
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 | 2,875 | 11.9791666666667 | No | 
| 2 | knowsAgent | 201 | 430 | 2.13930348258706 | No | 
| 3 | ownsWork | 120 | 2,641 | 22.0083333333333 | No | 
| 4 | init | 53 | 9,420 | 177.735849056604 | No | 
| 5 | searchAndConnect | 51 | 27,263 | 534.56862745098 | Yes | 
| 6 | getWorksItems | 38 | 53 | 1.39473684210526 | Yes | 
| 9 | cycleSearch | 2 | 129 | 64.5 | Yes | 
| 10 | getWorks | 2 | 546 | 273 | No | 
| 11 | Total | 98 | 27,943 | 
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-13-07-25-3msrMN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.184.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-25-3msrMN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.185 SIM10-13-05-15-ZVTXe5–CV
2.2.185.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 5 | 1 | 
2.2.185.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,806 | 70 | 70 | 50 | 2,066 | 
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 | 18,694 | 1.92127440904419 | No | 
| existsSimilarity | 9,730 | 17,531 | 1.80174717368962 | No | 
| similarityEdges | 9,730 | 17,249 | 1.77276464542652 | No | 
| connect | 395 | 974 | 2.46582278481013 | Yes | 
| connectAllSimilar | 140 | 18,813 | 134.378571428571 | Yes | 
| init | 53 | 8,862 | 167.207547169811 | No | 
| Total | 543 | 20,141 | 
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-13-05-15-ZVTXe5--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-13-05-15-ZVTXe5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.186 SIM10-13-05-15-ZVTXe5–DV
2.2.186.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 5 | 1 | 
2.2.186.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,016 | 70 | 70 | 50 | 1,276 | 
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 | 39,381 | 10.9391666666667 | Yes | 
| 3 | getWorks | 3,600 | 41,703 | 11.5841666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 114 | 0.0316666666666667 | Yes | 
| 6 | addItemToWork | 140 | 887 | 6.33571428571429 | No | 
| 7 | ownsWork | 70 | 733 | 10.4714285714286 | No | 
| 8 | init | 53 | 9,234 | 174.22641509434 | No | 
| 9 | searchAndConnect | 51 | 7,930 | 155.490196078431 | Yes | 
| 10 | knowsAgent | 50 | 173 | 3.46 | No | 
| 1 | Total | 14,451 | 171,790 | 
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-13-05-15-ZVTXe5--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-13-05-15-ZVTXe5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.187 SIM10-13-06-15-uaTzgj–CV
2.2.187.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.187.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,860 | 70 | 70 | 201 | 2,271 | 
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 | 18,658 | 1.91757451181912 | No | 
| existsSimilarity | 9,730 | 18,436 | 1.89475847893114 | No | 
| similarityEdges | 9,730 | 18,117 | 1.86197327852004 | No | 
| connectAllSimilar | 140 | 18,774 | 134.1 | Yes | 
| init | 53 | 9,389 | 177.150943396226 | No | 
| connect | 22 | 40 | 1.81818181818182 | Yes | 
| Total | 170 | 19,182 | 
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-13-06-15-uaTzgj--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-13-06-15-uaTzgj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.188 SIM10-13-06-15-uaTzgj–DV
2.2.188.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.188.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 70 | 1,816 | 70 | 70 | 201 | 2,227 | 
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 | 360 | 1.7910447761194 | No | 
| 2 | addItemToWork | 140 | 718 | 5.12857142857143 | No | 
| 3 | ownsWork | 70 | 729 | 10.4142857142857 | No | 
| 4 | init | 53 | 9,241 | 174.358490566038 | No | 
| 5 | searchAndConnect | 51 | 11,814 | 231.647058823529 | Yes | 
| 6 | getWorksItems | 38 | 63 | 1.65789473684211 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 0 | 0 | Yes | 
| 11 | Total | 97 | 12,057 | 
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-13-06-15-uaTzgj--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-13-06-15-uaTzgj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.189 SIM10-13-06-18-fiJxYE–CV
2.2.189.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 5 | 2 | 
2.2.189.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,058 | 120 | 120 | 50 | 5,468 | 
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 | 60,139 | 2.09689679218968 | No | 
| existsSimilarity | 28,680 | 57,599 | 2.00833333333333 | No | 
| similarityEdges | 28,680 | 56,659 | 1.97555788005579 | No | 
| connect | 876 | 2,002 | 2.28538812785388 | Yes | 
| connectAllSimilar | 240 | 60,396 | 251.65 | Yes | 
| init | 53 | 9,753 | 184.018867924528 | No | 
| Total | 1,124 | 62,860 | 
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-13-06-18-fiJxYE--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-13-06-18-fiJxYE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.190 SIM10-13-06-18-fiJxYE–DV
2.2.190.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 20 | 1 | 5 | 2 | 
2.2.190.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 3,306 | 120 | 120 | 50 | 3,716 | 
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 | 13,216 | 3.67111111111111 | Yes | 
| 3 | getWorks | 3,600 | 41,257 | 11.4602777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 75 | 0.0208333333333333 | Yes | 
| 6 | addItemToWork | 240 | 2,291 | 9.54583333333333 | No | 
| 7 | ownsWork | 120 | 1,803 | 15.025 | No | 
| 8 | init | 53 | 9,824 | 185.358490566038 | No | 
| 9 | searchAndConnect | 51 | 18,727 | 367.196078431373 | Yes | 
| 10 | knowsAgent | 50 | 208 | 4.16 | No | 
| 1 | Total | 14,451 | 46,652 | 
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-13-06-18-fiJxYE--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-13-06-18-fiJxYE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.191 SIM10-13-07-19-zgrbTn–CV
2.2.191.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.191.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,130 | 120 | 120 | 201 | 5,691 | 
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 | 59,492 | 2.07433751743375 | No | 
| existsSimilarity | 28,680 | 58,935 | 2.05491631799163 | No | 
| similarityEdges | 28,680 | 57,923 | 2.01963040446304 | No | 
| connectAllSimilar | 240 | 59,764 | 249.016666666667 | Yes | 
| init | 53 | 9,018 | 170.150943396226 | No | 
| connect | 51 | 101 | 1.98039215686275 | Yes | 
| Total | 299 | 60,266 | 
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-13-07-19-zgrbTn--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-13-07-19-zgrbTn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.192 SIM10-13-07-19-zgrbTn–DV
2.2.192.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.192.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 120 | 5,028 | 120 | 120 | 201 | 5,589 | 
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,307 | 5.44583333333333 | No | 
| 2 | knowsAgent | 201 | 472 | 2.34825870646766 | No | 
| 3 | ownsWork | 120 | 1,115 | 9.29166666666667 | No | 
| 4 | init | 53 | 10,101 | 190.584905660377 | No | 
| 5 | searchAndConnect | 51 | 26,827 | 526.019607843137 | Yes | 
| 6 | getWorksItems | 38 | 88 | 2.31578947368421 | Yes | 
| 9 | cycleSearch | 2 | 115 | 57.5 | Yes | 
| 10 | getWorks | 2 | 218 | 109 | No | 
| 11 | Total | 98 | 27,699 | 
2.2.192.8 Found structures
2.2.192.8.1 Cycles
Number of cycles found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-19-zgrbTn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.192.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-07-19-zgrbTn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.193 SIM10-13-02-01-PF3goV–CV
2.2.193.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 10 | 2 | 
2.2.193.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 4,126 | 105 | 105 | 50 | 4,491 | 
2.2.193.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.193.4 distribution of similarityEdgesByWeight

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

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

2.2.193.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 48,554 | 2.2125313283208 | No | 
| existsSimilarity | 21,945 | 47,969 | 2.18587377534746 | No | 
| similarityEdges | 21,945 | 47,030 | 2.14308498519025 | No | 
| connectAllSimilar | 210 | 48,820 | 232.47619047619 | Yes | 
| connect | 66 | 128 | 1.93939393939394 | Yes | 
| init | 53 | 8,917 | 168.245283018868 | No | 
| Total | 284 | 49,230 | 
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-13-02-01-PF3goV--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-13-02-01-PF3goV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.194 SIM10-13-02-01-PF3goV–DV
2.2.194.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 10 | 2 | 
2.2.194.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,994 | 105 | 105 | 50 | 4,359 | 
2.2.194.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
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 | 210 | 1,135 | 5.40476190476191 | No | 
| 2 | ownsWork | 105 | 845 | 8.04761904761905 | No | 
| 3 | init | 53 | 9,367 | 176.735849056604 | No | 
| 4 | searchAndConnect | 51 | 15,881 | 311.392156862745 | Yes | 
| 5 | knowsAgent | 50 | 83 | 1.66 | No | 
| 6 | getWorksItems | 8 | 11 | 1.375 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 4 | 4 | Yes | 
| 11 | Total | 67 | 16,114 | 
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-13-02-01-PF3goV--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-13-02-01-PF3goV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.195 SIM10-13-02-02-uBHuk6–CV
2.2.195.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.195.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,928 | 105 | 105 | 201 | 4,444 | 
2.2.195.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
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 | 21,945 | 47,961 | 2.18550922761449 | No | 
| existsSimilarity | 21,945 | 47,448 | 2.16213260423787 | No | 
| similarityEdges | 21,945 | 46,570 | 2.12212349054454 | No | 
| connectAllSimilar | 210 | 48,248 | 229.752380952381 | Yes | 
| init | 53 | 8,889 | 167.716981132075 | No | 
| connect | 35 | 69 | 1.97142857142857 | Yes | 
| Total | 253 | 48,587 | 
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-13-02-02-uBHuk6--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-13-02-02-uBHuk6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.196 SIM10-13-02-02-uBHuk6–DV
2.2.196.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 10 | 2 | 
2.2.196.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,858 | 105 | 105 | 201 | 4,374 | 
2.2.196.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
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 | addItemToWork | 210 | 1,157 | 5.50952380952381 | No | 
| 2 | knowsAgent | 201 | 295 | 1.46766169154229 | No | 
| 3 | ownsWork | 105 | 872 | 8.30476190476191 | No | 
| 4 | init | 53 | 9,065 | 171.037735849057 | No | 
| 5 | searchAndConnect | 51 | 19,773 | 387.705882352941 | Yes | 
| 6 | getWorksItems | 8 | 15 | 1.875 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 4 | 4 | Yes | 
| 11 | Total | 67 | 20,287 | 
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-13-02-02-uBHuk6--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-13-02-02-uBHuk6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.197 SIM10-13-12-57-VQzsdS–CV
2.2.197.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 10 | 1 | 
2.2.197.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,142 | 55 | 55 | 50 | 1,357 | 
2.2.197.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | 5,995 | 10,845 | 1.80900750625521 | No | 
| existsSimilarity | 5,995 | 10,674 | 1.78048373644704 | No | 
| similarityEdges | 5,995 | 10,463 | 1.74528773978315 | No | 
| connectAllSimilar | 110 | 10,902 | 99.1090909090909 | Yes | 
| init | 53 | 9,062 | 170.981132075472 | No | 
| connect | 11 | 35 | 3.18181818181818 | Yes | 
| Total | 129 | 11,347 | 
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-13-12-57-VQzsdS--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-13-12-57-VQzsdS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.198 SIM10-13-12-57-VQzsdS–DV
2.2.198.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 10 | 1 | 
2.2.198.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,120 | 55 | 55 | 50 | 1,335 | 
2.2.198.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | 110 | 601 | 5.46363636363636 | No | 
| 2 | ownsWork | 55 | 397 | 7.21818181818182 | No | 
| 3 | init | 53 | 8,980 | 169.433962264151 | No | 
| 4 | searchAndConnect | 51 | 6,507 | 127.588235294118 | Yes | 
| 5 | knowsAgent | 50 | 157 | 3.14 | No | 
| 6 | getWorksItems | 8 | 20 | 2.5 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 2 | 2 | Yes | 
| 11 | Total | 67 | 6,795 | 
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-13-12-57-VQzsdS--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-13-12-57-VQzsdS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.199 SIM10-13-12-58-G2HfzH–CV
2.2.199.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.199.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,218 | 55 | 55 | 201 | 1,584 | 
2.2.199.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | 5,995 | 10,665 | 1.7789824854045 | No | 
| existsSimilarity | 5,995 | 10,529 | 1.75629691409508 | No | 
| similarityEdges | 5,995 | 10,341 | 1.72493744787323 | No | 
| connectAllSimilar | 110 | 10,736 | 97.6 | Yes | 
| init | 53 | 8,762 | 165.320754716981 | No | 
| connect | 13 | 31 | 2.38461538461538 | Yes | 
| Total | 131 | 11,012 | 
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-13-12-58-G2HfzH--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-13-12-58-G2HfzH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.200 SIM10-13-12-58-G2HfzH–DV
2.2.200.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 10 | 1 | 
2.2.200.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,192 | 55 | 55 | 201 | 1,558 | 
2.2.200.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | knowsAgent | 201 | 314 | 1.56218905472637 | No | 
| 2 | addItemToWork | 110 | 574 | 5.21818181818182 | No | 
| 3 | ownsWork | 55 | 446 | 8.10909090909091 | No | 
| 4 | init | 53 | 9,146 | 172.566037735849 | No | 
| 5 | searchAndConnect | 51 | 7,326 | 143.647058823529 | Yes | 
| 6 | getWorksItems | 8 | 16 | 2 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 3 | 3 | Yes | 
| 11 | Total | 67 | 7,442 | 
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-13-12-58-G2HfzH--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-13-12-58-G2HfzH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.201 SIM10-13-02-03-3vnohZ–CV
2.2.201.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 30 | 2 | 
2.2.201.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 4,242 | 105 | 105 | 50 | 4,607 | 
2.2.201.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.201.4 distribution of similarityEdgesByWeight

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

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

2.2.201.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 46,761 | 2.13082706766917 | No | 
| existsSimilarity | 21,945 | 46,235 | 2.10685805422648 | No | 
| similarityEdges | 21,945 | 45,382 | 2.06798815219868 | No | 
| connectAllSimilar | 210 | 46,995 | 223.785714285714 | Yes | 
| init | 53 | 8,852 | 167.018867924528 | No | 
| connect | 44 | 92 | 2.09090909090909 | Yes | 
| Total | 262 | 47,406 | 
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-13-02-03-3vnohZ--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-13-02-03-3vnohZ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.202 SIM10-13-02-03-3vnohZ–DV
2.2.202.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 30 | 2 | 
2.2.202.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 4,154 | 105 | 105 | 50 | 4,519 | 
2.2.202.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.202.4 distribution of similarityEdgesByWeight

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

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

2.2.202.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,302 | 6.2 | No | 
| 2 | ownsWork | 105 | 883 | 8.40952380952381 | No | 
| 3 | init | 53 | 8,993 | 169.679245283019 | No | 
| 4 | searchAndConnect | 51 | 20,214 | 396.352941176471 | Yes | 
| 5 | knowsAgent | 50 | 219 | 4.38 | No | 
| 6 | getWorksItems | 8 | 19 | 2.375 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 4 | 4 | Yes | 
| 11 | Total | 67 | 20,537 | 
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-13-02-03-3vnohZ--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-13-02-03-3vnohZ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.203 SIM10-13-02-04-XEVVCI–CV
2.2.203.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.203.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,974 | 105 | 105 | 201 | 4,490 | 
2.2.203.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
2.2.203.4 distribution of similarityEdgesByWeight

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

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

2.2.203.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 21,945 | 43,803 | 1.99603554340396 | No | 
| existsSimilarity | 21,945 | 43,241 | 1.97042606516291 | No | 
| similarityEdges | 21,945 | 42,396 | 1.93192071086808 | No | 
| connectAllSimilar | 210 | 44,036 | 209.695238095238 | Yes | 
| init | 53 | 8,219 | 155.075471698113 | No | 
| connect | 44 | 134 | 3.04545454545455 | Yes | 
| Total | 262 | 44,348 | 
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-13-02-04-XEVVCI--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-13-02-04-XEVVCI--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.204 SIM10-13-02-04-XEVVCI–DV
2.2.204.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 30 | 2 | 
2.2.204.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,886 | 105 | 105 | 201 | 4,402 | 
2.2.204.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
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 | 210 | 1,277 | 6.08095238095238 | No | 
| 2 | knowsAgent | 201 | 514 | 2.55721393034826 | No | 
| 3 | ownsWork | 105 | 719 | 6.84761904761905 | No | 
| 4 | init | 53 | 8,996 | 169.735849056604 | No | 
| 5 | searchAndConnect | 51 | 22,165 | 434.607843137255 | Yes | 
| 6 | getWorksItems | 8 | 22 | 2.75 | Yes | 
| 9 | cycleSearch | 2 | 31 | 15.5 | Yes | 
| 10 | getWorks | 2 | 281 | 140.5 | No | 
| 11 | Total | 68 | 22,507 | 
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-13-02-04-XEVVCI--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.204.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-04-XEVVCI--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.205 SIM10-13-12-58-69ws7g–CV
2.2.205.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.205.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,174 | 55 | 55 | 201 | 1,540 | 
2.2.205.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | 5,995 | 11,935 | 1.99082568807339 | No | 
| existsSimilarity | 5,995 | 11,771 | 1.96346955796497 | No | 
| similarityEdges | 5,995 | 11,572 | 1.9302752293578 | No | 
| connectAllSimilar | 110 | 12,004 | 109.127272727273 | Yes | 
| init | 53 | 8,930 | 168.490566037736 | No | 
| connect | 16 | 25 | 1.5625 | Yes | 
| Total | 134 | 12,167 | 
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-13-12-58-69ws7g--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-13-12-58-69ws7g--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.206 SIM10-13-12-58-69ws7g–DV
2.2.206.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 30 | 1 | 
2.2.206.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,142 | 55 | 55 | 201 | 1,508 | 
2.2.206.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | knowsAgent | 201 | 314 | 1.56218905472637 | No | 
| 2 | addItemToWork | 110 | 607 | 5.51818181818182 | No | 
| 3 | ownsWork | 55 | 393 | 7.14545454545455 | No | 
| 4 | init | 53 | 8,955 | 168.962264150943 | No | 
| 5 | searchAndConnect | 51 | 6,768 | 132.705882352941 | Yes | 
| 6 | getWorksItems | 8 | 17 | 2.125 | Yes | 
| 9 | cycleSearch | 2 | 15 | 7.5 | Yes | 
| 10 | getWorks | 2 | 44 | 22 | No | 
| 11 | Total | 68 | 6,976 | 
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-13-12-58-69ws7g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.206.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-58-69ws7g--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.207 SIM10-13-12-58-JPL73N–CV
2.2.207.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 30 | 1 | 
2.2.207.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,118 | 55 | 55 | 50 | 1,333 | 
2.2.207.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | 5,995 | 11,336 | 1.89090909090909 | No | 
| existsSimilarity | 5,995 | 11,191 | 1.86672226855713 | No | 
| similarityEdges | 5,995 | 10,978 | 1.83119266055046 | No | 
| connectAllSimilar | 110 | 11,399 | 103.627272727273 | Yes | 
| init | 53 | 8,760 | 165.283018867925 | No | 
| connect | 10 | 17 | 1.7 | Yes | 
| Total | 128 | 11,602 | 
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-13-12-58-JPL73N--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-13-12-58-JPL73N--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.208 SIM10-13-12-58-JPL73N–DV
2.2.208.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 30 | 1 | 
2.2.208.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,098 | 55 | 55 | 50 | 1,313 | 
2.2.208.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | 110 | 463 | 4.20909090909091 | No | 
| 2 | ownsWork | 55 | 392 | 7.12727272727273 | No | 
| 3 | init | 53 | 8,870 | 167.358490566038 | No | 
| 4 | searchAndConnect | 51 | 6,253 | 122.607843137255 | Yes | 
| 5 | knowsAgent | 50 | 93 | 1.86 | No | 
| 6 | getWorksItems | 8 | 17 | 2.125 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 17 | 17 | Yes | 
| 11 | Total | 67 | 6,495 | 
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-13-12-58-JPL73N--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-13-12-58-JPL73N--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.209 SIM10-13-02-00-Yik2jB–CV
2.2.209.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.209.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 4,218 | 105 | 105 | 201 | 4,734 | 
2.2.209.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
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 | 21,945 | 47,336 | 2.1570289359763 | No | 
| existsSimilarity | 21,945 | 46,822 | 2.13360674413306 | No | 
| similarityEdges | 21,945 | 45,942 | 2.09350649350649 | No | 
| connectAllSimilar | 210 | 47,568 | 226.514285714286 | Yes | 
| init | 53 | 9,223 | 174.018867924528 | No | 
| connect | 44 | 88 | 2 | Yes | 
| Total | 262 | 47,840 | 
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-13-02-00-Yik2jB--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-13-02-00-Yik2jB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.210 SIM10-13-02-00-Yik2jB–DV
2.2.210.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 5 | 2 | 
2.2.210.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 4,130 | 105 | 105 | 201 | 4,646 | 
2.2.210.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 210 | 105 | 366 | 
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 | |
|---|---|---|---|---|---|
| 1 | addItemToWork | 210 | 1,661 | 7.90952380952381 | No | 
| 2 | knowsAgent | 201 | 329 | 1.63681592039801 | No | 
| 3 | ownsWork | 105 | 1,125 | 10.7142857142857 | No | 
| 4 | init | 53 | 9,227 | 174.094339622642 | No | 
| 5 | searchAndConnect | 51 | 23,088 | 452.705882352941 | Yes | 
| 6 | getWorksItems | 8 | 31 | 3.875 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 7 | 7 | Yes | 
| 11 | Total | 67 | 23,623 | 
2.2.210.8 Found structures
2.2.210.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-00-Yik2jB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.210.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-02-00-Yik2jB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.211 SIM10-13-12-56-bmib3J–CV
2.2.211.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 5 | 1 | 
2.2.211.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,002 | 55 | 55 | 50 | 1,217 | 
2.2.211.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
2.2.211.4 distribution of similarityEdgesByWeight

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

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

2.2.211.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 5,995 | 10,992 | 1.83352793994996 | No | 
| existsSimilarity | 5,995 | 10,343 | 1.72527105921601 | No | 
| similarityEdges | 5,995 | 10,102 | 1.68507089241034 | No | 
| connect | 199 | 442 | 2.22110552763819 | Yes | 
| connectAllSimilar | 110 | 11,094 | 100.854545454545 | Yes | 
| init | 53 | 8,838 | 166.754716981132 | No | 
| Total | 317 | 11,696 | 
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-13-12-56-bmib3J--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-13-12-56-bmib3J--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.212 SIM10-13-12-56-bmib3J–DV
2.2.212.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 5 | 1 | 
2.2.212.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 604 | 55 | 55 | 50 | 819 | 
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 | addItemToWork | 110 | 1,298 | 11.8 | No | 
| 2 | ownsWork | 55 | 483 | 8.78181818181818 | No | 
| 3 | init | 53 | 10,324 | 194.792452830189 | No | 
| 4 | searchAndConnect | 51 | 7,354 | 144.196078431373 | Yes | 
| 5 | knowsAgent | 50 | 155 | 3.1 | No | 
| 6 | getWorksItems | 8 | 30 | 3.75 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 29 | 29 | Yes | 
| 11 | Total | 67 | 7,660 | 
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-13-12-56-bmib3J--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-13-12-56-bmib3J--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.213 SIM10-13-12-57-Mqqt3Q–CV
2.2.213.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.213.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,140 | 55 | 55 | 201 | 1,506 | 
2.2.213.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | 5,995 | 11,419 | 1.9047539616347 | No | 
| existsSimilarity | 5,995 | 11,282 | 1.88190158465388 | No | 
| similarityEdges | 5,995 | 11,043 | 1.84203502919099 | No | 
| connectAllSimilar | 110 | 11,506 | 104.6 | Yes | 
| init | 53 | 8,956 | 168.981132075472 | No | 
| connect | 12 | 20 | 1.66666666666667 | Yes | 
| Total | 130 | 11,738 | 
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-13-12-57-Mqqt3Q--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-13-12-57-Mqqt3Q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.214 SIM10-13-12-57-Mqqt3Q–DV
2.2.214.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | smallWorld | 5 | 1 | 5 | 1 | 
2.2.214.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 55 | 1,116 | 55 | 55 | 201 | 1,482 | 
2.2.214.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 51 | 110 | 55 | 216 | 
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 | knowsAgent | 201 | 330 | 1.64179104477612 | No | 
| 2 | addItemToWork | 110 | 493 | 4.48181818181818 | No | 
| 3 | ownsWork | 55 | 252 | 4.58181818181818 | No | 
| 4 | init | 53 | 8,862 | 167.207547169811 | No | 
| 5 | searchAndConnect | 51 | 7,230 | 141.764705882353 | Yes | 
| 6 | getWorksItems | 8 | 13 | 1.625 | Yes | 
| 8 | addChainToNetwork | 1 | 0 | 0 | Yes | 
| 9 | addRandomWorksToAgents | 1 | 34 | 34 | Yes | 
| 11 | Total | 67 | 7,443 | 
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-13-12-57-Mqqt3Q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.214.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-57-Mqqt3Q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.215 SIM10-13-12-59-VF5x6b–CV
2.2.215.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 5 | 2 | 
2.2.215.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 3,930 | 105 | 105 | 50 | 4,295 | 
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 | 46,253 | 2.10767828662566 | No | 
| existsSimilarity | 21,945 | 44,589 | 2.03185235816815 | No | 
| similarityEdges | 21,945 | 43,731 | 1.99275461380725 | No | 
| connect | 477 | 1,182 | 2.47798742138365 | Yes | 
| connectAllSimilar | 210 | 46,490 | 221.380952380952 | Yes | 
| init | 53 | 8,983 | 169.490566037736 | No | 
| Total | 695 | 47,983 | 
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-13-12-59-VF5x6b--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-13-12-59-VF5x6b--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.216 SIM10-13-12-59-VF5x6b–DV
2.2.216.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 50 | 0.96 | random | 5 | 1 | 5 | 2 | 
2.2.216.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 105 | 2,976 | 105 | 105 | 50 | 3,341 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 18,992 | 5.27555555555556 | Yes | 
| 3 | getWorks | 3,600 | 36,591 | 10.1641666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 164 | 0.0455555555555556 | Yes | 
| 6 | addItemToWork | 210 | 1,261 | 6.0047619047619 | No | 
| 7 | ownsWork | 105 | 959 | 9.13333333333333 | No | 
| 8 | init | 53 | 9,056 | 170.867924528302 | No | 
| 9 | searchAndConnect | 51 | 13,031 | 255.509803921569 | Yes | 
| 10 | knowsAgent | 50 | 85 | 1.7 | No | 
| 1 | Total | 14,451 | 54,768 | 
2.2.216.8 Found structures
2.2.216.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-59-VF5x6b--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.216.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-13-12-59-VF5x6b--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.3 Scatterplots of experiment












