TSTP Solution File: GRP176-1 by EQP---0.9e

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : EQP---0.9e
% Problem  : GRP176-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_eqp %s

% Computer : n023.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 : Sat Jul 16 08:45:43 EDT 2022

% Result   : Unsatisfiable 0.71s 1.09s
% Output   : Refutation 0.71s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    2
% Syntax   : Number of clauses     :    4 (   4 unt;   0 nHn;   2 RR)
%            Number of literals    :    4 (   0 equ;   1 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :    6 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(12,plain,
    equal(multiply(A,least_upper_bound(B,C)),least_upper_bound(multiply(A,B),multiply(A,C))),
    file('GRP176-1.p',unknown),
    [] ).

cnf(14,plain,
    equal(multiply(least_upper_bound(A,B),C),least_upper_bound(multiply(A,C),multiply(B,C))),
    file('GRP176-1.p',unknown),
    [] ).

cnf(16,plain,
    ~ equal(least_upper_bound(multiply(c,multiply(a,d)),multiply(c,multiply(b,d))),least_upper_bound(multiply(c,multiply(a,d)),multiply(c,multiply(b,d)))),
    inference(demod,[status(thm),theory(equality)],[14,12]),
    [iquote('demod([14,12])')] ).

cnf(17,plain,
    $false,
    inference(conflict,[status(thm)],[16]),
    [iquote('xx_conflict(16)')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GRP176-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.07/0.13  % Command  : tptp2X_and_run_eqp %s
% 0.12/0.34  % Computer : n023.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Mon Jun 13 21:51:21 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.71/1.09  ----- EQP 0.9e, May 2009 -----
% 0.71/1.09  The job began on n023.cluster.edu, Mon Jun 13 21:51:21 2022
% 0.71/1.09  The command was "./eqp09e".
% 0.71/1.09  
% 0.71/1.09  set(prolog_style_variables).
% 0.71/1.09  set(lrpo).
% 0.71/1.09  set(basic_paramod).
% 0.71/1.09  set(functional_subsume).
% 0.71/1.09  set(ordered_paramod).
% 0.71/1.09  set(prime_paramod).
% 0.71/1.09  set(para_pairs).
% 0.71/1.09  assign(pick_given_ratio,4).
% 0.71/1.09  clear(print_kept).
% 0.71/1.09  clear(print_new_demod).
% 0.71/1.09  clear(print_back_demod).
% 0.71/1.09  clear(print_given).
% 0.71/1.09  assign(max_mem,64000).
% 0.71/1.09  end_of_commands.
% 0.71/1.09  
% 0.71/1.09  Usable:
% 0.71/1.09  end_of_list.
% 0.71/1.09  
% 0.71/1.09  Sos:
% 0.71/1.09  0 (wt=-1) [] multiply(identity,A) = A.
% 0.71/1.09  0 (wt=-1) [] multiply(inverse(A),A) = identity.
% 0.71/1.09  0 (wt=-1) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.71/1.09  0 (wt=-1) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.71/1.09  0 (wt=-1) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.71/1.09  0 (wt=-1) [] greatest_lower_bound(A,greatest_lower_bound(B,C)) = greatest_lower_bound(greatest_lower_bound(A,B),C).
% 0.71/1.09  0 (wt=-1) [] least_upper_bound(A,least_upper_bound(B,C)) = least_upper_bound(least_upper_bound(A,B),C).
% 0.71/1.09  0 (wt=-1) [] least_upper_bound(A,A) = A.
% 0.71/1.09  0 (wt=-1) [] greatest_lower_bound(A,A) = A.
% 0.71/1.09  0 (wt=-1) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.71/1.09  0 (wt=-1) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.71/1.09  0 (wt=-1) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.71/1.09  0 (wt=-1) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.71/1.09  0 (wt=-1) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.71/1.09  0 (wt=-1) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.71/1.09  0 (wt=-1) [] -(multiply(c,multiply(least_upper_bound(a,b),d)) = least_upper_bound(multiply(c,multiply(a,d)),multiply(c,multiply(b,d)))).
% 0.71/1.09  end_of_list.
% 0.71/1.09  
% 0.71/1.09  Demodulators:
% 0.71/1.09  end_of_list.
% 0.71/1.09  
% 0.71/1.09  Passive:
% 0.71/1.09  end_of_list.
% 0.71/1.09  
% 0.71/1.09  Starting to process input.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 1 (wt=5) [] multiply(identity,A) = A.
% 0.71/1.09  1 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 2 (wt=6) [] multiply(inverse(A),A) = identity.
% 0.71/1.09  2 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 3 (wt=11) [] multiply(multiply(A,B),C) = multiply(A,multiply(B,C)).
% 0.71/1.09  3 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 4 (wt=7) [] greatest_lower_bound(A,B) = greatest_lower_bound(B,A).
% 0.71/1.09  clause forward subsumed: 0 (wt=7) [flip(4)] greatest_lower_bound(B,A) = greatest_lower_bound(A,B).
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 5 (wt=7) [] least_upper_bound(A,B) = least_upper_bound(B,A).
% 0.71/1.09  clause forward subsumed: 0 (wt=7) [flip(5)] least_upper_bound(B,A) = least_upper_bound(A,B).
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 6 (wt=11) [flip(1)] greatest_lower_bound(greatest_lower_bound(A,B),C) = greatest_lower_bound(A,greatest_lower_bound(B,C)).
% 0.71/1.09  6 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 7 (wt=11) [flip(1)] least_upper_bound(least_upper_bound(A,B),C) = least_upper_bound(A,least_upper_bound(B,C)).
% 0.71/1.09  7 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 8 (wt=5) [] least_upper_bound(A,A) = A.
% 0.71/1.09  8 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 9 (wt=5) [] greatest_lower_bound(A,A) = A.
% 0.71/1.09  9 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 10 (wt=7) [] least_upper_bound(A,greatest_lower_bound(A,B)) = A.
% 0.71/1.09  10 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 11 (wt=7) [] greatest_lower_bound(A,least_upper_bound(A,B)) = A.
% 0.71/1.09  11 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 12 (wt=13) [] multiply(A,least_upper_bound(B,C)) = least_upper_bound(multiply(A,B),multiply(A,C)).
% 0.71/1.09  12 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 13 (wt=13) [] multiply(A,greatest_lower_bound(B,C)) = greatest_lower_bound(multiply(A,B),multiply(A,C)).
% 0.71/1.09  13 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 14 (wt=13) [] multiply(least_upper_bound(A,B),C) = least_upper_bound(multiply(A,C),multiply(B,C)).
% 0.71/1.09  14 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 15 (wt=13) [] multiply(greatest_lower_bound(A,B),C) = greatest_lower_bound(multiply(A,C),multiply(B,C)).
% 0.71/1.09  15 is a new demodulator.
% 0.71/1.09  
% 0.71/1.09  ** KEPT: 16 (wt=23) [demod([14,12])] -(least_upper_bound(multiply(c,multiply(a,d)),multiply(c,multiply(b,d))) = least_upper_bound(multiply(c,multiply(a,d)),multiply(c,multiply(b,d)))).
% 0.71/1.09  ---------------- PROOF FOUND ----------------
% 0.71/1.09  % SZS status Unsatisfiable
% 0.71/1.09  
% 0.71/1.09  
% 0.71/1.09  UNIT CONFLICT from 16 and x=x at   0.00 seconds.
% 0.71/1.09  
% 0.71/1.09  ---------------- PROOF ----------------
% 0.71/1.09  % SZS output start Refutation
% See solution above
% 0.71/1.09  ------------ end of proof -------------
% 0.71/1.09  
% 0.71/1.09  
% 0.71/1.09  ------------- memory usage ------------
% 0.71/1.09  Memory dynamically allocated (tp_alloc): 488.
% 0.71/1.09    type (bytes each)        gets      frees     in use      avail      bytes
% 0.71/1.09  sym_ent (  96)               60          0         60          0      5.6 K
% 0.71/1.09  term (  16)                 983        822        161         24      3.5 K
% 0.71/1.09  gen_ptr (   8)              508        145        363          3      2.9 K
% 0.71/1.09  context ( 808)              156        156          0          2      1.6 K
% 0.71/1.09  trail (  12)                 41         41          0          3      0.0 K
% 0.71/1.09  bt_node (  68)               11         11          0         11      0.7 K
% 0.71/1.09  ac_position (285432)          0          0          0          0      0.0 K
% 0.71/1.09  ac_match_pos (14044)          0          0          0          0      0.0 K
% 0.71/1.09  ac_match_free_vars_pos (4020)
% 0.71/1.09                                0          0          0          0      0.0 K
% 0.71/1.09  discrim (  12)              151          0        151          0      1.8 K
% 0.71/1.09  flat (  40)                 268        268          0          7      0.3 K
% 0.71/1.09  discrim_pos (  12)            4          4          0          1      0.0 K
% 0.71/1.09  fpa_head (  12)             134          0        134          0      1.6 K
% 0.71/1.09  fpa_tree (  28)              13         13          0          1      0.0 K
% 0.71/1.09  fpa_pos (  36)               28         28          0          1      0.0 K
% 0.71/1.09  literal (  12)               35         19         16          2      0.2 K
% 0.71/1.09  clause (  24)                35         19         16          2      0.4 K
% 0.71/1.09  list (  12)                  72         14         58          1      0.7 K
% 0.71/1.09  list_pos (  20)              74         16         58          1      1.2 K
% 0.71/1.09  pair_index (   40)              2          0          2          0      0.1 K
% 0.71/1.09  
% 0.71/1.09  -------------- statistics -------------
% 0.71/1.09  Clauses input                 16
% 0.71/1.09    Usable input                   0
% 0.71/1.09    Sos input                     16
% 0.71/1.09    Demodulators input             0
% 0.71/1.09    Passive input                  0
% 0.71/1.09  
% 0.71/1.09  Processed BS (before search)  18
% 0.71/1.09  Forward subsumed BS            2
% 0.71/1.09  Kept BS                       16
% 0.71/1.09  New demodulators BS           13
% 0.71/1.09  Back demodulated BS            0
% 0.71/1.09  
% 0.71/1.09  Clauses or pairs given         0
% 0.71/1.09  Clauses generated              0
% 0.71/1.09  Forward subsumed               0
% 0.71/1.09  Deleted by weight              0
% 0.71/1.09  Deleted by variable count      0
% 0.71/1.09  Kept                           0
% 0.71/1.09  New demodulators               0
% 0.71/1.09  Back demodulated               0
% 0.71/1.09  Ordered paramod prunes         0
% 0.71/1.09  Basic paramod prunes           0
% 0.71/1.09  Prime paramod prunes           0
% 0.71/1.09  Semantic prunes                0
% 0.71/1.09  
% 0.71/1.09  Rewrite attmepts              93
% 0.71/1.09  Rewrites                       2
% 0.71/1.09  
% 0.71/1.09  FPA overloads                  0
% 0.71/1.09  FPA underloads                 0
% 0.71/1.09  
% 0.71/1.09  Usable size                    0
% 0.71/1.09  Sos size                      15
% 0.71/1.09  Demodulators size             13
% 0.71/1.09  Passive size                   0
% 0.71/1.09  Disabled size                  0
% 0.71/1.09  
% 0.71/1.09  Proofs found                   1
% 0.71/1.09  
% 0.71/1.09  ----------- times (seconds) ----------- Mon Jun 13 21:51:21 2022
% 0.71/1.09  
% 0.71/1.09  user CPU time             0.00   (0 hr, 0 min, 0 sec)
% 0.71/1.09  system CPU time           0.00   (0 hr, 0 min, 0 sec)
% 0.71/1.09  wall-clock time           0      (0 hr, 0 min, 0 sec)
% 0.71/1.09  input time                0.00
% 0.71/1.09  paramodulation time       0.00
% 0.71/1.09  demodulation time         0.00
% 0.71/1.09  orient time               0.00
% 0.71/1.09  weigh time                0.00
% 0.71/1.09  forward subsume time      0.00
% 0.71/1.09  back demod find time      0.00
% 0.71/1.09  conflict time             0.00
% 0.71/1.09  LRPO time                 0.00
% 0.71/1.09  store clause time         0.00
% 0.71/1.09  disable clause time       0.00
% 0.71/1.09  prime paramod time        0.00
% 0.71/1.09  semantics time            0.00
% 0.71/1.09  
% 0.71/1.09  EQP interrupted
%------------------------------------------------------------------------------