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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : SYN011-1 : TPTP v8.1.2. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n019.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:26:57 EDT 2023

% Result   : Unsatisfiable 2.45s 1.50s
% Output   : Refutation 2.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   24 (   3 unt;   7 typ;   0 def)
%            Number of atoms       :   35 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   2 avg)
%            Number of connectives :   34 (  16   ~;  18   |;   0   &;   0   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   8 con; 0-0 aty)
%            Number of variables   :    0 (   0   ^;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
thf(n_type,type,
    n: $o ).

thf(t_type,type,
    t: $o ).

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

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

thf(l_type,type,
    l: $o ).

thf(p_type,type,
    p: $o ).

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

thf(1,negated_conjecture,
    ( ~ n
    | ~ t ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_1) ).

thf(10,plain,
    ( ~ n
    | ~ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(3,negated_conjecture,
    ( l
    | ~ m ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_3) ).

thf(14,plain,
    ( l
    | ~ m ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(5,negated_conjecture,
    ( ~ l
    | ~ p ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_5) ).

thf(9,plain,
    ( ~ l
    | ~ p ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(7,negated_conjecture,
    ( ~ r
    | ~ l ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_7) ).

thf(13,plain,
    ( ~ r
    | ~ l ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(2,negated_conjecture,
    ( m
    | q
    | n ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_2) ).

thf(12,plain,
    ( m
    | q
    | n ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(4,negated_conjecture,
    ( l
    | ~ q ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_4) ).

thf(16,plain,
    ( l
    | ~ q ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(6,negated_conjecture,
    ( r
    | p
    | n ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_6) ).

thf(11,plain,
    ( r
    | p
    | n ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(8,negated_conjecture,
    t,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause_8) ).

thf(15,plain,
    t,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(24,plain,
    $false,
    inference(cvc4,[status(thm)],[10,14,9,13,12,16,11,15]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : SYN011-1 : TPTP v8.1.2. Released v1.1.0.
% 0.10/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.36  % Computer : n019.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 300
% 0.16/0.36  % DateTime : Thu May 18 19:42:44 EDT 2023
% 0.16/0.36  % CPUTime  : 
% 0.87/0.86  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.12/0.97  % [INFO] 	 Parsing done (113ms). 
% 1.12/0.98  % [INFO] 	 Running in sequential loop mode. 
% 1.50/1.18  % [INFO] 	 eprover registered as external prover. 
% 1.69/1.18  % [INFO] 	 cvc4 registered as external prover. 
% 1.69/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.82/1.23  % [INFO] 	 Found a conjecture and 0 axioms. Running axiom selection ... 
% 1.82/1.25  % [INFO] 	 Axiom selection finished. Selected 0 axioms (removed 0 axioms). 
% 1.82/1.25  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.82/1.25  % [INFO] 	 Type checking passed. 
% 1.82/1.25  % [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.45/1.49  % External prover 'cvc4' found a proof!
% 2.45/1.49  % [INFO] 	 Killing All external provers ... 
% 2.45/1.49  % Time passed: 965ms (effective reasoning time: 512ms)
% 2.45/1.50  % 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.45/1.50  % Axioms used in derivation (0): 
% 2.45/1.50  % No. of inferences in proof: 17
% 2.45/1.50  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 965 ms resp. 512 ms w/o parsing
% 2.61/1.53  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 2.61/1.53  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------