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/queen/queen008x008.col c Target file: benchmark/queen/queen008x008_03_8723.dat c Size of independent set: 7 c Number of nodes of graph: 64 c Number of edges of graph: 728 c Average degree of graph: 22.75 s 3 13 18 32 47 52 62 t 1 14 24 39 44 50 61 c BFS found 11 new nodes in level 1 (total 12/244032232) c BFS found 17 new nodes in level 2 (total 29/244032232) c BFS found 35 new nodes in level 3 (total 64/244032232) c BFS found 56 new nodes in level 4 (total 119/244032232) c BFS found 92 new nodes in level 5 (total 211/244032232) c BFS found 167 new nodes in level 6 (total 375/244032232) c BFS found 272 new nodes in level 7 (total 639/244032232) c BFS found 364 new nodes in level 8 (total 988/244032232) c BFS found 471 new nodes in level 9 (total 1412/244032232) c BFS found 580 new nodes in level 10 (total 1880/244032232) c BFS exiting found=true count=2157 max_count=244032232 c R=7 c Found with: Breadth First Search a YES a 3 13 18 32 47 52 62 a 3 13 32 33 47 52 62 a 3 13 32 33 47 50 62 a 3 13 24 33 47 50 62 a 3 13 24 28 33 50 62 a 3 13 24 28 33 50 63 a 3 13 24 33 44 50 63 a 3 14 24 33 44 50 63 a 3 14 24 33 44 50 61 a 14 24 27 33 44 50 61 a 1 14 24 27 44 50 61 a 1 14 24 39 44 50 61 c Length: 11 Command being timed: "src/recon_th benchmark/queen/queen008x008.col benchmark/queen/queen008x008_03_8723.dat" User time (seconds): 0.02 System time (seconds): 0.03 Percent of CPU this job got: 103% 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): 264320 Average resident set size (kbytes): 0 Major (requiring I/O) page faults: 0 Minor (reclaiming a frame) page faults: 65693 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