2 Experiment 1
agentNumbers=[400] : chainLengths=[10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.9] : graphTypes=[random, smallWorld]; rest of simulations with 400 agents…
2.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-02-01-04-YQvrhC | 
| agentNumbers | 400 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.9 | 
| graphTypes | random, smallWorld | 
| chainLengths | 10, 20 | 
2.2 Descriptive analysis of each simulation
2.2.1 SIM10-02-01-39-IR9iPP–CV
2.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 518,510 | 810 | 810 | 2,401 | 523,341 | 
2.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 504,305 | 3,596,366 | 7.13133123804047 | No | 
| existsSimilarity | 504,305 | 3,583,164 | 7.10515263580571 | No | 
| similarityEdges | 504,305 | 3,503,216 | 6.94662158812623 | No | 
| init | 403 | 19,373 | 48.0719602977668 | No | 
| connectAllSimilar | 349 | 3,601,954 | 10320.7851002865 | Yes | 
| connect | 292 | 560 | 1.91780821917808 | Yes | 
| cycleSearch | 36 | 855 | 23.75 | Yes | 
| getWorks | 35 | 68 | 1.94285714285714 | Yes | 
| Total | 718 | 3,607,777 | 
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-02-01-39-IR9iPP--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-02-01-39-IR9iPP--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.2 SIM10-02-01-39-IR9iPP–DV
2.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 10 | 2 | 
2.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 517,926 | 810 | 810 | 2,401 | 522,757 | 
2.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,231 | 1.34568929612661 | No | 
| addItemToWork | 1,620 | 13,510 | 8.33950617283951 | No | 
| ownsWork | 810 | 6,906 | 8.52592592592593 | No | 
| init | 403 | 19,648 | 48.7543424317618 | No | 
| searchAndConnect | 401 | 4,917,565 | 12263.2543640898 | Yes | 
| individualCycleSearch | 140 | 0 | 0 | Yes | 
| getWorks | 106 | 10,178 | 96.0188679245283 | No | 
| cycleSearch | 105 | 13,117 | 124.92380952381 | Yes | 
| Total | 794 | 4,943,528 | 
2.2.2.8 Found structures
2.2.2.8.1 Cycles
Number of cycles found: 74
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-01-39-IR9iPP--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-02-01-39-IR9iPP--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.3 SIM10-02-03-48-LxzJkT–CV
2.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 10 | 1 | 
2.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 132,564 | 410 | 410 | 400 | 134,194 | 
2.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 
|---|---|---|---|---|
| similarityEdges | 341,713 | 1,310,639 | 3.83549645462713 | No | 
| existsSimilarity | 341,679 | 1,341,990 | 3.92763383175437 | No | 
| connectIfSimilar | 341,672 | 1,375,615 | 4.02612739703575 | No | 
| connect | 14,365 | 25,108 | 1.74785938043857 | Yes | 
| connectAllSimilar | 836 | 1,390,632 | 1663.43540669856 | Yes | 
| init | 403 | 17,917 | 44.4590570719603 | No | 
| Total | 15,209 | 1,417,059 | 
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-02-03-48-LxzJkT--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-02-03-48-LxzJkT--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4 SIM10-02-03-48-LxzJkT–DV
2.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 10 | 1 | 
2.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 104,248 | 410 | 410 | 400 | 105,878 | 
2.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 32,604 | 9.05666666666667 | Yes | 
| 3 | getWorks | 3,600 | 10,700 | 2.97222222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 61 | 0.0169444444444444 | Yes | 
| 6 | addItemToWork | 820 | 8,153 | 9.94268292682927 | No | 
| 7 | ownsWork | 410 | 3,751 | 9.14878048780488 | No | 
| 8 | init | 403 | 18,446 | 45.7717121588089 | No | 
| 9 | searchAndConnect | 401 | 759,550 | 1894.13965087282 | Yes | 
| 10 | knowsAgent | 400 | 754 | 1.885 | No | 
| 1 | Total | 14,801 | 904,468 | 
2.2.4.8 Found structures
2.2.4.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-03-48-LxzJkT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.4.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-03-48-LxzJkT--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.5 SIM10-02-05-11-dAcGMA–CV
2.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 134,510 | 410 | 410 | 2,401 | 138,141 | 
2.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 335,790 | 1,475,111 | 4.39295690759105 | No | 
| existsSimilarity | 335,790 | 1,466,090 | 4.36609190267727 | No | 
| similarityEdges | 335,790 | 1,429,435 | 4.256931415468 | No | 
| connectAllSimilar | 820 | 1,479,074 | 1803.7487804878 | Yes | 
| init | 403 | 18,643 | 46.2605459057072 | No | 
| connect | 257 | 475 | 1.84824902723735 | Yes | 
| Total | 1,085 | 1,480,996 | 
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-02-05-11-dAcGMA--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-02-05-11-dAcGMA--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6 SIM10-02-05-11-dAcGMA–DV
2.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 10 | 1 | 
2.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 133,970 | 410 | 410 | 2,401 | 137,601 | 
2.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.6.4 distribution of similarityEdgesByWeight

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

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

2.2.6.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,383 | 1.40899625156185 | No | 
| addItemToWork | 820 | 6,351 | 7.74512195121951 | No | 
| ownsWork | 410 | 3,173 | 7.7390243902439 | No | 
| init | 403 | 18,202 | 45.166253101737 | No | 
| searchAndConnect | 401 | 1,094,912 | 2730.45386533666 | Yes | 
| cycleSearch | 30 | 5,197 | 173.233333333333 | Yes | 
| getWorks | 30 | 2,463 | 82.1 | No | 
| individualCycleSearch | 30 | 1 | 0.0333333333333333 | Yes | 
| Total | 507 | 1,104,080 | 
2.2.6.8 Found structures
2.2.6.8.1 Cycles
Number of cycles found: 23
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-05-11-dAcGMA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.6.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-05-11-dAcGMA--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7 SIM10-02-10-38-CQxJBr–CV
2.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 10 | 2 | 
2.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 442,712 | 810 | 810 | 400 | 445,542 | 
2.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 537,000 | 3,597,762 | 6.69974301675978 | No | 
| 2 | existsSimilarity | 537,000 | 3,532,299 | 6.57783798882682 | No | 
| 3 | similarityEdges | 537,000 | 3,452,431 | 6.42910800744879 | No | 
| 4 | connect | 27,136 | 51,305 | 1.89066185141509 | Yes | 
| 6 | cycleSearch | 3,600 | 171,985 | 47.7736111111111 | Yes | 
| 7 | getWorks | 3,600 | 24,541 | 6.81694444444444 | Yes | 
| 8 | individualCycleSearch | 3,600 | 138 | 0.0383333333333333 | Yes | 
| 10 | init | 403 | 18,662 | 46.3076923076923 | No | 
| 11 | Total | 45,136 | 668,869 | 
2.2.7.8 Found structures
2.2.7.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-10-38-CQxJBr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.7.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-10-38-CQxJBr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8 SIM10-02-10-38-CQxJBr–DV
2.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 10 | 2 | 
2.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 388,440 | 810 | 810 | 400 | 391,270 | 
2.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
2.2.8.4 distribution of similarityEdgesByWeight

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

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

2.2.8.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 146,727 | 40.7575 | Yes | 
| 3 | getWorks | 3,600 | 40,167 | 11.1575 | No | 
| 4 | individualCycleSearch | 3,600 | 143 | 0.0397222222222222 | Yes | 
| 6 | addItemToWork | 1,620 | 10,469 | 6.46234567901235 | No | 
| 7 | ownsWork | 810 | 5,304 | 6.54814814814815 | No | 
| 8 | init | 403 | 19,777 | 49.0744416873449 | No | 
| 9 | searchAndConnect | 401 | 2,736,992 | 6825.41645885287 | Yes | 
| 10 | knowsAgent | 400 | 665 | 1.6625 | No | 
| 1 | Total | 14,801 | 3,217,164 | 
2.2.8.8 Found structures
2.2.8.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-10-38-CQxJBr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.8.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-10-38-CQxJBr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.9 SIM10-02-02-42-iM5BCt–CV
2.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 30 | 2 | 
2.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 516,418 | 810 | 810 | 400 | 519,248 | 
2.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 500,489 | 3,597,760 | 7.18848965711534 | No | 
| existsSimilarity | 500,489 | 3,584,436 | 7.16186769339586 | No | 
| similarityEdges | 500,489 | 3,502,733 | 6.99862134832134 | No | 
| init | 403 | 20,190 | 50.0992555831265 | No | 
| connectAllSimilar | 346 | 3,603,404 | 10414.4624277457 | Yes | 
| connect | 304 | 588 | 1.93421052631579 | Yes | 
| cycleSearch | 18 | 396 | 22 | Yes | 
| getWorks | 18 | 42 | 2.33333333333333 | Yes | 
| Total | 692 | 3,609,010 | 
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-02-02-42-iM5BCt--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-02-02-42-iM5BCt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10 SIM10-02-02-42-iM5BCt–DV
2.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 30 | 2 | 
2.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 515,716 | 810 | 810 | 400 | 518,546 | 
2.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 
|---|---|---|---|---|
| addItemToWork | 1,620 | 14,589 | 9.00555555555556 | No | 
| ownsWork | 810 | 6,832 | 8.43456790123457 | No | 
| init | 403 | 19,859 | 49.2779156327543 | No | 
| searchAndConnect | 401 | 4,060,761 | 10126.5860349127 | Yes | 
| knowsAgent | 400 | 666 | 1.665 | No | 
| individualCycleSearch | 112 | 1 | 0.00892857142857143 | Yes | 
| cycleSearch | 95 | 59,396 | 625.221052631579 | Yes | 
| getWorks | 95 | 19,677 | 207.126315789474 | No | 
| Total | 724 | 4,175,678 | 
2.2.10.8 Found structures
2.2.10.8.1 Cycles
Number of cycles found: 54
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-02-42-iM5BCt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.10.8.2 Paths
Number of paths found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-02-42-iM5BCt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.11 SIM10-02-03-45-5ucKC6–CV
2.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 518,874 | 810 | 810 | 2,401 | 523,705 | 
2.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 500,489 | 3,599,395 | 7.19175646217999 | No | 
| existsSimilarity | 500,489 | 3,586,198 | 7.16538825029122 | No | 
| similarityEdges | 500,489 | 3,505,152 | 7.00345462138029 | No | 
| init | 403 | 20,806 | 51.6277915632754 | No | 
| connectAllSimilar | 346 | 3,605,104 | 10419.3757225434 | Yes | 
| connect | 285 | 605 | 2.12280701754386 | Yes | 
| cycleSearch | 30 | 704 | 23.4666666666667 | Yes | 
| getWorks | 29 | 56 | 1.93103448275862 | Yes | 
| Total | 696 | 3,610,867 | 
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-02-03-45-5ucKC6--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-02-03-45-5ucKC6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12 SIM10-02-03-45-5ucKC6–DV
2.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 30 | 2 | 
2.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 518,275 | 810 | 810 | 2,401 | 523,106 | 
2.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,449 | 1.43648479800083 | No | 
| addItemToWork | 1,620 | 9,620 | 5.93827160493827 | No | 
| ownsWork | 810 | 4,988 | 6.15802469135802 | No | 
| init | 403 | 20,244 | 50.2332506203474 | No | 
| searchAndConnect | 401 | 4,180,186 | 10424.4039900249 | Yes | 
| individualCycleSearch | 113 | 2 | 0.0176991150442478 | Yes | 
| getWorks | 85 | 25,581 | 300.952941176471 | No | 
| cycleSearch | 84 | 61,907 | 736.988095238095 | Yes | 
| Total | 700 | 4,303,155 | 
2.2.12.8 Found structures
2.2.12.8.1 Cycles
Number of cycles found: 47
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-03-45-5ucKC6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.12.8.2 Paths
Number of paths found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-03-45-5ucKC6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.13 SIM10-02-05-37-LiwHoJ–CV
2.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 30 | 1 | 
2.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 131,708 | 410 | 410 | 400 | 133,338 | 
2.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 
|---|---|---|---|---|
| existsSimilarity | 336,473 | 1,603,463 | 4.76550272978813 | No | 
| connectIfSimilar | 336,472 | 1,613,786 | 4.7961970089636 | No | 
| similarityEdges | 336,472 | 1,558,464 | 4.63177916736014 | No | 
| connectAllSimilar | 821 | 1,618,528 | 1971.41047503045 | Yes | 
| init | 403 | 21,279 | 52.8014888337469 | No | 
| connect | 251 | 462 | 1.8406374501992 | Yes | 
| Total | 1,080 | 1,620,406 | 
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-02-05-37-LiwHoJ--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-02-05-37-LiwHoJ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14 SIM10-02-05-37-LiwHoJ–DV
2.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 30 | 1 | 
2.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 131,206 | 410 | 410 | 400 | 132,836 | 
2.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.14.4 distribution of similarityEdgesByWeight

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

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

2.2.14.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 820 | 6,918 | 8.43658536585366 | No | 
| ownsWork | 410 | 3,967 | 9.67560975609756 | No | 
| init | 403 | 21,768 | 54.014888337469 | No | 
| searchAndConnect | 401 | 1,192,051 | 2972.6957605985 | Yes | 
| knowsAgent | 400 | 799 | 1.9975 | No | 
| cycleSearch | 33 | 5,433 | 164.636363636364 | Yes | 
| getWorks | 33 | 2,795 | 84.6969696969697 | No | 
| individualCycleSearch | 33 | 0 | 0 | Yes | 
| Total | 517 | 1,203,217 | 
2.2.14.8 Found structures
2.2.14.8.1 Cycles
Number of cycles found: 25
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-05-37-LiwHoJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.14.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-05-37-LiwHoJ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.15 SIM10-02-06-06-PQ6qr9–CV
2.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 130,434 | 410 | 410 | 2,401 | 134,065 | 
2.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 335,790 | 1,589,990 | 4.73507251556032 | No | 
| existsSimilarity | 335,790 | 1,579,716 | 4.70447601179309 | No | 
| similarityEdges | 335,790 | 1,536,065 | 4.57448107448107 | No | 
| connectAllSimilar | 820 | 1,594,298 | 1944.26585365854 | Yes | 
| init | 403 | 23,009 | 57.0942928039702 | No | 
| connect | 228 | 415 | 1.82017543859649 | Yes | 
| cycleSearch | 18 | 967 | 53.7222222222222 | Yes | 
| getWorks | 17 | 91 | 5.35294117647059 | Yes | 
| searchAndConnect | 8 | 34,767 | 4345.875 | Yes | 
| Total | 1,096 | 1,631,361 | 
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-02-06-06-PQ6qr9--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-02-06-06-PQ6qr9--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.16 SIM10-02-06-06-PQ6qr9–DV
2.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 30 | 1 | 
2.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 129,977 | 410 | 410 | 2,401 | 133,608 | 
2.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.16.4 distribution of similarityEdgesByWeight

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

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

2.2.16.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,660 | 1.52436484798001 | No | 
| addItemToWork | 820 | 6,623 | 8.07682926829268 | No | 
| ownsWork | 410 | 3,429 | 8.36341463414634 | No | 
| init | 403 | 22,521 | 55.8833746898263 | No | 
| searchAndConnect | 393 | 1,260,413 | 3207.15776081425 | Yes | 
| individualCycleSearch | 22 | 1 | 0.0454545454545455 | Yes | 
| getWorksItems | 18 | 30 | 1.66666666666667 | Yes | 
| getWorks | 6 | 8,422 | 1403.66666666667 | No | 
| cycleSearch | 5 | 9,412 | 1882.4 | Yes | 
| Total | 443 | 1,274,736 | 
2.2.16.8 Found structures
2.2.16.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-06-06-PQ6qr9--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-02-06-06-PQ6qr9--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.17 SIM10-02-01-04-4zy2i7–CV
2.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 5 | 1 | 
2.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 126,482 | 410 | 410 | 400 | 128,112 | 
2.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 335,790 | 1,161,956 | 3.4603651091456 | No | 
| existsSimilarity | 335,790 | 1,058,553 | 3.15242562315733 | No | 
| similarityEdges | 335,790 | 1,033,383 | 3.07746806039489 | No | 
| connect | 55,519 | 94,223 | 1.6971307120085 | Yes | 
| connectAllSimilar | 820 | 1,166,434 | 1422.48048780488 | Yes | 
| init | 403 | 18,261 | 45.3126550868486 | No | 
| Total | 56,347 | 1,261,987 | 
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-02-01-04-4zy2i7--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-02-01-04-4zy2i7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18 SIM10-02-01-04-4zy2i7–DV
2.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 5 | 1 | 
2.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 15,444 | 410 | 410 | 400 | 17,074 | 
2.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
2.2.18.4 distribution of similarityEdgesByWeight

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

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

2.2.18.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 10,580 | 2.93888888888889 | Yes | 
| 3 | getWorks | 3,600 | 9,870 | 2.74166666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 120 | 0.0333333333333333 | Yes | 
| 6 | addItemToWork | 820 | 23,140 | 28.219512195122 | No | 
| 7 | ownsWork | 410 | 11,619 | 28.3390243902439 | No | 
| 8 | init | 403 | 22,196 | 55.0769230769231 | No | 
| 9 | searchAndConnect | 401 | 184,736 | 460.688279301746 | Yes | 
| 10 | knowsAgent | 400 | 2,112 | 5.28 | No | 
| 1 | Total | 14,801 | 206,839 | 
2.2.18.8 Found structures
2.2.18.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-01-04-4zy2i7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.18.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-01-04-4zy2i7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.19 SIM10-02-02-24-sbKqxn–CV
2.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 134,648 | 410 | 410 | 2,401 | 138,279 | 
2.2.19.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 335,790 | 1,418,904 | 4.22556955239882 | No | 
| existsSimilarity | 335,790 | 1,406,814 | 4.18956490663808 | No | 
| similarityEdges | 335,790 | 1,372,413 | 4.08711694809256 | No | 
| connect | 2,107 | 3,818 | 1.81205505457997 | Yes | 
| connectAllSimilar | 820 | 1,422,694 | 1734.99268292683 | Yes | 
| init | 403 | 17,945 | 44.5285359801489 | No | 
| Total | 2,935 | 1,427,899 | 
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-02-02-24-sbKqxn--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-02-02-24-sbKqxn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.20 SIM10-02-02-24-sbKqxn–DV
2.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 5 | 1 | 
2.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 410 | 130,434 | 410 | 410 | 2,401 | 134,065 | 
2.2.20.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 820 | 410 | 1,631 | 
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 | 15,331 | 4.25861111111111 | Yes | 
| 3 | getWorks | 3,600 | 13,073 | 3.63138888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 69 | 0.0191666666666667 | Yes | 
| 6 | knowsAgent | 2,401 | 3,542 | 1.47521865889213 | No | 
| 7 | addItemToWork | 820 | 11,026 | 13.4463414634146 | No | 
| 8 | ownsWork | 410 | 5,353 | 13.0560975609756 | No | 
| 9 | init | 403 | 18,552 | 46.0347394540943 | No | 
| 10 | searchAndConnect | 401 | 992,581 | 2475.26433915212 | Yes | 
| 1 | Total | 14,801 | 1,023,764 | 
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-02-02-24-sbKqxn--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-02-02-24-sbKqxn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21 SIM10-02-06-34-yYa3LV–CV
2.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 5 | 2 | 
2.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 266,982 | 810 | 810 | 400 | 269,812 | 
2.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 619,314 | 3,596,250 | 5.80682820023445 | No | 
| 2 | existsSimilarity | 619,314 | 3,380,322 | 5.45817146068069 | No | 
| 3 | similarityEdges | 619,314 | 3,289,288 | 5.31117978925069 | No | 
| 4 | connect | 103,231 | 193,183 | 1.87136615939011 | Yes | 
| 6 | cycleSearch | 3,600 | 15,680 | 4.35555555555556 | Yes | 
| 7 | getWorks | 3,600 | 8,854 | 2.45944444444444 | Yes | 
| 8 | individualCycleSearch | 3,600 | 78 | 0.0216666666666667 | Yes | 
| 10 | connectAllSimilar | 443 | 3,606,485 | 8141.04966139955 | Yes | 
| 11 | Total | 121,674 | 3,878,712 | 
2.2.21.8 Found structures
2.2.21.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-06-34-yYa3LV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.21.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-06-34-yYa3LV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22 SIM10-02-06-34-yYa3LV–DV
2.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 10 | 1 | 5 | 2 | 
2.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 60,520 | 810 | 810 | 400 | 63,350 | 
2.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
2.2.22.4 distribution of similarityEdgesByWeight

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

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

2.2.22.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 13,374 | 3.715 | Yes | 
| 3 | getWorks | 3,600 | 8,257 | 2.29361111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 70 | 0.0194444444444444 | Yes | 
| 6 | addItemToWork | 1,620 | 16,536 | 10.2074074074074 | No | 
| 7 | ownsWork | 810 | 8,367 | 10.3296296296296 | No | 
| 8 | init | 403 | 22,262 | 55.2406947890819 | No | 
| 9 | searchAndConnect | 401 | 385,608 | 961.615960099751 | Yes | 
| 10 | knowsAgent | 400 | 733 | 1.8325 | No | 
| 1 | Total | 14,801 | 451,742 | 
2.2.22.8 Found structures
2.2.22.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-06-34-yYa3LV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.22.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-06-34-yYa3LV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.23 SIM10-02-09-34-aZiA9M–CV
2.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 507,864 | 810 | 810 | 2,401 | 512,695 | 
2.2.23.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 473,525 | 3,599,532 | 7.60156697112085 | No | 
| 2 | existsSimilarity | 473,525 | 3,578,204 | 7.55652605459057 | No | 
| 3 | similarityEdges | 473,525 | 3,476,837 | 7.34245710363761 | No | 
| 4 | connect | 2,982 | 6,780 | 2.27364185110664 | Yes | 
| 5 | init | 403 | 20,786 | 51.5781637717122 | No | 
| 6 | connectAllSimilar | 325 | 3,605,348 | 11093.3784615385 | Yes | 
| 7 | cycleSearch | 66 | 1,895 | 28.7121212121212 | Yes | 
| 8 | getWorks | 65 | 185 | 2.84615384615385 | Yes | 
| 10 | searchAndConnect | 2 | 31,326 | 15663 | Yes | 
| 11 | Total | 3,445 | 3,648,249 | 
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-02-09-34-aZiA9M--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-02-09-34-aZiA9M--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24 SIM10-02-09-34-aZiA9M–DV
2.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 10 | 1 | 5 | 2 | 
2.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 501,893 | 810 | 810 | 2,401 | 506,724 | 
2.2.24.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,620 | 810 | 2,831 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,568 | 1.48604748021658 | No | 
| addItemToWork | 1,620 | 13,111 | 8.09320987654321 | No | 
| ownsWork | 810 | 6,634 | 8.19012345679012 | No | 
| init | 403 | 20,131 | 49.9528535980149 | No | 
| searchAndConnect | 399 | 4,856,425 | 12171.4912280702 | Yes | 
| individualCycleSearch | 112 | 0 | 0 | Yes | 
| getWorks | 48 | 16,798 | 349.958333333333 | No | 
| cycleSearch | 47 | 32,985 | 701.808510638298 | Yes | 
| getWorksItems | 18 | 37 | 2.05555555555556 | Yes | 
| Total | 584 | 4,915,943 | 
2.2.24.8 Found structures
2.2.24.8.1 Cycles
Number of cycles found: 8
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-34-aZiA9M--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.24.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-34-aZiA9M--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.25 SIM10-02-07-39-Vomw87–CV
2.2.25.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 10 | 1 | 
2.2.25.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 141,036 | 420 | 420 | 400 | 142,696 | 
2.2.25.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,511,210 | 4.28858050967705 | No | 
| existsSimilarity | 352,380 | 1,462,828 | 4.15127986832397 | No | 
| similarityEdges | 352,380 | 1,430,912 | 4.06070719110052 | No | 
| connect | 20,639 | 39,848 | 1.93071369736906 | Yes | 
| connectAllSimilar | 840 | 1,515,141 | 1803.73928571429 | Yes | 
| init | 403 | 21,573 | 53.531017369727 | No | 
| Total | 21,487 | 1,556,564 | 
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-02-07-39-Vomw87--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-02-07-39-Vomw87--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.26 SIM10-02-07-39-Vomw87–DV
2.2.26.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 10 | 1 | 
2.2.26.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 99,758 | 420 | 420 | 400 | 101,418 | 
2.2.26.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 22,736 | 6.31555555555556 | Yes | 
| 3 | getWorks | 3,600 | 27,607 | 7.66861111111111 | No | 
| 4 | individualCycleSearch | 3,600 | 135 | 0.0375 | Yes | 
| 6 | addItemToWork | 840 | 5,333 | 6.34880952380952 | No | 
| 7 | ownsWork | 420 | 2,842 | 6.76666666666667 | No | 
| 8 | init | 403 | 21,307 | 52.8709677419355 | No | 
| 9 | searchAndConnect | 401 | 651,742 | 1625.29177057357 | Yes | 
| 10 | knowsAgent | 400 | 652 | 1.63 | No | 
| 1 | Total | 14,801 | 700,852 | 
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-02-07-39-Vomw87--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-02-07-39-Vomw87--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.27 SIM10-02-09-05-t5dDRE–CV
2.2.27.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.27.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 140,834 | 420 | 420 | 2,401 | 144,495 | 
2.2.27.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,564,184 | 4.43891253760145 | No | 
| existsSimilarity | 352,380 | 1,555,936 | 4.41550598785402 | No | 
| similarityEdges | 352,380 | 1,521,824 | 4.31870140189568 | No | 
| connectAllSimilar | 840 | 1,567,766 | 1866.3880952381 | Yes | 
| init | 403 | 21,723 | 53.9032258064516 | No | 
| connect | 265 | 532 | 2.00754716981132 | Yes | 
| Total | 1,113 | 1,569,963 | 
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-02-09-05-t5dDRE--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-02-09-05-t5dDRE--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.28 SIM10-02-09-05-t5dDRE–DV
2.2.28.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 10 | 1 | 
2.2.28.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 140,304 | 420 | 420 | 2,401 | 143,965 | 
2.2.28.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
2.2.28.4 distribution of similarityEdgesByWeight

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

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

2.2.28.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,442 | 1.43356934610579 | No | 
| addItemToWork | 840 | 5,202 | 6.19285714285714 | No | 
| ownsWork | 420 | 2,919 | 6.95 | No | 
| init | 403 | 22,151 | 54.9652605459057 | No | 
| searchAndConnect | 401 | 1,009,892 | 2518.43391521197 | Yes | 
| getWorksItems | 38 | 65 | 1.71052631578947 | Yes | 
| cycleSearch | 31 | 11,195 | 361.129032258065 | Yes | 
| getWorks | 31 | 5,129 | 165.451612903226 | No | 
| individualCycleSearch | 31 | 1 | 0.032258064516129 | Yes | 
| Total | 516 | 1,031,943 | 
2.2.28.8 Found structures
2.2.28.8.1 Cycles
Number of cycles found: 12
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-05-t5dDRE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.28.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-05-t5dDRE--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.29 SIM10-03-02-32-kZHojH–CV
2.2.29.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 10 | 2 | 
2.2.29.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 435,054 | 820 | 820 | 400 | 437,914 | 
2.2.29.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 527,977 | 3,598,462 | 6.81556582957212 | No | 
| 2 | existsSimilarity | 527,977 | 3,519,189 | 6.66542103159797 | No | 
| 3 | similarityEdges | 527,977 | 3,441,265 | 6.51783126916513 | No | 
| 4 | connect | 31,221 | 64,929 | 2.07965792255213 | Yes | 
| 6 | cycleSearch | 3,600 | 25,759 | 7.15527777777778 | Yes | 
| 7 | getWorks | 3,600 | 30,210 | 8.39166666666667 | Yes | 
| 8 | individualCycleSearch | 3,600 | 147 | 0.0408333333333333 | Yes | 
| 10 | init | 403 | 22,465 | 55.7444168734491 | No | 
| 11 | Total | 49,221 | 146,045 | 
2.2.29.8 Found structures
2.2.29.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-02-32-kZHojH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.29.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-02-32-kZHojH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.30 SIM10-03-02-32-kZHojH–DV
2.2.30.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 10 | 2 | 
2.2.30.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 372,612 | 820 | 820 | 400 | 375,472 | 
2.2.30.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 29,870 | 8.29722222222222 | Yes | 
| 3 | getWorks | 3,600 | 34,280 | 9.52222222222222 | No | 
| 4 | individualCycleSearch | 3,600 | 106 | 0.0294444444444444 | Yes | 
| 6 | addItemToWork | 1,640 | 10,578 | 6.45 | No | 
| 7 | ownsWork | 820 | 5,673 | 6.91829268292683 | No | 
| 8 | init | 403 | 23,479 | 58.2605459057072 | No | 
| 9 | searchAndConnect | 401 | 2,933,144 | 7314.57356608479 | Yes | 
| 10 | knowsAgent | 400 | 710 | 1.775 | No | 
| 1 | Total | 14,801 | 2,989,037 | 
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-03-02-32-kZHojH--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-03-02-32-kZHojH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.31 SIM10-03-05-33-HPdvBr–CV
2.2.31.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.31.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 530,082 | 820 | 820 | 2,401 | 534,943 | 
2.2.31.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 476,077 | 3,600,749 | 7.56337525232263 | No | 
| existsSimilarity | 476,077 | 3,587,528 | 7.53560453456059 | No | 
| similarityEdges | 476,077 | 3,507,205 | 7.3668860289407 | No | 
| init | 403 | 24,390 | 60.5210918114144 | No | 
| connectAllSimilar | 322 | 3,606,332 | 11199.7888198758 | Yes | 
| connect | 285 | 675 | 2.36842105263158 | Yes | 
| cycleSearch | 78 | 3,822 | 49 | Yes | 
| getWorks | 77 | 154 | 2 | Yes | 
| Total | 768 | 3,615,745 | 
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-03-05-33-HPdvBr--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-03-05-33-HPdvBr--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32 SIM10-03-05-33-HPdvBr–DV
2.2.32.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 10 | 2 | 
2.2.32.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 529,278 | 820 | 820 | 2,401 | 534,139 | 
2.2.32.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 2,401 | 3,587 | 1.49396084964598 | No | 
| 2 | addItemToWork | 1,640 | 18,722 | 11.4158536585366 | No | 
| 3 | ownsWork | 820 | 10,258 | 12.509756097561 | No | 
| 4 | init | 403 | 22,984 | 57.0322580645161 | No | 
| 5 | searchAndConnect | 401 | 4,685,841 | 11685.3890274314 | Yes | 
| 6 | individualCycleSearch | 134 | 3 | 0.0223880597014925 | Yes | 
| 7 | getWorks | 58 | 26,586 | 458.379310344828 | No | 
| 8 | cycleSearch | 57 | 44,592 | 782.315789473684 | Yes | 
| 10 | getWorksItems | 38 | 85 | 2.23684210526316 | Yes | 
| 11 | Total | 668 | 4,776,045 | 
2.2.32.8 Found structures
2.2.32.8.1 Cycles
Number of cycles found: 36
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-05-33-HPdvBr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.32.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-05-33-HPdvBr--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.33 SIM10-02-09-32-vVhUFL–CV
2.2.33.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 30 | 1 | 
2.2.33.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 137,714 | 420 | 420 | 400 | 139,374 | 
2.2.33.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,550,998 | 4.40149270673705 | No | 
| existsSimilarity | 352,380 | 1,543,029 | 4.37887791588626 | No | 
| similarityEdges | 352,380 | 1,509,308 | 4.28318292752143 | No | 
| connectAllSimilar | 840 | 1,554,570 | 1850.67857142857 | Yes | 
| init | 403 | 22,101 | 54.8411910669975 | No | 
| connect | 242 | 439 | 1.81404958677686 | Yes | 
| Total | 1,090 | 1,556,575 | 
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-02-09-32-vVhUFL--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-02-09-32-vVhUFL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.34 SIM10-02-09-32-vVhUFL–DV
2.2.34.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 30 | 1 | 
2.2.34.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 137,230 | 420 | 420 | 400 | 138,890 | 
2.2.34.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 
|---|---|---|---|---|
| addItemToWork | 840 | 5,216 | 6.20952380952381 | No | 
| ownsWork | 420 | 2,839 | 6.75952380952381 | No | 
| init | 403 | 22,468 | 55.7518610421836 | No | 
| searchAndConnect | 401 | 898,476 | 2240.5885286783 | Yes | 
| knowsAgent | 400 | 704 | 1.76 | No | 
| getWorksItems | 38 | 65 | 1.71052631578947 | Yes | 
| cycleSearch | 29 | 9,374 | 323.241379310345 | Yes | 
| getWorks | 29 | 5,096 | 175.724137931034 | No | 
| individualCycleSearch | 29 | 0 | 0 | Yes | 
| Total | 516 | 918,834 | 
2.2.34.8 Found structures
2.2.34.8.1 Cycles
Number of cycles found: 16
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-32-vVhUFL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.34.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-32-vVhUFL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.35 SIM10-02-09-59-wZNsjL–CV
2.2.35.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.35.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 140,236 | 420 | 420 | 2,401 | 143,897 | 
2.2.35.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,584,384 | 4.4962370168568 | No | 
| existsSimilarity | 352,380 | 1,575,839 | 4.47198762699359 | No | 
| similarityEdges | 352,380 | 1,540,240 | 4.37096316476531 | No | 
| connectAllSimilar | 840 | 1,588,012 | 1890.49047619048 | Yes | 
| init | 403 | 22,109 | 54.8610421836228 | No | 
| connect | 228 | 411 | 1.80263157894737 | Yes | 
| Total | 1,076 | 1,590,266 | 
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-02-09-59-wZNsjL--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-02-09-59-wZNsjL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.36 SIM10-02-09-59-wZNsjL–DV
2.2.36.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 30 | 1 | 
2.2.36.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 139,692 | 420 | 420 | 2,401 | 143,353 | 
2.2.36.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,323 | 1.38400666389005 | No | 
| addItemToWork | 840 | 5,716 | 6.8047619047619 | No | 
| ownsWork | 420 | 3,020 | 7.19047619047619 | No | 
| init | 403 | 23,806 | 59.0719602977668 | No | 
| searchAndConnect | 401 | 973,893 | 2428.6608478803 | Yes | 
| getWorksItems | 38 | 80 | 2.10526315789474 | Yes | 
| cycleSearch | 31 | 15,659 | 505.129032258065 | Yes | 
| getWorks | 31 | 4,496 | 145.032258064516 | No | 
| individualCycleSearch | 31 | 1 | 0.032258064516129 | Yes | 
| Total | 517 | 1,002,478 | 
2.2.36.8 Found structures
2.2.36.8.1 Cycles
Number of cycles found: 12
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-59-wZNsjL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.36.8.2 Paths
Number of paths found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-09-59-wZNsjL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.37 SIM10-03-06-36-xA9pkI–CV
2.2.37.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 30 | 2 | 
2.2.37.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 526,902 | 820 | 820 | 400 | 529,762 | 
2.2.37.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 477,394 | 3,604,203 | 7.54974507429922 | No | 
| existsSimilarity | 477,394 | 3,591,484 | 7.52310251071442 | No | 
| similarityEdges | 477,394 | 3,512,499 | 7.35765216990578 | No | 
| init | 403 | 24,334 | 60.3821339950372 | No | 
| connectAllSimilar | 323 | 3,609,554 | 11175.0897832817 | Yes | 
| connect | 265 | 566 | 2.13584905660377 | Yes | 
| cycleSearch | 83 | 3,754 | 45.2289156626506 | Yes | 
| getWorks | 82 | 166 | 2.02439024390244 | Yes | 
| Total | 759 | 3,618,728 | 
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-03-06-36-xA9pkI--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-03-06-36-xA9pkI--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.38 SIM10-03-06-36-xA9pkI–DV
2.2.38.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 30 | 2 | 
2.2.38.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 526,059 | 820 | 820 | 400 | 528,919 | 
2.2.38.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
2.2.38.4 distribution of similarityEdgesByWeight

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

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

2.2.38.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,640 | 11,001 | 6.70792682926829 | No | 
| ownsWork | 820 | 5,696 | 6.94634146341463 | No | 
| init | 403 | 24,377 | 60.4888337468983 | No | 
| searchAndConnect | 401 | 4,495,401 | 11210.4763092269 | Yes | 
| knowsAgent | 400 | 717 | 1.7925 | No | 
| individualCycleSearch | 140 | 1 | 0.00714285714285714 | Yes | 
| getWorks | 59 | 20,932 | 354.779661016949 | No | 
| cycleSearch | 58 | 45,979 | 792.741379310345 | Yes | 
| getWorksItems | 38 | 67 | 1.76315789473684 | Yes | 
| Total | 674 | 4,594,097 | 
2.2.38.8 Found structures
2.2.38.8.1 Cycles
Number of cycles found: 34
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-06-36-xA9pkI--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.38.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-06-36-xA9pkI--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.39 SIM10-03-07-40-9LzBPw–CV
2.2.39.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.39.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 523,306 | 820 | 820 | 2,401 | 528,167 | 
2.2.39.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 482,652 | 3,599,893 | 7.45856849241275 | No | 
| existsSimilarity | 482,652 | 3,586,394 | 7.43060010110804 | No | 
| similarityEdges | 482,652 | 3,507,122 | 7.26635754125125 | No | 
| init | 402 | 17,303 | 43.0422885572139 | No | 
| connectAllSimilar | 327 | 3,605,441 | 11025.8134556575 | Yes | 
| connect | 302 | 710 | 2.35099337748344 | Yes | 
| cycleSearch | 91 | 4,400 | 48.3516483516484 | Yes | 
| getWorks | 90 | 217 | 2.41111111111111 | Yes | 
| Total | 816 | 3,615,774 | 
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-03-07-40-9LzBPw--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-03-07-40-9LzBPw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40 SIM10-03-07-40-9LzBPw–DV
2.2.40.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 30 | 2 | 
2.2.40.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 522,702 | 820 | 820 | 2,401 | 527,563 | 
2.2.40.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,507 | 1.46064139941691 | No | 
| addItemToWork | 1,640 | 13,629 | 8.31036585365854 | No | 
| ownsWork | 820 | 6,613 | 8.06463414634146 | No | 
| init | 403 | 24,601 | 61.0446650124069 | No | 
| searchAndConnect | 401 | 5,146,778 | 12834.8578553616 | Yes | 
| individualCycleSearch | 148 | 3 | 0.0202702702702703 | Yes | 
| getWorks | 59 | 181 | 3.06779661016949 | No | 
| cycleSearch | 58 | 4,754 | 81.9655172413793 | Yes | 
| getWorksItems | 38 | 93 | 2.44736842105263 | Yes | 
| Total | 682 | 5,159,419 | 
2.2.40.8 Found structures
2.2.40.8.1 Cycles
Number of cycles found: 37
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-07-40-9LzBPw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.40.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-07-40-9LzBPw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.41 SIM10-02-04-49-Do3J6L–CV
2.2.41.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 5 | 1 | 
2.2.41.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 132,976 | 420 | 420 | 400 | 134,636 | 
2.2.41.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,379,689 | 3.91534423066008 | No | 
| existsSimilarity | 352,380 | 1,256,731 | 3.56640842272547 | No | 
| similarityEdges | 352,380 | 1,229,874 | 3.49019240592542 | No | 
| connect | 58,855 | 113,266 | 1.92449239656784 | Yes | 
| connectAllSimilar | 840 | 1,384,338 | 1648.02142857143 | Yes | 
| init | 403 | 20,943 | 51.9677419354839 | No | 
| Total | 59,703 | 1,499,085 | 
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-02-04-49-Do3J6L--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-02-04-49-Do3J6L--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.42 SIM10-02-04-49-Do3J6L–DV
2.2.42.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 5 | 1 | 
2.2.42.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 15,266 | 420 | 420 | 400 | 16,926 | 
2.2.42.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 55,563 | 15.4341666666667 | Yes | 
| 3 | getWorks | 3,600 | 26,672 | 7.40888888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 141 | 0.0391666666666667 | Yes | 
| 6 | addItemToWork | 840 | 5,500 | 6.54761904761905 | No | 
| 7 | ownsWork | 420 | 3,157 | 7.51666666666667 | No | 
| 8 | init | 403 | 21,184 | 52.5657568238213 | No | 
| 9 | searchAndConnect | 401 | 84,814 | 211.506234413965 | Yes | 
| 10 | knowsAgent | 400 | 724 | 1.81 | No | 
| 1 | Total | 14,801 | 379,051 | 
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-02-04-49-Do3J6L--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-02-04-49-Do3J6L--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.43 SIM10-02-06-12-ycgqBx–CV
2.2.43.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.43.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 136,866 | 420 | 420 | 2,401 | 140,527 | 
2.2.43.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | 352,380 | 1,542,641 | 4.37777683182928 | No | 
| existsSimilarity | 352,380 | 1,529,529 | 4.34056700153244 | No | 
| similarityEdges | 352,380 | 1,495,399 | 4.24371133435496 | No | 
| connect | 2,653 | 4,955 | 1.86769694685262 | Yes | 
| connectAllSimilar | 840 | 1,546,471 | 1841.0369047619 | Yes | 
| init | 403 | 20,695 | 51.3523573200993 | No | 
| Total | 3,501 | 1,552,976 | 
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-02-06-12-ycgqBx--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-02-06-12-ycgqBx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.44 SIM10-02-06-12-ycgqBx–DV
2.2.44.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 5 | 1 | 
2.2.44.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 420 | 131,560 | 420 | 420 | 2,401 | 135,221 | 
2.2.44.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 840 | 420 | 1,661 | 
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 | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 45,634 | 12.6761111111111 | Yes | 
| 3 | getWorks | 3,600 | 30,007 | 8.33527777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 142 | 0.0394444444444444 | Yes | 
| 6 | knowsAgent | 2,401 | 3,540 | 1.4743856726364 | No | 
| 7 | addItemToWork | 840 | 5,130 | 6.10714285714286 | No | 
| 8 | ownsWork | 420 | 2,734 | 6.50952380952381 | No | 
| 9 | init | 403 | 21,198 | 52.6004962779156 | No | 
| 10 | searchAndConnect | 401 | 938,334 | 2339.98503740648 | Yes | 
| 1 | Total | 14,801 | 1,105,006 | 
2.2.44.8 Found structures
2.2.44.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-06-12-ycgqBx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.44.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-06-12-ycgqBx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.45 SIM10-02-10-27-RWDe9k–CV
2.2.45.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 5 | 2 | 
2.2.45.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 286,424 | 820 | 820 | 400 | 289,284 | 
2.2.45.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 647,190 | 3,593,526 | 5.55250544662309 | No | 
| 2 | existsSimilarity | 647,190 | 3,361,250 | 5.19360620528747 | No | 
| 3 | similarityEdges | 647,190 | 3,284,554 | 5.07510004789938 | No | 
| 4 | connect | 104,000 | 213,276 | 2.05073076923077 | Yes | 
| 6 | cycleSearch | 3,600 | 24,591 | 6.83083333333333 | Yes | 
| 7 | getWorks | 3,600 | 29,063 | 8.07305555555556 | Yes | 
| 8 | individualCycleSearch | 3,600 | 118 | 0.0327777777777778 | Yes | 
| 10 | connectAllSimilar | 459 | 3,602,625 | 7848.85620915033 | Yes | 
| 11 | Total | 122,459 | 3,896,351 | 
2.2.45.8 Found structures
2.2.45.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-10-27-RWDe9k--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.45.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-10-27-RWDe9k--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.46 SIM10-02-10-27-RWDe9k–DV
2.2.46.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | random | 20 | 1 | 5 | 2 | 
2.2.46.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 78,424 | 820 | 820 | 400 | 81,284 | 
2.2.46.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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,481 | 24,783 | 7.11950588911232 | Yes | 
| 3 | getWorks | 3,481 | 29,332 | 8.42631427750646 | No | 
| 4 | individualCycleSearch | 3,481 | 110 | 0.0316001149095088 | Yes | 
| 6 | addItemToWork | 1,640 | 10,405 | 6.34451219512195 | No | 
| 7 | ownsWork | 820 | 5,172 | 6.30731707317073 | No | 
| 8 | init | 403 | 22,998 | 57.0669975186104 | No | 
| 9 | searchAndConnect | 401 | 335,008 | 835.431421446384 | Yes | 
| 10 | knowsAgent | 400 | 702 | 1.755 | No | 
| 1 | Total | 14,325 | 389,045 | 
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-02-10-27-RWDe9k--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.46.8.2 Paths
Number of paths found: 3481
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-02-10-27-RWDe9k--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.47 SIM10-03-01-28-XU5bdq–CV
2.2.47.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.47.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 520,544 | 820 | 820 | 2,401 | 525,405 | 
2.2.47.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
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 | 486,585 | 3,598,842 | 7.39612195197139 | No | 
| existsSimilarity | 486,585 | 3,580,031 | 7.35746272490932 | No | 
| similarityEdges | 486,585 | 3,500,031 | 7.19305157372299 | No | 
| connect | 2,977 | 5,959 | 2.00167954316426 | Yes | 
| init | 403 | 23,268 | 57.7369727047146 | No | 
| connectAllSimilar | 330 | 3,604,473 | 10922.6454545455 | Yes | 
| cycleSearch | 77 | 3,414 | 44.3376623376623 | Yes | 
| getWorks | 76 | 149 | 1.96052631578947 | Yes | 
| Total | 3,466 | 3,618,421 | 
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-03-01-28-XU5bdq--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-03-01-28-XU5bdq--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.48 SIM10-03-01-28-XU5bdq–DV
2.2.48.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 400 | 0.9 | smallWorld | 20 | 1 | 5 | 2 | 
2.2.48.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 514,590 | 820 | 820 | 2,401 | 519,451 | 
2.2.48.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 401 | 1,640 | 820 | 2,861 | 
2.2.48.4 distribution of similarityEdgesByWeight

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

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

2.2.48.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 2,401 | 3,327 | 1.3856726364015 | No | 
| addItemToWork | 1,640 | 12,401 | 7.56158536585366 | No | 
| ownsWork | 820 | 5,961 | 7.26951219512195 | No | 
| init | 403 | 23,149 | 57.4416873449131 | No | 
| searchAndConnect | 401 | 4,501,562 | 11225.8403990025 | Yes | 
| individualCycleSearch | 138 | 3 | 0.0217391304347826 | Yes | 
| getWorks | 63 | 26,137 | 414.873015873016 | No | 
| cycleSearch | 62 | 33,685 | 543.306451612903 | Yes | 
| Total | 681 | 4,568,177 | 
2.2.48.8 Found structures
2.2.48.8.1 Cycles
Number of cycles found: 37
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-01-28-XU5bdq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.2.48.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-03-01-28-XU5bdq--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 2.3 Scatterplots of experiment












 EXP10-03-10-34-Lfip5F
EXP10-03-10-34-Lfip5F