TSTP Solution File: SYN032-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SYN032-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n027.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  : 600s
% DateTime : Thu Jul 21 08:22:42 EDT 2022

% Result   : Unsatisfiable 0.13s 0.37s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   54 (  23 unt;   6 typ;   0 def)
%            Number of atoms       :  230 (  62 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :   96 (  38   ~;  58   |;   0   &;   0   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   6 usr;   8 con; 0-2 aty)
%            Number of variables   :    0 (   0   ^   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a,type,
    a: $o ).

thf(tp_b,type,
    b: $o ).

thf(tp_c,type,
    c: $o ).

thf(tp_h,type,
    h: $o ).

thf(tp_j,type,
    j: $o ).

thf(tp_k,type,
    k: $o ).

thf(1,axiom,
    ( ~ h
    | ~ c ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',one) ).

thf(2,axiom,
    ( c
    | ~ h ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',seven) ).

thf(3,axiom,
    ( b
    | ~ a ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',six) ).

thf(4,axiom,
    ( h
    | j
    | ~ k ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',five) ).

thf(5,axiom,
    ( h
    | k
    | j ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',four) ).

thf(6,axiom,
    ( h
    | a
    | ~ j ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',three) ).

thf(7,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(8,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[7]) ).

thf(9,negated_conjecture,
    ( ~ a
    | ~ b ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_something) ).

thf(10,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[8]) ).

thf(11,plain,
    ( ( ~ h
      | ~ c )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(12,plain,
    ( ( c
      | ~ h )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(13,plain,
    ( ( b
      | ~ a )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(14,plain,
    ( ( h
      | j
      | ~ k )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(15,plain,
    ( ( h
      | k
      | j )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(16,plain,
    ( ( h
      | a
      | ~ j )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(17,plain,
    ( ( ~ a
      | ~ b )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(18,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[10]) ).

thf(19,plain,
    ( ( h
      | j
      | k )
    = $true ),
    inference(extcnf_combined,[status(esa)],[15]) ).

thf(20,plain,
    ( ( ~ a
      | ~ b )
    = $true ),
    inference(copy,[status(thm)],[17]) ).

thf(21,plain,
    ( ( h
      | a
      | ~ j )
    = $true ),
    inference(copy,[status(thm)],[16]) ).

thf(22,plain,
    ( ( h
      | j
      | k )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(23,plain,
    ( ( h
      | j
      | ~ k )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(24,plain,
    ( ( b
      | ~ a )
    = $true ),
    inference(copy,[status(thm)],[13]) ).

thf(25,plain,
    ( ( c
      | ~ h )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(26,plain,
    ( ( ~ h
      | ~ c )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(27,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[18]) ).

thf(28,plain,
    ( ( ( ~ a )
      = $true )
    | ( ( ~ b )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[20]) ).

thf(29,plain,
    ( ( h = $true )
    | ( ( a
        | ~ j )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[21]) ).

thf(30,plain,
    ( ( h = $true )
    | ( ( j
        | k )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[22]) ).

thf(31,plain,
    ( ( h = $true )
    | ( ( j
        | ~ k )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[23]) ).

thf(32,plain,
    ( ( b = $true )
    | ( ( ~ a )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[24]) ).

thf(33,plain,
    ( ( c = $true )
    | ( ( ~ h )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[25]) ).

thf(34,plain,
    ( ( ( ~ h )
      = $true )
    | ( ( ~ c )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[26]) ).

thf(35,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[27]) ).

thf(36,plain,
    ( ( a = $false )
    | ( ( ~ b )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[28]) ).

thf(37,plain,
    ( ( a = $true )
    | ( ( ~ j )
      = $true )
    | ( h = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[29]) ).

thf(38,plain,
    ( ( j = $true )
    | ( k = $true )
    | ( h = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[30]) ).

thf(39,plain,
    ( ( j = $true )
    | ( ( ~ k )
      = $true )
    | ( h = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[31]) ).

thf(40,plain,
    ( ( a = $false )
    | ( b = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[32]) ).

thf(41,plain,
    ( ( h = $false )
    | ( c = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[33]) ).

thf(42,plain,
    ( ( h = $false )
    | ( ( ~ c )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[34]) ).

thf(43,plain,
    ( ( b = $false )
    | ( a = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[36]) ).

thf(44,plain,
    ( ( j = $false )
    | ( a = $true )
    | ( h = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(45,plain,
    ( ( k = $false )
    | ( j = $true )
    | ( h = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[39]) ).

thf(46,plain,
    ( ( c = $false )
    | ( h = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[42]) ).

thf(47,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[35,46,45,44,43,41,40,38]) ).

thf(48,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[47]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN032-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n027.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Mon Jul 11 13:39:04 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 7
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.35  (rf:0,axioms:7,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:9,loop_count:0,foatp_calls:0,translation:fof_full)
% 0.13/0.37  ********************************
% 0.13/0.37  *   All subproblems solved!    *
% 0.13/0.37  ********************************
% 0.13/0.37  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:7,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:47,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.13/0.37  
% 0.13/0.37  %**** Beginning of derivation protocol ****
% 0.13/0.37  % SZS output start CNFRefutation
% See solution above
% 0.13/0.37  
% 0.13/0.37  %**** End of derivation protocol ****
% 0.13/0.37  %**** no. of clauses in derivation: 48 ****
% 0.13/0.37  %**** clause counter: 47 ****
% 0.13/0.37  
% 0.13/0.37  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:7,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:47,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------