TSTP Solution File: RNG017-6 by GKC---0.8

View Problem - Process Solution

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

% Computer : n015.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 13:53:41 EDT 2023

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

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    add(additive_inverse(X),X) = additive_identity,
    inference(cnf_transformation,[],['$inc_left_additive_inverse']) ).

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

cnf('3',plain,
    add(X,additive_inverse(X)) = additive_identity,
    inference(cnf_transformation,[],['$inc_right_additive_inverse']) ).

cnf('4',plain,
    add(X,add(Y,Z)) = add(add(X,Y),Z),
    inference(cnf_transformation,[],['$inc_associativity_for_addition']) ).

cnf('5',plain,
    add(X3,additive_identity) = add(add(X3,Y3),additive_inverse(Y3)),
    inference(paramodulation,[],['3','4']) ).

cnf('6',plain,
    add(X,additive_identity) = X,
    inference(cnf_transformation,[],['$inc_right_additive_identity']) ).

cnf('7',plain,
    X = add(add(X,Y),additive_inverse(Y)),
    inference(simplify,[],['5','6']) ).

cnf('8',plain,
    multiply(X,Y) = add(multiply(add(X,Z),Y),additive_inverse(multiply(Z,Y))),
    inference(paramodulation,[],['2','7']) ).

cnf('9',plain,
    multiply(additive_inverse(X3),Y3) = add(multiply(additive_identity,Y3),additive_inverse(multiply(X3,Y3))),
    inference(paramodulation,[],['1','8']) ).

cnf('10',plain,
    multiply(additive_identity,X) = additive_identity,
    inference(cnf_transformation,[],['$inc_left_multiplicative_zero']) ).

cnf('11',plain,
    add(additive_identity,X) = X,
    inference(cnf_transformation,[],['$inc_left_additive_identity']) ).

cnf('12',plain,
    multiply(additive_inverse(X),Y) = additive_inverse(multiply(X,Y)),
    inference(simplify,[then_simplify],['9','10','11']) ).

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

cnf('14',plain,
    add(additive_inverse(X),add(Y,X)) = Y,
    inference(paramodulation,[],['7','13']) ).

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

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

cnf('17',plain,
    multiply(additive_inverse(x),add(y,z)) != add(additive_inverse(multiply(x,y)),additive_inverse(multiply(x,z))),
    inference(cnf_transformation,[],[prove_distributivity]) ).

cnf('18',plain,
    multiply(additive_inverse(x),add(y,z)) != additive_inverse(add(multiply(x,y),multiply(x,z))),
    inference(paramodulation,[],['16','17']) ).

cnf('19',plain,
    multiply(X,add(Y,Z)) = add(multiply(X,Y),multiply(X,Z)),
    inference(cnf_transformation,[],['$inc_distribute1']) ).

cnf('20',plain,
    multiply(additive_inverse(x),add(y,z)) != additive_inverse(multiply(x,add(y,z))),
    inference(simplify,[],['18','19']) ).

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


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : RNG017-6 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command  : gkc %s
% 0.12/0.33  % Computer : n015.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Sun Aug 27 03:21:08 EDT 2023
% 0.12/0.33  % CPUTime  : 
% 0.16/0.37  
% 0.16/0.37  input clause set summed statistics:
% 0.16/0.37  ----------------------------------
% 0.16/0.37  in_clause_count:                    16
% 0.16/0.37  in_rule_clause_count:               16
% 0.16/0.37  in_fact_clause_count:                0
% 0.16/0.37  in_answer_clause_count:              0
% 0.16/0.37  in_ground_clause_count:              1
% 0.16/0.37  in_unit_clause_count:               16
% 0.16/0.37  in_horn_clause_count:               16
% 0.16/0.37  in_pos_clause_count:                15
% 0.16/0.37  in_neg_clause_count:                 1
% 0.16/0.37  in_poseq_clause_count:              15
% 0.16/0.37  in_negeq_clause_count:               1
% 0.16/0.37  in_unitposeq_clause_count:          15
% 0.16/0.37  in_chain_clause_count:               0
% 0.16/0.37  in_min_length:             1
% 0.16/0.37  in_max_length:             1
% 0.16/0.37  in_min_depth:              2
% 0.16/0.37  in_max_depth:              5
% 0.16/0.37  in_min_size:               5
% 0.16/0.37  in_max_size:              17
% 0.16/0.37  in_min_vars:               0
% 0.16/0.37  in_max_vars:               3
% 0.16/0.37  in_extaxiom_count:                15
% 0.16/0.37  in_axiom_count:                    0
% 0.16/0.37  in_assumption_count:               0
% 0.16/0.37  in_goal_count:                     1
% 0.16/0.37  in_neg_goal_count:                 1
% 0.16/0.37  in_pos_goal_count:                 0
% 0.16/0.37  in_posunit_goal_count:             0
% 0.16/0.37  
% 0.16/0.37  auto guide:
% 0.16/0.37  -----------
% 0.16/0.37  {
% 0.16/0.37  "print":1,
% 0.16/0.37  "print_level": 15,
% 0.16/0.37  "max_size": 0,
% 0.16/0.37  "max_depth": 0,
% 0.16/0.37  "max_length": 0,
% 0.16/0.37  "max_dseconds": 0,
% 0.16/0.37  "runs":[
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.37  
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.37  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.38  
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.38  
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.38  
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.16/0.38  
% 0.16/0.38  ]}
% 0.16/0.38  
% 0.16/0.38  
% 0.16/0.38  **** run 2 fork 1 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.16/0.38  
% 0.16/0.38  **** run 3 fork 2 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.38  
% 0.16/0.38  **** run 4 fork 3 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.38  
% 0.16/0.38  **** run 5 fork 4 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.16/0.38  
% 0.16/0.38  **** run 7 fork 6 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.16/0.38  
% 0.16/0.38  **** run 8 fork 7 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.38  
% 0.16/0.38  **** run 1 fork 0 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.16/0.38  
% 0.16/0.38  **** run 6 fork 5 starts with strategy
% 0.16/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 1: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 2: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 3: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 4: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 7: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 6: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 5: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  
% 0.16/0.50  fork 0: search terminated without proof.
% 0.16/0.53  
% 0.16/0.53  **** run 9 fork 0 starts with strategy
% 0.16/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.53  
% 0.16/0.53  **** run 11 fork 2 starts with strategy
% 0.16/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.54  
% 0.16/0.54  **** run 15 fork 6 starts with strategy
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.54  
% 0.16/0.54  **** run 13 fork 4 starts with strategy
% 0.16/0.54  
% 0.16/0.54  **** run 16 fork 7 starts with strategy
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.16/0.54  
% 0.16/0.54  **** run 14 fork 5 starts with strategy
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.54  
% 0.16/0.54  **** run 10 fork 1 starts with strategy
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.54  
% 0.16/0.54  **** run 12 fork 3 starts with strategy
% 0.16/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.64  
% 0.16/0.64  
% 0.16/0.64  fork 0: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 2: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 4: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 7: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 1: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 6: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 5: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  
% 0.16/0.65  fork 3: search terminated without proof.
% 0.16/0.67  
% 0.16/0.67  **** run 19 fork 2 starts with strategy
% 0.16/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.16/0.68  
% 0.16/0.68  **** run 22 fork 5 starts with strategy
% 0.16/0.68  
% 0.16/0.68  **** run 23 fork 6 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.68  
% 0.16/0.68  **** run 24 fork 7 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.68  
% 0.16/0.68  **** run 21 fork 4 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.68  
% 0.16/0.68  **** run 20 fork 3 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.16/0.68  
% 0.16/0.68  **** run 18 fork 1 starts with strategy
% 0.16/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.70  
% 0.16/0.70  **** run 17 fork 0 starts with strategy
% 0.16/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.79  
% 0.16/0.79  
% 0.16/0.79  fork 4: search terminated without proof.
% 0.16/0.80  
% 0.16/0.80  
% 0.16/0.80  fork 7: search terminated without proof.
% 0.16/0.80  
% 0.16/0.80  
% 0.16/0.80  fork 3: search terminated without proof.
% 0.16/0.80  
% 0.16/0.80  
% 0.16/0.80  fork 1: search terminated without proof.
% 0.16/0.81  
% 0.16/0.81  
% 0.16/0.81  fork 2: search terminated without proof.
% 0.16/0.81  
% 0.16/0.81  
% 0.16/0.81  fork 6: search terminated without proof.
% 0.16/0.81  
% 0.16/0.81  
% 0.16/0.81  fork 5: search terminated without proof.
% 0.16/0.82  
% 0.16/0.82  **** run 29 fork 4 starts with strategy
% 0.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.82  
% 0.16/0.82  **** run 32 fork 7 starts with strategy
% 0.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.16/0.82  
% 0.16/0.82  **** run 28 fork 3 starts with strategy
% 0.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.82  
% 0.16/0.82  **** run 26 fork 1 starts with strategy
% 0.16/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.83  
% 0.16/0.83  **** run 27 fork 2 starts with strategy
% 0.16/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.84  
% 0.16/0.84  **** run 30 fork 5 starts with strategy
% 0.16/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.84  
% 0.16/0.84  **** run 31 fork 6 starts with strategy
% 0.16/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.75/0.93  
% 2.75/0.93  
% 2.75/0.93  fork 4: search terminated without proof.
% 4.51/0.95  
% 4.51/0.95  
% 4.51/0.95  fork 7: search terminated without proof.
% 4.51/0.96  
% 4.51/0.96  
% 4.51/0.96  fork 1: search terminated without proof.
% 4.51/0.96  
% 4.51/0.96  
% 4.51/0.96  fork 3: search terminated without proof.
% 4.51/0.96  
% 4.51/0.96  
% 4.51/0.96  fork 2: search terminated without proof.
% 4.51/0.96  
% 4.51/0.96  **** run 37 fork 4 starts with strategy
% 4.51/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.51/0.96  
% 4.51/0.96  
% 4.51/0.96  fork 6: search terminated without proof.
% 4.51/0.96  
% 4.51/0.96  
% 4.51/0.96  fork 5: search terminated without proof.
% 4.51/0.98  
% 4.51/0.98  **** run 34 fork 1 starts with strategy
% 4.51/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.51/0.98  
% 4.51/0.98  **** run 36 fork 3 starts with strategy
% 4.51/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.51/0.98  
% 4.51/0.98  **** run 35 fork 2 starts with strategy
% 4.51/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.51/0.98  
% 4.51/0.98  **** run 40 fork 7 starts with strategy
% 4.51/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.51/0.99  
% 4.51/0.99  **** run 38 fork 5 starts with strategy
% 4.51/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.51/0.99  
% 4.51/0.99  **** run 39 fork 6 starts with strategy
% 4.51/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 5.16/1.09  
% 5.16/1.09  
% 5.16/1.09  fork 4: search terminated without proof.
% 5.16/1.10  
% 5.16/1.10  
% 5.16/1.10  fork 1: search terminated without proof.
% 5.16/1.10  
% 5.16/1.10  
% 5.16/1.10  fork 7: search terminated without proof.
% 5.16/1.11  
% 5.16/1.11  
% 5.16/1.11  fork 3: search terminated without proof.
% 5.16/1.11  
% 5.16/1.11  
% 5.16/1.11  fork 2: search terminated without proof.
% 5.16/1.11  
% 5.16/1.11  
% 5.16/1.11  fork 5: search terminated without proof.
% 5.16/1.11  
% 5.16/1.11  
% 5.16/1.11  fork 6: search terminated without proof.
% 5.16/1.12  
% 5.16/1.12  **** run 42 fork 1 starts with strategy
% 5.16/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.16/1.12  
% 5.16/1.12  **** run 45 fork 4 starts with strategy
% 5.16/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.16/1.12  
% 5.16/1.12  **** run 48 fork 7 starts with strategy
% 5.16/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.16/1.14  
% 5.16/1.14  **** run 43 fork 2 starts with strategy
% 5.16/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.16/1.14  
% 5.16/1.14  **** run 46 fork 5 starts with strategy
% 5.16/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.16/1.14  
% 5.16/1.14  **** run 44 fork 3 starts with strategy
% 5.16/1.14  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.16/1.14  
% 5.16/1.14  fork 1: search finished without proof.
% 5.16/1.14  
% 5.16/1.14  **** run 47 fork 6 starts with strategy
% 5.16/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.85/1.16  
% 5.85/1.16  **** run 50 fork 1 starts with strategy
% 5.85/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 5.85/1.16  
% 5.85/1.16  fork 3: search finished without proof.
% 5.85/1.17  
% 5.85/1.17  fork 2: search finished without proof.
% 5.85/1.17  
% 5.85/1.17  fork 5: search finished without proof.
% 5.85/1.18  
% 5.85/1.18  **** run 52 fork 3 starts with strategy
% 5.85/1.18  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 5.85/1.19  
% 5.85/1.19  **** run 51 fork 2 starts with strategy
% 5.85/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 5.85/1.19  
% 5.85/1.19  **** run 54 fork 5 starts with strategy
% 5.85/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.22/1.22  
% 6.22/1.22  fork 2: search finished without proof.
% 6.22/1.24  
% 6.22/1.24  
% 6.22/1.24  fork 4: search terminated without proof.
% 6.22/1.24  
% 6.22/1.24  **** run 59 fork 2 starts with strategy
% 6.22/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.58/1.26  
% 6.58/1.26  
% 6.58/1.26  fork 7: search terminated without proof.
% 6.58/1.26  
% 6.58/1.26  
% 6.58/1.26  fork 6: search terminated without proof.
% 6.58/1.26  
% 6.58/1.26  **** run 53 fork 4 starts with strategy
% 6.58/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.58/1.27  
% 6.58/1.27  
% 6.58/1.27  fork 1: search terminated without proof.
% 6.58/1.28  
% 6.58/1.28  **** run 56 fork 7 starts with strategy
% 6.58/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.58/1.28  
% 6.58/1.28  **** run 55 fork 6 starts with strategy
% 6.58/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.58/1.29  
% 6.58/1.29  **** run 58 fork 1 starts with strategy
% 6.58/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 6.58/1.30  
% 6.58/1.30  
% 6.58/1.30  fork 3: search terminated without proof.
% 6.58/1.31  
% 6.58/1.31  
% 6.58/1.31  fork 5: search terminated without proof.
% 6.58/1.32  
% 6.58/1.32  **** run 60 fork 3 starts with strategy
% 6.58/1.32  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.58/1.33  
% 6.58/1.33  **** run 62 fork 5 starts with strategy
% 6.58/1.33  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.29/1.36  
% 7.29/1.36  
% 7.29/1.36  fork 2: search terminated without proof.
% 7.29/1.38  
% 7.29/1.38  
% 7.29/1.38  fork 4: search terminated without proof.
% 7.29/1.39  
% 7.29/1.39  **** run 67 fork 2 starts with strategy
% 7.29/1.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.64/1.40  
% 7.64/1.40  
% 7.64/1.40  fork 7: search terminated without proof.
% 7.64/1.41  
% 7.64/1.41  
% 7.64/1.41  fork 6: search terminated without proof.
% 7.64/1.41  
% 7.64/1.41  **** run 61 fork 4 starts with strategy
% 7.64/1.41  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.64/1.42  
% 7.64/1.42  
% 7.64/1.42  fork 1: search terminated without proof.
% 7.64/1.43  
% 7.64/1.43  **** run 64 fork 7 starts with strategy
% 7.64/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.64/1.43  
% 7.64/1.43  
% 7.64/1.43  fork 3: search terminated without proof.
% 7.64/1.43  
% 7.64/1.43  **** run 63 fork 6 starts with strategy
% 7.64/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.96/1.45  
% 7.96/1.45  **** run 66 fork 1 starts with strategy
% 7.96/1.45  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 7.96/1.46  
% 7.96/1.46  
% 7.96/1.46  fork 5: search terminated without proof.
% 7.96/1.46  
% 7.96/1.46  **** run 68 fork 3 starts with strategy
% 7.96/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.96/1.48  
% 7.96/1.48  **** run 70 fork 5 starts with strategy
% 7.96/1.48  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.96/1.52  
% 7.96/1.52  
% 7.96/1.52  fork 2: search terminated without proof.
% 7.96/1.53  
% 7.96/1.53  
% 7.96/1.53  fork 4: search terminated without proof.
% 7.96/1.54  
% 7.96/1.54  **** run 75 fork 2 starts with strategy
% 7.96/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 8.66/1.55  
% 8.66/1.55  
% 8.66/1.55  fork 7: search terminated without proof.
% 8.66/1.56  
% 8.66/1.56  
% 8.66/1.56  fork 6: search terminated without proof.
% 8.66/1.56  
% 8.66/1.56  **** run 69 fork 4 starts with strategy
% 8.66/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 8.66/1.58  
% 8.66/1.58  
% 8.66/1.58  fork 1: search terminated without proof.
% 8.66/1.58  
% 8.66/1.58  **** run 72 fork 7 starts with strategy
% 8.66/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 8.66/1.58  
% 8.66/1.58  
% 8.66/1.58  fork 3: search terminated without proof.
% 8.66/1.58  
% 8.66/1.58  **** run 71 fork 6 starts with strategy
% 8.66/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 8.66/1.61  
% 8.66/1.61  **** run 76 fork 3 starts with strategy
% 8.66/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 8.66/1.61  
% 8.66/1.61  **** run 74 fork 1 starts with strategy
% 8.66/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 8.66/1.61  
% 8.66/1.61  
% 8.66/1.61  fork 5: search terminated without proof.
% 8.66/1.63  
% 8.66/1.63  **** run 78 fork 5 starts with strategy
% 8.66/1.63  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.66/1.67  
% 8.66/1.67  
% 8.66/1.67  fork 2: search terminated without proof.
% 8.66/1.69  
% 8.66/1.69  
% 8.66/1.69  fork 4: search terminated without proof.
% 8.66/1.69  
% 8.66/1.69  
% 8.66/1.69  result: proof found
% 8.66/1.69  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 8.66/1.69  by run 17 fork 0 strategy {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 8.66/1.69  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 8.66/1.69  
% 8.66/1.69  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 8.66/1.70  
% 8.66/1.70  run 17 fork 0 statistics:
% 8.66/1.70  ----------------------------------
% 8.66/1.70  this run seconds: 0.064923
% 8.66/1.70  total seconds: 0.392268
% 8.66/1.70  stat_given_used: 115
% 8.66/1.70  stat_given_used_at_endgame: 0
% 8.66/1.70  stat_given_candidates:   1244
% 8.66/1.70  stat_given_candidates_at_endgame: 0
% 8.66/1.70  stat_given_candidates_h: 0
% 8.66/1.70  stat_binres_derived_cl:   1
% 8.66/1.70  stat_binres_derived_cl_h: 0
% 8.66/1.70  stat_factor_derived_cl: 0
% 8.66/1.70  stat_para_derived_cl: 11590
% 8.66/1.70  stat_tautologies_discarded: 0
% 8.66/1.70  stat_forward_subsumed: 2491
% 8.66/1.70  stat_derived_cut: 0
% 8.66/1.70  stat_derived_rewritten: 96
% 8.66/1.70  stat_weight_discarded_building: 0
% 8.66/1.70  stat_weight_discarded_cl: 522
% 8.66/1.70  stat_internlimit_discarded_cl: 0
% 8.66/1.70  stat_simplified:  96 simplified 0 derived 0 given
% 8.66/1.70  stat_kept_cl: 8292
% 8.66/1.70  stat_built_cl: 9140
% 8.66/1.70  stat_hyperres_partial_cl: 0
% 8.66/1.70  stat_made_rewriters: 89
% 8.66/1.70  stat_backward_subsumed: 0
% 8.66/1.70  stat_propagated_subsumed: 0
% 8.66/1.70  stat_clsubs_attempted:                      1374
% 8.66/1.70  stat_clsubs_fact_groundunit_found:             0
% 8.66/1.70  stat_clsubs_rule_groundunit_found:             2
% 8.66/1.70  stat_clsubs_top_meta_attempted:               8271
% 8.66/1.70  stat_clsubs_top_meta_failed:                  6897
% 8.66/1.70  stat_clsubs_top_meta_nonpref_attempted:                8271
% 8.66/1.70  stat_clsubs_top_meta_nonpref_succeeded:                4064
% 8.66/1.70  stat_clsubs_top_meta_pref_attempted:                   4064
% 8.66/1.70  stat_clsubs_top_meta_pref1_succeeded:                  4028
% 8.66/1.70  stat_clsubs_top_meta_pref2_succeeded:                  1917
% 8.66/1.70  stat_clsubs_top_meta_pref3_succeeded:                  1374
% 8.66/1.70  stat_clsubs_top_meta_pref_succeeded:                   1374
% 8.66/1.70  stat_clsubs_meta_attempted:                 1374
% 8.66/1.70  stat_clsubs_meta_failed:                      32
% 8.66/1.70  stat_clsubs_predsymbs_attempted:               0
% 8.66/1.70  stat_clsubs_unit_attempted:                 1374
% 8.66/1.70  stat_clsubs_full_attempted:                    0
% 8.66/1.70  stat_forwardsubs_attempted:                11305
% 8.66/1.70  stat_lit_hash_added:                   8312
% 8.66/1.70  stat_lit_hash_computed:               19906
% 8.66/1.70  stat_lit_hash_match_found:             2591
% 8.66/1.70  stat_lit_hash_match_miss:             17913
% 8.66/1.70  stat_lit_hash_cut_ok:                     0
% 8.66/1.70  stat_lit_strong_cut_ok:                   0
% 8.66/1.70  stat_lit_hash_subsume_ok:              2491
% 8.66/1.70  clqueue els 10000000 used 1
% 8.66/1.70  clactive els 10000000 used 116
% 8.66/1.70  clactivesubsume els 10000000 used 667
% 8.66/1.70  queue_termbuf els 200000000 used 643167
% 8.66/1.70  hyper_termbuf els 100000000 used 1
% 8.66/1.70  active_termbuf els 100000000 used 5016
% 8.66/1.70  varstack els 5000 last used 1
% 8.66/1.70  given_termbuf els 10000000 last used 40
% 8.66/1.70  simplified_termbuf els 10000000 last used 1
% 8.66/1.70  derived_termbuf els 10000000 last used 3
% 8.66/1.70  wr_mallocs: 30124
% 8.66/1.70  wr_callocs: 21
% 8.66/1.70  wr_reallocs: 1421
% 8.66/1.70  wr_frees: 2
% 8.66/1.70  wr_malloc_bytes: 4163654372
% 8.66/1.70  wr_calloc_bytes: 112065536
% 8.66/1.70  wr_realloc_bytes: 274032
% 8.66/1.70  wr_realloc_freebytes: 0
% 8.66/1.70  ----------------------------------
% 8.66/1.70  
% 8.66/1.70  **** run 83 fork 2 starts with strategy
% 8.66/1.70  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
%------------------------------------------------------------------------------