TSTP Solution File: GRP656-10 by GKC---0.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : GKC---0.8
% Problem  : GRP656-10 : TPTP v8.1.2. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : gkc %s

% Computer : n006.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:55:35 EDT 2023

% Result   : Unsatisfiable 2.25s 0.77s
% Output   : CNFRefutation 2.25s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named f02)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    ld(X,mult(X,Y)) = Y,
    inference(cnf_transformation,[],[f02]) ).

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

cnf('3',plain,
    mult(X,ld(X,Y)) = Y,
    inference(cnf_transformation,[],[f01]) ).

cnf('4',plain,
    mult(rd(X,Y),Y) = X,
    inference(cnf_transformation,[],[f03]) ).

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

cnf('6',plain,
    mult(mult(X,Y),mult(ld(Y,Z),X)) = mult(mult(X,Z),X),
    inference(paramodulation,[],['3','5']) ).

cnf('7',plain,
    ld(mult(X,Y),mult(mult(X,Z),X)) = mult(ld(Y,Z),X),
    inference(paramodulation,[],['6','1']) ).

cnf('8',plain,
    mult(ld(X,X),Y) = Y,
    inference(paramodulation,[],['7','1']) ).

cnf('9',plain,
    rd(mult(mult(X,Y),mult(Z,X)),X) = mult(X,mult(Y,Z)),
    inference(paramodulation,[],['5','2']) ).

cnf('10',plain,
    rd(mult(X,mult(Y,Z)),Z) = mult(Z,mult(ld(Z,X),Y)),
    inference(paramodulation,[],['3','9']) ).

cnf('11',plain,
    rd(mult(X,mult(Y,X)),X) = mult(X,Y),
    inference(paramodulation,[],['8','10']) ).

cnf('12',plain,
    rd(mult(X,Y),X) = mult(X,rd(Y,X)),
    inference(paramodulation,[],['4','11']) ).

cnf('13',plain,
    ld(X,rd(mult(X,Y),X)) = rd(Y,X),
    inference(paramodulation,[],['12','1']) ).

cnf('14',plain,
    ld(X,rd(Y,X)) = rd(ld(X,Y),X),
    inference(paramodulation,[],['3','13']) ).

cnf('15',plain,
    ld(X,Y) = rd(ld(X,mult(Y,X)),X),
    inference(paramodulation,[],['2','14']) ).

cnf('16',plain,
    mult(ld(X,Y),X) = ld(X,mult(Y,X)),
    inference(paramodulation,[],['15','4']) ).

cnf('17',plain,
    mult(X,Y) = ld(Y,mult(mult(Y,X),Y)),
    inference(paramodulation,[],['1','16']) ).

cnf('18',plain,
    rd(X,ld(Y,X)) = Y,
    inference(paramodulation,[],['3','2']) ).

cnf('19',plain,
    rd(mult(mult(X3,Y3),X3),mult(Y3,X3)) = X3,
    inference(paramodulation,[],['17','18']) ).

cnf('20',plain,
    mult(mult(X,rd(Y,Z)),mult(Z,X)) = mult(mult(X,Y),X),
    inference(paramodulation,[],['4','5']) ).

cnf('21',plain,
    rd(mult(mult(X,Y),X),mult(Z,X)) = mult(X,rd(Y,Z)),
    inference(paramodulation,[],['20','2']) ).

cnf('22',plain,
    mult(X,rd(Y,Y)) = X,
    inference(simplify,[],['19','21']) ).

cnf('23',plain,
    rd(rd(mult(X,Y),X),rd(Y,X)) = X,
    inference(paramodulation,[],['12','2']) ).

cnf('24',plain,
    rd(X,rd(X,X)) = X,
    inference(paramodulation,[],['2','23']) ).

cnf('25',plain,
    ld(rd(X,Y),X) = Y,
    inference(paramodulation,[],['4','1']) ).

cnf('26',plain,
    ld(X,X) = rd(X,X),
    inference(paramodulation,[],['24','25']) ).

cnf('27',plain,
    tuple(mult(X,x1(X)),mult(x1_2(X),X)) != tuple(x1(X),x1_2(X)),
    inference(cnf_transformation,[],[goal]) ).

cnf('28',plain,
    tuple(x1(ld(X,X)),mult(x1_2(ld(X,X)),ld(X,X))) != tuple(x1(ld(X,X)),x1_2(ld(X,X))),
    inference(paramodulation,[],['8','27']) ).

cnf('29',plain,
    tuple(x1(ld(X3,X3)),mult(x1_2(ld(X3,X3)),ld(X3,X3))) != tuple(x1(ld(X3,X3)),x1_2(rd(X3,X3))),
    inference(paramodulation,[],['26','28']) ).

cnf('30',plain,
    tuple(x1(rd(X,X)),mult(x1_2(rd(X,X)),rd(X,X))) != tuple(x1(rd(X,X)),x1_2(rd(X,X))),
    inference(simplify,[then_simplify],['29','26','26','26','26']) ).

cnf('31',plain,
    $false,
    inference(paramodulation,[],['22','30']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : GRP656-10 : TPTP v8.1.2. Released v8.1.0.
% 0.08/0.13  % Command  : gkc %s
% 0.13/0.34  % Computer : n006.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Aug 28 20:25:51 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.21/0.40  
% 0.21/0.40  input clause set summed statistics:
% 0.21/0.40  ----------------------------------
% 0.21/0.40  in_clause_count:                     6
% 0.21/0.40  in_rule_clause_count:                6
% 0.21/0.40  in_fact_clause_count:                0
% 0.21/0.40  in_answer_clause_count:              0
% 0.21/0.40  in_ground_clause_count:              0
% 0.21/0.40  in_unit_clause_count:                6
% 0.21/0.40  in_horn_clause_count:                6
% 0.21/0.40  in_pos_clause_count:                 5
% 0.21/0.40  in_neg_clause_count:                 1
% 0.21/0.40  in_poseq_clause_count:               5
% 0.21/0.40  in_negeq_clause_count:               1
% 0.21/0.40  in_unitposeq_clause_count:           5
% 0.21/0.40  in_chain_clause_count:               0
% 0.21/0.40  in_min_length:             1
% 0.21/0.40  in_max_length:             1
% 0.21/0.40  in_min_depth:              3
% 0.21/0.40  in_max_depth:              4
% 0.21/0.40  in_min_size:               7
% 0.21/0.40  in_max_size:              15
% 0.21/0.40  in_min_vars:               1
% 0.21/0.40  in_max_vars:               3
% 0.21/0.40  in_extaxiom_count:                 0
% 0.21/0.40  in_axiom_count:                    5
% 0.21/0.40  in_assumption_count:               0
% 0.21/0.40  in_goal_count:                     1
% 0.21/0.40  in_neg_goal_count:                 1
% 0.21/0.40  in_pos_goal_count:                 0
% 0.21/0.40  in_posunit_goal_count:             0
% 0.21/0.40  
% 0.21/0.40  auto guide:
% 0.21/0.40  -----------
% 0.21/0.40  {
% 0.21/0.40  "print":1,
% 0.21/0.40  "print_level": 15,
% 0.21/0.40  "max_size": 0,
% 0.21/0.40  "max_depth": 0,
% 0.21/0.40  "max_length": 0,
% 0.21/0.40  "max_dseconds": 0,
% 0.21/0.40  "runs":[
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"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.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.21/0.40  
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.21/0.40  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.21/0.40  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4} 
% 0.21/0.40  
% 0.21/0.40  ]}
% 0.21/0.40  
% 0.21/0.40  
% 0.21/0.40  **** run 1 fork 0 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.21/0.40  
% 0.21/0.40  **** run 2 fork 1 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.21/0.40  
% 0.21/0.40  **** run 3 fork 2 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.40  
% 0.21/0.40  **** run 4 fork 3 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 5 fork 4 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.21/0.40  
% 0.21/0.40  **** run 6 fork 5 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.40  
% 0.21/0.40  **** run 7 fork 6 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.21/0.40  
% 0.21/0.40  **** run 8 fork 7 starts with strategy
% 0.21/0.40  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 0: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 1: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 5: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 3: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 4: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 6: search terminated without proof.
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  fork 2: search terminated without proof.
% 0.21/0.56  
% 0.21/0.56  **** run 15 fork 6 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.21/0.56  
% 0.21/0.56  **** run 11 fork 2 starts with strategy
% 0.21/0.56  
% 0.21/0.56  **** run 9 fork 0 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.21/0.56  
% 0.21/0.56  **** run 14 fork 5 starts with strategy
% 0.21/0.56  {"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.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.21/0.56  
% 0.21/0.56  **** run 13 fork 4 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.21/0.56  
% 0.21/0.56  **** run 12 fork 3 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.21/0.56  
% 0.21/0.56  **** run 10 fork 1 starts with strategy
% 0.21/0.56  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 1.10/0.68  
% 1.10/0.68  
% 1.10/0.68  fork 0: search terminated without proof.
% 1.10/0.68  
% 1.10/0.68  
% 1.10/0.68  fork 5: search terminated without proof.
% 1.10/0.68  
% 1.10/0.68  
% 1.10/0.68  fork 6: search terminated without proof.
% 1.10/0.68  
% 1.10/0.68  
% 1.10/0.68  fork 4: search terminated without proof.
% 1.10/0.68  
% 1.10/0.68  
% 1.10/0.68  fork 2: search terminated without proof.
% 1.10/0.68  
% 1.10/0.68  
% 1.10/0.68  fork 3: search terminated without proof.
% 1.10/0.68  
% 1.10/0.68  
% 1.10/0.68  fork 1: search terminated without proof.
% 2.25/0.70  
% 2.25/0.70  **** run 17 fork 0 starts with strategy
% 2.25/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.25/0.70  
% 2.25/0.70  **** run 22 fork 5 starts with strategy
% 2.25/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.25/0.70  
% 2.25/0.70  **** run 23 fork 6 starts with strategy
% 2.25/0.70  {"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.25/0.70  
% 2.25/0.70  **** run 19 fork 2 starts with strategy
% 2.25/0.70  
% 2.25/0.70  **** run 18 fork 1 starts with strategy
% 2.25/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}{"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.25/0.70  
% 2.25/0.70  
% 2.25/0.70  **** run 21 fork 4 starts with strategy
% 2.25/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.25/0.70  
% 2.25/0.70  **** run 20 fork 3 starts with strategy
% 2.25/0.70  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.25/0.77  
% 2.25/0.77  
% 2.25/0.77  result: proof found
% 2.25/0.77  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 2.25/0.77  by run 8 fork 7 strategy {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.25/0.77  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 2.25/0.77  
% 2.25/0.77  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 2.25/0.77  
% 2.25/0.77  run 8 fork 7 statistics:
% 2.25/0.77  ----------------------------------
% 2.25/0.77  this run seconds: 0.039228
% 2.25/0.77  total seconds: 0.067291
% 2.25/0.77  stat_given_used: 49
% 2.25/0.77  stat_given_used_at_endgame: 0
% 2.25/0.77  stat_given_candidates:   298
% 2.25/0.77  stat_given_candidates_at_endgame: 0
% 2.25/0.77  stat_given_candidates_h: 0
% 2.25/0.77  stat_binres_derived_cl:   0
% 2.25/0.77  stat_binres_derived_cl_h: 0
% 2.25/0.77  stat_factor_derived_cl: 0
% 2.25/0.77  stat_para_derived_cl: 1672
% 2.25/0.77  stat_tautologies_discarded: 0
% 2.25/0.77  stat_forward_subsumed: 205
% 2.25/0.77  stat_derived_cut: 0
% 2.25/0.77  stat_derived_rewritten: 124
% 2.25/0.77  stat_weight_discarded_building: 0
% 2.25/0.77  stat_weight_discarded_cl: 0
% 2.25/0.77  stat_internlimit_discarded_cl: 0
% 2.25/0.77  stat_simplified:  124 simplified 0 derived 0 given
% 2.25/0.77  stat_kept_cl: 1371
% 2.25/0.77  stat_built_cl: 1593
% 2.25/0.77  stat_hyperres_partial_cl: 0
% 2.25/0.77  stat_made_rewriters: 40
% 2.25/0.77  stat_backward_subsumed: 0
% 2.25/0.77  stat_propagated_subsumed: 0
% 2.25/0.77  stat_clsubs_attempted:                       464
% 2.25/0.77  stat_clsubs_fact_groundunit_found:             0
% 2.25/0.77  stat_clsubs_rule_groundunit_found:             0
% 2.25/0.77  stat_clsubs_top_meta_attempted:               4692
% 2.25/0.77  stat_clsubs_top_meta_failed:                  4228
% 2.25/0.77  stat_clsubs_top_meta_nonpref_attempted:                4692
% 2.25/0.77  stat_clsubs_top_meta_nonpref_succeeded:                4079
% 2.25/0.77  stat_clsubs_top_meta_pref_attempted:                   4079
% 2.25/0.77  stat_clsubs_top_meta_pref1_succeeded:                   900
% 2.25/0.77  stat_clsubs_top_meta_pref2_succeeded:                   632
% 2.25/0.77  stat_clsubs_top_meta_pref3_succeeded:                   464
% 2.25/0.77  stat_clsubs_top_meta_pref_succeeded:                    464
% 2.25/0.77  stat_clsubs_meta_attempted:                  464
% 2.25/0.77  stat_clsubs_meta_failed:                     113
% 2.25/0.77  stat_clsubs_predsymbs_attempted:               0
% 2.25/0.77  stat_clsubs_unit_attempted:                  464
% 2.25/0.77  stat_clsubs_full_attempted:                    0
% 2.25/0.77  stat_forwardsubs_attempted:                 1576
% 2.25/0.77  stat_lit_hash_added:                   1377
% 2.25/0.77  stat_lit_hash_computed:                3195
% 2.25/0.77  stat_lit_hash_match_found:              279
% 2.25/0.77  stat_lit_hash_match_miss:              3034
% 2.25/0.77  stat_lit_hash_cut_ok:                     0
% 2.25/0.77  stat_lit_strong_cut_ok:                   0
% 2.25/0.77  stat_lit_hash_subsume_ok:               205
% 2.25/0.77  clqueue els 10000000 used 1
% 2.25/0.77  clactive els 10000000 used 50
% 2.25/0.77  clactivesubsume els 10000000 used 295
% 2.25/0.77  queue_termbuf els 200000000 used 264111
% 2.25/0.77  hyper_termbuf els 100000000 used 1
% 2.25/0.77  active_termbuf els 100000000 used 2706
% 2.25/0.77  varstack els 5000 last used 1
% 2.25/0.77  given_termbuf els 10000000 last used 1
% 2.25/0.77  simplified_termbuf els 10000000 last used 1
% 2.25/0.77  derived_termbuf els 10000000 last used 88
% 2.25/0.77  wr_mallocs: 5820
% 2.25/0.77  wr_callocs: 21
% 2.25/0.77  wr_reallocs: 288
% 2.25/0.77  wr_frees: 2
% 2.25/0.77  wr_malloc_bytes: 4162784532
% 2.25/0.77  wr_calloc_bytes: 112065536
% 2.25/0.77  wr_realloc_bytes: 37520
% 2.25/0.77  wr_realloc_freebytes: 0
% 2.25/0.77  ----------------------------------
%------------------------------------------------------------------------------