TSTP Solution File: RNG006-3 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : RNG006-3 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n003.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 13:53:35 EDT 2023

% Result   : Unsatisfiable 9.51s 1.69s
% Output   : CNFRefutation 9.51s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_distributivity1')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ product(X,W,X2006)
    | ~ sum(W,U,Y)
    | sum(X2006,V,Z) ),
    inference(cnf_transformation,[],['$inc_distributivity1']) ).

cnf('2',plain,
    product(a,b,aPb),
    inference(cnf_transformation,[],[a_times_b]) ).

cnf('3',plain,
    ( ~ product(a,X,Y)
    | ~ product(a,Z,U)
    | ~ sum(X,Z,b)
    | sum(Y,U,aPb) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    product(a,c,aPc),
    inference(cnf_transformation,[],[a_times_c]) ).

cnf('5',plain,
    ( ~ product(a,X,Y)
    | ~ sum(c,X,b)
    | sum(aPc,Y,aPb) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(U,Y,V)
    | ~ sum(W,U,X)
    | sum(W,V,Z) ),
    inference(cnf_transformation,[],['$inc_associativity_of_addition1']) ).

cnf('7',plain,
    sum(additive_identity,X,X),
    inference(cnf_transformation,[],['$inc_additive_identity1']) ).

cnf('8',plain,
    ( ~ sum(X,Y,additive_identity)
    | ~ sum(Y,Z,U)
    | sum(X,U,Z) ),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    sum(X,additive_inverse(X),additive_identity),
    inference(cnf_transformation,[],['$inc_right_inverse']) ).

cnf('10',plain,
    ( ~ sum(additive_inverse(X),Y,Z)
    | sum(X,Z,Y) ),
    inference(resolution,[],['8','9']) ).

cnf('11',plain,
    ( ~ sum(X,Y,Z)
    | sum(Y,X,Z) ),
    inference(cnf_transformation,[],['$inc_commutativity_of_addition']) ).

cnf('12',plain,
    sum(b,additive_inverse(c),bS_Ic),
    inference(cnf_transformation,[],[b_plus_inverse_c]) ).

cnf('13',plain,
    sum(additive_inverse(c),b,bS_Ic),
    inference(resolution,[],['11','12']) ).

cnf('14',plain,
    sum(c,bS_Ic,b),
    inference(resolution,[],['10','13']) ).

cnf('15',plain,
    ( ~ product(a,bS_Ic,X)
    | sum(aPc,X,aPb) ),
    inference(resolution,[],['5','14']) ).

cnf('16',plain,
    product(X,Y,multiply(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_multiplication']) ).

cnf('17',plain,
    sum(aPc,multiply(a,bS_Ic),aPb),
    inference(resolution,[],['15','16']) ).

cnf('18',plain,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_addition_is_well_defined']) ).

cnf('19',plain,
    sum(X,Y,add(X,Y)),
    inference(cnf_transformation,[],['$inc_closure_of_addition']) ).

cnf('20',plain,
    ( X = add(Y,Z)
    | ~ sum(Y,Z,X) ),
    inference(resolution,[],['18','19']) ).

cnf('21',plain,
    aPb = add(aPc,multiply(a,bS_Ic)),
    inference(resolution,[],['17','20']) ).

cnf('22',plain,
    sum(additive_inverse(X),X,additive_identity),
    inference(cnf_transformation,[],['$inc_left_inverse']) ).

cnf('23',plain,
    ( sum(additive_inverse(X),Y,Z)
    | ~ sum(X,Z,Y) ),
    inference(resolution,[],['8','22']) ).

cnf('24',plain,
    sum(additive_inverse(X),add(X,Y),Y),
    inference(resolution,[],['23','19']) ).

cnf('25',plain,
    sum(X,Y,add(Y,X)),
    inference(resolution,[],['19','11']) ).

cnf('26',plain,
    ( X = add(Y,Z)
    | ~ sum(Z,Y,X) ),
    inference(resolution,[],['18','25']) ).

cnf('27',plain,
    X = add(add(Y,X),additive_inverse(Y)),
    inference(resolution,[],['24','26']) ).

cnf('28',plain,
    multiply(a,bS_Ic) = add(aPb,additive_inverse(aPc)),
    inference(paramodulation,[],['21','27']) ).

cnf('29',plain,
    sum(aPb,additive_inverse(aPc),aPb_S_IaPc),
    inference(cnf_transformation,[],[aPb_plus_IaPc]) ).

cnf('30',plain,
    sum(additive_inverse(aPc),aPb,aPb_S_IaPc),
    inference(resolution,[],['11','29']) ).

cnf('31',plain,
    aPb_S_IaPc = add(aPb,additive_inverse(aPc)),
    inference(resolution,[],['26','30']) ).

cnf('32',plain,
    multiply(a,bS_Ic) = aPb_S_IaPc,
    inference(simplify,[],['28','31']) ).

cnf('33',plain,
    ~ product(a,bS_Ic,aPb_S_IaPc),
    inference(cnf_transformation,[],[prove_a_times_bS_Ic_is_aPb_S__IaPc]) ).

cnf('34',plain,
    $false,
    inference(paramodulation,[then_simplify],['32','16','33']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : RNG006-3 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.12  % Command  : gkc %s
% 0.11/0.33  % Computer : n003.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 300
% 0.11/0.33  % DateTime : Sun Aug 27 02:55:09 EDT 2023
% 0.11/0.33  % CPUTime  : 
% 0.11/0.37  
% 0.11/0.37  input clause set summed statistics:
% 0.11/0.37  ----------------------------------
% 0.11/0.37  in_clause_count:                    22
% 0.11/0.37  in_rule_clause_count:               18
% 0.11/0.37  in_fact_clause_count:                4
% 0.11/0.37  in_answer_clause_count:              0
% 0.11/0.37  in_ground_clause_count:              5
% 0.11/0.37  in_unit_clause_count:               11
% 0.11/0.37  in_horn_clause_count:               22
% 0.11/0.37  in_pos_clause_count:                10
% 0.11/0.37  in_neg_clause_count:                 1
% 0.11/0.37  in_poseq_clause_count:               2
% 0.11/0.37  in_negeq_clause_count:               0
% 0.11/0.37  in_unitposeq_clause_count:           0
% 0.11/0.37  in_chain_clause_count:               0
% 0.11/0.37  in_min_length:             1
% 0.11/0.37  in_max_length:             5
% 0.11/0.37  in_min_depth:              1
% 0.11/0.37  in_max_depth:              2
% 0.11/0.37  in_min_size:               4
% 0.11/0.37  in_max_size:              20
% 0.11/0.37  in_min_vars:               0
% 0.11/0.37  in_max_vars:               7
% 0.11/0.37  in_extaxiom_count:                17
% 0.11/0.37  in_axiom_count:                    0
% 0.11/0.37  in_assumption_count:               4
% 0.11/0.37  in_goal_count:                     1
% 0.11/0.37  in_neg_goal_count:                 1
% 0.11/0.37  in_pos_goal_count:                 0
% 0.11/0.37  in_posunit_goal_count:             0
% 0.11/0.37  
% 0.11/0.37  auto guide:
% 0.11/0.37  -----------
% 0.11/0.37  {
% 0.11/0.37  "print":1,
% 0.11/0.37  "print_level": 15,
% 0.11/0.37  "max_size": 0,
% 0.11/0.37  "max_depth": 0,
% 0.11/0.37  "max_length": 0,
% 0.11/0.37  "max_dseconds": 0,
% 0.11/0.37  "runs":[
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":1},
% 0.11/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":1},
% 0.11/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.37  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.11/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":1},
% 0.11/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.11/0.37  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.11/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.11/0.37  
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":10},
% 0.11/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":10},
% 0.11/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.37  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.11/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":10},
% 0.11/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.11/0.37  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.11/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.11/0.37  
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":1, "strategy":["query_focus", "max_weight"], "max_dseconds":50},
% 0.11/0.37  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.11/0.37  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "rewrite":0, "length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["hardness_pref", "max_weight"], "max_dseconds":50},
% 0.11/0.37  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.37  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.37  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.11/0.37  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.37  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.11/0.37  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.11/0.37  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "length_penalty":100, "query_preference":1, "strategy":["query_focus", "prohibit_nested_para"], "max_dseconds":50},
% 0.11/0.37  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.11/0.37  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.11/0.37  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.11/0.37  
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.11/0.37  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.11/0.37  
% 0.11/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.11/0.37  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.11/0.37  
% 0.11/0.37  ]}
% 0.11/0.37  
% 0.11/0.37  
% 0.11/0.37  **** run 1 fork 0 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.11/0.37  
% 0.11/0.37  **** run 2 fork 1 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.11/0.37  
% 0.11/0.37  **** run 3 fork 2 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.11/0.37  
% 0.11/0.37  **** run 4 fork 3 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.11/0.37  
% 0.11/0.37  **** run 5 fork 4 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.37  
% 0.11/0.37  **** run 6 fork 5 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.11/0.37  
% 0.11/0.37  **** run 7 fork 6 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.11/0.37  
% 0.11/0.37  **** run 8 fork 7 starts with strategy
% 0.11/0.37  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.18/0.41  
% 0.18/0.41  fork 3: search finished without proof.
% 0.18/0.44  
% 0.18/0.44  **** run 12 fork 3 starts with strategy
% 0.18/0.44  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.18/0.49  
% 0.18/0.49  fork 0: search finished without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 4: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 5: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 6: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 2: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 7: search terminated without proof.
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  fork 1: search terminated without proof.
% 0.18/0.53  
% 0.18/0.53  **** run 9 fork 0 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 16 fork 7 starts with strategy
% 0.18/0.53  
% 0.18/0.53  **** run 10 fork 1 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.18/0.53  
% 0.18/0.53  **** run 15 fork 6 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.18/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.18/0.53  **** run 14 fork 5 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  
% 0.18/0.53  
% 0.18/0.53  **** run 13 fork 4 starts with strategy
% 0.18/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.18/0.53  **** run 11 fork 2 starts with strategy
% 0.18/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.18/0.54  
% 0.18/0.55  
% 0.18/0.55  
% 0.18/0.55  fork 3: search terminated without proof.
% 0.18/0.58  
% 0.18/0.58  **** run 20 fork 3 starts with strategy
% 0.18/0.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.18/0.64  
% 0.18/0.64  
% 0.18/0.64  fork 0: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 4: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 1: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 5: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 2: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 7: search terminated without proof.
% 0.18/0.65  
% 0.18/0.65  
% 0.18/0.65  fork 6: search terminated without proof.
% 0.18/0.67  
% 0.18/0.67  **** run 17 fork 0 starts with strategy
% 0.18/0.67  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.18/0.68  
% 0.18/0.68  **** run 18 fork 1 starts with strategy
% 0.18/0.68  
% 0.18/0.68  **** run 22 fork 5 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.18/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.18/0.68  
% 0.18/0.68  **** run 24 fork 7 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.68  
% 0.18/0.68  **** run 23 fork 6 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.18/0.68  **** run 21 fork 4 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.18/0.68  
% 0.18/0.68  
% 0.18/0.68  **** run 19 fork 2 starts with strategy
% 0.18/0.68  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.18/0.71  
% 0.18/0.71  fork 3: search finished without proof.
% 0.18/0.73  
% 0.18/0.73  **** run 28 fork 3 starts with strategy
% 0.18/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.18/0.79  
% 0.18/0.79  
% 0.18/0.79  fork 0: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 5: search terminated without proof.
% 0.18/0.80  
% 0.18/0.80  
% 0.18/0.80  fork 4: search terminated without proof.
% 0.18/0.81  
% 0.18/0.81  
% 0.18/0.81  fork 6: search terminated without proof.
% 0.18/0.82  
% 0.18/0.82  **** run 25 fork 0 starts with strategy
% 0.18/0.82  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.18/0.82  
% 0.18/0.82  
% 0.18/0.82  fork 1: search terminated without proof.
% 0.18/0.82  
% 0.18/0.82  
% 0.18/0.82  fork 7: search terminated without proof.
% 0.18/0.83  
% 0.18/0.83  **** run 30 fork 5 starts with strategy
% 0.18/0.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.18/0.83  
% 0.18/0.83  **** run 29 fork 4 starts with strategy
% 0.18/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.18/0.83  
% 0.18/0.83  **** run 31 fork 6 starts with strategy
% 0.18/0.83  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.18/0.84  
% 0.18/0.84  **** run 26 fork 1 starts with strategy
% 0.18/0.84  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.18/0.85  
% 0.18/0.85  **** run 32 fork 7 starts with strategy
% 0.18/0.85  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 0.18/0.85  
% 0.18/0.85  
% 0.18/0.85  fork 3: search terminated without proof.
% 0.18/0.88  
% 0.18/0.88  **** run 36 fork 3 starts with strategy
% 0.18/0.88  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.18/0.92  
% 0.18/0.92  
% 0.18/0.92  fork 2: search terminated without proof.
% 3.68/0.93  
% 3.68/0.93  fork 0: search finished without proof.
% 3.68/0.95  
% 3.68/0.95  
% 3.68/0.95  fork 4: search terminated without proof.
% 3.68/0.95  
% 3.68/0.95  
% 3.68/0.95  fork 5: search terminated without proof.
% 4.61/0.95  
% 4.61/0.95  **** run 27 fork 2 starts with strategy
% 4.61/0.95  
% 4.61/0.95  **** run 33 fork 0 starts with strategy
% 4.61/0.95  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":1}
% 4.61/0.95  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 4.61/0.95  
% 4.61/0.95  
% 4.61/0.95  fork 6: search terminated without proof.
% 4.67/0.96  
% 4.67/0.96  
% 4.67/0.96  fork 1: search terminated without proof.
% 4.67/0.97  
% 4.67/0.97  fork 7: search finished without proof.
% 4.67/0.97  
% 4.67/0.97  **** run 38 fork 5 starts with strategy
% 4.67/0.97  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.67/0.97  
% 4.67/0.97  **** run 37 fork 4 starts with strategy
% 4.67/0.97  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.67/0.98  
% 4.67/0.98  **** run 39 fork 6 starts with strategy
% 4.67/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.67/0.99  
% 4.67/0.99  **** run 34 fork 1 starts with strategy
% 4.67/0.99  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.67/0.99  
% 4.67/0.99  **** run 40 fork 7 starts with strategy
% 4.67/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.67/1.00  
% 4.67/1.00  
% 4.67/1.00  fork 3: search terminated without proof.
% 5.06/1.02  
% 5.06/1.02  **** run 44 fork 3 starts with strategy
% 5.06/1.02  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.36/1.07  
% 5.36/1.07  fork 2: search finished without proof.
% 5.36/1.08  
% 5.36/1.08  
% 5.36/1.08  fork 0: search terminated without proof.
% 5.36/1.09  
% 5.36/1.09  
% 5.36/1.09  fork 4: search terminated without proof.
% 5.36/1.09  
% 5.36/1.09  
% 5.36/1.09  fork 5: search terminated without proof.
% 5.36/1.10  
% 5.36/1.10  **** run 35 fork 2 starts with strategy
% 5.36/1.10  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 5.36/1.10  
% 5.36/1.10  **** run 41 fork 0 starts with strategy
% 5.36/1.10  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.36/1.11  
% 5.36/1.11  
% 5.36/1.11  fork 1: search terminated without proof.
% 5.36/1.12  
% 5.36/1.12  **** run 45 fork 4 starts with strategy
% 5.36/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.36/1.12  
% 5.36/1.12  
% 5.36/1.12  fork 6: search terminated without proof.
% 5.36/1.12  
% 5.36/1.12  fork 7: search finished without proof.
% 5.36/1.12  
% 5.36/1.12  **** run 46 fork 5 starts with strategy
% 5.36/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 6.10/1.14  
% 6.10/1.14  **** run 42 fork 1 starts with strategy
% 6.10/1.14  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 6.10/1.14  
% 6.10/1.14  **** run 47 fork 6 starts with strategy
% 6.10/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 6.10/1.14  
% 6.10/1.14  **** run 48 fork 7 starts with strategy
% 6.10/1.14  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.10/1.15  
% 6.10/1.15  
% 6.10/1.15  fork 3: search terminated without proof.
% 6.10/1.17  
% 6.10/1.17  fork 7: search finished without proof.
% 6.10/1.17  
% 6.10/1.17  **** run 52 fork 3 starts with strategy
% 6.10/1.17  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.52/1.19  
% 6.52/1.19  **** run 56 fork 7 starts with strategy
% 6.52/1.19  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 6.52/1.22  
% 6.52/1.22  
% 6.52/1.22  fork 2: search terminated without proof.
% 6.52/1.23  
% 6.52/1.23  
% 6.52/1.23  fork 0: search terminated without proof.
% 6.52/1.23  
% 6.52/1.23  
% 6.52/1.23  fork 4: search terminated without proof.
% 6.52/1.24  
% 6.52/1.24  **** run 43 fork 2 starts with strategy
% 6.52/1.24  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.52/1.24  
% 6.52/1.24  
% 6.52/1.24  fork 5: search terminated without proof.
% 7.01/1.26  
% 7.01/1.26  **** run 49 fork 0 starts with strategy
% 7.01/1.26  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.06/1.26  
% 7.06/1.26  **** run 53 fork 4 starts with strategy
% 7.06/1.26  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 7.06/1.26  
% 7.06/1.26  
% 7.06/1.26  fork 1: search terminated without proof.
% 7.06/1.27  
% 7.06/1.27  **** run 54 fork 5 starts with strategy
% 7.06/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 7.06/1.27  
% 7.06/1.27  
% 7.06/1.27  fork 6: search terminated without proof.
% 7.06/1.29  
% 7.06/1.29  **** run 50 fork 1 starts with strategy
% 7.06/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.06/1.29  
% 7.06/1.29  **** run 55 fork 6 starts with strategy
% 7.06/1.29  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.06/1.29  
% 7.06/1.29  
% 7.06/1.29  fork 3: search terminated without proof.
% 7.43/1.31  
% 7.43/1.31  
% 7.43/1.31  fork 7: search terminated without proof.
% 7.43/1.32  
% 7.43/1.32  **** run 60 fork 3 starts with strategy
% 7.43/1.32  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.43/1.34  
% 7.43/1.34  **** run 64 fork 7 starts with strategy
% 7.43/1.34  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.43/1.34  
% 7.43/1.34  fork 3: search finished without proof.
% 7.74/1.36  
% 7.74/1.36  
% 7.74/1.36  fork 2: search terminated without proof.
% 7.74/1.36  
% 7.74/1.36  **** run 68 fork 3 starts with strategy
% 7.74/1.36  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.74/1.38  
% 7.74/1.38  
% 7.74/1.38  fork 0: search terminated without proof.
% 7.74/1.38  
% 7.74/1.38  **** run 51 fork 2 starts with strategy
% 7.74/1.38  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.74/1.38  
% 7.74/1.38  
% 7.74/1.38  fork 5: search terminated without proof.
% 7.74/1.39  
% 7.74/1.39  
% 7.74/1.39  fork 4: search terminated without proof.
% 7.74/1.41  
% 7.74/1.41  **** run 62 fork 5 starts with strategy
% 7.74/1.41  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.74/1.41  
% 7.74/1.41  **** run 57 fork 0 starts with strategy
% 7.74/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.74/1.41  
% 7.74/1.41  
% 7.74/1.41  fork 1: search terminated without proof.
% 7.74/1.41  
% 7.74/1.41  
% 7.74/1.41  fork 6: search terminated without proof.
% 7.74/1.42  
% 7.74/1.42  **** run 61 fork 4 starts with strategy
% 7.74/1.42  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.74/1.44  
% 7.74/1.44  **** run 58 fork 1 starts with strategy
% 7.74/1.44  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 7.74/1.44  
% 7.74/1.44  **** run 63 fork 6 starts with strategy
% 7.74/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 7.74/1.45  
% 7.74/1.45  fork 4: search finished without proof.
% 7.74/1.46  
% 7.74/1.46  
% 7.74/1.46  fork 7: search terminated without proof.
% 7.74/1.48  
% 7.74/1.48  **** run 69 fork 4 starts with strategy
% 7.74/1.48  {"var_weight":70,"repeat_var_weight":70,"rewrite":0,"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["hardness_pref","max_weight"],"max_dseconds":1}
% 7.74/1.48  
% 7.74/1.48  **** run 72 fork 7 starts with strategy
% 7.74/1.48  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 7.74/1.49  
% 7.74/1.49  
% 7.74/1.49  fork 3: search terminated without proof.
% 7.74/1.51  
% 7.74/1.51  **** run 76 fork 3 starts with strategy
% 7.74/1.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 7.74/1.52  
% 7.74/1.52  
% 7.74/1.52  fork 5: search terminated without proof.
% 7.74/1.53  
% 7.74/1.53  
% 7.74/1.53  fork 0: search terminated without proof.
% 7.74/1.55  
% 7.74/1.55  **** run 70 fork 5 starts with strategy
% 7.74/1.55  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.74/1.55  
% 7.74/1.55  **** run 65 fork 0 starts with strategy
% 7.74/1.55  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.74/1.56  
% 7.74/1.56  fork 6: search finished without proof.
% 7.74/1.56  
% 7.74/1.56  
% 7.74/1.56  fork 1: search terminated without proof.
% 7.74/1.58  
% 7.74/1.58  
% 7.74/1.58  fork 2: search terminated without proof.
% 7.74/1.58  
% 7.74/1.58  **** run 66 fork 1 starts with strategy
% 7.74/1.58  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.74/1.58  
% 7.74/1.58  **** run 71 fork 6 starts with strategy
% 7.74/1.58  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 7.74/1.59  
% 7.74/1.59  
% 7.74/1.59  fork 4: search terminated without proof.
% 7.74/1.60  
% 7.74/1.60  
% 7.74/1.60  fork 7: search terminated without proof.
% 7.74/1.62  
% 7.74/1.62  **** run 77 fork 4 starts with strategy
% 7.74/1.62  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 7.74/1.62  
% 7.74/1.62  **** run 59 fork 2 starts with strategy
% 7.74/1.62  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.74/1.63  
% 7.74/1.63  **** run 80 fork 7 starts with strategy
% 7.74/1.63  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 7.74/1.63  
% 7.74/1.63  fork 3: search finished without proof.
% 7.74/1.66  
% 7.74/1.66  **** run 84 fork 3 starts with strategy
% 7.74/1.66  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.51/1.68  
% 9.51/1.68  
% 9.51/1.68  fork 0: search terminated without proof.
% 9.51/1.68  
% 9.51/1.68  fork 5: search finished without proof.
% 9.51/1.69  
% 9.51/1.69  
% 9.51/1.69  result: proof found
% 9.51/1.69  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.51/1.69  by run 80 fork 7 strategy {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 9.51/1.69  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 9.51/1.69  
% 9.51/1.69  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 9.51/1.69  
% 9.51/1.69  run 80 fork 7 statistics:
% 9.51/1.69  ----------------------------------
% 9.51/1.69  this run seconds: 0.041650
% 9.51/1.69  total seconds: 1.310826
% 9.51/1.69  stat_given_used: 346
% 9.51/1.69  stat_given_used_at_endgame: 0
% 9.51/1.69  stat_given_candidates:   1480
% 9.51/1.69  stat_given_candidates_at_endgame: 0
% 9.51/1.69  stat_given_candidates_h: 0
% 9.51/1.69  stat_binres_derived_cl:   2296
% 9.51/1.69  stat_binres_derived_cl_h: 0
% 9.51/1.69  stat_factor_derived_cl: 80
% 9.51/1.69  stat_para_derived_cl: 2472
% 9.51/1.69  stat_tautologies_discarded: 77
% 9.51/1.69  stat_forward_subsumed: 1779
% 9.51/1.69  stat_derived_cut: 1
% 9.51/1.69  stat_derived_rewritten: 29
% 9.51/1.69  stat_weight_discarded_building: 0
% 9.51/1.69  stat_weight_discarded_cl: 0
% 9.51/1.69  stat_internlimit_discarded_cl: 0
% 9.51/1.69  stat_simplified:  29 simplified 0 derived 0 given
% 9.51/1.69  stat_kept_cl: 2777
% 9.51/1.69  stat_built_cl: 3498
% 9.51/1.69  stat_hyperres_partial_cl: 0
% 9.51/1.69  stat_made_rewriters: 63
% 9.51/1.69  stat_backward_subsumed: 0
% 9.51/1.69  stat_propagated_subsumed: 0
% 9.51/1.69  stat_clsubs_attempted:                      5971
% 9.51/1.69  stat_clsubs_fact_groundunit_found:             9
% 9.51/1.69  stat_clsubs_rule_groundunit_found:             5
% 9.51/1.69  stat_clsubs_top_meta_attempted:              92988
% 9.51/1.69  stat_clsubs_top_meta_failed:                 87017
% 9.51/1.69  stat_clsubs_top_meta_nonpref_attempted:               92988
% 9.51/1.69  stat_clsubs_top_meta_nonpref_succeeded:               22580
% 9.51/1.69  stat_clsubs_top_meta_pref_attempted:                  22580
% 9.51/1.69  stat_clsubs_top_meta_pref1_succeeded:                  7844
% 9.51/1.69  stat_clsubs_top_meta_pref2_succeeded:                  6191
% 9.51/1.69  stat_clsubs_top_meta_pref3_succeeded:                  5971
% 9.51/1.69  stat_clsubs_top_meta_pref_succeeded:                   5971
% 9.51/1.69  stat_clsubs_meta_attempted:                13220
% 9.51/1.69  stat_clsubs_meta_failed:                    2890
% 9.51/1.69  stat_clsubs_predsymbs_attempted:               0
% 9.51/1.69  stat_clsubs_unit_attempted:                 1361
% 9.51/1.69  stat_clsubs_full_attempted:                 4610
% 9.51/1.69  stat_forwardsubs_attempted:                 4557
% 9.51/1.69  stat_lit_hash_added:                   3169
% 9.51/1.69  stat_lit_hash_computed:               16600
% 9.51/1.69  stat_lit_hash_match_found:             1926
% 9.51/1.69  stat_lit_hash_match_miss:             17534
% 9.51/1.69  stat_lit_hash_cut_ok:                     1
% 9.51/1.69  stat_lit_strong_cut_ok:                   0
% 9.51/1.69  stat_lit_hash_subsume_ok:              1779
% 9.51/1.69  clqueue els 10000000 used 1
% 9.51/1.69  clactive els 10000000 used 347
% 9.51/1.69  clactivesubsume els 10000000 used 1621
% 9.51/1.69  queue_termbuf els 200000000 used 136692
% 9.51/1.69  hyper_termbuf els 100000000 used 1
% 9.51/1.69  active_termbuf els 100000000 used 10172
% 9.51/1.69  varstack els 5000 last used 1
% 9.51/1.69  given_termbuf els 10000000 last used 1
% 9.51/1.69  simplified_termbuf els 10000000 last used 1
% 9.51/1.69  derived_termbuf els 10000000 last used 24
% 9.51/1.69  wr_mallocs: 7793
% 9.51/1.69  wr_callocs: 21
% 9.51/1.69  wr_reallocs: 787
% 9.51/1.69  wr_frees: 2
% 9.51/1.69  wr_malloc_bytes: 4162863428
% 9.51/1.69  wr_calloc_bytes: 112065536
% 9.51/1.69  wr_realloc_bytes: 116504
% 9.51/1.69  wr_realloc_freebytes: 0
% 9.51/1.69  ----------------------------------
%------------------------------------------------------------------------------