4 Experiment 3
agentNumbers=[800] : chainLengths=[5, 10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.99] : graphTypes=[random, smallWorld] : message=[800 agents with similarityConnectThreshold 0.99]
4.1 Experimental set up
| Values | |
|---|---|
| experimentId | EXP10-10-01-42-zrrpbq | 
| agentNumbers | 800 | 
| maxDistances | 5, 10, 30 | 
| randomWorksNumberMultipliers | 1, 2 | 
| similarityConnectThresholds | 0.99 | 
| graphTypes | random, smallWorld | 
| chainLengths | 5, 10, 20 | 
4.2 Descriptive analysis of each simulation
4.2.1 SIM10-10-10-29-EogeIt–CV
4.2.1.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 10 | 1 | 
4.2.1.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,896 | 810 | 810 | 800 | 56,126 | 
4.2.1.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.1.4 distribution of similarityEdgesByWeight

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

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

4.2.1.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,311,390 | 2,866,067 | 2.18551841938706 | No | 
| existsSimilarity | 1,311,390 | 2,813,359 | 2.14532595185261 | No | 
| similarityEdges | 1,311,390 | 2,752,645 | 2.09902851173183 | No | 
| connect | 11,468 | 24,505 | 2.13681548657133 | Yes | 
| connectAllSimilar | 1,620 | 2,882,618 | 1779.39382716049 | Yes | 
| init | 803 | 43,748 | 54.480697384807 | No | 
| Total | 13,096 | 2,908,813 | 
4.2.1.8 Found structures
4.2.1.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-10-29-EogeIt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.1.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-10-29-EogeIt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.2 SIM10-10-10-29-EogeIt–DV
4.2.2.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 10 | 1 | 
4.2.2.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 29,960 | 810 | 810 | 800 | 33,190 | 
4.2.2.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.2.4 distribution of similarityEdgesByWeight

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

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

4.2.2.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 96,507 | 26.8075 | Yes | 
| 3 | getWorks | 3,600 | 28,054 | 7.79277777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 127 | 0.0352777777777778 | Yes | 
| 6 | addItemToWork | 1,620 | 10,818 | 6.67777777777778 | No | 
| 7 | ownsWork | 810 | 5,243 | 6.47283950617284 | No | 
| 8 | init | 803 | 43,822 | 54.5728518057285 | No | 
| 9 | searchAndConnect | 801 | 918,461 | 1146.6429463171 | Yes | 
| 10 | knowsAgent | 800 | 1,400 | 1.75 | No | 
| 1 | Total | 15,201 | 1,342,501 | 
4.2.2.8 Found structures
4.2.2.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-10-29-EogeIt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.2.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-10-29-EogeIt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.3 SIM10-11-08-57-zcVU4j–CV
4.2.3.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 10 | 2 | 
4.2.3.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 153,870 | 1,610 | 1,610 | 800 | 159,500 | 
4.2.3.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.3.4 distribution of similarityEdgesByWeight

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

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

4.2.3.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,391,709 | 3,587,651 | 2.57787439759317 | No | 
| existsSimilarity | 1,391,709 | 3,540,564 | 2.54404045673341 | No | 
| similarityEdges | 1,391,709 | 3,461,911 | 2.4875250501362 | No | 
| connect | 9,433 | 18,946 | 2.00848086504823 | Yes | 
| init | 803 | 61,576 | 76.6824408468244 | No | 
| connectAllSimilar | 466 | 3,603,322 | 7732.45064377682 | Yes | 
| Total | 9,907 | 3,625,103 | 
4.2.3.8 Found structures
4.2.3.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-57-zcVU4j--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.3.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-57-zcVU4j--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.4 SIM10-11-08-57-zcVU4j–DV
4.2.4.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 10 | 2 | 
4.2.4.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 135,004 | 1,610 | 1,610 | 800 | 140,634 | 
4.2.4.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.4.4 distribution of similarityEdgesByWeight

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

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

4.2.4.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 3,220 | 22,910 | 7.11490683229814 | No | 
| ownsWork | 1,610 | 11,846 | 7.35776397515528 | No | 
| init | 803 | 53,213 | 66.2677459526775 | No | 
| searchAndConnect | 801 | 2,954,812 | 3688.9038701623 | Yes | 
| knowsAgent | 800 | 1,486 | 1.8575 | No | 
| cycleSearch | 75 | 15,263 | 203.506666666667 | Yes | 
| getWorks | 75 | 4,771 | 63.6133333333333 | No | 
| individualCycleSearch | 75 | 2 | 0.0266666666666667 | Yes | 
| getWorksItems | 18 | 86 | 4.77777777777778 | Yes | 
| Total | 981 | 2,976,970 | 
4.2.4.8 Found structures
4.2.4.8.1 Cycles
Number of cycles found: 12
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-57-zcVU4j--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.4.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-57-zcVU4j--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.5 SIM10-11-10-00-xjHEEx–CV
4.2.5.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
4.2.5.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 207,706 | 1,610 | 1,610 | 4,801 | 217,337 | 
4.2.5.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.5.4 distribution of similarityEdgesByWeight

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

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

4.2.5.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,291,935 | 3,586,580 | 2.7761303780763 | No | 
| existsSimilarity | 1,291,935 | 3,561,346 | 2.75659843567981 | No | 
| similarityEdges | 1,291,935 | 3,485,069 | 2.6975575396595 | No | 
| init | 803 | 57,994 | 72.2216687422167 | No | 
| connectAllSimilar | 430 | 3,601,102 | 8374.65581395349 | Yes | 
| cycleSearch | 127 | 2,458 | 19.3543307086614 | Yes | 
| getWorks | 126 | 302 | 2.3968253968254 | Yes | 
| connect | 31 | 52 | 1.67741935483871 | Yes | 
| searchAndConnect | 9 | 63,948 | 7105.33333333333 | Yes | 
| Total | 728 | 3,670,168 | 
4.2.5.8 Found structures
4.2.5.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-10-00-xjHEEx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.5.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-10-00-xjHEEx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.6 SIM10-11-10-00-xjHEEx–DV
4.2.6.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 10 | 2 | 
4.2.6.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 207,644 | 1,610 | 1,610 | 4,801 | 217,275 | 
4.2.6.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.6.4 distribution of similarityEdgesByWeight

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

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

4.2.6.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,776 | 1.41137263070194 | No | 
| addItemToWork | 3,220 | 24,800 | 7.70186335403727 | No | 
| ownsWork | 1,610 | 12,294 | 7.6360248447205 | No | 
| init | 803 | 65,260 | 81.2702366127024 | No | 
| searchAndConnect | 792 | 5,409,728 | 6830.46464646465 | Yes | 
| individualCycleSearch | 133 | 3 | 0.0225563909774436 | Yes | 
| getWorksItems | 18 | 44 | 2.44444444444444 | Yes | 
| getWorks | 8 | 4,817 | 602.125 | No | 
| cycleSearch | 7 | 20,685 | 2955 | Yes | 
| Total | 955 | 5,438,804 | 
4.2.6.8 Found structures
4.2.6.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-10-00-xjHEEx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.6.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-10-00-xjHEEx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.7 SIM10-11-12-18-7ZHwYa–CV
4.2.7.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
4.2.7.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,698 | 810 | 810 | 4,801 | 59,929 | 
4.2.7.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.7.4 distribution of similarityEdgesByWeight

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

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

4.2.7.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,311,390 | 2,955,503 | 2.25371781087243 | No | 
| existsSimilarity | 1,311,390 | 2,927,854 | 2.23263407529415 | No | 
| similarityEdges | 1,311,390 | 2,867,064 | 2.18627868139913 | No | 
| connectAllSimilar | 1,620 | 2,971,496 | 1834.25679012346 | Yes | 
| init | 803 | 45,710 | 56.9240348692404 | No | 
| connect | 58 | 134 | 2.31034482758621 | Yes | 
| Total | 1,686 | 2,973,096 | 
4.2.7.8 Found structures
4.2.7.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-18-7ZHwYa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.7.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-18-7ZHwYa--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.8 SIM10-11-12-18-7ZHwYa–DV
4.2.8.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 10 | 1 | 
4.2.8.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,582 | 810 | 810 | 4,801 | 59,813 | 
4.2.8.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.8.4 distribution of similarityEdgesByWeight

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

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

4.2.8.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,593 | 1.37325557175588 | No | 
| addItemToWork | 1,620 | 10,749 | 6.63518518518519 | No | 
| ownsWork | 810 | 5,490 | 6.77777777777778 | No | 
| init | 803 | 44,735 | 55.7098381070984 | No | 
| searchAndConnect | 801 | 2,136,220 | 2666.94132334582 | Yes | 
| cycleSearch | 61 | 4,275 | 70.0819672131148 | Yes | 
| getWorks | 61 | 198 | 3.24590163934426 | No | 
| individualCycleSearch | 61 | 2 | 0.0327868852459016 | Yes | 
| Total | 979 | 2,143,031 | 
4.2.8.8 Found structures
4.2.8.8.1 Cycles
Number of cycles found: 28
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-18-7ZHwYa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.8.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-18-7ZHwYa--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.9 SIM10-11-01-10-ViedH4–CV
4.2.9.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 30 | 1 | 
4.2.9.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,886 | 810 | 810 | 800 | 56,116 | 
4.2.9.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.9.4 distribution of similarityEdgesByWeight

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

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

4.2.9.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,311,390 | 2,928,142 | 2.23285368959653 | No | 
| existsSimilarity | 1,311,390 | 2,900,469 | 2.21175165282639 | No | 
| similarityEdges | 1,311,390 | 2,837,329 | 2.1636042672279 | No | 
| connectAllSimilar | 1,620 | 2,943,896 | 1817.21975308642 | Yes | 
| init | 803 | 52,092 | 64.8717310087173 | No | 
| connect | 53 | 126 | 2.37735849056604 | Yes | 
| cycleSearch | 28 | 663 | 23.6785714285714 | Yes | 
| getWorks | 27 | 88 | 3.25925925925926 | Yes | 
| searchAndConnect | 10 | 24,476 | 2447.6 | Yes | 
| Total | 1,743 | 2,970,360 | 
4.2.9.8 Found structures
4.2.9.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-10-ViedH4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.9.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-10-ViedH4--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.10 SIM10-11-01-10-ViedH4–DV
4.2.10.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 30 | 1 | 
4.2.10.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,780 | 810 | 810 | 800 | 56,010 | 
4.2.10.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.10.4 distribution of similarityEdgesByWeight

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

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

4.2.10.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,620 | 10,188 | 6.28888888888889 | No | 
| ownsWork | 810 | 4,903 | 6.05308641975309 | No | 
| init | 803 | 51,921 | 64.6587795765878 | No | 
| knowsAgent | 800 | 1,407 | 1.75875 | No | 
| searchAndConnect | 791 | 1,611,204 | 2036.9203539823 | Yes | 
| individualCycleSearch | 33 | 0 | 0 | Yes | 
| getWorksItems | 18 | 41 | 2.27777777777778 | Yes | 
| getWorks | 7 | 5,960 | 851.428571428571 | No | 
| cycleSearch | 6 | 9,730 | 1621.66666666667 | Yes | 
| Total | 853 | 1,623,578 | 
4.2.10.8 Found structures
4.2.10.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-10-ViedH4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.10.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-10-ViedH4--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.11 SIM10-11-02-02-vALiTB–CV
4.2.11.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
4.2.11.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,698 | 810 | 810 | 4,801 | 59,929 | 
4.2.11.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.11.4 distribution of similarityEdgesByWeight

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

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

4.2.11.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,311,390 | 2,918,109 | 2.22520302884725 | No | 
| existsSimilarity | 1,311,390 | 2,891,003 | 2.20453335773492 | No | 
| similarityEdges | 1,311,390 | 2,829,245 | 2.157439815768 | No | 
| connectAllSimilar | 1,620 | 2,933,694 | 1810.92222222222 | Yes | 
| init | 803 | 48,247 | 60.0834371108344 | No | 
| connect | 38 | 82 | 2.15789473684211 | Yes | 
| Total | 1,666 | 2,935,364 | 
4.2.11.8 Found structures
4.2.11.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-02-vALiTB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.11.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-02-vALiTB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.12 SIM10-11-02-02-vALiTB–DV
4.2.12.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 30 | 1 | 
4.2.12.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,622 | 810 | 810 | 4,801 | 59,853 | 
4.2.12.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.12.4 distribution of similarityEdgesByWeight

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

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

4.2.12.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,696 | 1.39470943553426 | No | 
| addItemToWork | 1,620 | 13,175 | 8.13271604938272 | No | 
| ownsWork | 810 | 6,432 | 7.94074074074074 | No | 
| init | 803 | 48,050 | 59.8381070983811 | No | 
| searchAndConnect | 801 | 2,041,141 | 2548.24094881398 | Yes | 
| cycleSearch | 54 | 7,696 | 142.518518518519 | Yes | 
| getWorks | 54 | 1,811 | 33.537037037037 | No | 
| individualCycleSearch | 54 | 0 | 0 | Yes | 
| Total | 947 | 2,055,924 | 
4.2.12.8 Found structures
4.2.12.8.1 Cycles
Number of cycles found: 19
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-02-vALiTB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.12.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-02-vALiTB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.13 SIM10-11-11-05-VBtzc6–CV
4.2.13.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 30 | 2 | 
4.2.13.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 207,520 | 1,610 | 1,610 | 800 | 213,150 | 
4.2.13.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.13.4 distribution of similarityEdgesByWeight

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

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

4.2.13.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,289,145 | 3,592,295 | 2.78657172001598 | No | 
| existsSimilarity | 1,289,145 | 3,566,660 | 2.76668644721889 | No | 
| similarityEdges | 1,289,145 | 3,490,099 | 2.70729747235571 | No | 
| init | 803 | 54,691 | 68.1083437110834 | No | 
| connectAllSimilar | 429 | 3,606,726 | 8407.28671328671 | Yes | 
| connect | 46 | 82 | 1.78260869565217 | Yes | 
| cycleSearch | 17 | 317 | 18.6470588235294 | Yes | 
| getWorks | 16 | 35 | 2.1875 | Yes | 
| Total | 514 | 3,610,377 | 
4.2.13.8 Found structures
4.2.13.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-11-05-VBtzc6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.13.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-11-05-VBtzc6--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.14 SIM10-11-11-05-VBtzc6–DV
4.2.14.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 30 | 2 | 
4.2.14.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 207,428 | 1,610 | 1,610 | 800 | 213,058 | 
4.2.14.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.14.4 distribution of similarityEdgesByWeight

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

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

4.2.14.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 3,220 | 21,769 | 6.76055900621118 | No | 
| ownsWork | 1,610 | 10,712 | 6.65341614906832 | No | 
| init | 803 | 55,807 | 69.4981320049813 | No | 
| searchAndConnect | 801 | 4,698,366 | 5865.62546816479 | Yes | 
| knowsAgent | 800 | 1,446 | 1.8075 | No | 
| individualCycleSearch | 130 | 2 | 0.0153846153846154 | Yes | 
| getWorks | 115 | 11,291 | 98.1826086956522 | No | 
| cycleSearch | 114 | 13,134 | 115.210526315789 | Yes | 
| Total | 1,143 | 4,723,030 | 
4.2.14.8 Found structures
4.2.14.8.1 Cycles
Number of cycles found: 48
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-11-05-VBtzc6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.14.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-11-05-VBtzc6--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.15 SIM10-11-12-10-I4WJIL–CV
4.2.15.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
4.2.15.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 209,564 | 1,610 | 1,610 | 4,801 | 219,195 | 
4.2.15.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.15.4 distribution of similarityEdgesByWeight

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

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

4.2.15.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,263,990 | 3,592,337 | 2.84206125048458 | No | 
| existsSimilarity | 1,263,990 | 3,567,296 | 2.82225017602987 | No | 
| similarityEdges | 1,263,990 | 3,491,068 | 2.76194273688874 | No | 
| init | 803 | 95,811 | 119.316313823163 | No | 
| connectAllSimilar | 420 | 3,606,477 | 8586.85 | Yes | 
| searchAndConnect | 90 | 602,945 | 6699.38888888889 | Yes | 
| cycleSearch | 83 | 10,727 | 129.240963855422 | Yes | 
| getWorks | 82 | 6,461 | 78.7926829268293 | Yes | 
| connect | 41 | 76 | 1.85365853658537 | Yes | 
| Total | 721 | 4,229,017 | 
4.2.15.8 Found structures
4.2.15.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-10-I4WJIL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.15.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-10-I4WJIL--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.16 SIM10-11-12-10-I4WJIL–DV
4.2.16.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 30 | 2 | 
4.2.16.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 209,482 | 1,610 | 1,610 | 4,801 | 219,113 | 
4.2.16.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.16.4 distribution of similarityEdgesByWeight

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

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

4.2.16.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,863 | 1.42949385544678 | No | 
| addItemToWork | 3,220 | 22,904 | 7.11304347826087 | No | 
| ownsWork | 1,610 | 11,140 | 6.91925465838509 | No | 
| init | 803 | 84,471 | 105.194271481943 | No | 
| searchAndConnect | 711 | 4,837,964 | 6804.45007032349 | Yes | 
| individualCycleSearch | 88 | 3 | 0.0340909090909091 | Yes | 
| getWorksItems | 18 | 51 | 2.83333333333333 | Yes | 
| getWorks | 7 | 27,062 | 3866 | No | 
| cycleSearch | 6 | 28,032 | 4672 | Yes | 
| Total | 828 | 4,873,507 | 
4.2.16.8 Found structures
4.2.16.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-10-I4WJIL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.16.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-12-10-I4WJIL--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.17 SIM10-10-06-51-6NW2cR–CV
4.2.17.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 5 | 1 | 
4.2.17.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,568 | 810 | 810 | 800 | 55,798 | 
4.2.17.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.17.4 distribution of similarityEdgesByWeight

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

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

4.2.17.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,311,390 | 2,740,731 | 2.08994349507012 | No | 
| existsSimilarity | 1,311,390 | 2,659,660 | 2.0281228314994 | No | 
| similarityEdges | 1,311,390 | 2,601,847 | 1.98403754794531 | No | 
| connect | 24,584 | 52,061 | 2.11767816465994 | Yes | 
| connectAllSimilar | 1,620 | 2,757,732 | 1702.3037037037 | Yes | 
| init | 803 | 41,488 | 51.6662515566625 | No | 
| Total | 26,212 | 2,811,505 | 
4.2.17.8 Found structures
4.2.17.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-06-51-6NW2cR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.17.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-06-51-6NW2cR--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.18 SIM10-10-06-51-6NW2cR–DV
4.2.18.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 5 | 1 | 
4.2.18.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 3,400 | 810 | 810 | 800 | 6,630 | 
4.2.18.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.18.4 distribution of similarityEdgesByWeight

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

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

4.2.18.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 22,510 | 6.25277777777778 | Yes | 
| 3 | getWorks | 3,600 | 28,188 | 7.83 | No | 
| 4 | individualCycleSearch | 3,600 | 105 | 0.0291666666666667 | Yes | 
| 6 | addItemToWork | 1,620 | 10,518 | 6.49259259259259 | No | 
| 7 | ownsWork | 810 | 5,158 | 6.3679012345679 | No | 
| 8 | init | 803 | 40,621 | 50.5865504358655 | No | 
| 9 | searchAndConnect | 801 | 119,297 | 148.935081148564 | Yes | 
| 10 | knowsAgent | 800 | 1,271 | 1.58875 | No | 
| 1 | Total | 15,201 | 167,970 | 
4.2.18.8 Found structures
4.2.18.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-06-51-6NW2cR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.18.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-06-51-6NW2cR--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.19 SIM10-10-08-38-5GyGqx–CV
4.2.19.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
4.2.19.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 52,642 | 810 | 810 | 4,801 | 59,873 | 
4.2.19.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.19.4 distribution of similarityEdgesByWeight

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

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

4.2.19.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,311,390 | 2,913,013 | 2.22131707577456 | No | 
| existsSimilarity | 1,311,390 | 2,878,573 | 2.19505486544811 | No | 
| similarityEdges | 1,311,390 | 2,815,330 | 2.14682893723454 | No | 
| connect | 3,169 | 6,559 | 2.06973808772483 | Yes | 
| connectAllSimilar | 1,620 | 2,929,142 | 1808.11234567901 | Yes | 
| init | 803 | 42,588 | 53.0361145703611 | No | 
| Total | 4,797 | 2,937,315 | 
4.2.19.8 Found structures
4.2.19.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-38-5GyGqx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.19.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-38-5GyGqx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.20 SIM10-10-08-38-5GyGqx–DV
4.2.20.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 5 | 1 | 
4.2.20.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 810 | 46,304 | 810 | 810 | 4,801 | 53,535 | 
4.2.20.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,620 | 810 | 3,231 | 
4.2.20.4 distribution of similarityEdgesByWeight

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

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

4.2.20.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,479 | 1.34951051864195 | No | 
| 3 | cycleSearch | 3,600 | 37,916 | 10.5322222222222 | Yes | 
| 4 | getWorks | 3,600 | 32,181 | 8.93916666666667 | No | 
| 5 | individualCycleSearch | 3,600 | 127 | 0.0352777777777778 | Yes | 
| 7 | addItemToWork | 1,620 | 15,153 | 9.3537037037037 | No | 
| 8 | ownsWork | 810 | 7,421 | 9.16172839506173 | No | 
| 9 | init | 803 | 43,012 | 53.5641344956413 | No | 
| 10 | searchAndConnect | 801 | 1,315,504 | 1642.32709113608 | Yes | 
| 11 | Total | 15,201 | 1,393,532 | 
4.2.20.8 Found structures
4.2.20.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-38-5GyGqx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.20.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-38-5GyGqx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.21 SIM10-11-02-53-35DmcN–CV
4.2.21.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 5 | 2 | 
4.2.21.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 69,024 | 1,610 | 1,610 | 800 | 74,654 | 
4.2.21.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.21.4 distribution of similarityEdgesByWeight

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

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

4.2.21.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,536,240 | 3,582,801 | 2.33218832994845 | No | 
| 2 | existsSimilarity | 1,536,240 | 3,490,844 | 2.27232984429516 | No | 
| 3 | similarityEdges | 1,536,240 | 3,416,637 | 2.22402554288392 | No | 
| 4 | connect | 28,626 | 59,734 | 2.0867043946063 | Yes | 
| 6 | cycleSearch | 3,600 | 20,792 | 5.77555555555556 | Yes | 
| 7 | getWorks | 3,600 | 29,400 | 8.16666666666667 | Yes | 
| 8 | individualCycleSearch | 3,600 | 112 | 0.0311111111111111 | Yes | 
| 10 | init | 803 | 50,264 | 62.5952677459527 | No | 
| 11 | Total | 46,626 | 132,922 | 
4.2.21.8 Found structures
4.2.21.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-53-35DmcN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.21.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-53-35DmcN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.22 SIM10-11-02-53-35DmcN–DV
4.2.22.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 10 | 1 | 5 | 2 | 
4.2.22.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 11,772 | 1,610 | 1,610 | 800 | 17,402 | 
4.2.22.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.22.4 distribution of similarityEdgesByWeight

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

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

4.2.22.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 21,221 | 5.89472222222222 | Yes | 
| 3 | getWorks | 3,600 | 30,584 | 8.49555555555555 | No | 
| 4 | individualCycleSearch | 3,600 | 132 | 0.0366666666666667 | Yes | 
| 6 | addItemToWork | 3,220 | 23,819 | 7.3972049689441 | No | 
| 7 | ownsWork | 1,610 | 12,079 | 7.50248447204969 | No | 
| 8 | init | 803 | 49,591 | 61.7571606475716 | No | 
| 9 | searchAndConnect | 801 | 280,489 | 350.173533083645 | Yes | 
| 10 | knowsAgent | 800 | 1,300 | 1.625 | No | 
| 1 | Total | 15,201 | 326,626 | 
4.2.22.8 Found structures
4.2.22.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-53-35DmcN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.22.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-02-53-35DmcN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.23 SIM10-11-05-55-sdr9EV–CV
4.2.23.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
4.2.23.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 187,754 | 1,610 | 1,610 | 4,801 | 197,385 | 
4.2.23.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.23.4 distribution of similarityEdgesByWeight

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

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

4.2.23.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,300,299 | 3,591,605 | 2.76213778523247 | No | 
| 2 | existsSimilarity | 1,300,299 | 3,558,271 | 2.73650214296866 | No | 
| 3 | similarityEdges | 1,300,299 | 3,482,521 | 2.67824631104077 | No | 
| 5 | cycleSearch | 3,600 | 20,937 | 5.81583333333333 | Yes | 
| 6 | getWorks | 3,600 | 29,686 | 8.24611111111111 | Yes | 
| 7 | individualCycleSearch | 3,600 | 121 | 0.0336111111111111 | Yes | 
| 9 | connect | 3,408 | 6,900 | 2.02464788732394 | Yes | 
| 10 | init | 803 | 51,042 | 63.5641344956413 | No | 
| 11 | Total | 21,408 | 80,049 | 
4.2.23.8 Found structures
4.2.23.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-05-55-sdr9EV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.23.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-05-55-sdr9EV--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.24 SIM10-11-05-55-sdr9EV–DV
4.2.24.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 10 | 1 | 5 | 2 | 
4.2.24.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,610 | 180,938 | 1,610 | 1,610 | 4,801 | 190,569 | 
4.2.24.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,220 | 1,610 | 5,631 | 
4.2.24.4 distribution of similarityEdgesByWeight

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

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

4.2.24.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,675 | 1.39033534680275 | No | 
| 3 | cycleSearch | 3,600 | 71,541 | 19.8725 | Yes | 
| 4 | getWorks | 3,600 | 44,877 | 12.4658333333333 | No | 
| 5 | individualCycleSearch | 3,600 | 127 | 0.0352777777777778 | Yes | 
| 7 | addItemToWork | 3,220 | 26,024 | 8.08198757763975 | No | 
| 8 | ownsWork | 1,610 | 12,667 | 7.86770186335404 | No | 
| 9 | init | 803 | 51,350 | 63.947696139477 | No | 
| 10 | searchAndConnect | 801 | 3,675,222 | 4588.29213483146 | Yes | 
| 11 | Total | 15,201 | 3,815,486 | 
4.2.24.8 Found structures
4.2.24.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-05-55-sdr9EV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.24.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-05-55-sdr9EV--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.25 SIM10-11-04-54-qGUwsf–CV
4.2.25.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 10 | 1 | 
4.2.25.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 53,834 | 820 | 820 | 800 | 57,094 | 
4.2.25.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.25.4 distribution of similarityEdgesByWeight

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

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

4.2.25.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,343,980 | 2,873,559 | 2.13809654905579 | No | 
| existsSimilarity | 1,343,980 | 2,811,878 | 2.09220226491466 | No | 
| similarityEdges | 1,343,980 | 2,753,980 | 2.0491227548029 | No | 
| connect | 16,357 | 35,041 | 2.14226325120743 | Yes | 
| connectAllSimilar | 1,640 | 2,888,988 | 1761.57804878049 | Yes | 
| init | 803 | 61,966 | 77.1681195516812 | No | 
| Total | 18,005 | 2,925,943 | 
4.2.25.8 Found structures
4.2.25.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-04-54-qGUwsf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.25.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-04-54-qGUwsf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.26 SIM10-11-04-54-qGUwsf–DV
4.2.26.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 10 | 1 | 
4.2.26.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 21,120 | 820 | 820 | 800 | 24,380 | 
4.2.26.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.26.4 distribution of similarityEdgesByWeight

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

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

4.2.26.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 50,033 | 13.8980555555556 | Yes | 
| 3 | getWorks | 3,600 | 32,614 | 9.05944444444444 | No | 
| 4 | individualCycleSearch | 3,600 | 106 | 0.0294444444444444 | Yes | 
| 6 | addItemToWork | 1,640 | 11,220 | 6.84146341463415 | No | 
| 7 | ownsWork | 820 | 5,314 | 6.48048780487805 | No | 
| 8 | init | 803 | 62,100 | 77.3349937733499 | No | 
| 9 | searchAndConnect | 801 | 623,390 | 778.264669163546 | Yes | 
| 10 | knowsAgent | 800 | 1,499 | 1.87375 | No | 
| 1 | Total | 15,201 | 825,627 | 
4.2.26.8 Found structures
4.2.26.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-04-54-qGUwsf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.26.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-04-54-qGUwsf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.27 SIM10-11-06-45-2UHDM7–CV
4.2.27.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
4.2.27.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,376 | 820 | 820 | 4,801 | 61,637 | 
4.2.27.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.27.4 distribution of similarityEdgesByWeight

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

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

4.2.27.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,343,980 | 2,894,457 | 2.15364588758761 | No | 
| existsSimilarity | 1,343,980 | 2,868,750 | 2.13451837080909 | No | 
| similarityEdges | 1,343,980 | 2,803,266 | 2.08579443146475 | No | 
| connectAllSimilar | 1,640 | 2,908,845 | 1773.68597560976 | Yes | 
| init | 803 | 64,338 | 80.1220423412204 | No | 
| connect | 45 | 71 | 1.57777777777778 | Yes | 
| cycleSearch | 13 | 429 | 33 | Yes | 
| getWorks | 12 | 29 | 2.41666666666667 | Yes | 
| Total | 1,716 | 2,910,914 | 
4.2.27.8 Found structures
4.2.27.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-06-45-2UHDM7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.27.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-06-45-2UHDM7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.28 SIM10-11-06-45-2UHDM7–DV
4.2.28.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 10 | 1 | 
4.2.28.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,286 | 820 | 820 | 4,801 | 61,547 | 
4.2.28.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.28.4 distribution of similarityEdgesByWeight

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

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

4.2.28.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,876 | 1.43220162466153 | No | 
| addItemToWork | 1,640 | 11,196 | 6.82682926829268 | No | 
| ownsWork | 820 | 5,265 | 6.42073170731707 | No | 
| init | 803 | 64,543 | 80.3773349937733 | No | 
| searchAndConnect | 801 | 2,186,986 | 2730.31960049938 | Yes | 
| individualCycleSearch | 66 | 3 | 0.0454545454545455 | Yes | 
| getWorks | 55 | 4,241 | 77.1090909090909 | No | 
| cycleSearch | 54 | 13,836 | 256.222222222222 | Yes | 
| getWorksItems | 38 | 82 | 2.15789473684211 | Yes | 
| Total | 983 | 2,212,022 | 
4.2.28.8 Found structures
4.2.28.8.1 Cycles
Number of cycles found: 20
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-06-45-2UHDM7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.28.8.2 Paths
Number of paths found: 4
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-06-45-2UHDM7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.29 SIM10-12-03-28-i8X8ID–CV
4.2.29.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 10 | 2 | 
4.2.29.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 128,328 | 1,620 | 1,620 | 800 | 133,988 | 
4.2.29.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.29.4 distribution of similarityEdgesByWeight

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

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

4.2.29.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,409,345 | 3,586,035 | 2.54446923925653 | No | 
| 2 | existsSimilarity | 1,409,345 | 3,527,746 | 2.5031103101086 | No | 
| 3 | similarityEdges | 1,409,345 | 3,457,022 | 2.45292813328177 | No | 
| 4 | connect | 14,816 | 31,100 | 2.09908207343413 | Yes | 
| 6 | cycleSearch | 3,600 | 60,457 | 16.7936111111111 | Yes | 
| 7 | getWorks | 3,600 | 34,794 | 9.665 | Yes | 
| 8 | individualCycleSearch | 3,600 | 105 | 0.0291666666666667 | Yes | 
| 10 | init | 803 | 69,674 | 86.7671232876712 | No | 
| 11 | Total | 32,816 | 312,897 | 
4.2.29.8 Found structures
4.2.29.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-03-28-i8X8ID--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.29.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-03-28-i8X8ID--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.30 SIM10-12-03-28-i8X8ID–DV
4.2.30.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 10 | 2 | 
4.2.30.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 98,696 | 1,620 | 1,620 | 800 | 104,356 | 
4.2.30.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.30.4 distribution of similarityEdgesByWeight

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

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

4.2.30.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 58,246 | 16.1794444444444 | Yes | 
| 3 | getWorks | 3,600 | 36,401 | 10.1113888888889 | No | 
| 4 | individualCycleSearch | 3,600 | 97 | 0.0269444444444444 | Yes | 
| 6 | addItemToWork | 3,240 | 26,040 | 8.03703703703704 | No | 
| 7 | ownsWork | 1,620 | 12,833 | 7.9216049382716 | No | 
| 8 | init | 803 | 70,303 | 87.5504358655044 | No | 
| 9 | searchAndConnect | 801 | 2,267,717 | 2831.10736579276 | Yes | 
| 10 | knowsAgent | 800 | 1,672 | 2.09 | No | 
| 1 | Total | 15,201 | 2,508,294 | 
4.2.30.8 Found structures
4.2.30.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-03-28-i8X8ID--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.30.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-03-28-i8X8ID--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.31 SIM10-12-06-30-IYS9fe–CV
4.2.31.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
4.2.31.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 209,600 | 1,620 | 1,620 | 4,801 | 219,261 | 
4.2.31.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.31.4 distribution of similarityEdgesByWeight

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

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

4.2.31.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,272,390 | 3,593,945 | 2.8245624376174 | No | 
| existsSimilarity | 1,272,390 | 3,569,918 | 2.80567907638381 | No | 
| similarityEdges | 1,272,390 | 3,498,772 | 2.74976383027216 | No | 
| init | 803 | 72,497 | 90.2826899128269 | No | 
| connectAllSimilar | 420 | 3,607,948 | 8590.35238095238 | Yes | 
| cycleSearch | 111 | 3,781 | 34.0630630630631 | Yes | 
| getWorks | 110 | 282 | 2.56363636363636 | Yes | 
| connect | 37 | 76 | 2.05405405405405 | Yes | 
| Total | 684 | 3,615,536 | 
4.2.31.8 Found structures
4.2.31.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-06-30-IYS9fe--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.31.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-06-30-IYS9fe--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.32 SIM10-12-06-30-IYS9fe–DV
4.2.32.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 10 | 2 | 
4.2.32.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 209,526 | 1,620 | 1,620 | 4,801 | 219,187 | 
4.2.32.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.32.4 distribution of similarityEdgesByWeight

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

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

4.2.32.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,998 | 1.45761299729223 | No | 
| addItemToWork | 3,240 | 26,776 | 8.2641975308642 | No | 
| ownsWork | 1,620 | 13,697 | 8.45493827160494 | No | 
| init | 803 | 71,240 | 88.7173100871731 | No | 
| searchAndConnect | 801 | 5,881,911 | 7343.20973782772 | Yes | 
| individualCycleSearch | 166 | 3 | 0.0180722891566265 | Yes | 
| getWorks | 57 | 178 | 3.12280701754386 | No | 
| cycleSearch | 56 | 5,985 | 106.875 | Yes | 
| getWorksItems | 38 | 85 | 2.23684210526316 | Yes | 
| Total | 1,089 | 5,892,905 | 
4.2.32.8 Found structures
4.2.32.8.1 Cycles
Number of cycles found: 28
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-06-30-IYS9fe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.32.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-06-30-IYS9fe--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.33 SIM10-11-07-36-TSU9Sk–CV
4.2.33.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 30 | 1 | 
4.2.33.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 53,802 | 820 | 820 | 800 | 57,062 | 
4.2.33.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.33.4 distribution of similarityEdgesByWeight

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

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

4.2.33.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,343,980 | 2,955,265 | 2.1988906084912 | No | 
| 2 | existsSimilarity | 1,343,980 | 2,928,969 | 2.17932484114347 | No | 
| 3 | similarityEdges | 1,343,980 | 2,867,869 | 2.13386285510201 | No | 
| 4 | connectAllSimilar | 1,640 | 2,970,137 | 1811.05914634146 | Yes | 
| 5 | init | 803 | 66,218 | 82.4632627646326 | No | 
| 6 | connect | 36 | 78 | 2.16666666666667 | Yes | 
| 8 | cycleSearch | 2 | 63 | 31.5 | Yes | 
| 11 | Total | 1,685 | 2,971,873 | 
4.2.33.8 Found structures
4.2.33.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-07-36-TSU9Sk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.33.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-07-36-TSU9Sk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.34 SIM10-11-07-36-TSU9Sk–DV
4.2.34.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 30 | 1 | 
4.2.34.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 53,730 | 820 | 820 | 800 | 56,990 | 
4.2.34.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.34.4 distribution of similarityEdgesByWeight

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

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

4.2.34.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,640 | 12,784 | 7.79512195121951 | No | 
| ownsWork | 820 | 5,875 | 7.16463414634146 | No | 
| init | 803 | 67,787 | 84.4171855541719 | No | 
| searchAndConnect | 801 | 1,714,892 | 2140.93882646692 | Yes | 
| knowsAgent | 800 | 1,540 | 1.925 | No | 
| getWorks | 47 | 2,727 | 58.0212765957447 | No | 
| individualCycleSearch | 47 | 3 | 0.0638297872340425 | Yes | 
| cycleSearch | 46 | 12,112 | 263.304347826087 | Yes | 
| getWorksItems | 38 | 72 | 1.89473684210526 | Yes | 
| Total | 945 | 1,737,430 | 
4.2.34.8 Found structures
4.2.34.8.1 Cycles
Number of cycles found: 10
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-07-36-TSU9Sk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.34.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-07-36-TSU9Sk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.35 SIM10-11-08-29-XLkAGB–CV
4.2.35.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
4.2.35.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 53,830 | 820 | 820 | 4,801 | 61,091 | 
4.2.35.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.35.4 distribution of similarityEdgesByWeight

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

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

4.2.35.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,343,980 | 2,984,703 | 2.22079420824715 | No | 
| existsSimilarity | 1,343,980 | 2,958,694 | 2.20144198574384 | No | 
| similarityEdges | 1,343,980 | 2,897,909 | 2.15621437819015 | No | 
| connectAllSimilar | 1,640 | 2,999,507 | 1828.96768292683 | Yes | 
| init | 803 | 66,086 | 82.2988792029888 | No | 
| connect | 39 | 71 | 1.82051282051282 | Yes | 
| cycleSearch | 20 | 636 | 31.8 | Yes | 
| getWorks | 19 | 50 | 2.63157894736842 | Yes | 
| Total | 1,724 | 3,001,798 | 
4.2.35.8 Found structures
4.2.35.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-29-XLkAGB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.35.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-29-XLkAGB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.36 SIM10-11-08-29-XLkAGB–DV
4.2.36.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 30 | 1 | 
4.2.36.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 53,752 | 820 | 820 | 4,801 | 61,013 | 
4.2.36.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.36.4 distribution of similarityEdgesByWeight

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

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

4.2.36.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,195 | 1.49864611539263 | No | 
| addItemToWork | 1,640 | 13,071 | 7.97012195121951 | No | 
| ownsWork | 820 | 5,662 | 6.90487804878049 | No | 
| init | 803 | 67,441 | 83.986301369863 | No | 
| searchAndConnect | 801 | 2,217,365 | 2768.24594257179 | Yes | 
| individualCycleSearch | 64 | 2 | 0.03125 | Yes | 
| getWorks | 46 | 159 | 3.45652173913043 | No | 
| cycleSearch | 45 | 5,306 | 117.911111111111 | Yes | 
| getWorksItems | 38 | 70 | 1.84210526315789 | Yes | 
| Total | 965 | 2,225,555 | 
4.2.36.8 Found structures
4.2.36.8.1 Cycles
Number of cycles found: 17
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-29-XLkAGB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.36.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-08-29-XLkAGB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.37 SIM10-12-07-36-VxICY5–CV
4.2.37.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 30 | 2 | 
4.2.37.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 210,714 | 1,620 | 1,620 | 800 | 216,374 | 
4.2.37.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.37.4 distribution of similarityEdgesByWeight

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

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

4.2.37.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,258,280 | 3,589,376 | 2.85260514352926 | No | 
| existsSimilarity | 1,258,280 | 3,565,153 | 2.83335426137267 | No | 
| similarityEdges | 1,258,280 | 3,492,889 | 2.7759234828496 | No | 
| init | 803 | 77,316 | 96.2839352428393 | No | 
| connectAllSimilar | 415 | 3,603,367 | 8682.81204819277 | Yes | 
| cycleSearch | 113 | 4,298 | 38.0353982300885 | Yes | 
| getWorks | 112 | 408 | 3.64285714285714 | Yes | 
| connect | 39 | 64 | 1.64102564102564 | Yes | 
| searchAndConnect | 10 | 55,562 | 5556.2 | Yes | 
| Total | 694 | 3,666,135 | 
4.2.37.8 Found structures
4.2.37.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-07-36-VxICY5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.37.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-07-36-VxICY5--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.38 SIM10-12-07-36-VxICY5–DV
4.2.38.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 30 | 2 | 
4.2.38.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 210,636 | 1,620 | 1,620 | 800 | 216,296 | 
4.2.38.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.38.4 distribution of similarityEdgesByWeight

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

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

4.2.38.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 3,240 | 26,110 | 8.05864197530864 | No | 
| ownsWork | 1,620 | 12,781 | 7.88950617283951 | No | 
| init | 803 | 76,272 | 94.9838107098381 | No | 
| knowsAgent | 800 | 1,453 | 1.81625 | No | 
| searchAndConnect | 791 | 4,857,690 | 6141.201011378 | Yes | 
| individualCycleSearch | 118 | 3 | 0.0254237288135593 | Yes | 
| getWorksItems | 38 | 74 | 1.94736842105263 | Yes | 
| getWorks | 7 | 8,838 | 1262.57142857143 | No | 
| cycleSearch | 6 | 25,093 | 4182.16666666667 | Yes | 
| Total | 958 | 4,888,593 | 
4.2.38.8 Found structures
4.2.38.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-07-36-VxICY5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.38.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-07-36-VxICY5--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.39 SIM10-12-08-41-DidGLw–CV
4.2.39.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
4.2.39.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 210,896 | 1,620 | 1,620 | 4,801 | 220,557 | 
4.2.39.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.39.4 distribution of similarityEdgesByWeight

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

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

4.2.39.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,263,927 | 3,591,620 | 2.84163563243763 | No | 
| 2 | existsSimilarity | 1,263,927 | 3,567,615 | 2.8226432380984 | No | 
| 3 | similarityEdges | 1,263,927 | 3,495,185 | 2.76533771333313 | No | 
| 4 | init | 802 | 68,370 | 85.2493765586035 | No | 
| 5 | connectAllSimilar | 417 | 3,605,565 | 8646.43884892086 | Yes | 
| 6 | cycleSearch | 108 | 3,786 | 35.0555555555556 | Yes | 
| 7 | getWorks | 107 | 278 | 2.5981308411215 | Yes | 
| 8 | connect | 51 | 91 | 1.7843137254902 | Yes | 
| 10 | searchAndConnect | 2 | 8,159 | 4079.5 | Yes | 
| 11 | Total | 690 | 3,620,336 | 
4.2.39.8 Found structures
4.2.39.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-08-41-DidGLw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.39.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-08-41-DidGLw--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.40 SIM10-12-08-41-DidGLw–DV
4.2.40.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 30 | 2 | 
4.2.40.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 210,794 | 1,620 | 1,620 | 4,801 | 220,455 | 
4.2.40.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.40.4 distribution of similarityEdgesByWeight

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

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

4.2.40.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,216 | 1.50302020412414 | No | 
| addItemToWork | 3,240 | 26,114 | 8.05987654320988 | No | 
| ownsWork | 1,620 | 12,656 | 7.81234567901235 | No | 
| init | 803 | 74,914 | 93.2926525529265 | No | 
| searchAndConnect | 799 | 5,594,820 | 7002.27784730914 | Yes | 
| individualCycleSearch | 141 | 6 | 0.0425531914893617 | Yes | 
| getWorksItems | 38 | 108 | 2.84210526315789 | Yes | 
| getWorks | 35 | 18,259 | 521.685714285714 | No | 
| cycleSearch | 34 | 32,563 | 957.735294117647 | Yes | 
| Total | 1,018 | 5,658,795 | 
4.2.40.8 Found structures
4.2.40.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-08-41-DidGLw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.40.8.2 Paths
Number of paths found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-08-41-DidGLw--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.41 SIM10-11-01-14-QPUU9Q–CV
4.2.41.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 5 | 1 | 
4.2.41.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 54,006 | 820 | 820 | 800 | 57,266 | 
4.2.41.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.41.4 distribution of similarityEdgesByWeight

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

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

4.2.41.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,343,980 | 2,782,710 | 2.07049956100537 | No | 
| existsSimilarity | 1,343,980 | 2,700,887 | 2.00961844670308 | No | 
| similarityEdges | 1,343,980 | 2,645,067 | 1.96808509055194 | No | 
| connect | 25,443 | 54,216 | 2.13088079235939 | Yes | 
| connectAllSimilar | 1,640 | 2,798,772 | 1706.56829268293 | Yes | 
| init | 803 | 58,461 | 72.8032378580324 | No | 
| Total | 27,091 | 2,854,680 | 
4.2.41.8 Found structures
4.2.41.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-14-QPUU9Q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.41.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-14-QPUU9Q--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.42 SIM10-11-01-14-QPUU9Q–DV
4.2.42.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 5 | 1 | 
4.2.42.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 3,120 | 820 | 820 | 800 | 6,380 | 
4.2.42.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.42.4 distribution of similarityEdgesByWeight

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

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

4.2.42.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 19,862 | 5.51722222222222 | Yes | 
| 3 | getWorks | 3,600 | 34,525 | 9.59027777777778 | No | 
| 4 | individualCycleSearch | 3,600 | 112 | 0.0311111111111111 | Yes | 
| 6 | addItemToWork | 1,640 | 11,978 | 7.30365853658537 | No | 
| 7 | ownsWork | 820 | 5,862 | 7.14878048780488 | No | 
| 8 | init | 803 | 58,458 | 72.799501867995 | No | 
| 9 | searchAndConnect | 801 | 119,328 | 148.973782771536 | Yes | 
| 10 | knowsAgent | 800 | 1,528 | 1.91 | No | 
| 1 | Total | 15,201 | 162,908 | 
4.2.42.8 Found structures
4.2.42.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-14-QPUU9Q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.42.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-01-14-QPUU9Q--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.43 SIM10-11-03-03-Wy2DLx–CV
4.2.43.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
4.2.43.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 53,700 | 820 | 820 | 4,801 | 60,961 | 
4.2.43.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.43.4 distribution of similarityEdgesByWeight

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

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

4.2.43.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,343,980 | 2,942,892 | 2.18968437030313 | No | 
| existsSimilarity | 1,343,980 | 2,909,285 | 2.16467878986294 | No | 
| similarityEdges | 1,343,980 | 2,849,320 | 2.12006131043617 | No | 
| connect | 3,305 | 7,135 | 2.1588502269289 | Yes | 
| connectAllSimilar | 1,640 | 2,957,857 | 1803.57134146341 | Yes | 
| init | 803 | 60,313 | 75.1095890410959 | No | 
| Total | 4,953 | 2,966,811 | 
4.2.43.8 Found structures
4.2.43.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-03-03-Wy2DLx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.43.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-03-03-Wy2DLx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.44 SIM10-11-03-03-Wy2DLx–DV
4.2.44.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 5 | 1 | 
4.2.44.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 820 | 47,090 | 820 | 820 | 4,801 | 54,351 | 
4.2.44.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,640 | 820 | 3,261 | 
4.2.44.4 distribution of similarityEdgesByWeight

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

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

4.2.44.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 7,040 | 1.46636117475526 | No | 
| 3 | cycleSearch | 3,600 | 50,872 | 14.1311111111111 | Yes | 
| 4 | getWorks | 3,600 | 33,208 | 9.22444444444444 | No | 
| 5 | individualCycleSearch | 3,600 | 116 | 0.0322222222222222 | Yes | 
| 7 | addItemToWork | 1,640 | 11,349 | 6.92012195121951 | No | 
| 8 | ownsWork | 820 | 5,540 | 6.75609756097561 | No | 
| 9 | init | 803 | 60,019 | 74.7434620174346 | No | 
| 10 | searchAndConnect | 801 | 1,592,072 | 1987.60549313358 | Yes | 
| 11 | Total | 15,201 | 1,790,866 | 
4.2.44.8 Found structures
4.2.44.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-03-03-Wy2DLx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.44.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-03-03-Wy2DLx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.45 SIM10-11-09-23-Gncraf–CV
4.2.45.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 5 | 2 | 
4.2.45.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 70,416 | 1,620 | 1,620 | 800 | 76,076 | 
4.2.45.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.45.4 distribution of similarityEdgesByWeight

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

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

4.2.45.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,541,177 | 3,582,817 | 2.32472778921565 | No | 
| 2 | existsSimilarity | 1,541,177 | 3,490,440 | 2.2647885349963 | No | 
| 3 | similarityEdges | 1,541,177 | 3,418,584 | 2.21816442887481 | No | 
| 4 | connect | 28,843 | 61,799 | 2.1425995908886 | Yes | 
| 6 | cycleSearch | 3,600 | 18,182 | 5.05055555555556 | Yes | 
| 7 | getWorks | 3,600 | 32,838 | 9.12166666666667 | Yes | 
| 8 | individualCycleSearch | 3,600 | 125 | 0.0347222222222222 | Yes | 
| 10 | init | 803 | 68,264 | 85.0112079701121 | No | 
| 11 | Total | 46,843 | 133,650 | 
4.2.45.8 Found structures
4.2.45.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-09-23-Gncraf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.45.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-09-23-Gncraf--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.46 SIM10-11-09-23-Gncraf–DV
4.2.46.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 20 | 1 | 5 | 2 | 
4.2.46.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 12,730 | 1,620 | 1,620 | 800 | 18,390 | 
4.2.46.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.46.4 distribution of similarityEdgesByWeight

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

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

4.2.46.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 18,827 | 5.22972222222222 | Yes | 
| 3 | getWorks | 3,600 | 33,396 | 9.27666666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 126 | 0.035 | Yes | 
| 6 | addItemToWork | 3,240 | 28,498 | 8.79567901234568 | No | 
| 7 | ownsWork | 1,620 | 13,615 | 8.40432098765432 | No | 
| 8 | init | 803 | 68,889 | 85.7895392278954 | No | 
| 9 | searchAndConnect | 801 | 299,953 | 374.47315855181 | Yes | 
| 10 | knowsAgent | 800 | 1,565 | 1.95625 | No | 
| 1 | Total | 15,201 | 339,904 | 
4.2.46.8 Found structures
4.2.46.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-09-23-Gncraf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.46.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-11-09-23-Gncraf--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.47 SIM10-12-12-25-tAQpcH–CV
4.2.47.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
4.2.47.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 189,038 | 1,620 | 1,620 | 4,801 | 198,699 | 
4.2.47.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.47.4 distribution of similarityEdgesByWeight

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

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

4.2.47.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,275,209 | 3,587,525 | 2.81328394012276 | No | 
| 2 | existsSimilarity | 1,275,209 | 3,554,971 | 2.78775557575268 | No | 
| 3 | similarityEdges | 1,275,209 | 3,483,962 | 2.73207137026166 | No | 
| 5 | cycleSearch | 3,600 | 49,275 | 13.6875 | Yes | 
| 6 | getWorks | 3,600 | 34,428 | 9.56333333333333 | Yes | 
| 7 | individualCycleSearch | 3,600 | 107 | 0.0297222222222222 | Yes | 
| 9 | connect | 3,526 | 7,287 | 2.06664775950085 | Yes | 
| 10 | init | 803 | 68,943 | 85.8567870485679 | No | 
| 11 | Total | 21,526 | 230,054 | 
4.2.47.8 Found structures
4.2.47.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-12-25-tAQpcH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.47.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-12-25-tAQpcH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.48 SIM10-12-12-25-tAQpcH–DV
4.2.48.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 20 | 1 | 5 | 2 | 
4.2.48.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,620 | 181,986 | 1,620 | 1,620 | 4,801 | 191,647 | 
4.2.48.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,240 | 1,620 | 5,661 | 
4.2.48.4 distribution of similarityEdgesByWeight

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

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

4.2.48.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 7,067 | 1.47198500312435 | No | 
| 3 | cycleSearch | 3,600 | 101,956 | 28.3211111111111 | Yes | 
| 4 | getWorks | 3,600 | 48,620 | 13.5055555555556 | No | 
| 5 | individualCycleSearch | 3,600 | 156 | 0.0433333333333333 | Yes | 
| 7 | addItemToWork | 3,240 | 29,275 | 9.03549382716049 | No | 
| 8 | ownsWork | 1,620 | 14,584 | 9.00246913580247 | No | 
| 9 | init | 803 | 68,973 | 85.8941469489415 | No | 
| 10 | searchAndConnect | 801 | 3,832,063 | 4784.0986267166 | Yes | 
| 11 | Total | 15,201 | 4,126,270 | 
4.2.48.8 Found structures
4.2.48.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-12-25-tAQpcH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.48.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-12-12-25-tAQpcH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.49 SIM10-10-03-39-t9pUBu–CV
4.2.49.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
4.2.49.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 207,158 | 1,605 | 1,605 | 4,801 | 216,774 | 
4.2.49.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.49.4 distribution of similarityEdgesByWeight

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

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

4.2.49.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,329,215 | 3,585,086 | 2.69714530756875 | No | 
| existsSimilarity | 1,329,215 | 3,558,637 | 2.67724709697077 | No | 
| similarityEdges | 1,329,215 | 3,479,613 | 2.61779546574482 | No | 
| init | 803 | 95,712 | 119.19302615193 | No | 
| connectAllSimilar | 445 | 3,600,285 | 8090.52808988764 | Yes | 
| searchAndConnect | 189 | 1,306,331 | 6911.80423280423 | Yes | 
| cycleSearch | 62 | 19,679 | 317.403225806452 | Yes | 
| getWorks | 62 | 19,273 | 310.854838709677 | Yes | 
| connect | 38 | 79 | 2.07894736842105 | Yes | 
| Total | 801 | 4,947,828 | 
4.2.49.8 Found structures
4.2.49.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-39-t9pUBu--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.49.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-39-t9pUBu--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.50 SIM10-10-03-39-t9pUBu–DV
4.2.50.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 10 | 2 | 
4.2.50.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 207,082 | 1,605 | 1,605 | 4,801 | 216,698 | 
4.2.50.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.50.4 distribution of similarityEdgesByWeight

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

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

4.2.50.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,839 | 1.42449489689648 | No | 
| addItemToWork | 3,210 | 24,840 | 7.73831775700935 | No | 
| ownsWork | 1,605 | 12,289 | 7.65669781931464 | No | 
| init | 803 | 64,649 | 80.5093399750934 | No | 
| searchAndConnect | 612 | 3,915,078 | 6397.1862745098 | Yes | 
| individualCycleSearch | 68 | 0 | 0 | Yes | 
| getWorksItems | 8 | 48 | 6 | Yes | 
| cycleSearch | 7 | 31,751 | 4535.85714285714 | Yes | 
| getWorks | 7 | 22,574 | 3224.85714285714 | No | 
| Total | 700 | 3,953,075 | 
4.2.50.8 Found structures
4.2.50.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-39-t9pUBu--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.50.8.2 Paths
Number of paths found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-39-t9pUBu--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.51 SIM10-10-05-16-XZB4ZK–CV
4.2.51.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 10 | 1 | 
4.2.51.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,316 | 805 | 805 | 800 | 55,531 | 
4.2.51.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.51.4 distribution of similarityEdgesByWeight

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

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

4.2.51.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,295,245 | 2,781,342 | 2.1473481850924 | No | 
| existsSimilarity | 1,295,245 | 2,723,328 | 2.10255820327428 | No | 
| similarityEdges | 1,295,245 | 2,661,666 | 2.05495176588213 | No | 
| connect | 13,530 | 28,354 | 2.09563932002956 | Yes | 
| connectAllSimilar | 1,610 | 2,798,657 | 1738.29627329193 | Yes | 
| init | 803 | 30,462 | 37.9352428393524 | No | 
| Total | 15,148 | 2,828,638 | 
4.2.51.8 Found structures
4.2.51.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-16-XZB4ZK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.51.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-16-XZB4ZK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.52 SIM10-10-05-16-XZB4ZK–DV
4.2.52.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 10 | 1 | 
4.2.52.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 25,256 | 805 | 805 | 800 | 28,471 | 
4.2.52.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.52.4 distribution of similarityEdgesByWeight

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

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

4.2.52.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 25,986 | 7.21833333333333 | Yes | 
| 3 | getWorks | 3,600 | 23,169 | 6.43583333333333 | No | 
| 4 | individualCycleSearch | 3,600 | 140 | 0.0388888888888889 | Yes | 
| 6 | addItemToWork | 1,610 | 10,385 | 6.45031055900621 | No | 
| 7 | ownsWork | 805 | 5,316 | 6.60372670807453 | No | 
| 8 | init | 803 | 30,110 | 37.4968866749689 | No | 
| 9 | searchAndConnect | 801 | 693,051 | 865.232209737828 | Yes | 
| 10 | knowsAgent | 800 | 1,280 | 1.6 | No | 
| 1 | Total | 15,201 | 748,531 | 
4.2.52.8 Found structures
4.2.52.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-16-XZB4ZK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.52.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-16-XZB4ZK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.53 SIM10-10-07-03-FhGFLi–CV
4.2.53.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
4.2.53.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,480 | 805 | 805 | 4,801 | 59,696 | 
4.2.53.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.53.4 distribution of similarityEdgesByWeight

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

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

4.2.53.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,295,245 | 2,856,940 | 2.2057139768924 | No | 
| existsSimilarity | 1,295,245 | 2,828,721 | 2.18392736509309 | No | 
| similarityEdges | 1,295,245 | 2,765,427 | 2.13506093441781 | No | 
| connectAllSimilar | 1,610 | 2,873,281 | 1784.64658385093 | Yes | 
| init | 803 | 39,580 | 49.2901618929016 | No | 
| connect | 52 | 104 | 2 | Yes | 
| cycleSearch | 33 | 1,194 | 36.1818181818182 | Yes | 
| getWorks | 32 | 191 | 5.96875 | Yes | 
| searchAndConnect | 10 | 28,404 | 2840.4 | Yes | 
| Total | 1,742 | 2,904,280 | 
4.2.53.8 Found structures
4.2.53.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-03-FhGFLi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.53.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-03-FhGFLi--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.54 SIM10-10-07-03-FhGFLi–DV
4.2.54.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 10 | 1 | 
4.2.54.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,376 | 805 | 805 | 4,801 | 59,592 | 
4.2.54.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.54.4 distribution of similarityEdgesByWeight

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

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

4.2.54.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,668 | 1.38887731722558 | No | 
| addItemToWork | 1,610 | 11,565 | 7.1832298136646 | No | 
| ownsWork | 805 | 5,973 | 7.41987577639752 | No | 
| init | 803 | 40,049 | 49.8742216687422 | No | 
| searchAndConnect | 791 | 1,914,841 | 2420.78508217446 | Yes | 
| individualCycleSearch | 38 | 1 | 0.0263157894736842 | Yes | 
| getWorksItems | 8 | 20 | 2.5 | Yes | 
| getWorks | 7 | 6,141 | 877.285714285714 | No | 
| cycleSearch | 6 | 11,783 | 1963.83333333333 | Yes | 
| Total | 848 | 1,929,791 | 
4.2.54.8 Found structures
4.2.54.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-03-FhGFLi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.54.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-03-FhGFLi--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.55 SIM10-10-12-38-DtD6aF–CV
4.2.55.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 10 | 2 | 
4.2.55.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 141,038 | 1,605 | 1,605 | 800 | 146,653 | 
4.2.55.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.55.4 distribution of similarityEdgesByWeight

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

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

4.2.55.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | connectIfSimilar | 1,425,360 | 3,585,668 | 2.51562271987428 | No | 
| 2 | existsSimilarity | 1,425,360 | 3,532,431 | 2.4782728573834 | No | 
| 3 | similarityEdges | 1,425,360 | 3,454,085 | 2.42330709434809 | No | 
| 4 | connect | 12,223 | 24,198 | 1.9797103820666 | Yes | 
| 6 | cycleSearch | 3,600 | 43,670 | 12.1305555555556 | Yes | 
| 7 | getWorks | 3,600 | 25,454 | 7.07055555555556 | Yes | 
| 8 | individualCycleSearch | 3,600 | 132 | 0.0366666666666667 | Yes | 
| 10 | init | 803 | 36,245 | 45.1369863013699 | No | 
| 11 | Total | 30,223 | 209,732 | 
4.2.55.8 Found structures
4.2.55.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-12-38-DtD6aF--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.55.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-12-38-DtD6aF--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.56 SIM10-10-12-38-DtD6aF–DV
4.2.56.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 10 | 2 | 
4.2.56.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 116,592 | 1,605 | 1,605 | 800 | 122,207 | 
4.2.56.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.56.4 distribution of similarityEdgesByWeight

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

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

4.2.56.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 63,112 | 17.5311111111111 | Yes | 
| 3 | getWorks | 3,600 | 30,786 | 8.55166666666667 | No | 
| 4 | individualCycleSearch | 3,600 | 137 | 0.0380555555555556 | Yes | 
| 6 | addItemToWork | 3,210 | 21,059 | 6.56043613707165 | No | 
| 7 | ownsWork | 1,605 | 10,318 | 6.42866043613707 | No | 
| 8 | init | 803 | 45,533 | 56.7036114570361 | No | 
| 9 | searchAndConnect | 801 | 2,207,824 | 2756.33458177278 | Yes | 
| 10 | knowsAgent | 800 | 1,333 | 1.66625 | No | 
| 1 | Total | 15,201 | 2,406,442 | 
4.2.56.8 Found structures
4.2.56.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-12-38-DtD6aF--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.56.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-12-38-DtD6aF--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.57 SIM10-10-04-43-kc5JMM–CV
4.2.57.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 30 | 2 | 
4.2.57.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 206,516 | 1,605 | 1,605 | 800 | 212,131 | 
4.2.57.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.57.4 distribution of similarityEdgesByWeight

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

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

4.2.57.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,334,742 | 3,592,122 | 2.69124819628063 | No | 
| existsSimilarity | 1,334,742 | 3,565,677 | 2.67143537852259 | No | 
| similarityEdges | 1,334,742 | 3,486,469 | 2.61209207472305 | No | 
| init | 803 | 109,739 | 136.661270236613 | No | 
| connectAllSimilar | 447 | 3,607,065 | 8069.4966442953 | Yes | 
| searchAndConnect | 323 | 1,888,560 | 5846.93498452012 | Yes | 
| connect | 40 | 70 | 1.75 | Yes | 
| cycleSearch | 27 | 30,604 | 1133.48148148148 | Yes | 
| getWorks | 26 | 23,473 | 902.807692307692 | Yes | 
| Total | 868 | 5,551,906 | 
4.2.57.8 Found structures
4.2.57.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-04-43-kc5JMM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.57.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-04-43-kc5JMM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.58 SIM10-10-04-43-kc5JMM–DV
4.2.58.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 30 | 2 | 
4.2.58.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 206,436 | 1,605 | 1,605 | 800 | 212,051 | 
4.2.58.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.58.4 distribution of similarityEdgesByWeight

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

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

4.2.58.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 3,210 | 22,459 | 6.99657320872274 | No | 
| ownsWork | 1,605 | 10,786 | 6.7202492211838 | No | 
| init | 803 | 62,214 | 77.4769613947696 | No | 
| knowsAgent | 800 | 1,262 | 1.5775 | No | 
| searchAndConnect | 478 | 2,550,433 | 5335.63389121339 | Yes | 
| individualCycleSearch | 32 | 0 | 0 | Yes | 
| getWorksItems | 8 | 50 | 6.25 | Yes | 
| getWorks | 7 | 19,096 | 2728 | No | 
| cycleSearch | 6 | 25,200 | 4200 | Yes | 
| Total | 529 | 2,581,901 | 
4.2.58.8 Found structures
4.2.58.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-04-43-kc5JMM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.58.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-04-43-kc5JMM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.59 SIM10-10-05-47-XPvEp7–CV
4.2.59.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
4.2.59.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 206,816 | 1,605 | 1,605 | 4,801 | 216,432 | 
4.2.59.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.59.4 distribution of similarityEdgesByWeight

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

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

4.2.59.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,318,149 | 3,586,201 | 2.72063401026743 | No | 
| existsSimilarity | 1,318,149 | 3,559,911 | 2.70068937578377 | No | 
| similarityEdges | 1,318,149 | 3,480,446 | 2.64040408178438 | No | 
| init | 803 | 39,718 | 49.4620174346202 | No | 
| connectAllSimilar | 441 | 3,601,281 | 8166.17006802721 | Yes | 
| connect | 35 | 57 | 1.62857142857143 | Yes | 
| Total | 484 | 3,604,593 | 
4.2.59.8 Found structures
4.2.59.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-47-XPvEp7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.59.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-47-XPvEp7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.60 SIM10-10-05-47-XPvEp7–DV
4.2.60.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 30 | 2 | 
4.2.60.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 206,746 | 1,605 | 1,605 | 4,801 | 216,362 | 
4.2.60.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.60.4 distribution of similarityEdgesByWeight

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

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

4.2.60.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 7,036 | 1.46552801499688 | No | 
| addItemToWork | 3,210 | 25,023 | 7.79532710280374 | No | 
| ownsWork | 1,605 | 12,320 | 7.67601246105919 | No | 
| init | 803 | 39,546 | 49.2478206724782 | No | 
| searchAndConnect | 801 | 5,362,766 | 6695.088639201 | Yes | 
| cycleSearch | 147 | 9,014 | 61.3197278911565 | Yes | 
| getWorks | 147 | 9,731 | 66.1972789115646 | No | 
| individualCycleSearch | 147 | 2 | 0.0136054421768707 | Yes | 
| Total | 1,287 | 5,381,046 | 
4.2.60.8 Found structures
4.2.60.8.1 Cycles
Number of cycles found: 96
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-47-XPvEp7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.60.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-05-47-XPvEp7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.61 SIM10-10-07-53-jewyYC–CV
4.2.61.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 30 | 1 | 
4.2.61.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 51,720 | 805 | 805 | 800 | 54,935 | 
4.2.61.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.61.4 distribution of similarityEdgesByWeight

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

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

4.2.61.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,295,245 | 2,852,378 | 2.20219186331543 | No | 
| existsSimilarity | 1,295,245 | 2,824,057 | 2.18032650193593 | No | 
| similarityEdges | 1,295,245 | 2,761,133 | 2.13174573150253 | No | 
| connectAllSimilar | 1,610 | 2,869,065 | 1782.02795031056 | Yes | 
| init | 803 | 31,520 | 39.252801992528 | No | 
| connect | 34 | 81 | 2.38235294117647 | Yes | 
| Total | 1,652 | 2,870,607 | 
4.2.61.8 Found structures
4.2.61.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-53-jewyYC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.61.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-53-jewyYC--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.62 SIM10-10-07-53-jewyYC–DV
4.2.62.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 30 | 1 | 
4.2.62.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 51,652 | 805 | 805 | 800 | 54,867 | 
4.2.62.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.62.4 distribution of similarityEdgesByWeight

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

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

4.2.62.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| addItemToWork | 1,610 | 9,799 | 6.08633540372671 | No | 
| ownsWork | 805 | 4,973 | 6.1776397515528 | No | 
| init | 803 | 31,530 | 39.2652552926526 | No | 
| searchAndConnect | 801 | 1,477,617 | 1844.71535580524 | Yes | 
| knowsAgent | 800 | 1,265 | 1.58125 | No | 
| cycleSearch | 41 | 6,279 | 153.146341463415 | Yes | 
| getWorks | 41 | 3,836 | 93.5609756097561 | No | 
| individualCycleSearch | 41 | 1 | 0.024390243902439 | Yes | 
| Total | 931 | 1,490,458 | 
4.2.62.8 Found structures
4.2.62.8.1 Cycles
Number of cycles found: 22
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-53-jewyYC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.62.8.2 Paths
Number of paths found: 2
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-07-53-jewyYC--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.63 SIM10-10-08-43-NakYSh–CV
4.2.63.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
4.2.63.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,104 | 805 | 805 | 4,801 | 59,320 | 
4.2.63.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.63.4 distribution of similarityEdgesByWeight

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

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

4.2.63.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,295,245 | 2,873,761 | 2.21870070913225 | No | 
| existsSimilarity | 1,295,245 | 2,845,401 | 2.19680523761914 | No | 
| similarityEdges | 1,295,245 | 2,782,416 | 2.14817737184857 | No | 
| connectAllSimilar | 1,610 | 2,889,851 | 1794.93850931677 | Yes | 
| init | 803 | 45,384 | 56.5180572851806 | No | 
| searchAndConnect | 62 | 160,352 | 2586.32258064516 | Yes | 
| connect | 50 | 92 | 1.84 | Yes | 
| cycleSearch | 23 | 3,545 | 154.130434782609 | Yes | 
| getWorks | 22 | 2,021 | 91.8636363636364 | Yes | 
| Total | 1,772 | 3,056,926 | 
4.2.63.8 Found structures
4.2.63.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-43-NakYSh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.63.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-43-NakYSh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.64 SIM10-10-08-43-NakYSh–DV
4.2.64.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 30 | 1 | 
4.2.64.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,004 | 805 | 805 | 4,801 | 59,220 | 
4.2.64.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.64.4 distribution of similarityEdgesByWeight

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

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

4.2.64.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,587 | 1.37200583211831 | No | 
| 2 | addItemToWork | 1,610 | 9,882 | 6.13788819875776 | No | 
| 3 | ownsWork | 805 | 4,883 | 6.06583850931677 | No | 
| 4 | init | 803 | 42,663 | 53.1295143212951 | No | 
| 5 | searchAndConnect | 739 | 1,634,469 | 2211.73071718539 | Yes | 
| 6 | individualCycleSearch | 33 | 0 | 0 | Yes | 
| 7 | getWorks | 12 | 8,974 | 747.833333333333 | No | 
| 8 | cycleSearch | 11 | 17,896 | 1626.90909090909 | Yes | 
| 10 | getWorksItems | 8 | 14 | 1.75 | Yes | 
| 11 | Total | 799 | 1,666,697 | 
4.2.64.8 Found structures
4.2.64.8.1 Cycles
Number of cycles found: 3
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-43-NakYSh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.64.8.2 Paths
Number of paths found: 5
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-08-43-NakYSh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.65 SIM10-10-01-42-c3u5dj–CV
4.2.65.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 5 | 1 | 
4.2.65.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 51,904 | 805 | 805 | 800 | 55,119 | 
4.2.65.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.65.4 distribution of similarityEdgesByWeight

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

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

4.2.65.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,295,245 | 2,631,529 | 2.03168435315326 | No | 
| existsSimilarity | 1,295,245 | 2,552,321 | 1.97053144385811 | No | 
| similarityEdges | 1,295,245 | 2,497,685 | 1.92834946284294 | No | 
| connect | 24,324 | 49,938 | 2.05303404045387 | Yes | 
| connectAllSimilar | 1,610 | 2,648,268 | 1644.88695652174 | Yes | 
| init | 803 | 28,834 | 35.9078455790785 | No | 
| Total | 25,942 | 2,699,654 | 
4.2.65.8 Found structures
4.2.65.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-01-42-c3u5dj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.65.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-01-42-c3u5dj--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.66 SIM10-10-01-42-c3u5dj–DV
4.2.66.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 5 | 1 | 
4.2.66.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 3,256 | 805 | 805 | 800 | 6,471 | 
4.2.66.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.66.4 distribution of similarityEdgesByWeight

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

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

4.2.66.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,599 | 23,714 | 6.58905251458739 | Yes | 
| 3 | getWorks | 3,599 | 22,779 | 6.32925812725757 | No | 
| 4 | individualCycleSearch | 3,599 | 242 | 0.0672409002500695 | Yes | 
| 6 | addItemToWork | 1,610 | 35,001 | 21.739751552795 | No | 
| 7 | ownsWork | 805 | 17,121 | 21.2683229813665 | No | 
| 8 | init | 803 | 33,531 | 41.7571606475716 | No | 
| 9 | searchAndConnect | 801 | 217,033 | 270.952559300874 | Yes | 
| 10 | knowsAgent | 800 | 2,998 | 3.7475 | No | 
| 1 | Total | 15,197 | 269,268 | 
4.2.66.8 Found structures
4.2.66.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-01-42-c3u5dj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.66.8.2 Paths
Number of paths found: 3599
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-01-42-c3u5dj--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.67 SIM10-10-03-27-fZnqnh–CV
4.2.67.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
4.2.67.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 52,530 | 805 | 805 | 4,801 | 59,746 | 
4.2.67.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.67.4 distribution of similarityEdgesByWeight

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

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

4.2.67.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,295,245 | 2,854,391 | 2.20374600944223 | No | 
| existsSimilarity | 1,295,245 | 2,818,641 | 2.1761450536385 | No | 
| similarityEdges | 1,295,245 | 2,756,153 | 2.12790089905771 | No | 
| connect | 3,449 | 7,030 | 2.03827196288779 | Yes | 
| connectAllSimilar | 1,610 | 2,870,766 | 1783.08447204969 | Yes | 
| init | 803 | 29,065 | 36.1955168119552 | No | 
| Total | 5,067 | 2,879,401 | 
4.2.67.8 Found structures
4.2.67.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-27-fZnqnh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.67.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-27-fZnqnh--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.68 SIM10-10-03-27-fZnqnh–DV
4.2.68.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 5 | 1 | 
4.2.68.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 805 | 45,632 | 805 | 805 | 4,801 | 52,848 | 
4.2.68.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 1,610 | 805 | 3,216 | 
4.2.68.4 distribution of similarityEdgesByWeight

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

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

4.2.68.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 1 | knowsAgent | 4,801 | 6,284 | 1.30889398042075 | No | 
| 3 | cycleSearch | 3,599 | 22,711 | 6.31036398999722 | Yes | 
| 4 | getWorks | 3,599 | 22,988 | 6.38732981383718 | No | 
| 5 | individualCycleSearch | 3,599 | 153 | 0.0425118088357877 | Yes | 
| 7 | addItemToWork | 1,610 | 17,199 | 10.6826086956522 | No | 
| 8 | ownsWork | 805 | 8,409 | 10.4459627329193 | No | 
| 9 | init | 803 | 29,094 | 36.2316313823163 | No | 
| 10 | searchAndConnect | 801 | 1,497,796 | 1869.90761548065 | Yes | 
| 11 | Total | 15,197 | 1,546,683 | 
4.2.68.8 Found structures
4.2.68.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-27-fZnqnh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.68.8.2 Paths
Number of paths found: 3599
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-03-27-fZnqnh--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.69 SIM10-10-09-33-LiyJxk–CV
4.2.69.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 5 | 2 | 
4.2.69.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 71,832 | 1,605 | 1,605 | 800 | 77,447 | 
4.2.69.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.69.4 distribution of similarityEdgesByWeight

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

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

4.2.69.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,557,905 | 3,585,458 | 2.30146125726537 | No | 
| existsSimilarity | 1,557,905 | 3,492,851 | 2.24201796643569 | No | 
| similarityEdges | 1,557,905 | 3,414,974 | 2.19202968088555 | No | 
| connect | 28,859 | 58,650 | 2.03229495131501 | Yes | 
| init | 803 | 34,413 | 42.8555417185554 | No | 
| connectAllSimilar | 529 | 3,605,484 | 6815.65973534972 | Yes | 
| Total | 29,396 | 3,666,434 | 
4.2.69.8 Found structures
4.2.69.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-09-33-LiyJxk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.69.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-09-33-LiyJxk--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.70 SIM10-10-09-33-LiyJxk–DV
4.2.70.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | random | 5 | 1 | 5 | 2 | 
4.2.70.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 14,114 | 1,605 | 1,605 | 800 | 19,729 | 
4.2.70.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.70.4 distribution of similarityEdgesByWeight

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

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

4.2.70.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | |
|---|---|---|---|---|---|
| 2 | cycleSearch | 3,600 | 23,886 | 6.635 | Yes | 
| 3 | getWorks | 3,600 | 24,012 | 6.67 | No | 
| 4 | individualCycleSearch | 3,600 | 128 | 0.0355555555555556 | Yes | 
| 6 | addItemToWork | 3,210 | 22,978 | 7.1582554517134 | No | 
| 7 | ownsWork | 1,605 | 11,507 | 7.16947040498442 | No | 
| 8 | init | 803 | 34,291 | 42.7036114570361 | No | 
| 9 | searchAndConnect | 801 | 286,799 | 358.051186017478 | Yes | 
| 10 | knowsAgent | 800 | 1,299 | 1.62375 | No | 
| 1 | Total | 15,201 | 338,294 | 
4.2.70.8 Found structures
4.2.70.8.1 Cycles
Number of cycles found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-09-33-LiyJxk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.70.8.2 Paths
Number of paths found: 3600
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-09-33-LiyJxk--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.71 SIM10-10-11-34-AJaD9z–CV
4.2.71.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
4.2.71.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 187,366 | 1,605 | 1,605 | 4,801 | 196,982 | 
4.2.71.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.71.4 distribution of similarityEdgesByWeight

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

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

4.2.71.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| connectIfSimilar | 1,370,570 | 3,589,131 | 2.61871411164698 | No | 
| existsSimilarity | 1,370,570 | 3,555,788 | 2.59438627724232 | No | 
| similarityEdges | 1,370,570 | 3,466,726 | 2.52940455430952 | No | 
| connect | 3,297 | 6,171 | 1.87170154686078 | Yes | 
| init | 803 | 44,350 | 55.2303860523039 | No | 
| connectAllSimilar | 460 | 3,604,756 | 7836.42608695652 | Yes | 
| Total | 3,765 | 3,614,231 | 
4.2.71.8 Found structures
4.2.71.8.1 Cycles
Number of cycles found: 1
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-11-34-AJaD9z--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.71.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-11-34-AJaD9z--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.72 SIM10-10-11-34-AJaD9z–DV
4.2.72.1 simulationParameters
| agentNumber | similarityConnectThreshold | graphType | chainLength | similaritySearchThreshold | maxDistance | randomWorksNumberMultiplier | 
|---|---|---|---|---|---|---|
| 800 | 0.99 | smallWorld | 5 | 1 | 5 | 2 | 
4.2.72.2 allEdgesByLabel
| edges_offers | edges_similarity | edges_owns | edges_demands | edges_knows | edges_total | 
|---|---|---|---|---|---|
| 1,605 | 180,772 | 1,605 | 1,605 | 4,801 | 190,388 | 
4.2.72.3 allVerticesByType
| vertices_agent | vertices_item | vertices_work | vertices_total | 
|---|---|---|---|
| 801 | 3,210 | 1,605 | 5,616 | 
4.2.72.4 distribution of similarityEdgesByWeight

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

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

4.2.72.7 Runing time by method
| key | doc_count | sum_wallTime_ms.value | avg_wallTime_ms.value | includedInTotal | 
|---|---|---|---|---|
| knowsAgent | 4,801 | 6,275 | 1.30701937096438 | No | 
| addItemToWork | 3,210 | 24,559 | 7.65077881619938 | No | 
| ownsWork | 1,605 | 11,795 | 7.34890965732087 | No | 
| init | 803 | 35,513 | 44.225404732254 | No | 
| searchAndConnect | 801 | 4,016,942 | 5014.9088639201 | Yes | 
| cycleSearch | 106 | 9,116 | 86 | Yes | 
| getWorks | 106 | 6,180 | 58.3018867924528 | No | 
| individualCycleSearch | 106 | 4 | 0.0377358490566038 | Yes | 
| Total | 1,109 | 4,035,091 | 
4.2.72.8 Found structures
4.2.72.8.1 Cycles
Number of cycles found: 48
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-11-34-AJaD9z--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.2.72.8.2 Paths
Number of paths found: 0
 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-10-11-34-AJaD9z--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 4.3 Scatterplots of experiment












