TSTP Solution File: BOO027-1 by SPASS---3.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SPASS---3.9
% Problem  : BOO027-1 : TPTP v8.1.0. Released v2.2.0.
% Transfm  : none
% Format   : tptp
% Command  : run_spass %d %s

% 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  : 600s
% DateTime : Thu Jul 14 23:49:29 EDT 2022

% Result   : Satisfiable 0.18s 0.41s
% Output   : Saturation 0.18s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named 4)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    equal(add(multiply(u,v),multiply(w,v)),multiply(v,add(u,w))),
    file('BOO027-1.p',unknown),
    [] ).

cnf(8,plain,
    equal(add(multiply(u,inverse(v)),multiply(v,add(u,inverse(v)))),u),
    inference(rew,[status(thm),theory(equality)],[1,4]),
    [iquote('0:Rew:1.0,4.0')] ).

cnf(7,plain,
    equal(add(multiply(u,inverse(v)),multiply(u,add(u,inverse(v)))),u),
    inference(rew,[status(thm),theory(equality)],[1,5]),
    [iquote('0:Rew:1.0,5.0')] ).

cnf(9,plain,
    equal(add(multiply(u,inverse(u)),multiply(v,one)),v),
    inference(rew,[status(thm),theory(equality)],[2,3,1]),
    [iquote('0:Rew:2.0,3.0,1.0,3.0')] ).

cnf(2,axiom,
    equal(add(u,inverse(u)),one),
    file('BOO027-1.p',unknown),
    [] ).

cnf(6,axiom,
    ~ equal(add(a,a),a),
    file('BOO027-1.p',unknown),
    [] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : BOO027-1 : TPTP v8.1.0. Released v2.2.0.
% 0.07/0.13  % Command  : run_spass %d %s
% 0.12/0.34  % Computer : n027.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 : Wed Jun  1 17:59:04 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.18/0.41  
% 0.18/0.41  SPASS V 3.9 
% 0.18/0.41  SPASS beiseite: Completion found.
% 0.18/0.41  % SZS status CounterSatisfiable
% 0.18/0.41  Problem: /export/starexec/sandbox/benchmark/theBenchmark.p 
% 0.18/0.41  SPASS derived 8 clauses, backtracked 0 clauses, performed 0 splits and kept 6 clauses.
% 0.18/0.41  SPASS allocated 63100 KBytes.
% 0.18/0.41  SPASS spent	0:00:00.06 on the problem.
% 0.18/0.41  		0:00:00.03 for the input.
% 0.18/0.41  		0:00:00.00 for the FLOTTER CNF translation.
% 0.18/0.41  		0:00:00.00 for inferences.
% 0.18/0.41  		0:00:00.00 for the backtracking.
% 0.18/0.41  		0:00:00.00 for the reduction.
% 0.18/0.41  
% 0.18/0.41  
% 0.18/0.41   The saturated set of worked-off clauses is :
% 0.18/0.41  % SZS output start Saturation
% See solution above
%------------------------------------------------------------------------------