#BEGIN: [Wed Sep 6 01:33:07 2023] #HOST: s14 #TIMELIMIT: 1800 #MEMLIMIT: 0 #SOLVER: existent-wallclock-suisen-cp2 #INSTANCE1: /benchmark/random_instance/random_instance035_graph001.col #INSTANCE2: /benchmark/random_instance/random_instance035_graph001_01.dat #COMMAND: docker run --cidfile /tmp/cid.txt --init --rm -t -v /home/share/benchmark/ISR-benchmark:/benchmark suisen-cp2 /benchmark/random_instance/random_instance035_graph001.col /benchmark/random_instance/random_instance035_graph001_01.dat Traceback (most recent call last): File "/solver-dir/ndscut/ndscut.py", line 411, in new_edge_list = get_order_by_cut(edge_list) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/solver-dir/ndscut/ndscut.py", line 308, in get_order_by_cut s, t = get_farthest_two_vertices(G) #print "s, t = ", s, t ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/solver-dir/ndscut/ndscut.py", line 15, in get_farthest_two_vertices ecc = nx.eccentricity(G) ^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/networkx/algorithms/distance_measures.py", line 317, in eccentricity raise nx.NetworkXError(msg) networkx.exception.NetworkXError: Found infinite path length because the graph is not connected 16:33:08 [INFO] Time reorder : 0 (sec) Traceback (most recent call last): File "/solver-dir/./Main.py", line 174, in solve( File "/solver-dir/./Main.py", line 72, in solve mapping, inv_mapping = reorder_vertices_mapping(edges) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/solver-dir/./Main.py", line 42, in reorder_vertices_mapping for a, b in edges: ^^^^ ValueError: not enough values to unpack (expected 2, got 0) Command exited with non-zero status 1 Command being timed: "bash /solver-dir/run.sh /benchmark/random_instance/random_instance035_graph001.col /benchmark/random_instance/random_instance035_graph001_01.dat" User time (seconds): 0.11 System time (seconds): 0.02 Percent of CPU this job got: 72% Elapsed (wall clock) time (h:mm:ss or m:ss): 0:00.19 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): 29188 Average resident set size (kbytes): 0 Major (requiring I/O) page faults: 116 Minor (reclaiming a frame) page faults: 7896 Voluntary context switches: 634 Involuntary context switches: 2 Swaps: 0 File system inputs: 38304 File system outputs: 32 Socket messages sent: 0 Socket messages received: 0 Signals delivered: 0 Page size (bytes): 4096 Exit status: 1 #END: [Wed Sep 6 01:33:08 2023]