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/handcrafted/hc-square-02.col c Target file: benchmark/handcrafted/hc-square-02_01.dat c Size of independent set: 10 c Number of nodes of graph: 24 c Number of edges of graph: 33 c Average degree of graph: 2.75 s 1 3 7 9 12 14 18 20 21 23 t 2 4 8 10 11 13 17 19 22 24 c BFS found 3 new nodes in level 1 (total 4/268435456) c BFS found 3 new nodes in level 2 (total 7/268435456) c BFS found 2 new nodes in level 3 (total 9/268435456) c BFS found 2 new nodes in level 4 (total 10/268435456) c BFS found 1 new nodes in level 5 (total 8/268435456) c BFS found 1 new nodes in level 6 (total 9/268435456) c BFS found 1 new nodes in level 7 (total 8/268435456) c BFS found 1 new nodes in level 8 (total 9/268435456) c BFS found 1 new nodes in level 9 (total 10/268435456) c BFS found 2 new nodes in level 10 (total 12/268435456) c BFS found 3 new nodes in level 11 (total 15/268435456) c BFS found 4 new nodes in level 12 (total 19/268435456) c BFS found 5 new nodes in level 13 (total 24/268435456) c BFS found 4 new nodes in level 14 (total 27/268435456) c BFS found 3 new nodes in level 15 (total 29/268435456) c BFS found 2 new nodes in level 16 (total 29/268435456) c BFS found 1 new nodes in level 17 (total 26/268435456) c BFS found 1 new nodes in level 18 (total 26/268435456) c BFS found 2 new nodes in level 19 (total 21/268435456) c BFS found 3 new nodes in level 20 (total 24/268435456) c BFS found 4 new nodes in level 21 (total 28/268435456) c BFS found 5 new nodes in level 22 (total 33/268435456) c BFS found 4 new nodes in level 23 (total 36/268435456) c BFS found 3 new nodes in level 24 (total 38/268435456) c BFS found 2 new nodes in level 25 (total 39/268435456) c BFS found 1 new nodes in level 26 (total 35/268435456) c BFS found 1 new nodes in level 27 (total 32/268435456) c BFS found 2 new nodes in level 28 (total 30/268435456) c BFS found 2 new nodes in level 29 (total 32/268435456) c BFS exiting found=true count=33 max_count=268435456 c R=10 c Found with: Breadth First Search a YES a 1 3 7 9 12 14 18 20 21 23 a 1 4 7 9 12 14 18 20 21 23 a 2 4 7 9 12 14 18 20 21 23 a 2 4 5 9 12 14 18 20 21 23 a 2 4 5 9 11 14 18 20 21 23 a 2 4 8 9 11 14 18 20 21 23 a 1 4 8 9 11 14 18 20 21 23 a 1 3 8 9 11 14 18 20 21 23 a 1 3 6 8 11 14 18 20 21 23 a 1 3 6 8 11 13 18 20 21 23 a 1 3 6 8 11 13 16 18 21 23 a 1 3 6 8 11 13 16 18 21 24 a 1 3 6 8 11 13 18 19 21 24 a 1 3 6 8 11 14 18 19 21 24 a 1 3 8 9 11 14 18 19 21 24 a 1 4 8 9 11 14 18 19 21 24 a 2 4 8 9 11 14 18 19 21 24 a 2 4 5 9 11 14 18 19 21 24 a 2 4 5 9 12 14 18 19 21 24 a 2 4 5 9 12 14 15 19 21 24 a 2 4 5 9 12 14 15 19 22 24 a 2 4 5 9 12 14 17 19 22 24 a 2 4 5 9 11 14 17 19 22 24 a 2 4 8 9 11 14 17 19 22 24 a 1 4 8 9 11 14 17 19 22 24 a 1 3 8 9 11 14 17 19 22 24 a 1 3 6 8 11 14 17 19 22 24 a 1 3 6 8 11 13 17 19 22 24 a 1 3 8 10 11 13 17 19 22 24 a 1 4 8 10 11 13 17 19 22 24 a 2 4 8 10 11 13 17 19 22 24 c Length: 30 Command being timed: "src/recon_th benchmark/handcrafted/hc-square-02.col benchmark/handcrafted/hc-square-02_01.dat" User time (seconds): 0.00 System time (seconds): 0.04 Percent of CPU this job got: 91% 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): 264104 Average resident set size (kbytes): 0 Major (requiring I/O) page faults: 0 Minor (reclaiming a frame) page faults: 65629 Voluntary context switches: 5 Involuntary context switches: 1 Swaps: 0 File system inputs: 16 File system outputs: 0 Socket messages sent: 0 Socket messages received: 0 Signals delivered: 0 Page size (bytes): 4096 Exit status: 0