TSTP Solution File: PUZ018-2 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : PUZ018-2 : TPTP v8.2.0. Released v1.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n010.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 : Tue May 21 02:27:45 EDT 2024

% Result   : Satisfiable 0.59s 0.80s
% Output   : Saturation 0.59s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
cnf(u50,axiom,
    ~ all_on(sunday) ).

cnf(u54,axiom,
    ~ all_on(monday) ).

cnf(u58,axiom,
    ~ all_on(tuesday) ).

cnf(u62,axiom,
    ~ all_on(wednesday) ).

cnf(u66,axiom,
    ~ all_on(thursday) ).

cnf(u71,axiom,
    all_on(friday) ).

cnf(u74,axiom,
    ~ all_on(saturday) ).

cnf(u124,axiom,
    ~ on(b,monday) ).

cnf(u127,axiom,
    ( ~ consecutive(monday,X0)
    | ~ all_on(X0)
    | ~ consecutive(X0,X1) ) ).

cnf(u130,axiom,
    on(b,sunday) ).

cnf(u139,axiom,
    on(c,tuesday) ).

cnf(u143,axiom,
    ( ~ consecutive(tuesday,X0)
    | ~ all_on(X0)
    | ~ consecutive(X0,X1) ) ).

cnf(u146,axiom,
    on(c,monday) ).

cnf(u155,axiom,
    on(b,wednesday) ).

cnf(u159,axiom,
    ( ~ consecutive(wednesday,X0)
    | ~ all_on(X0)
    | ~ consecutive(X0,X1) ) ).

cnf(u162,axiom,
    on(b,tuesday) ).

cnf(u178,axiom,
    on(c,thursday) ).

cnf(u186,axiom,
    ~ on(c,wednesday) ).

cnf(u199,axiom,
    on(a,saturday) ).

cnf(u203,axiom,
    ( ~ consecutive(saturday,X0)
    | ~ all_on(X0)
    | ~ consecutive(X0,X1) ) ).

cnf(u206,axiom,
    on(a,friday) ).

cnf(u212,axiom,
    ~ on(c,saturday) ).

cnf(u215,axiom,
    on(c,friday) ).

cnf(u252,axiom,
    on(a,monday) ).

cnf(u294,axiom,
    on(a,wednesday) ).

cnf(u337,axiom,
    ~ consecutive(saturday,saturday) ).

cnf(u364,axiom,
    ~ consecutive(monday,sunday) ).

cnf(u374,axiom,
    ~ consecutive(wednesday,sunday) ).

cnf(u388,axiom,
    ~ consecutive(monday,monday) ).

cnf(u398,axiom,
    ~ consecutive(wednesday,monday) ).

cnf(u412,axiom,
    ~ consecutive(wednesday,wednesday) ).

cnf(u429,axiom,
    ~ consecutive(saturday,friday) ).

cnf(u442,axiom,
    ~ consecutive(monday,wednesday) ).

cnf(u460,axiom,
    ~ consecutive(wednesday,tuesday) ).

cnf(u469,axiom,
    ~ consecutive(tuesday,tuesday) ).

cnf(u485,axiom,
    ~ consecutive(saturday,monday) ).

cnf(u562,axiom,
    ~ consecutive(thursday,tuesday) ).

cnf(u605,axiom,
    ~ consecutive(friday,thursday) ).

cnf(u621,axiom,
    ~ consecutive(friday,tuesday) ).

cnf(u626,axiom,
    ( ~ consecutive(friday,X0)
    | ~ all_on(X0)
    | ~ consecutive(X0,X1) ) ).

cnf(u642,axiom,
    ~ consecutive(friday,friday) ).

cnf(u677,axiom,
    ~ consecutive(tuesday,friday) ).

cnf(u684,axiom,
    ~ consecutive(tuesday,thursday) ).

cnf(u701,axiom,
    ~ consecutive(saturday,wednesday) ).

cnf(u716,axiom,
    ~ consecutive(tuesday,monday) ).

cnf(u723,axiom,
    ~ consecutive(friday,monday) ).

cnf(u112,axiom,
    ( ~ on(X0,X1)
    | ~ on(X0,monday)
    | ~ consecutive(X1,X2)
    | ~ consecutive(tuesday,X1)
    | ~ on(X0,tuesday) ) ).

cnf(u671,axiom,
    on(c,monday) ).

cnf(a_not_b,axiom,
    ~ same_person(a,b) ).

cnf(tuesday_follows_monday,axiom,
    consecutive(monday,tuesday) ).

cnf(u117,axiom,
    ( ~ on(X0,X1)
    | ~ on(X0,saturday)
    | ~ consecutive(X1,X2)
    | ~ consecutive(sunday,X1)
    | ~ on(X0,sunday) ) ).

cnf(u318,axiom,
    on(b,sunday) ).

cnf(thursday_not_friday,axiom,
    ~ same_day(thursday,friday) ).

cnf(tuesday_not_wednesday,axiom,
    ~ same_day(tuesday,wednesday) ).

cnf(friday_follows_thursday,axiom,
    consecutive(thursday,friday) ).

cnf(all_on_c_on,axiom,
    ( on(c,X0)
    | ~ all_on(X0) ) ).

cnf(u113,axiom,
    ( ~ on(X0,X1)
    | ~ on(X0,tuesday)
    | ~ consecutive(X1,X2)
    | ~ consecutive(wednesday,X1)
    | ~ on(X0,wednesday) ) ).

cnf(u313,axiom,
    on(b,tuesday) ).

cnf(a_off_tuesday,axiom,
    ~ on(a,tuesday) ).

cnf(tuesday_not_saturday,axiom,
    ~ same_day(tuesday,saturday) ).

cnf(monday_not_wednesday,axiom,
    ~ same_day(monday,wednesday) ).

cnf(sunday_not_friday,axiom,
    ~ same_day(sunday,friday) ).

cnf(a_not_c,axiom,
    ~ same_person(a,c) ).

cnf(a_off_thursday,axiom,
    ~ on(a,thursday) ).

cnf(thursday_not_saturday,axiom,
    ~ same_day(thursday,saturday) ).

cnf(sunday_not_monday,axiom,
    ~ same_day(sunday,monday) ).

cnf(u78,axiom,
    ~ all_on(tuesday) ).

cnf(not_on_for_3_days,axiom,
    ( ~ consecutive(X0,X1)
    | ~ on(X4,X1)
    | ~ on(X4,X0)
    | ~ consecutive(X2,X3)
    | ~ consecutive(X1,X2)
    | ~ on(X4,X2) ) ).

cnf(u79,axiom,
    ~ all_on(thursday) ).

cnf(u223,axiom,
    ( same_day(X0,X1)
    | on(b,X1)
    | on(b,X0)
    | on(a,X1)
    | on(a,X0) ) ).

cnf(sunday_not_wednesday,axiom,
    ~ same_day(sunday,wednesday) ).

cnf(reflexivity_for_same_person,axiom,
    same_person(X0,X0) ).

cnf(u115,axiom,
    ( ~ on(X0,X1)
    | ~ on(X0,thursday)
    | ~ consecutive(X1,X2)
    | ~ consecutive(friday,X1)
    | ~ on(X0,friday) ) ).

cnf(u548,axiom,
    on(c,thursday) ).

cnf(monday_not_friday,axiom,
    ~ same_day(monday,friday) ).

cnf(b_not_c,axiom,
    ~ same_person(b,c) ).

cnf(thursday_follows_wednesday,axiom,
    consecutive(wednesday,thursday) ).

cnf(monday_follows_sunday,axiom,
    consecutive(sunday,monday) ).

cnf(b_off_saturday,axiom,
    ~ on(b,saturday) ).

cnf(monday_not_saturday,axiom,
    ~ same_day(monday,saturday) ).

cnf(sunday_not_thursday,axiom,
    ~ same_day(sunday,thursday) ).

cnf(all_on_b_on,axiom,
    ( on(b,X0)
    | ~ all_on(X0) ) ).

cnf(a_off_sunday,axiom,
    ~ on(a,sunday) ).

cnf(wednesday_not_saturday,axiom,
    ~ same_day(wednesday,saturday) ).

cnf(monday_not_tuesday,axiom,
    ~ same_day(monday,tuesday) ).

cnf(reflexivity_for_same_day,axiom,
    same_day(X0,X0) ).

cnf(u77,axiom,
    ~ all_on(sunday) ).

cnf(c_off_sunday,axiom,
    ~ on(c,sunday) ).

cnf(u224,axiom,
    ( same_day(X0,X1)
    | on(c,X1)
    | on(c,X0)
    | on(a,X1)
    | on(a,X0) ) ).

cnf(u85,axiom,
    ~ all_on(saturday) ).

cnf(all_on,axiom,
    ( ~ on(c,X0)
    | ~ on(b,X0)
    | ~ on(a,X0)
    | all_on(X0) ) ).

cnf(staurday_follows_friday,axiom,
    consecutive(friday,saturday) ).

cnf(u225,axiom,
    ( same_day(X0,X1)
    | on(c,X1)
    | on(c,X0)
    | on(b,X1)
    | on(b,X0) ) ).

cnf(u543,axiom,
    on(c,tuesday) ).

cnf(u111,axiom,
    ( ~ on(X0,X1)
    | ~ on(X0,sunday)
    | ~ consecutive(X1,X2)
    | ~ consecutive(monday,X1)
    | ~ on(X0,monday) ) ).

cnf(wednesday_not_thursday,axiom,
    ~ same_day(wednesday,thursday) ).

cnf(tuesday_not_thursday,axiom,
    ~ same_day(tuesday,thursday) ).

cnf(sunday_not_saturday,axiom,
    ~ same_day(sunday,saturday) ).

cnf(sunday_follows_saturday,axiom,
    consecutive(saturday,sunday) ).

cnf(all_on_well_defined,axiom,
    ( same_day(X0,X1)
    | ~ all_on(X1)
    | ~ all_on(X0) ) ).

cnf(u114,axiom,
    ( ~ on(X0,X1)
    | ~ on(X0,wednesday)
    | ~ consecutive(X1,X2)
    | ~ consecutive(thursday,X1)
    | ~ on(X0,thursday) ) ).

cnf(b_off_thursday,axiom,
    ~ on(b,thursday) ).

cnf(monday_not_thursday,axiom,
    ~ same_day(monday,thursday) ).

cnf(sunday_not_tuesday,axiom,
    ~ same_day(sunday,tuesday) ).

cnf(wednesday_follows_tuesday,axiom,
    consecutive(tuesday,wednesday) ).

cnf(all_on_a_on,axiom,
    ( on(a,X0)
    | ~ all_on(X0) ) ).

cnf(no_two_off_twice_together,axiom,
    ( same_person(X0,X3)
    | same_day(X1,X2)
    | on(X3,X2)
    | on(X3,X1)
    | on(X0,X2)
    | on(X0,X1) ) ).

cnf(friday_not_saturday,axiom,
    ~ same_day(friday,saturday) ).

cnf(tuesday_not_friday,axiom,
    ~ same_day(tuesday,friday) ).

cnf(u596,axiom,
    ~ all_on(wednesday) ).

cnf(wednesday_not_friday,axiom,
    ~ same_day(wednesday,friday) ).

cnf(u116,axiom,
    ( ~ on(X0,X1)
    | ~ on(X0,friday)
    | ~ consecutive(X1,X2)
    | ~ consecutive(saturday,X1)
    | ~ on(X0,saturday) ) ).

cnf(u309,axiom,
    on(a,saturday) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.09  % Problem    : PUZ018-2 : TPTP v8.2.0. Released v1.2.0.
% 0.07/0.10  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.09/0.29  % Computer : n010.cluster.edu
% 0.09/0.29  % Model    : x86_64 x86_64
% 0.09/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.29  % Memory   : 8042.1875MB
% 0.09/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.29  % CPULimit   : 300
% 0.09/0.29  % WCLimit    : 300
% 0.09/0.29  % DateTime   : Sat May 18 10:48:52 EDT 2024
% 0.09/0.29  % CPUTime    : 
% 0.09/0.29  This is a CNF_SAT_EPR_NEQ problem
% 0.09/0.29  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.59/0.78  % (4190)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on theBenchmark for (2995ds/34Mi)
% 0.59/0.78  % (4192)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on theBenchmark for (2995ds/78Mi)
% 0.59/0.78  % (4193)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on theBenchmark for (2995ds/33Mi)
% 0.59/0.78  % (4191)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on theBenchmark for (2995ds/51Mi)
% 0.59/0.78  % (4194)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on theBenchmark for (2995ds/34Mi)
% 0.59/0.78  % (4195)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on theBenchmark for (2995ds/45Mi)
% 0.59/0.78  % (4196)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on theBenchmark for (2995ds/83Mi)
% 0.59/0.78  % (4192)Refutation not found, incomplete strategy% (4192)------------------------------
% 0.59/0.78  % (4192)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.78  % (4190)Refutation not found, incomplete strategy% (4190)------------------------------
% 0.59/0.78  % (4190)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.78  % (4193)Refutation not found, incomplete strategy% (4193)------------------------------
% 0.59/0.78  % (4193)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.78  % (4190)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.78  % (4193)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.78  
% 0.59/0.78  
% 0.59/0.78  % (4190)Memory used [KB]: 957
% 0.59/0.78  % (4193)Memory used [KB]: 956
% 0.59/0.78  % (4190)Time elapsed: 0.002 s
% 0.59/0.78  % (4193)Time elapsed: 0.002 s
% 0.59/0.78  % (4193)Instructions burned: 2 (million)
% 0.59/0.78  % (4190)Instructions burned: 2 (million)
% 0.59/0.78  % (4192)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.78  
% 0.59/0.78  % (4192)Memory used [KB]: 956
% 0.59/0.78  % (4192)Time elapsed: 0.002 s
% 0.59/0.78  % (4192)Instructions burned: 2 (million)
% 0.59/0.78  % (4195)Refutation not found, incomplete strategy% (4195)------------------------------
% 0.59/0.78  % (4195)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.78  % (4195)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.78  
% 0.59/0.78  % (4195)Memory used [KB]: 956
% 0.59/0.78  % (4195)Time elapsed: 0.002 s
% 0.59/0.78  % (4195)Instructions burned: 2 (million)
% 0.59/0.78  % (4190)------------------------------
% 0.59/0.78  % (4190)------------------------------
% 0.59/0.78  % (4193)------------------------------
% 0.59/0.78  % (4193)------------------------------
% 0.59/0.78  % (4196)Refutation not found, incomplete strategy% (4196)------------------------------
% 0.59/0.78  % (4196)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.78  % (4192)------------------------------
% 0.59/0.78  % (4192)------------------------------
% 0.59/0.78  % (4194)Refutation not found, incomplete strategy% (4194)------------------------------
% 0.59/0.78  % (4194)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.78  % (4194)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.78  
% 0.59/0.78  % (4194)Memory used [KB]: 958
% 0.59/0.78  % (4194)Time elapsed: 0.002 s
% 0.59/0.78  % (4194)Instructions burned: 2 (million)
% 0.59/0.78  % (4196)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.78  
% 0.59/0.78  % (4196)Memory used [KB]: 957
% 0.59/0.78  % (4197)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on theBenchmark for (2995ds/56Mi)
% 0.59/0.78  % (4196)Time elapsed: 0.002 s
% 0.59/0.78  % (4196)Instructions burned: 2 (million)
% 0.59/0.78  % (4195)------------------------------
% 0.59/0.78  % (4195)------------------------------
% 0.59/0.78  % (4194)------------------------------
% 0.59/0.78  % (4194)------------------------------
% 0.59/0.78  % (4196)------------------------------
% 0.59/0.78  % (4196)------------------------------
% 0.59/0.78  % (4197)Refutation not found, incomplete strategy% (4197)------------------------------
% 0.59/0.78  % (4197)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.78  % (4197)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.78  
% 0.59/0.78  % (4197)Memory used [KB]: 956
% 0.59/0.78  % (4197)Time elapsed: 0.002 s
% 0.59/0.78  % (4197)Instructions burned: 2 (million)
% 0.59/0.78  % (4197)------------------------------
% 0.59/0.78  % (4197)------------------------------
% 0.59/0.79  % (4198)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=55:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on theBenchmark for (2995ds/55Mi)
% 0.59/0.79  % (4199)dis+3_25:4_sil=16000:sos=all:erd=off:i=50:s2at=4.0:bd=off:nm=60:sup=off:cond=on:av=off:ins=2:nwc=10.0:etr=on:to=lpo:s2agt=20:fd=off:bsr=unit_only:slsq=on:slsqr=28,19:awrs=converge:awrsf=500:tgt=ground:bs=unit_only_0 on theBenchmark for (2995ds/50Mi)
% 0.59/0.79  % (4200)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on theBenchmark for (2995ds/208Mi)
% 0.59/0.79  % (4201)lrs-1011_1:1_sil=4000:plsq=on:plsqr=32,1:sp=frequency:plsql=on:nwc=10.0:i=52:aac=none:afr=on:ss=axioms:er=filter:sgt=16:rawr=on:etr=on:lma=on_0 on theBenchmark for (2995ds/52Mi)
% 0.59/0.79  % (4202)lrs-1010_1:1_to=lpo:sil=2000:sp=reverse_arity:sos=on:urr=ec_only:i=518:sd=2:bd=off:ss=axioms:sgt=16_0 on theBenchmark for (2995ds/518Mi)
% 0.59/0.79  % (4203)lrs+1011_87677:1048576_sil=8000:sos=on:spb=non_intro:nwc=10.0:kmz=on:i=42:ep=RS:nm=0:ins=1:uhcvi=on:rawr=on:fde=unused:afp=2000:afq=1.444:plsq=on:nicw=on_0 on theBenchmark for (2995ds/42Mi)
% 0.59/0.79  % (4200)Refutation not found, incomplete strategy% (4200)------------------------------
% 0.59/0.79  % (4200)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4200)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4200)Memory used [KB]: 956
% 0.59/0.79  % (4200)Time elapsed: 0.002 s
% 0.59/0.79  % (4201)Refutation not found, incomplete strategy% (4201)------------------------------
% 0.59/0.79  % (4201)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4201)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4201)Memory used [KB]: 957
% 0.59/0.79  % (4201)Time elapsed: 0.002 s
% 0.59/0.79  % (4201)Instructions burned: 2 (million)
% 0.59/0.79  % (4200)Instructions burned: 2 (million)
% 0.59/0.79  % (4202)Refutation not found, incomplete strategy% (4202)------------------------------
% 0.59/0.79  % (4202)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4202)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4202)Memory used [KB]: 956
% 0.59/0.79  % (4202)Time elapsed: 0.002 s
% 0.59/0.79  % (4202)Instructions burned: 2 (million)
% 0.59/0.79  % (4204)dis+1011_1258907:1048576_bsr=unit_only:to=lpo:drc=off:sil=2000:tgt=full:fde=none:sp=frequency:spb=goal:rnwc=on:nwc=6.70083:sac=on:newcnf=on:st=2:i=243:bs=unit_only:sd=3:afp=300:awrs=decay:awrsf=218:nm=16:ins=3:afq=3.76821:afr=on:ss=axioms:sgt=5:rawr=on:add=off:bsd=on_0 on theBenchmark for (2995ds/243Mi)
% 0.59/0.79  % (4201)------------------------------
% 0.59/0.79  % (4201)------------------------------
% 0.59/0.79  % (4200)------------------------------
% 0.59/0.79  % (4200)------------------------------
% 0.59/0.79  % (4199)Refutation not found, incomplete strategy% (4199)------------------------------
% 0.59/0.79  % (4199)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4202)------------------------------
% 0.59/0.79  % (4202)------------------------------
% 0.59/0.79  % (4199)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4199)Memory used [KB]: 974
% 0.59/0.79  % (4199)Time elapsed: 0.002 s
% 0.59/0.79  % (4199)Instructions burned: 2 (million)
% 0.59/0.79  % (4203)Refutation not found, incomplete strategy% (4203)------------------------------
% 0.59/0.79  % (4203)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4203)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4203)Memory used [KB]: 962
% 0.59/0.79  % (4203)Time elapsed: 0.002 s
% 0.59/0.79  % (4203)Instructions burned: 2 (million)
% 0.59/0.79  % (4204)Refutation not found, incomplete strategy% (4204)------------------------------
% 0.59/0.79  % (4204)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4204)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4204)Memory used [KB]: 957
% 0.59/0.79  % (4204)Time elapsed: 0.002 s
% 0.59/0.79  % (4204)Instructions burned: 2 (million)
% 0.59/0.79  % (4199)------------------------------
% 0.59/0.79  % (4199)------------------------------
% 0.59/0.79  % (4203)------------------------------
% 0.59/0.79  % (4203)------------------------------
% 0.59/0.79  % (4204)------------------------------
% 0.59/0.79  % (4204)------------------------------
% 0.59/0.79  % (4205)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on theBenchmark for (2995ds/117Mi)
% 0.59/0.79  % (4206)dis+1011_11:1_sil=2000:avsq=on:i=143:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on theBenchmark for (2995ds/143Mi)
% 0.59/0.79  % (4207)lrs+1011_1:2_to=lpo:sil=8000:plsqc=1:plsq=on:plsqr=326,59:sp=weighted_frequency:plsql=on:nwc=10.0:newcnf=on:i=93:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on theBenchmark for (2995ds/93Mi)
% 0.59/0.79  % (4208)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=62:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on theBenchmark for (2995ds/62Mi)
% 0.59/0.79  % (4191)Refutation not found, incomplete strategy% (4191)------------------------------
% 0.59/0.79  % (4191)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4191)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4191)Memory used [KB]: 1278
% 0.59/0.79  % (4209)lrs+21_2461:262144_anc=none:drc=off:sil=2000:sp=occurrence:nwc=6.0:updr=off:st=3.0:i=32:sd=2:afp=4000:erml=3:nm=14:afq=2.0:uhcvi=on:ss=included:er=filter:abs=on:nicw=on:ile=on:sims=off:s2a=on:s2agt=50:s2at=-1.0:plsq=on:plsql=on:plsqc=2:plsqr=1,32:newcnf=on:bd=off:to=lpo_0 on theBenchmark for (2995ds/32Mi)
% 0.59/0.79  % (4191)Time elapsed: 0.010 s
% 0.59/0.79  % (4191)Instructions burned: 16 (million)
% 0.59/0.79  % (4210)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=1919:ss=axioms:sgt=8:lsd=50:sd=7_0 on theBenchmark for (2995ds/1919Mi)
% 0.59/0.79  % (4191)------------------------------
% 0.59/0.79  % (4191)------------------------------
% 0.59/0.79  % (4208)Refutation not found, incomplete strategy% (4208)------------------------------
% 0.59/0.79  % (4208)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4208)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4208)Memory used [KB]: 957
% 0.59/0.79  % (4208)Time elapsed: 0.002 s
% 0.59/0.79  % (4208)Instructions burned: 2 (million)
% 0.59/0.79  % (4210)Refutation not found, incomplete strategy% (4210)------------------------------
% 0.59/0.79  % (4210)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4210)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4198)Refutation not found, incomplete strategy% (4198)------------------------------
% 0.59/0.79  % (4198)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4210)Memory used [KB]: 957
% 0.59/0.79  % (4210)Time elapsed: 0.002 s
% 0.59/0.79  % (4210)Instructions burned: 2 (million)
% 0.59/0.79  % (4198)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4198)Memory used [KB]: 1074
% 0.59/0.79  % (4198)Time elapsed: 0.007 s
% 0.59/0.79  % (4198)Instructions burned: 12 (million)
% 0.59/0.79  % (4208)------------------------------
% 0.59/0.79  % (4208)------------------------------
% 0.59/0.79  % (4210)------------------------------
% 0.59/0.79  % (4210)------------------------------
% 0.59/0.79  % (4198)------------------------------
% 0.59/0.79  % (4198)------------------------------
% 0.59/0.79  % (4211)ott-32_5:1_sil=4000:sp=occurrence:urr=full:rp=on:nwc=5.0:newcnf=on:st=5.0:s2pl=on:i=55:sd=2:ins=2:ss=included:rawr=on:anc=none:sos=on:s2agt=8:spb=intro:ep=RS:avsq=on:avsqr=27,155:lma=on_0 on theBenchmark for (2995ds/55Mi)
% 0.59/0.79  % (4212)lrs-1011_1:1_sil=2000:sos=on:urr=on:i=53:sd=1:bd=off:ins=3:av=off:ss=axioms:sgt=16:gsp=on:lsd=10_0 on theBenchmark for (2995ds/53Mi)
% 0.59/0.79  % (4213)lrs+1011_6929:65536_anc=all_dependent:sil=2000:fde=none:plsqc=1:plsq=on:plsqr=19,8:plsql=on:nwc=3.0:i=46:afp=4000:ep=R:nm=3:fsr=off:afr=on:aer=off:gsp=on_0 on theBenchmark for (2995ds/46Mi)
% 0.59/0.79  % (4212)Refutation not found, incomplete strategy% (4212)------------------------------
% 0.59/0.79  % (4212)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4214)dis+10_3:31_sil=2000:sp=frequency:abs=on:acc=on:lcm=reverse:nwc=3.0:alpa=random:st=3.0:i=102:sd=1:nm=4:ins=1:aer=off:ss=axioms_0 on theBenchmark for (2995ds/102Mi)
% 0.59/0.79  % (4212)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4212)Memory used [KB]: 957
% 0.59/0.79  % (4212)Time elapsed: 0.002 s
% 0.59/0.79  % (4212)Instructions burned: 2 (million)
% 0.59/0.79  % (4212)------------------------------
% 0.59/0.79  % (4212)------------------------------
% 0.59/0.79  % (4211)Refutation not found, incomplete strategy% (4211)------------------------------
% 0.59/0.79  % (4211)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4211)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4211)Memory used [KB]: 961
% 0.59/0.79  % (4211)Time elapsed: 0.002 s
% 0.59/0.79  % (4211)Instructions burned: 2 (million)
% 0.59/0.79  % (4214)Refutation not found, incomplete strategy% (4214)------------------------------
% 0.59/0.79  % (4214)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.79  % (4214)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.79  
% 0.59/0.79  % (4214)Memory used [KB]: 957
% 0.59/0.79  % (4214)Time elapsed: 0.002 s
% 0.59/0.79  % (4214)Instructions burned: 2 (million)
% 0.59/0.79  % (4211)------------------------------
% 0.59/0.79  % (4211)------------------------------
% 0.59/0.79  % (4214)------------------------------
% 0.59/0.79  % (4214)------------------------------
% 0.59/0.80  % (4205)Refutation not found, incomplete strategy% (4205)------------------------------
% 0.59/0.80  % (4205)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.80  % (4205)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.80  
% 0.59/0.80  % (4205)Memory used [KB]: 1162
% 0.59/0.80  % (4205)Time elapsed: 0.029 s
% 0.59/0.80  % (4205)Instructions burned: 13 (million)
% 0.59/0.80  % (4205)------------------------------
% 0.59/0.80  % (4205)------------------------------
% 0.59/0.80  % (4206)Refutation not found, incomplete strategy% (4206)------------------------------
% 0.59/0.80  % (4206)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.80  % (4206)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.80  
% 0.59/0.80  % (4206)Memory used [KB]: 1274
% 0.59/0.80  % (4209)First to succeed.
% 0.59/0.80  % (4206)Time elapsed: 0.030 s
% 0.59/0.80  % (4206)Instructions burned: 16 (million)
% 0.59/0.80  % (4216)ott+1011_9:29_slsqr=3,2:sil=2000:tgt=ground:lsd=10:lcm=predicate:avsqc=4:slsq=on:avsq=on:i=35:s2at=4.0:add=large:sd=1:avsqr=1,16:aer=off:ss=axioms:sgt=100:rawr=on:s2a=on:sac=on:afp=1:nwc=10.0:nm=64:bd=preordered:abs=on:rnwc=on:er=filter:nicw=on:spb=non_intro:lma=on_0 on theBenchmark for (2994ds/35Mi)
% 0.59/0.80  % (4206)------------------------------
% 0.59/0.80  % (4206)------------------------------
% 0.59/0.80  % (4217)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on theBenchmark for (2994ds/87Mi)
% 0.59/0.80  % (4209)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-4189"
% 0.59/0.80  % (4216)Refutation not found, incomplete strategy% (4216)------------------------------
% 0.59/0.80  % (4216)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.80  % (4218)dis+1010_12107:524288_anc=none:drc=encompass:sil=2000:bsd=on:rp=on:nwc=10.0:alpa=random:i=109:kws=precedence:awrs=decay:awrsf=2:nm=16:ins=3:rawr=on:s2a=on:s2at=4.5:acc=on:flr=on_0 on theBenchmark for (2994ds/109Mi)
% 0.59/0.80  % (4216)Termination reason: Refutation not found, incomplete strategy
% 0.59/0.80  
% 0.59/0.80  % (4216)Memory used [KB]: 957
% 0.59/0.80  % (4216)Time elapsed: 0.002 s
% 0.59/0.80  % (4216)Instructions burned: 2 (million)
% 0.59/0.80  % (4216)------------------------------
% 0.59/0.80  % (4216)------------------------------
% 0.59/0.80  % SZS status Satisfiable for theBenchmark
% 0.59/0.80  % (4209)# SZS output start Saturation.
% See solution above
% 0.59/0.80  % (4209)------------------------------
% 0.59/0.80  % (4209)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.59/0.80  % (4209)Termination reason: Satisfiable
% 0.59/0.80  
% 0.59/0.80  % (4209)Memory used [KB]: 1180
% 0.59/0.80  % (4209)Time elapsed: 0.031 s
% 0.59/0.80  % (4209)Instructions burned: 15 (million)
% 0.59/0.80  % (4189)Success in time 0.505 s
% 0.59/0.80  % Vampire---4.8 exiting
%------------------------------------------------------------------------------