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

View Problem - Process Solution

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

% Computer : n023.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 07:37:14 EDT 2023

% Result   : Unsatisfiable 16.19s 2.51s
% Output   : CNFRefutation 16.19s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named lemma_4)

% Comments : 
%------------------------------------------------------------------------------
cnf('1',plain,
    implies(X,implies(Y,X)) = truth,
    inference(cnf_transformation,[],[lemma_4]) ).

cnf('2',plain,
    implies(not(X),not(Y)) = implies(Y,X),
    inference(cnf_transformation,[],[lemma_10]) ).

cnf('3',plain,
    implies(implies(X,Y),Y) = implies(implies(Y,X),X),
    inference(cnf_transformation,[],[wajsberg_3]) ).

cnf('4',plain,
    implies(truth,implies(X3,Y3)) = implies(implies(implies(X3,Y3),Y3),Y3),
    inference(paramodulation,[],['1','3']) ).

cnf('5',plain,
    implies(truth,X) = X,
    inference(cnf_transformation,[],[wajsberg_1]) ).

cnf('6',plain,
    implies(X,Y) = implies(implies(implies(X,Y),Y),Y),
    inference(simplify,[],['4','5']) ).

cnf('7',plain,
    ifeq(implies(X,Y),implies(Y,X),X,Y) = Y,
    inference(cnf_transformation,[],[lemma_2]) ).

cnf('8',plain,
    ifeq(truth,implies(implies(X,Y),Y),Y,implies(X,Y)) = implies(X,Y),
    inference(paramodulation,[],['1','7']) ).

cnf('9',plain,
    ifeq(truth,implies(X,Y),Y,implies(implies(X,Y),Y)) = implies(implies(X,Y),Y),
    inference(paramodulation,[],['6','8']) ).

cnf('10',plain,
    ifeq(truth,implies(X,Y),Y,implies(implies(Y,X),X)) = implies(implies(X,Y),Y),
    inference(paramodulation,[],['3','9']) ).

cnf('11',plain,
    ifeq(truth,implies(not(X3),not(Y3)),not(Y3),implies(implies(X3,Y3),not(X3))) = implies(implies(not(X3),not(Y3)),not(Y3)),
    inference(paramodulation,[],['2','10']) ).

cnf('12',plain,
    ifeq(truth,implies(X,Y),not(X),implies(implies(Y,X),not(Y))) = implies(implies(X,Y),not(X)),
    inference(simplify,[then_simplify],['11','2','2']) ).

cnf('13',plain,
    ifeq(truth,implies(implies(X3,Y3),Y3),not(implies(X3,Y3)),implies(truth,not(Y3))) = implies(implies(implies(X3,Y3),Y3),not(implies(X3,Y3))),
    inference(paramodulation,[],['1','12']) ).

cnf('14',plain,
    ifeq(implies(not(X3),not(Y3)),implies(X3,Y3),not(X3),not(Y3)) = not(Y3),
    inference(paramodulation,[],['2','7']) ).

cnf('15',plain,
    ifeq(implies(X,Y),implies(Y,X),not(Y),not(X)) = not(X),
    inference(simplify,[],['14','2']) ).

cnf('16',plain,
    ifeq(truth,implies(implies(X,Y),Y),not(implies(X,Y)),not(Y)) = not(Y),
    inference(paramodulation,[],['1','15']) ).

cnf('17',plain,
    not(X) = implies(implies(implies(Y,X),X),not(implies(Y,X))),
    inference(simplify,[then_simplify],['13','5','16']) ).

cnf('18',plain,
    implies(X,implies(Y,Z)) = implies(Y,implies(X,Z)),
    inference(cnf_transformation,[],[lemma_7]) ).

cnf('19',plain,
    implies(X,implies(Y,Z)) = implies(not(Z),implies(X,not(Y))),
    inference(paramodulation,[],['2','18']) ).

cnf('20',plain,
    implies(implies(implies(X3,Y3),Y3),implies(implies(X3,Y3),Z3)) = implies(not(Z3),not(Y3)),
    inference(paramodulation,[],['17','19']) ).

cnf('21',plain,
    implies(implies(implies(X,Y),Y),implies(implies(X,Y),Z)) = implies(Y,Z),
    inference(simplify,[],['20','2']) ).

cnf('22',plain,
    implies(X,Y) = implies(implies(implies(Y,X),X),Y),
    inference(paramodulation,[],['3','6']) ).

cnf('23',plain,
    implies(implies(implies(X,Y),Y),implies(Z,X)) = implies(Z,implies(Y,X)),
    inference(paramodulation,[],['22','18']) ).

cnf('24',plain,
    implies(X,Y) = implies(implies(Y,X),implies(X,Y)),
    inference(paramodulation,[],['21','23']) ).

cnf('25',plain,
    implies(implies(X,Y),implies(implies(Z,X),implies(Z,Y))) = truth,
    inference(cnf_transformation,[],[lemma_6]) ).

cnf('26',plain,
    implies(implies(implies(X3,Y3),Z3),implies(truth,implies(Y3,Z3))) = truth,
    inference(paramodulation,[],['1','25']) ).

cnf('27',plain,
    implies(implies(implies(X,Y),Z),implies(Y,Z)) = truth,
    inference(simplify,[],['26','5']) ).

cnf('28',plain,
    implies(implies(X,implies(Y,Z)),implies(Y,implies(X,Z))) = truth,
    inference(paramodulation,[],['23','27']) ).

cnf('29',plain,
    implies(implies(implies(a,b),implies(b,a)),implies(b,a)) != truth,
    inference(cnf_transformation,[],[prove_wajsberg_mv_4]) ).

cnf('30',plain,
    implies(implies(b,implies(implies(a,b),a)),implies(b,a)) != truth,
    inference(paramodulation,[],['18','29']) ).

cnf('31',plain,
    $false,
    inference(paramodulation,[then_simplify],['24','28','30']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL109-10 : TPTP v8.1.2. Released v7.5.0.
% 0.12/0.12  % Command  : gkc %s
% 0.13/0.33  % Computer : n023.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Thu Aug 24 21:28:12 EDT 2023
% 0.19/0.34  % CPUTime  : 
% 0.19/0.38  
% 0.19/0.38  input clause set summed statistics:
% 0.19/0.38  ----------------------------------
% 0.19/0.38  in_clause_count:                    16
% 0.19/0.38  in_rule_clause_count:               16
% 0.19/0.38  in_fact_clause_count:                0
% 0.19/0.38  in_answer_clause_count:              0
% 0.19/0.38  in_ground_clause_count:              1
% 0.19/0.38  in_unit_clause_count:               16
% 0.19/0.38  in_horn_clause_count:               16
% 0.19/0.38  in_pos_clause_count:                15
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:              15
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:          15
% 0.19/0.38  in_chain_clause_count:               0
% 0.19/0.38  in_min_length:             1
% 0.19/0.38  in_max_length:             1
% 0.19/0.38  in_min_depth:              2
% 0.19/0.38  in_max_depth:              4
% 0.19/0.38  in_min_size:               5
% 0.19/0.38  in_max_size:              13
% 0.19/0.38  in_min_vars:               0
% 0.19/0.38  in_max_vars:               3
% 0.19/0.38  in_extaxiom_count:                 0
% 0.19/0.38  in_axiom_count:                   15
% 0.19/0.38  in_assumption_count:               0
% 0.19/0.38  in_goal_count:                     1
% 0.19/0.38  in_neg_goal_count:                 1
% 0.19/0.38  in_pos_goal_count:                 0
% 0.19/0.38  in_posunit_goal_count:             0
% 0.19/0.38  
% 0.19/0.38  auto guide:
% 0.19/0.38  -----------
% 0.19/0.38  {
% 0.19/0.38  "print":1,
% 0.19/0.38  "print_level": 15,
% 0.19/0.38  "max_size": 0,
% 0.19/0.38  "max_depth": 0,
% 0.19/0.38  "max_length": 0,
% 0.19/0.38  "max_dseconds": 0,
% 0.19/0.38  "runs":[
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"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.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 10,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":3},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":4},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 0, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":5},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 10, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit","prohibit_deep_para","prohibit_unordered_para"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 50,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 50, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1},
% 0.19/0.38  
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "var_weight": 1, "weight_select_ratio":20, "repeat_var_weight":1, "depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "weight_select_ratio":20,"depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "weight_select_ratio":20, "depth_penalty":50, "var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["query_focus"], "query_preference": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "reverse_clauselist": 1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 6},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 8},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "max_depth": 10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":10},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":15},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":20, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":40},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"var_weight":1, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100},
% 0.19/0.38  {"max_dseconds": 1250,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth": 4},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "rewrite":0},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "weight_select_ratio":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":2},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 0, "sine":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "depth_penalty":50},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "query_preference": 1, "sine":1, "var_weight": 1, "weight_select_ratio":100, "repeat_var_weight":1},
% 0.19/0.38  {"max_dseconds": 1250, "strategy":["unit"], "var_weight":70,"repeat_var_weight":70,"query_preference":1, "sine":1} 
% 0.19/0.38  
% 0.19/0.38  ]}
% 0.19/0.38  
% 0.19/0.38  
% 0.19/0.38  **** run 1 fork 0 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1}
% 0.19/0.38  
% 0.19/0.38  **** run 2 fork 1 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0}
% 0.19/0.38  
% 0.19/0.38  **** run 3 fork 2 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.38  
% 0.19/0.38  **** run 4 fork 3 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 5 fork 4 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.38  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.38  
% 0.19/0.38  **** run 7 fork 6 starts with strategy
% 0.19/0.38  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.39  
% 0.19/0.39  **** run 8 fork 7 starts with strategy
% 0.19/0.39  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 2: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 3: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 4: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 5: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 6: search terminated without proof.
% 0.19/0.51  
% 0.19/0.51  
% 0.19/0.51  fork 0: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 7: search terminated without proof.
% 0.19/0.52  
% 0.19/0.52  
% 0.19/0.52  fork 1: search terminated without proof.
% 0.19/0.53  
% 0.19/0.53  **** run 15 fork 6 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.54  
% 0.19/0.54  **** run 12 fork 3 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 0.19/0.54  
% 0.19/0.54  **** run 14 fork 5 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 13 fork 4 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.54  
% 0.19/0.54  **** run 9 fork 0 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.54  
% 0.19/0.54  **** run 16 fork 7 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.54  
% 0.19/0.54  **** run 10 fork 1 starts with strategy
% 0.19/0.54  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 2.15/0.65  
% 2.15/0.65  
% 2.15/0.65  fork 2: search terminated without proof.
% 2.15/0.65  
% 2.15/0.65  
% 2.15/0.65  fork 4: search terminated without proof.
% 2.15/0.65  
% 2.15/0.65  
% 2.15/0.65  fork 5: search terminated without proof.
% 2.15/0.65  
% 2.15/0.65  
% 2.15/0.65  fork 3: search terminated without proof.
% 2.15/0.65  
% 2.15/0.65  
% 2.15/0.65  fork 0: search terminated without proof.
% 2.15/0.66  
% 2.15/0.66  
% 2.15/0.66  fork 1: search terminated without proof.
% 2.15/0.66  
% 2.15/0.66  
% 2.15/0.66  fork 7: search terminated without proof.
% 2.15/0.66  
% 2.15/0.66  
% 2.15/0.66  fork 6: search terminated without proof.
% 2.15/0.67  
% 2.15/0.67  **** run 19 fork 2 starts with strategy
% 2.15/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 2.15/0.67  
% 2.15/0.67  **** run 21 fork 4 starts with strategy
% 2.15/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 2.15/0.68  
% 2.15/0.68  **** run 17 fork 0 starts with strategy
% 2.15/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.15/0.68  
% 2.15/0.68  **** run 20 fork 3 starts with strategy
% 2.15/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 2.15/0.68  
% 2.15/0.68  **** run 22 fork 5 starts with strategy
% 2.15/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.15/0.68  
% 2.15/0.68  **** run 18 fork 1 starts with strategy
% 2.15/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.15/0.68  
% 2.15/0.68  **** run 24 fork 7 starts with strategy
% 2.15/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 2.15/0.68  
% 2.15/0.68  **** run 23 fork 6 starts with strategy
% 2.15/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 3.20/0.81  
% 3.20/0.81  
% 3.20/0.81  fork 2: search terminated without proof.
% 3.20/0.81  
% 3.20/0.81  
% 3.20/0.81  fork 5: search terminated without proof.
% 3.20/0.81  
% 3.20/0.81  
% 3.20/0.81  fork 4: search terminated without proof.
% 3.20/0.81  
% 3.20/0.81  
% 3.20/0.81  fork 0: search terminated without proof.
% 3.20/0.81  
% 3.20/0.81  
% 3.20/0.81  fork 3: search terminated without proof.
% 3.20/0.82  
% 3.20/0.82  
% 3.20/0.82  fork 7: search terminated without proof.
% 3.20/0.82  
% 3.20/0.82  
% 3.20/0.82  fork 6: search terminated without proof.
% 3.20/0.82  
% 3.20/0.82  
% 3.20/0.82  fork 1: search terminated without proof.
% 3.20/0.83  
% 3.20/0.83  **** run 29 fork 4 starts with strategy
% 3.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.20/0.83  
% 3.20/0.83  **** run 25 fork 0 starts with strategy
% 3.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 3.20/0.83  
% 3.20/0.83  **** run 30 fork 5 starts with strategy
% 3.20/0.83  {"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}
% 3.20/0.83  
% 3.20/0.83  **** run 28 fork 3 starts with strategy
% 3.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 3.20/0.83  
% 3.20/0.83  **** run 27 fork 2 starts with strategy
% 3.20/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 3.20/0.84  
% 3.20/0.84  **** run 31 fork 6 starts with strategy
% 3.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 3.20/0.84  
% 3.20/0.84  **** run 32 fork 7 starts with strategy
% 3.20/0.84  {"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}
% 3.20/0.84  
% 3.20/0.84  **** run 26 fork 1 starts with strategy
% 3.20/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.54/0.95  
% 4.54/0.95  
% 4.54/0.95  fork 5: search terminated without proof.
% 4.54/0.95  
% 4.54/0.95  
% 4.54/0.95  fork 0: search terminated without proof.
% 4.54/0.95  
% 4.54/0.95  
% 4.54/0.95  fork 4: search terminated without proof.
% 4.54/0.96  
% 4.54/0.96  
% 4.54/0.96  fork 2: search terminated without proof.
% 4.54/0.96  
% 4.54/0.96  
% 4.54/0.96  fork 3: search terminated without proof.
% 4.54/0.96  
% 4.54/0.96  
% 4.54/0.96  fork 7: search terminated without proof.
% 4.54/0.96  
% 4.54/0.96  
% 4.54/0.96  fork 6: search terminated without proof.
% 4.54/0.97  
% 4.54/0.97  
% 4.54/0.97  fork 1: search terminated without proof.
% 4.54/0.97  
% 4.54/0.97  **** run 38 fork 5 starts with strategy
% 4.54/0.97  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.54/0.97  
% 4.54/0.97  **** run 33 fork 0 starts with strategy
% 4.54/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.54/0.98  
% 4.54/0.98  **** run 37 fork 4 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 4.54/0.98  
% 4.54/0.98  **** run 35 fork 2 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.54/0.98  
% 4.54/0.98  **** run 36 fork 3 starts with strategy
% 4.54/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.54/0.99  
% 4.54/0.99  **** run 40 fork 7 starts with strategy
% 4.54/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.54/0.99  
% 4.54/0.99  **** run 39 fork 6 starts with strategy
% 4.54/0.99  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.54/0.99  
% 4.54/0.99  **** run 34 fork 1 starts with strategy
% 4.54/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 5.67/1.09  
% 5.67/1.09  
% 5.67/1.09  fork 0: search terminated without proof.
% 5.67/1.09  
% 5.67/1.09  
% 5.67/1.09  fork 5: search terminated without proof.
% 5.67/1.10  
% 5.67/1.10  
% 5.67/1.10  fork 4: search terminated without proof.
% 5.67/1.10  
% 5.67/1.10  
% 5.67/1.10  fork 2: search terminated without proof.
% 5.67/1.10  
% 5.67/1.10  
% 5.67/1.10  fork 3: search terminated without proof.
% 5.67/1.11  
% 5.67/1.11  **** run 46 fork 5 starts with strategy
% 5.67/1.11  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.67/1.12  
% 5.67/1.12  **** run 45 fork 4 starts with strategy
% 5.67/1.12  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 5.67/1.12  
% 5.67/1.12  
% 5.67/1.12  fork 7: search terminated without proof.
% 5.67/1.12  
% 5.67/1.12  
% 5.67/1.12  fork 6: search terminated without proof.
% 5.67/1.12  
% 5.67/1.12  **** run 44 fork 3 starts with strategy
% 5.67/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.67/1.12  
% 5.67/1.12  
% 5.67/1.12  fork 1: search terminated without proof.
% 5.67/1.13  
% 5.67/1.13  **** run 43 fork 2 starts with strategy
% 5.67/1.13  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.67/1.14  
% 5.67/1.14  **** run 41 fork 0 starts with strategy
% 5.67/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.67/1.14  
% 5.67/1.14  fork 5: search finished without proof.
% 5.67/1.15  
% 5.67/1.15  **** run 42 fork 1 starts with strategy
% 5.67/1.15  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.67/1.15  
% 5.67/1.15  **** run 48 fork 7 starts with strategy
% 5.67/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.67/1.15  
% 5.67/1.15  **** run 47 fork 6 starts with strategy
% 5.67/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.67/1.16  
% 5.67/1.16  **** run 54 fork 5 starts with strategy
% 5.67/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.79/1.24  
% 6.79/1.24  
% 6.79/1.24  fork 4: search terminated without proof.
% 6.79/1.25  
% 6.79/1.25  
% 6.79/1.25  fork 3: search terminated without proof.
% 6.79/1.25  
% 6.79/1.25  
% 6.79/1.25  fork 2: search terminated without proof.
% 6.79/1.25  
% 6.79/1.25  **** run 53 fork 4 starts with strategy
% 6.79/1.25  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.79/1.26  
% 6.79/1.26  
% 6.79/1.26  fork 0: search terminated without proof.
% 6.79/1.26  
% 6.79/1.26  **** run 52 fork 3 starts with strategy
% 6.79/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.79/1.27  
% 6.79/1.27  
% 6.79/1.27  fork 1: search terminated without proof.
% 6.79/1.27  
% 6.79/1.27  
% 6.79/1.27  fork 7: search terminated without proof.
% 6.79/1.27  
% 6.79/1.27  
% 6.79/1.27  fork 6: search terminated without proof.
% 6.79/1.27  
% 6.79/1.27  **** run 51 fork 2 starts with strategy
% 6.79/1.27  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.79/1.28  
% 6.79/1.28  **** run 49 fork 0 starts with strategy
% 6.79/1.28  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.79/1.28  
% 6.79/1.28  
% 6.79/1.28  fork 5: search terminated without proof.
% 6.79/1.29  
% 6.79/1.29  **** run 50 fork 1 starts with strategy
% 6.79/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.79/1.29  
% 6.79/1.29  **** run 56 fork 7 starts with strategy
% 6.79/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.79/1.29  
% 6.79/1.29  **** run 55 fork 6 starts with strategy
% 6.79/1.29  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 7.37/1.30  
% 7.37/1.30  fork 2: search finished without proof.
% 7.37/1.30  
% 7.37/1.30  **** run 62 fork 5 starts with strategy
% 7.37/1.30  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 7.37/1.32  
% 7.37/1.32  **** run 59 fork 2 starts with strategy
% 7.37/1.32  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.90/1.38  
% 7.90/1.38  
% 7.90/1.38  fork 4: search terminated without proof.
% 7.90/1.38  
% 7.90/1.38  
% 7.90/1.38  fork 3: search terminated without proof.
% 7.90/1.39  
% 7.90/1.39  **** run 61 fork 4 starts with strategy
% 7.90/1.39  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.90/1.40  
% 7.90/1.40  
% 7.90/1.40  fork 0: search terminated without proof.
% 7.90/1.40  
% 7.90/1.40  **** run 60 fork 3 starts with strategy
% 7.90/1.40  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 7.90/1.41  
% 7.90/1.41  
% 7.90/1.41  fork 1: search terminated without proof.
% 7.90/1.41  
% 7.90/1.41  
% 7.90/1.41  fork 7: search terminated without proof.
% 7.90/1.41  
% 7.90/1.41  
% 7.90/1.41  fork 6: search terminated without proof.
% 7.90/1.42  
% 7.90/1.42  **** run 57 fork 0 starts with strategy
% 7.90/1.42  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.90/1.42  
% 7.90/1.42  
% 7.90/1.42  fork 5: search terminated without proof.
% 7.90/1.43  
% 7.90/1.43  **** run 64 fork 7 starts with strategy
% 7.90/1.43  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.90/1.44  
% 7.90/1.44  **** run 58 fork 1 starts with strategy
% 7.90/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.90/1.44  
% 7.90/1.44  
% 7.90/1.44  fork 2: search terminated without proof.
% 7.90/1.44  
% 7.90/1.44  **** run 63 fork 6 starts with strategy
% 7.90/1.44  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 7.90/1.44  
% 7.90/1.44  **** run 70 fork 5 starts with strategy
% 7.90/1.44  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.90/1.46  
% 7.90/1.46  **** run 67 fork 2 starts with strategy
% 7.90/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 8.90/1.52  
% 8.90/1.52  
% 8.90/1.52  fork 4: search terminated without proof.
% 9.15/1.52  
% 9.15/1.52  
% 9.15/1.52  fork 3: search terminated without proof.
% 9.19/1.53  
% 9.19/1.53  **** run 69 fork 4 starts with strategy
% 9.19/1.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 9.19/1.54  
% 9.19/1.54  
% 9.19/1.54  fork 0: search terminated without proof.
% 9.19/1.54  
% 9.19/1.54  **** run 68 fork 3 starts with strategy
% 9.19/1.54  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 9.19/1.56  
% 9.19/1.56  
% 9.19/1.56  fork 1: search terminated without proof.
% 9.19/1.56  
% 9.19/1.56  
% 9.19/1.56  fork 7: search terminated without proof.
% 9.19/1.56  
% 9.19/1.56  **** run 65 fork 0 starts with strategy
% 9.19/1.56  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 9.19/1.56  
% 9.19/1.56  
% 9.19/1.56  fork 6: search terminated without proof.
% 9.19/1.57  
% 9.19/1.57  
% 9.19/1.57  fork 5: search terminated without proof.
% 9.19/1.58  
% 9.19/1.58  **** run 72 fork 7 starts with strategy
% 9.19/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 9.19/1.58  
% 9.19/1.58  **** run 66 fork 1 starts with strategy
% 9.19/1.58  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 9.19/1.58  
% 9.19/1.58  **** run 71 fork 6 starts with strategy
% 9.19/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 9.19/1.59  
% 9.19/1.59  **** run 78 fork 5 starts with strategy
% 9.19/1.59  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 9.19/1.59  
% 9.19/1.59  
% 9.19/1.59  fork 2: search terminated without proof.
% 9.82/1.61  
% 9.82/1.61  **** run 75 fork 2 starts with strategy
% 9.82/1.61  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.82/1.66  
% 9.82/1.66  
% 9.82/1.66  fork 4: search terminated without proof.
% 9.82/1.67  
% 9.82/1.67  
% 9.82/1.67  fork 3: search terminated without proof.
% 10.37/1.68  
% 10.37/1.68  **** run 77 fork 4 starts with strategy
% 10.37/1.68  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 10.37/1.68  
% 10.37/1.68  
% 10.37/1.68  fork 0: search terminated without proof.
% 10.37/1.69  
% 10.37/1.69  **** run 76 fork 3 starts with strategy
% 10.37/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 10.37/1.70  
% 10.37/1.70  
% 10.37/1.70  fork 1: search terminated without proof.
% 10.37/1.70  
% 10.37/1.70  **** run 73 fork 0 starts with strategy
% 10.37/1.70  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 10.37/1.70  
% 10.37/1.70  
% 10.37/1.70  fork 7: search terminated without proof.
% 10.37/1.72  
% 10.37/1.72  **** run 74 fork 1 starts with strategy
% 10.37/1.72  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 10.37/1.72  
% 10.37/1.72  
% 10.37/1.72  fork 5: search terminated without proof.
% 10.37/1.72  
% 10.37/1.72  
% 10.37/1.72  fork 6: search terminated without proof.
% 10.37/1.73  
% 10.37/1.73  **** run 80 fork 7 starts with strategy
% 10.37/1.73  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.37/1.74  
% 10.37/1.74  
% 10.37/1.74  fork 2: search terminated without proof.
% 10.37/1.74  
% 10.37/1.74  **** run 86 fork 5 starts with strategy
% 10.37/1.74  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.37/1.74  
% 10.37/1.74  **** run 79 fork 6 starts with strategy
% 10.37/1.74  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 10.37/1.76  
% 10.37/1.76  **** run 83 fork 2 starts with strategy
% 10.37/1.76  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 11.32/1.81  
% 11.32/1.81  
% 11.32/1.81  fork 4: search terminated without proof.
% 11.48/1.82  
% 11.48/1.82  
% 11.48/1.82  fork 3: search terminated without proof.
% 11.49/1.82  
% 11.49/1.82  
% 11.49/1.82  fork 0: search terminated without proof.
% 11.49/1.83  
% 11.49/1.83  **** run 85 fork 4 starts with strategy
% 11.49/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 11.49/1.83  
% 11.49/1.83  **** run 84 fork 3 starts with strategy
% 11.49/1.83  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 11.49/1.85  
% 11.49/1.85  
% 11.49/1.85  fork 1: search terminated without proof.
% 11.49/1.85  
% 11.49/1.85  **** run 81 fork 0 starts with strategy
% 11.49/1.85  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 11.49/1.85  
% 11.49/1.85  
% 11.49/1.85  fork 7: search terminated without proof.
% 11.49/1.87  
% 11.49/1.87  **** run 82 fork 1 starts with strategy
% 11.49/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 11.49/1.87  
% 11.49/1.87  
% 11.49/1.87  fork 6: search terminated without proof.
% 11.49/1.87  
% 11.49/1.87  **** run 88 fork 7 starts with strategy
% 11.49/1.87  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 11.49/1.89  
% 11.49/1.89  **** run 87 fork 6 starts with strategy
% 11.49/1.89  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 12.15/1.97  
% 12.15/1.97  
% 12.15/1.97  fork 0: search terminated without proof.
% 12.80/1.99  
% 12.80/1.99  **** run 89 fork 0 starts with strategy
% 12.80/1.99  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 16.19/2.51  
% 16.19/2.51  
% 16.19/2.51  result: proof found
% 16.19/2.51  for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.19/2.51  by run 86 fork 5 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 16.19/2.51  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% 16.19/2.51  
% 16.19/2.51  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p 
% See solution above
% 16.19/2.51  
% 16.19/2.51  run 86 fork 5 statistics:
% 16.19/2.51  ----------------------------------
% 16.19/2.51  this run seconds: 0.713208
% 16.19/2.51  total seconds: 2.091520
% 16.19/2.51  stat_given_used: 476
% 16.19/2.51  stat_given_used_at_endgame: 0
% 16.19/2.51  stat_given_candidates:   5235
% 16.19/2.51  stat_given_candidates_at_endgame: 0
% 16.19/2.51  stat_given_candidates_h: 0
% 16.19/2.51  stat_binres_derived_cl:   0
% 16.19/2.51  stat_binres_derived_cl_h: 0
% 16.19/2.51  stat_factor_derived_cl: 0
% 16.19/2.51  stat_para_derived_cl: 158336
% 16.19/2.51  stat_tautologies_discarded: 0
% 16.19/2.51  stat_forward_subsumed: 42284
% 16.19/2.51  stat_derived_cut: 1
% 16.19/2.51  stat_derived_rewritten: 141
% 16.19/2.51  stat_weight_discarded_building: 0
% 16.19/2.51  stat_weight_discarded_cl: 31614
% 16.19/2.51  stat_internlimit_discarded_cl: 0
% 16.19/2.51  stat_simplified:  141 simplified 0 derived 0 given
% 16.19/2.51  stat_kept_cl: 78971
% 16.19/2.51  stat_built_cl: 111678
% 16.19/2.51  stat_hyperres_partial_cl: 0
% 16.19/2.51  stat_made_rewriters: 464
% 16.19/2.51  stat_backward_subsumed: 0
% 16.19/2.51  stat_propagated_subsumed: 0
% 16.19/2.51  stat_clsubs_attempted:                     34087
% 16.19/2.51  stat_clsubs_fact_groundunit_found:             0
% 16.19/2.51  stat_clsubs_rule_groundunit_found:             1
% 16.19/2.51  stat_clsubs_top_meta_attempted:             129969
% 16.19/2.51  stat_clsubs_top_meta_failed:                 95882
% 16.19/2.51  stat_clsubs_top_meta_nonpref_attempted:              129969
% 16.19/2.51  stat_clsubs_top_meta_nonpref_succeeded:               79098
% 16.19/2.51  stat_clsubs_top_meta_pref_attempted:                  79098
% 16.19/2.51  stat_clsubs_top_meta_pref1_succeeded:                 79098
% 16.19/2.51  stat_clsubs_top_meta_pref2_succeeded:                 51241
% 16.19/2.51  stat_clsubs_top_meta_pref3_succeeded:                 34087
% 16.19/2.51  stat_clsubs_top_meta_pref_succeeded:                  34087
% 16.19/2.51  stat_clsubs_meta_attempted:                34087
% 16.19/2.51  stat_clsubs_meta_failed:                    4933
% 16.19/2.51  stat_clsubs_predsymbs_attempted:               0
% 16.19/2.51  stat_clsubs_unit_attempted:                34087
% 16.19/2.51  stat_clsubs_full_attempted:                    0
% 16.19/2.51  stat_forwardsubs_attempted:               152870
% 16.19/2.51  stat_lit_hash_added:                  78988
% 16.19/2.51  stat_lit_hash_computed:              232482
% 16.19/2.51  stat_lit_hash_match_found:            42329
% 16.19/2.51  stat_lit_hash_match_miss:            221892
% 16.19/2.51  stat_lit_hash_cut_ok:                     0
% 16.19/2.51  stat_lit_strong_cut_ok:                   1
% 16.19/2.51  stat_lit_hash_subsume_ok:             42284
% 16.19/2.51  clqueue els 10000000 used 1
% 16.19/2.51  clactive els 10000000 used 477
% 16.19/2.51  clactivesubsume els 10000000 used 2851
% 16.19/2.51  queue_termbuf els 200000000 used 7870805
% 16.19/2.51  hyper_termbuf els 100000000 used 1
% 16.19/2.51  active_termbuf els 100000000 used 26223
% 16.19/2.51  varstack els 5000 last used 1
% 16.19/2.51  given_termbuf els 10000000 last used 1
% 16.19/2.51  simplified_termbuf els 10000000 last used 1
% 16.19/2.51  derived_termbuf els 10000000 last used 58
% 16.19/2.51  wr_mallocs: 303850
% 16.19/2.51  wr_callocs: 21
% 16.19/2.51  wr_reallocs: 13553
% 16.19/2.51  wr_frees: 2
% 16.19/2.51  wr_malloc_bytes: 4173311172
% 16.19/2.51  wr_calloc_bytes: 112065536
% 16.19/2.51  wr_realloc_bytes: 2750072
% 16.19/2.51  wr_realloc_freebytes: 0
% 16.19/2.51  ----------------------------------
%------------------------------------------------------------------------------