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

View Problem - Process Solution

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

% Computer : n024.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 14:08:16 EDT 2023

% Result   : Unsatisfiable 17.06s 2.60s
% Output   : CNFRefutation 17.06s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named lemma_3_4)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ( negate(add(X,negate(add(Y,multiply(Z,add(X,U)))))) = U
    | negate(add(X,negate(Y))) != U
    | ~ positive_integer(Z) ),
    inference(cnf_transformation,[],[lemma_3_4]) ).

cnf('2',plain,
    add(X,Y) = add(Y,X),
    inference(cnf_transformation,[],['$inc_commutativity_of_add']) ).

cnf('3',plain,
    negate(add(negate(e),negate(add(d,negate(e))))) = d,
    inference(cnf_transformation,[],[condition]) ).

cnf('4',plain,
    ( negate(add(X,negate(add(Y,Z)))) != negate(add(Y,negate(add(X,Z))))
    | X = Y ),
    inference(cnf_transformation,[],[lemma_3_2]) ).

cnf('5',plain,
    negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))) != negate(e),
    inference(cnf_transformation,[],[prove_induction_step]) ).

cnf('6',plain,
    negate(add(negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))),negate(add(negate(e),X)))) != negate(add(negate(e),negate(add(negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))),X)))),
    inference(resolution,[],['4','5']) ).

cnf('7',plain,
    negate(add(negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))),d)) != negate(add(negate(e),negate(add(negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))),negate(add(d,negate(e))))))),
    inference(paramodulation,[],['3','6']) ).

cnf('8',plain,
    negate(add(d,negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))))) != negate(add(negate(e),negate(add(negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))),negate(add(d,negate(e))))))),
    inference(paramodulation,[],['2','7']) ).

cnf('9',plain,
    ( positive_integer(successor(X))
    | ~ positive_integer(X) ),
    inference(cnf_transformation,[],['$inc_next_integer']) ).

cnf('10',plain,
    positive_integer(k),
    inference(cnf_transformation,[],[k_positive]) ).

cnf('11',plain,
    positive_integer(successor(k)),
    inference(resolution,[],['9','10']) ).

cnf('12',plain,
    negate(add(d,negate(e))) != negate(add(negate(e),negate(add(negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))),negate(add(d,negate(e))))))),
    inference(paramodulation,[then_simplify],['1','8','11']) ).

cnf('13',plain,
    negate(add(d,negate(e))) != negate(add(negate(e),negate(add(negate(add(e,multiply(successor(k),add(negate(add(d,negate(e))),d)))),negate(add(d,negate(e))))))),
    inference(paramodulation,[],['2','12']) ).

cnf('14',plain,
    negate(add(d,negate(e))) != negate(add(negate(e),negate(add(negate(add(d,negate(e))),negate(add(e,multiply(successor(k),add(negate(add(d,negate(e))),d)))))))),
    inference(paramodulation,[],['2','13']) ).

cnf('15',plain,
    negate(add(negate(add(X,Y)),negate(add(X,negate(Y))))) = X,
    inference(cnf_transformation,[],['$inc_robbins_axiom']) ).

cnf('16',plain,
    negate(add(negate(add(negate(add(X,Y)),add(X,negate(Y)))),X)) = negate(add(X,Y)),
    inference(paramodulation,[],['15','15']) ).

cnf('17',plain,
    negate(add(negate(add(negate(add(X3,Y3)),add(X3,negate(Y3)))),X3)) = negate(add(Y3,X3)),
    inference(paramodulation,[],['2','16']) ).

cnf('18',plain,
    negate(add(X,Y)) = negate(add(Y,X)),
    inference(simplify,[],['17','16']) ).

cnf('19',plain,
    negate(add(negate(add(d,negate(e))),negate(e))) = d,
    inference(paramodulation,[],['3','18']) ).

cnf('20',plain,
    negate(add(d,negate(e))) != negate(add(negate(e),d)),
    inference(paramodulation,[then_simplify],['1','14','19','11']) ).

cnf('21',plain,
    $false,
    inference(resolution,[],['20','18']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : ROB015-2 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n024.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Mon Aug 28 06:58:53 EDT 2023
% 0.13/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:                    13
% 0.19/0.38  in_rule_clause_count:               11
% 0.19/0.38  in_fact_clause_count:                2
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              5
% 0.19/0.38  in_unit_clause_count:                9
% 0.19/0.38  in_horn_clause_count:               13
% 0.19/0.38  in_pos_clause_count:                 7
% 0.19/0.38  in_neg_clause_count:                 2
% 0.19/0.38  in_poseq_clause_count:               8
% 0.19/0.38  in_negeq_clause_count:               4
% 0.19/0.38  in_unitposeq_clause_count:           5
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             3
% 0.19/0.38  in_min_depth:              1
% 0.19/0.38  in_max_depth:              8
% 0.19/0.38  in_min_size:               2
% 0.19/0.38  in_max_size:              22
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               4
% 0.19/0.38  in_extaxiom_count:                 7
% 0.19/0.38  in_axiom_count:                    4
% 0.19/0.38  in_assumption_count:               1
% 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  
% 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.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.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.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: 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 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: 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.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 0: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  
% 0.19/0.53  fork 3: search terminated without proof.
% 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 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.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.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["hardness_pref","prohibit_unordered_para","prohibit_deep_para"],"query_preference":1}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":100,"depth_penalty":100,"length_penalty":100}
% 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.55  
% 0.19/0.55  **** run 12 fork 3 starts with strategy
% 0.19/0.55  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":1}
% 1.91/0.65  
% 1.91/0.65  
% 1.91/0.65  fork 6: search terminated without proof.
% 1.91/0.65  
% 1.91/0.65  
% 1.91/0.65  fork 5: search terminated without proof.
% 1.91/0.66  
% 1.91/0.66  
% 1.91/0.66  fork 1: search terminated without proof.
% 1.91/0.66  
% 1.91/0.66  
% 1.91/0.66  fork 7: search terminated without proof.
% 1.91/0.67  
% 1.91/0.67  
% 1.91/0.67  fork 4: search terminated without proof.
% 1.91/0.67  
% 1.91/0.67  **** run 23 fork 6 starts with strategy
% 1.91/0.67  {"max_dseconds":1,"strategy":["query_focus","double"],"query_preference":1}
% 1.91/0.67  
% 1.91/0.67  **** run 22 fork 5 starts with strategy
% 1.91/0.67  {"max_dseconds":1,"strategy":["negative_pref","prohibit_nested_para"],"query_preference":0}
% 1.91/0.67  
% 1.91/0.67  
% 1.91/0.67  fork 0: search terminated without proof.
% 1.91/0.68  
% 1.91/0.68  **** run 18 fork 1 starts with strategy
% 1.91/0.68  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0}
% 1.91/0.68  
% 1.91/0.68  **** run 24 fork 7 starts with strategy
% 1.91/0.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 1.91/0.69  
% 1.91/0.69  **** run 21 fork 4 starts with strategy
% 1.91/0.69  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1,"length_penalty":100}
% 1.91/0.69  
% 1.91/0.69  **** run 17 fork 0 starts with strategy
% 1.91/0.69  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 1.91/0.70  
% 1.91/0.70  
% 1.91/0.70  fork 2: search terminated without proof.
% 1.91/0.71  
% 1.91/0.71  
% 1.91/0.71  fork 3: search terminated without proof.
% 1.91/0.72  
% 1.91/0.72  **** run 19 fork 2 starts with strategy
% 1.91/0.72  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":4}
% 1.91/0.73  
% 1.91/0.73  **** run 20 fork 3 starts with strategy
% 1.91/0.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"depth_penalty":100,"repeat_var_weight":1}
% 3.02/0.79  
% 3.02/0.79  
% 3.02/0.79  fork 1: search terminated without proof.
% 3.02/0.80  
% 3.02/0.80  
% 3.02/0.80  fork 5: search terminated without proof.
% 3.02/0.80  
% 3.02/0.80  
% 3.02/0.80  fork 4: search terminated without proof.
% 3.02/0.80  
% 3.02/0.80  
% 3.02/0.80  fork 6: search terminated without proof.
% 3.02/0.81  
% 3.02/0.81  
% 3.02/0.81  fork 7: search terminated without proof.
% 3.02/0.81  
% 3.02/0.81  **** run 26 fork 1 starts with strategy
% 3.02/0.82  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"length_penalty":100}
% 3.02/0.82  
% 3.02/0.82  
% 3.02/0.82  fork 0: search terminated without proof.
% 3.02/0.82  
% 3.02/0.82  **** run 30 fork 5 starts with strategy
% 3.02/0.82  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 3.51/0.82  
% 3.51/0.82  **** run 31 fork 6 starts with strategy
% 3.51/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.51/0.83  
% 3.51/0.83  **** run 29 fork 4 starts with strategy
% 3.51/0.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 3.51/0.84  
% 3.51/0.84  **** run 25 fork 0 starts with strategy
% 3.51/0.84  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"depth_penalty":100}
% 3.51/0.84  
% 3.51/0.84  **** run 32 fork 7 starts with strategy
% 3.51/0.84  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":2}
% 3.51/0.85  
% 3.51/0.85  
% 3.51/0.85  fork 2: search terminated without proof.
% 3.82/0.87  
% 3.82/0.87  fork 7: search finished without proof.
% 3.82/0.87  
% 3.82/0.87  
% 3.82/0.87  fork 3: search terminated without proof.
% 3.82/0.87  
% 3.82/0.87  **** run 27 fork 2 starts with strategy
% 3.82/0.87  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 3.82/0.88  
% 3.82/0.88  **** run 40 fork 7 starts with strategy
% 3.82/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1,"max_size":17}
% 3.82/0.89  
% 3.82/0.89  **** run 28 fork 3 starts with strategy
% 3.82/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para","prohibit_unordered_para"],"query_preference":1,"reverse_clauselist":1}
% 3.82/0.91  
% 3.82/0.91  fork 7: search finished without proof.
% 3.82/0.93  
% 3.82/0.93  **** run 48 fork 7 starts with strategy
% 3.82/0.93  {"max_dseconds":1,"strategy":["unit","pure_unit"],"max_size":30,"max_depth":10,"max_weight":300,"weight_select_ratio":1,"rewrite":0}
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 5: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 1: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 6: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  
% 4.42/0.96  fork 4: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  **** run 38 fork 5 starts with strategy
% 4.42/0.96  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["query_focus"],"max_dseconds":1}
% 4.42/0.97  
% 4.42/0.97  **** run 39 fork 6 starts with strategy
% 4.42/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 4.42/0.97  
% 4.42/0.97  
% 4.42/0.97  fork 0: search terminated without proof.
% 4.42/0.97  
% 4.42/0.97  **** run 34 fork 1 starts with strategy
% 4.42/0.97  {"weight_select_ratio":100,"query_preference":0,"strategy":["negative_pref","max_weight"],"max_dseconds":1}
% 4.71/0.98  
% 4.71/0.98  **** run 37 fork 4 starts with strategy
% 4.71/0.98  {"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["positive_pref"],"max_dseconds":1}
% 4.71/0.99  
% 4.71/0.99  
% 4.71/0.99  fork 2: search terminated without proof.
% 4.71/0.99  
% 4.71/0.99  **** run 33 fork 0 starts with strategy
% 4.71/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.71/1.01  
% 4.71/1.01  **** run 35 fork 2 starts with strategy
% 4.71/1.01  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"equality":0}
% 4.71/1.01  
% 4.71/1.01  
% 4.71/1.01  fork 3: search terminated without proof.
% 5.23/1.04  
% 5.23/1.04  **** run 36 fork 3 starts with strategy
% 5.23/1.04  {"max_dseconds":1,"strategy":["positive_pref"],"query_preference":0,"reverse_clauselist":1}
% 5.23/1.05  
% 5.23/1.05  
% 5.23/1.05  fork 7: search terminated without proof.
% 5.40/1.07  
% 5.40/1.07  **** run 56 fork 7 starts with strategy
% 5.40/1.07  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.40/1.09  
% 5.40/1.09  
% 5.40/1.09  fork 5: search terminated without proof.
% 5.40/1.09  
% 5.40/1.09  
% 5.40/1.09  fork 6: search terminated without proof.
% 5.40/1.09  
% 5.40/1.09  
% 5.40/1.09  fork 1: search terminated without proof.
% 5.40/1.10  
% 5.40/1.10  
% 5.40/1.10  fork 4: search terminated without proof.
% 5.40/1.11  
% 5.40/1.11  **** run 47 fork 6 starts with strategy
% 5.40/1.11  
% 5.40/1.11  **** run 46 fork 5 starts with strategy
% 5.40/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":3}
% 5.40/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"depth_penalty":100}
% 5.40/1.11  
% 5.40/1.11  **** run 42 fork 1 starts with strategy
% 5.40/1.11  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":1}
% 5.40/1.12  
% 5.40/1.12  **** run 45 fork 4 starts with strategy
% 5.40/1.12  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 5.91/1.12  
% 5.91/1.12  
% 5.91/1.12  fork 0: search terminated without proof.
% 5.91/1.13  
% 5.91/1.13  
% 5.91/1.13  fork 2: search terminated without proof.
% 5.91/1.14  
% 5.91/1.14  **** run 41 fork 0 starts with strategy
% 5.91/1.14  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0}
% 5.91/1.15  
% 5.91/1.15  **** run 43 fork 2 starts with strategy
% 5.91/1.15  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 5.91/1.16  
% 5.91/1.16  
% 5.91/1.16  fork 3: search terminated without proof.
% 6.23/1.18  
% 6.23/1.18  **** run 44 fork 3 starts with strategy
% 6.23/1.18  {"max_dseconds":1,"sine":5,"strategy":["hardness_pref","posunitpara"],"query_preference":1}
% 6.23/1.22  
% 6.23/1.22  
% 6.23/1.22  fork 7: search terminated without proof.
% 6.23/1.23  
% 6.23/1.23  
% 6.23/1.23  fork 5: search terminated without proof.
% 6.23/1.23  
% 6.23/1.23  
% 6.23/1.23  fork 6: search terminated without proof.
% 6.23/1.24  
% 6.23/1.24  **** run 64 fork 7 starts with strategy
% 6.23/1.24  {"depth_penalty":50,"query_preference":2,"strategy":["negative_pref"],"max_dseconds":1}
% 6.23/1.24  
% 6.23/1.24  
% 6.23/1.24  fork 1: search terminated without proof.
% 6.23/1.24  
% 6.23/1.24  
% 6.23/1.24  fork 4: search terminated without proof.
% 6.23/1.25  
% 6.23/1.25  **** run 55 fork 6 starts with strategy
% 6.23/1.25  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"rewrite":0}
% 6.23/1.25  
% 6.23/1.25  **** run 54 fork 5 starts with strategy
% 6.23/1.25  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"rewrite":0}
% 6.23/1.26  
% 6.23/1.26  **** run 53 fork 4 starts with strategy
% 6.23/1.26  {"max_dseconds":1,"strategy":["query_focus","max_ground_weight"],"query_preference":1}
% 6.23/1.27  
% 6.23/1.27  
% 6.23/1.27  fork 2: search terminated without proof.
% 6.23/1.28  
% 6.23/1.28  **** run 50 fork 1 starts with strategy
% 6.23/1.28  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.23/1.29  
% 6.23/1.29  **** run 51 fork 2 starts with strategy
% 6.23/1.29  {"max_dseconds":1,"strategy":["hardness_pref"],"query_preference":0,"weight_select_ratio":1,"depth_penalty":50,"length_penalty":100}
% 7.13/1.30  
% 7.13/1.30  
% 7.13/1.30  fork 0: search terminated without proof.
% 7.13/1.32  
% 7.13/1.32  **** run 49 fork 0 starts with strategy
% 7.13/1.32  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":0}
% 7.13/1.33  
% 7.13/1.33  
% 7.13/1.33  fork 3: search terminated without proof.
% 7.60/1.35  
% 7.60/1.35  **** run 52 fork 3 starts with strategy
% 7.60/1.35  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":0}
% 7.60/1.37  
% 7.60/1.37  
% 7.60/1.37  fork 6: search terminated without proof.
% 7.60/1.38  
% 7.60/1.38  
% 7.60/1.38  fork 5: search terminated without proof.
% 7.60/1.38  
% 7.60/1.38  
% 7.60/1.38  fork 7: search terminated without proof.
% 7.60/1.39  
% 7.60/1.39  
% 7.60/1.39  fork 4: search terminated without proof.
% 7.60/1.39  
% 7.60/1.39  **** run 63 fork 6 starts with strategy
% 7.60/1.39  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":1}
% 8.08/1.40  
% 8.08/1.40  **** run 62 fork 5 starts with strategy
% 8.08/1.40  {"max_dseconds":1,"strategy":["unit","pure_unit"],"query_preference":0}
% 8.08/1.40  
% 8.08/1.40  **** run 72 fork 7 starts with strategy
% 8.08/1.40  {"max_dseconds":1,"strategy":["query_focus","positive_pref"],"query_preference":1}
% 8.08/1.41  
% 8.08/1.41  **** run 61 fork 4 starts with strategy
% 8.08/1.41  {"max_dseconds":1,"strategy":["negative_pref","posunitpara"],"query_preference":1,"max_depth":2,"depth_penalty":50,"length_penalty":100}
% 8.08/1.41  
% 8.08/1.41  
% 8.08/1.41  fork 2: search terminated without proof.
% 8.08/1.41  
% 8.08/1.41  
% 8.08/1.41  fork 1: search terminated without proof.
% 8.08/1.42  
% 8.08/1.42  fork 6: search finished without proof.
% 8.08/1.43  
% 8.08/1.43  **** run 59 fork 2 starts with strategy
% 8.08/1.43  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":0,"max_depth":3}
% 8.08/1.44  
% 8.08/1.44  **** run 58 fork 1 starts with strategy
% 8.08/1.44  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"length_penalty":100}
% 8.08/1.44  
% 8.08/1.44  fork 4: search finished without proof.
% 8.08/1.44  
% 8.08/1.44  **** run 71 fork 6 starts with strategy
% 8.08/1.44  {"max_dseconds":1,"strategy":["unit","pure_unit"],"weight_select_ratio":1,"query_preference":0}
% 8.08/1.45  
% 8.08/1.45  
% 8.08/1.45  fork 0: search terminated without proof.
% 8.08/1.46  
% 8.08/1.46  **** run 69 fork 4 starts with strategy
% 8.08/1.46  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"max_depth":6,"var_weight":1}
% 8.53/1.47  
% 8.53/1.47  fork 2: search finished without proof.
% 8.53/1.47  
% 8.53/1.47  **** run 57 fork 0 starts with strategy
% 8.53/1.47  {"max_dseconds":1,"strategy":["query_focus","unit"],"query_preference":2}
% 8.53/1.48  
% 8.53/1.48  
% 8.53/1.48  fork 3: search terminated without proof.
% 8.53/1.49  
% 8.53/1.49  **** run 67 fork 2 starts with strategy
% 8.53/1.49  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"max_depth":2}
% 8.53/1.50  
% 8.53/1.50  **** run 60 fork 3 starts with strategy
% 8.53/1.50  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"var_weight":1,"weight_select_ratio":30,"depth_penalty":100}
% 8.53/1.51  
% 8.53/1.51  fork 2: search finished without proof.
% 8.53/1.52  
% 8.53/1.52  
% 8.53/1.52  fork 5: search terminated without proof.
% 8.53/1.53  
% 8.53/1.53  **** run 75 fork 2 starts with strategy
% 8.53/1.53  {"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 8.53/1.53  
% 8.53/1.53  
% 8.53/1.53  fork 7: search terminated without proof.
% 8.53/1.54  
% 8.53/1.54  **** run 70 fork 5 starts with strategy
% 8.53/1.54  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 8.53/1.55  
% 8.53/1.55  **** run 80 fork 7 starts with strategy
% 8.53/1.55  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"max_depth":2}
% 9.32/1.56  
% 9.32/1.56  
% 9.32/1.56  fork 1: search terminated without proof.
% 9.32/1.56  
% 9.32/1.56  
% 9.32/1.56  fork 6: search terminated without proof.
% 9.32/1.58  
% 9.32/1.58  
% 9.32/1.58  fork 4: search terminated without proof.
% 9.32/1.58  
% 9.32/1.58  fork 7: search finished without proof.
% 9.32/1.58  
% 9.32/1.58  **** run 66 fork 1 starts with strategy
% 9.32/1.58  {"weight_select_ratio":100,"query_preference":1,"strategy":["negative_pref"],"max_dseconds":1}
% 9.32/1.58  
% 9.32/1.58  **** run 79 fork 6 starts with strategy
% 9.32/1.58  {"var_weight":70,"repeat_var_weight":70,"length_penalty":100,"depth_penalty":100,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 9.63/1.60  
% 9.63/1.60  **** run 88 fork 7 starts with strategy
% 9.63/1.60  {"rewrite":0,"depth_penalty":50,"query_preference":1,"strategy":["query_focus","hornpref"],"max_dseconds":1}
% 9.63/1.60  
% 9.63/1.60  
% 9.63/1.60  fork 0: search terminated without proof.
% 9.63/1.60  
% 9.63/1.60  **** run 77 fork 4 starts with strategy
% 9.63/1.60  {"weight_select_ratio":100,"var_weight":70,"repeat_var_weight":70,"query_preference":0,"strategy":["hardness_pref"],"max_dseconds":1}
% 9.63/1.62  
% 9.63/1.62  **** run 65 fork 0 starts with strategy
% 9.63/1.62  {"max_depth":0,"length_penalty":100,"query_preference":2,"strategy":["hardness_pref","posunitpara"],"max_dseconds":1}
% 9.63/1.63  
% 9.63/1.63  
% 9.63/1.63  fork 3: search terminated without proof.
% 9.98/1.65  
% 9.98/1.65  
% 9.98/1.65  fork 2: search terminated without proof.
% 9.98/1.65  
% 9.98/1.65  **** run 68 fork 3 starts with strategy
% 9.98/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6,"var_weight":1}
% 9.98/1.66  
% 9.98/1.66  
% 9.98/1.66  fork 5: search terminated without proof.
% 9.98/1.67  
% 9.98/1.67  **** run 83 fork 2 starts with strategy
% 9.98/1.67  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight"],"max_dseconds":1}
% 9.98/1.68  
% 9.98/1.68  **** run 78 fork 5 starts with strategy
% 9.98/1.68  {"var_weight":70,"repeat_var_weight":70,"depth_penalty":50,"query_preference":1,"strategy":["positive_pref","unit"],"max_dseconds":1}
% 10.46/1.70  
% 10.46/1.70  
% 10.46/1.70  fork 1: search terminated without proof.
% 10.46/1.71  
% 10.46/1.71  
% 10.46/1.71  fork 6: search terminated without proof.
% 10.46/1.72  
% 10.46/1.72  
% 10.46/1.72  fork 4: search terminated without proof.
% 10.46/1.72  
% 10.46/1.72  
% 10.46/1.72  fork 7: search terminated without proof.
% 10.46/1.72  
% 10.46/1.72  **** run 74 fork 1 starts with strategy
% 10.46/1.72  {"max_depth":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 10.46/1.73  
% 10.46/1.73  **** run 87 fork 6 starts with strategy
% 10.46/1.73  {"depth_penalty":50,"query_preference":1,"strategy":["hardness_pref","hornpref","max_weight"],"max_dseconds":1}
% 10.46/1.74  
% 10.46/1.74  **** run 85 fork 4 starts with strategy
% 10.46/1.74  {"max_dseconds":1,"strategy":["negative_pref"],"query_preference":1,"var_weight":1,"repeat_var_weight":1}
% 10.46/1.74  
% 10.46/1.74  
% 10.46/1.74  fork 0: search terminated without proof.
% 10.46/1.74  
% 10.46/1.74  **** run 96 fork 7 starts with strategy
% 10.46/1.74  {"max_dseconds":10,"strategy":["negative_pref"],"query_preference":1}
% 10.92/1.76  
% 10.92/1.76  **** run 73 fork 0 starts with strategy
% 10.92/1.76  {"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.92/1.78  
% 10.92/1.78  
% 10.92/1.78  fork 3: search terminated without proof.
% 10.92/1.79  
% 10.92/1.79  
% 10.92/1.79  fork 2: search terminated without proof.
% 10.92/1.80  
% 10.92/1.80  **** run 76 fork 3 starts with strategy
% 10.92/1.80  {"max_dseconds":1,"strategy":["hardness_pref","posunitpara"],"query_preference":0,"depth_penalty":50,"length_penalty":100}
% 10.92/1.80  
% 10.92/1.80  
% 10.92/1.80  fork 5: search terminated without proof.
% 10.92/1.81  
% 10.92/1.81  **** run 91 fork 2 starts with strategy
% 10.92/1.81  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1,"weight_select_ratio":30,"depth_penalty":100,"length_penalty":100}
% 10.92/1.82  
% 10.92/1.82  **** run 86 fork 5 starts with strategy
% 10.92/1.82  {"max_dseconds":1,"strategy":["query_focus","posunitpara"],"query_preference":1,"depth_penalty":50,"length_penalty":100}
% 10.92/1.84  
% 10.92/1.84  
% 10.92/1.84  fork 1: search terminated without proof.
% 10.92/1.85  
% 10.92/1.85  
% 10.92/1.85  fork 6: search terminated without proof.
% 11.69/1.86  
% 11.69/1.86  
% 11.69/1.86  fork 4: search terminated without proof.
% 11.69/1.86  
% 11.69/1.86  **** run 82 fork 1 starts with strategy
% 11.69/1.86  {"max_dseconds":1,"strategy":["negative_pref","max_ground_weight"],"query_preference":0}
% 11.69/1.87  
% 11.69/1.87  **** run 95 fork 6 starts with strategy
% 11.69/1.87  {"max_dseconds":10,"strategy":["query_focus"],"query_preference":1}
% 11.69/1.88  
% 11.69/1.88  **** run 93 fork 4 starts with strategy
% 11.69/1.88  {"weight_select_ratio":100,"rewrite":0,"depth_penalty":100,"query_preference":0,"strategy":["unit","posunitpara"],"max_dseconds":1}
% 11.69/1.88  
% 11.69/1.88  
% 11.69/1.88  fork 0: search terminated without proof.
% 11.69/1.90  
% 11.69/1.90  **** run 81 fork 0 starts with strategy
% 11.69/1.90  {"max_dseconds":1,"strategy":["hardness_pref","max_ground_weight"],"query_preference":0}
% 11.69/1.92  
% 11.69/1.92  
% 11.69/1.92  fork 3: search terminated without proof.
% 11.69/1.93  
% 11.69/1.93  
% 11.69/1.93  fork 2: search terminated without proof.
% 11.69/1.94  
% 11.69/1.94  
% 11.69/1.94  fork 5: search terminated without proof.
% 11.69/1.95  
% 11.69/1.95  **** run 84 fork 3 starts with strategy
% 11.69/1.95  {"length_penalty":100,"depth_penalty":100,"query_preference":0,"strategy":["negative_pref","hornpref","max_weight","prohibit_unordered_para"],"max_dseconds":1}
% 11.69/1.95  
% 11.69/1.95  **** run 99 fork 2 starts with strategy
% 11.69/1.95  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 11.69/1.96  
% 11.69/1.96  **** run 94 fork 5 starts with strategy
% 11.69/1.96  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.69/2.00  
% 11.69/2.00  
% 11.69/2.00  fork 4: search terminated without proof.
% 11.69/2.02  
% 11.69/2.02  **** run 101 fork 4 starts with strategy
% 11.69/2.02  {"max_dseconds":10,"strategy":["unit","prohibit_nested_para","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 12.49/2.02  
% 12.49/2.02  
% 12.49/2.02  fork 0: search terminated without proof.
% 12.49/2.04  
% 12.49/2.04  **** run 89 fork 0 starts with strategy
% 12.49/2.04  {"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}
% 13.27/2.07  
% 13.27/2.07  
% 13.27/2.07  fork 3: search terminated without proof.
% 13.27/2.07  
% 13.27/2.07  
% 13.27/2.07  fork 1: search terminated without proof.
% 13.27/2.09  
% 13.27/2.09  **** run 92 fork 3 starts with strategy
% 13.27/2.09  {"length_penalty":100,"query_preference":1,"strategy":["positive_pref","posunitpara"],"max_dseconds":1}
% 13.27/2.09  
% 13.27/2.09  **** run 90 fork 1 starts with strategy
% 13.27/2.09  {"query_preference":1,"strategy":["unit","max_weight"],"max_dseconds":1}
% 13.81/2.17  
% 13.81/2.17  
% 13.81/2.17  fork 0: search terminated without proof.
% 13.81/2.19  
% 13.81/2.19  **** run 97 fork 0 starts with strategy
% 13.81/2.19  {"max_dseconds":10,"sine":5,"strategy":["negative_pref"],"query_preference":1}
% 13.81/2.23  
% 13.81/2.23  
% 13.81/2.23  fork 1: search terminated without proof.
% 13.81/2.23  
% 13.81/2.23  
% 13.81/2.23  fork 3: search terminated without proof.
% 14.56/2.24  
% 14.56/2.24  **** run 98 fork 1 starts with strategy
% 14.56/2.24  {"max_dseconds":10,"strategy":["negative_pref","prohibit_unordered_para"],"query_preference":0}
% 14.56/2.25  
% 14.56/2.25  **** run 100 fork 3 starts with strategy
% 14.56/2.25  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 17.06/2.60  
% 17.06/2.60  
% 17.06/2.60  result: proof found
% 17.06/2.60  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.06/2.60  by run 94 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 17.06/2.60  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 17.06/2.60  
% 17.06/2.60  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 17.06/2.60  
% 17.06/2.60  run 94 fork 5 statistics:
% 17.06/2.60  ----------------------------------
% 17.06/2.60  this run seconds: 0.377674
% 17.06/2.60  total seconds: 1.979985
% 17.06/2.60  stat_given_used: 171
% 17.06/2.60  stat_given_used_at_endgame: 0
% 17.06/2.60  stat_given_candidates:   234
% 17.06/2.60  stat_given_candidates_at_endgame: 0
% 17.06/2.60  stat_given_candidates_h: 0
% 17.06/2.60  stat_binres_derived_cl:   162
% 17.06/2.60  stat_binres_derived_cl_h: 0
% 17.06/2.60  stat_factor_derived_cl: 2
% 17.06/2.60  stat_para_derived_cl: 8363
% 17.06/2.60  stat_tautologies_discarded: 0
% 17.06/2.60  stat_forward_subsumed: 3986
% 17.06/2.60  stat_derived_cut: 4
% 17.06/2.60  stat_derived_rewritten: 4
% 17.06/2.60  stat_weight_discarded_building: 0
% 17.06/2.60  stat_weight_discarded_cl: 0
% 17.06/2.60  stat_internlimit_discarded_cl: 0
% 17.06/2.60  stat_simplified:  4 simplified 0 derived 0 given
% 17.06/2.60  stat_kept_cl: 4305
% 17.06/2.60  stat_built_cl: 4651
% 17.06/2.60  stat_hyperres_partial_cl: 0
% 17.06/2.60  stat_made_rewriters: 71
% 17.06/2.60  stat_backward_subsumed: 0
% 17.06/2.60  stat_propagated_subsumed: 0
% 17.06/2.60  stat_clsubs_attempted:                       427
% 17.06/2.60  stat_clsubs_fact_groundunit_found:             2
% 17.06/2.60  stat_clsubs_rule_groundunit_found:             5
% 17.06/2.60  stat_clsubs_top_meta_attempted:               5296
% 17.06/2.60  stat_clsubs_top_meta_failed:                  4869
% 17.06/2.60  stat_clsubs_top_meta_nonpref_attempted:                5296
% 17.06/2.60  stat_clsubs_top_meta_nonpref_succeeded:                3418
% 17.06/2.60  stat_clsubs_top_meta_pref_attempted:                   3418
% 17.06/2.60  stat_clsubs_top_meta_pref1_succeeded:                   667
% 17.06/2.60  stat_clsubs_top_meta_pref2_succeeded:                   434
% 17.06/2.60  stat_clsubs_top_meta_pref3_succeeded:                   427
% 17.06/2.60  stat_clsubs_top_meta_pref_succeeded:                    427
% 17.06/2.60  stat_clsubs_meta_attempted:                  429
% 17.06/2.60  stat_clsubs_meta_failed:                       7
% 17.06/2.60  stat_clsubs_predsymbs_attempted:               0
% 17.06/2.60  stat_clsubs_unit_attempted:                  425
% 17.06/2.60  stat_clsubs_full_attempted:                    2
% 17.06/2.60  stat_forwardsubs_attempted:                 8291
% 17.06/2.60  stat_lit_hash_added:                   4610
% 17.06/2.60  stat_lit_hash_computed:               14245
% 17.06/2.60  stat_lit_hash_match_found:             4000
% 17.06/2.60  stat_lit_hash_match_miss:             10832
% 17.06/2.60  stat_lit_hash_cut_ok:                     5
% 17.06/2.60  stat_lit_strong_cut_ok:                   0
% 17.06/2.60  stat_lit_hash_subsume_ok:              3986
% 17.06/2.60  clqueue els 10000000 used 1
% 17.06/2.60  clactive els 10000000 used 172
% 17.06/2.60  clactivesubsume els 10000000 used 271
% 17.06/2.60  queue_termbuf els 200000000 used 775349
% 17.06/2.60  hyper_termbuf els 100000000 used 1
% 17.06/2.60  active_termbuf els 100000000 used 19858
% 17.06/2.60  varstack els 5000 last used 1
% 17.06/2.60  given_termbuf els 10000000 last used 1
% 17.06/2.60  simplified_termbuf els 10000000 last used 1
% 17.06/2.60  derived_termbuf els 10000000 last used 138
% 17.06/2.60  wr_mallocs: 20232
% 17.06/2.60  wr_callocs: 21
% 17.06/2.60  wr_reallocs: 710
% 17.06/2.60  wr_frees: 2
% 17.06/2.60  wr_malloc_bytes: 4163303076
% 17.06/2.60  wr_calloc_bytes: 112065536
% 17.06/2.60  wr_realloc_bytes: 105184
% 17.06/2.60  wr_realloc_freebytes: 0
% 17.06/2.60  ----------------------------------
%------------------------------------------------------------------------------