TSTP Solution File: PUZ135_1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : PUZ135_1 : TPTP v8.1.2. Released v5.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n006.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 13:20:25 EDT 2023

% Result   : Theorem 2.92s 1.17s
% Output   : CNFRefutation 2.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   25
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   96 (  39 unt;   0 typ;   0 def)
%            Number of atoms       :  440 ( 249 equ)
%            Maximal formula atoms :    7 (   4 avg)
%            Number of connectives :  260 ( 106   ~; 130   |;  20   &)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of FOOLs       :  190 ( 190 fml;   0 var)
%            Number of types       :    0 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :   19 (  17 usr;  16 prp; 0-2 aty)
%            Number of functors    :    0 (   0 usr;   0 con; --- aty)
%            Number of variables   :   49 (   0 sgn;  21   !;   0   ?;  21   :)

% Comments : 
%------------------------------------------------------------------------------
tff(f1,axiom,
    a != b,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_b) ).

tff(f2,axiom,
    a != c,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_c) ).

tff(f3,axiom,
    a != d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_d) ).

tff(f4,axiom,
    b != c,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_not_c) ).

tff(f5,axiom,
    b != d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_not_d) ).

tff(f6,axiom,
    c != d,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_not_d) ).

tff(f20,axiom,
    ! [X0: entry] :
      ( ( reconstituted_materials_sculpture = X0 )
      | ( laser_etching = X0 )
      | ( holography = X0 )
      | ( collage_painting = X0 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',only_entries) ).

tff(f21,axiom,
    ! [X0: place] :
      ( ( fourth = X0 )
      | ( third = X0 )
      | ( second = X0 )
      | ( first = X0 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',only_places) ).

tff(f22,axiom,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( X0 != X1 )
     => ( entry_of(X0) != entry_of(X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unique_entrys) ).

tff(f24,axiom,
    ( ( holography != entry_of(a) )
    & ( first != place_of(a) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_info) ).

tff(f26,axiom,
    ! [X0: knowheyan] :
      ( ( collage_painting = entry_of(X0) )
     => ( ( second != place_of(X0) )
        & ( first != place_of(X0) )
        & ( c != X0 )
        & ( a != X0 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',collage_info) ).

tff(f27,axiom,
    ( ! [X0: knowheyan] :
        ( ( laser_etching = entry_of(X0) )
       => ( fourth != place_of(X0) ) )
    & ( fourth != place_of(b) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fourth_info2) ).

tff(f28,axiom,
    ( ( third != place_of(c) )
    & ( third != place_of(b) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',third_info) ).

tff(f29,axiom,
    ( ! [X0: knowheyan] :
        ( ( laser_etching = entry_of(X0) )
       => ( ( second != place_of(X0) )
          & ( a != X0 ) ) )
    & ( laser_etching != entry_of(b) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',laser_etching_info) ).

tff(f30,conjecture,
    ( ( collage_painting = entry_of(d) )
    & ( laser_etching = entry_of(c) )
    & ( holography = entry_of(b) )
    & ( reconstituted_materials_sculpture = entry_of(a) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',entries) ).

tff(f31,negated_conjecture,
    ~ ( ( collage_painting = entry_of(d) )
      & ( laser_etching = entry_of(c) )
      & ( holography = entry_of(b) )
      & ( reconstituted_materials_sculpture = entry_of(a) ) ),
    inference(negated_conjecture,[],[f30]) ).

tff(f32,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( entry_of(X0) != entry_of(X1) )
      | ( X0 = X1 ) ),
    inference(ennf_transformation,[],[f22]) ).

tff(f35,plain,
    ! [X0: knowheyan] :
      ( ( ( second != place_of(X0) )
        & ( first != place_of(X0) )
        & ( c != X0 )
        & ( a != X0 ) )
      | ( collage_painting != entry_of(X0) ) ),
    inference(ennf_transformation,[],[f26]) ).

tff(f36,plain,
    ( ! [X0: knowheyan] :
        ( ( fourth != place_of(X0) )
        | ( laser_etching != entry_of(X0) ) )
    & ( fourth != place_of(b) ) ),
    inference(ennf_transformation,[],[f27]) ).

tff(f37,plain,
    ( ! [X0: knowheyan] :
        ( ( ( second != place_of(X0) )
          & ( a != X0 ) )
        | ( laser_etching != entry_of(X0) ) )
    & ( laser_etching != entry_of(b) ) ),
    inference(ennf_transformation,[],[f29]) ).

tff(f38,plain,
    ( ( collage_painting != entry_of(d) )
    | ( laser_etching != entry_of(c) )
    | ( holography != entry_of(b) )
    | ( reconstituted_materials_sculpture != entry_of(a) ) ),
    inference(ennf_transformation,[],[f31]) ).

tff(f39,plain,
    a != b,
    inference(cnf_transformation,[],[f1]) ).

tff(f40,plain,
    a != c,
    inference(cnf_transformation,[],[f2]) ).

tff(f41,plain,
    a != d,
    inference(cnf_transformation,[],[f3]) ).

tff(f42,plain,
    b != c,
    inference(cnf_transformation,[],[f4]) ).

tff(f43,plain,
    b != d,
    inference(cnf_transformation,[],[f5]) ).

tff(f44,plain,
    c != d,
    inference(cnf_transformation,[],[f6]) ).

tff(f58,plain,
    ! [X0: entry] :
      ( ( reconstituted_materials_sculpture = X0 )
      | ( laser_etching = X0 )
      | ( holography = X0 )
      | ( collage_painting = X0 ) ),
    inference(cnf_transformation,[],[f20]) ).

tff(f59,plain,
    ! [X0: place] :
      ( ( fourth = X0 )
      | ( third = X0 )
      | ( second = X0 )
      | ( first = X0 ) ),
    inference(cnf_transformation,[],[f21]) ).

tff(f60,plain,
    ! [X0: knowheyan,X1: knowheyan] :
      ( ( entry_of(X0) != entry_of(X1) )
      | ( X0 = X1 ) ),
    inference(cnf_transformation,[],[f32]) ).

tff(f63,plain,
    holography != entry_of(a),
    inference(cnf_transformation,[],[f24]) ).

tff(f66,plain,
    ! [X0: knowheyan] :
      ( ( a != X0 )
      | ( collage_painting != entry_of(X0) ) ),
    inference(cnf_transformation,[],[f35]) ).

tff(f67,plain,
    ! [X0: knowheyan] :
      ( ( c != X0 )
      | ( collage_painting != entry_of(X0) ) ),
    inference(cnf_transformation,[],[f35]) ).

tff(f68,plain,
    ! [X0: knowheyan] :
      ( ( first != place_of(X0) )
      | ( collage_painting != entry_of(X0) ) ),
    inference(cnf_transformation,[],[f35]) ).

tff(f69,plain,
    ! [X0: knowheyan] :
      ( ( second != place_of(X0) )
      | ( collage_painting != entry_of(X0) ) ),
    inference(cnf_transformation,[],[f35]) ).

tff(f70,plain,
    fourth != place_of(b),
    inference(cnf_transformation,[],[f36]) ).

tff(f72,plain,
    third != place_of(b),
    inference(cnf_transformation,[],[f28]) ).

tff(f74,plain,
    laser_etching != entry_of(b),
    inference(cnf_transformation,[],[f37]) ).

tff(f75,plain,
    ! [X0: knowheyan] :
      ( ( a != X0 )
      | ( laser_etching != entry_of(X0) ) ),
    inference(cnf_transformation,[],[f37]) ).

tff(f77,plain,
    ( ( collage_painting != entry_of(d) )
    | ( laser_etching != entry_of(c) )
    | ( holography != entry_of(b) )
    | ( reconstituted_materials_sculpture != entry_of(a) ) ),
    inference(cnf_transformation,[],[f38]) ).

tff(f78,plain,
    collage_painting != entry_of(c),
    inference(equality_resolution,[],[f67]) ).

tff(f79,plain,
    collage_painting != entry_of(a),
    inference(equality_resolution,[],[f66]) ).

tff(f80,plain,
    laser_etching != entry_of(a),
    inference(equality_resolution,[],[f75]) ).

cnf(c_49,plain,
    a != b,
    inference(cnf_transformation,[],[f39]) ).

cnf(c_50,plain,
    a != c,
    inference(cnf_transformation,[],[f40]) ).

cnf(c_51,plain,
    a != d,
    inference(cnf_transformation,[],[f41]) ).

cnf(c_52,plain,
    b != c,
    inference(cnf_transformation,[],[f42]) ).

cnf(c_53,plain,
    b != d,
    inference(cnf_transformation,[],[f43]) ).

cnf(c_54,plain,
    c != d,
    inference(cnf_transformation,[],[f44]) ).

cnf(c_68,plain,
    ( X0_15 = collage_painting
    | X0_15 = holography
    | X0_15 = laser_etching
    | X0_15 = reconstituted_materials_sculpture ),
    inference(cnf_transformation,[],[f58]) ).

cnf(c_69,plain,
    ( X0_14 = first
    | X0_14 = second
    | X0_14 = third
    | X0_14 = fourth ),
    inference(cnf_transformation,[],[f59]) ).

cnf(c_70,plain,
    ( entry_of(X0_13) != entry_of(X1_13)
    | X0_13 = X1_13 ),
    inference(cnf_transformation,[],[f60]) ).

cnf(c_72,plain,
    entry_of(a) != holography,
    inference(cnf_transformation,[],[f63]) ).

cnf(c_76,plain,
    ( entry_of(X0_13) != collage_painting
    | place_of(X0_13) != second ),
    inference(cnf_transformation,[],[f69]) ).

cnf(c_77,plain,
    ( entry_of(X0_13) != collage_painting
    | place_of(X0_13) != first ),
    inference(cnf_transformation,[],[f68]) ).

cnf(c_78,plain,
    entry_of(c) != collage_painting,
    inference(cnf_transformation,[],[f78]) ).

cnf(c_79,plain,
    entry_of(a) != collage_painting,
    inference(cnf_transformation,[],[f79]) ).

cnf(c_81,plain,
    place_of(b) != fourth,
    inference(cnf_transformation,[],[f70]) ).

cnf(c_83,plain,
    place_of(b) != third,
    inference(cnf_transformation,[],[f72]) ).

cnf(c_85,plain,
    entry_of(a) != laser_etching,
    inference(cnf_transformation,[],[f80]) ).

cnf(c_86,plain,
    entry_of(b) != laser_etching,
    inference(cnf_transformation,[],[f74]) ).

cnf(c_87,negated_conjecture,
    ( entry_of(a) != reconstituted_materials_sculpture
    | entry_of(b) != holography
    | entry_of(c) != laser_etching
    | entry_of(d) != collage_painting ),
    inference(cnf_transformation,[],[f77]) ).

cnf(c_641,plain,
    ( X0_15 = X1_15
    | X0_15 = collage_painting
    | X0_15 = holography
    | X0_15 = laser_etching
    | X1_15 = collage_painting
    | X1_15 = holography
    | X1_15 = laser_etching ),
    inference(superposition,[status(thm)],[c_68,c_68]) ).

cnf(c_667,plain,
    ( place_of(b) = first
    | place_of(b) = second
    | place_of(b) = fourth ),
    inference(superposition,[status(thm)],[c_69,c_83]) ).

cnf(c_679,plain,
    ( place_of(b) = first
    | place_of(b) = second ),
    inference(forward_subsumption_resolution,[status(thm)],[c_667,c_81]) ).

cnf(c_1086,plain,
    ( entry_of(a) = X0_15
    | entry_of(a) = collage_painting
    | entry_of(a) = laser_etching
    | X0_15 = collage_painting
    | X0_15 = holography
    | X0_15 = laser_etching ),
    inference(superposition,[status(thm)],[c_641,c_72]) ).

cnf(c_1164,plain,
    ( entry_of(a) = X0_15
    | X0_15 = collage_painting
    | X0_15 = holography
    | X0_15 = laser_etching ),
    inference(forward_subsumption_resolution,[status(thm)],[c_1086,c_85,c_79]) ).

cnf(c_1261,plain,
    ( entry_of(X0_13) != X0_15
    | X0_13 = a
    | X0_15 = collage_painting
    | X0_15 = holography
    | X0_15 = laser_etching ),
    inference(superposition,[status(thm)],[c_1164,c_70]) ).

cnf(c_1315,plain,
    ( entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = holography
    | entry_of(X0_13) = laser_etching
    | X0_13 = a ),
    inference(equality_resolution,[status(thm)],[c_1261]) ).

cnf(c_1339,plain,
    ( entry_of(X0_13) != holography
    | entry_of(X1_13) = collage_painting
    | entry_of(X1_13) = laser_etching
    | X0_13 = X1_13
    | X1_13 = a ),
    inference(superposition,[status(thm)],[c_1315,c_70]) ).

cnf(c_1385,plain,
    ( entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | entry_of(X1_13) = collage_painting
    | entry_of(X1_13) = laser_etching
    | X0_13 = X1_13
    | X0_13 = a
    | X1_13 = a ),
    inference(superposition,[status(thm)],[c_1315,c_1339]) ).

cnf(c_1678,plain,
    ( entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = holography
    | entry_of(X0_13) = laser_etching
    | entry_of(X0_13) = reconstituted_materials_sculpture ),
    inference(instantiation,[status(thm)],[c_68]) ).

cnf(c_1679,plain,
    ( entry_of(a) = collage_painting
    | entry_of(a) = holography
    | entry_of(a) = laser_etching
    | entry_of(a) = reconstituted_materials_sculpture ),
    inference(instantiation,[status(thm)],[c_1678]) ).

cnf(c_2733,plain,
    ( X0_13 != b
    | entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | entry_of(c) = collage_painting
    | entry_of(c) = laser_etching
    | X0_13 = a
    | a = c ),
    inference(superposition,[status(thm)],[c_1385,c_52]) ).

cnf(c_2786,plain,
    ( entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | entry_of(b) = collage_painting
    | X0_13 = a
    | X0_13 = b
    | a = b ),
    inference(superposition,[status(thm)],[c_1385,c_86]) ).

cnf(c_2790,plain,
    ( entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | entry_of(b) = collage_painting
    | X0_13 = a
    | X0_13 = b ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2786,c_49]) ).

cnf(c_2803,plain,
    ( X0_13 != b
    | entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | entry_of(c) = laser_etching
    | X0_13 = a ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2733,c_50,c_78]) ).

cnf(c_2983,plain,
    ( place_of(b) != first
    | entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | X0_13 = a
    | X0_13 = b ),
    inference(superposition,[status(thm)],[c_2790,c_77]) ).

cnf(c_2985,plain,
    ( place_of(b) != second
    | entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | X0_13 = a
    | X0_13 = b ),
    inference(superposition,[status(thm)],[c_2790,c_76]) ).

cnf(c_3311,plain,
    ( entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | entry_of(c) = laser_etching
    | X0_13 = a ),
    inference(global_subsumption_just,[status(thm)],[c_2803,c_679,c_2803,c_2985,c_2983]) ).

cnf(c_3379,plain,
    ( laser_etching != laser_etching
    | entry_of(c) = collage_painting
    | entry_of(c) = laser_etching
    | a = c ),
    inference(equality_factoring,[status(thm)],[c_3311]) ).

cnf(c_3384,plain,
    ( entry_of(c) = collage_painting
    | entry_of(c) = laser_etching
    | a = c ),
    inference(equality_resolution_simp,[status(thm)],[c_3379]) ).

cnf(c_3385,plain,
    entry_of(c) = laser_etching,
    inference(forward_subsumption_resolution,[status(thm)],[c_3384,c_50,c_78]) ).

cnf(c_3388,plain,
    ( entry_of(a) != reconstituted_materials_sculpture
    | entry_of(b) != holography
    | entry_of(d) != collage_painting ),
    inference(backward_subsumption_resolution,[status(thm)],[c_87,c_3385]) ).

cnf(c_3405,plain,
    ( entry_of(b) != holography
    | entry_of(d) != collage_painting ),
    inference(global_subsumption_just,[status(thm)],[c_3388,c_85,c_79,c_72,c_87,c_1679,c_3385]) ).

cnf(c_3480,plain,
    ( entry_of(X0_13) != laser_etching
    | X0_13 = c ),
    inference(superposition,[status(thm)],[c_3385,c_70]) ).

cnf(c_3563,plain,
    ( entry_of(X0_13) = collage_painting
    | entry_of(X0_13) = laser_etching
    | X0_13 = a
    | X0_13 = b ),
    inference(global_subsumption_just,[status(thm)],[c_2983,c_679,c_2985,c_2983]) ).

cnf(c_3581,plain,
    ( entry_of(X0_13) = collage_painting
    | X0_13 = a
    | X0_13 = b
    | X0_13 = c ),
    inference(superposition,[status(thm)],[c_3563,c_3480]) ).

cnf(c_3724,plain,
    ( entry_of(b) != holography
    | a = d
    | b = d
    | c = d ),
    inference(superposition,[status(thm)],[c_3581,c_3405]) ).

cnf(c_3725,plain,
    entry_of(b) != holography,
    inference(forward_subsumption_resolution,[status(thm)],[c_3724,c_54,c_53,c_51]) ).

cnf(c_3756,plain,
    ( entry_of(b) = collage_painting
    | entry_of(b) = laser_etching
    | a = b ),
    inference(superposition,[status(thm)],[c_1315,c_3725]) ).

cnf(c_3764,plain,
    entry_of(b) = collage_painting,
    inference(forward_subsumption_resolution,[status(thm)],[c_3756,c_49,c_86]) ).

cnf(c_3791,plain,
    place_of(b) != first,
    inference(superposition,[status(thm)],[c_3764,c_77]) ).

cnf(c_3792,plain,
    place_of(b) != second,
    inference(superposition,[status(thm)],[c_3764,c_76]) ).

cnf(c_3800,plain,
    place_of(b) = second,
    inference(backward_subsumption_resolution,[status(thm)],[c_679,c_3791]) ).

cnf(c_3803,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_3800,c_3792]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : PUZ135_1 : TPTP v8.1.2. Released v5.1.0.
% 0.00/0.13  % Command  : run_iprover %s %d THM
% 0.19/0.35  % Computer : n006.cluster.edu
% 0.19/0.35  % Model    : x86_64 x86_64
% 0.19/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.19/0.35  % Memory   : 8042.1875MB
% 0.19/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.19/0.35  % CPULimit : 300
% 0.19/0.35  % WCLimit  : 300
% 0.19/0.35  % DateTime : Sat Aug 26 22:53:07 EDT 2023
% 0.19/0.35  % CPUTime  : 
% 0.21/0.48  Running first-order theorem proving
% 0.21/0.48  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 2.92/1.17  % SZS status Started for theBenchmark.p
% 2.92/1.17  % SZS status Theorem for theBenchmark.p
% 2.92/1.17  
% 2.92/1.17  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 2.92/1.17  
% 2.92/1.17  ------  iProver source info
% 2.92/1.17  
% 2.92/1.17  git: date: 2023-05-31 18:12:56 +0000
% 2.92/1.17  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 2.92/1.17  git: non_committed_changes: false
% 2.92/1.17  git: last_make_outside_of_git: false
% 2.92/1.17  
% 2.92/1.17  ------ Parsing...
% 2.92/1.17  ------ Clausification by vclausify_rel  & Parsing by iProver...------  preprocesses with Global Options Modified: tff_prep: switching off prep_sem_filter, sub_typing, pure_diseq_elim
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  ------ Preprocessing... sup_sim: 0  pe_s  pe_e 
% 2.92/1.17  
% 2.92/1.17  ------ Preprocessing...------  preprocesses with Global Options Modified: tff_prep: switching off prep_sem_filter, sub_typing, pure_diseq_elim
% 2.92/1.17   gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e ------  preprocesses with Global Options Modified: tff_prep: switching off prep_sem_filter, sub_typing, pure_diseq_elim
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  ------ Preprocessing...
% 2.92/1.17  ------ Proving...
% 2.92/1.17  ------ Problem Properties 
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  clauses                                 39
% 2.92/1.17  conjectures                             1
% 2.92/1.17  EPR                                     21
% 2.92/1.17  Horn                                    36
% 2.92/1.17  unary                                   27
% 2.92/1.17  binary                                  8
% 2.92/1.17  lits                                    59
% 2.92/1.17  lits eq                                 59
% 2.92/1.17  fd_pure                                 3
% 2.92/1.17  fd_pseudo                               0
% 2.92/1.17  fd_cond                                 0
% 2.92/1.17  fd_pseudo_cond                          2
% 2.92/1.17  AC symbols                              0
% 2.92/1.17  
% 2.92/1.17  ------ Schedule dynamic 5 is on 
% 2.92/1.17  
% 2.92/1.17  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  ------ 
% 2.92/1.17  Current options:
% 2.92/1.17  ------ 
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  ------ Proving...
% 2.92/1.17  
% 2.92/1.17  
% 2.92/1.17  % SZS status Theorem for theBenchmark.p
% 2.92/1.17  
% 2.92/1.17  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 2.92/1.17  
% 2.92/1.17  
%------------------------------------------------------------------------------