TSTP Solution File: GRP183-3 by E---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : GRP183-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n012.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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 17:39:11 EDT 2023

% Result   : Unsatisfiable 5.87s 1.22s
% Output   : CNFRefutation 5.87s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   14
% Syntax   : Number of clauses     :   82 (  82 unt;   0 nHn;   5 RR)
%            Number of literals    :   82 (  81 equ;   3 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :  134 (  12 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(associativity,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',associativity) ).

cnf(left_inverse,axiom,
    multiply(inverse(X1),X1) = identity,
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',left_inverse) ).

cnf(left_identity,axiom,
    multiply(identity,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',left_identity) ).

cnf(monotony_lub2,axiom,
    multiply(least_upper_bound(X1,X2),X3) = least_upper_bound(multiply(X1,X3),multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',monotony_lub2) ).

cnf(symmetry_of_lub,axiom,
    least_upper_bound(X1,X2) = least_upper_bound(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',symmetry_of_lub) ).

cnf(monotony_glb2,axiom,
    multiply(greatest_lower_bound(X1,X2),X3) = greatest_lower_bound(multiply(X1,X3),multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',monotony_glb2) ).

cnf(symmetry_of_glb,axiom,
    greatest_lower_bound(X1,X2) = greatest_lower_bound(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',symmetry_of_glb) ).

cnf(monotony_glb1,axiom,
    multiply(X1,greatest_lower_bound(X2,X3)) = greatest_lower_bound(multiply(X1,X2),multiply(X1,X3)),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',monotony_glb1) ).

cnf(associativity_of_glb,axiom,
    greatest_lower_bound(X1,greatest_lower_bound(X2,X3)) = greatest_lower_bound(greatest_lower_bound(X1,X2),X3),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',associativity_of_glb) ).

cnf(idempotence_of_gld,axiom,
    greatest_lower_bound(X1,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',idempotence_of_gld) ).

cnf(glb_absorbtion,axiom,
    greatest_lower_bound(X1,least_upper_bound(X1,X2)) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',glb_absorbtion) ).

cnf(lub_absorbtion,axiom,
    least_upper_bound(X1,greatest_lower_bound(X1,X2)) = X1,
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',lub_absorbtion) ).

cnf(associativity_of_lub,axiom,
    least_upper_bound(X1,least_upper_bound(X2,X3)) = least_upper_bound(least_upper_bound(X1,X2),X3),
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',associativity_of_lub) ).

cnf(prove_20x,negated_conjecture,
    greatest_lower_bound(least_upper_bound(a,identity),least_upper_bound(inverse(a),identity)) != identity,
    file('/export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p',prove_20x) ).

cnf(c_0_14,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    associativity ).

cnf(c_0_15,axiom,
    multiply(inverse(X1),X1) = identity,
    left_inverse ).

cnf(c_0_16,axiom,
    multiply(identity,X1) = X1,
    left_identity ).

cnf(c_0_17,plain,
    multiply(inverse(X1),multiply(X1,X2)) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_15]),c_0_16]) ).

cnf(c_0_18,plain,
    multiply(inverse(inverse(X1)),identity) = X1,
    inference(spm,[status(thm)],[c_0_17,c_0_15]) ).

cnf(c_0_19,plain,
    multiply(inverse(inverse(inverse(X1))),X1) = identity,
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_20,plain,
    inverse(inverse(X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_19]),c_0_18]) ).

cnf(c_0_21,plain,
    multiply(X1,inverse(X1)) = identity,
    inference(spm,[status(thm)],[c_0_15,c_0_20]) ).

cnf(c_0_22,axiom,
    multiply(least_upper_bound(X1,X2),X3) = least_upper_bound(multiply(X1,X3),multiply(X2,X3)),
    monotony_lub2 ).

cnf(c_0_23,axiom,
    least_upper_bound(X1,X2) = least_upper_bound(X2,X1),
    symmetry_of_lub ).

cnf(c_0_24,axiom,
    multiply(greatest_lower_bound(X1,X2),X3) = greatest_lower_bound(multiply(X1,X3),multiply(X2,X3)),
    monotony_glb2 ).

cnf(c_0_25,axiom,
    greatest_lower_bound(X1,X2) = greatest_lower_bound(X2,X1),
    symmetry_of_glb ).

cnf(c_0_26,plain,
    multiply(X1,multiply(X2,inverse(multiply(X1,X2)))) = identity,
    inference(spm,[status(thm)],[c_0_14,c_0_21]) ).

cnf(c_0_27,plain,
    multiply(X1,identity) = X1,
    inference(rw,[status(thm)],[c_0_18,c_0_20]) ).

cnf(c_0_28,plain,
    least_upper_bound(X1,multiply(X2,X1)) = multiply(least_upper_bound(X2,identity),X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_16]),c_0_23]) ).

cnf(c_0_29,axiom,
    multiply(X1,greatest_lower_bound(X2,X3)) = greatest_lower_bound(multiply(X1,X2),multiply(X1,X3)),
    monotony_glb1 ).

cnf(c_0_30,axiom,
    greatest_lower_bound(X1,greatest_lower_bound(X2,X3)) = greatest_lower_bound(greatest_lower_bound(X1,X2),X3),
    associativity_of_glb ).

cnf(c_0_31,axiom,
    greatest_lower_bound(X1,X1) = X1,
    idempotence_of_gld ).

cnf(c_0_32,plain,
    greatest_lower_bound(X1,multiply(X2,X1)) = multiply(greatest_lower_bound(X2,identity),X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_16]),c_0_25]) ).

cnf(c_0_33,plain,
    multiply(X1,inverse(multiply(X2,X1))) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_26]),c_0_27]) ).

cnf(c_0_34,plain,
    multiply(least_upper_bound(identity,inverse(X1)),X1) = least_upper_bound(X1,identity),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_15]),c_0_23]) ).

cnf(c_0_35,plain,
    greatest_lower_bound(identity,multiply(inverse(X1),X2)) = multiply(inverse(X1),greatest_lower_bound(X2,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_15]),c_0_25]) ).

cnf(c_0_36,plain,
    greatest_lower_bound(X1,greatest_lower_bound(X1,X2)) = greatest_lower_bound(X1,X2),
    inference(spm,[status(thm)],[c_0_30,c_0_31]) ).

cnf(c_0_37,plain,
    multiply(X1,multiply(inverse(X1),X2)) = X2,
    inference(spm,[status(thm)],[c_0_17,c_0_20]) ).

cnf(c_0_38,plain,
    multiply(greatest_lower_bound(identity,inverse(X1)),X1) = greatest_lower_bound(X1,identity),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_15]),c_0_25]) ).

cnf(c_0_39,plain,
    multiply(inverse(multiply(X1,X2)),X1) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_33]),c_0_20]) ).

cnf(c_0_40,plain,
    multiply(least_upper_bound(identity,X1),inverse(X1)) = least_upper_bound(identity,inverse(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_20]),c_0_23]) ).

cnf(c_0_41,plain,
    greatest_lower_bound(identity,multiply(inverse(greatest_lower_bound(X1,X2)),X1)) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_36]),c_0_15]) ).

cnf(c_0_42,plain,
    greatest_lower_bound(identity,multiply(X1,inverse(X2))) = multiply(greatest_lower_bound(X2,X1),inverse(X2)),
    inference(spm,[status(thm)],[c_0_24,c_0_21]) ).

cnf(c_0_43,plain,
    inverse(multiply(X1,inverse(X2))) = multiply(X2,inverse(X1)),
    inference(spm,[status(thm)],[c_0_37,c_0_33]) ).

cnf(c_0_44,plain,
    multiply(greatest_lower_bound(identity,X1),inverse(X1)) = greatest_lower_bound(identity,inverse(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_20]),c_0_25]) ).

cnf(c_0_45,plain,
    greatest_lower_bound(X1,greatest_lower_bound(X2,X3)) = greatest_lower_bound(X3,greatest_lower_bound(X1,X2)),
    inference(spm,[status(thm)],[c_0_25,c_0_30]) ).

cnf(c_0_46,plain,
    greatest_lower_bound(X1,multiply(X1,X2)) = multiply(X1,greatest_lower_bound(identity,X2)),
    inference(spm,[status(thm)],[c_0_29,c_0_27]) ).

cnf(c_0_47,plain,
    multiply(inverse(least_upper_bound(identity,inverse(X1))),least_upper_bound(identity,X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_20]) ).

cnf(c_0_48,axiom,
    greatest_lower_bound(X1,least_upper_bound(X1,X2)) = X1,
    glb_absorbtion ).

cnf(c_0_49,plain,
    multiply(inverse(X1),greatest_lower_bound(X2,multiply(X1,X3))) = greatest_lower_bound(multiply(inverse(X1),X2),X3),
    inference(spm,[status(thm)],[c_0_29,c_0_17]) ).

cnf(c_0_50,plain,
    greatest_lower_bound(identity,multiply(X1,inverse(greatest_lower_bound(X1,X2)))) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_43]),c_0_27]) ).

cnf(c_0_51,plain,
    multiply(greatest_lower_bound(X1,greatest_lower_bound(identity,X2)),inverse(greatest_lower_bound(X2,X1))) = greatest_lower_bound(identity,inverse(greatest_lower_bound(X2,X1))),
    inference(spm,[status(thm)],[c_0_44,c_0_45]) ).

cnf(c_0_52,plain,
    greatest_lower_bound(X1,inverse(least_upper_bound(identity,inverse(X1)))) = inverse(least_upper_bound(identity,inverse(X1))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_47]),c_0_48]),c_0_27]),c_0_25]) ).

cnf(c_0_53,plain,
    multiply(greatest_lower_bound(inverse(X1),X2),X1) = greatest_lower_bound(identity,multiply(X2,X1)),
    inference(spm,[status(thm)],[c_0_24,c_0_15]) ).

cnf(c_0_54,axiom,
    least_upper_bound(X1,greatest_lower_bound(X1,X2)) = X1,
    lub_absorbtion ).

cnf(c_0_55,plain,
    greatest_lower_bound(inverse(X1),inverse(greatest_lower_bound(X1,X2))) = inverse(X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_27]),c_0_27]) ).

cnf(c_0_56,plain,
    greatest_lower_bound(identity,multiply(greatest_lower_bound(identity,X1),least_upper_bound(identity,inverse(X1)))) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_52]),c_0_20]),c_0_53]),c_0_20]),c_0_48]) ).

cnf(c_0_57,plain,
    least_upper_bound(X1,greatest_lower_bound(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_54,c_0_25]) ).

cnf(c_0_58,plain,
    greatest_lower_bound(inverse(X1),inverse(greatest_lower_bound(X2,X1))) = inverse(X1),
    inference(spm,[status(thm)],[c_0_55,c_0_25]) ).

cnf(c_0_59,plain,
    greatest_lower_bound(identity,inverse(greatest_lower_bound(identity,X1))) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_36]),c_0_21]) ).

cnf(c_0_60,plain,
    greatest_lower_bound(identity,inverse(least_upper_bound(identity,X1))) = inverse(least_upper_bound(identity,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_48]),c_0_16]) ).

cnf(c_0_61,plain,
    greatest_lower_bound(least_upper_bound(identity,inverse(X1)),inverse(greatest_lower_bound(identity,X1))) = inverse(greatest_lower_bound(identity,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_56]),c_0_27]),c_0_27]),c_0_25]) ).

cnf(c_0_62,axiom,
    least_upper_bound(X1,least_upper_bound(X2,X3)) = least_upper_bound(least_upper_bound(X1,X2),X3),
    associativity_of_lub ).

cnf(c_0_63,plain,
    least_upper_bound(inverse(X1),inverse(greatest_lower_bound(X2,X1))) = inverse(greatest_lower_bound(X2,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_58]),c_0_23]) ).

cnf(c_0_64,plain,
    least_upper_bound(identity,inverse(greatest_lower_bound(identity,X1))) = inverse(greatest_lower_bound(identity,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_59]),c_0_23]) ).

cnf(c_0_65,plain,
    least_upper_bound(identity,inverse(least_upper_bound(identity,X1))) = identity,
    inference(spm,[status(thm)],[c_0_54,c_0_60]) ).

cnf(c_0_66,plain,
    multiply(inverse(identity),X1) = X1,
    inference(spm,[status(thm)],[c_0_17,c_0_16]) ).

cnf(c_0_67,plain,
    inverse(greatest_lower_bound(identity,X1)) = least_upper_bound(identity,inverse(X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_61]),c_0_62]),c_0_63]),c_0_64]) ).

cnf(c_0_68,plain,
    least_upper_bound(X1,least_upper_bound(X2,X1)) = least_upper_bound(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_48]),c_0_62]) ).

cnf(c_0_69,plain,
    least_upper_bound(identity,inverse(least_upper_bound(X1,identity))) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_28]),c_0_27]) ).

cnf(c_0_70,plain,
    multiply(inverse(inverse(identity)),X1) = X1,
    inference(spm,[status(thm)],[c_0_17,c_0_66]) ).

cnf(c_0_71,plain,
    inverse(least_upper_bound(identity,inverse(X1))) = greatest_lower_bound(identity,X1),
    inference(spm,[status(thm)],[c_0_20,c_0_67]) ).

cnf(c_0_72,plain,
    multiply(least_upper_bound(identity,X1),inverse(least_upper_bound(X1,identity))) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_68]),c_0_69]) ).

cnf(c_0_73,plain,
    inverse(identity) = identity,
    inference(spm,[status(thm)],[c_0_15,c_0_70]) ).

cnf(c_0_74,plain,
    multiply(least_upper_bound(X1,identity),inverse(X1)) = least_upper_bound(identity,inverse(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_21]),c_0_23]) ).

cnf(c_0_75,plain,
    greatest_lower_bound(identity,inverse(X1)) = inverse(least_upper_bound(identity,X1)),
    inference(spm,[status(thm)],[c_0_71,c_0_20]) ).

cnf(c_0_76,plain,
    multiply(least_upper_bound(X1,identity),inverse(least_upper_bound(identity,X1))) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_72]),c_0_73]) ).

cnf(c_0_77,negated_conjecture,
    greatest_lower_bound(least_upper_bound(a,identity),least_upper_bound(inverse(a),identity)) != identity,
    prove_20x ).

cnf(c_0_78,plain,
    greatest_lower_bound(least_upper_bound(X1,identity),least_upper_bound(identity,inverse(X1))) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_74]),c_0_75]),c_0_76]) ).

cnf(c_0_79,negated_conjecture,
    greatest_lower_bound(least_upper_bound(identity,a),least_upper_bound(identity,inverse(a))) != identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_77,c_0_23]),c_0_23]) ).

cnf(c_0_80,plain,
    greatest_lower_bound(least_upper_bound(identity,X1),least_upper_bound(identity,inverse(X1))) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_78,c_0_20]),c_0_23]),c_0_25]) ).

cnf(c_0_81,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_79,c_0_80])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : GRP183-3 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.14/0.36  % Computer : n012.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit   : 2400
% 0.14/0.36  % WCLimit    : 300
% 0.14/0.36  % DateTime   : Tue Oct  3 02:06:35 EDT 2023
% 0.14/0.36  % CPUTime    : 
% 0.21/0.48  Running first-order theorem proving
% 0.21/0.48  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/tmp/tmp.kiojCxFiEP/E---3.1_5111.p
% 5.87/1.22  # Version: 3.1pre001
% 5.87/1.22  # Preprocessing class: FSMSSMSSSSSNFFN.
% 5.87/1.22  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 5.87/1.22  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 5.87/1.22  # Starting new_bool_3 with 300s (1) cores
% 5.87/1.22  # Starting new_bool_1 with 300s (1) cores
% 5.87/1.22  # Starting sh5l with 300s (1) cores
% 5.87/1.22  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 5270 completed with status 0
% 5.87/1.22  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 5.87/1.22  # Preprocessing class: FSMSSMSSSSSNFFN.
% 5.87/1.22  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 5.87/1.22  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 5.87/1.22  # No SInE strategy applied
% 5.87/1.22  # Search class: FUUPM-FFSF21-MFFFFFNN
% 5.87/1.22  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 5.87/1.22  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S2S with 675s (1) cores
% 5.87/1.22  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 5.87/1.22  # Starting G-E--_060_C18_F1_PI_SE_CS_SP_CO_S0Y with 136s (1) cores
% 5.87/1.22  # Starting U----_043_B31_F1_PI_AE_CS_SP_S2S with 136s (1) cores
% 5.87/1.22  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S5PRR_S2S with 136s (1) cores
% 5.87/1.22  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 5280 completed with status 0
% 5.87/1.22  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 5.87/1.22  # Preprocessing class: FSMSSMSSSSSNFFN.
% 5.87/1.22  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 5.87/1.22  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 5.87/1.22  # No SInE strategy applied
% 5.87/1.22  # Search class: FUUPM-FFSF21-MFFFFFNN
% 5.87/1.22  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 5.87/1.22  # Starting H----_047_C09_12_F1_AE_ND_CS_SP_S2S with 675s (1) cores
% 5.87/1.22  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 5.87/1.22  # Preprocessing time       : 0.001 s
% 5.87/1.22  # Presaturation interreduction done
% 5.87/1.22  
% 5.87/1.22  # Proof found!
% 5.87/1.22  # SZS status Unsatisfiable
% 5.87/1.22  # SZS output start CNFRefutation
% See solution above
% 5.87/1.22  # Parsed axioms                        : 16
% 5.87/1.22  # Removed by relevancy pruning/SinE    : 0
% 5.87/1.22  # Initial clauses                      : 16
% 5.87/1.22  # Removed in clause preprocessing      : 0
% 5.87/1.22  # Initial clauses in saturation        : 16
% 5.87/1.22  # Processed clauses                    : 3895
% 5.87/1.22  # ...of these trivial                  : 1774
% 5.87/1.22  # ...subsumed                          : 1563
% 5.87/1.22  # ...remaining for further processing  : 558
% 5.87/1.22  # Other redundant clauses eliminated   : 0
% 5.87/1.22  # Clauses deleted for lack of memory   : 0
% 5.87/1.22  # Backward-subsumed                    : 0
% 5.87/1.22  # Backward-rewritten                   : 129
% 5.87/1.22  # Generated clauses                    : 107409
% 5.87/1.22  # ...of the previous two non-redundant : 63463
% 5.87/1.22  # ...aggressively subsumed             : 0
% 5.87/1.22  # Contextual simplify-reflections      : 0
% 5.87/1.22  # Paramodulations                      : 107409
% 5.87/1.22  # Factorizations                       : 0
% 5.87/1.22  # NegExts                              : 0
% 5.87/1.22  # Equation resolutions                 : 0
% 5.87/1.22  # Total rewrite steps                  : 165649
% 5.87/1.22  # Propositional unsat checks           : 0
% 5.87/1.22  #    Propositional check models        : 0
% 5.87/1.22  #    Propositional check unsatisfiable : 0
% 5.87/1.22  #    Propositional clauses             : 0
% 5.87/1.22  #    Propositional clauses after purity: 0
% 5.87/1.22  #    Propositional unsat core size     : 0
% 5.87/1.22  #    Propositional preprocessing time  : 0.000
% 5.87/1.22  #    Propositional encoding time       : 0.000
% 5.87/1.22  #    Propositional solver time         : 0.000
% 5.87/1.22  #    Success case prop preproc time    : 0.000
% 5.87/1.22  #    Success case prop encoding time   : 0.000
% 5.87/1.22  #    Success case prop solver time     : 0.000
% 5.87/1.22  # Current number of processed clauses  : 413
% 5.87/1.22  #    Positive orientable unit clauses  : 380
% 5.87/1.22  #    Positive unorientable unit clauses: 33
% 5.87/1.22  #    Negative unit clauses             : 0
% 5.87/1.22  #    Non-unit-clauses                  : 0
% 5.87/1.22  # Current number of unprocessed clauses: 59482
% 5.87/1.22  # ...number of literals in the above   : 59482
% 5.87/1.22  # Current number of archived formulas  : 0
% 5.87/1.22  # Current number of archived clauses   : 145
% 5.87/1.22  # Clause-clause subsumption calls (NU) : 0
% 5.87/1.22  # Rec. Clause-clause subsumption calls : 0
% 5.87/1.22  # Non-unit clause-clause subsumptions  : 0
% 5.87/1.22  # Unit Clause-clause subsumption calls : 161
% 5.87/1.22  # Rewrite failures with RHS unbound    : 0
% 5.87/1.22  # BW rewrite match attempts            : 2151
% 5.87/1.22  # BW rewrite match successes           : 352
% 5.87/1.22  # Condensation attempts                : 0
% 5.87/1.22  # Condensation successes               : 0
% 5.87/1.22  # Termbank termtop insertions          : 1314048
% 5.87/1.22  
% 5.87/1.22  # -------------------------------------------------
% 5.87/1.22  # User time                : 0.651 s
% 5.87/1.22  # System time              : 0.044 s
% 5.87/1.22  # Total time               : 0.695 s
% 5.87/1.22  # Maximum resident set size: 1520 pages
% 5.87/1.22  
% 5.87/1.22  # -------------------------------------------------
% 5.87/1.22  # User time                : 3.307 s
% 5.87/1.22  # System time              : 0.198 s
% 5.87/1.22  # Total time               : 3.505 s
% 5.87/1.22  # Maximum resident set size: 1676 pages
% 5.87/1.22  % E---3.1 exiting
% 5.87/1.22  % E---3.1 exiting
%------------------------------------------------------------------------------