TSTP Solution File: MVA011-1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : MVA011-1 : TPTP v8.1.2. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n029.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 09:32:00 EDT 2023

% Result   : Unsatisfiable 1.09s 1.21s
% Output   : CNFRefutation 1.09s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   25
% Syntax   : Number of formulae    :  122 ( 114 unt;   8 typ;   0 def)
%            Number of atoms       :  114 ( 113 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    5 (   5   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   1 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :   12 (   6   >;   6   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   2 con; 0-2 aty)
%            Number of variables   :  220 (  46 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    meet: ( $i * $i ) > $i ).

tff(decl_23,type,
    join: ( $i * $i ) > $i ).

tff(decl_24,type,
    ld: ( $i * $i ) > $i ).

tff(decl_25,type,
    op: ( $i * $i ) > $i ).

tff(decl_26,type,
    rd: ( $i * $i ) > $i ).

tff(decl_27,type,
    unit: $i ).

tff(decl_28,type,
    at: ( $i * $i ) > $i ).

tff(decl_29,type,
    x: $i ).

cnf(residual_c,axiom,
    meet(ld(X1,join(op(X1,X2),X3)),X2) = X2,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',residual_c) ).

cnf(commutativity_of_meet,axiom,
    meet(X1,X2) = meet(X2,X1),
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',commutativity_of_meet) ).

cnf(absorption_a,axiom,
    join(meet(X1,X2),X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',absorption_a) ).

cnf(commutativity_of_join,axiom,
    join(X1,X2) = join(X2,X1),
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',commutativity_of_join) ).

cnf(left_monoid_unit,axiom,
    op(unit,X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',left_monoid_unit) ).

cnf(residual_b,axiom,
    join(op(meet(X1,rd(X2,X3)),X3),X2) = X2,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',residual_b) ).

cnf(residual_a,axiom,
    join(op(X1,meet(ld(X1,X2),X3)),X2) = X2,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',residual_a) ).

cnf(right_monoid_unit,axiom,
    op(X1,unit) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',right_monoid_unit) ).

cnf(absorption_b,axiom,
    meet(join(X1,X2),X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',absorption_b) ).

cnf(associativity_of_meet,axiom,
    meet(meet(X1,X2),X3) = meet(X1,meet(X2,X3)),
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',associativity_of_meet) ).

cnf(idempotence_of_join,axiom,
    join(X1,X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',idempotence_of_join) ).

cnf(associativity_of_join,axiom,
    join(join(X1,X2),X3) = join(X1,join(X2,X3)),
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',associativity_of_join) ).

cnf(residual_d,axiom,
    meet(rd(join(op(X1,X2),X3),X2),X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',residual_d) ).

cnf(monoid_associativity,axiom,
    op(op(X1,X2),X3) = op(X1,op(X2,X3)),
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',monoid_associativity) ).

cnf(generalized_mv_algebra_a,axiom,
    join(X1,X2) = rd(X1,ld(join(X1,X2),X1)),
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',generalized_mv_algebra_a) ).

cnf(goal,negated_conjecture,
    at(unit,ld(x,unit)) != ld(x,unit),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal) ).

cnf(definition_of_at,axiom,
    at(X1,X2) = op(op(X1,ld(X1,unit)),ld(ld(X2,unit),unit)),
    file('/export/starexec/sandbox/benchmark/Axioms/MVA001-0.ax',definition_of_at) ).

cnf(c_0_17,axiom,
    meet(ld(X1,join(op(X1,X2),X3)),X2) = X2,
    residual_c ).

cnf(c_0_18,axiom,
    meet(X1,X2) = meet(X2,X1),
    commutativity_of_meet ).

cnf(c_0_19,axiom,
    join(meet(X1,X2),X1) = X1,
    absorption_a ).

cnf(c_0_20,axiom,
    join(X1,X2) = join(X2,X1),
    commutativity_of_join ).

cnf(c_0_21,plain,
    meet(X1,ld(X2,join(op(X2,X1),X3))) = X1,
    inference(rw,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_22,axiom,
    op(unit,X1) = X1,
    left_monoid_unit ).

cnf(c_0_23,axiom,
    join(op(meet(X1,rd(X2,X3)),X3),X2) = X2,
    residual_b ).

cnf(c_0_24,plain,
    join(X1,meet(X1,X2)) = X1,
    inference(rw,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_25,plain,
    meet(X1,ld(unit,join(X1,X2))) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_26,plain,
    join(X1,op(meet(X2,rd(X1,X3)),X3)) = X1,
    inference(rw,[status(thm)],[c_0_23,c_0_20]) ).

cnf(c_0_27,axiom,
    join(op(X1,meet(ld(X1,X2),X3)),X2) = X2,
    residual_a ).

cnf(c_0_28,axiom,
    op(X1,unit) = X1,
    right_monoid_unit ).

cnf(c_0_29,plain,
    join(X1,meet(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_24,c_0_18]) ).

cnf(c_0_30,plain,
    meet(X1,ld(unit,X1)) = X1,
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_31,plain,
    join(X1,op(X2,meet(ld(X2,X1),X3))) = X1,
    inference(rw,[status(thm)],[c_0_27,c_0_20]) ).

cnf(c_0_32,axiom,
    meet(join(X1,X2),X1) = X1,
    absorption_b ).

cnf(c_0_33,axiom,
    meet(meet(X1,X2),X3) = meet(X1,meet(X2,X3)),
    associativity_of_meet ).

cnf(c_0_34,plain,
    meet(unit,ld(X1,join(X1,X2))) = unit,
    inference(spm,[status(thm)],[c_0_21,c_0_28]) ).

cnf(c_0_35,plain,
    join(X1,ld(unit,X1)) = ld(unit,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_30]),c_0_20]) ).

cnf(c_0_36,plain,
    join(X1,op(X2,ld(X2,X1))) = X1,
    inference(spm,[status(thm)],[c_0_31,c_0_21]) ).

cnf(c_0_37,plain,
    meet(X1,join(X1,X2)) = X1,
    inference(rw,[status(thm)],[c_0_32,c_0_18]) ).

cnf(c_0_38,axiom,
    join(X1,X1) = X1,
    idempotence_of_join ).

cnf(c_0_39,plain,
    join(X1,meet(X2,meet(X3,X1))) = X1,
    inference(spm,[status(thm)],[c_0_29,c_0_33]) ).

cnf(c_0_40,plain,
    meet(unit,ld(X1,ld(unit,X1))) = unit,
    inference(spm,[status(thm)],[c_0_34,c_0_35]) ).

cnf(c_0_41,plain,
    ld(unit,X1) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_22]),c_0_35]) ).

cnf(c_0_42,plain,
    meet(X1,join(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_37,c_0_20]) ).

cnf(c_0_43,axiom,
    join(join(X1,X2),X3) = join(X1,join(X2,X3)),
    associativity_of_join ).

cnf(c_0_44,plain,
    meet(X1,ld(X2,op(X2,X1))) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_38]) ).

cnf(c_0_45,plain,
    join(ld(X1,X1),meet(X2,unit)) = ld(X1,X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_41]),c_0_41]) ).

cnf(c_0_46,plain,
    meet(X1,join(X2,join(X3,X1))) = X1,
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_47,plain,
    meet(unit,ld(X1,X1)) = unit,
    inference(spm,[status(thm)],[c_0_44,c_0_28]) ).

cnf(c_0_48,plain,
    join(meet(X1,unit),ld(X2,X2)) = ld(X2,X2),
    inference(spm,[status(thm)],[c_0_20,c_0_45]) ).

cnf(c_0_49,plain,
    meet(X1,join(X2,join(X1,X3))) = X1,
    inference(spm,[status(thm)],[c_0_46,c_0_20]) ).

cnf(c_0_50,plain,
    join(unit,ld(X1,X1)) = ld(X1,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_47]),c_0_20]) ).

cnf(c_0_51,axiom,
    meet(rd(join(op(X1,X2),X3),X2),X1) = X1,
    residual_d ).

cnf(c_0_52,plain,
    join(meet(unit,X1),ld(X2,X2)) = ld(X2,X2),
    inference(spm,[status(thm)],[c_0_48,c_0_18]) ).

cnf(c_0_53,plain,
    meet(X1,op(X2,ld(X2,X1))) = op(X2,ld(X2,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_36]),c_0_18]) ).

cnf(c_0_54,plain,
    meet(unit,join(X1,ld(X2,X2))) = unit,
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

cnf(c_0_55,plain,
    meet(X1,rd(join(op(X1,X2),X3),X2)) = X1,
    inference(rw,[status(thm)],[c_0_51,c_0_18]) ).

cnf(c_0_56,plain,
    join(op(X1,ld(X1,unit)),ld(X2,X2)) = ld(X2,X2),
    inference(spm,[status(thm)],[c_0_52,c_0_53]) ).

cnf(c_0_57,plain,
    meet(unit,join(ld(X1,X1),X2)) = unit,
    inference(spm,[status(thm)],[c_0_54,c_0_20]) ).

cnf(c_0_58,plain,
    join(X1,ld(X2,op(X2,X1))) = ld(X2,op(X2,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_44]),c_0_20]) ).

cnf(c_0_59,plain,
    meet(X1,rd(op(X1,X2),X2)) = X1,
    inference(spm,[status(thm)],[c_0_55,c_0_26]) ).

cnf(c_0_60,plain,
    meet(X1,rd(ld(X2,X2),ld(X1,unit))) = X1,
    inference(spm,[status(thm)],[c_0_55,c_0_56]) ).

cnf(c_0_61,plain,
    join(X1,op(X2,meet(X3,ld(X2,X1)))) = X1,
    inference(spm,[status(thm)],[c_0_31,c_0_18]) ).

cnf(c_0_62,plain,
    meet(unit,ld(X1,op(X1,ld(X2,X2)))) = unit,
    inference(spm,[status(thm)],[c_0_57,c_0_58]) ).

cnf(c_0_63,plain,
    join(X1,op(meet(X2,meet(X3,rd(X1,X4))),X4)) = X1,
    inference(spm,[status(thm)],[c_0_26,c_0_33]) ).

cnf(c_0_64,plain,
    meet(unit,rd(X1,X1)) = unit,
    inference(spm,[status(thm)],[c_0_59,c_0_22]) ).

cnf(c_0_65,plain,
    meet(X1,rd(unit,ld(X1,unit))) = X1,
    inference(spm,[status(thm)],[c_0_60,c_0_41]) ).

cnf(c_0_66,plain,
    join(X1,op(X1,ld(X2,X2))) = op(X1,ld(X2,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_62]),c_0_28]),c_0_20]) ).

cnf(c_0_67,plain,
    meet(X1,rd(join(X2,op(X1,X3)),X3)) = X1,
    inference(spm,[status(thm)],[c_0_55,c_0_20]) ).

cnf(c_0_68,plain,
    join(X1,op(meet(X2,unit),X1)) = X1,
    inference(spm,[status(thm)],[c_0_63,c_0_64]) ).

cnf(c_0_69,plain,
    join(unit,op(meet(X1,X2),ld(X2,unit))) = unit,
    inference(spm,[status(thm)],[c_0_63,c_0_65]) ).

cnf(c_0_70,axiom,
    op(op(X1,X2),X3) = op(X1,op(X2,X3)),
    monoid_associativity ).

cnf(c_0_71,plain,
    op(X1,ld(X1,X1)) = X1,
    inference(spm,[status(thm)],[c_0_36,c_0_66]) ).

cnf(c_0_72,plain,
    meet(unit,meet(ld(X1,X1),X2)) = meet(unit,X2),
    inference(spm,[status(thm)],[c_0_33,c_0_47]) ).

cnf(c_0_73,plain,
    meet(X1,rd(X2,ld(X1,X2))) = X1,
    inference(spm,[status(thm)],[c_0_67,c_0_36]) ).

cnf(c_0_74,plain,
    join(X1,op(meet(unit,X2),X1)) = X1,
    inference(spm,[status(thm)],[c_0_68,c_0_18]) ).

cnf(c_0_75,plain,
    meet(X1,ld(X2,join(X3,op(X2,X1)))) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_20]) ).

cnf(c_0_76,plain,
    join(unit,op(X1,ld(join(X2,X1),unit))) = unit,
    inference(spm,[status(thm)],[c_0_69,c_0_42]) ).

cnf(c_0_77,plain,
    meet(X1,ld(X2,ld(X3,op(X3,op(X2,X1))))) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_58]) ).

cnf(c_0_78,plain,
    op(X1,op(ld(X1,X1),X2)) = op(X1,X2),
    inference(spm,[status(thm)],[c_0_70,c_0_71]) ).

cnf(c_0_79,plain,
    meet(X1,op(meet(X2,rd(X1,X3)),X3)) = op(meet(X2,rd(X1,X3)),X3),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_26]),c_0_18]) ).

cnf(c_0_80,plain,
    meet(unit,rd(X1,ld(ld(X2,X2),X1))) = unit,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_73]),c_0_47]) ).

cnf(c_0_81,plain,
    join(X1,op(X2,op(ld(X2,unit),X1))) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_74,c_0_53]),c_0_70]) ).

cnf(c_0_82,plain,
    join(X1,ld(X2,join(X3,op(X2,X1)))) = ld(X2,join(X3,op(X2,X1))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_75]),c_0_20]) ).

cnf(c_0_83,plain,
    join(unit,op(X1,op(ld(X1,X2),ld(X2,unit)))) = unit,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_36]),c_0_70]) ).

cnf(c_0_84,plain,
    meet(X1,ld(ld(X2,X2),ld(X2,op(X2,X1)))) = X1,
    inference(spm,[status(thm)],[c_0_77,c_0_78]) ).

cnf(c_0_85,plain,
    meet(X1,ld(ld(X2,X2),X1)) = ld(ld(X2,X2),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_79,c_0_80]),c_0_22]),c_0_22]) ).

cnf(c_0_86,plain,
    meet(unit,rd(op(ld(X1,X1),X2),X2)) = unit,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_59]),c_0_47]) ).

cnf(c_0_87,axiom,
    join(X1,X2) = rd(X1,ld(join(X1,X2),X1)),
    generalized_mv_algebra_a ).

cnf(c_0_88,plain,
    meet(ld(X1,X2),op(ld(X1,unit),X2)) = op(ld(X1,unit),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_81]),c_0_18]) ).

cnf(c_0_89,plain,
    join(ld(X1,unit),op(ld(X1,X2),ld(X2,unit))) = ld(X1,unit),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_83]),c_0_20]) ).

cnf(c_0_90,plain,
    ld(ld(X1,X1),ld(X1,X1)) = ld(X1,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_84,c_0_71]),c_0_85]) ).

cnf(c_0_91,plain,
    join(X1,op(ld(X2,X2),X1)) = op(ld(X2,X2),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_86]),c_0_22]),c_0_20]) ).

cnf(c_0_92,plain,
    rd(X1,ld(join(X2,X1),X1)) = join(X2,X1),
    inference(spm,[status(thm)],[c_0_87,c_0_20]) ).

cnf(c_0_93,plain,
    join(unit,ld(ld(X1,X1),unit)) = unit,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_40]),c_0_41]),c_0_22]) ).

cnf(c_0_94,plain,
    meet(unit,ld(X1,join(X2,X1))) = unit,
    inference(spm,[status(thm)],[c_0_34,c_0_20]) ).

cnf(c_0_95,plain,
    join(ld(X1,X2),op(ld(X1,unit),X2)) = ld(X1,X2),
    inference(spm,[status(thm)],[c_0_24,c_0_88]) ).

cnf(c_0_96,plain,
    op(ld(X1,X1),ld(ld(X1,X1),unit)) = ld(ld(X1,X1),unit),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_89,c_0_90]),c_0_91]) ).

cnf(c_0_97,plain,
    rd(ld(ld(X1,X1),unit),ld(ld(X1,X1),unit)) = unit,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_92,c_0_93]),c_0_41]) ).

cnf(c_0_98,negated_conjecture,
    at(unit,ld(x,unit)) != ld(x,unit),
    goal ).

cnf(c_0_99,axiom,
    at(X1,X2) = op(op(X1,ld(X1,unit)),ld(ld(X2,unit),unit)),
    definition_of_at ).

cnf(c_0_100,plain,
    meet(unit,ld(meet(X1,X2),X2)) = unit,
    inference(spm,[status(thm)],[c_0_94,c_0_29]) ).

cnf(c_0_101,plain,
    meet(ld(X1,unit),ld(meet(X2,X1),unit)) = ld(X1,unit),
    inference(spm,[status(thm)],[c_0_75,c_0_69]) ).

cnf(c_0_102,plain,
    meet(X1,ld(ld(X2,unit),ld(X2,X1))) = X1,
    inference(spm,[status(thm)],[c_0_75,c_0_95]) ).

cnf(c_0_103,plain,
    ld(X1,X1) = unit,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_96]),c_0_97]),c_0_18]),c_0_47]) ).

cnf(c_0_104,negated_conjecture,
    op(op(unit,ld(unit,unit)),ld(ld(ld(x,unit),unit),unit)) != ld(x,unit),
    inference(rw,[status(thm)],[c_0_98,c_0_99]) ).

cnf(c_0_105,plain,
    meet(unit,ld(ld(X1,unit),ld(meet(X2,X1),unit))) = unit,
    inference(spm,[status(thm)],[c_0_100,c_0_101]) ).

cnf(c_0_106,plain,
    meet(X1,ld(ld(X1,unit),unit)) = X1,
    inference(spm,[status(thm)],[c_0_102,c_0_103]) ).

cnf(c_0_107,plain,
    join(unit,op(ld(X1,unit),X1)) = unit,
    inference(spm,[status(thm)],[c_0_95,c_0_103]) ).

cnf(c_0_108,negated_conjecture,
    op(ld(unit,unit),ld(ld(ld(x,unit),unit),unit)) != ld(x,unit),
    inference(rw,[status(thm)],[c_0_104,c_0_22]) ).

cnf(c_0_109,plain,
    meet(unit,ld(ld(ld(ld(X1,unit),unit),unit),ld(X1,unit))) = unit,
    inference(spm,[status(thm)],[c_0_105,c_0_106]) ).

cnf(c_0_110,plain,
    join(X1,ld(ld(X1,unit),unit)) = ld(ld(X1,unit),unit),
    inference(spm,[status(thm)],[c_0_82,c_0_107]) ).

cnf(c_0_111,negated_conjecture,
    ld(ld(ld(x,unit),unit),unit) != ld(x,unit),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_108,c_0_41]),c_0_22]) ).

cnf(c_0_112,plain,
    ld(ld(ld(X1,unit),unit),unit) = ld(X1,unit),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_109]),c_0_28]),c_0_110]) ).

cnf(c_0_113,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_111,c_0_112])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem    : MVA011-1 : TPTP v8.1.2. Released v8.1.0.
% 0.00/0.10  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.09/0.30  % Computer : n029.cluster.edu
% 0.09/0.30  % Model    : x86_64 x86_64
% 0.09/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.30  % Memory   : 8042.1875MB
% 0.09/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.30  % CPULimit   : 300
% 0.09/0.30  % WCLimit    : 300
% 0.09/0.30  % DateTime   : Sun Aug 27 05:50:25 EDT 2023
% 0.09/0.31  % CPUTime  : 
% 0.15/0.53  start to proof: theBenchmark
% 1.09/1.21  % Version  : CSE_E---1.5
% 1.09/1.21  % Problem  : theBenchmark.p
% 1.09/1.21  % Proof found
% 1.09/1.21  % SZS status Theorem for theBenchmark.p
% 1.09/1.21  % SZS output start Proof
% See solution above
% 1.09/1.21  % Total time : 0.667000 s
% 1.09/1.21  % SZS output end Proof
% 1.09/1.21  % Total time : 0.669000 s
%------------------------------------------------------------------------------