c Copyright Volker Turau & Christoph Weyer, 2022 c Institute of Telematics c Hamburg University of Technology, Hamburg, Germany c Contact: turau@tuhh.de c Graph file: benchmark/grid/grid010x010.col c Target file: benchmark/grid/grid010x010_02_0495.dat c Size of independent set: 49 c Number of nodes of graph: 100 c Number of edges of graph: 180 c Average degree of graph: 3.60 s 1 3 5 7 9 12 14 16 18 20 21 23 25 27 29 32 34 36 38 40 41 43 47 49 52 54 56 58 60 61 63 65 67 69 72 74 76 78 80 81 83 85 87 89 92 94 96 98 100 t 2 4 6 8 10 11 13 15 17 19 22 24 26 28 30 31 33 35 37 39 42 44 46 48 50 51 53 55 57 59 62 64 66 68 70 71 73 75 77 79 82 84 86 88 90 91 93 95 97 c BFS found 49 new nodes in level 1 (total 50/244032232) c BFS found 2 new nodes in level 2 (total 52/244032232) c BFS found 0 new nodes in level 3 (total 52/244032232) c R=49 c Found with: Breadth First Search a NO Command being timed: "src/recon_th benchmark/grid/grid010x010.col benchmark/grid/grid010x010_02_0495.dat" User time (seconds): 0.00 System time (seconds): 0.05 Percent of CPU this job got: 100% Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.05 Average shared text size (kbytes): 0 Average unshared data size (kbytes): 0 Average stack size (kbytes): 0 Average total size (kbytes): 0 Maximum resident set size (kbytes): 264160 Average resident set size (kbytes): 0 Major (requiring I/O) page faults: 0 Minor (reclaiming a frame) page faults: 65631 Voluntary context switches: 4 Involuntary context switches: 0 Swaps: 0 File system inputs: 8 File system outputs: 0 Socket messages sent: 0 Socket messages received: 0 Signals delivered: 0 Page size (bytes): 4096 Exit status: 0