TSTP Solution File: GRP715-11 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP715-11 : TPTP v8.1.2. Released v8.1.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 00:56:02 EDT 2023

% Result   : Unsatisfiable 9.40s 1.60s
% Output   : CNFRefutation 9.40s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named f11)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    mult(op_b,op_a) = unit,
    inference(cnf_transformation,[],[f11]) ).

cnf('2',plain,
    mult(X,mult(Y,Y)) = mult(mult(X,Y),Y),
    inference(cnf_transformation,[],[f07]) ).

cnf('3',plain,
    mult(op_b,mult(op_a,op_a)) = mult(unit,op_a),
    inference(paramodulation,[],['1','2']) ).

cnf('4',plain,
    mult(unit,X) = X,
    inference(cnf_transformation,[],[f09]) ).

cnf('5',plain,
    mult(op_b,mult(op_a,op_a)) = op_a,
    inference(simplify,[],['3','4']) ).

cnf('6',plain,
    mult(mult(mult(X,Y),Z),Y) = mult(X,mult(mult(Y,Z),Y)),
    inference(cnf_transformation,[],[f06]) ).

cnf('7',plain,
    mult(mult(mult(X3,op_b),mult(op_a,op_a)),op_b) = mult(X3,mult(op_a,op_b)),
    inference(paramodulation,[],['5','6']) ).

cnf('8',plain,
    mult(op_a,op_b) = unit,
    inference(cnf_transformation,[],[f10]) ).

cnf('9',plain,
    mult(X,unit) = X,
    inference(cnf_transformation,[],[f08]) ).

cnf('10',plain,
    mult(mult(mult(X,op_b),mult(op_a,op_a)),op_b) = X,
    inference(simplify,[then_simplify],['7','8','9']) ).

cnf('11',plain,
    mult(mult(mult(X3,op_b),op_a),op_b) = mult(X3,mult(unit,op_b)),
    inference(paramodulation,[],['1','6']) ).

cnf('12',plain,
    mult(mult(mult(X,op_b),op_a),op_b) = mult(X,op_b),
    inference(simplify,[],['11','4']) ).

cnf('13',plain,
    mult(mult(X3,op_a),op_b) = mult(mult(mult(X3,op_b),mult(op_a,op_a)),op_b),
    inference(paramodulation,[],['10','12']) ).

cnf('14',plain,
    mult(mult(X,mult(op_a,op_a)),op_b) = mult(mult(X,op_b),mult(op_a,op_a)),
    inference(paramodulation,[],['10','10']) ).

cnf('15',plain,
    mult(mult(X,op_a),op_b) = mult(mult(mult(X,op_b),op_b),mult(op_a,op_a)),
    inference(simplify,[],['13','14']) ).

cnf('16',plain,
    mult(mult(mult(mult(mult(X3,op_b),mult(op_a,op_a)),op_b),op_a),op_b) = X3,
    inference(paramodulation,[],['10','12']) ).

cnf('17',plain,
    mult(mult(mult(mult(mult(X,op_b),op_b),mult(op_a,op_a)),op_a),op_b) = X,
    inference(simplify,[],['16','14']) ).

cnf('18',plain,
    mult(mult(mult(mult(X3,op_a),op_b),op_a),op_b) = X3,
    inference(paramodulation,[],['15','17']) ).

cnf('19',plain,
    mult(mult(mult(X3,op_a),op_b),op_a) = mult(X3,mult(unit,op_a)),
    inference(paramodulation,[],['8','6']) ).

cnf('20',plain,
    mult(mult(mult(X,op_a),op_b),op_a) = mult(X,op_a),
    inference(simplify,[],['19','4']) ).

cnf('21',plain,
    mult(mult(X,op_a),op_b) = X,
    inference(simplify,[],['18','20']) ).

cnf('22',plain,
    mult(mult(X3,mult(op_a,op_a)),op_b) = mult(X3,op_a),
    inference(paramodulation,[],['21','10']) ).

cnf('23',plain,
    mult(mult(X,op_b),mult(op_a,op_a)) = mult(X,op_a),
    inference(simplify,[],['22','14']) ).

cnf('24',plain,
    mult(mult(X3,op_a),op_b) = mult(mult(X3,op_b),op_a),
    inference(paramodulation,[],['23','15']) ).

cnf('25',plain,
    X = mult(mult(X,op_b),op_a),
    inference(simplify,[],['24','21']) ).

cnf('26',plain,
    mult(mult(x0,op_b),op_a) != x0,
    inference(cnf_transformation,[],[goal]) ).

cnf('27',plain,
    $false,
    inference(paramodulation,[],['25','26']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.10  % Problem  : GRP715-11 : TPTP v8.1.2. Released v8.1.0.
% 0.05/0.11  % Command  : gkc %s
% 0.10/0.31  % Computer : n024.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit : 300
% 0.10/0.31  % WCLimit  : 300
% 0.10/0.31  % DateTime : Tue Aug 29 02:39:23 EDT 2023
% 0.10/0.31  % CPUTime  : 
% 0.16/0.35  
% 0.16/0.35  input clause set summed statistics:
% 0.16/0.35  ----------------------------------
% 0.16/0.35  in_clause_count:                    12
% 0.16/0.35  in_rule_clause_count:               12
% 0.16/0.35  in_fact_clause_count:                0
% 0.16/0.35  in_answer_clause_count:              0
% 0.16/0.35  in_ground_clause_count:              3
% 0.16/0.35  in_unit_clause_count:               12
% 0.16/0.35  in_horn_clause_count:               12
% 0.16/0.35  in_pos_clause_count:                11
% 0.16/0.35  in_neg_clause_count:                 1
% 0.16/0.35  in_poseq_clause_count:              11
% 0.16/0.35  in_negeq_clause_count:               1
% 0.16/0.35  in_unitposeq_clause_count:          11
% 0.16/0.35  in_chain_clause_count:               0
% 0.16/0.35  in_min_length:             1
% 0.16/0.35  in_max_length:             1
% 0.16/0.35  in_min_depth:              2
% 0.16/0.35  in_max_depth:              4
% 0.16/0.35  in_min_size:               5
% 0.16/0.35  in_max_size:              15
% 0.16/0.35  in_min_vars:               0
% 0.16/0.35  in_max_vars:               3
% 0.16/0.35  in_extaxiom_count:                 0
% 0.16/0.35  in_axiom_count:                   11
% 0.16/0.35  in_assumption_count:               0
% 0.16/0.35  in_goal_count:                     1
% 0.16/0.35  in_neg_goal_count:                 1
% 0.16/0.35  in_pos_goal_count:                 0
% 0.16/0.35  in_posunit_goal_count:             0
% 0.16/0.35  
% 0.16/0.35  auto guide:
% 0.16/0.35  -----------
% 0.16/0.35  {
% 0.16/0.35  "print":1,
% 0.16/0.35  "print_level": 15,
% 0.16/0.35  "max_size": 0,
% 0.16/0.35  "max_depth": 0,
% 0.16/0.35  "max_length": 0,
% 0.16/0.35  "max_dseconds": 0,
% 0.16/0.35  "runs":[
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"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.35  {"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.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"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.35  {"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.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.16/0.35  {"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.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"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.35  {"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.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"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.35  {"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.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.16/0.35  
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.16/0.35  {"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.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.16/0.35  {"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.35  {"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.35  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.16/0.35  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.16/0.35  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.16/0.35  
% 0.16/0.35  ]}
% 0.16/0.35  
% 0.16/0.35  
% 0.16/0.35  **** run 1 fork 0 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.16/0.35  
% 0.16/0.35  **** run 2 fork 1 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.16/0.35  
% 0.16/0.35  **** run 3 fork 2 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.16/0.35  
% 0.16/0.35  **** run 4 fork 3 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.35  
% 0.16/0.35  **** run 5 fork 4 starts with strategy
% 0.16/0.35  {"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.35  
% 0.16/0.35  **** run 6 fork 5 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.35  
% 0.16/0.35  **** run 7 fork 6 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.16/0.35  
% 0.16/0.35  **** run 8 fork 7 starts with strategy
% 0.16/0.35  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 1: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 0: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 2: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 3: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 5: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 4: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 7: search terminated without proof.
% 0.16/0.47  
% 0.16/0.47  
% 0.16/0.47  fork 6: search terminated without proof.
% 0.16/0.50  
% 0.16/0.50  **** run 10 fork 1 starts with strategy
% 0.16/0.50  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.16/0.51  
% 0.16/0.51  **** run 11 fork 2 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.16/0.51  
% 0.16/0.51  **** run 13 fork 4 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.51  
% 0.16/0.51  **** run 12 fork 3 starts with strategy
% 0.16/0.51  {"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.51  
% 0.16/0.51  **** run 9 fork 0 starts with strategy
% 0.16/0.51  
% 0.16/0.51  **** run 16 fork 7 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.16/0.51  
% 0.16/0.51  **** run 14 fork 5 starts with strategy
% 0.16/0.51  {"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.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.51  **** run 15 fork 6 starts with strategy
% 0.16/0.51  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.51  
% 0.16/0.62  
% 0.16/0.62  
% 0.16/0.62  fork 1: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 2: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 4: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 6: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 5: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 3: search terminated without proof.
% 0.16/0.63  
% 0.16/0.63  
% 0.16/0.63  fork 7: search terminated without proof.
% 0.16/0.65  
% 0.16/0.65  **** run 18 fork 1 starts with strategy
% 0.16/0.65  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.16/0.66  
% 0.16/0.66  **** run 19 fork 2 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.16/0.66  
% 0.16/0.66  **** run 21 fork 4 starts with strategy
% 0.16/0.66  {"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.66  
% 0.16/0.66  **** run 24 fork 7 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.16/0.66  
% 0.16/0.66  **** run 22 fork 5 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.16/0.66  
% 0.16/0.66  **** run 20 fork 3 starts with strategy
% 0.16/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.16/0.66  
% 0.16/0.66  **** run 23 fork 6 starts with strategy
% 0.16/0.66  {"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}
% 2.62/0.72  
% 2.62/0.72  
% 2.62/0.72  fork 0: search terminated without proof.
% 2.62/0.75  
% 2.62/0.75  **** run 17 fork 0 starts with strategy
% 2.62/0.75  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.62/0.77  
% 2.62/0.77  
% 2.62/0.77  fork 3: search terminated without proof.
% 2.62/0.78  
% 2.62/0.78  
% 2.62/0.78  fork 5: search terminated without proof.
% 2.62/0.78  
% 2.62/0.78  
% 2.62/0.78  fork 6: search terminated without proof.
% 2.62/0.78  
% 2.62/0.78  
% 2.62/0.78  fork 1: search terminated without proof.
% 2.62/0.79  
% 2.62/0.79  
% 2.62/0.79  fork 2: search terminated without proof.
% 2.62/0.79  
% 2.62/0.79  
% 2.62/0.79  fork 4: search terminated without proof.
% 2.62/0.79  
% 2.62/0.79  
% 2.62/0.79  fork 7: search terminated without proof.
% 2.62/0.80  
% 2.62/0.80  **** run 28 fork 3 starts with strategy
% 2.62/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.62/0.80  
% 2.62/0.80  **** run 30 fork 5 starts with strategy
% 2.62/0.80  {"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}
% 2.62/0.80  
% 2.62/0.80  **** run 31 fork 6 starts with strategy
% 2.62/0.80  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.63/0.81  
% 3.63/0.81  **** run 26 fork 1 starts with strategy
% 3.63/0.81  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 3.63/0.82  
% 3.63/0.82  **** run 27 fork 2 starts with strategy
% 3.63/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.63/0.82  
% 3.63/0.82  **** run 29 fork 4 starts with strategy
% 3.63/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.63/0.82  
% 3.63/0.82  **** run 32 fork 7 starts with strategy
% 3.63/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}
% 4.09/0.87  
% 4.09/0.87  
% 4.09/0.87  fork 0: search terminated without proof.
% 4.09/0.89  
% 4.09/0.89  **** run 25 fork 0 starts with strategy
% 4.09/0.89  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 4.09/0.92  
% 4.09/0.92  
% 4.09/0.92  fork 5: search terminated without proof.
% 4.09/0.92  
% 4.09/0.92  
% 4.09/0.92  fork 6: search terminated without proof.
% 4.09/0.93  
% 4.09/0.93  
% 4.09/0.93  fork 1: search terminated without proof.
% 4.09/0.93  
% 4.09/0.93  
% 4.09/0.93  fork 3: search terminated without proof.
% 4.09/0.94  
% 4.09/0.94  
% 4.09/0.94  fork 2: search terminated without proof.
% 4.09/0.94  
% 4.09/0.94  
% 4.09/0.94  fork 4: search terminated without proof.
% 4.09/0.94  
% 4.09/0.94  
% 4.09/0.94  fork 7: search terminated without proof.
% 4.09/0.95  
% 4.09/0.95  **** run 38 fork 5 starts with strategy
% 4.09/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.09/0.95  
% 4.09/0.95  **** run 39 fork 6 starts with strategy
% 4.09/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.83/0.96  
% 4.83/0.96  **** run 34 fork 1 starts with strategy
% 4.83/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.83/0.96  
% 4.83/0.96  **** run 36 fork 3 starts with strategy
% 4.83/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.83/0.96  
% 4.83/0.96  **** run 35 fork 2 starts with strategy
% 4.83/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.83/0.97  
% 4.83/0.97  **** run 37 fork 4 starts with strategy
% 4.83/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.83/0.97  
% 4.83/0.97  **** run 40 fork 7 starts with strategy
% 4.83/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.09/1.02  
% 5.09/1.02  
% 5.09/1.02  fork 0: search terminated without proof.
% 5.50/1.05  
% 5.50/1.05  **** run 33 fork 0 starts with strategy
% 5.50/1.05  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 5.50/1.06  
% 5.50/1.06  
% 5.50/1.06  fork 5: search terminated without proof.
% 5.50/1.06  
% 5.50/1.06  
% 5.50/1.06  fork 6: search terminated without proof.
% 5.50/1.08  
% 5.50/1.08  
% 5.50/1.08  fork 1: search terminated without proof.
% 5.50/1.09  
% 5.50/1.09  
% 5.50/1.09  fork 3: search terminated without proof.
% 5.50/1.09  
% 5.50/1.09  **** run 46 fork 5 starts with strategy
% 5.50/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.50/1.09  
% 5.50/1.09  
% 5.50/1.09  fork 2: search terminated without proof.
% 5.50/1.09  
% 5.50/1.09  **** run 47 fork 6 starts with strategy
% 5.50/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.50/1.09  
% 5.50/1.09  
% 5.50/1.09  fork 4: search terminated without proof.
% 5.50/1.09  
% 5.50/1.09  
% 5.50/1.09  fork 7: search terminated without proof.
% 6.01/1.10  
% 6.01/1.10  **** run 42 fork 1 starts with strategy
% 6.01/1.10  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 6.01/1.11  
% 6.01/1.11  fork 5: search finished without proof.
% 6.01/1.11  
% 6.01/1.11  **** run 44 fork 3 starts with strategy
% 6.01/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 6.01/1.12  
% 6.01/1.12  **** run 43 fork 2 starts with strategy
% 6.01/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 6.01/1.12  
% 6.01/1.12  **** run 45 fork 4 starts with strategy
% 6.01/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.01/1.12  
% 6.01/1.12  **** run 48 fork 7 starts with strategy
% 6.01/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 6.01/1.14  
% 6.01/1.14  **** run 54 fork 5 starts with strategy
% 6.01/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.01/1.14  
% 6.01/1.14  fork 2: search finished without proof.
% 6.48/1.17  
% 6.48/1.17  **** run 51 fork 2 starts with strategy
% 6.48/1.17  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.48/1.17  
% 6.48/1.17  
% 6.48/1.17  fork 0: search terminated without proof.
% 6.48/1.19  
% 6.48/1.19  **** run 41 fork 0 starts with strategy
% 6.48/1.19  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 6.48/1.20  
% 6.48/1.20  fork 2: search finished without proof.
% 6.48/1.22  
% 6.48/1.22  **** run 59 fork 2 starts with strategy
% 6.48/1.22  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 6.48/1.22  
% 6.48/1.22  
% 6.48/1.22  fork 6: search terminated without proof.
% 6.48/1.23  
% 6.48/1.23  
% 6.48/1.23  fork 1: search terminated without proof.
% 6.48/1.24  
% 6.48/1.24  
% 6.48/1.24  fork 3: search terminated without proof.
% 6.48/1.24  
% 6.48/1.24  
% 6.48/1.24  fork 4: search terminated without proof.
% 6.48/1.24  
% 6.48/1.24  
% 6.48/1.24  fork 7: search terminated without proof.
% 6.48/1.24  
% 6.48/1.24  **** run 55 fork 6 starts with strategy
% 6.48/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.48/1.25  
% 6.48/1.25  
% 6.48/1.25  fork 5: search terminated without proof.
% 6.48/1.25  
% 6.48/1.25  **** run 50 fork 1 starts with strategy
% 6.48/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 7.21/1.26  
% 7.21/1.26  **** run 52 fork 3 starts with strategy
% 7.21/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 7.21/1.27  
% 7.21/1.27  **** run 53 fork 4 starts with strategy
% 7.21/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 7.21/1.27  
% 7.21/1.27  **** run 56 fork 7 starts with strategy
% 7.21/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 7.21/1.28  
% 7.21/1.28  **** run 62 fork 5 starts with strategy
% 7.21/1.28  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.48/1.32  
% 7.48/1.32  
% 7.48/1.32  fork 0: search terminated without proof.
% 7.48/1.34  
% 7.48/1.34  
% 7.48/1.34  fork 2: search terminated without proof.
% 7.48/1.36  
% 7.48/1.36  **** run 49 fork 0 starts with strategy
% 7.48/1.36  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 7.48/1.37  
% 7.48/1.37  
% 7.48/1.37  fork 6: search terminated without proof.
% 7.48/1.37  
% 7.48/1.37  **** run 67 fork 2 starts with strategy
% 7.48/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.48/1.39  
% 7.48/1.39  
% 7.48/1.39  fork 1: search terminated without proof.
% 7.48/1.39  
% 7.48/1.39  
% 7.48/1.39  fork 4: search terminated without proof.
% 7.48/1.39  
% 7.48/1.39  
% 7.48/1.39  fork 7: search terminated without proof.
% 7.48/1.39  
% 7.48/1.39  **** run 63 fork 6 starts with strategy
% 7.48/1.39  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.48/1.39  
% 7.48/1.39  
% 7.48/1.39  fork 5: search terminated without proof.
% 7.48/1.41  
% 7.48/1.41  
% 7.48/1.41  fork 3: search terminated without proof.
% 7.48/1.42  
% 7.48/1.42  **** run 64 fork 7 starts with strategy
% 7.48/1.42  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.48/1.42  
% 7.48/1.42  **** run 61 fork 4 starts with strategy
% 7.48/1.42  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.48/1.42  
% 7.48/1.42  **** run 70 fork 5 starts with strategy
% 7.48/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 8.35/1.44  
% 8.35/1.44  **** run 58 fork 1 starts with strategy
% 8.35/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 8.65/1.45  
% 8.65/1.45  **** run 60 fork 3 starts with strategy
% 8.65/1.45  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 8.65/1.48  
% 8.65/1.48  
% 8.65/1.48  fork 0: search terminated without proof.
% 8.65/1.50  
% 8.65/1.50  
% 8.65/1.50  fork 2: search terminated without proof.
% 9.10/1.51  
% 9.10/1.51  **** run 57 fork 0 starts with strategy
% 9.10/1.51  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 9.10/1.52  
% 9.10/1.52  
% 9.10/1.52  fork 6: search terminated without proof.
% 9.10/1.53  
% 9.10/1.53  **** run 75 fork 2 starts with strategy
% 9.10/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.10/1.54  
% 9.10/1.54  
% 9.10/1.54  fork 7: search terminated without proof.
% 9.10/1.54  
% 9.10/1.54  **** run 71 fork 6 starts with strategy
% 9.10/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.10/1.54  
% 9.10/1.54  
% 9.10/1.54  fork 5: search terminated without proof.
% 9.40/1.56  
% 9.40/1.56  **** run 72 fork 7 starts with strategy
% 9.40/1.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.40/1.57  
% 9.40/1.57  
% 9.40/1.57  fork 1: search terminated without proof.
% 9.40/1.57  
% 9.40/1.57  **** run 78 fork 5 starts with strategy
% 9.40/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.40/1.59  
% 9.40/1.59  **** run 66 fork 1 starts with strategy
% 9.40/1.59  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.40/1.60  
% 9.40/1.60  
% 9.40/1.60  result: proof found
% 9.40/1.60  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 9.40/1.60  by run 60 fork 3 strategy {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 9.40/1.60  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 9.40/1.60  
% 9.40/1.60  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 9.40/1.60  
% 9.40/1.60  run 60 fork 3 statistics:
% 9.40/1.60  ----------------------------------
% 9.40/1.60  this run seconds: 0.026271
% 9.40/1.60  total seconds: 1.104577
% 9.40/1.60  stat_given_used: 122
% 9.40/1.60  stat_given_used_at_endgame: 0
% 9.40/1.60  stat_given_candidates:   490
% 9.40/1.60  stat_given_candidates_at_endgame: 0
% 9.40/1.60  stat_given_candidates_h: 0
% 9.40/1.60  stat_binres_derived_cl:   0
% 9.40/1.60  stat_binres_derived_cl_h: 0
% 9.40/1.60  stat_factor_derived_cl: 0
% 9.40/1.60  stat_para_derived_cl: 2334
% 9.40/1.60  stat_tautologies_discarded: 0
% 9.40/1.60  stat_forward_subsumed: 1087
% 9.40/1.60  stat_derived_cut: 0
% 9.40/1.60  stat_derived_rewritten: 87
% 9.40/1.60  stat_weight_discarded_building: 0
% 9.40/1.60  stat_weight_discarded_cl: 0
% 9.40/1.60  stat_internlimit_discarded_cl: 0
% 9.40/1.60  stat_simplified:  87 simplified 0 derived 0 given
% 9.40/1.60  stat_kept_cl: 936
% 9.40/1.60  stat_built_cl: 1267
% 9.40/1.60  stat_hyperres_partial_cl: 0
% 9.40/1.60  stat_made_rewriters: 89
% 9.40/1.60  stat_backward_subsumed: 0
% 9.40/1.60  stat_propagated_subsumed: 0
% 9.40/1.60  stat_clsubs_attempted:                      1779
% 9.40/1.60  stat_clsubs_fact_groundunit_found:             0
% 9.40/1.60  stat_clsubs_rule_groundunit_found:             1
% 9.40/1.60  stat_clsubs_top_meta_attempted:               8598
% 9.40/1.60  stat_clsubs_top_meta_failed:                  6819
% 9.40/1.60  stat_clsubs_top_meta_nonpref_attempted:                8598
% 9.40/1.60  stat_clsubs_top_meta_nonpref_succeeded:                4282
% 9.40/1.60  stat_clsubs_top_meta_pref_attempted:                   4282
% 9.40/1.60  stat_clsubs_top_meta_pref1_succeeded:                  4282
% 9.40/1.60  stat_clsubs_top_meta_pref2_succeeded:                  2188
% 9.40/1.60  stat_clsubs_top_meta_pref3_succeeded:                  1779
% 9.40/1.60  stat_clsubs_top_meta_pref_succeeded:                   1779
% 9.40/1.60  stat_clsubs_meta_attempted:                 1779
% 9.40/1.60  stat_clsubs_meta_failed:                      38
% 9.40/1.60  stat_clsubs_predsymbs_attempted:               0
% 9.40/1.60  stat_clsubs_unit_attempted:                 1779
% 9.40/1.60  stat_clsubs_full_attempted:                    0
% 9.40/1.60  stat_forwardsubs_attempted:                 2023
% 9.40/1.60  stat_lit_hash_added:                    961
% 9.40/1.60  stat_lit_hash_computed:                3172
% 9.40/1.60  stat_lit_hash_match_found:             1088
% 9.40/1.60  stat_lit_hash_match_miss:              2146
% 9.40/1.60  stat_lit_hash_cut_ok:                     0
% 9.40/1.60  stat_lit_strong_cut_ok:                   0
% 9.40/1.60  stat_lit_hash_subsume_ok:              1087
% 9.40/1.60  clqueue els 10000000 used 1
% 9.40/1.60  clactive els 10000000 used 123
% 9.40/1.60  clactivesubsume els 10000000 used 655
% 9.40/1.60  queue_termbuf els 200000000 used 78882
% 9.40/1.60  hyper_termbuf els 100000000 used 1
% 9.40/1.60  active_termbuf els 100000000 used 5388
% 9.40/1.60  varstack els 5000 last used 1
% 9.40/1.60  given_termbuf els 10000000 last used 1
% 9.40/1.60  simplified_termbuf els 10000000 last used 1
% 9.40/1.60  derived_termbuf els 10000000 last used 22
% 9.40/1.60  wr_mallocs: 4934
% 9.40/1.60  wr_callocs: 21
% 9.40/1.60  wr_reallocs: 103
% 9.40/1.60  wr_frees: 2
% 9.40/1.60  wr_malloc_bytes: 4162751988
% 9.40/1.60  wr_calloc_bytes: 112065536
% 9.40/1.60  wr_realloc_bytes: 16720
% 9.40/1.60  wr_realloc_freebytes: 0
% 9.40/1.60  ----------------------------------
%------------------------------------------------------------------------------