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

View Problem - Process Solution

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

% Computer : n028.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:52 EDT 2023

% Result   : Unsatisfiable 19.09s 2.95s
% Output   : CNFRefutation 19.09s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named implies_definition)

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

cnf('2',plain,
    axiom(implies(or(X,or(Y,Z)),or(Y,or(X,Z)))) = true,
    inference(cnf_transformation,[],[axiom_1_5]) ).

cnf('3',plain,
    ifeq(axiom(X),true,theorem(X),true) = true,
    inference(cnf_transformation,[],[rule_1]) ).

cnf('4',plain,
    ifeq(true,true,theorem(implies(or(X3,or(Y3,Z3)),or(Y3,or(X3,Z3)))),true) = true,
    inference(paramodulation,[],['2','3']) ).

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

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

cnf('7',plain,
    theorem(implies(implies(X3,or(Y3,Z3)),or(Y3,or(not(X3),Z3)))) = true,
    inference(paramodulation,[],['1','6']) ).

cnf('8',plain,
    theorem(implies(implies(X,or(Y,Z)),or(Y,implies(X,Z)))) = true,
    inference(simplify,[],['7','1']) ).

cnf('9',plain,
    axiom(implies(X,or(Y,X))) = true,
    inference(cnf_transformation,[],[axiom_1_3]) ).

cnf('10',plain,
    ifeq(true,true,theorem(implies(X3,or(Y3,X3))),true) = true,
    inference(paramodulation,[],['9','3']) ).

cnf('11',plain,
    theorem(implies(X,or(Y,X))) = true,
    inference(simplify,[],['10','5']) ).

cnf('12',plain,
    ifeq(theorem(implies(X,Y)),true,ifeq(theorem(X),true,theorem(Y),true),true) = true,
    inference(cnf_transformation,[],[rule_2]) ).

cnf('13',plain,
    ifeq(theorem(implies(implies(X3,or(Y3,X3)),Z3)),true,ifeq(true,true,theorem(Z3),true),true) = true,
    inference(paramodulation,[],['11','12']) ).

cnf('14',plain,
    ifeq(theorem(implies(implies(X,or(Y,X)),Z)),true,theorem(Z),true) = true,
    inference(simplify,[],['13','5']) ).

cnf('15',plain,
    ifeq(true,true,theorem(or(X3,implies(Y3,Y3))),true) = true,
    inference(paramodulation,[],['8','14']) ).

cnf('16',plain,
    theorem(or(X,implies(Y,Y))) = true,
    inference(simplify,[],['15','5']) ).

cnf('17',plain,
    axiom(implies(or(X,X),X)) = true,
    inference(cnf_transformation,[],[axiom_1_2]) ).

cnf('18',plain,
    ifeq(true,true,theorem(implies(or(X3,X3),X3)),true) = true,
    inference(paramodulation,[],['17','3']) ).

cnf('19',plain,
    theorem(implies(or(X,X),X)) = true,
    inference(simplify,[],['18','5']) ).

cnf('20',plain,
    ifeq(true,true,ifeq(theorem(or(X3,X3)),true,theorem(X3),true),true) = true,
    inference(paramodulation,[],['19','12']) ).

cnf('21',plain,
    ifeq(theorem(or(X,X)),true,theorem(X),true) = true,
    inference(simplify,[],['20','5']) ).

cnf('22',plain,
    ifeq(true,true,theorem(implies(X3,X3)),true) = true,
    inference(paramodulation,[],['16','21']) ).

cnf('23',plain,
    theorem(implies(X,X)) = true,
    inference(simplify,[],['22','5']) ).

cnf('24',plain,
    axiom(implies(or(X,Y),or(Y,X))) = true,
    inference(cnf_transformation,[],[axiom_1_4]) ).

cnf('25',plain,
    ifeq(true,true,theorem(implies(or(X3,Y3),or(Y3,X3))),true) = true,
    inference(paramodulation,[],['24','3']) ).

cnf('26',plain,
    theorem(implies(or(X,Y),or(Y,X))) = true,
    inference(simplify,[],['25','5']) ).

cnf('27',plain,
    ifeq(true,true,ifeq(theorem(or(X3,Y3)),true,theorem(or(Y3,X3)),true),true) = true,
    inference(paramodulation,[],['26','12']) ).

cnf('28',plain,
    ifeq(theorem(or(X,Y)),true,theorem(or(Y,X)),true) = true,
    inference(simplify,[],['27','5']) ).

cnf('29',plain,
    ifeq(theorem(implies(X,Y)),true,theorem(or(Y,not(X))),true) = true,
    inference(paramodulation,[],['1','28']) ).

cnf('30',plain,
    ifeq(true,true,theorem(or(X3,not(X3))),true) = true,
    inference(paramodulation,[],['23','29']) ).

cnf('31',plain,
    theorem(or(X,not(X))) = true,
    inference(simplify,[],['30','5']) ).

cnf('32',plain,
    theorem(implies(X,not(not(X)))) = true,
    inference(paramodulation,[],['1','31']) ).

cnf('33',plain,
    axiom(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))) = true,
    inference(cnf_transformation,[],[axiom_1_6]) ).

cnf('34',plain,
    ifeq(true,true,theorem(implies(implies(X3,Y3),implies(or(Z3,X3),or(Z3,Y3)))),true) = true,
    inference(paramodulation,[],['33','3']) ).

cnf('35',plain,
    theorem(implies(implies(X,Y),implies(or(Z,X),or(Z,Y)))) = true,
    inference(simplify,[],['34','5']) ).

cnf('36',plain,
    ifeq(true,true,ifeq(theorem(implies(X3,Y3)),true,theorem(implies(or(Z3,X3),or(Z3,Y3))),true),true) = true,
    inference(paramodulation,[],['35','12']) ).

cnf('37',plain,
    ifeq(theorem(implies(X,Y)),true,theorem(implies(or(Z,X),or(Z,Y))),true) = true,
    inference(simplify,[],['36','5']) ).

cnf('38',plain,
    ifeq(true,true,theorem(implies(or(X3,Y3),or(X3,not(not(Y3))))),true) = true,
    inference(paramodulation,[],['32','37']) ).

cnf('39',plain,
    theorem(implies(or(X,Y),or(X,not(not(Y))))) = true,
    inference(simplify,[],['38','5']) ).

cnf('40',plain,
    theorem(implies(implies(X3,Y3),or(not(X3),not(not(Y3))))) = true,
    inference(paramodulation,[],['1','39']) ).

cnf('41',plain,
    theorem(implies(implies(X,Y),implies(X,not(not(Y))))) = true,
    inference(simplify,[],['40','1']) ).

cnf('42',plain,
    ifeq(true,true,theorem(implies(X3,not(not(or(Y3,X3))))),true) = true,
    inference(paramodulation,[],['41','14']) ).

cnf('43',plain,
    theorem(implies(X,not(not(or(Y,X))))) = true,
    inference(simplify,[],['42','5']) ).

cnf('44',plain,
    ifeq(theorem(implies(X,not(Y))),true,theorem(implies(Y,not(X))),true) = true,
    inference(paramodulation,[],['1','29']) ).

cnf('45',plain,
    ifeq(true,true,theorem(implies(not(or(X3,Y3)),not(Y3))),true) = true,
    inference(paramodulation,[],['43','44']) ).

cnf('46',plain,
    theorem(implies(not(or(X,Y)),not(Y))) = true,
    inference(simplify,[],['45','5']) ).

cnf('47',plain,
    ifeq(true,true,ifeq(theorem(X3),true,theorem(or(Y3,X3)),true),true) = true,
    inference(paramodulation,[],['11','12']) ).

cnf('48',plain,
    ifeq(theorem(X),true,theorem(or(Y,X)),true) = true,
    inference(simplify,[],['47','5']) ).

cnf('49',plain,
    ifeq(true,true,theorem(or(X3,implies(not(or(Y3,Z3)),not(Z3)))),true) = true,
    inference(paramodulation,[],['46','48']) ).

cnf('50',plain,
    theorem(or(X,implies(not(or(Y,Z)),not(Z)))) = true,
    inference(simplify,[],['49','5']) ).

cnf('51',plain,
    theorem(implies(or(X3,implies(Y3,Z3)),or(not(Y3),or(X3,Z3)))) = true,
    inference(paramodulation,[],['1','6']) ).

cnf('52',plain,
    theorem(implies(or(X,implies(Y,Z)),implies(Y,or(X,Z)))) = true,
    inference(simplify,[],['51','1']) ).

cnf('53',plain,
    ifeq(true,true,ifeq(theorem(or(X3,implies(Y3,Z3))),true,theorem(implies(Y3,or(X3,Z3))),true),true) = true,
    inference(paramodulation,[],['52','12']) ).

cnf('54',plain,
    ifeq(theorem(or(X,implies(Y,Z))),true,theorem(implies(Y,or(X,Z))),true) = true,
    inference(simplify,[],['53','5']) ).

cnf('55',plain,
    ifeq(true,true,theorem(implies(not(or(X3,Y3)),or(Z3,not(Y3)))),true) = true,
    inference(paramodulation,[],['50','54']) ).

cnf('56',plain,
    theorem(implies(not(or(X,Y)),or(Z,not(Y)))) = true,
    inference(simplify,[],['55','5']) ).

cnf('57',plain,
    theorem(implies(not(or(p,q)),or(not(p),not(q)))) != true,
    inference(cnf_transformation,[],[prove_this]) ).

cnf('58',plain,
    $false,
    inference(resolution,[],['56','57']) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL203-10 : TPTP v8.1.2. Released v7.3.0.
% 0.00/0.12  % Command  : gkc %s
% 0.16/0.33  % Computer : n028.cluster.edu
% 0.16/0.33  % Model    : x86_64 x86_64
% 0.16/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.33  % Memory   : 8042.1875MB
% 0.16/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.33  % CPULimit : 300
% 0.16/0.33  % WCLimit  : 300
% 0.16/0.33  % DateTime : Fri Aug 25 03:18:35 EDT 2023
% 0.16/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:                    10
% 0.19/0.38  in_rule_clause_count:               10
% 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:               10
% 0.19/0.38  in_horn_clause_count:               10
% 0.19/0.38  in_pos_clause_count:                 9
% 0.19/0.38  in_neg_clause_count:                 1
% 0.19/0.38  in_poseq_clause_count:               9
% 0.19/0.38  in_negeq_clause_count:               1
% 0.19/0.38  in_unitposeq_clause_count:           9
% 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:              5
% 0.19/0.38  in_min_size:               7
% 0.19/0.38  in_max_size:              16
% 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:                    9
% 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  
% 0.19/0.38  **** run 6 fork 5 starts with strategy
% 0.19/0.38  
% 0.19/0.38  **** run 8 fork 7 starts with strategy
% 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":1,"weight_select_ratio":20}
% 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 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.50  
% 0.19/0.50  
% 0.19/0.50  fork 0: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 2: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 1: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 3: search terminated without proof.
% 0.19/0.50  
% 0.19/0.50  
% 0.19/0.50  fork 7: 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 4: 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.53  
% 0.19/0.53  **** run 11 fork 2 starts with strategy
% 0.19/0.53  
% 0.19/0.53  **** run 10 fork 1 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1}
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 0.19/0.53  
% 0.19/0.53  **** run 14 fork 5 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.53  
% 0.19/0.53  **** run 9 fork 0 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.53  
% 0.19/0.53  **** run 12 fork 3 starts with strategy
% 0.19/0.53  {"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.53  
% 0.19/0.53  **** run 13 fork 4 starts with strategy
% 0.19/0.53  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.53  
% 0.19/0.53  **** run 16 fork 7 starts with strategy
% 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  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 2: search terminated without proof.
% 0.19/0.64  
% 0.19/0.64  
% 0.19/0.64  fork 1: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 5: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 0: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 4: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 6: search terminated without proof.
% 0.19/0.65  
% 0.19/0.65  
% 0.19/0.65  fork 7: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  
% 0.19/0.66  fork 3: search terminated without proof.
% 0.19/0.66  
% 0.19/0.66  **** run 19 fork 2 starts with strategy
% 0.19/0.66  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1}
% 0.19/0.67  
% 0.19/0.67  **** run 22 fork 5 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 0.19/0.67  
% 0.19/0.67  **** run 17 fork 0 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.67  
% 0.19/0.67  **** run 21 fork 4 starts with strategy
% 0.19/0.67  {"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.67  
% 0.19/0.67  **** run 24 fork 7 starts with strategy
% 0.19/0.67  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20}
% 0.19/0.68  
% 0.19/0.68  **** run 23 fork 6 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 0.19/0.68  
% 0.19/0.68  **** run 18 fork 1 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 0.19/0.68  **** run 20 fork 3 starts with strategy
% 0.19/0.68  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0}
% 0.19/0.68  
% 2.96/0.79  
% 2.96/0.79  
% 2.96/0.79  fork 7: search terminated without proof.
% 2.96/0.80  
% 2.96/0.80  
% 2.96/0.80  fork 0: search terminated without proof.
% 2.96/0.80  
% 2.96/0.80  
% 2.96/0.80  fork 6: search terminated without proof.
% 2.96/0.81  
% 2.96/0.81  
% 2.96/0.81  fork 5: search terminated without proof.
% 2.96/0.81  
% 2.96/0.81  **** run 32 fork 7 starts with strategy
% 2.96/0.81  {"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}
% 2.96/0.81  
% 2.96/0.81  
% 2.96/0.81  fork 3: search terminated without proof.
% 2.96/0.82  
% 2.96/0.82  **** run 25 fork 0 starts with strategy
% 2.96/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20}
% 2.96/0.82  
% 2.96/0.82  
% 2.96/0.82  fork 2: search terminated without proof.
% 2.96/0.82  
% 2.96/0.82  **** run 31 fork 6 starts with strategy
% 2.96/0.82  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 2.96/0.83  
% 2.96/0.83  **** run 30 fork 5 starts with strategy
% 2.96/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}
% 2.96/0.83  
% 2.96/0.83  
% 2.96/0.83  fork 1: search terminated without proof.
% 2.96/0.83  
% 2.96/0.83  **** run 28 fork 3 starts with strategy
% 2.96/0.83  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1}
% 2.96/0.84  
% 2.96/0.84  **** run 27 fork 2 starts with strategy
% 2.96/0.84  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 2.96/0.85  
% 2.96/0.85  **** run 26 fork 1 starts with strategy
% 2.96/0.85  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 2.96/0.85  
% 2.96/0.85  
% 2.96/0.85  fork 4: search terminated without proof.
% 3.93/0.88  
% 3.93/0.88  **** run 29 fork 4 starts with strategy
% 3.93/0.88  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0}
% 3.93/0.93  
% 3.93/0.93  
% 3.93/0.93  fork 7: search terminated without proof.
% 4.42/0.94  
% 4.42/0.94  
% 4.42/0.94  fork 6: search terminated without proof.
% 4.42/0.94  
% 4.42/0.94  
% 4.42/0.94  fork 0: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  
% 4.42/0.95  fork 5: search terminated without proof.
% 4.42/0.95  
% 4.42/0.95  **** run 40 fork 7 starts with strategy
% 4.42/0.95  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 4.42/0.96  
% 4.42/0.96  
% 4.42/0.96  fork 3: search terminated without proof.
% 4.42/0.96  
% 4.42/0.96  **** run 39 fork 6 starts with strategy
% 4.42/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":2}
% 4.42/0.96  
% 4.42/0.96  **** run 33 fork 0 starts with strategy
% 4.42/0.96  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 4.63/0.96  
% 4.63/0.96  
% 4.63/0.96  fork 2: search terminated without proof.
% 4.63/0.96  
% 4.63/0.96  **** run 38 fork 5 starts with strategy
% 4.63/0.96  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"rewrite":0}
% 4.63/0.97  
% 4.63/0.97  
% 4.63/0.97  fork 1: search terminated without proof.
% 4.63/0.97  
% 4.63/0.97  **** run 36 fork 3 starts with strategy
% 4.63/0.97  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50}
% 4.63/0.98  
% 4.63/0.98  **** run 35 fork 2 starts with strategy
% 4.63/0.98  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 4.63/0.99  
% 4.63/0.99  **** run 34 fork 1 starts with strategy
% 4.63/0.99  {"max_dseconds":1,"strategy":["unit","prohibit_deep_para","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20}
% 4.63/1.00  
% 4.63/1.00  
% 4.63/1.00  fork 4: search terminated without proof.
% 4.63/1.02  
% 4.63/1.02  **** run 37 fork 4 starts with strategy
% 4.63/1.02  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"rewrite":0}
% 5.40/1.06  
% 5.40/1.06  
% 5.40/1.06  fork 7: search terminated without proof.
% 5.40/1.07  
% 5.40/1.07  
% 5.40/1.07  fork 6: search terminated without proof.
% 5.40/1.08  
% 5.40/1.08  
% 5.40/1.08  fork 0: search terminated without proof.
% 5.40/1.09  
% 5.40/1.09  
% 5.40/1.09  fork 5: search terminated without proof.
% 5.40/1.09  
% 5.40/1.09  **** run 48 fork 7 starts with strategy
% 5.40/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":6}
% 5.40/1.09  
% 5.40/1.09  **** run 47 fork 6 starts with strategy
% 5.40/1.09  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":4}
% 5.40/1.09  
% 5.40/1.09  
% 5.40/1.09  fork 3: search terminated without proof.
% 5.40/1.10  
% 5.40/1.10  **** run 41 fork 0 starts with strategy
% 5.40/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":50,"var_weight":1,"repeat_var_weight":1}
% 5.40/1.10  
% 5.40/1.10  
% 5.40/1.10  fork 2: search terminated without proof.
% 5.40/1.10  
% 5.40/1.10  
% 5.40/1.10  fork 1: search terminated without proof.
% 5.40/1.10  
% 5.40/1.10  **** run 46 fork 5 starts with strategy
% 5.40/1.10  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":2}
% 5.40/1.11  
% 5.40/1.11  **** run 44 fork 3 starts with strategy
% 5.40/1.11  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":2}
% 5.40/1.12  
% 5.40/1.12  **** run 43 fork 2 starts with strategy
% 5.40/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":1}
% 5.40/1.12  
% 5.40/1.12  fork 6: search finished without proof.
% 5.40/1.12  
% 5.40/1.12  **** run 42 fork 1 starts with strategy
% 5.40/1.12  {"max_dseconds":1,"strategy":["query_focus"],"query_preference":0}
% 5.40/1.13  
% 5.40/1.13  fork 5: search finished without proof.
% 6.02/1.14  
% 6.02/1.14  
% 6.02/1.14  fork 4: search terminated without proof.
% 6.02/1.14  
% 6.02/1.14  **** run 55 fork 6 starts with strategy
% 6.02/1.14  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30}
% 6.02/1.15  
% 6.02/1.15  **** run 54 fork 5 starts with strategy
% 6.02/1.15  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20,"weight_select_ratio":2}
% 6.02/1.16  
% 6.02/1.16  **** run 45 fork 4 starts with strategy
% 6.02/1.16  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"reverse_clauselist":1}
% 6.31/1.22  
% 6.31/1.22  
% 6.31/1.22  fork 0: search terminated without proof.
% 6.31/1.22  
% 6.31/1.22  
% 6.31/1.22  fork 7: search terminated without proof.
% 6.80/1.23  
% 6.80/1.23  **** run 49 fork 0 starts with strategy
% 6.80/1.23  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":8}
% 6.80/1.24  
% 6.80/1.24  
% 6.80/1.24  fork 3: search terminated without proof.
% 6.80/1.24  
% 6.80/1.24  
% 6.80/1.24  fork 1: search terminated without proof.
% 6.80/1.24  
% 6.80/1.24  **** run 56 fork 7 starts with strategy
% 6.80/1.24  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":40}
% 6.80/1.24  
% 6.80/1.24  
% 6.80/1.24  fork 2: search terminated without proof.
% 6.80/1.26  
% 6.80/1.26  **** run 52 fork 3 starts with strategy
% 6.80/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":15}
% 6.99/1.26  
% 6.99/1.26  **** run 50 fork 1 starts with strategy
% 6.99/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_depth":10}
% 6.99/1.26  
% 6.99/1.26  
% 6.99/1.26  fork 6: search terminated without proof.
% 6.99/1.26  
% 6.99/1.26  **** run 51 fork 2 starts with strategy
% 6.99/1.26  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":10}
% 6.99/1.27  
% 6.99/1.27  
% 6.99/1.27  fork 5: search terminated without proof.
% 6.99/1.28  
% 6.99/1.28  
% 6.99/1.28  fork 4: search terminated without proof.
% 6.99/1.28  
% 6.99/1.28  **** run 63 fork 6 starts with strategy
% 6.99/1.28  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1}
% 6.99/1.28  
% 6.99/1.28  fork 3: search finished without proof.
% 6.99/1.29  
% 6.99/1.29  **** run 62 fork 5 starts with strategy
% 6.99/1.29  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100,"query_preference":0}
% 6.99/1.29  
% 6.99/1.29  fork 2: search finished without proof.
% 6.99/1.30  
% 6.99/1.30  **** run 53 fork 4 starts with strategy
% 6.99/1.30  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":20}
% 6.99/1.30  
% 6.99/1.30  **** run 60 fork 3 starts with strategy
% 6.99/1.30  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"reverse_clauselist":1}
% 6.99/1.31  
% 6.99/1.31  **** run 59 fork 2 starts with strategy
% 6.99/1.31  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"max_size":30,"depth_penalty":50}
% 7.49/1.35  
% 7.49/1.35  
% 7.49/1.35  fork 0: search terminated without proof.
% 7.49/1.35  
% 7.49/1.35  
% 7.49/1.35  fork 7: search terminated without proof.
% 7.49/1.37  
% 7.49/1.37  **** run 57 fork 0 starts with strategy
% 7.49/1.37  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1}
% 7.49/1.37  
% 7.49/1.37  **** run 64 fork 7 starts with strategy
% 7.49/1.37  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"weight_select_ratio":20}
% 7.49/1.39  
% 7.49/1.39  
% 7.49/1.39  fork 1: search terminated without proof.
% 7.49/1.40  
% 7.49/1.40  
% 7.49/1.40  fork 6: search terminated without proof.
% 7.49/1.41  
% 7.49/1.41  
% 7.49/1.41  fork 5: search terminated without proof.
% 7.49/1.41  
% 7.49/1.41  **** run 58 fork 1 starts with strategy
% 7.49/1.41  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"var_weight":1,"repeat_var_weight":1}
% 7.49/1.42  
% 7.49/1.42  
% 7.49/1.42  fork 3: search terminated without proof.
% 7.49/1.43  
% 7.49/1.43  **** run 71 fork 6 starts with strategy
% 7.49/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":2}
% 7.49/1.43  
% 7.49/1.43  **** run 70 fork 5 starts with strategy
% 7.49/1.43  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":2}
% 7.49/1.43  
% 7.49/1.43  
% 7.49/1.43  fork 2: search terminated without proof.
% 7.49/1.45  
% 7.49/1.45  **** run 68 fork 3 starts with strategy
% 7.49/1.45  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"rewrite":0}
% 7.49/1.46  
% 7.49/1.46  **** run 67 fork 2 starts with strategy
% 7.49/1.46  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1}
% 7.49/1.49  
% 7.49/1.49  
% 7.49/1.49  fork 0: search terminated without proof.
% 7.49/1.50  
% 7.49/1.50  
% 7.49/1.50  fork 7: search terminated without proof.
% 7.49/1.51  
% 7.49/1.51  
% 7.49/1.51  fork 4: search terminated without proof.
% 7.49/1.51  
% 7.49/1.51  **** run 65 fork 0 starts with strategy
% 7.49/1.51  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"var_weight":70,"repeat_var_weight":70,"depth_penalty":100}
% 7.49/1.52  
% 7.49/1.52  **** run 72 fork 7 starts with strategy
% 7.49/1.52  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":1}
% 7.49/1.54  
% 7.49/1.54  **** run 61 fork 4 starts with strategy
% 7.49/1.54  {"max_dseconds":1,"strategy":["unit","prohibit_nested_para"],"query_preference":1,"depth_penalty":100}
% 7.49/1.54  
% 7.49/1.54  
% 7.49/1.54  fork 1: search terminated without proof.
% 8.89/1.55  
% 8.89/1.55  
% 8.89/1.55  fork 6: search terminated without proof.
% 8.89/1.56  
% 8.89/1.56  
% 8.89/1.56  fork 5: search terminated without proof.
% 8.89/1.56  
% 8.89/1.56  **** run 66 fork 1 starts with strategy
% 8.89/1.56  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":0,"max_depth":4}
% 8.89/1.57  
% 8.89/1.57  **** run 79 fork 6 starts with strategy
% 8.89/1.57  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"depth_penalty":50}
% 8.89/1.58  
% 8.89/1.58  
% 8.89/1.58  fork 3: search terminated without proof.
% 8.89/1.58  
% 8.89/1.58  **** run 78 fork 5 starts with strategy
% 8.89/1.58  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":5}
% 8.89/1.58  
% 8.89/1.58  
% 8.89/1.58  fork 2: search terminated without proof.
% 8.89/1.59  
% 8.89/1.59  fork 1: search finished without proof.
% 8.89/1.60  
% 8.89/1.60  **** run 76 fork 3 starts with strategy
% 8.89/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":4}
% 8.89/1.60  
% 8.89/1.60  **** run 74 fork 1 starts with strategy
% 8.89/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":3}
% 8.89/1.60  
% 8.89/1.60  **** run 75 fork 2 starts with strategy
% 8.89/1.60  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":4}
% 9.86/1.63  
% 9.86/1.63  
% 9.86/1.63  fork 0: search terminated without proof.
% 9.86/1.65  
% 9.86/1.65  **** run 73 fork 0 starts with strategy
% 9.86/1.65  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":3}
% 9.86/1.65  
% 9.86/1.65  
% 9.86/1.65  fork 7: search terminated without proof.
% 10.17/1.67  
% 10.17/1.67  **** run 80 fork 7 starts with strategy
% 10.17/1.67  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.17/1.67  
% 10.17/1.67  
% 10.17/1.67  fork 4: search terminated without proof.
% 10.17/1.69  
% 10.17/1.69  **** run 69 fork 4 starts with strategy
% 10.17/1.69  {"max_dseconds":1,"strategy":["unit"],"query_preference":1,"sine":1,"weight_select_ratio":2}
% 10.17/1.70  
% 10.17/1.70  
% 10.17/1.70  fork 6: search terminated without proof.
% 10.17/1.71  
% 10.17/1.71  
% 10.17/1.71  fork 5: search terminated without proof.
% 10.17/1.72  
% 10.17/1.72  **** run 87 fork 6 starts with strategy
% 10.17/1.72  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20}
% 10.17/1.73  
% 10.17/1.73  **** run 86 fork 5 starts with strategy
% 10.17/1.73  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":20,"repeat_var_weight":1,"depth_penalty":100}
% 10.17/1.73  
% 10.17/1.73  
% 10.17/1.73  fork 3: search terminated without proof.
% 10.17/1.73  
% 10.17/1.73  
% 10.17/1.73  fork 1: search terminated without proof.
% 10.17/1.73  
% 10.17/1.73  
% 10.17/1.73  fork 2: search terminated without proof.
% 10.71/1.75  
% 10.71/1.75  **** run 84 fork 3 starts with strategy
% 10.71/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"var_weight":1,"weight_select_ratio":100,"repeat_var_weight":1}
% 10.71/1.75  
% 10.71/1.75  **** run 82 fork 1 starts with strategy
% 10.71/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 10.71/1.75  
% 10.71/1.75  **** run 83 fork 2 starts with strategy
% 10.71/1.75  {"max_dseconds":10,"strategy":["unit"],"query_preference":0}
% 10.93/1.77  
% 10.93/1.77  
% 10.93/1.77  fork 0: search terminated without proof.
% 10.93/1.79  
% 10.93/1.79  **** run 81 fork 0 starts with strategy
% 10.93/1.79  {"max_dseconds":1,"strategy":["unit"],"var_weight":70,"repeat_var_weight":70,"query_preference":1,"sine":1}
% 10.93/1.79  
% 10.93/1.79  
% 10.93/1.79  fork 7: search terminated without proof.
% 10.93/1.81  
% 10.93/1.81  **** run 88 fork 7 starts with strategy
% 10.93/1.81  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20}
% 10.93/1.81  
% 10.93/1.81  
% 10.93/1.81  fork 4: search terminated without proof.
% 11.46/1.83  
% 11.46/1.83  **** run 77 fork 4 starts with strategy
% 11.46/1.83  {"max_dseconds":1,"strategy":["unit"],"query_preference":0,"sine":5}
% 11.70/1.91  
% 11.70/1.91  
% 11.70/1.91  fork 0: search terminated without proof.
% 11.70/1.93  
% 11.70/1.93  **** run 89 fork 0 starts with strategy
% 11.70/1.93  {"max_dseconds":10,"strategy":["unit"],"query_preference":1,"weight_select_ratio":20,"depth_penalty":50}
% 12.26/1.96  
% 12.26/1.96  
% 12.26/1.96  fork 4: search terminated without proof.
% 12.55/1.98  
% 12.55/1.98  **** run 85 fork 4 starts with strategy
% 12.55/1.98  {"max_dseconds":10,"strategy":["unit"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 17.61/2.74  
% 17.61/2.74  
% 17.61/2.74  fork 6: search terminated without proof.
% 17.61/2.77  
% 17.61/2.77  **** run 95 fork 6 starts with strategy
% 17.61/2.77  {"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}
% 17.61/2.82  
% 17.61/2.82  
% 17.61/2.82  fork 3: search terminated without proof.
% 17.61/2.83  
% 17.61/2.83  
% 17.61/2.83  fork 5: search terminated without proof.
% 17.61/2.84  
% 17.61/2.84  
% 17.61/2.84  fork 7: search terminated without proof.
% 17.61/2.84  
% 17.61/2.84  **** run 92 fork 3 starts with strategy
% 17.61/2.84  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0}
% 18.37/2.87  
% 18.37/2.87  **** run 96 fork 7 starts with strategy
% 18.37/2.87  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":1,"weight_select_ratio":20}
% 18.37/2.89  
% 18.37/2.89  **** run 94 fork 5 starts with strategy
% 18.37/2.89  {"max_dseconds":10,"strategy":["unit","prohibit_unordered_para"],"query_preference":0,"weight_select_ratio":20,"depth_penalty":100}
% 18.37/2.95  
% 18.37/2.95  
% 18.37/2.95  fork 0: search terminated without proof.
% 19.09/2.95  
% 19.09/2.95  
% 19.09/2.95  result: proof found
% 19.09/2.95  for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 19.09/2.95  by run 82 fork 1 strategy {"max_dseconds":10,"strategy":["unit"],"query_preference":1}
% 19.09/2.95  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p 
% 19.09/2.95  
% 19.09/2.95  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p 
% See solution above
% 19.09/2.95  
% 19.09/2.95  run 82 fork 1 statistics:
% 19.09/2.95  ----------------------------------
% 19.09/2.95  this run seconds: 0.582453
% 19.09/2.95  total seconds: 1.939820
% 19.09/2.95  stat_given_used: 1588
% 19.09/2.95  stat_given_used_at_endgame: 0
% 19.09/2.95  stat_given_candidates:   3705
% 19.09/2.95  stat_given_candidates_at_endgame: 0
% 19.09/2.95  stat_given_candidates_h: 0
% 19.09/2.95  stat_binres_derived_cl:   1
% 19.09/2.95  stat_binres_derived_cl_h: 0
% 19.09/2.95  stat_factor_derived_cl: 0
% 19.09/2.95  stat_para_derived_cl: 260725
% 19.09/2.95  stat_tautologies_discarded: 0
% 19.09/2.95  stat_forward_subsumed: 18529
% 19.09/2.95  stat_derived_cut: 0
% 19.09/2.95  stat_derived_rewritten: 523
% 19.09/2.95  stat_weight_discarded_building: 0
% 19.09/2.95  stat_weight_discarded_cl: 4472
% 19.09/2.95  stat_internlimit_discarded_cl: 0
% 19.09/2.95  stat_simplified:  523 simplified 0 derived 0 given
% 19.09/2.95  stat_kept_cl: 48544
% 19.09/2.95  stat_built_cl: 56715
% 19.09/2.95  stat_hyperres_partial_cl: 0
% 19.09/2.95  stat_made_rewriters: 1586
% 19.09/2.95  stat_backward_subsumed: 0
% 19.09/2.95  stat_propagated_subsumed: 0
% 19.09/2.95  stat_clsubs_attempted:                    137577
% 19.09/2.95  stat_clsubs_fact_groundunit_found:             0
% 19.09/2.95  stat_clsubs_rule_groundunit_found:             2
% 19.09/2.95  stat_clsubs_top_meta_attempted:            1256908
% 19.09/2.95  stat_clsubs_top_meta_failed:               1119331
% 19.09/2.95  stat_clsubs_top_meta_nonpref_attempted:             1256908
% 19.09/2.95  stat_clsubs_top_meta_nonpref_succeeded:              473710
% 19.09/2.95  stat_clsubs_top_meta_pref_attempted:                 473710
% 19.09/2.95  stat_clsubs_top_meta_pref1_succeeded:                473707
% 19.09/2.95  stat_clsubs_top_meta_pref2_succeeded:                234752
% 19.09/2.95  stat_clsubs_top_meta_pref3_succeeded:                137577
% 19.09/2.95  stat_clsubs_top_meta_pref_succeeded:                 137577
% 19.09/2.95  stat_clsubs_meta_attempted:               137577
% 19.09/2.95  stat_clsubs_meta_failed:                   23295
% 19.09/2.95  stat_clsubs_predsymbs_attempted:               0
% 19.09/2.95  stat_clsubs_unit_attempted:               137577
% 19.09/2.95  stat_clsubs_full_attempted:                    0
% 19.09/2.95  stat_forwardsubs_attempted:                71545
% 19.09/2.95  stat_lit_hash_added:                  48556
% 19.09/2.95  stat_lit_hash_computed:              121715
% 19.09/2.95  stat_lit_hash_match_found:            18551
% 19.09/2.95  stat_lit_hash_match_miss:            108147
% 19.09/2.95  stat_lit_hash_cut_ok:                     0
% 19.09/2.95  stat_lit_strong_cut_ok:                   0
% 19.09/2.95  stat_lit_hash_subsume_ok:             18529
% 19.09/2.95  clqueue els 10000000 used 1
% 19.09/2.95  clactive els 10000000 used 1589
% 19.09/2.95  clactivesubsume els 10000000 used 9517
% 19.09/2.95  queue_termbuf els 200000000 used 4988863
% 19.09/2.95  hyper_termbuf els 100000000 used 1
% 19.09/2.95  active_termbuf els 100000000 used 86608
% 19.09/2.95  varstack els 5000 last used 1
% 19.09/2.95  given_termbuf els 10000000 last used 53
% 19.09/2.95  simplified_termbuf els 10000000 last used 1
% 19.09/2.95  derived_termbuf els 10000000 last used 3
% 19.09/2.95  wr_mallocs: 200576
% 19.09/2.95  wr_callocs: 21
% 19.09/2.95  wr_reallocs: 10742
% 19.09/2.95  wr_frees: 2
% 19.09/2.95  wr_malloc_bytes: 4169535796
% 19.09/2.95  wr_calloc_bytes: 112065536
% 19.09/2.95  wr_realloc_bytes: 2065584
% 19.09/2.95  wr_realloc_freebytes: 0
% 19.09/2.95  ----------------------------------
%------------------------------------------------------------------------------