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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SYN044-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 : 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  : 600s
% DateTime : Thu Jul 21 08:22:51 EDT 2022

% Result   : Unsatisfiable 0.12s 0.36s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   42 (  20 unt;   3 typ;   0 def)
%            Number of atoms       :  166 (  45 equ;   0 cnn)
%            Maximal formula atoms :    3 (   4 avg)
%            Number of connectives :   64 (  27   ~;  37   |;   0   &;   0   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   3 usr;   5 con; 0-2 aty)
%            Number of variables   :    0 (   0   ^   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_p,type,
    p: $o ).

thf(tp_q,type,
    q: $o ).

thf(tp_r,type,
    r: $o ).

thf(1,axiom,
    ( ~ p
    | q
    | r ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_4) ).

thf(2,axiom,
    ( ~ r
    | q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_3) ).

thf(3,axiom,
    ( ~ r
    | p ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_2) ).

thf(4,axiom,
    ( ~ q
    | r ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_1) ).

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

thf(6,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[5]) ).

thf(7,negated_conjecture,
    ( p
    | q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_6) ).

thf(8,negated_conjecture,
    ( ~ p
    | ~ q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_5) ).

thf(9,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[6]) ).

thf(10,plain,
    ( ( ~ p
      | q
      | r )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(11,plain,
    ( ( ~ r
      | q )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(12,plain,
    ( ( ~ r
      | p )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(13,plain,
    ( ( ~ q
      | r )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(14,plain,
    ( ( p
      | q )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(15,plain,
    ( ( ~ p
      | ~ q )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

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

thf(17,plain,
    ( ( ~ p
      | ~ q )
    = $true ),
    inference(copy,[status(thm)],[15]) ).

thf(18,plain,
    ( ( p
      | q )
    = $true ),
    inference(copy,[status(thm)],[14]) ).

thf(19,plain,
    ( ( ~ q
      | r )
    = $true ),
    inference(copy,[status(thm)],[13]) ).

thf(20,plain,
    ( ( ~ r
      | p )
    = $true ),
    inference(copy,[status(thm)],[12]) ).

thf(21,plain,
    ( ( ~ r
      | q )
    = $true ),
    inference(copy,[status(thm)],[11]) ).

thf(22,plain,
    ( ( ~ p
      | q
      | r )
    = $true ),
    inference(copy,[status(thm)],[10]) ).

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

thf(24,plain,
    ( ( ( ~ p )
      = $true )
    | ( ( ~ q )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[17]) ).

thf(25,plain,
    ( ( p = $true )
    | ( q = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[18]) ).

thf(26,plain,
    ( ( ( ~ q )
      = $true )
    | ( r = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[19]) ).

thf(27,plain,
    ( ( ( ~ r )
      = $true )
    | ( p = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[20]) ).

thf(28,plain,
    ( ( ( ~ r )
      = $true )
    | ( q = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[21]) ).

thf(29,plain,
    ( ( ( ~ p )
      = $true )
    | ( ( q
        | r )
      = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[22]) ).

thf(30,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[23]) ).

thf(31,plain,
    ( ( p = $false )
    | ( ( ~ q )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[24]) ).

thf(32,plain,
    ( ( q = $false )
    | ( r = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[26]) ).

thf(33,plain,
    ( ( r = $false )
    | ( p = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[27]) ).

thf(34,plain,
    ( ( r = $false )
    | ( q = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[28]) ).

thf(35,plain,
    ( ( p = $false )
    | ( ( q
        | r )
      = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[29]) ).

thf(36,plain,
    ( ( q = $false )
    | ( p = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[31]) ).

thf(37,plain,
    ( ( q = $true )
    | ( r = $true )
    | ( p = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[35]) ).

thf(38,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[25,37,36,34,33,32,30]) ).

thf(39,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[38]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SYN044-1 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n006.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Tue Jul 12 00:56:50 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 6
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 0
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.34  (rf:0,axioms:6,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:8,loop_count:0,foatp_calls:0,translation:fof_full)
% 0.12/0.36  ********************************
% 0.12/0.36  *   All subproblems solved!    *
% 0.12/0.36  ********************************
% 0.12/0.36  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:6,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:38,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.12/0.36  
% 0.12/0.36  %**** Beginning of derivation protocol ****
% 0.12/0.36  % SZS output start CNFRefutation
% See solution above
% 0.12/0.36  
% 0.12/0.36  %**** End of derivation protocol ****
% 0.12/0.36  %**** no. of clauses in derivation: 39 ****
% 0.12/0.36  %**** clause counter: 38 ****
% 0.12/0.36  
% 0.12/0.36  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:6,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:38,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------