TSTP Solution File: LCL645-10.001 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : LCL645-10.001 : TPTP v7.3.0. Released v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n185.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32218.5MB
% OS       : Linux 3.10.0-862.11.6.el7.x86_64
% CPULimit : 300s
% DateTime : Wed Feb 27 13:12:59 EST 2019

% Result   : Satisfiable 1.16s
% Output   : Assurance 0s
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.04  % Problem  : LCL645-10.001 : TPTP v7.3.0. Released v7.3.0.
% 0.00/0.04  % Command  : tptp2X_and_run_cime %s
% 0.03/0.26  % Computer : n185.star.cs.uiowa.edu
% 0.03/0.26  % Model    : x86_64 x86_64
% 0.03/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.26  % Memory   : 32218.5MB
% 0.03/0.26  % OS       : Linux 3.10.0-862.11.6.el7.x86_64
% 0.03/0.26  % CPULimit : 300
% 0.03/0.26  % DateTime : Thu Feb 21 21:10:28 CST 2019
% 0.03/0.26  % CPUTime  : 
% 1.16/1.43  Processing problem /tmp/CiME_10618_n185.star.cs.uiowa.edu
% 1.16/1.43  #verbose 1;
% 1.16/1.43                let F = signature " b,a,sK1_main_Y,true,sK2_main_Y,sK3_main_X : constant;  p1 : 1;  r1 : 2;  ifeq : 4;  ifeq2 : 4;";
% 1.16/1.43  let X = vars "A B C X";
% 1.16/1.43  let Axioms = equations F X "
% 1.16/1.43   ifeq2(A,A,B,C) = B;
% 1.16/1.43   ifeq(A,A,B,C) = B;
% 1.16/1.43   r1(sK3_main_X,sK2_main_Y) = true;
% 1.16/1.43   r1(sK3_main_X,sK1_main_Y) = true;
% 1.16/1.43   ifeq2(r1(sK2_main_Y,X),true,p1(X),true) = true;
% 1.16/1.43   ifeq2(r1(sK1_main_Y,X),true,p1(X),true) = true;
% 1.16/1.43   ifeq(p1(sK2_main_Y),true,a,b) = b;
% 1.16/1.43   ifeq(p1(sK1_main_Y),true,a,b) = b;
% 1.16/1.43  ";
% 1.16/1.43  
% 1.16/1.43  let s1 = status F "
% 1.16/1.43   b lr_lex;
% 1.16/1.43   a lr_lex;
% 1.16/1.43   p1 lr_lex;
% 1.16/1.43   sK1_main_Y lr_lex;
% 1.16/1.43   true lr_lex;
% 1.16/1.43   r1 lr_lex;
% 1.16/1.43   sK2_main_Y lr_lex;
% 1.16/1.43   sK3_main_X lr_lex;
% 1.16/1.43   ifeq lr_lex;
% 1.16/1.43   ifeq2 lr_lex;
% 1.16/1.43  ";
% 1.16/1.43  
% 1.16/1.43  let p1 = precedence F "
% 1.16/1.43  ifeq2 > ifeq > r1 > p1 > sK3_main_X > sK2_main_Y > true > sK1_main_Y > a > b";
% 1.16/1.43  
% 1.16/1.43  let s2 = status F "
% 1.16/1.43  b mul;
% 1.16/1.43  a mul;
% 1.16/1.43  p1 mul;
% 1.16/1.43  sK1_main_Y mul;
% 1.16/1.43  true mul;
% 1.16/1.43  r1 mul;
% 1.16/1.43  sK2_main_Y mul;
% 1.16/1.43  sK3_main_X mul;
% 1.16/1.43  ifeq mul;
% 1.16/1.43  ifeq2 mul;
% 1.16/1.43  ";
% 1.16/1.43  
% 1.16/1.43  let p2 = precedence F "
% 1.16/1.43  ifeq2 > ifeq > r1 > p1 > sK3_main_X = sK2_main_Y = true = sK1_main_Y = a = b";
% 1.16/1.43  
% 1.16/1.43  let o_auto = AUTO Axioms;
% 1.16/1.43  
% 1.16/1.43  let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 1.16/1.43  
% 1.16/1.43  let Conjectures = equations F X " a = b;"
% 1.16/1.43  ;
% 1.16/1.43  (*
% 1.16/1.43  let Red_Axioms = normalize_equations Defining_rules Axioms;
% 1.16/1.43  
% 1.16/1.43  let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% 1.16/1.43  *)
% 1.16/1.43  #time on;
% 1.16/1.43  
% 1.16/1.43  let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 1.16/1.43  
% 1.16/1.43  #time off;
% 1.16/1.43  
% 1.16/1.43  
% 1.16/1.43  let status = if res then "unsatisfiable" else "satisfiable";
% 1.16/1.43  #quit;
% 1.16/1.43  Verbose level is now 1
% 1.16/1.43  
% 1.16/1.43  F : signature = <signature>
% 1.16/1.43  X : variable_set = <variable set>
% 1.16/1.43  
% 1.16/1.43  Axioms : (F,X) equations = { ifeq2(A,A,B,C) = B,
% 1.16/1.43                               ifeq(A,A,B,C) = B,
% 1.16/1.43                               r1(sK3_main_X,sK2_main_Y) = true,
% 1.16/1.43                               r1(sK3_main_X,sK1_main_Y) = true,
% 1.16/1.43                               ifeq2(r1(sK2_main_Y,X),true,p1(X),true) = true,
% 1.16/1.43                               ifeq2(r1(sK1_main_Y,X),true,p1(X),true) = true,
% 1.16/1.43                               ifeq(p1(sK2_main_Y),true,a,b) = b,
% 1.16/1.43                               ifeq(p1(sK1_main_Y),true,a,b) = b }
% 1.16/1.43                               (8 equation(s))
% 1.16/1.43  s1 : F status = <status>
% 1.16/1.43  p1 : F precedence = <precedence>
% 1.16/1.43  s2 : F status = <status>
% 1.16/1.43  p2 : F precedence = <precedence>
% 1.16/1.43  o_auto : F term_ordering = <term ordering>
% 1.16/1.43  o : F term_ordering = <term ordering>
% 1.16/1.43  Conjectures : (F,X) equations = { a = b } (1 equation(s))
% 1.16/1.43  time is now on
% 1.16/1.43  
% 1.16/1.43  Initializing completion ...
% 1.16/1.43  New rule produced : [1] r1(sK3_main_X,sK2_main_Y) -> true
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 7
% 1.16/1.43  Current number of rules: 1
% 1.16/1.43  New rule produced : [2] r1(sK3_main_X,sK1_main_Y) -> true
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 6
% 1.16/1.43  Current number of rules: 2
% 1.16/1.43  New rule produced : [3] ifeq(A,A,B,C) -> B
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 5
% 1.16/1.43  Current number of rules: 3
% 1.16/1.43  New rule produced : [4] ifeq2(A,A,B,C) -> B
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 4
% 1.16/1.43  Current number of rules: 4
% 1.16/1.43  New rule produced : [5] ifeq(p1(sK2_main_Y),true,a,b) -> b
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 3
% 1.16/1.43  Current number of rules: 5
% 1.16/1.43  New rule produced : [6] ifeq(p1(sK1_main_Y),true,a,b) -> b
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 2
% 1.16/1.43  Current number of rules: 6
% 1.16/1.43  New rule produced : [7] ifeq2(r1(sK2_main_Y,X),true,p1(X),true) -> true
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 1
% 1.16/1.43  Current number of rules: 7
% 1.16/1.43  New rule produced : [8] ifeq2(r1(sK1_main_Y,X),true,p1(X),true) -> true
% 1.16/1.43  Current number of equations to process: 0
% 1.16/1.43  Current number of ordered equations: 0
% 1.16/1.43  Current number of rules: 8
% 1.16/1.43  Warning: some conjectures remain
% 1.16/1.43  
% 1.16/1.43  Execution time: 0.000000 sec
% 1.16/1.43  res : bool = false
% 1.16/1.43  time is now off
% 1.16/1.43  
% 1.16/1.43  status : string = "satisfiable"
% 1.16/1.43  % SZS status Satisfiable
% 1.16/1.43  CiME interrupted
%------------------------------------------------------------------------------