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

View Problem - Process Solution

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

% Computer : n020.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:41 EDT 2023

% Result   : Unsatisfiable 8.04s 1.77s
% Output   : CNFRefutation 8.04s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named '$inc_closure')

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    quotient(X,Y,divide(X,Y)),
    inference(cnf_transformation,[],['$inc_closure']) ).

cnf('2',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('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,zero)
    | ~ less_equal(X,Y) ),
    inference(cnf_transformation,[],['$inc_quotient_less_equal']) ).

cnf('5',plain,
    less_equal(a,b),
    inference(cnf_transformation,[],[aLEb]) ).

cnf('6',plain,
    quotient(a,b,zero),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(b,U,Y)
    | ~ quotient(a,U,X)
    | ~ quotient(zero,U,Z) ),
    inference(resolution,[],['3','6']) ).

cnf('8',plain,
    quotient(b,c,bQc),
    inference(cnf_transformation,[],[bQc]) ).

cnf('9',plain,
    ( less_equal(divide(X,bQc),Y)
    | ~ quotient(a,c,X)
    | ~ quotient(zero,c,Y) ),
    inference(resolution,[],['7','8']) ).

cnf('10',plain,
    quotient(a,c,aQc),
    inference(cnf_transformation,[],[aQc]) ).

cnf('11',plain,
    ( less_equal(divide(aQc,bQc),X)
    | ~ quotient(zero,c,X) ),
    inference(resolution,[],['9','10']) ).

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

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

cnf('14',plain,
    less_equal(zero,X),
    inference(resolution,[],['12','13']) ).

cnf('15',plain,
    quotient(zero,X,zero),
    inference(resolution,[],['4','14']) ).

cnf('16',plain,
    less_equal(divide(aQc,bQc),zero),
    inference(resolution,[],['11','15']) ).

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

cnf('18',plain,
    less_equal(zero,X),
    inference(cnf_transformation,[],['$inc_zero_is_smallest']) ).

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

cnf('20',plain,
    divide(aQc,bQc) = zero,
    inference(resolution,[],['16','19']) ).

cnf('21',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(Y,Y,U)
    | ~ quotient(Z,Y,V)
    | ~ quotient(Z,U,W)
    | less_equal(W,V) ),
    inference(factorization,[],['2']) ).

cnf('22',plain,
    quotient(X,X,zero),
    inference(cnf_transformation,[],[x_divide_x_is_zero]) ).

cnf('23',plain,
    ( ~ quotient(X,zero,Y)
    | ~ quotient(X,Z,U)
    | ~ quotient(V,Z,X)
    | less_equal(Y,U) ),
    inference(resolution,[],['21','22']) ).

cnf('24',plain,
    quotient(X,zero,X),
    inference(cnf_transformation,[],[x_divde_zero_is_x]) ).

cnf('25',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(Z,Y,U)
    | less_equal(Z,U) ),
    inference(resolution,[],['23','24']) ).

cnf('26',plain,
    ( ~ quotient(aQc,c,X)
    | less_equal(aQc,X) ),
    inference(resolution,[],['25','10']) ).

cnf('27',plain,
    less_equal(aQc,divide(aQc,c)),
    inference(resolution,[],['1','26']) ).

cnf('28',plain,
    less_equal(divide(X,Y),X),
    inference(resolution,[],['1','12']) ).

cnf('29',plain,
    ( ~ less_equal(X,divide(X,Y))
    | X = divide(X,Y) ),
    inference(resolution,[],['28','17']) ).

cnf('30',plain,
    aQc = divide(aQc,c),
    inference(resolution,[],['27','29']) ).

cnf('31',plain,
    quotient(aQc,c,aQc),
    inference(paramodulation,[],['30','1']) ).

cnf('32',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(X,U,V)
    | ~ less_equal(V,Y)
    | less_equal(Z,U) ),
    inference(cnf_transformation,[],[xQyLEz_implies_xQzLEy]) ).

cnf('33',plain,
    ( ~ quotient(aQc,X,Y)
    | less_equal(aQc,X)
    | ~ less_equal(Y,c) ),
    inference(resolution,[],['31','32']) ).

cnf('34',plain,
    ( ~ less_equal(divide(aQc,X),c)
    | less_equal(aQc,X) ),
    inference(resolution,[],['33','1']) ).

cnf('35',plain,
    ( less_equal(divide(X,Y),Z)
    | ~ quotient(X,Z,U)
    | ~ less_equal(U,Y) ),
    inference(resolution,[],['1','32']) ).

cnf('36',plain,
    ( less_equal(divide(b,X),c)
    | ~ less_equal(bQc,X) ),
    inference(resolution,[],['35','8']) ).

cnf('37',plain,
    less_equal(X,identity),
    inference(cnf_transformation,[],['$inc_identity_is_largest']) ).

cnf('38',plain,
    less_equal(divide(b,identity),c),
    inference(resolution,[],['36','37']) ).

cnf('39',plain,
    ( ~ quotient(X,Y,Z)
    | ~ quotient(X,Y,U)
    | U = Z ),
    inference(cnf_transformation,[],['$inc_well_defined']) ).

cnf('40',plain,
    ( ~ quotient(X,identity,Y)
    | Y = zero ),
    inference(resolution,[],['39','13']) ).

cnf('41',plain,
    divide(X,identity) = zero,
    inference(resolution,[],['1','40']) ).

cnf('42',plain,
    less_equal(zero,c),
    inference(simplify,[],['38','41']) ).

cnf('43',plain,
    quotient(zero,c,zero),
    inference(resolution,[],['42','4']) ).

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

cnf('45',plain,
    less_equal(zero,c),
    inference(resolution,[],['43','44']) ).

cnf('46',plain,
    ~ less_equal(aQc,bQc),
    inference(cnf_transformation,[],[prove_aQcLEbQc]) ).

cnf('47',plain,
    $false,
    inference(paramodulation,[then_simplify],['20','34','45','46']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : HEN008-2 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.12  % Command  : gkc %s
% 0.11/0.32  % Computer : n020.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 300
% 0.11/0.32  % DateTime : Thu Aug 24 13:22:15 EDT 2023
% 0.11/0.32  % CPUTime  : 
% 0.17/0.36  
% 0.17/0.36  input clause set summed statistics:
% 0.17/0.36  ----------------------------------
% 0.17/0.36  in_clause_count:                    20
% 0.17/0.36  in_rule_clause_count:               11
% 0.17/0.36  in_fact_clause_count:                9
% 0.17/0.36  in_answer_clause_count:              0
% 0.17/0.36  in_ground_clause_count:              4
% 0.17/0.36  in_unit_clause_count:               11
% 0.17/0.36  in_horn_clause_count:               20
% 0.17/0.36  in_pos_clause_count:                10
% 0.17/0.36  in_neg_clause_count:                 1
% 0.17/0.36  in_poseq_clause_count:               2
% 0.17/0.36  in_negeq_clause_count:               0
% 0.17/0.36  in_unitposeq_clause_count:           0
% 0.17/0.36  in_chain_clause_count:               0
% 0.17/0.36  in_min_length:             1
% 0.17/0.36  in_max_length:             6
% 0.17/0.36  in_min_depth:              1
% 0.17/0.36  in_max_depth:              2
% 0.17/0.36  in_min_size:               3
% 0.17/0.36  in_max_size:              23
% 0.17/0.36  in_min_vars:               0
% 0.17/0.36  in_max_vars:               8
% 0.17/0.36  in_extaxiom_count:                 9
% 0.17/0.36  in_axiom_count:                    7
% 0.17/0.36  in_assumption_count:               3
% 0.17/0.36  in_goal_count:                     1
% 0.17/0.36  in_neg_goal_count:                 1
% 0.17/0.36  in_pos_goal_count:                 0
% 0.17/0.36  in_posunit_goal_count:             0
% 0.17/0.36  
% 0.17/0.36  auto guide:
% 0.17/0.36  -----------
% 0.17/0.36  {
% 0.17/0.36  "print":1,
% 0.17/0.36  "print_level": 15,
% 0.17/0.36  "max_size": 0,
% 0.17/0.36  "max_depth": 0,
% 0.17/0.36  "max_length": 0,
% 0.17/0.36  "max_dseconds": 0,
% 0.17/0.36  "runs":[
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.36  {"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.17/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":3},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":1},
% 0.17/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.36  {"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.17/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.36  {"max_dseconds":1, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":1},
% 0.17/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":1},
% 0.17/0.36  {"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.17/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":1},
% 0.17/0.36  {"max_dseconds":1, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":1},
% 0.17/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":1},
% 0.17/0.36  
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "sine":5, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.36  {"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.17/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":10},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":3},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":10},
% 0.17/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.36  {"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.17/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":10},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.36  {"max_dseconds":10, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":10},
% 0.17/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":10},
% 0.17/0.36  {"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.17/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":10},
% 0.17/0.36  {"max_dseconds":10, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":10},
% 0.17/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":10},
% 0.17/0.36  
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref","prohibit_deep_para"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para","prohibit_unordered_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "rewrite":0, "query_preference":0, "strategy":["query_focus", "posunitpara"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":2},
% 0.17/0.36  {"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.17/0.36  {"weight_select_ratio":100, "query_preference":0, "strategy":["negative_pref", "max_weight"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "equality":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["positive_pref"], "max_dseconds":50},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["query_focus"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1, "max_size":17},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "sine":5, "strategy":["hardness_pref", "posunitpara"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":3},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "max_size":30, "max_depth":10, "max_weight":300, "weight_select_ratio":1, "rewrite":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":2},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "max_ground_weight"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "rewrite":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref"], "query_preference":0, "rewrite":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "unit"], "query_preference":2},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":3},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":30, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref", "posunitpara"], "query_preference":1, "max_depth":2, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":0, "max_depth":1},
% 0.17/0.36  {"depth_penalty":50, "query_preference":2, "strategy":["negative_pref"], "max_dseconds":50},
% 0.17/0.36  {"max_depth":0, "length_penalty":100, "query_preference":2, "strategy":["hardness_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.36  {"weight_select_ratio":100, "query_preference":1, "strategy":["negative_pref"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":1, "max_depth":2},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit","prohibit_unordered_para"], "query_preference":0, "max_depth":6, "var_weight":1},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["unit", "pure_unit"], "weight_select_ratio":1, "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "positive_pref"], "query_preference":1},
% 0.17/0.36  {"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.17/0.36  {"max_depth":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.36  {"depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "posunitpara"], "query_preference":0, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"weight_select_ratio":100, "var_weight":70, "repeat_var_weight":70, "query_preference":0, "strategy":["hardness_pref"], "max_dseconds":50},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "depth_penalty":50, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.17/0.36  {"var_weight":70, "repeat_var_weight":70, "length_penalty":100, "depth_penalty":100, "query_preference":1, "strategy":["positive_pref", "unit"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "max_depth":2},
% 0.17/0.36  {"max_dseconds":50, "strategy":["hardness_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.36  {"length_penalty":100, "depth_penalty":100, "query_preference":0, "strategy":["negative_pref", "hornpref", "max_weight","prohibit_unordered_para"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["negative_pref"], "query_preference":1, "var_weight":1, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus", "posunitpara"], "query_preference":1, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"depth_penalty":50, "query_preference":1, "strategy":["hardness_pref", "hornpref", "max_weight"], "max_dseconds":50},
% 0.17/0.36  {"rewrite":0, "depth_penalty":50, "query_preference":1, "strategy":["query_focus", "hornpref"], "max_dseconds":50},
% 0.17/0.36  {"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.17/0.36  {"query_preference":1, "strategy":["unit", "max_weight"], "max_dseconds":50},
% 0.17/0.36  {"max_dseconds":50, "strategy":["query_focus"], "query_preference":1, "weight_select_ratio":30, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"length_penalty":100, "query_preference":1, "strategy":["positive_pref", "posunitpara"], "max_dseconds":50},
% 0.17/0.36  {"weight_select_ratio":100, "rewrite":0, "depth_penalty":100, "query_preference":0, "strategy":["unit", "posunitpara"], "max_dseconds":50},
% 0.17/0.36  
% 0.17/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":250, "strategy":["unit"], "query_preference":0, "rewrite":0},
% 0.17/0.36  {"max_dseconds":250, "strategy":["negative_pref", "max_ground_weight"], "query_preference":0},
% 0.17/0.36  
% 0.17/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "weight_select_ratio":100, "depth_penalty":100, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["query_focus"], "query_preference":1, "var_weight":1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["negative_pref"], "query_preference":0, "max_depth":4},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "var_weight":1, "depth_penalty":100, "repeat_var_weight":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["positive_pref"], "query_preference":0, "reverse_clauselist":1, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["negative_pref", "prohibit_nested_para"], "query_preference":0},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["query_focus", "double"], "query_preference":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "depth_penalty":100},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["hardness_pref"], "query_preference":0, "weight_select_ratio":20, "depth_penalty":50, "length_penalty":100},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["unit", "prohibit_nested_para"], "query_preference":1, "reverse_clauselist":1},
% 0.17/0.36  {"max_dseconds":1250, "strategy":["unit"], "query_preference":0, "rewrite":0} 
% 0.17/0.36  
% 0.17/0.36  ]}
% 0.17/0.36  
% 0.17/0.36  
% 0.17/0.36  **** run 1 fork 0 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.17/0.36  
% 0.17/0.36  **** run 2 fork 1 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 0.17/0.36  
% 0.17/0.36  **** run 3 fork 2 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1}
% 0.17/0.36  
% 0.17/0.36  **** run 4 fork 3 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 0.17/0.36  
% 0.17/0.36  **** run 5 fork 4 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.36  
% 0.17/0.36  **** run 6 fork 5 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.36  
% 0.17/0.36  **** run 7 fork 6 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.17/0.36  
% 0.17/0.36  **** run 8 fork 7 starts with strategy
% 0.17/0.36  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.17/0.40  
% 0.17/0.40  fork 3: search finished without proof.
% 0.17/0.42  
% 0.17/0.42  **** run 12 fork 3 starts with strategy
% 0.17/0.42  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 2: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 0: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 5: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 4: search terminated without proof.
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  fork 6: search terminated without proof.
% 0.17/0.49  
% 0.17/0.49  
% 0.17/0.49  fork 7: search terminated without proof.
% 0.17/0.49  
% 0.17/0.49  
% 0.17/0.49  fork 1: search terminated without proof.
% 0.17/0.51  
% 0.17/0.51  **** run 11 fork 2 starts with strategy
% 0.17/0.51  
% 0.17/0.51  **** run 9 fork 0 starts with strategy
% 0.17/0.51  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.51  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0}
% 0.17/0.52  
% 0.17/0.52  **** run 13 fork 4 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.17/0.52  
% 0.17/0.52  **** run 15 fork 6 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["negative_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":0}
% 0.17/0.52  
% 0.17/0.52  **** run 14 fork 5 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_deep_para"],"query_preference":1}
% 0.17/0.52  
% 0.17/0.52  **** run 16 fork 7 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 0.17/0.52  
% 0.17/0.52  **** run 10 fork 1 starts with strategy
% 0.17/0.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.17/0.54  
% 0.17/0.54  
% 0.17/0.54  fork 3: search terminated without proof.
% 0.17/0.56  
% 0.17/0.56  **** run 20 fork 3 starts with strategy
% 0.17/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 0.17/0.63  
% 0.17/0.63  
% 0.17/0.63  fork 2: search terminated without proof.
% 0.17/0.63  
% 0.17/0.63  
% 0.17/0.63  fork 0: search terminated without proof.
% 0.17/0.63  
% 0.17/0.63  
% 0.17/0.63  fork 4: search terminated without proof.
% 0.17/0.63  
% 0.17/0.63  
% 0.17/0.63  fork 6: search terminated without proof.
% 0.17/0.63  
% 0.17/0.63  
% 0.17/0.63  fork 5: search terminated without proof.
% 0.17/0.64  
% 0.17/0.64  
% 0.17/0.64  fork 1: search terminated without proof.
% 0.17/0.64  
% 0.17/0.64  
% 0.17/0.64  fork 7: search terminated without proof.
% 0.17/0.66  
% 0.17/0.66  **** run 19 fork 2 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 0.17/0.66  
% 0.17/0.66  **** run 21 fork 4 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 0.17/0.66  
% 0.17/0.66  **** run 17 fork 0 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.17/0.66  
% 0.17/0.66  **** run 22 fork 5 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 0.17/0.66  
% 0.17/0.66  **** run 23 fork 6 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 0.17/0.66  
% 0.17/0.66  **** run 18 fork 1 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 0.17/0.66  
% 0.17/0.66  **** run 24 fork 7 starts with strategy
% 0.17/0.66  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 0.17/0.69  
% 0.17/0.69  
% 0.17/0.69  fork 3: search terminated without proof.
% 0.17/0.72  
% 0.17/0.72  **** run 28 fork 3 starts with strategy
% 0.17/0.72  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 0.17/0.77  
% 0.17/0.77  
% 0.17/0.77  fork 2: search terminated without proof.
% 0.17/0.78  
% 0.17/0.78  
% 0.17/0.78  fork 4: search terminated without proof.
% 0.17/0.78  
% 0.17/0.78  
% 0.17/0.78  fork 5: search terminated without proof.
% 0.17/0.78  
% 0.17/0.78  
% 0.17/0.78  fork 0: search terminated without proof.
% 0.17/0.78  
% 0.17/0.78  
% 0.17/0.78  fork 6: search terminated without proof.
% 0.17/0.80  
% 0.17/0.80  
% 0.17/0.80  fork 1: search terminated without proof.
% 0.17/0.80  
% 0.17/0.80  **** run 27 fork 2 starts with strategy
% 0.17/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 0.17/0.80  
% 0.17/0.80  **** run 29 fork 4 starts with strategy
% 0.17/0.80  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 0.17/0.80  
% 0.17/0.80  **** run 30 fork 5 starts with strategy
% 0.17/0.80  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 0.17/0.81  
% 0.17/0.81  **** run 25 fork 0 starts with strategy
% 0.17/0.81  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 0.17/0.81  
% 0.17/0.81  **** run 31 fork 6 starts with strategy
% 0.17/0.81  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"rewrite":0,"query_preference":0,"strategy":["query_focus","posunitpara"],"max_dseconds":1}
% 0.17/0.82  
% 0.17/0.82  **** run 26 fork 1 starts with strategy
% 0.17/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 0.17/0.84  
% 0.17/0.84  
% 0.17/0.84  fork 3: search terminated without proof.
% 0.17/0.86  
% 0.17/0.86  **** run 36 fork 3 starts with strategy
% 0.17/0.86  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 0.17/0.88  
% 0.17/0.88  
% 0.17/0.88  fork 7: search terminated without proof.
% 0.17/0.92  
% 0.17/0.92  
% 0.17/0.92  fork 0: search terminated without proof.
% 0.17/0.92  
% 0.17/0.92  
% 0.17/0.92  fork 5: search terminated without proof.
% 0.17/0.93  
% 0.17/0.93  
% 0.17/0.93  fork 6: search terminated without proof.
% 0.17/0.93  
% 0.17/0.93  
% 0.17/0.93  fork 2: search terminated without proof.
% 0.17/0.93  
% 0.17/0.93  
% 0.17/0.93  fork 4: search terminated without proof.
% 0.17/0.94  
% 0.17/0.94  **** run 32 fork 7 starts with strategy
% 0.17/0.94  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 0.17/0.94  
% 0.17/0.94  
% 0.17/0.94  fork 1: search terminated without proof.
% 0.17/0.95  
% 0.17/0.95  **** run 33 fork 0 starts with strategy
% 0.17/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}
% 0.17/0.95  
% 0.17/0.95  **** run 38 fork 5 starts with strategy
% 0.17/0.95  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 0.17/0.95  
% 0.17/0.95  **** run 39 fork 6 starts with strategy
% 0.17/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 0.17/0.96  
% 0.17/0.96  **** run 35 fork 2 starts with strategy
% 0.17/0.96  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 0.17/0.96  
% 0.17/0.96  **** run 37 fork 4 starts with strategy
% 0.17/0.96  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 0.17/0.97  
% 0.17/0.97  **** run 34 fork 1 starts with strategy
% 0.17/0.97  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 0.17/0.98  
% 0.17/0.98  
% 0.17/0.98  fork 3: search terminated without proof.
% 0.17/1.01  
% 0.17/1.01  **** run 44 fork 3 starts with strategy
% 0.17/1.01  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 3.79/1.04  
% 3.79/1.04  fork 3: search finished without proof.
% 3.79/1.06  
% 3.79/1.06  **** run 52 fork 3 starts with strategy
% 3.79/1.06  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 3.79/1.07  
% 3.79/1.07  fork 0: search finished without proof.
% 3.79/1.07  
% 3.79/1.07  
% 3.79/1.07  fork 5: search terminated without proof.
% 5.56/1.08  
% 5.56/1.08  
% 5.56/1.08  fork 2: search terminated without proof.
% 5.63/1.08  
% 5.63/1.08  
% 5.63/1.08  fork 4: search terminated without proof.
% 5.63/1.08  
% 5.63/1.08  fork 7: search finished without proof.
% 5.63/1.09  
% 5.63/1.09  
% 5.63/1.09  fork 6: search terminated without proof.
% 5.63/1.09  
% 5.63/1.09  **** run 41 fork 0 starts with strategy
% 5.63/1.09  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.63/1.10  
% 5.63/1.10  **** run 46 fork 5 starts with strategy
% 5.63/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.63/1.10  
% 5.63/1.10  **** run 43 fork 2 starts with strategy
% 5.63/1.10  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.83/1.11  
% 5.83/1.11  **** run 45 fork 4 starts with strategy
% 5.83/1.11  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.83/1.11  
% 5.83/1.11  **** run 40 fork 7 starts with strategy
% 5.83/1.11  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 5.83/1.11  
% 5.83/1.11  **** run 47 fork 6 starts with strategy
% 5.83/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.93/1.19  
% 5.93/1.19  
% 5.93/1.19  fork 3: search terminated without proof.
% 5.93/1.21  
% 5.93/1.21  
% 5.93/1.21  fork 0: search terminated without proof.
% 5.93/1.21  
% 5.93/1.21  **** run 60 fork 3 starts with strategy
% 5.93/1.21  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 5.93/1.21  
% 5.93/1.21  fork 5: search finished without proof.
% 6.58/1.23  
% 6.58/1.23  
% 6.58/1.23  fork 2: search terminated without proof.
% 6.58/1.23  
% 6.58/1.23  fork 7: search finished without proof.
% 6.58/1.23  
% 6.58/1.23  
% 6.58/1.23  fork 4: search terminated without proof.
% 6.58/1.23  
% 6.58/1.23  **** run 49 fork 0 starts with strategy
% 6.58/1.23  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 6.58/1.24  
% 6.58/1.24  **** run 54 fork 5 starts with strategy
% 6.58/1.24  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.58/1.24  
% 6.58/1.24  
% 6.58/1.24  fork 6: search terminated without proof.
% 6.58/1.25  
% 6.58/1.25  **** run 51 fork 2 starts with strategy
% 6.58/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 6.58/1.25  
% 6.58/1.25  **** run 48 fork 7 starts with strategy
% 6.58/1.25  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 6.58/1.26  
% 6.58/1.26  **** run 53 fork 4 starts with strategy
% 6.58/1.26  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.58/1.26  
% 6.58/1.26  **** run 55 fork 6 starts with strategy
% 6.58/1.26  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.58/1.28  
% 6.58/1.28  fork 7: search finished without proof.
% 7.07/1.30  
% 7.07/1.30  **** run 56 fork 7 starts with strategy
% 7.07/1.30  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.07/1.33  
% 7.07/1.33  
% 7.07/1.33  fork 3: search terminated without proof.
% 7.07/1.36  
% 7.07/1.36  **** run 68 fork 3 starts with strategy
% 7.07/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 7.07/1.36  
% 7.07/1.36  
% 7.07/1.36  fork 5: search terminated without proof.
% 7.07/1.37  
% 7.07/1.37  
% 7.07/1.37  fork 0: search terminated without proof.
% 7.68/1.37  
% 7.68/1.37  
% 7.68/1.37  fork 2: search terminated without proof.
% 7.72/1.38  
% 7.72/1.38  
% 7.72/1.38  fork 4: search terminated without proof.
% 7.72/1.38  
% 7.72/1.38  **** run 62 fork 5 starts with strategy
% 7.72/1.38  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 7.72/1.38  
% 7.72/1.38  
% 7.72/1.38  fork 6: search terminated without proof.
% 7.72/1.40  
% 7.72/1.40  **** run 59 fork 2 starts with strategy
% 7.72/1.40  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 7.72/1.40  
% 7.72/1.40  **** run 57 fork 0 starts with strategy
% 7.72/1.40  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 7.72/1.41  
% 7.72/1.41  fork 5: search finished without proof.
% 7.72/1.41  
% 7.72/1.41  **** run 61 fork 4 starts with strategy
% 7.72/1.41  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 7.94/1.41  
% 7.94/1.41  **** run 63 fork 6 starts with strategy
% 7.94/1.41  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 7.94/1.42  
% 7.94/1.42  
% 7.94/1.42  fork 7: search terminated without proof.
% 8.04/1.43  
% 8.04/1.43  **** run 70 fork 5 starts with strategy
% 8.04/1.43  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.04/1.45  
% 8.04/1.45  **** run 64 fork 7 starts with strategy
% 8.04/1.45  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 8.04/1.46  
% 8.04/1.46  fork 6: search finished without proof.
% 8.04/1.48  
% 8.04/1.48  
% 8.04/1.48  fork 3: search terminated without proof.
% 8.04/1.49  
% 8.04/1.49  **** run 71 fork 6 starts with strategy
% 8.04/1.49  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.04/1.51  
% 8.04/1.51  **** run 76 fork 3 starts with strategy
% 8.04/1.51  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 8.04/1.51  
% 8.04/1.51  fork 6: search finished without proof.
% 8.04/1.52  
% 8.04/1.52  
% 8.04/1.52  fork 2: search terminated without proof.
% 8.04/1.52  
% 8.04/1.52  
% 8.04/1.52  fork 0: search terminated without proof.
% 8.04/1.52  
% 8.04/1.52  fork 4: search finished without proof.
% 8.04/1.53  
% 8.04/1.53  **** run 79 fork 6 starts with strategy
% 8.04/1.53  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.04/1.54  
% 8.04/1.54  **** run 67 fork 2 starts with strategy
% 8.04/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.04/1.54  
% 8.04/1.54  **** run 69 fork 4 starts with strategy
% 8.04/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.04/1.54  
% 8.04/1.54  **** run 65 fork 0 starts with strategy
% 8.04/1.54  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 8.04/1.55  
% 8.04/1.55  
% 8.04/1.55  fork 5: search terminated without proof.
% 8.04/1.57  
% 8.04/1.57  **** run 78 fork 5 starts with strategy
% 8.04/1.57  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 8.04/1.62  
% 8.04/1.62  
% 8.04/1.62  fork 7: search terminated without proof.
% 8.04/1.63  
% 8.04/1.63  
% 8.04/1.63  fork 3: search terminated without proof.
% 8.04/1.65  
% 8.04/1.65  **** run 84 fork 3 starts with strategy
% 8.04/1.65  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 8.04/1.66  
% 8.04/1.66  
% 8.04/1.66  fork 6: search terminated without proof.
% 8.04/1.66  
% 8.04/1.66  fork 2: search finished without proof.
% 8.04/1.67  
% 8.04/1.67  
% 8.04/1.67  fork 4: search terminated without proof.
% 8.04/1.67  
% 8.04/1.67  **** run 72 fork 7 starts with strategy
% 8.04/1.67  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.04/1.68  
% 8.04/1.68  fork 0: search finished without proof.
% 8.04/1.68  
% 8.04/1.68  **** run 87 fork 6 starts with strategy
% 8.04/1.68  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 8.04/1.69  
% 8.04/1.69  
% 8.04/1.69  fork 5: search terminated without proof.
% 8.04/1.69  
% 8.04/1.69  **** run 75 fork 2 starts with strategy
% 8.04/1.69  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.04/1.69  
% 8.04/1.69  **** run 77 fork 4 starts with strategy
% 8.04/1.69  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.04/1.70  
% 8.04/1.70  **** run 73 fork 0 starts with strategy
% 8.04/1.70  {"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}
% 8.04/1.71  
% 8.04/1.71  **** run 86 fork 5 starts with strategy
% 8.04/1.71  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 8.04/1.77  
% 8.04/1.77  
% 8.04/1.77  result: proof found
% 8.04/1.77  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 8.04/1.77  by run 34 fork 1 strategy {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 8.04/1.77  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 8.04/1.77  
% 8.04/1.77  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 8.04/1.77  
% 8.04/1.77  run 34 fork 1 statistics:
% 8.04/1.77  ----------------------------------
% 8.04/1.77  this run seconds: 0.056878
% 8.04/1.77  total seconds: 0.684298
% 8.04/1.77  stat_given_used: 430
% 8.04/1.77  stat_given_used_at_endgame: 0
% 8.04/1.77  stat_given_candidates:   2146
% 8.04/1.77  stat_given_candidates_at_endgame: 0
% 8.04/1.77  stat_given_candidates_h: 0
% 8.04/1.77  stat_binres_derived_cl:   2999
% 8.04/1.77  stat_binres_derived_cl_h: 0
% 8.04/1.77  stat_factor_derived_cl: 276
% 8.04/1.77  stat_para_derived_cl: 327
% 8.04/1.77  stat_tautologies_discarded: 18
% 8.04/1.77  stat_forward_subsumed: 1119
% 8.04/1.77  stat_derived_cut: 89
% 8.04/1.77  stat_derived_rewritten: 262
% 8.04/1.77  stat_weight_discarded_building: 0
% 8.04/1.77  stat_weight_discarded_cl: 26
% 8.04/1.77  stat_internlimit_discarded_cl: 0
% 8.04/1.77  stat_simplified:  262 simplified 0 derived 0 given
% 8.04/1.77  stat_kept_cl: 2313
% 8.04/1.77  stat_built_cl: 3461
% 8.04/1.77  stat_hyperres_partial_cl: 0
% 8.04/1.77  stat_made_rewriters: 14
% 8.04/1.77  stat_backward_subsumed: 0
% 8.04/1.77  stat_propagated_subsumed: 0
% 8.04/1.77  stat_clsubs_attempted:                     44692
% 8.04/1.77  stat_clsubs_fact_groundunit_found:             4
% 8.04/1.77  stat_clsubs_rule_groundunit_found:             1
% 8.04/1.77  stat_clsubs_top_meta_attempted:             210580
% 8.04/1.77  stat_clsubs_top_meta_failed:                165888
% 8.04/1.77  stat_clsubs_top_meta_nonpref_attempted:              210580
% 8.04/1.77  stat_clsubs_top_meta_nonpref_succeeded:               83967
% 8.04/1.77  stat_clsubs_top_meta_pref_attempted:                  83967
% 8.04/1.77  stat_clsubs_top_meta_pref1_succeeded:                 58985
% 8.04/1.77  stat_clsubs_top_meta_pref2_succeeded:                 46237
% 8.04/1.77  stat_clsubs_top_meta_pref3_succeeded:                 44692
% 8.04/1.77  stat_clsubs_top_meta_pref_succeeded:                  44692
% 8.04/1.77  stat_clsubs_meta_attempted:               143344
% 8.04/1.77  stat_clsubs_meta_failed:                   34913
% 8.04/1.77  stat_clsubs_predsymbs_attempted:               0
% 8.04/1.77  stat_clsubs_unit_attempted:                 4353
% 8.04/1.77  stat_clsubs_full_attempted:                40339
% 8.04/1.77  stat_forwardsubs_attempted:                 3459
% 8.04/1.77  stat_lit_hash_added:                   2336
% 8.04/1.77  stat_lit_hash_computed:               25297
% 8.04/1.77  stat_lit_hash_match_found:             1322
% 8.04/1.77  stat_lit_hash_match_miss:             31773
% 8.04/1.77  stat_lit_hash_cut_ok:                    73
% 8.04/1.77  stat_lit_strong_cut_ok:                  49
% 8.04/1.77  stat_lit_hash_subsume_ok:              1119
% 8.04/1.77  clqueue els 10000000 used 1
% 8.04/1.77  clactive els 10000000 used 431
% 8.04/1.77  clactivesubsume els 10000000 used 2203
% 8.04/1.77  queue_termbuf els 200000000 used 114617
% 8.04/1.77  hyper_termbuf els 100000000 used 1
% 8.04/1.77  active_termbuf els 100000000 used 13048
% 8.04/1.77  varstack els 5000 last used 1
% 8.04/1.77  given_termbuf els 10000000 last used 1
% 8.04/1.77  simplified_termbuf els 10000000 last used 1
% 8.04/1.77  derived_termbuf els 10000000 last used 33
% 8.04/1.77  wr_mallocs: 3174
% 8.04/1.77  wr_callocs: 21
% 8.04/1.77  wr_reallocs: 438
% 8.04/1.77  wr_frees: 2
% 8.04/1.77  wr_malloc_bytes: 4162690628
% 8.04/1.77  wr_calloc_bytes: 112065536
% 8.04/1.77  wr_realloc_bytes: 136080
% 8.04/1.77  wr_realloc_freebytes: 0
% 8.04/1.77  ----------------------------------
% 8.04/1.77  
% 8.04/1.77  
% 8.04/1.77  fork 3: search terminated without proof.
%------------------------------------------------------------------------------