TSTP Solution File: NUM025-2 by CSE---1.6

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE---1.6
% Problem  : NUM025-2 : TPTP v8.1.2. Bugfixed v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %s %d

% Computer : n014.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 10:20:19 EDT 2023

% Result   : Unsatisfiable 0.17s 0.62s
% Output   : CNFRefutation 0.17s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem    : NUM025-2 : TPTP v8.1.2. Bugfixed v4.0.0.
% 0.00/0.12  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %s %d
% 0.14/0.33  % Computer : n014.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.33  % CPULimit   : 300
% 0.14/0.33  % WCLimit    : 300
% 0.14/0.33  % DateTime   : Fri Aug 25 14:30:48 EDT 2023
% 0.14/0.33  % CPUTime    : 
% 0.17/0.55  start to proof:theBenchmark
% 0.17/0.60  %-------------------------------------------
% 0.17/0.60  % File        :CSE---1.6
% 0.17/0.60  % Problem     :theBenchmark
% 0.17/0.60  % Transform   :cnf
% 0.17/0.60  % Format      :tptp:raw
% 0.17/0.60  % Command     :java -jar mcs_scs.jar %d %s
% 0.17/0.60  
% 0.17/0.60  % Result      :Theorem 0.000000s
% 0.17/0.60  % Output      :CNFRefutation 0.000000s
% 0.17/0.60  %-------------------------------------------
% 0.17/0.62  %--------------------------------------------------------------------------
% 0.17/0.62  % File     : NUM025-2 : TPTP v8.1.2. Bugfixed v4.0.0.
% 0.17/0.62  % Domain   : Number Theory
% 0.17/0.62  % Problem  : If a<b then not b<a
% 0.17/0.62  % Version  : [LS74] axioms : Incomplete > Reduced > Incomplete.
% 0.17/0.62  % English  :
% 0.17/0.62  
% 0.17/0.62  % Refs     : [LS74]  Lawrence & Starkey (1974), Experimental Tests of Resol
% 0.17/0.62  % Source   : [TPTP]
% 0.17/0.62  % Names    : Problem 76t1 [LS74]
% 0.17/0.62  
% 0.17/0.62  % Status   : Unsatisfiable
% 0.17/0.62  % Rating   : 0.00 v5.0.0, 0.07 v4.1.0, 0.00 v4.0.0
% 0.17/0.62  % Syntax   : Number of clauses     :   16 (   9 unt;   2 nHn;   8 RR)
% 0.17/0.62  %            Number of literals    :   25 (   0 equ;  11 neg)
% 0.17/0.62  %            Maximal clause size   :    3 (   1 avg)
% 0.17/0.62  %            Maximal term depth    :    4 (   1 avg)
% 0.17/0.62  %            Number of predicates  :    2 (   2 usr;   0 prp; 2-2 aty)
% 0.17/0.62  %            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
% 0.17/0.62  %            Number of variables   :   26 (   3 sgn)
% 0.17/0.62  % SPC      : CNF_UNS_RFO_NEQ_NHN
% 0.17/0.62  
% 0.17/0.62  % Comments : ++less transformed to --greater_or_equal
% 0.17/0.62  %          : The surplus transitivity axiom is removed.
% 0.17/0.62  % Bugfixes : v4.0.0 - Bugfix in NUM001-0.ax
% 0.17/0.62  %--------------------------------------------------------------------------
% 0.17/0.62  %----Include recursive function axioms
% 0.17/0.62  include('Axioms/NUM001-0.ax').
% 0.17/0.62  %--------------------------------------------------------------------------
% 0.17/0.62  cnf(reflexivity,axiom,
% 0.17/0.62      equalish(X,X) ).
% 0.17/0.62  
% 0.17/0.62  cnf(symmetry,axiom,
% 0.17/0.62      ( ~ equalish(X,Y)
% 0.17/0.62      | equalish(Y,X) ) ).
% 0.17/0.62  
% 0.17/0.62  cnf(transitivity,axiom,
% 0.17/0.62      ( ~ equalish(X,Y)
% 0.17/0.62      | ~ equalish(Y,Z)
% 0.17/0.62      | equalish(X,Z) ) ).
% 0.17/0.62  
% 0.17/0.62  %----Include recursive function less axioms
% 0.17/0.62  cnf(transitivity_of_less,axiom,
% 0.17/0.62      ( greater_or_equalish(A,B)
% 0.17/0.62      | greater_or_equalish(C,A)
% 0.17/0.62      | ~ greater_or_equalish(C,B) ) ).
% 0.17/0.62  
% 0.17/0.62  cnf(smaller_number,axiom,
% 0.17/0.62      ( ~ equalish(add(successor(A),B),C)
% 0.17/0.62      | ~ greater_or_equalish(B,C) ) ).
% 0.17/0.62  
% 0.17/0.62  cnf(less_lemma,axiom,
% 0.17/0.62      ( greater_or_equalish(A,B)
% 0.17/0.62      | equalish(add(successor(predecessor_of_1st_minus_2nd(B,A)),A),B) ) ).
% 0.17/0.62  
% 0.17/0.62  cnf(zero_is_the_first_number,axiom,
% 0.17/0.62      ~ equalish(successor(A),n0) ).
% 0.17/0.62  
% 0.17/0.62  cnf(no_number_less_than_itself,axiom,
% 0.17/0.62      greater_or_equalish(A,A) ).
% 0.17/0.62  
% 0.17/0.62  cnf(a_less_than_b,hypothesis,
% 0.17/0.62      ~ greater_or_equalish(a,b) ).
% 0.17/0.62  
% 0.17/0.62  cnf(prove_b_not_less_than_a,negated_conjecture,
% 0.17/0.62      ~ greater_or_equalish(b,a) ).
% 0.17/0.62  
% 0.17/0.62  %--------------------------------------------------------------------------
% 0.17/0.62  %-------------------------------------------
% 0.17/0.62  % Proof found
% 0.17/0.62  % SZS status Theorem for theBenchmark
% 0.17/0.62  % SZS output start Proof
% 0.17/0.63  %ClaNum:16(EqnAxiom:0)
% 0.17/0.63  %VarNum:52(SingletonVarNum:26)
% 0.17/0.63  %MaxLitNum:3
% 0.17/0.63  %MaxfuncDepth:3
% 0.17/0.63  %SharedTerms:5
% 0.17/0.63  %goalClause: 8
% 0.17/0.63  %singleGoalClaCount:1
% 0.17/0.63  [7]~P2(a4,a5)
% 0.17/0.63  [8]~P2(a5,a4)
% 0.17/0.63  [1]P1(x11,x11)
% 0.17/0.63  [2]P2(x21,x21)
% 0.17/0.63  [3]P1(f2(x31,a1),a1)
% 0.17/0.63  [4]P1(f3(x41,a1),x41)
% 0.17/0.63  [9]~P1(f6(x91),a1)
% 0.17/0.63  [5]P1(f3(x51,f6(x52)),f6(f3(x51,x52)))
% 0.17/0.63  [6]P1(f2(x61,f6(x62)),f3(f2(x61,x62),x61))
% 0.17/0.63  [10]~P1(x102,x101)+P1(x101,x102)
% 0.17/0.63  [11]~P1(x111,x112)+P1(f6(x111),f6(x112))
% 0.17/0.63  [13]P1(x131,x132)+~P1(f6(x131),f6(x132))
% 0.17/0.63  [16]P2(x161,x162)+P1(f3(f6(f7(x162,x161)),x161),x162)
% 0.17/0.63  [15]~P2(x151,x152)+~P1(f3(f6(x153),x151),x152)
% 0.17/0.63  [12]~P2(x121,x123)+P2(x121,x122)+P2(x122,x123)
% 0.17/0.63  [14]~P1(x141,x143)+P1(x141,x142)+~P1(x143,x142)
% 0.17/0.63  %EqnAxiom
% 0.17/0.63  
% 0.17/0.63  %-------------------------------------------
% 0.17/0.63  cnf(17,plain,
% 0.17/0.63     ($false),
% 0.17/0.63     inference(scs_inference,[],[2,8,7,12]),
% 0.17/0.63     ['proof']).
% 0.17/0.63  % SZS output end Proof
% 0.17/0.63  % Total time :0.000000s
%------------------------------------------------------------------------------