TSTP Solution File: SYN728-1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : SYN728-1 : TPTP v8.1.2. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% 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  : 300s
% DateTime : Fri May 19 12:29:47 EDT 2023

% Result   : Unsatisfiable 2.63s 1.53s
% Output   : Refutation 2.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   18 (   1 unt;   7 typ;   0 def)
%            Number of atoms       :   21 (   0 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   66 (  10   ~;  10   |;   0   &;  46   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   2 con; 0-2 aty)
%            Number of variables   :   14 (   0   ^;  14   !;   0   ?;  14   :)

% Comments : 
%------------------------------------------------------------------------------
thf(p_type,type,
    p: $i > $i > $o ).

thf(m_type,type,
    m: $i > $o ).

thf(sk1_type,type,
    sk1: $i > $i ).

thf(q_type,type,
    q: $i > $o ).

thf(f_type,type,
    f: $i > $i > $i ).

thf(g_type,type,
    g: $i > $i ).

thf(sk2_type,type,
    sk2: $i ).

thf(4,negated_conjecture,
    ! [A: $i] :
      ( ~ ( m @ ( g @ A ) )
      | ~ ( q @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',thm69_4) ).

thf(10,plain,
    ! [A: $i] :
      ( ~ ( m @ ( g @ A ) )
      | ~ ( q @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(5,negated_conjecture,
    ! [A: $i] :
      ( ~ ( p @ sk2 @ sk2 )
      | ~ ( p @ ( g @ sk2 ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',thm69_5) ).

thf(6,plain,
    ! [A: $i] :
      ( ~ ( p @ sk2 @ sk2 )
      | ~ ( p @ ( g @ sk2 ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(3,negated_conjecture,
    ! [A: $i] :
      ( ( q @ ( f @ A @ ( sk1 @ A ) ) )
      | ( p @ A @ ( sk1 @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',thm69_3) ).

thf(9,plain,
    ! [A: $i] :
      ( ( q @ ( f @ A @ ( sk1 @ A ) ) )
      | ( p @ A @ ( sk1 @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(1,negated_conjecture,
    ! [C: $i,B: $i,A: $i] :
      ( ( p @ A @ A )
      | ~ ( p @ B @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',thm69_1) ).

thf(7,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( p @ A @ A )
      | ~ ( p @ B @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(2,negated_conjecture,
    ! [A: $i] :
      ( ( m @ A )
      | ( p @ A @ ( sk1 @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',thm69_2) ).

thf(8,plain,
    ! [A: $i] :
      ( ( m @ A )
      | ( p @ A @ ( sk1 @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(20,plain,
    $false,
    inference(e,[status(thm)],[10,6,9,7,8]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : SYN728-1 : TPTP v8.1.2. Released v2.5.0.
% 0.13/0.14  % Command  : run_Leo-III %s %d
% 0.14/0.35  % Computer : n027.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.20/0.35  % CPULimit : 300
% 0.20/0.35  % WCLimit  : 300
% 0.20/0.35  % DateTime : Thu May 18 20:07:36 EDT 2023
% 0.20/0.35  % CPUTime  : 
% 0.82/0.84  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.19/0.94  % [INFO] 	 Parsing done (107ms). 
% 1.19/0.95  % [INFO] 	 Running in sequential loop mode. 
% 1.48/1.15  % [INFO] 	 eprover registered as external prover. 
% 1.48/1.15  % [INFO] 	 cvc4 registered as external prover. 
% 1.48/1.15  % [INFO] 	 Scanning for conjecture ... 
% 1.73/1.20  % [INFO] 	 Found a conjecture and 0 axioms. Running axiom selection ... 
% 1.73/1.23  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 1.73/1.23  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.84/1.23  % [INFO] 	 Type checking passed. 
% 1.84/1.23  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 2.56/1.53  % External prover 'e' found a proof!
% 2.56/1.53  % [INFO] 	 Killing All external provers ... 
% 2.56/1.53  % Time passed: 1020ms (effective reasoning time: 576ms)
% 2.56/1.53  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 2.63/1.53  % Axioms used in derivation (0): 
% 2.63/1.53  % No. of inferences in proof: 11
% 2.63/1.53  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1020 ms resp. 576 ms w/o parsing
% 2.64/1.56  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.64/1.56  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------