6 Experiment 5

agentNumbers=[800] : chainLengths=[10, 20] : randomWorksNumberMultipliers=[1, 2] : maxDistances=[5, 10, 30] : similaritySearchThresholds=[1] : similarityConnectThresholds=[0.93] : graphTypes=[random, smallWorld] : message=[800 agents with similarityConnectThreshold 0.93; finishing after crash restart (chain length 5 already done).]

6.1 Experimental set up

Values
experimentId EXP10-27-01-00-gGtcdB
agentNumbers 800
maxDistances 5, 10, 30
randomWorksNumberMultipliers 1, 2
similarityConnectThresholds 0.93
graphTypes random, smallWorld
chainLengths 10, 20

6.2 Descriptive analysis of each simulation

6.2.1 SIM10-27-07-02-pMCwau–CV

6.2.1.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 10 1

6.2.1.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 297,984 810 810 800 301,214

6.2.1.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.1.4 distribution of similarityEdgesByWeight

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

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

6.2.1.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 742,679 3,592,091 4.83666698533283 No
2 existsSimilarity 742,679 3,502,605 4.71617616763097 No
3 similarityEdges 742,679 3,420,998 4.60629424017644 No
4 connect 40,595 72,417 1.78388964158148 Yes
6 cycleSearch 3,600 24,366 6.76833333333333 Yes
7 getWorks 3,600 21,701 6.02805555555556 Yes
8 individualCycleSearch 3,600 135 0.0375 Yes
10 init 803 29,317 36.5093399750934 No
11 Total 58,595 143,657

6.2.1.8 Found structures

6.2.1.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-07-02-pMCwau--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.1.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-07-02-pMCwau--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.2 SIM10-27-07-02-pMCwau–DV

6.2.2.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 10 1

6.2.2.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 216,794 810 810 800 220,024

6.2.2.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.2.4 distribution of similarityEdgesByWeight

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

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

6.2.2.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,599 22,737 6.31758821894971 Yes
3 getWorks 3,599 23,575 6.55043067518755 No
4 individualCycleSearch 3,599 139 0.0386218393998333 Yes
6 addItemToWork 1,620 9,921 6.12407407407407 No
7 ownsWork 810 4,885 6.03086419753086 No
8 init 803 28,503 35.4956413449564 No
9 searchAndConnect 801 1,979,189 2470.89762796504 Yes
10 knowsAgent 800 1,299 1.62375 No
1 Total 15,197 2,027,160

6.2.2.8 Found structures

6.2.2.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-07-02-pMCwau--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.2.8.2 Paths

Number of paths found: 3599

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-07-02-pMCwau--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.3 SIM10-27-10-03-BN3CGN–CV

6.2.3.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 10 1

6.2.3.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 366,510 810 810 4,801 373,741

6.2.3.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.3.4 distribution of similarityEdgesByWeight

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

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

6.2.3.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 670,112 3,594,182 5.36355415214173 No
existsSimilarity 670,112 3,579,072 5.34100568263216 No
similarityEdges 670,112 3,494,558 5.21488646673989 No
init 803 30,782 38.3337484433375 No
connectAllSimilar 487 3,601,376 7395.02258726899 Yes
connect 170 307 1.80588235294118 Yes
Total 665 3,604,933

6.2.3.8 Found structures

6.2.3.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-10-03-BN3CGN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.3.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-10-03-BN3CGN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.4 SIM10-27-10-03-BN3CGN–DV

6.2.4.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 10 1

6.2.4.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 366,170 810 810 4,801 373,401

6.2.4.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.4.4 distribution of similarityEdgesByWeight

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

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

6.2.4.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,223 1.29618829410539 No
addItemToWork 1,620 12,348 7.62222222222222 No
ownsWork 810 6,074 7.49876543209877 No
init 803 29,757 37.0572851805729 No
searchAndConnect 801 3,903,574 4873.37578027466 Yes
cycleSearch 127 41,571 327.330708661417 Yes
getWorks 127 17,037 134.149606299213 No
individualCycleSearch 127 2 0.015748031496063 Yes
Total 1,247 3,995,111

6.2.4.8 Found structures

6.2.4.8.1 Cycles

Number of cycles found: 66

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-10-03-BN3CGN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.4.8.2 Paths

Number of paths found: 30

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-10-03-BN3CGN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.5 SIM10-28-04-24-k7d3ci–CV

6.2.5.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 10 2

6.2.5.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 803,932 1,610 1,610 800 809,562

6.2.5.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.5.4 distribution of similarityEdgesByWeight

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

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

6.2.5.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 480,879 3,607,970 7.50286454596687 No
2 existsSimilarity 480,879 3,536,530 7.35430326547843 No
3 similarityEdges 480,879 3,449,241 7.17278359005072 No
4 connect 30,652 59,017 1.92538822915307 Yes
6 cycleSearch 3,600 28,415 7.89305555555556 Yes
7 getWorks 3,600 24,013 6.67027777777778 Yes
8 individualCycleSearch 3,600 148 0.0411111111111111 Yes
10 init 803 35,442 44.1369863013699 No
11 Total 48,652 136,664

6.2.5.8 Found structures

6.2.5.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-04-24-k7d3ci--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.5.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-04-24-k7d3ci--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.6 SIM10-28-04-24-k7d3ci–DV

6.2.6.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 10 2

6.2.6.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 742,628 1,610 1,610 800 748,258

6.2.6.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.6.4 distribution of similarityEdgesByWeight

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

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

6.2.6.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 60,570 16.825 Yes
3 getWorks 3,600 39,314 10.9205555555556 No
4 individualCycleSearch 3,600 120 0.0333333333333333 Yes
6 addItemToWork 3,220 22,454 6.97329192546584 No
7 ownsWork 1,610 11,107 6.89875776397515 No
8 init 803 35,154 43.7783312577833 No
9 searchAndConnect 801 7,671,683 9577.63171036205 Yes
10 knowsAgent 800 1,373 1.71625 No
1 Total 15,201 7,787,023

6.2.6.8 Found structures

6.2.6.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-04-24-k7d3ci--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.6.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-04-24-k7d3ci--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.7 SIM10-28-07-26-tEXgGg–CV

6.2.7.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 10 2

6.2.7.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,419,610 1,610 1,610 4,801 1,429,241

6.2.7.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.7.4 distribution of similarityEdgesByWeight

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

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

6.2.7.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 397,719 3,604,731 9.06351217819616 No
existsSimilarity 397,719 3,594,426 9.03760192497718 No
similarityEdges 397,719 3,500,270 8.80086191507069 No
init 803 85,050 105.915317559153 No
cycleSearch 493 45,248 91.7809330628803 Yes
getWorks 492 1,739 3.53455284552846 Yes
connectAllSimilar 126 3,609,361 28645.7222222222 Yes
connect 84 144 1.71428571428571 Yes
searchAndConnect 9 339,624 37736 Yes
Total 1,209 4,002,530

6.2.7.8 Found structures

6.2.7.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-26-tEXgGg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.7.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-26-tEXgGg--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.8 SIM10-28-07-26-tEXgGg–DV

6.2.8.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 10 2

6.2.8.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,419,418 1,610 1,610 4,801 1,429,049

6.2.8.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.8.4 distribution of similarityEdgesByWeight

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

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

6.2.8.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 4,801 6,959 1.44948968964799 No
2 addItemToWork 3,220 21,801 6.77049689440994 No
3 ownsWork 1,610 10,233 6.35590062111801 No
4 init 803 76,705 95.5230386052304 No
5 searchAndConnect 792 19,396,717 24490.8042929293 Yes
6 individualCycleSearch 504 5 0.00992063492063492 Yes
7 getWorksItems 18 32 1.77777777777778 Yes
8 getWorks 13 102,524 7886.46153846154 No
10 cycleSearch 12 250,110 20842.5 Yes
11 Total 1,338 19,896,592

6.2.8.8 Found structures

6.2.8.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-26-tEXgGg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.8.8.2 Paths

Number of paths found: 9

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-26-tEXgGg--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.9 SIM10-27-11-06-NEdLFS–CV

6.2.9.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 30 1

6.2.9.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 358,546 810 810 800 361,776

6.2.9.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.9.4 distribution of similarityEdgesByWeight

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

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

6.2.9.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 683,630 3,596,338 5.26064976668666 No
existsSimilarity 683,630 3,581,133 5.23840820326785 No
similarityEdges 683,630 3,491,376 5.10711349706713 No
init 803 43,843 54.59900373599 No
connectAllSimilar 499 3,603,697 7221.8376753507 Yes
connect 157 267 1.70063694267516 Yes
cycleSearch 71 1,819 25.6197183098592 Yes
getWorks 70 337 4.81428571428571 Yes
searchAndConnect 10 58,514 5851.4 Yes
Total 812 3,666,640

6.2.9.8 Found structures

6.2.9.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-11-06-NEdLFS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.9.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-11-06-NEdLFS--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.10 SIM10-27-11-06-NEdLFS–DV

6.2.10.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 30 1

6.2.10.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 358,232 810 810 800 361,462

6.2.10.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.10.4 distribution of similarityEdgesByWeight

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

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

6.2.10.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 1,620 10,355 6.39197530864198 No
ownsWork 810 5,020 6.19753086419753 No
init 803 44,564 55.4968866749689 No
knowsAgent 800 1,247 1.55875 No
searchAndConnect 791 3,804,652 4809.92667509482 Yes
individualCycleSearch 76 2 0.0263157894736842 Yes
getWorksItems 18 42 2.33333333333333 Yes
getWorks 7 14,896 2128 No
cycleSearch 6 22,406 3734.33333333333 Yes
Total 896 3,832,777

6.2.10.8 Found structures

6.2.10.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-11-06-NEdLFS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.10.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-11-06-NEdLFS--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.11 SIM10-28-08-39-RV9kjn–CV

6.2.11.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 30 2

6.2.11.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,426,744 1,610 1,610 800 1,432,374

6.2.11.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.11.4 distribution of similarityEdgesByWeight

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

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

6.2.11.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 397,719 3,613,205 9.08481867851423 No
existsSimilarity 397,719 3,602,748 9.05852624591734 No
similarityEdges 397,719 3,508,735 8.82214578634664 No
init 803 51,678 64.3561643835616 No
cycleSearch 499 23,052 46.1963927855711 Yes
getWorks 499 1,776 3.55911823647295 Yes
connectAllSimilar 126 3,618,108 28715.1428571429 Yes
connect 90 175 1.94444444444444 Yes
searchAndConnect 10 294,550 29455 Yes
Total 1,229 3,944,022

6.2.11.8 Found structures

6.2.11.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-39-RV9kjn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.11.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-39-RV9kjn--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.12 SIM10-28-08-39-RV9kjn–DV

6.2.12.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 30 2

6.2.12.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,426,564 1,610 1,610 800 1,432,194

6.2.12.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.12.4 distribution of similarityEdgesByWeight

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

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

6.2.12.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 3,220 21,504 6.67826086956522 No
ownsWork 1,610 10,493 6.51739130434783 No
init 803 42,389 52.7882938978829 No
knowsAgent 800 1,347 1.68375 No
searchAndConnect 791 19,404,011 24530.987357775 Yes
individualCycleSearch 510 6 0.0117647058823529 Yes
getWorksItems 18 38 2.11111111111111 Yes
cycleSearch 12 229,614 19134.5 Yes
getWorks 12 82,515 6876.25 No
Total 1,341 19,848,971

6.2.12.8 Found structures

6.2.12.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-39-RV9kjn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.12.8.2 Paths

Number of paths found: 7

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-39-RV9kjn--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.13 SIM10-28-09-51-2aT6Y7–CV

6.2.13.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 30 2

6.2.13.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,421,974 1,610 1,610 4,801 1,431,605

6.2.13.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.13.4 distribution of similarityEdgesByWeight

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

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

6.2.13.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 394,625 3,607,860 9.14250237567311 No
existsSimilarity 394,625 3,597,452 9.11612796959138 No
similarityEdges 394,625 3,506,115 8.88467532467532 No
init 803 169,636 211.252801992528 No
cycleSearch 419 18,467 44.0739856801909 Yes
getWorks 419 18,648 44.5059665871122 Yes
connectAllSimilar 125 3,612,613 28900.904 Yes
connect 78 153 1.96153846153846 Yes
searchAndConnect 11 380,586 34598.7272727273 Yes
Total 1,057 4,036,738

6.2.13.8 Found structures

6.2.13.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-51-2aT6Y7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.13.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-51-2aT6Y7--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.14 SIM10-28-09-51-2aT6Y7–DV

6.2.14.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 30 2

6.2.14.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,421,818 1,610 1,610 4,801 1,431,449

6.2.14.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.14.4 distribution of similarityEdgesByWeight

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

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

6.2.14.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 4,801 6,432 1.33972089148094 No
2 addItemToWork 3,220 21,626 6.71614906832298 No
3 ownsWork 1,610 10,861 6.74596273291925 No
4 init 803 161,709 201.381070983811 No
5 searchAndConnect 790 21,962,105 27800.1329113924 Yes
6 individualCycleSearch 423 12 0.0283687943262411 Yes
7 getWorksItems 18 30 1.66666666666667 Yes
8 cycleSearch 5 114,584 22916.8 Yes
10 getWorks 5 109,037 21807.4 No
11 Total 1,241 22,109,675

6.2.14.8 Found structures

6.2.14.8.1 Cycles

Number of cycles found: 2

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-51-2aT6Y7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.14.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-51-2aT6Y7--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.15 SIM10-28-12-09-cgRCAm–CV

6.2.15.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 30 1

6.2.15.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 358,388 810 810 4,801 365,619

6.2.15.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.15.4 distribution of similarityEdgesByWeight

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

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

6.2.15.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 682,509 3,595,231 5.26766826518039 No
existsSimilarity 682,509 3,579,659 5.24485244883218 No
similarityEdges 682,509 3,489,114 5.11218753159299 No
init 803 33,839 42.1407222914072 No
connectAllSimilar 498 3,602,718 7234.3734939759 Yes
connect 177 315 1.77966101694915 Yes
cycleSearch 84 2,600 30.952380952381 Yes
getWorks 83 262 3.1566265060241 Yes
searchAndConnect 9 59,098 6566.44444444444 Yes
Total 856 3,667,007

6.2.15.8 Found structures

6.2.15.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-12-09-cgRCAm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.15.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-12-09-cgRCAm--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.16 SIM10-28-12-09-cgRCAm–DV

6.2.16.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 30 1

6.2.16.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 358,011 810 810 4,801 365,242

6.2.16.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.16.4 distribution of similarityEdgesByWeight

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

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

6.2.16.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,352 1.32305769631327 No
addItemToWork 1,620 13,430 8.29012345679012 No
ownsWork 810 6,598 8.14567901234568 No
init 803 31,283 38.9576587795766 No
searchAndConnect 792 3,643,759 4600.70580808081 Yes
individualCycleSearch 98 0 0 Yes
getWorksItems 18 36 2 Yes
getWorks 16 17,991 1124.4375 No
cycleSearch 15 49,285 3285.66666666667 Yes
Total 935 3,740,452

6.2.16.8 Found structures

6.2.16.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-12-09-cgRCAm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.16.8.2 Paths

Number of paths found: 9

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-12-09-cgRCAm--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.17 SIM10-27-01-00-NIiGkK–CV

6.2.17.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 5 1

6.2.17.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 245,618 810 810 800 248,848

6.2.17.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.17.4 distribution of similarityEdgesByWeight

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

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

6.2.17.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 877,544 3,590,877 4.09196234034989 No
2 existsSimilarity 877,544 3,370,476 3.84080570318981 No
3 similarityEdges 877,544 3,293,274 3.75283062729618 No
4 connect 111,129 198,145 1.78301793411261 Yes
6 cycleSearch 3,599 23,500 6.52959155320923 Yes
7 getWorks 3,599 20,893 5.80522367324257 Yes
8 individualCycleSearch 3,599 155 0.0430675187552098 Yes
10 init 803 27,655 34.439601494396 No
11 Total 129,124 267,542

6.2.17.8 Found structures

6.2.17.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-01-00-NIiGkK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.17.8.2 Paths

Number of paths found: 3599

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-01-00-NIiGkK--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.18 SIM10-27-01-00-NIiGkK–DV

6.2.18.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 5 1

6.2.18.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 23,360 810 810 800 26,590

6.2.18.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.18.4 distribution of similarityEdgesByWeight

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

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

6.2.18.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,599 21,291 5.91580994720756 Yes
3 getWorks 3,599 21,459 5.96248958043901 No
4 individualCycleSearch 3,599 219 0.0608502361767158 Yes
6 addItemToWork 1,620 19,432 11.9950617283951 No
7 ownsWork 810 9,333 11.5222222222222 No
8 init 803 30,650 38.1693648816936 No
9 searchAndConnect 801 208,969 260.885143570537 Yes
10 knowsAgent 800 1,841 2.30125 No
1 Total 15,197 256,672

6.2.18.8 Found structures

6.2.18.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-01-00-NIiGkK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.18.8.2 Paths

Number of paths found: 3599

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-01-00-NIiGkK--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.19 SIM10-27-04-01-2WsrzH–CV

6.2.19.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 5 1

6.2.19.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 339,686 810 810 4,801 346,917

6.2.19.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.19.4 distribution of similarityEdgesByWeight

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

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

6.2.19.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 693,674 3,595,872 5.1838068026191 No
2 existsSimilarity 693,674 3,557,790 5.12890781548681 No
3 similarityEdges 693,674 3,475,056 5.00963853337447 No
4 connect 12,380 21,957 1.77358642972536 Yes
6 cycleSearch 3,600 47,811 13.2808333333333 Yes
7 getWorks 3,600 21,394 5.94277777777778 Yes
8 individualCycleSearch 3,600 122 0.0338888888888889 Yes
10 init 803 27,908 34.7546699875467 No
11 Total 30,380 201,073

6.2.19.8 Found structures

6.2.19.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-04-01-2WsrzH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.19.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-04-01-2WsrzH--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.20 SIM10-27-04-01-2WsrzH–DV

6.2.20.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 5 1

6.2.20.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
810 314,926 810 810 4,801 322,157

6.2.20.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,620 810 3,231

6.2.20.4 distribution of similarityEdgesByWeight

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

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

6.2.20.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 4,801 6,259 1.30368673193085 No
3 cycleSearch 3,600 71,830 19.9527777777778 Yes
4 getWorks 3,600 31,046 8.62388888888889 No
5 individualCycleSearch 3,600 140 0.0388888888888889 Yes
7 addItemToWork 1,620 11,513 7.10679012345679 No
8 ownsWork 810 5,810 7.17283950617284 No
9 init 803 27,805 34.626400996264 No
10 searchAndConnect 801 3,021,144 3771.71535580524 Yes
11 Total 15,201 3,229,243

6.2.20.8 Found structures

6.2.20.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-04-01-2WsrzH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.20.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-27-04-01-2WsrzH--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.21 SIM10-28-01-13-LbPJIx–CV

6.2.21.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 5 2

6.2.21.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 247,542 1,610 1,610 800 253,172

6.2.21.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.21.4 distribution of similarityEdgesByWeight

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

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

6.2.21.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 611,814 3,609,778 5.90012324006969 No
2 existsSimilarity 611,814 3,448,487 5.6364957323631 No
3 similarityEdges 611,814 3,365,690 5.50116538686594 No
4 connect 77,420 144,964 1.87243606303281 Yes
6 cycleSearch 3,600 22,666 6.29611111111111 Yes
7 getWorks 3,600 23,735 6.59305555555556 Yes
8 individualCycleSearch 3,600 149 0.0413888888888889 Yes
10 init 803 32,434 40.3910336239103 No
11 Total 95,420 217,177

6.2.21.8 Found structures

6.2.21.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-01-13-LbPJIx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.21.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-01-13-LbPJIx--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.22 SIM10-28-01-13-LbPJIx–DV

6.2.22.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 10 1 5 2

6.2.22.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 92,702 1,610 1,610 800 98,332

6.2.22.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.22.4 distribution of similarityEdgesByWeight

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

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

6.2.22.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 24,338 6.76055555555556 Yes
3 getWorks 3,600 24,857 6.90472222222222 No
4 individualCycleSearch 3,600 132 0.0366666666666667 Yes
6 addItemToWork 3,220 22,482 6.98198757763975 No
7 ownsWork 1,610 11,123 6.90869565217391 No
8 init 803 33,420 41.6189290161893 No
9 searchAndConnect 801 559,190 698.114856429463 Yes
10 knowsAgent 800 1,321 1.65125 No
1 Total 15,201 612,221

6.2.22.8 Found structures

6.2.22.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-01-13-LbPJIx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.22.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-01-13-LbPJIx--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.23 SIM10-28-03-14-pvBDRN–CV

6.2.23.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 5 2

6.2.23.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,256,202 1,610 1,610 4,801 1,265,833

6.2.23.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.23.4 distribution of similarityEdgesByWeight

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

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

6.2.23.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 416,262 3,607,276 8.66587870139479 No
existsSimilarity 416,262 3,582,390 8.60609423872465 No
similarityEdges 416,262 3,493,322 8.39212323008105 No
connect 7,386 14,181 1.9199837530463 Yes
init 803 81,305 101.251556662516 No
cycleSearch 355 11,834 33.3352112676056 Yes
getWorks 355 1,704 4.8 Yes
connectAllSimilar 132 3,612,429 27366.8863636364 Yes
searchAndConnect 10 239,842 23984.2 Yes
Total 8,243 3,885,677

6.2.23.8 Found structures

6.2.23.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-14-pvBDRN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.23.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-14-pvBDRN--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.24 SIM10-28-03-14-pvBDRN–DV

6.2.24.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 10 1 5 2

6.2.24.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,610 1,241,430 1,610 1,610 4,801 1,251,061

6.2.24.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,220 1,610 5,631

6.2.24.4 distribution of similarityEdgesByWeight

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

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

6.2.24.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,351 1.32284940637367 No
addItemToWork 3,220 24,151 7.50031055900621 No
ownsWork 1,610 11,949 7.42173913043478 No
init 803 75,601 94.1481942714819 No
searchAndConnect 791 15,627,597 19756.7597977244 Yes
individualCycleSearch 363 6 0.0165289256198347 Yes
getWorksItems 18 31 1.72222222222222 Yes
cycleSearch 9 149,285 16587.2222222222 Yes
getWorks 9 43,542 4838 No
Total 1,187 15,895,820

6.2.24.8 Found structures

6.2.24.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-14-pvBDRN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.24.8.2 Paths

Number of paths found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-14-pvBDRN--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.25 SIM10-28-03-09-MWkibB–CV

6.2.25.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 10 1

6.2.25.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 297,644 820 820 800 300,904

6.2.25.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.25.4 distribution of similarityEdgesByWeight

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

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

6.2.25.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 727,375 3,595,630 4.94329609898608 No
2 existsSimilarity 727,375 3,502,674 4.81549957037292 No
3 similarityEdges 727,375 3,421,726 4.70421172022684 No
4 connect 39,346 75,406 1.91648452193361 Yes
6 cycleSearch 3,600 24,140 6.70555555555556 Yes
7 getWorks 3,600 28,210 7.83611111111111 Yes
8 individualCycleSearch 3,600 129 0.0358333333333333 Yes
10 init 803 42,474 52.8941469489415 No
11 Total 57,346 154,823

6.2.25.8 Found structures

6.2.25.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-09-MWkibB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.25.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-09-MWkibB--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.26 SIM10-28-03-09-MWkibB–DV

6.2.26.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 10 1

6.2.26.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 218,952 820 820 800 222,212

6.2.26.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.26.4 distribution of similarityEdgesByWeight

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

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

6.2.26.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 32,867 9.12972222222222 Yes
3 getWorks 3,600 34,649 9.62472222222222 No
4 individualCycleSearch 3,600 130 0.0361111111111111 Yes
6 addItemToWork 1,640 10,329 6.29817073170732 No
7 ownsWork 820 5,093 6.2109756097561 No
8 init 803 42,350 52.7397260273973 No
9 searchAndConnect 801 1,946,798 2430.45942571785 Yes
10 knowsAgent 800 1,283 1.60375 No
1 Total 15,201 2,015,687

6.2.26.8 Found structures

6.2.26.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-09-MWkibB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.26.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-03-09-MWkibB--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.27 SIM10-28-06-11-Y2Rfmz–CV

6.2.27.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 10 1

6.2.27.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 366,594 820 820 4,801 373,855

6.2.27.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.27.4 distribution of similarityEdgesByWeight

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

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

6.2.27.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 662,452 3,595,249 5.42718415824845 No
existsSimilarity 662,452 3,579,635 5.40361414864775 No
similarityEdges 662,452 3,495,493 5.27659815352659 No
init 803 44,518 55.439601494396 No
connectAllSimilar 472 3,602,540 7632.5 Yes
connect 149 293 1.96644295302013 Yes
cycleSearch 64 2,734 42.71875 Yes
getWorks 63 135 2.14285714285714 Yes
Total 754 3,609,230

6.2.27.8 Found structures

6.2.27.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-06-11-Y2Rfmz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.27.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-06-11-Y2Rfmz--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.28 SIM10-28-06-11-Y2Rfmz–DV

6.2.28.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 10 1

6.2.28.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 366,289 820 820 4,801 373,550

6.2.28.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.28.4 distribution of similarityEdgesByWeight

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

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

6.2.28.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,289 1.30993543011873 No
addItemToWork 1,640 10,894 6.64268292682927 No
ownsWork 820 5,228 6.37560975609756 No
init 803 43,473 54.1382316313823 No
searchAndConnect 801 4,117,674 5140.66666666667 Yes
individualCycleSearch 118 5 0.0423728813559322 Yes
getWorks 56 14,030 250.535714285714 No
cycleSearch 55 45,033 818.781818181818 Yes
getWorksItems 38 87 2.28947368421053 Yes
Total 1,046 4,207,878

6.2.28.8 Found structures

6.2.28.8.1 Cycles

Number of cycles found: 27

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-06-11-Y2Rfmz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.28.8.2 Paths

Number of paths found: 7

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-06-11-Y2Rfmz--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.29 SIM10-29-03-27-US82Sp–CV

6.2.29.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 10 2

6.2.29.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 636,388 1,620 1,620 800 642,048

6.2.29.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.29.4 distribution of similarityEdgesByWeight

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

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

6.2.29.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 490,110 3,608,312 7.3622492909755 No
2 existsSimilarity 490,110 3,510,178 7.16202077084736 No
3 similarityEdges 490,110 3,425,156 6.98854542857726 No
4 connect 39,984 84,823 2.12142356942777 Yes
6 cycleSearch 3,600 27,182 7.55055555555556 Yes
7 getWorks 3,600 29,352 8.15333333333333 Yes
8 individualCycleSearch 3,600 131 0.0363888888888889 Yes
10 init 803 51,277 63.8567870485679 No
11 Total 57,984 165,188

6.2.29.8 Found structures

6.2.29.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-03-27-US82Sp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.29.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-03-27-US82Sp--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.30 SIM10-29-03-27-US82Sp–DV

6.2.30.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 10 2

6.2.30.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 556,420 1,620 1,620 800 562,080

6.2.30.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.30.4 distribution of similarityEdgesByWeight

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

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

6.2.30.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 83,198 23.1105555555556 Yes
3 getWorks 3,600 43,822 12.1727777777778 No
4 individualCycleSearch 3,600 118 0.0327777777777778 Yes
6 addItemToWork 3,240 21,653 6.68302469135802 No
7 ownsWork 1,620 10,927 6.74506172839506 No
8 init 803 51,364 63.9651307596513 No
9 searchAndConnect 801 4,861,872 6069.75280898876 Yes
10 knowsAgent 800 1,695 2.11875 No
1 Total 15,201 5,024,183

6.2.30.8 Found structures

6.2.30.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-03-27-US82Sp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.30.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-03-27-US82Sp--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.31 SIM10-29-06-29-2AoVGQ–CV

6.2.31.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 10 2

6.2.31.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,429,518 1,620 1,620 4,801 1,439,179

6.2.31.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.31.4 distribution of similarityEdgesByWeight

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

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

6.2.31.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 378,420 3,620,950 9.56860102531579 No
existsSimilarity 378,420 3,610,893 9.54202473442207 No
similarityEdges 378,420 3,520,648 9.30354632419005 No
init 803 216,935 270.155666251557 No
cycleSearch 366 44,498 121.579234972678 Yes
getWorks 366 27,163 74.2158469945355 Yes
connectAllSimilar 119 3,625,581 30467.0672268908 Yes
connect 88 207 2.35227272727273 Yes
searchAndConnect 42 1,551,917 36950.4047619048 Yes
Total 986 5,255,910

6.2.31.8 Found structures

6.2.31.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-06-29-2AoVGQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.31.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-06-29-2AoVGQ--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.32 SIM10-29-06-29-2AoVGQ–DV

6.2.32.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 10 2

6.2.32.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,429,318 1,620 1,620 4,801 1,438,979

6.2.32.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.32.4 distribution of similarityEdgesByWeight

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

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

6.2.32.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,923 1.44199125182254 No
addItemToWork 3,240 29,652 9.15185185185185 No
ownsWork 1,620 14,384 8.87901234567901 No
init 803 202,497 252.175591531756 No
searchAndConnect 759 20,817,874 27428.0289855072 Yes
individualCycleSearch 372 11 0.0295698924731183 Yes
getWorksItems 38 80 2.10526315789474 Yes
cycleSearch 7 173,060 24722.8571428571 Yes
getWorks 7 123,871 17695.8571428571 No
Total 1,181 21,022,874

6.2.32.8 Found structures

6.2.32.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-06-29-2AoVGQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.32.8.2 Paths

Number of paths found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-06-29-2AoVGQ--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.33 SIM10-28-07-15-6xNwku–CV

6.2.33.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 30 1

6.2.33.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 368,382 820 820 800 371,642

6.2.33.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.33.4 distribution of similarityEdgesByWeight

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

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

6.2.33.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 657,774 3,594,568 5.46474625023184 No
existsSimilarity 657,774 3,579,001 5.4410800670139 No
similarityEdges 657,774 3,493,929 5.31174689178958 No
init 803 46,433 57.8244084682441 No
connectAllSimilar 468 3,601,875 7696.3141025641 Yes
connect 173 369 2.13294797687861 Yes
cycleSearch 65 2,711 41.7076923076923 Yes
getWorks 64 159 2.484375 Yes
Total 776 3,608,469

6.2.33.8 Found structures

6.2.33.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-15-6xNwku--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.33.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-15-6xNwku--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.34 SIM10-28-07-15-6xNwku–DV

6.2.34.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 30 1

6.2.34.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 368,036 820 820 800 371,296

6.2.34.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.34.4 distribution of similarityEdgesByWeight

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

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

6.2.34.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 1,640 10,820 6.59756097560976 No
ownsWork 820 5,519 6.73048780487805 No
init 803 45,991 57.2739726027397 No
searchAndConnect 801 3,954,313 4936.72034956305 Yes
knowsAgent 800 1,467 1.83375 No
individualCycleSearch 100 1 0.01 Yes
getWorksItems 38 73 1.92105263157895 Yes
getWorks 37 10,576 285.837837837838 No
cycleSearch 36 27,125 753.472222222222 Yes
Total 981 4,005,615

6.2.34.8 Found structures

6.2.34.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-15-6xNwku--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.34.8.2 Paths

Number of paths found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-07-15-6xNwku--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.35 SIM10-28-08-18-nINX2B–CV

6.2.35.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 30 1

6.2.35.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 369,828 820 820 4,801 377,089

6.2.35.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.35.4 distribution of similarityEdgesByWeight

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

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

6.2.35.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 655,429 3,599,042 5.49112413396417 No
existsSimilarity 655,429 3,583,630 5.46760976398664 No
similarityEdges 655,429 3,498,638 5.33793591678122 No
init 803 47,693 59.3935242839352 No
connectAllSimilar 466 3,606,427 7739.11373390558 Yes
connect 144 266 1.84722222222222 Yes
cycleSearch 74 3,034 41 Yes
getWorks 73 221 3.02739726027397 Yes
Total 763 3,613,384

6.2.35.8 Found structures

6.2.35.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-18-nINX2B--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.35.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-18-nINX2B--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.36 SIM10-28-08-18-nINX2B–DV

6.2.36.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 30 1

6.2.36.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 369,540 820 820 4,801 376,801

6.2.36.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.36.4 distribution of similarityEdgesByWeight

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

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

6.2.36.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,617 1.37825453030619 No
addItemToWork 1,640 12,239 7.46280487804878 No
ownsWork 820 5,872 7.1609756097561 No
init 803 46,878 58.3785803237858 No
searchAndConnect 801 4,654,135 5810.40574282147 Yes
individualCycleSearch 131 4 0.0305343511450382 Yes
getWorks 59 1,979 33.5423728813559 No
cycleSearch 58 4,156 71.6551724137931 Yes
getWorksItems 38 73 1.92105263157895 Yes
Total 1,058 4,664,219

6.2.36.8 Found structures

6.2.36.8.1 Cycles

Number of cycles found: 30

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-18-nINX2B--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.36.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-08-18-nINX2B--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.37 SIM10-29-07-43-WkuuFo–CV

6.2.37.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 30 2

6.2.37.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,438,048 1,620 1,620 800 1,443,708

6.2.37.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.37.4 distribution of similarityEdgesByWeight

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

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

6.2.37.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 381,540 3,602,989 9.44327986580699 No
existsSimilarity 381,540 3,592,994 9.41708339885726 No
similarityEdges 381,540 3,504,424 9.18494522199507 No
init 803 57,015 71.0024906600249 No
cycleSearch 547 29,059 53.1243144424132 Yes
getWorks 546 1,388 2.54212454212454 Yes
connectAllSimilar 120 3,607,653 30063.775 Yes
connect 90 205 2.27777777777778 Yes
Total 1,309 3,649,880

6.2.37.8 Found structures

6.2.37.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-07-43-WkuuFo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.37.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-07-43-WkuuFo--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.38 SIM10-29-07-43-WkuuFo–DV

6.2.38.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 30 2

6.2.38.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,437,818 1,620 1,620 800 1,443,478

6.2.38.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.38.4 distribution of similarityEdgesByWeight

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

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

6.2.38.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
addItemToWork 3,240 21,598 6.66604938271605 No
ownsWork 1,620 10,654 6.57654320987654 No
init 803 53,868 67.0834371108344 No
searchAndConnect 801 23,279,154 29062.6142322097 Yes
knowsAgent 800 1,415 1.76875 No
individualCycleSearch 656 10 0.0152439024390244 Yes
getWorks 111 29,550 266.216216216216 No
cycleSearch 110 34,504 313.672727272727 Yes
Total 1,741 23,336,508

6.2.38.8 Found structures

6.2.38.8.1 Cycles

Number of cycles found: 87

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-07-43-WkuuFo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.38.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-07-43-WkuuFo--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.39 SIM10-29-08-57-xcLrXt–CV

6.2.39.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 30 2

6.2.39.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,450,400 1,620 1,620 4,801 1,460,061

6.2.39.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.39.4 distribution of similarityEdgesByWeight

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

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

6.2.39.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 375,299 3,626,855 9.66390797737271 No
existsSimilarity 375,299 3,616,873 9.63731051774718 No
similarityEdges 375,299 3,525,968 9.39509031465578 No
init 802 115,121 143.542394014963 No
cycleSearch 488 38,418 78.7254098360656 Yes
getWorks 487 1,775 3.64476386036961 Yes
connectAllSimilar 118 3,631,544 30775.7966101695 Yes
connect 88 214 2.43181818181818 Yes
searchAndConnect 10 410,935 41093.5 Yes
Total 1,196 4,089,619

6.2.39.8 Found structures

6.2.39.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-08-57-xcLrXt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.39.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-08-57-xcLrXt--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.40 SIM10-29-08-57-xcLrXt–DV

6.2.40.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 30 2

6.2.40.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,450,150 1,620 1,620 4,801 1,459,811

6.2.40.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.40.4 distribution of similarityEdgesByWeight

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

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

6.2.40.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,859 1.4286606956884 No
addItemToWork 3,240 23,748 7.32962962962963 No
ownsWork 1,620 11,464 7.07654320987654 No
init 803 111,132 138.39601494396 No
searchAndConnect 791 21,076,728 26645.6738305942 Yes
individualCycleSearch 499 10 0.0200400801603206 Yes
getWorksItems 38 72 1.89473684210526 Yes
getWorks 13 121,395 9338.07692307692 No
cycleSearch 12 247,513 20626.0833333333 Yes
Total 1,350 21,570,896

6.2.40.8 Found structures

6.2.40.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-08-57-xcLrXt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.40.8.2 Paths

Number of paths found: 7

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-08-57-xcLrXt--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.41 SIM10-28-02-06-zZz49V–CV

6.2.41.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 5 1

6.2.41.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 348,852 820 820 4,801 356,113

6.2.41.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.41.4 distribution of similarityEdgesByWeight

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

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

6.2.41.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
connectIfSimilar 672,919 3,593,570 5.34027126593245 No
existsSimilarity 672,919 3,554,523 5.28224496559021 No
similarityEdges 672,919 3,469,114 5.15532181436399 No
connect 11,865 23,062 1.94369995785925 Yes
init 803 41,457 51.6276463262765 No
connectAllSimilar 481 3,601,379 7487.27442827443 Yes
cycleSearch 51 2,207 43.2745098039216 Yes
getWorks 50 141 2.82 Yes
Total 12,453 3,630,127

6.2.41.8 Found structures

6.2.41.8.1 Cycles

Number of cycles found: 1

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-02-06-zZz49V--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.41.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-02-06-zZz49V--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.42 SIM10-28-02-06-zZz49V–DV

6.2.42.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 5 1

6.2.42.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 325,122 820 820 4,801 332,383

6.2.42.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.42.4 distribution of similarityEdgesByWeight

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

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

6.2.42.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
knowsAgent 4,801 6,516 1.357217246407 No
addItemToWork 1,640 11,160 6.80487804878049 No
ownsWork 820 5,521 6.73292682926829 No
init 803 40,902 50.9364881693649 No
searchAndConnect 801 3,455,631 4314.14606741573 Yes
individualCycleSearch 85 3 0.0352941176470588 Yes
getWorksItems 38 55 1.44736842105263 Yes
getWorks 36 5,405 150.138888888889 No
cycleSearch 35 14,274 407.828571428571 Yes
Total 964 3,477,944

6.2.42.8 Found structures

6.2.42.8.1 Cycles

Number of cycles found: 3

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-02-06-zZz49V--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.42.8.2 Paths

Number of paths found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-02-06-zZz49V--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.43 SIM10-28-09-22-NguAou–CV

6.2.43.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 5 2

6.2.43.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 234,464 1,620 1,620 800 240,124

6.2.43.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.43.4 distribution of similarityEdgesByWeight

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

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

6.2.43.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 594,405 3,596,526 6.05063214474979 No
2 existsSimilarity 594,405 3,425,101 5.76223450341097 No
3 similarityEdges 594,405 3,341,191 5.62106812695048 No
4 connect 74,959 154,868 2.06603609973452 Yes
6 cycleSearch 3,600 21,530 5.98055555555556 Yes
7 getWorks 3,600 27,335 7.59305555555556 Yes
8 individualCycleSearch 3,600 114 0.0316666666666667 Yes
10 init 803 47,657 59.3486924034869 No
11 Total 92,959 228,653

6.2.43.8 Found structures

6.2.43.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-22-NguAou--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.43.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-22-NguAou--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.44 SIM10-28-09-22-NguAou–DV

6.2.44.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 5 2

6.2.44.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 84,546 1,620 1,620 800 90,206

6.2.44.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.44.4 distribution of similarityEdgesByWeight

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

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

6.2.44.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 21,064 5.85111111111111 Yes
3 getWorks 3,600 28,491 7.91416666666667 No
4 individualCycleSearch 3,600 112 0.0311111111111111 Yes
6 addItemToWork 3,240 21,951 6.775 No
7 ownsWork 1,620 10,684 6.59506172839506 No
8 init 803 48,750 60.7098381070984 No
9 searchAndConnect 801 561,571 701.087390761548 Yes
10 knowsAgent 800 1,444 1.805 No
1 Total 15,201 607,708

6.2.44.8 Found structures

6.2.44.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-22-NguAou--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.44.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-09-22-NguAou--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.45 SIM10-28-11-04-m3zR84–CV

6.2.45.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 5 1

6.2.45.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 241,132 820 820 800 244,392

6.2.45.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.45.4 distribution of similarityEdgesByWeight

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

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

6.2.45.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 858,375 3,589,080 4.18124945391 No
2 existsSimilarity 858,375 3,359,810 3.91415174020679 No
3 similarityEdges 858,375 3,279,446 3.82052832386777 No
4 connect 108,575 207,255 1.90886483997237 Yes
6 cycleSearch 3,600 81,308 22.5855555555556 Yes
7 getWorks 3,600 26,448 7.34666666666667 Yes
8 individualCycleSearch 3,600 136 0.0377777777777778 Yes
10 init 803 39,928 49.7235367372354 No
11 Total 126,575 557,311

6.2.45.8 Found structures

6.2.45.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-11-04-m3zR84--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.45.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-11-04-m3zR84--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.46 SIM10-28-11-04-m3zR84–DV

6.2.46.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 random 20 1 5 1

6.2.46.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
820 23,982 820 820 800 27,242

6.2.46.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 1,640 820 3,261

6.2.46.4 distribution of similarityEdgesByWeight

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

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

6.2.46.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
2 cycleSearch 3,600 20,622 5.72833333333333 Yes
3 getWorks 3,600 26,111 7.25305555555556 No
4 individualCycleSearch 3,600 120 0.0333333333333333 Yes
6 addItemToWork 1,640 9,964 6.07560975609756 No
7 ownsWork 820 4,848 5.91219512195122 No
8 init 803 40,768 50.7696139476961 No
9 searchAndConnect 801 199,534 249.106117353308 Yes
10 knowsAgent 800 1,330 1.6625 No
1 Total 15,201 245,121

6.2.46.8 Found structures

6.2.46.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-11-04-m3zR84--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.46.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-28-11-04-m3zR84--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.47 SIM10-29-12-24-oAKNjM–CV

6.2.47.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 5 2

6.2.47.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,277,690 1,620 1,620 4,801 1,287,351

6.2.47.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.47.4 distribution of similarityEdgesByWeight

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

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

6.2.47.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 connectIfSimilar 403,352 3,616,780 8.96680814772209 No
2 existsSimilarity 403,352 3,590,715 8.90218717150281 No
3 similarityEdges 403,352 3,503,539 8.68605833118467 No
4 connect 7,213 15,343 2.12713156800222 Yes
6 cycleSearch 3,600 52,478 14.5772222222222 Yes
7 getWorks 3,600 29,234 8.12055555555555 Yes
8 individualCycleSearch 3,600 120 0.0333333333333333 Yes
10 init 803 49,682 61.8704856787049 No
11 Total 25,213 199,921

6.2.47.8 Found structures

6.2.47.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-12-24-oAKNjM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.47.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-12-24-oAKNjM--CV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.2.48 SIM10-29-12-24-oAKNjM–DV

6.2.48.1 simulationParameters

agentNumber similarityConnectThreshold graphType chainLength similaritySearchThreshold maxDistance randomWorksNumberMultiplier
800 0.93 smallWorld 20 1 5 2

6.2.48.2 allEdgesByLabel

edges_offers edges_similarity edges_owns edges_demands edges_knows edges_total
1,620 1,263,264 1,620 1,620 4,801 1,272,925

6.2.48.3 allVerticesByType

vertices_agent vertices_item vertices_work vertices_total
801 3,240 1,620 5,661

6.2.48.4 distribution of similarityEdgesByWeight

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

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

6.2.48.7 Runing time by method

key doc_count sum_wallTime_ms.value avg_wallTime_ms.value includedInTotal
1 knowsAgent 4,801 6,793 1.41491355967507 No
3 cycleSearch 3,600 265,243 73.6786111111111 Yes
4 getWorks 3,600 100,998 28.055 No
5 individualCycleSearch 3,600 123 0.0341666666666667 Yes
7 addItemToWork 3,240 22,057 6.80771604938272 No
8 ownsWork 1,620 11,230 6.9320987654321 No
9 init 803 49,288 61.3798256537983 No
10 searchAndConnect 801 15,583,657 19455.252184769 Yes
11 Total 15,201 16,160,862

6.2.48.8 Found structures

6.2.48.8.1 Cycles

Number of cycles found: 0

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-12-24-oAKNjM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundCycle"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 
6.2.48.8.2 Paths

Number of paths found: 3600

 GET /filebeat-*/_search 
          { 
            "query": {
              "bool": {
                "must": [
                  { "match_phrase": {
                    "simulationId": "SIM10-29-12-24-oAKNjM--DV"
                    }
                  },
                  { "bool": {
                    "should": [
                      { "match": {
                        "keyword": "foundPath"
                      }}
                    ]
                  }}
                ]
              }
            }
          }
 

6.3 Scatterplots of experiment