TSTP Solution File: HEN006-2 by GKC---0.8

View Problem - Process Solution

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

% Computer : n004.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 01:55:38 EDT 2023

% Result   : Unsatisfiable 49.11s 6.70s
% Output   : CNFRefutation 49.11s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_quotient_property')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(U,V,W)
    | ~ quotient(X2006,V,Y)
    | ~ quotient(X2007,V,X)
    | ~ quotient(X2007,X2006,U)
    | less_equal(Z,W) ),
    inference(cnf_transformation,[],['$inc_quotient_property']) ).

cnf('2',plain,
    quotient(X,Y,divide(X,Y)),
    inference(cnf_transformation,[],['$inc_closure']) ).

cnf('3',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(U,V,W)
    | ~ quotient(U,X2006,X)
    | ~ quotient(V,X2006,Y)
    | ~ quotient(W,X2006,Z) ),
    inference(resolution,[],['1','2']) ).

cnf('4',plain,
    quotient(x,y,xQy),
    inference(cnf_transformation,[],[xQy]) ).

cnf('5',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(xQy,U,Z)
    | ~ quotient(y,U,Y)
    | ~ quotient(x,U,X) ),
    inference(resolution,[],['3','4']) ).

cnf('6',plain,
    ( quotient(X,Y,zero)
    | ~ less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal']) ).

cnf('7',plain,
    less_equal(xQy,z),
    inference(cnf_transformation,[],[xQyLEz]) ).

cnf('8',plain,
    quotient(xQy,z,zero),
    inference(resolution,[],['6','7']) ).

cnf('9',plain,
    ( less_equal(divide(X,Y),zero)
    | ~ quotient(y,z,Y)
    | ~ quotient(x,z,X) ),
    inference(resolution,[],['5','8']) ).

cnf('10',plain,
    ( less_equal(divide(X,divide(y,z)),zero)
    | ~ quotient(x,z,X) ),
    inference(resolution,[],['9','2']) ).

cnf('11',plain,
    quotient(x,z,xQz),
    inference(cnf_transformation,[],[xQz]) ).

cnf('12',plain,
    less_equal(divide(xQz,divide(y,z)),zero),
    inference(resolution,[],['10','11']) ).

cnf('13',plain,
    ( ~ less_equal(X,Y)
    | ~ less_equal(Y,X)
    | Y = X ),
    inference(cnf_transformation,[],['$inc_less_equal_and_equal']) ).

cnf('14',plain,
    ( ~ quotient(X,Y,Z)
    | less_equal(Z,X) ),
    inference(cnf_transformation,[],['$inc_divisor_existence']) ).

cnf('15',plain,
    quotient(X,identity,zero),
    inference(cnf_transformation,[],[everything_divide_identity_is_zero]) ).

cnf('16',plain,
    less_equal(zero,X),
    inference(resolution,[],['14','15']) ).

cnf('17',plain,
    ( ~ less_equal(X,zero)
    | X = zero ),
    inference(resolution,[],['13','16']) ).

cnf('18',plain,
    divide(xQz,divide(y,z)) = zero,
    inference(resolution,[],['12','17']) ).

cnf('19',plain,
    quotient(xQz,divide(y,z),zero),
    inference(paramodulation,[],['18','2']) ).

cnf('20',plain,
    ( ~ quotient(X,Y,zero)
    | less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_less_equal_quotient']) ).

cnf('21',plain,
    less_equal(xQz,divide(y,z)),
    inference(resolution,[],['19','20']) ).

cnf('22',plain,
    less_equal(divide(X,Y),X),
    inference(resolution,[],['14','2']) ).

cnf('23',plain,
    ( ~ less_equal(X,Y)
    | ~ less_equal(Z,X)
    | less_equal(Z,Y) ),
    inference(cnf_transformation,[],[transitivity_of_less_equal]) ).

cnf('24',plain,
    ( ~ less_equal(X,divide(Y,Z))
    | less_equal(X,Y) ),
    inference(resolution,[],['22','23']) ).

cnf('25',plain,
    ~ less_equal(xQz,y),
    inference(cnf_transformation,[],[prove_xQzLEy]) ).

cnf('26',plain,
    $false,
    inference(resolution,[then_simplify],['21','24','25']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : HEN006-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.12  % Command  : gkc %s
% 0.12/0.33  % Computer : n004.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Thu Aug 24 13:16:53 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    18
% 0.19/0.38  in_rule_clause_count:                9
% 0.19/0.38  in_fact_clause_count:                9
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              4
% 0.19/0.38  in_unit_clause_count:               11
% 0.19/0.38  in_horn_clause_count:               18
% 0.19/0.38  in_pos_clause_count:                10
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               2
% 0.19/0.38  in_negeq_clause_count:               0
% 0.19/0.38  in_unitposeq_clause_count:           0
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             6
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              2
% 0.19/0.38  in_min_size:               3
% 0.19/0.38  in_max_size:              23
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               8
% 0.19/0.38  in_extaxiom_count:                 9
% 0.19/0.38  in_axiom_count:                    5
% 0.19/0.38  in_assumption_count:               3
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"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.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"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.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.19/0.38  {"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.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.19/0.38  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"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.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"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.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.19/0.38  {"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.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.19/0.38  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.19/0.38  {"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.19/0.38  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.19/0.38  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.19/0.38  {"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.19/0.38  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.19/0.38  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.19/0.38  {"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.19/0.38  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.19/0.38  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.19/0.38  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.42  
% 0.19/0.42  fork 3: search finished without proof.
% 0.19/0.45  
% 0.19/0.45  **** run 12 fork 3 starts with strategy
% 0.19/0.45  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 4: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 1: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  fork 7: search finished without proof.
% 0.19/0.55  
% 0.19/0.55  **** run 9 fork 0 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.19/0.56  
% 0.19/0.56  **** run 16 fork 7 starts with strategy
% 0.19/0.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.19/0.57  
% 0.19/0.57  
% 0.19/0.57  fork 3: search terminated without proof.
% 0.19/0.59  
% 0.19/0.59  **** run 20 fork 3 starts with strategy
% 0.19/0.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 5: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 2: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 4: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 1: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 22 fork 5 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.19/0.67  
% 0.19/0.67  **** run 19 fork 2 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.19/0.67  
% 0.19/0.67  **** run 18 fork 1 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.19/0.68  
% 0.19/0.68  
% 0.19/0.68  fork 7: search terminated without proof.
% 0.19/0.68  
% 0.19/0.68  fork 0: search finished without proof.
% 0.19/0.70  
% 0.19/0.70  **** run 24 fork 7 starts with strategy
% 0.19/0.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.19/0.72  
% 0.19/0.72  **** run 17 fork 0 starts with strategy
% 0.19/0.72  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.72  
% 0.19/0.72  fork 3: search finished without proof.
% 0.19/0.73  
% 0.19/0.73  **** run 28 fork 3 starts with strategy
% 0.19/0.73  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.04/0.80  
% 3.04/0.80  fork 2: search finished without proof.
% 3.04/0.80  
% 3.04/0.80  
% 3.04/0.80  fork 6: search terminated without proof.
% 3.30/0.80  
% 3.30/0.80  
% 3.30/0.80  fork 1: search terminated without proof.
% 3.30/0.81  
% 3.30/0.81  fork 5: search finished without proof.
% 3.30/0.82  
% 3.30/0.82  **** run 27 fork 2 starts with strategy
% 3.30/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.30/0.82  
% 3.30/0.82  **** run 31 fork 6 starts with strategy
% 3.30/0.82  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 3.30/0.82  
% 3.30/0.82  **** run 26 fork 1 starts with strategy
% 3.30/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.30/0.83  
% 3.30/0.83  **** run 30 fork 5 starts with strategy
% 3.30/0.83  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.30/0.83  
% 3.30/0.83  
% 3.30/0.83  fork 0: search terminated without proof.
% 3.30/0.84  
% 3.30/0.84  
% 3.30/0.84  fork 7: search terminated without proof.
% 3.61/0.85  
% 3.61/0.85  
% 3.61/0.85  fork 4: search terminated without proof.
% 3.61/0.86  
% 3.61/0.86  **** run 25 fork 0 starts with strategy
% 3.61/0.86  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.61/0.86  
% 3.61/0.86  **** run 32 fork 7 starts with strategy
% 3.61/0.86  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.61/0.87  
% 3.61/0.87  **** run 29 fork 4 starts with strategy
% 3.61/0.87  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.61/0.88  
% 3.61/0.88  
% 3.61/0.88  fork 3: search terminated without proof.
% 3.61/0.90  
% 3.61/0.90  **** run 36 fork 3 starts with strategy
% 3.61/0.90  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 4.35/0.94  
% 4.35/0.94  
% 4.35/0.94  fork 2: search terminated without proof.
% 4.35/0.94  
% 4.35/0.94  fork 7: search finished without proof.
% 4.35/0.94  
% 4.35/0.94  
% 4.35/0.94  fork 1: search terminated without proof.
% 4.35/0.95  
% 4.35/0.95  
% 4.35/0.95  fork 5: search terminated without proof.
% 4.35/0.95  
% 4.35/0.95  
% 4.35/0.95  fork 6: search terminated without proof.
% 4.35/0.96  
% 4.35/0.96  **** run 40 fork 7 starts with strategy
% 4.35/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 4.35/0.96  
% 4.35/0.96  **** run 34 fork 1 starts with strategy
% 4.35/0.96  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.35/0.96  
% 4.35/0.96  **** run 35 fork 2 starts with strategy
% 4.35/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.35/0.97  
% 4.35/0.97  **** run 38 fork 5 starts with strategy
% 4.35/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.35/0.97  
% 4.35/0.97  fork 0: search finished without proof.
% 4.35/0.97  
% 4.35/0.97  **** run 39 fork 6 starts with strategy
% 4.35/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.82/0.99  
% 4.82/0.99  **** run 33 fork 0 starts with strategy
% 4.82/0.99  {"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.82/0.99  
% 4.82/0.99  
% 4.82/0.99  fork 4: search terminated without proof.
% 4.82/1.01  
% 4.82/1.01  **** run 37 fork 4 starts with strategy
% 4.82/1.01  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.82/1.02  
% 4.82/1.02  
% 4.82/1.02  fork 3: search terminated without proof.
% 4.82/1.04  
% 4.82/1.04  **** run 44 fork 3 starts with strategy
% 4.82/1.04  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.38/1.07  
% 5.38/1.07  fork 1: search finished without proof.
% 5.38/1.08  
% 5.38/1.08  fork 7: search finished without proof.
% 5.38/1.08  
% 5.38/1.08  fork 3: search finished without proof.
% 5.38/1.08  
% 5.38/1.08  
% 5.38/1.08  fork 2: search terminated without proof.
% 5.38/1.09  
% 5.38/1.09  **** run 42 fork 1 starts with strategy
% 5.38/1.09  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.38/1.10  
% 5.38/1.10  
% 5.38/1.10  fork 6: search terminated without proof.
% 5.38/1.10  
% 5.38/1.10  **** run 48 fork 7 starts with strategy
% 5.38/1.10  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 5.38/1.10  
% 5.38/1.10  
% 5.38/1.10  fork 5: search terminated without proof.
% 5.38/1.10  
% 5.38/1.10  **** run 43 fork 2 starts with strategy
% 5.38/1.10  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.38/1.10  
% 5.38/1.10  **** run 52 fork 3 starts with strategy
% 5.38/1.10  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 5.71/1.11  
% 5.71/1.11  fork 0: search finished without proof.
% 5.71/1.12  
% 5.71/1.12  **** run 46 fork 5 starts with strategy
% 5.71/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.71/1.12  
% 5.71/1.12  **** run 47 fork 6 starts with strategy
% 5.71/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.71/1.12  
% 5.71/1.12  fork 7: search finished without proof.
% 5.71/1.13  
% 5.71/1.13  **** run 41 fork 0 starts with strategy
% 5.71/1.13  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.71/1.13  
% 5.71/1.13  
% 5.71/1.13  fork 4: search terminated without proof.
% 6.00/1.14  
% 6.00/1.14  **** run 56 fork 7 starts with strategy
% 6.00/1.14  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.00/1.15  
% 6.00/1.15  **** run 45 fork 4 starts with strategy
% 6.00/1.15  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.00/1.21  
% 6.00/1.21  
% 6.00/1.21  fork 1: search terminated without proof.
% 6.00/1.22  
% 6.00/1.22  
% 6.00/1.22  fork 2: search terminated without proof.
% 6.00/1.23  
% 6.00/1.23  
% 6.00/1.23  fork 3: search terminated without proof.
% 6.00/1.23  
% 6.00/1.23  **** run 50 fork 1 starts with strategy
% 6.00/1.23  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.74/1.24  
% 6.74/1.24  fork 5: search finished without proof.
% 6.74/1.24  
% 6.74/1.24  **** run 51 fork 2 starts with strategy
% 6.74/1.24  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.74/1.24  
% 6.74/1.24  **** run 60 fork 3 starts with strategy
% 6.74/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 6.74/1.25  
% 6.74/1.25  
% 6.74/1.25  fork 0: search terminated without proof.
% 6.74/1.25  
% 6.74/1.25  
% 6.74/1.25  fork 6: search terminated without proof.
% 6.74/1.25  
% 6.74/1.25  **** run 54 fork 5 starts with strategy
% 6.74/1.25  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.74/1.26  
% 6.74/1.26  fork 7: search finished without proof.
% 6.74/1.27  
% 6.74/1.27  **** run 55 fork 6 starts with strategy
% 6.74/1.27  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.74/1.27  
% 6.74/1.27  fork 4: search finished without proof.
% 6.74/1.27  
% 6.74/1.27  **** run 49 fork 0 starts with strategy
% 6.74/1.27  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.74/1.28  
% 6.74/1.28  **** run 64 fork 7 starts with strategy
% 6.74/1.28  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 6.74/1.29  
% 6.74/1.29  **** run 53 fork 4 starts with strategy
% 6.74/1.29  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 7.20/1.35  
% 7.20/1.35  
% 7.20/1.35  fork 1: search terminated without proof.
% 7.20/1.36  
% 7.20/1.36  
% 7.20/1.36  fork 2: search terminated without proof.
% 7.20/1.37  
% 7.20/1.37  **** run 58 fork 1 starts with strategy
% 7.20/1.37  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 7.20/1.37  
% 7.20/1.37  
% 7.20/1.37  fork 3: search terminated without proof.
% 7.20/1.38  
% 7.20/1.38  
% 7.20/1.38  fork 5: search terminated without proof.
% 7.20/1.38  
% 7.20/1.38  **** run 59 fork 2 starts with strategy
% 7.20/1.38  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.20/1.39  
% 7.20/1.39  **** run 68 fork 3 starts with strategy
% 7.20/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.20/1.39  
% 7.20/1.39  
% 7.20/1.39  fork 0: search terminated without proof.
% 7.20/1.39  
% 7.20/1.39  fork 7: search finished without proof.
% 7.20/1.39  
% 7.20/1.39  **** run 62 fork 5 starts with strategy
% 7.20/1.39  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.20/1.41  
% 7.20/1.41  fork 4: search finished without proof.
% 7.20/1.41  
% 7.20/1.41  **** run 72 fork 7 starts with strategy
% 7.20/1.41  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 7.20/1.42  
% 7.20/1.42  **** run 57 fork 0 starts with strategy
% 7.20/1.42  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 7.20/1.42  
% 7.20/1.42  fork 5: search finished without proof.
% 7.20/1.43  
% 7.20/1.43  **** run 61 fork 4 starts with strategy
% 7.20/1.43  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.20/1.44  
% 7.20/1.44  
% 7.20/1.44  fork 6: search terminated without proof.
% 7.20/1.44  
% 7.20/1.44  **** run 70 fork 5 starts with strategy
% 7.20/1.44  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 7.20/1.47  
% 7.20/1.47  **** run 63 fork 6 starts with strategy
% 7.20/1.47  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.20/1.49  
% 7.20/1.49  
% 7.20/1.49  fork 1: search terminated without proof.
% 7.20/1.50  
% 7.20/1.50  fork 2: search finished without proof.
% 7.20/1.50  
% 7.20/1.50  **** run 66 fork 1 starts with strategy
% 7.20/1.50  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 7.20/1.51  
% 7.20/1.51  
% 7.20/1.51  fork 3: search terminated without proof.
% 7.20/1.52  
% 7.20/1.52  fork 4: search finished without proof.
% 7.20/1.52  
% 7.20/1.52  **** run 67 fork 2 starts with strategy
% 7.20/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.99/1.54  
% 8.99/1.54  
% 8.99/1.54  fork 0: search terminated without proof.
% 8.99/1.54  
% 8.99/1.54  **** run 69 fork 4 starts with strategy
% 8.99/1.54  
% 8.99/1.54  **** run 76 fork 3 starts with strategy
% 8.99/1.54  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.99/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.99/1.54  
% 8.99/1.54  
% 8.99/1.54  fork 7: search terminated without proof.
% 8.99/1.55  
% 8.99/1.55  fork 6: search finished without proof.
% 8.99/1.56  
% 8.99/1.56  **** run 65 fork 0 starts with strategy
% 8.99/1.56  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.99/1.56  
% 8.99/1.56  
% 8.99/1.56  fork 5: search terminated without proof.
% 8.99/1.56  
% 8.99/1.56  **** run 80 fork 7 starts with strategy
% 8.99/1.56  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 8.99/1.57  
% 8.99/1.57  **** run 71 fork 6 starts with strategy
% 8.99/1.57  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 9.36/1.58  
% 9.36/1.58  **** run 78 fork 5 starts with strategy
% 9.36/1.58  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.36/1.60  
% 9.36/1.60  fork 6: search finished without proof.
% 9.36/1.61  
% 9.36/1.61  **** run 79 fork 6 starts with strategy
% 9.36/1.61  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.36/1.62  
% 9.36/1.62  
% 9.36/1.62  fork 1: search terminated without proof.
% 9.88/1.64  
% 9.88/1.64  **** run 74 fork 1 starts with strategy
% 9.88/1.64  
% 9.88/1.64  fork 2: search finished without proof.
% 9.88/1.64  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 9.88/1.65  
% 9.88/1.65  fork 7: search finished without proof.
% 9.88/1.66  
% 9.88/1.66  
% 9.88/1.66  fork 3: search terminated without proof.
% 9.88/1.66  
% 9.88/1.66  
% 9.88/1.66  fork 4: search terminated without proof.
% 9.88/1.66  
% 9.88/1.66  **** run 75 fork 2 starts with strategy
% 9.88/1.66  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.07/1.67  
% 10.07/1.67  **** run 88 fork 7 starts with strategy
% 10.07/1.67  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 10.07/1.68  
% 10.07/1.68  
% 10.07/1.68  fork 0: search terminated without proof.
% 10.07/1.68  
% 10.07/1.68  **** run 84 fork 3 starts with strategy
% 10.07/1.68  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 10.07/1.68  
% 10.07/1.68  **** run 77 fork 4 starts with strategy
% 10.07/1.68  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 10.07/1.69  
% 10.07/1.69  **** run 73 fork 0 starts with strategy
% 10.07/1.69  {"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}
% 10.07/1.70  
% 10.07/1.70  
% 10.07/1.70  fork 5: search terminated without proof.
% 10.55/1.72  
% 10.55/1.72  **** run 86 fork 5 starts with strategy
% 10.55/1.72  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 10.55/1.73  
% 10.55/1.73  
% 10.55/1.73  fork 6: search terminated without proof.
% 10.55/1.75  
% 10.55/1.75  **** run 87 fork 6 starts with strategy
% 10.55/1.75  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.79/1.76  
% 10.79/1.76  
% 10.79/1.76  fork 1: search terminated without proof.
% 10.79/1.78  
% 10.79/1.78  **** run 82 fork 1 starts with strategy
% 10.79/1.78  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 10.79/1.78  
% 10.79/1.78  
% 10.79/1.78  fork 2: search terminated without proof.
% 10.79/1.79  
% 10.79/1.79  
% 10.79/1.79  fork 7: search terminated without proof.
% 10.79/1.80  
% 10.79/1.80  
% 10.79/1.80  fork 3: search terminated without proof.
% 10.79/1.80  
% 10.79/1.80  
% 10.79/1.80  fork 4: search terminated without proof.
% 10.79/1.80  
% 10.79/1.80  **** run 83 fork 2 starts with strategy
% 10.79/1.80  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.79/1.81  
% 10.79/1.81  
% 10.79/1.81  fork 0: search terminated without proof.
% 10.79/1.81  
% 10.79/1.81  **** run 96 fork 7 starts with strategy
% 10.79/1.81  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.79/1.82  
% 10.79/1.82  **** run 92 fork 3 starts with strategy
% 10.79/1.82  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 10.79/1.82  
% 10.79/1.82  **** run 85 fork 4 starts with strategy
% 10.79/1.82  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 11.42/1.84  
% 11.42/1.84  **** run 81 fork 0 starts with strategy
% 11.42/1.84  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 11.42/1.85  
% 11.42/1.85  
% 11.42/1.85  fork 5: search terminated without proof.
% 11.42/1.87  
% 11.42/1.87  fork 6: search finished without proof.
% 11.42/1.87  
% 11.42/1.87  **** run 94 fork 5 starts with strategy
% 11.42/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.73/1.88  
% 11.73/1.88  **** run 95 fork 6 starts with strategy
% 11.73/1.88  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.73/1.88  
% 11.73/1.88  fork 1: search finished without proof.
% 11.73/1.90  
% 11.73/1.90  **** run 90 fork 1 starts with strategy
% 11.73/1.90  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 11.73/1.92  
% 11.73/1.92  
% 11.73/1.92  fork 2: search terminated without proof.
% 11.73/1.94  
% 11.73/1.94  
% 11.73/1.94  fork 3: search terminated without proof.
% 12.25/1.94  
% 12.25/1.94  
% 12.25/1.94  fork 4: search terminated without proof.
% 12.25/1.94  
% 12.25/1.94  **** run 91 fork 2 starts with strategy
% 12.25/1.94  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 12.25/1.95  
% 12.25/1.95  fork 0: search finished without proof.
% 12.25/1.95  
% 12.25/1.95  **** run 100 fork 3 starts with strategy
% 12.25/1.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 12.25/1.96  
% 12.25/1.96  **** run 93 fork 4 starts with strategy
% 12.25/1.96  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 12.44/1.97  
% 12.44/1.97  **** run 89 fork 0 starts with strategy
% 12.44/1.97  {"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}
% 12.44/2.02  
% 12.44/2.02  fork 1: search finished without proof.
% 12.44/2.04  
% 12.44/2.04  **** run 98 fork 1 starts with strategy
% 12.44/2.04  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 12.44/2.06  
% 12.44/2.06  
% 12.44/2.06  fork 2: search terminated without proof.
% 12.44/2.07  
% 12.44/2.07  fork 4: search finished without proof.
% 12.44/2.08  
% 12.44/2.08  **** run 99 fork 2 starts with strategy
% 12.44/2.08  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 12.44/2.09  
% 12.44/2.09  **** run 101 fork 4 starts with strategy
% 12.44/2.09  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.44/2.16  
% 12.44/2.16  
% 12.44/2.16  fork 0: search terminated without proof.
% 14.10/2.19  
% 14.10/2.19  **** run 97 fork 0 starts with strategy
% 14.10/2.19  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 14.39/2.22  
% 14.39/2.22  fork 0: search finished without proof.
% 14.39/2.24  
% 14.39/2.24  **** run 105 fork 0 starts with strategy
% 14.39/2.24  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":1}
% 18.08/2.84  
% 18.08/2.84  
% 18.08/2.84  fork 7: search terminated without proof.
% 19.26/2.86  
% 19.26/2.86  **** run 104 fork 7 starts with strategy
% 19.26/2.86  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0}
% 19.52/2.89  
% 19.52/2.89  
% 19.52/2.89  fork 5: search terminated without proof.
% 19.52/2.90  
% 19.52/2.90  
% 19.52/2.90  fork 6: search terminated without proof.
% 19.52/2.91  
% 19.52/2.91  **** run 102 fork 5 starts with strategy
% 19.52/2.92  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 19.52/2.92  
% 19.52/2.92  **** run 103 fork 6 starts with strategy
% 19.52/2.92  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 20.31/2.97  
% 20.31/2.97  
% 20.31/2.97  fork 3: search terminated without proof.
% 20.31/2.99  
% 20.31/2.99  **** run 108 fork 3 starts with strategy
% 20.31/2.99  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 20.78/3.06  
% 20.78/3.06  
% 20.78/3.06  fork 1: search terminated without proof.
% 20.78/3.07  
% 20.78/3.07  **** run 106 fork 1 starts with strategy
% 20.78/3.07  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 21.37/3.10  
% 21.37/3.10  fork 2: search finished without proof.
% 21.37/3.11  
% 21.37/3.11  
% 21.37/3.11  fork 4: search terminated without proof.
% 21.37/3.13  
% 21.37/3.13  **** run 107 fork 2 starts with strategy
% 21.37/3.13  {"max_dseconds":10,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 21.37/3.13  
% 21.37/3.13  **** run 109 fork 4 starts with strategy
% 21.37/3.13  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 23.19/3.37  
% 23.19/3.37  
% 23.19/3.37  fork 0: search terminated without proof.
% 23.19/3.40  
% 23.19/3.40  **** run 113 fork 0 starts with strategy
% 23.19/3.40  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 27.28/3.88  
% 27.28/3.88  
% 27.28/3.88  fork 7: search terminated without proof.
% 27.28/3.89  
% 27.28/3.89  **** run 112 fork 7 starts with strategy
% 27.28/3.89  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 27.83/3.93  
% 27.83/3.93  fork 6: search finished without proof.
% 27.83/3.94  
% 27.83/3.94  
% 27.83/3.94  fork 5: search terminated without proof.
% 27.83/3.95  
% 27.83/3.95  **** run 111 fork 6 starts with strategy
% 27.83/3.95  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0}
% 27.83/3.96  
% 27.83/3.96  **** run 110 fork 5 starts with strategy
% 27.83/3.96  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 28.22/4.01  
% 28.22/4.01  
% 28.22/4.01  fork 3: search terminated without proof.
% 28.22/4.03  
% 28.22/4.03  **** run 116 fork 3 starts with strategy
% 28.22/4.03  {"max_dseconds":10,"strategy":["query_focus","double"],"query_preference":1}
% 28.84/4.09  
% 28.84/4.09  
% 28.84/4.09  fork 1: search terminated without proof.
% 28.84/4.13  
% 28.84/4.13  **** run 114 fork 1 starts with strategy
% 28.84/4.13  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 28.84/4.15  
% 28.84/4.15  
% 28.84/4.15  fork 2: search terminated without proof.
% 28.84/4.15  
% 28.84/4.15  
% 28.84/4.15  fork 4: search terminated without proof.
% 28.84/4.16  
% 28.84/4.16  **** run 115 fork 2 starts with strategy
% 28.84/4.16  {"max_dseconds":10,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 29.72/4.17  
% 29.72/4.17  **** run 117 fork 4 starts with strategy
% 29.72/4.17  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 31.38/4.45  
% 31.38/4.45  fork 0: search finished without proof.
% 31.99/4.47  
% 31.99/4.47  **** run 121 fork 0 starts with strategy
% 31.99/4.47  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 35.65/4.93  
% 35.65/4.93  
% 35.65/4.93  fork 7: search terminated without proof.
% 35.83/4.95  
% 35.83/4.95  **** run 120 fork 7 starts with strategy
% 35.83/4.95  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 35.83/4.98  
% 35.83/4.98  
% 35.83/4.98  fork 5: search terminated without proof.
% 35.83/4.98  
% 35.83/4.98  
% 35.83/4.98  fork 6: search terminated without proof.
% 35.83/5.00  
% 35.83/5.00  **** run 119 fork 6 starts with strategy
% 35.83/5.00  {"max_dseconds":10,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 35.83/5.01  
% 35.83/5.01  **** run 118 fork 5 starts with strategy
% 35.83/5.01  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 36.91/5.08  
% 36.91/5.08  
% 36.91/5.08  fork 3: search terminated without proof.
% 36.91/5.10  
% 36.91/5.10  **** run 124 fork 3 starts with strategy
% 36.91/5.10  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":10}
% 37.50/5.17  
% 37.50/5.17  
% 37.50/5.17  fork 1: search terminated without proof.
% 37.67/5.18  
% 37.67/5.18  **** run 122 fork 1 starts with strategy
% 37.67/5.18  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 37.67/5.18  
% 37.67/5.18  
% 37.67/5.18  fork 2: search terminated without proof.
% 37.67/5.19  
% 37.67/5.19  
% 37.67/5.19  fork 4: search terminated without proof.
% 37.67/5.20  
% 37.67/5.20  **** run 123 fork 2 starts with strategy
% 37.67/5.20  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 37.67/5.21  
% 37.67/5.21  **** run 125 fork 4 starts with strategy
% 37.67/5.21  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 38.25/5.29  
% 38.25/5.29  fork 4: search finished without proof.
% 38.25/5.31  
% 38.25/5.31  **** run 133 fork 4 starts with strategy
% 38.25/5.31  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 40.65/5.56  
% 40.65/5.56  
% 40.65/5.56  fork 0: search terminated without proof.
% 40.65/5.57  
% 40.65/5.57  **** run 129 fork 0 starts with strategy
% 40.65/5.57  {"max_dseconds":10,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 43.89/5.97  
% 43.89/5.97  
% 43.89/5.97  fork 7: search terminated without proof.
% 43.89/5.99  
% 43.89/5.99  fork 5: search finished without proof.
% 43.89/6.00  
% 43.89/6.00  **** run 128 fork 7 starts with strategy
% 43.89/6.00  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 43.89/6.01  
% 43.89/6.01  **** run 126 fork 5 starts with strategy
% 43.89/6.01  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":1,"strategy":["query_focus","max_weight"],"max_dseconds":10}
% 43.89/6.02  
% 43.89/6.02  fork 6: search finished without proof.
% 43.89/6.04  
% 43.89/6.04  **** run 127 fork 6 starts with strategy
% 43.89/6.04  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":10}
% 45.68/6.21  
% 45.68/6.21  
% 45.68/6.21  fork 3: search terminated without proof.
% 45.68/6.21  
% 45.68/6.21  
% 45.68/6.21  fork 1: search terminated without proof.
% 45.68/6.23  
% 45.68/6.23  
% 45.68/6.23  fork 2: search terminated without proof.
% 45.68/6.23  
% 45.68/6.23  **** run 132 fork 3 starts with strategy
% 45.68/6.23  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 45.68/6.23  
% 45.68/6.23  **** run 130 fork 1 starts with strategy
% 45.68/6.23  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":10}
% 45.68/6.25  
% 45.68/6.25  **** run 131 fork 2 starts with strategy
% 45.68/6.25  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":10}
% 46.08/6.28  
% 46.08/6.28  fork 4: search finished without proof.
% 46.08/6.30  
% 46.08/6.30  **** run 141 fork 4 starts with strategy
% 46.08/6.30  {"max_dseconds":10,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 46.08/6.33  
% 46.08/6.33  fork 4: search finished without proof.
% 46.08/6.34  
% 46.08/6.34  **** run 149 fork 4 starts with strategy
% 46.08/6.34  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 48.18/6.59  
% 48.18/6.59  
% 48.18/6.59  fork 0: search terminated without proof.
% 48.18/6.61  
% 48.18/6.61  **** run 137 fork 0 starts with strategy
% 48.18/6.61  {"max_dseconds":10,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 48.18/6.64  
% 48.18/6.64  fork 0: search finished without proof.
% 48.88/6.66  
% 48.88/6.66  **** run 145 fork 0 starts with strategy
% 48.88/6.66  {"max_dseconds":10,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 49.11/6.70  
% 49.11/6.70  
% 49.11/6.70  result: proof found
% 49.11/6.70  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 49.11/6.70  by run 149 fork 4 strategy {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 49.11/6.70  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 49.11/6.70  
% 49.11/6.70  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 49.11/6.70  
% 49.11/6.70  run 149 fork 4 statistics:
% 49.11/6.70  ----------------------------------
% 49.11/6.70  this run seconds: 0.296760
% 49.11/6.70  total seconds: 6.220797
% 49.11/6.70  stat_given_used: 778
% 49.11/6.70  stat_given_used_at_endgame: 0
% 49.11/6.70  stat_given_candidates:   7933
% 49.11/6.70  stat_given_candidates_at_endgame: 0
% 49.11/6.70  stat_given_candidates_h: 0
% 49.11/6.70  stat_binres_derived_cl:   7270
% 49.11/6.70  stat_binres_derived_cl_h: 0
% 49.11/6.70  stat_factor_derived_cl: 349
% 49.11/6.70  stat_para_derived_cl: 17331
% 49.11/6.70  stat_tautologies_discarded: 13
% 49.11/6.70  stat_forward_subsumed: 7187
% 49.11/6.70  stat_derived_cut: 130
% 49.11/6.70  stat_derived_rewritten: 1862
% 49.11/6.70  stat_weight_discarded_building: 0
% 49.11/6.70  stat_weight_discarded_cl: 0
% 49.11/6.70  stat_internlimit_discarded_cl: 0
% 49.11/6.70  stat_simplified:  1862 simplified 0 derived 0 given
% 49.11/6.70  stat_kept_cl: 17414
% 49.11/6.70  stat_built_cl: 20832
% 49.11/6.70  stat_hyperres_partial_cl: 0
% 49.11/6.70  stat_made_rewriters: 56
% 49.11/6.70  stat_backward_subsumed: 0
% 49.11/6.70  stat_propagated_subsumed: 0
% 49.11/6.70  stat_clsubs_attempted:                    113303
% 49.11/6.70  stat_clsubs_fact_groundunit_found:            27
% 49.11/6.70  stat_clsubs_rule_groundunit_found:             1
% 49.11/6.70  stat_clsubs_top_meta_attempted:             855531
% 49.11/6.70  stat_clsubs_top_meta_failed:                742228
% 49.11/6.70  stat_clsubs_top_meta_nonpref_attempted:              855531
% 49.11/6.70  stat_clsubs_top_meta_nonpref_succeeded:              243440
% 49.11/6.70  stat_clsubs_top_meta_pref_attempted:                 243440
% 49.11/6.70  stat_clsubs_top_meta_pref1_succeeded:                171661
% 49.11/6.70  stat_clsubs_top_meta_pref2_succeeded:                123106
% 49.11/6.70  stat_clsubs_top_meta_pref3_succeeded:                113303
% 49.11/6.70  stat_clsubs_top_meta_pref_succeeded:                 113303
% 49.11/6.70  stat_clsubs_meta_attempted:               323918
% 49.11/6.70  stat_clsubs_meta_failed:                   83668
% 49.11/6.70  stat_clsubs_predsymbs_attempted:               0
% 49.11/6.70  stat_clsubs_unit_attempted:                16808
% 49.11/6.70  stat_clsubs_full_attempted:                96495
% 49.11/6.70  stat_forwardsubs_attempted:                24602
% 49.11/6.70  stat_lit_hash_added:                  14779
% 49.11/6.70  stat_lit_hash_computed:              104726
% 49.11/6.70  stat_lit_hash_match_found:             8247
% 49.11/6.70  stat_lit_hash_match_miss:            135726
% 49.11/6.70  stat_lit_hash_cut_ok:                   109
% 49.11/6.70  stat_lit_strong_cut_ok:                  64
% 49.11/6.70  stat_lit_hash_subsume_ok:              7187
% 49.11/6.70  clqueue els 10000000 used 1
% 49.11/6.70  clactive els 10000000 used 779
% 49.11/6.70  clactivesubsume els 10000000 used 4129
% 49.11/6.70  queue_termbuf els 200000000 used 1160211
% 49.11/6.70  hyper_termbuf els 100000000 used 1
% 49.11/6.70  active_termbuf els 100000000 used 29740
% 49.11/6.70  varstack els 5000 last used 1
% 49.11/6.70  given_termbuf els 10000000 last used 1
% 49.11/6.70  simplified_termbuf els 10000000 last used 1
% 49.11/6.70  derived_termbuf els 10000000 last used 22
% 49.11/6.70  wr_mallocs: 18940
% 49.11/6.70  wr_callocs: 21
% 49.11/6.70  wr_reallocs: 2821
% 49.11/6.70  wr_frees: 2
% 49.11/6.70  wr_malloc_bytes: 4163293380
% 49.11/6.70  wr_calloc_bytes: 112065536
% 49.11/6.70  wr_realloc_bytes: 785872
% 49.11/6.70  wr_realloc_freebytes: 0
% 49.11/6.70  ----------------------------------
%------------------------------------------------------------------------------