Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namenormalized-opb/mps-v2-13-7/ftp.netlib.org/lp/data/normalized-mps-v2-13-7-israel.opb
MD5SUM326c72a25c8066513471046cf298330a
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2147483648
Optimality of the best value was proved NO
Number of terms in the objective function 1780
Biggest coefficient in the objective function 788267008000
Number of bits for the biggest coefficient in the objective function 40
Sum of the numbers in the objective function 9669174315900
Number of bits of the sum of numbers in the objective function 44
Biggest number in a constraint 788267008000
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 9669174315900
Number of bits of the biggest sum of numbers44
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1218.06
Number of variables2840
Total number of constraints174
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints174
Minimum length of a constraint20
Maximum length of a constraint2360

Trace number 19883

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc11 THE 2005-04-21 19:49:05 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=15934 boxname=wulflinc11 idbench=1226 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  326c72a25c8066513471046cf298330a  /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-13-7-israel.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-13-7-israel.opb
IDLAUNCH: 15934
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.028
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 899.07

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        513288 kB
Buffers:         35244 kB
Cached:         464624 kB
SwapCached:          0 kB
Active:         177800 kB
Inactive:       324816 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        513036 kB
SwapTotal:     2097136 kB
SwapFree:      2097048 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           6820 kB
Slab:            13040 kB
Committed_AS:    63604 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1364 kB
VmallocChunk:   113256 kB
JOB ENDED THE 2005-04-21 20:10:48 (client local time) WITH STATUS 143 IN 1299.11 SECONDS
stats: 15934 7 1299.11 143
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc11/normalized-mps-v2-13-7-israel.opb
c reading problem 
c [nbvar=2840]
c [nbconstr=174]
c time 6.087
c #vars     2840
c #clauses  175
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 8.676
c starts	: 1
c conflicts	: 0
c decisions	: 1204
c propagations	: 2840
c inspects	: 3929
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 1
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 10.423
c starts	: 2
c conflicts	: 0
c decisions	: 2408
c propagations	: 5360
c inspects	: 7111
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 2
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 12.176
c starts	: 3
c conflicts	: 0
c decisions	: 3612
c propagations	: 7880
c inspects	: 10292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 3
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 13.909
c starts	: 4
c conflicts	: 0
c decisions	: 4816
c propagations	: 10400
c inspects	: 13473
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 4
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 15.489
c starts	: 5
c conflicts	: 0
c decisions	: 6020
c propagations	: 12920
c inspects	: 16654
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 5
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 17.089
c starts	: 6
c conflicts	: 0
c decisions	: 7224
c propagations	: 15440
c inspects	: 19835
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 6
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 18.584
c starts	: 7
c conflicts	: 0
c decisions	: 8428
c propagations	: 17960
c inspects	: 23016
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 7
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 20.09
c starts	: 8
c conflicts	: 0
c decisions	: 9632
c propagations	: 20480
c inspects	: 26197
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 8
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 21.545
c starts	: 9
c conflicts	: 0
c decisions	: 10836
c propagations	: 23000
c inspects	: 29378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 9
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 23.048
c starts	: 10
c conflicts	: 0
c decisions	: 12040
c propagations	: 25520
c inspects	: 32559
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 10
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 24.58
c starts	: 11
c conflicts	: 0
c decisions	: 13244
c propagations	: 28040
c inspects	: 35740
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 11
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 26.055
c starts	: 12
c conflicts	: 0
c decisions	: 14448
c propagations	: 30560
c inspects	: 38921
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 12
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 27.585
c starts	: 13
c conflicts	: 0
c decisions	: 15652
c propagations	: 33080
c inspects	: 42102
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 13
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 29.114
c starts	: 14
c conflicts	: 0
c decisions	: 16856
c propagations	: 35600
c inspects	: 45283
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 14
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 30.655
c starts	: 15
c conflicts	: 0
c decisions	: 18060
c propagations	: 38120
c inspects	: 48464
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 15
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 32.142
c starts	: 16
c conflicts	: 0
c decisions	: 19264
c propagations	: 40640
c inspects	: 51645
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 16
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 33.702
c starts	: 17
c conflicts	: 0
c decisions	: 20468
c propagations	: 43160
c inspects	: 54826
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 17
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 35.264
c starts	: 18
c conflicts	: 0
c decisions	: 21672
c propagations	: 45680
c inspects	: 58007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 18
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 36.839
c starts	: 19
c conflicts	: 0
c decisions	: 22876
c propagations	: 48200
c inspects	: 61188
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 19
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 38.335
c starts	: 20
c conflicts	: 0
c decisions	: 24080
c propagations	: 50720
c inspects	: 64369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 20
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 39.943
c starts	: 21
c conflicts	: 0
c decisions	: 25284
c propagations	: 53240
c inspects	: 67550
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 21
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 41.502
c starts	: 22
c conflicts	: 0
c decisions	: 26488
c propagations	: 55760
c inspects	: 70731
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 22
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 43.078
c starts	: 23
c conflicts	: 0
c decisions	: 27692
c propagations	: 58280
c inspects	: 73912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 23
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 44.591
c starts	: 24
c conflicts	: 0
c decisions	: 28896
c propagations	: 60800
c inspects	: 77093
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 24
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 46.159
c starts	: 25
c conflicts	: 0
c decisions	: 30100
c propagations	: 63320
c inspects	: 80274
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 25
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 47.718
c starts	: 26
c conflicts	: 0
c decisions	: 31304
c propagations	: 65840
c inspects	: 83455
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 26
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 49.219
c starts	: 27
c conflicts	: 0
c decisions	: 32508
c propagations	: 68360
c inspects	: 86636
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 27
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 50.784
c starts	: 28
c conflicts	: 0
c decisions	: 33712
c propagations	: 70880
c inspects	: 89817
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 28
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 52.348
c starts	: 29
c conflicts	: 0
c decisions	: 34916
c propagations	: 73400
c inspects	: 92998
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 29
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 53.916
c starts	: 30
c conflicts	: 0
c decisions	: 36120
c propagations	: 75920
c inspects	: 96179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 30
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 55.421
c starts	: 31
c conflicts	: 0
c decisions	: 37324
c propagations	: 78440
c inspects	: 99360
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 31
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 56.988
c starts	: 32
c conflicts	: 0
c decisions	: 38528
c propagations	: 80960
c inspects	: 102541
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 32
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 58.555
c starts	: 33
c conflicts	: 0
c decisions	: 39732
c propagations	: 83480
c inspects	: 105722
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 33
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 60.133
c starts	: 34
c conflicts	: 0
c decisions	: 40936
c propagations	: 86000
c inspects	: 108903
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 34
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 61.644
c starts	: 35
c conflicts	: 0
c decisions	: 42140
c propagations	: 88520
c inspects	: 112084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 35
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 63.237
c starts	: 36
c conflicts	: 0
c decisions	: 43344
c propagations	: 91040
c inspects	: 115265
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 36
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 64.816
c starts	: 37
c conflicts	: 0
c decisions	: 44548
c propagations	: 93560
c inspects	: 118446
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 37
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 66.335
c starts	: 38
c conflicts	: 0
c decisions	: 45752
c propagations	: 96080
c inspects	: 121627
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 38
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 67.919
c starts	: 39
c conflicts	: 0
c decisions	: 46956
c propagations	: 98600
c inspects	: 124808
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 39
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 69.51
c starts	: 40
c conflicts	: 0
c decisions	: 48160
c propagations	: 101120
c inspects	: 127989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 40
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 71.089
c starts	: 41
c conflicts	: 0
c decisions	: 49364
c propagations	: 103640
c inspects	: 131170
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 41
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 72.596
c starts	: 42
c conflicts	: 0
c decisions	: 50568
c propagations	: 106160
c inspects	: 134351
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 42
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 74.172
c starts	: 43
c conflicts	: 0
c decisions	: 51772
c propagations	: 108680
c inspects	: 137532
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 43
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 75.752
c starts	: 44
c conflicts	: 0
c decisions	: 52976
c propagations	: 111200
c inspects	: 140713
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 44
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 77.326
c starts	: 45
c conflicts	: 0
c decisions	: 54180
c propagations	: 113720
c inspects	: 143894
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 45
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 78.837
c starts	: 46
c conflicts	: 0
c decisions	: 55384
c propagations	: 116240
c inspects	: 147075
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 46
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 80.427
c starts	: 47
c conflicts	: 0
c decisions	: 56588
c propagations	: 118760
c inspects	: 150256
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 47
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 82.008
c starts	: 48
c conflicts	: 0
c decisions	: 57792
c propagations	: 121280
c inspects	: 153437
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 48
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 83.593
c starts	: 49
c conflicts	: 0
c decisions	: 58996
c propagations	: 123800
c inspects	: 156618
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 49
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 85.096
c starts	: 50
c conflicts	: 0
c decisions	: 60200
c propagations	: 126320
c inspects	: 159799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 50
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 86.68
c starts	: 51
c conflicts	: 0
c decisions	: 61404
c propagations	: 128840
c inspects	: 162980
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 51
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 88.269
c starts	: 52
c conflicts	: 0
c decisions	: 62608
c propagations	: 131360
c inspects	: 166161
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 52
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 89.781
c starts	: 53
c conflicts	: 0
c decisions	: 63812
c propagations	: 133880
c inspects	: 169342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 53
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 91.363
c starts	: 54
c conflicts	: 0
c decisions	: 65016
c propagations	: 136400
c inspects	: 172523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 54
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 92.946
c starts	: 55
c conflicts	: 0
c decisions	: 66220
c propagations	: 138920
c inspects	: 175704
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 55
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 94.518
c starts	: 56
c conflicts	: 0
c decisions	: 67424
c propagations	: 141440
c inspects	: 178885
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 56
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 96.027
c starts	: 57
c conflicts	: 0
c decisions	: 68628
c propagations	: 143960
c inspects	: 182066
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 57
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 97.591
c starts	: 58
c conflicts	: 0
c decisions	: 69832
c propagations	: 146480
c inspects	: 185247
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 58
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 99.165
c starts	: 59
c conflicts	: 0
c decisions	: 71036
c propagations	: 149000
c inspects	: 188428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 59
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 100.751
c starts	: 60
c conflicts	: 0
c decisions	: 72240
c propagations	: 151520
c inspects	: 191609
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 60
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 102.262
c starts	: 61
c conflicts	: 0
c decisions	: 73444
c propagations	: 154040
c inspects	: 194790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 61
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 103.842
c starts	: 62
c conflicts	: 0
c decisions	: 74648
c propagations	: 156560
c inspects	: 197971
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 62
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 105.415
c starts	: 63
c conflicts	: 0
c decisions	: 75852
c propagations	: 159080
c inspects	: 201152
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 63
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 107.001
c starts	: 64
c conflicts	: 0
c decisions	: 77056
c propagations	: 161600
c inspects	: 204333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 64
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 108.508
c starts	: 65
c conflicts	: 0
c decisions	: 78260
c propagations	: 164120
c inspects	: 207514
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 65
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 110.088
c starts	: 66
c conflicts	: 0
c decisions	: 79464
c propagations	: 166640
c inspects	: 210695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 66
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 111.663
c starts	: 67
c conflicts	: 0
c decisions	: 80668
c propagations	: 169160
c inspects	: 213876
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 67
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 113.244
c starts	: 68
c conflicts	: 0
c decisions	: 81872
c propagations	: 171680
c inspects	: 217057
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 68
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 114.753
c starts	: 69
c conflicts	: 0
c decisions	: 83076
c propagations	: 174200
c inspects	: 220238
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 69
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 116.326
c starts	: 70
c conflicts	: 0
c decisions	: 84280
c propagations	: 176720
c inspects	: 223419
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 70
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 117.911
c starts	: 71
c conflicts	: 0
c decisions	: 85484
c propagations	: 179240
c inspects	: 226600
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 71
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 119.431
c starts	: 72
c conflicts	: 0
c decisions	: 86688
c propagations	: 181760
c inspects	: 229781
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 72
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 121.035
c starts	: 73
c conflicts	: 0
c decisions	: 87892
c propagations	: 184280
c inspects	: 232962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 73
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 122.608
c starts	: 74
c conflicts	: 0
c decisions	: 89096
c propagations	: 186800
c inspects	: 236143
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 74
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 124.181
c starts	: 75
c conflicts	: 0
c decisions	: 90300
c propagations	: 189320
c inspects	: 239324
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 75
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 125.69
c starts	: 76
c conflicts	: 0
c decisions	: 91504
c propagations	: 191840
c inspects	: 242505
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 76
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 127.275
c starts	: 77
c conflicts	: 0
c decisions	: 92708
c propagations	: 194360
c inspects	: 245686
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 77
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 128.861
c starts	: 78
c conflicts	: 0
c decisions	: 93912
c propagations	: 196880
c inspects	: 248867
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 78
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 130.435
c starts	: 79
c conflicts	: 0
c decisions	: 95116
c propagations	: 199400
c inspects	: 252048
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 79
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 131.96
c starts	: 80
c conflicts	: 0
c decisions	: 96320
c propagations	: 201920
c inspects	: 255229
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 80
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 133.549
c starts	: 81
c conflicts	: 0
c decisions	: 97524
c propagations	: 204440
c inspects	: 258410
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 81
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 135.129
c starts	: 82
c conflicts	: 0
c decisions	: 98728
c propagations	: 206960
c inspects	: 261591
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 82
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 136.706
c starts	: 83
c conflicts	: 0
c decisions	: 99932
c propagations	: 209480
c inspects	: 264772
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 83
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 138.229
c starts	: 84
c conflicts	: 0
c decisions	: 101136
c propagations	: 212000
c inspects	: 267953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 84
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 139.805
c starts	: 85
c conflicts	: 0
c decisions	: 102340
c propagations	: 214520
c inspects	: 271134
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 85
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 141.389
c starts	: 86
c conflicts	: 0
c decisions	: 103544
c propagations	: 217040
c inspects	: 274315
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 86
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 142.894
c starts	: 87
c conflicts	: 0
c decisions	: 104748
c propagations	: 219560
c inspects	: 277496
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 87
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 144.452
c starts	: 88
c conflicts	: 0
c decisions	: 105952
c propagations	: 222080
c inspects	: 280677
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 88
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 146.028
c starts	: 89
c conflicts	: 0
c decisions	: 107156
c propagations	: 224600
c inspects	: 283858
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 89
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 147.607
c starts	: 90
c conflicts	: 0
c decisions	: 108360
c propagations	: 227120
c inspects	: 287039
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 90
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 149.135
c starts	: 91
c conflicts	: 0
c decisions	: 109564
c propagations	: 229640
c inspects	: 290220
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 91
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 150.729
c starts	: 92
c conflicts	: 0
c decisions	: 110768
c propagations	: 232160
c inspects	: 293401
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 92
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 152.327
c starts	: 93
c conflicts	: 0
c decisions	: 111972
c propagations	: 234680
c inspects	: 296582
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 93
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 153.914
c starts	: 94
c conflicts	: 0
c decisions	: 113176
c propagations	: 237200
c inspects	: 299763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 94
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 155.439
c starts	: 95
c conflicts	: 0
c decisions	: 114380
c propagations	: 239720
c inspects	: 302944
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 95
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 157.025
c starts	: 96
c conflicts	: 0
c decisions	: 115584
c propagations	: 242240
c inspects	: 306125
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 96
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 158.613
c starts	: 97
c conflicts	: 0
c decisions	: 116788
c propagations	: 244760
c inspects	: 309306
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 97
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 160.221
c starts	: 98
c conflicts	: 0
c decisions	: 117992
c propagations	: 247280
c inspects	: 312487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 98
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 161.744
c starts	: 99
c conflicts	: 0
c decisions	: 119196
c propagations	: 249800
c inspects	: 315668
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 99
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 163.335
c starts	: 100
c conflicts	: 0
c decisions	: 120400
c propagations	: 252320
c inspects	: 318849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 100
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 164.931
c starts	: 101
c conflicts	: 0
c decisions	: 121604
c propagations	: 254840
c inspects	: 322030
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 101
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 166.534
c starts	: 102
c conflicts	: 0
c decisions	: 122808
c propagations	: 257360
c inspects	: 325211
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 102
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 168.059
c starts	: 103
c conflicts	: 0
c decisions	: 124012
c propagations	: 259880
c inspects	: 328392
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 103
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 169.644
c starts	: 104
c conflicts	: 0
c decisions	: 125216
c propagations	: 262400
c inspects	: 331573
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 104
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 171.234
c starts	: 105
c conflicts	: 0
c decisions	: 126420
c propagations	: 264920
c inspects	: 334754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 105
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 172.763
c starts	: 106
c conflicts	: 0
c decisions	: 127624
c propagations	: 267440
c inspects	: 337935
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 106
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 174.361
c starts	: 107
c conflicts	: 0
c decisions	: 128828
c propagations	: 269960
c inspects	: 341116
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 107
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 175.956
c starts	: 108
c conflicts	: 0
c decisions	: 130032
c propagations	: 272480
c inspects	: 344297
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 108
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 177.56
c starts	: 109
c conflicts	: 0
c decisions	: 131236
c propagations	: 275000
c inspects	: 347478
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 109
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 179.084
c starts	: 110
c conflicts	: 0
c decisions	: 132440
c propagations	: 277520
c inspects	: 350659
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 110
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 180.679
c starts	: 111
c conflicts	: 0
c decisions	: 133644
c propagations	: 280040
c inspects	: 353840
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 111
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 182.262
c starts	: 112
c conflicts	: 0
c decisions	: 134848
c propagations	: 282560
c inspects	: 357021
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 112
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 183.851
c starts	: 113
c conflicts	: 0
c decisions	: 136052
c propagations	: 285080
c inspects	: 360202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 113
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 185.38
c starts	: 114
c conflicts	: 0
c decisions	: 137256
c propagations	: 287600
c inspects	: 363383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 114
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 186.975
c starts	: 115
c conflicts	: 0
c decisions	: 138460
c propagations	: 290120
c inspects	: 366564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 115
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 188.559
c starts	: 116
c conflicts	: 0
c decisions	: 139664
c propagations	: 292640
c inspects	: 369745
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 116
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 190.144
c starts	: 117
c conflicts	: 0
c decisions	: 140868
c propagations	: 295160
c inspects	: 372926
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 117
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 191.672
c starts	: 118
c conflicts	: 0
c decisions	: 142072
c propagations	: 297680
c inspects	: 376107
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 118
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 193.267
c starts	: 119
c conflicts	: 0
c decisions	: 143276
c propagations	: 300200
c inspects	: 379288
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 119
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 194.863
c starts	: 120
c conflicts	: 0
c decisions	: 144480
c propagations	: 302720
c inspects	: 382469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 120
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 196.471
c starts	: 121
c conflicts	: 0
c decisions	: 145684
c propagations	: 305240
c inspects	: 385650
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 121
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 197.998
c starts	: 122
c conflicts	: 0
c decisions	: 146888
c propagations	: 307760
c inspects	: 388831
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 122
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 199.6
c starts	: 123
c conflicts	: 0
c decisions	: 148092
c propagations	: 310280
c inspects	: 392012
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 123
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 201.206
c starts	: 124
c conflicts	: 0
c decisions	: 149296
c propagations	: 312800
c inspects	: 395193
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 124
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 202.8
c starts	: 125
c conflicts	: 0
c decisions	: 150500
c propagations	: 315320
c inspects	: 398374
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 125
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 204.326
c starts	: 126
c conflicts	: 0
c decisions	: 151704
c propagations	: 317840
c inspects	: 401555
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 126
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 205.917
c starts	: 127
c conflicts	: 0
c decisions	: 152908
c propagations	: 320360
c inspects	: 404736
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 127
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 207.517
c starts	: 128
c conflicts	: 0
c decisions	: 154112
c propagations	: 322880
c inspects	: 407917
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 128
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 209.053
c starts	: 129
c conflicts	: 0
c decisions	: 155316
c propagations	: 325400
c inspects	: 411098
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 129
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 210.659
c starts	: 130
c conflicts	: 0
c decisions	: 156520
c propagations	: 327920
c inspects	: 414279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 130
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 212.259
c starts	: 131
c conflicts	: 0
c decisions	: 157724
c propagations	: 330440
c inspects	: 417460
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 131
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 213.866
c starts	: 132
c conflicts	: 0
c decisions	: 158928
c propagations	: 332960
c inspects	: 420641
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 132
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 215.395
c starts	: 133
c conflicts	: 0
c decisions	: 160132
c propagations	: 335480
c inspects	: 423822
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 133
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 216.997
c starts	: 134
c conflicts	: 0
c decisions	: 161336
c propagations	: 338000
c inspects	: 427003
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 134
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 218.606
c starts	: 135
c conflicts	: 0
c decisions	: 162540
c propagations	: 340520
c inspects	: 430184
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 135
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 220.214
c starts	: 136
c conflicts	: 0
c decisions	: 163744
c propagations	: 343040
c inspects	: 433365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 136
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 221.753
c starts	: 137
c conflicts	: 0
c decisions	: 164948
c propagations	: 345560
c inspects	: 436546
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 137
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 223.351
c starts	: 138
c conflicts	: 0
c decisions	: 166152
c propagations	: 348080
c inspects	: 439727
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 138
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 224.961
c starts	: 139
c conflicts	: 0
c decisions	: 167356
c propagations	: 350600
c inspects	: 442908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 139
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 226.564
c starts	: 140
c conflicts	: 0
c decisions	: 168560
c propagations	: 353120
c inspects	: 446089
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 140
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 228.106
c starts	: 141
c conflicts	: 0
c decisions	: 169764
c propagations	: 355640
c inspects	: 449270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 141
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 229.712
c starts	: 142
c conflicts	: 0
c decisions	: 170968
c propagations	: 358160
c inspects	: 452451
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 142
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 231.316
c starts	: 143
c conflicts	: 0
c decisions	: 172172
c propagations	: 360680
c inspects	: 455632
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 143
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 232.916
c starts	: 144
c conflicts	: 0
c decisions	: 173376
c propagations	: 363200
c inspects	: 458813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 144
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 234.498
c starts	: 145
c conflicts	: 0
c decisions	: 174580
c propagations	: 365720
c inspects	: 461994
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 145
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 236.113
c starts	: 146
c conflicts	: 0
c decisions	: 175784
c propagations	: 368240
c inspects	: 465175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 146
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 237.671
c starts	: 147
c conflicts	: 0
c decisions	: 176988
c propagations	: 370760
c inspects	: 468356
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 147
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 239.24
c starts	: 148
c conflicts	: 0
c decisions	: 178192
c propagations	: 373280
c inspects	: 471537
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 148
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 240.765
c starts	: 149
c conflicts	: 0
c decisions	: 179396
c propagations	: 375800
c inspects	: 474718
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 149
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 242.305
c starts	: 150
c conflicts	: 0
c decisions	: 180600
c propagations	: 378320
c inspects	: 477899
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 150
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 243.839
c starts	: 151
c conflicts	: 0
c decisions	: 181804
c propagations	: 380840
c inspects	: 481080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 151
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 245.373
c starts	: 152
c conflicts	: 0
c decisions	: 183008
c propagations	: 383360
c inspects	: 484261
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 152
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 246.873
c starts	: 153
c conflicts	: 0
c decisions	: 184212
c propagations	: 385880
c inspects	: 487442
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 153
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 248.426
c starts	: 154
c conflicts	: 0
c decisions	: 185416
c propagations	: 388400
c inspects	: 490623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 154
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 249.983
c starts	: 155
c conflicts	: 0
c decisions	: 186620
c propagations	: 390920
c inspects	: 493804
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 155
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 251.5
c starts	: 156
c conflicts	: 0
c decisions	: 187824
c propagations	: 393440
c inspects	: 496985
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 156
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 253.072
c starts	: 157
c conflicts	: 0
c decisions	: 189028
c propagations	: 395960
c inspects	: 500166
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 157
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 254.646
c starts	: 158
c conflicts	: 0
c decisions	: 190232
c propagations	: 398480
c inspects	: 503347
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 158
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 256.226
c starts	: 159
c conflicts	: 0
c decisions	: 191436
c propagations	: 401000
c inspects	: 506528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 159
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 257.76
c starts	: 160
c conflicts	: 0
c decisions	: 192640
c propagations	: 403520
c inspects	: 509709
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 160
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 259.367
c starts	: 161
c conflicts	: 0
c decisions	: 193844
c propagations	: 406040
c inspects	: 512890
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 161
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 260.975
c starts	: 162
c conflicts	: 0
c decisions	: 195048
c propagations	: 408560
c inspects	: 516071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 162
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 262.597
c starts	: 163
c conflicts	: 0
c decisions	: 196252
c propagations	: 411080
c inspects	: 519252
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 163
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 264.146
c starts	: 164
c conflicts	: 0
c decisions	: 197456
c propagations	: 413600
c inspects	: 522433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 164
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 265.745
c starts	: 165
c conflicts	: 0
c decisions	: 198660
c propagations	: 416120
c inspects	: 525614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 165
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 267.361
c starts	: 166
c conflicts	: 0
c decisions	: 199864
c propagations	: 418640
c inspects	: 528795
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 166
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 268.987
c starts	: 167
c conflicts	: 0
c decisions	: 201068
c propagations	: 421160
c inspects	: 531976
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 167
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 270.543
c starts	: 168
c conflicts	: 0
c decisions	: 202272
c propagations	: 423680
c inspects	: 535157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 168
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 272.174
c starts	: 169
c conflicts	: 0
c decisions	: 203476
c propagations	: 426200
c inspects	: 538338
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 169
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 273.79
c starts	: 170
c conflicts	: 0
c decisions	: 204680
c propagations	: 428720
c inspects	: 541519
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 170
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 275.431
c starts	: 171
c conflicts	: 0
c decisions	: 205884
c propagations	: 431240
c inspects	: 544700
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 171
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 276.972
c starts	: 172
c conflicts	: 0
c decisions	: 207088
c propagations	: 433760
c inspects	: 547881
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 172
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 278.59
c starts	: 173
c conflicts	: 0
c decisions	: 208292
c propagations	: 436280
c inspects	: 551062
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 173
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 280.229
c starts	: 174
c conflicts	: 0
c decisions	: 209496
c propagations	: 438800
c inspects	: 554243
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 174
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 281.857
c starts	: 175
c conflicts	: 0
c decisions	: 210700
c propagations	: 441320
c inspects	: 557424
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 175
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 283.4
c starts	: 176
c conflicts	: 0
c decisions	: 211904
c propagations	: 443840
c inspects	: 560605
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 176
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 285.041
c starts	: 177
c conflicts	: 0
c decisions	: 213108
c propagations	: 446360
c inspects	: 563786
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 177
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 286.673
c starts	: 178
c conflicts	: 0
c decisions	: 214312
c propagations	: 448880
c inspects	: 566967
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 178
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 288.324
c starts	: 179
c conflicts	: 0
c decisions	: 215516
c propagations	: 451400
c inspects	: 570148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 179
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 289.884
c starts	: 180
c conflicts	: 0
c decisions	: 216720
c propagations	: 453920
c inspects	: 573329
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 180
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 291.517
c starts	: 181
c conflicts	: 0
c decisions	: 217924
c propagations	: 456440
c inspects	: 576510
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 181
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 293.157
c starts	: 182
c conflicts	: 0
c decisions	: 219128
c propagations	: 458960
c inspects	: 579691
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 182
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 294.79
c starts	: 183
c conflicts	: 0
c decisions	: 220332
c propagations	: 461480
c inspects	: 582872
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 183
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 296.332
c starts	: 184
c conflicts	: 0
c decisions	: 221536
c propagations	: 464000
c inspects	: 586053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 184
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 297.959
c starts	: 185
c conflicts	: 0
c decisions	: 222740
c propagations	: 466520
c inspects	: 589234
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 185
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 299.587
c starts	: 186
c conflicts	: 0
c decisions	: 223944
c propagations	: 469040
c inspects	: 592415
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 186
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 301.142
c starts	: 187
c conflicts	: 0
c decisions	: 225148
c propagations	: 471560
c inspects	: 595596
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 187
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 302.775
c starts	: 188
c conflicts	: 0
c decisions	: 226352
c propagations	: 474080
c inspects	: 598777
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 188
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 304.396
c starts	: 189
c conflicts	: 0
c decisions	: 227556
c propagations	: 476600
c inspects	: 601958
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 189
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 306.011
c starts	: 190
c conflicts	: 0
c decisions	: 228760
c propagations	: 479120
c inspects	: 605139
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 190
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 307.556
c starts	: 191
c conflicts	: 0
c decisions	: 229964
c propagations	: 481640
c inspects	: 608320
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 191
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 309.18
c starts	: 192
c conflicts	: 0
c decisions	: 231168
c propagations	: 484160
c inspects	: 611501
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 192
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 310.792
c starts	: 193
c conflicts	: 0
c decisions	: 232372
c propagations	: 486680
c inspects	: 614682
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 193
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 312.439
c starts	: 194
c conflicts	: 0
c decisions	: 233576
c propagations	: 489200
c inspects	: 617863
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 194
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 314.005
c starts	: 195
c conflicts	: 0
c decisions	: 234780
c propagations	: 491720
c inspects	: 621044
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 195
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 315.636
c starts	: 196
c conflicts	: 0
c decisions	: 235984
c propagations	: 494240
c inspects	: 624225
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 196
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 317.288
c starts	: 197
c conflicts	: 0
c decisions	: 237188
c propagations	: 496760
c inspects	: 627406
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 197
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 318.91
c starts	: 198
c conflicts	: 0
c decisions	: 238392
c propagations	: 499280
c inspects	: 630587
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 198
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 320.481
c starts	: 199
c conflicts	: 0
c decisions	: 239596
c propagations	: 501800
c inspects	: 633768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 199
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 322.103
c starts	: 200
c conflicts	: 0
c decisions	: 240800
c propagations	: 504320
c inspects	: 636949
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 200
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 323.716
c starts	: 201
c conflicts	: 0
c decisions	: 242004
c propagations	: 506840
c inspects	: 640130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 201
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 325.333
c starts	: 202
c conflicts	: 0
c decisions	: 243208
c propagations	: 509360
c inspects	: 643311
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 202
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 326.907
c starts	: 203
c conflicts	: 0
c decisions	: 244412
c propagations	: 511880
c inspects	: 646492
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 203
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 328.554
c starts	: 204
c conflicts	: 0
c decisions	: 245616
c propagations	: 514400
c inspects	: 649673
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 204
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 330.201
c starts	: 205
c conflicts	: 0
c decisions	: 246820
c propagations	: 516920
c inspects	: 652854
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 205
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 331.832
c starts	: 206
c conflicts	: 0
c decisions	: 248024
c propagations	: 519440
c inspects	: 656035
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 206
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 333.419
c starts	: 207
c conflicts	: 0
c decisions	: 249228
c propagations	: 521960
c inspects	: 659216
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 207
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 335.044
c starts	: 208
c conflicts	: 0
c decisions	: 250432
c propagations	: 524480
c inspects	: 662397
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 208
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 336.681
c starts	: 209
c conflicts	: 0
c decisions	: 251636
c propagations	: 527000
c inspects	: 665578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 209
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 338.312
c starts	: 210
c conflicts	: 0
c decisions	: 252840
c propagations	: 529520
c inspects	: 668759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 210
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 339.869
c starts	: 211
c conflicts	: 0
c decisions	: 254044
c propagations	: 532040
c inspects	: 671940
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 211
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 341.5
c starts	: 212
c conflicts	: 0
c decisions	: 255248
c propagations	: 534560
c inspects	: 675121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 212
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 343.128
c starts	: 213
c conflicts	: 0
c decisions	: 256452
c propagations	: 537080
c inspects	: 678302
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 213
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 344.743
c starts	: 214
c conflicts	: 0
c decisions	: 257656
c propagations	: 539600
c inspects	: 681483
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 214
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 346.32
c starts	: 215
c conflicts	: 0
c decisions	: 258860
c propagations	: 542120
c inspects	: 684664
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 215
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 347.949
c starts	: 216
c conflicts	: 0
c decisions	: 260064
c propagations	: 544640
c inspects	: 687845
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 216
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 349.59
c starts	: 217
c conflicts	: 0
c decisions	: 261268
c propagations	: 547160
c inspects	: 691026
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 217
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 351.225
c starts	: 218
c conflicts	: 0
c decisions	: 262472
c propagations	: 549680
c inspects	: 694207
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 218
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 352.788
c starts	: 219
c conflicts	: 0
c decisions	: 263676
c propagations	: 552200
c inspects	: 697388
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 219
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 354.429
c starts	: 220
c conflicts	: 0
c decisions	: 264880
c propagations	: 554720
c inspects	: 700569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 220
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 356.058
c starts	: 221
c conflicts	: 0
c decisions	: 266084
c propagations	: 557240
c inspects	: 703750
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 221
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 357.706
c starts	: 222
c conflicts	: 0
c decisions	: 267288
c propagations	: 559760
c inspects	: 706931
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 222
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 359.255
c starts	: 223
c conflicts	: 0
c decisions	: 268492
c propagations	: 562280
c inspects	: 710112
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 223
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 360.892
c starts	: 224
c conflicts	: 0
c decisions	: 269696
c propagations	: 564800
c inspects	: 713293
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 224
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 362.525
c starts	: 225
c conflicts	: 0
c decisions	: 270900
c propagations	: 567320
c inspects	: 716474
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 225
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 364.09
c starts	: 226
c conflicts	: 0
c decisions	: 272104
c propagations	: 569840
c inspects	: 719655
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 226
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 365.724
c starts	: 227
c conflicts	: 0
c decisions	: 273308
c propagations	: 572360
c inspects	: 722836
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 227
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 367.355
c starts	: 228
c conflicts	: 0
c decisions	: 274512
c propagations	: 574880
c inspects	: 726017
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 228
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 368.98
c starts	: 229
c conflicts	: 0
c decisions	: 275716
c propagations	: 577400
c inspects	: 729198
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 229
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 370.538
c starts	: 230
c conflicts	: 0
c decisions	: 276920
c propagations	: 579920
c inspects	: 732379
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 230
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 372.185
c starts	: 231
c conflicts	: 0
c decisions	: 278124
c propagations	: 582440
c inspects	: 735560
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 231
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 373.822
c starts	: 232
c conflicts	: 0
c decisions	: 279328
c propagations	: 584960
c inspects	: 738741
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 232
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 375.451
c starts	: 233
c conflicts	: 0
c decisions	: 280532
c propagations	: 587480
c inspects	: 741922
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 233
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 377.023
c starts	: 234
c conflicts	: 0
c decisions	: 281736
c propagations	: 590000
c inspects	: 745103
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 234
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 378.647
c starts	: 235
c conflicts	: 0
c decisions	: 282940
c propagations	: 592520
c inspects	: 748284
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 235
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 380.288
c starts	: 236
c conflicts	: 0
c decisions	: 284144
c propagations	: 595040
c inspects	: 751465
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 236
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 381.924
c starts	: 237
c conflicts	: 0
c decisions	: 285348
c propagations	: 597560
c inspects	: 754646
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 237
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 383.51
c starts	: 238
c conflicts	: 0
c decisions	: 286552
c propagations	: 600080
c inspects	: 757827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 238
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 385.168
c starts	: 239
c conflicts	: 0
c decisions	: 287756
c propagations	: 602600
c inspects	: 761008
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 239
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 386.793
c starts	: 240
c conflicts	: 0
c decisions	: 288960
c propagations	: 605120
c inspects	: 764189
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 240
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 388.45
c starts	: 241
c conflicts	: 0
c decisions	: 290164
c propagations	: 607640
c inspects	: 767370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 241
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 390.043
c starts	: 242
c conflicts	: 0
c decisions	: 291368
c propagations	: 610160
c inspects	: 770551
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 242
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 391.697
c starts	: 243
c conflicts	: 0
c decisions	: 292572
c propagations	: 612680
c inspects	: 773732
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 243
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 393.349
c starts	: 244
c conflicts	: 0
c decisions	: 293776
c propagations	: 615200
c inspects	: 776913
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 244
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 394.996
c starts	: 245
c conflicts	: 0
c decisions	: 294980
c propagations	: 617720
c inspects	: 780094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 245
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 396.587
c starts	: 246
c conflicts	: 0
c decisions	: 296184
c propagations	: 620240
c inspects	: 783275
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 246
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 398.242
c starts	: 247
c conflicts	: 0
c decisions	: 297388
c propagations	: 622760
c inspects	: 786456
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 247
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 399.903
c starts	: 248
c conflicts	: 0
c decisions	: 298592
c propagations	: 625280
c inspects	: 789637
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 248
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 401.556
c starts	: 249
c conflicts	: 0
c decisions	: 299796
c propagations	: 627800
c inspects	: 792818
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 249
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 403.143
c starts	: 250
c conflicts	: 0
c decisions	: 301000
c propagations	: 630320
c inspects	: 795999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 250
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 404.767
c starts	: 251
c conflicts	: 0
c decisions	: 302204
c propagations	: 632840
c inspects	: 799180
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 251
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 406.411
c starts	: 252
c conflicts	: 0
c decisions	: 303408
c propagations	: 635360
c inspects	: 802361
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 252
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 408.045
c starts	: 253
c conflicts	: 0
c decisions	: 304612
c propagations	: 637880
c inspects	: 805542
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 253
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 409.631
c starts	: 254
c conflicts	: 0
c decisions	: 305816
c propagations	: 640400
c inspects	: 808723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 254
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 411.295
c starts	: 255
c conflicts	: 0
c decisions	: 307020
c propagations	: 642920
c inspects	: 811904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 255
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 412.949
c starts	: 256
c conflicts	: 0
c decisions	: 308224
c propagations	: 645440
c inspects	: 815085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 256
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 414.598
c starts	: 257
c conflicts	: 0
c decisions	: 309428
c propagations	: 647960
c inspects	: 818266
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 257
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 416.177
c starts	: 258
c conflicts	: 0
c decisions	: 310632
c propagations	: 650480
c inspects	: 821447
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 258
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 417.838
c starts	: 259
c conflicts	: 0
c decisions	: 311836
c propagations	: 653000
c inspects	: 824628
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 259
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 419.482
c starts	: 260
c conflicts	: 0
c decisions	: 313040
c propagations	: 655520
c inspects	: 827809
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 260
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 421.155
c starts	: 261
c conflicts	: 0
c decisions	: 314244
c propagations	: 658040
c inspects	: 830990
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 261
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 422.743
c starts	: 262
c conflicts	: 0
c decisions	: 315448
c propagations	: 660560
c inspects	: 834171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 262
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 424.379
c starts	: 263
c conflicts	: 0
c decisions	: 316652
c propagations	: 663080
c inspects	: 837352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 263
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 426.022
c starts	: 264
c conflicts	: 0
c decisions	: 317856
c propagations	: 665600
c inspects	: 840533
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 264
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 427.68
c starts	: 265
c conflicts	: 0
c decisions	: 319060
c propagations	: 668120
c inspects	: 843714
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 265
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 429.259
c starts	: 266
c conflicts	: 0
c decisions	: 320264
c propagations	: 670640
c inspects	: 846895
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 266
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 430.92
c starts	: 267
c conflicts	: 0
c decisions	: 321468
c propagations	: 673160
c inspects	: 850076
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 267
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 432.586
c starts	: 268
c conflicts	: 0
c decisions	: 322672
c propagations	: 675680
c inspects	: 853257
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 268
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 434.237
c starts	: 269
c conflicts	: 0
c decisions	: 323876
c propagations	: 678200
c inspects	: 856438
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 269
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 435.812
c starts	: 270
c conflicts	: 0
c decisions	: 325080
c propagations	: 680720
c inspects	: 859619
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 270
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 437.465
c starts	: 271
c conflicts	: 0
c decisions	: 326284
c propagations	: 683240
c inspects	: 862800
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 271
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 439.115
c starts	: 272
c conflicts	: 0
c decisions	: 327488
c propagations	: 685760
c inspects	: 865981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 272
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 440.76
c starts	: 273
c conflicts	: 0
c decisions	: 328692
c propagations	: 688280
c inspects	: 869162
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 273
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 442.34
c starts	: 274
c conflicts	: 0
c decisions	: 329896
c propagations	: 690800
c inspects	: 872343
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 274
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 443.985
c starts	: 275
c conflicts	: 0
c decisions	: 331100
c propagations	: 693320
c inspects	: 875524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 275
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 445.633
c starts	: 276
c conflicts	: 0
c decisions	: 332304
c propagations	: 695840
c inspects	: 878705
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 276
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 447.282
c starts	: 277
c conflicts	: 0
c decisions	: 333508
c propagations	: 698360
c inspects	: 881886
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 277
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 448.861
c starts	: 278
c conflicts	: 0
c decisions	: 334712
c propagations	: 700880
c inspects	: 885067
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 278
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 450.509
c starts	: 279
c conflicts	: 0
c decisions	: 335916
c propagations	: 703400
c inspects	: 888248
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 279
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 452.157
c starts	: 280
c conflicts	: 0
c decisions	: 337120
c propagations	: 705920
c inspects	: 891429
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 280
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 453.812
c starts	: 281
c conflicts	: 0
c decisions	: 338324
c propagations	: 708440
c inspects	: 894610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 281
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 455.393
c starts	: 282
c conflicts	: 0
c decisions	: 339528
c propagations	: 710960
c inspects	: 897791
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 282
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 457.045
c starts	: 283
c conflicts	: 0
c decisions	: 340732
c propagations	: 713480
c inspects	: 900972
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 283
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 458.707
c starts	: 284
c conflicts	: 0
c decisions	: 341936
c propagations	: 716000
c inspects	: 904153
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 284
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 460.349
c starts	: 285
c conflicts	: 0
c decisions	: 343140
c propagations	: 718520
c inspects	: 907334
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 285
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 461.932
c starts	: 286
c conflicts	: 0
c decisions	: 344344
c propagations	: 721040
c inspects	: 910515
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 286
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 463.606
c starts	: 287
c conflicts	: 0
c decisions	: 345548
c propagations	: 723560
c inspects	: 913696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 287
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 465.272
c starts	: 288
c conflicts	: 0
c decisions	: 346752
c propagations	: 726080
c inspects	: 916877
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 288
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 467.05
c starts	: 289
c conflicts	: 0
c decisions	: 347956
c propagations	: 728600
c inspects	: 920058
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 289
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 468.591
c starts	: 290
c conflicts	: 0
c decisions	: 349160
c propagations	: 731120
c inspects	: 923239
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 290
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 470.141
c starts	: 291
c conflicts	: 0
c decisions	: 350364
c propagations	: 733640
c inspects	: 926420
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 291
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 471.698
c starts	: 292
c conflicts	: 0
c decisions	: 351568
c propagations	: 736160
c inspects	: 929601
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 292
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 473.268
c starts	: 293
c conflicts	: 0
c decisions	: 352772
c propagations	: 738680
c inspects	: 932782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 293
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 474.824
c starts	: 294
c conflicts	: 0
c decisions	: 353976
c propagations	: 741200
c inspects	: 935963
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 294
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 476.414
c starts	: 295
c conflicts	: 0
c decisions	: 355180
c propagations	: 743720
c inspects	: 939144
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 295
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 478.009
c starts	: 296
c conflicts	: 0
c decisions	: 356384
c propagations	: 746240
c inspects	: 942325
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 296
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 479.612
c starts	: 297
c conflicts	: 0
c decisions	: 357588
c propagations	: 748760
c inspects	: 945506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 297
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 481.177
c starts	: 298
c conflicts	: 0
c decisions	: 358792
c propagations	: 751280
c inspects	: 948687
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 298
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 482.789
c starts	: 299
c conflicts	: 0
c decisions	: 359996
c propagations	: 753800
c inspects	: 951868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 299
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 484.409
c starts	: 300
c conflicts	: 0
c decisions	: 361200
c propagations	: 756320
c inspects	: 955049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 300
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 486.031
c starts	: 301
c conflicts	: 0
c decisions	: 362404
c propagations	: 758840
c inspects	: 958230
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 301
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 487.61
c starts	: 302
c conflicts	: 0
c decisions	: 363608
c propagations	: 761360
c inspects	: 961411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 302
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 489.244
c starts	: 303
c conflicts	: 0
c decisions	: 364812
c propagations	: 763880
c inspects	: 964592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 303
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 490.88
c starts	: 304
c conflicts	: 0
c decisions	: 366016
c propagations	: 766400
c inspects	: 967773
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 304
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 492.533
c starts	: 305
c conflicts	: 0
c decisions	: 367220
c propagations	: 768920
c inspects	: 970954
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 305
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 494.12
c starts	: 306
c conflicts	: 0
c decisions	: 368424
c propagations	: 771440
c inspects	: 974135
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 306
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 495.779
c starts	: 307
c conflicts	: 0
c decisions	: 369628
c propagations	: 773960
c inspects	: 977316
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 307
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 497.451
c starts	: 308
c conflicts	: 0
c decisions	: 370832
c propagations	: 776480
c inspects	: 980497
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 308
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 499.118
c starts	: 309
c conflicts	: 0
c decisions	: 372036
c propagations	: 779000
c inspects	: 983678
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 309
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 500.722
c starts	: 310
c conflicts	: 0
c decisions	: 373240
c propagations	: 781520
c inspects	: 986859
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 310
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 502.396
c starts	: 311
c conflicts	: 0
c decisions	: 374444
c propagations	: 784040
c inspects	: 990040
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 311
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 504.058
c starts	: 312
c conflicts	: 0
c decisions	: 375648
c propagations	: 786560
c inspects	: 993221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 312
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 505.71
c starts	: 313
c conflicts	: 0
c decisions	: 376852
c propagations	: 789080
c inspects	: 996402
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 313
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 507.309
c starts	: 314
c conflicts	: 0
c decisions	: 378056
c propagations	: 791600
c inspects	: 999583
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 314
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 508.97
c starts	: 315
c conflicts	: 0
c decisions	: 379260
c propagations	: 794120
c inspects	: 1002764
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 315
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 510.628
c starts	: 316
c conflicts	: 0
c decisions	: 380464
c propagations	: 796640
c inspects	: 1005945
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 316
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 512.3
c starts	: 317
c conflicts	: 0
c decisions	: 381668
c propagations	: 799160
c inspects	: 1009126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 317
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 513.898
c starts	: 318
c conflicts	: 0
c decisions	: 382872
c propagations	: 801680
c inspects	: 1012307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 318
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 515.564
c starts	: 319
c conflicts	: 0
c decisions	: 384076
c propagations	: 804200
c inspects	: 1015488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 319
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 517.229
c starts	: 320
c conflicts	: 0
c decisions	: 385280
c propagations	: 806720
c inspects	: 1018669
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 320
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 518.885
c starts	: 321
c conflicts	: 0
c decisions	: 386484
c propagations	: 809240
c inspects	: 1021850
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 321
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 520.489
c starts	: 322
c conflicts	: 0
c decisions	: 387688
c propagations	: 811760
c inspects	: 1025031
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 322
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 522.161
c starts	: 323
c conflicts	: 0
c decisions	: 388892
c propagations	: 814280
c inspects	: 1028212
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 323
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 523.83
c starts	: 324
c conflicts	: 0
c decisions	: 390096
c propagations	: 816800
c inspects	: 1031393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 324
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 525.494
c starts	: 325
c conflicts	: 0
c decisions	: 391300
c propagations	: 819320
c inspects	: 1034574
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 325
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 527.101
c starts	: 326
c conflicts	: 0
c decisions	: 392504
c propagations	: 821840
c inspects	: 1037755
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 326
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 528.773
c starts	: 327
c conflicts	: 0
c decisions	: 393708
c propagations	: 824360
c inspects	: 1040936
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 327
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 530.443
c starts	: 328
c conflicts	: 0
c decisions	: 394912
c propagations	: 826880
c inspects	: 1044117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 328
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 532.101
c starts	: 329
c conflicts	: 0
c decisions	: 396116
c propagations	: 829400
c inspects	: 1047298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 329
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 533.705
c starts	: 330
c conflicts	: 0
c decisions	: 397320
c propagations	: 831920
c inspects	: 1050479
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 330
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 535.385
c starts	: 331
c conflicts	: 0
c decisions	: 398524
c propagations	: 834440
c inspects	: 1053660
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 331
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 537.047
c starts	: 332
c conflicts	: 0
c decisions	: 399728
c propagations	: 836960
c inspects	: 1056841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 332
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 538.731
c starts	: 333
c conflicts	: 0
c decisions	: 400932
c propagations	: 839480
c inspects	: 1060022
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 333
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 540.343
c starts	: 334
c conflicts	: 0
c decisions	: 402136
c propagations	: 842000
c inspects	: 1063203
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 334
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 542.032
c starts	: 335
c conflicts	: 0
c decisions	: 403340
c propagations	: 844520
c inspects	: 1066384
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 335
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 543.719
c starts	: 336
c conflicts	: 0
c decisions	: 404544
c propagations	: 847040
c inspects	: 1069565
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 336
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 545.395
c starts	: 337
c conflicts	: 0
c decisions	: 405748
c propagations	: 849560
c inspects	: 1072746
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 337
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 547.013
c starts	: 338
c conflicts	: 0
c decisions	: 406952
c propagations	: 852080
c inspects	: 1075927
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 338
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 548.705
c starts	: 339
c conflicts	: 0
c decisions	: 408156
c propagations	: 854600
c inspects	: 1079108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 339
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 550.402
c starts	: 340
c conflicts	: 0
c decisions	: 409360
c propagations	: 857120
c inspects	: 1082289
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 340
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 552.082
c starts	: 341
c conflicts	: 0
c decisions	: 410564
c propagations	: 859640
c inspects	: 1085470
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 341
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 553.778
c starts	: 342
c conflicts	: 0
c decisions	: 411768
c propagations	: 862160
c inspects	: 1088651
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 342
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 555.399
c starts	: 343
c conflicts	: 0
c decisions	: 412972
c propagations	: 864680
c inspects	: 1091832
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 343
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 557.079
c starts	: 344
c conflicts	: 0
c decisions	: 414176
c propagations	: 867200
c inspects	: 1095013
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 344
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 558.747
c starts	: 345
c conflicts	: 0
c decisions	: 415380
c propagations	: 869720
c inspects	: 1098194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 345
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 560.419
c starts	: 346
c conflicts	: 0
c decisions	: 416584
c propagations	: 872240
c inspects	: 1101375
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 346
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 562.023
c starts	: 347
c conflicts	: 0
c decisions	: 417788
c propagations	: 874760
c inspects	: 1104556
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 347
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 563.688
c starts	: 348
c conflicts	: 0
c decisions	: 418992
c propagations	: 877280
c inspects	: 1107737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 348
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 565.362
c starts	: 349
c conflicts	: 0
c decisions	: 420196
c propagations	: 879800
c inspects	: 1110918
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 349
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 567.049
c starts	: 350
c conflicts	: 0
c decisions	: 421400
c propagations	: 882320
c inspects	: 1114099
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 350
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 568.673
c starts	: 351
c conflicts	: 0
c decisions	: 422604
c propagations	: 884840
c inspects	: 1117280
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 351
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 570.369
c starts	: 352
c conflicts	: 0
c decisions	: 423808
c propagations	: 887360
c inspects	: 1120461
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 352
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 572.069
c starts	: 353
c conflicts	: 0
c decisions	: 425012
c propagations	: 889880
c inspects	: 1123642
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 353
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 573.769
c starts	: 354
c conflicts	: 0
c decisions	: 426216
c propagations	: 892400
c inspects	: 1126823
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 354
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 575.388
c starts	: 355
c conflicts	: 0
c decisions	: 427420
c propagations	: 894920
c inspects	: 1130004
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 355
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 577.08
c starts	: 356
c conflicts	: 0
c decisions	: 428624
c propagations	: 897440
c inspects	: 1133185
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 356
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 578.776
c starts	: 357
c conflicts	: 0
c decisions	: 429828
c propagations	: 899960
c inspects	: 1136366
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 357
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 580.472
c starts	: 358
c conflicts	: 0
c decisions	: 431032
c propagations	: 902480
c inspects	: 1139547
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 358
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 582.106
c starts	: 359
c conflicts	: 0
c decisions	: 432236
c propagations	: 905000
c inspects	: 1142728
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 359
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 583.789
c starts	: 360
c conflicts	: 0
c decisions	: 433440
c propagations	: 907520
c inspects	: 1145909
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 360
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 585.477
c starts	: 361
c conflicts	: 0
c decisions	: 434644
c propagations	: 910040
c inspects	: 1149090
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 361
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 587.186
c starts	: 362
c conflicts	: 0
c decisions	: 435848
c propagations	: 912560
c inspects	: 1152271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 362
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 588.806
c starts	: 363
c conflicts	: 0
c decisions	: 437052
c propagations	: 915080
c inspects	: 1155452
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 363
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 590.497
c starts	: 364
c conflicts	: 0
c decisions	: 438256
c propagations	: 917600
c inspects	: 1158633
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 364
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 592.199
c starts	: 365
c conflicts	: 0
c decisions	: 439460
c propagations	: 920120
c inspects	: 1161814
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 365
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 593.889
c starts	: 366
c conflicts	: 0
c decisions	: 440664
c propagations	: 922640
c inspects	: 1164995
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 366
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 595.508
c starts	: 367
c conflicts	: 0
c decisions	: 441868
c propagations	: 925160
c inspects	: 1168176
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 367
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 597.214
c starts	: 368
c conflicts	: 0
c decisions	: 443072
c propagations	: 927680
c inspects	: 1171357
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 368
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 598.926
c starts	: 369
c conflicts	: 0
c decisions	: 444276
c propagations	: 930200
c inspects	: 1174538
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 369
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 600.622
c starts	: 370
c conflicts	: 0
c decisions	: 445480
c propagations	: 932720
c inspects	: 1177719
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 370
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 602.254
c starts	: 371
c conflicts	: 0
c decisions	: 446684
c propagations	: 935240
c inspects	: 1180900
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 371
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 603.963
c starts	: 372
c conflicts	: 0
c decisions	: 447888
c propagations	: 937760
c inspects	: 1184081
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 372
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 605.674
c starts	: 373
c conflicts	: 0
c decisions	: 449092
c propagations	: 940280
c inspects	: 1187262
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 373
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 607.368
c starts	: 374
c conflicts	: 0
c decisions	: 450296
c propagations	: 942800
c inspects	: 1190443
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 374
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 608.997
c starts	: 375
c conflicts	: 0
c decisions	: 451500
c propagations	: 945320
c inspects	: 1193624
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 375
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 610.698
c starts	: 376
c conflicts	: 0
c decisions	: 452704
c propagations	: 947840
c inspects	: 1196805
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 376
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 612.389
c starts	: 377
c conflicts	: 0
c decisions	: 453908
c propagations	: 950360
c inspects	: 1199986
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 377
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 614.088
c starts	: 378
c conflicts	: 0
c decisions	: 455112
c propagations	: 952880
c inspects	: 1203167
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 378
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 615.717
c starts	: 379
c conflicts	: 0
c decisions	: 456316
c propagations	: 955400
c inspects	: 1206348
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 379
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 617.419
c starts	: 380
c conflicts	: 0
c decisions	: 457520
c propagations	: 957920
c inspects	: 1209529
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 380
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 619.105
c starts	: 381
c conflicts	: 0
c decisions	: 458724
c propagations	: 960440
c inspects	: 1212710
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 381
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 620.8
c starts	: 382
c conflicts	: 0
c decisions	: 459928
c propagations	: 962960
c inspects	: 1215891
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 382
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 622.437
c starts	: 383
c conflicts	: 0
c decisions	: 461132
c propagations	: 965480
c inspects	: 1219072
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 383
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 624.138
c starts	: 384
c conflicts	: 0
c decisions	: 462336
c propagations	: 968000
c inspects	: 1222253
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 384
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 625.85
c starts	: 385
c conflicts	: 0
c decisions	: 463540
c propagations	: 970520
c inspects	: 1225434
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 385
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 627.561
c starts	: 386
c conflicts	: 0
c decisions	: 464744
c propagations	: 973040
c inspects	: 1228615
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 386
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 629.203
c starts	: 387
c conflicts	: 0
c decisions	: 465948
c propagations	: 975560
c inspects	: 1231796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 387
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 630.915
c starts	: 388
c conflicts	: 0
c decisions	: 467152
c propagations	: 978080
c inspects	: 1234977
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 388
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 632.626
c starts	: 389
c conflicts	: 0
c decisions	: 468356
c propagations	: 980600
c inspects	: 1238158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 389
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 634.34
c starts	: 390
c conflicts	: 0
c decisions	: 469560
c propagations	: 983120
c inspects	: 1241339
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 390
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 635.983
c starts	: 391
c conflicts	: 0
c decisions	: 470764
c propagations	: 985640
c inspects	: 1244520
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 391
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 637.694
c starts	: 392
c conflicts	: 0
c decisions	: 471968
c propagations	: 988160
c inspects	: 1247701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 392
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 639.402
c starts	: 393
c conflicts	: 0
c decisions	: 473172
c propagations	: 990680
c inspects	: 1250882
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 393
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 641.12
c starts	: 394
c conflicts	: 0
c decisions	: 474376
c propagations	: 993200
c inspects	: 1254063
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 394
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 642.83
c starts	: 395
c conflicts	: 0
c decisions	: 475580
c propagations	: 995720
c inspects	: 1257244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 395
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 644.479
c starts	: 396
c conflicts	: 0
c decisions	: 476784
c propagations	: 998240
c inspects	: 1260425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 396
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 646.201
c starts	: 397
c conflicts	: 0
c decisions	: 477988
c propagations	: 1000760
c inspects	: 1263606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 397
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 647.91
c starts	: 398
c conflicts	: 0
c decisions	: 479192
c propagations	: 1003280
c inspects	: 1266787
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 398
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 649.62
c starts	: 399
c conflicts	: 0
c decisions	: 480396
c propagations	: 1005800
c inspects	: 1269968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 399
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 651.264
c starts	: 400
c conflicts	: 0
c decisions	: 481600
c propagations	: 1008320
c inspects	: 1273149
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 400
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 652.982
c starts	: 401
c conflicts	: 0
c decisions	: 482804
c propagations	: 1010840
c inspects	: 1276330
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 401
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 654.697
c starts	: 402
c conflicts	: 0
c decisions	: 484008
c propagations	: 1013360
c inspects	: 1279511
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 402
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 656.402
c starts	: 403
c conflicts	: 0
c decisions	: 485212
c propagations	: 1015880
c inspects	: 1282692
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 403
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 658.03
c starts	: 404
c conflicts	: 0
c decisions	: 486416
c propagations	: 1018400
c inspects	: 1285873
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 404
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 659.697
c starts	: 405
c conflicts	: 0
c decisions	: 487620
c propagations	: 1020920
c inspects	: 1289054
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 405
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 661.407
c starts	: 406
c conflicts	: 0
c decisions	: 488824
c propagations	: 1023440
c inspects	: 1292235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 406
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 663.12
c starts	: 407
c conflicts	: 0
c decisions	: 490028
c propagations	: 1025960
c inspects	: 1295416
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 407
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 664.74
c starts	: 408
c conflicts	: 0
c decisions	: 491232
c propagations	: 1028480
c inspects	: 1298597
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 408
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 666.44
c starts	: 409
c conflicts	: 0
c decisions	: 492436
c propagations	: 1031000
c inspects	: 1301778
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 409
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 668.141
c starts	: 410
c conflicts	: 0
c decisions	: 493640
c propagations	: 1033520
c inspects	: 1304959
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 410
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 669.843
c starts	: 411
c conflicts	: 0
c decisions	: 494844
c propagations	: 1036040
c inspects	: 1308140
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 411
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 671.476
c starts	: 412
c conflicts	: 0
c decisions	: 496048
c propagations	: 1038560
c inspects	: 1311321
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 412
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 673.172
c starts	: 413
c conflicts	: 0
c decisions	: 497252
c propagations	: 1041080
c inspects	: 1314502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 413
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 674.876
c starts	: 414
c conflicts	: 0
c decisions	: 498456
c propagations	: 1043600
c inspects	: 1317683
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 414
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 676.575
c starts	: 415
c conflicts	: 0
c decisions	: 499660
c propagations	: 1046120
c inspects	: 1320864
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 415
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 678.214
c starts	: 416
c conflicts	: 0
c decisions	: 500864
c propagations	: 1048640
c inspects	: 1324045
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 416
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 679.909
c starts	: 417
c conflicts	: 0
c decisions	: 502068
c propagations	: 1051160
c inspects	: 1327226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 417
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 681.6
c starts	: 418
c conflicts	: 0
c decisions	: 503272
c propagations	: 1053680
c inspects	: 1330407
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 418
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 683.292
c starts	: 419
c conflicts	: 0
c decisions	: 504476
c propagations	: 1056200
c inspects	: 1333588
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 419
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 684.936
c starts	: 420
c conflicts	: 0
c decisions	: 505680
c propagations	: 1058720
c inspects	: 1336769
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 420
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 686.631
c starts	: 421
c conflicts	: 0
c decisions	: 506884
c propagations	: 1061240
c inspects	: 1339950
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 421
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 688.322
c starts	: 422
c conflicts	: 0
c decisions	: 508088
c propagations	: 1063760
c inspects	: 1343131
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 422
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 690.027
c starts	: 423
c conflicts	: 0
c decisions	: 509292
c propagations	: 1066280
c inspects	: 1346312
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 423
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 691.658
c starts	: 424
c conflicts	: 0
c decisions	: 510496
c propagations	: 1068800
c inspects	: 1349493
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 424
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 693.358
c starts	: 425
c conflicts	: 0
c decisions	: 511700
c propagations	: 1071320
c inspects	: 1352674
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 425
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 695.055
c starts	: 426
c conflicts	: 0
c decisions	: 512904
c propagations	: 1073840
c inspects	: 1355855
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 426
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 696.752
c starts	: 427
c conflicts	: 0
c decisions	: 514108
c propagations	: 1076360
c inspects	: 1359036
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 427
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 698.457
c starts	: 428
c conflicts	: 0
c decisions	: 515312
c propagations	: 1078880
c inspects	: 1362217
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 428
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 700.096
c starts	: 429
c conflicts	: 0
c decisions	: 516516
c propagations	: 1081400
c inspects	: 1365398
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 429
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 701.802
c starts	: 430
c conflicts	: 0
c decisions	: 517720
c propagations	: 1083920
c inspects	: 1368579
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 430
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 703.516
c starts	: 431
c conflicts	: 0
c decisions	: 518924
c propagations	: 1086440
c inspects	: 1371760
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 431
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 705.224
c starts	: 432
c conflicts	: 0
c decisions	: 520128
c propagations	: 1088960
c inspects	: 1374941
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 432
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 706.87
c starts	: 433
c conflicts	: 0
c decisions	: 521332
c propagations	: 1091480
c inspects	: 1378122
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 433
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 708.575
c starts	: 434
c conflicts	: 0
c decisions	: 522536
c propagations	: 1094000
c inspects	: 1381303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 434
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 710.287
c starts	: 435
c conflicts	: 0
c decisions	: 523740
c propagations	: 1096520
c inspects	: 1384484
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 435
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 711.984
c starts	: 436
c conflicts	: 0
c decisions	: 524944
c propagations	: 1099040
c inspects	: 1387665
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 436
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 713.631
c starts	: 437
c conflicts	: 0
c decisions	: 526148
c propagations	: 1101560
c inspects	: 1390846
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 437
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 715.343
c starts	: 438
c conflicts	: 0
c decisions	: 527352
c propagations	: 1104080
c inspects	: 1394027
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 438
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 717.047
c starts	: 439
c conflicts	: 0
c decisions	: 528556
c propagations	: 1106600
c inspects	: 1397208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 439
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 718.758
c starts	: 440
c conflicts	: 0
c decisions	: 529760
c propagations	: 1109120
c inspects	: 1400389
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 440
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 720.406
c starts	: 441
c conflicts	: 0
c decisions	: 530964
c propagations	: 1111640
c inspects	: 1403570
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 441
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 722.108
c starts	: 442
c conflicts	: 0
c decisions	: 532168
c propagations	: 1114160
c inspects	: 1406751
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 442
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 723.823
c starts	: 443
c conflicts	: 0
c decisions	: 533372
c propagations	: 1116680
c inspects	: 1409932
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 443
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 725.523
c starts	: 444
c conflicts	: 0
c decisions	: 534576
c propagations	: 1119200
c inspects	: 1413113
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 444
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 727.172
c starts	: 445
c conflicts	: 0
c decisions	: 535780
c propagations	: 1121720
c inspects	: 1416294
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 445
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 728.878
c starts	: 446
c conflicts	: 0
c decisions	: 536984
c propagations	: 1124240
c inspects	: 1419475
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 446
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 730.579
c starts	: 447
c conflicts	: 0
c decisions	: 538188
c propagations	: 1126760
c inspects	: 1422656
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 447
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 732.284
c starts	: 448
c conflicts	: 0
c decisions	: 539392
c propagations	: 1129280
c inspects	: 1425837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 448
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 733.938
c starts	: 449
c conflicts	: 0
c decisions	: 540596
c propagations	: 1131800
c inspects	: 1429018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 449
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 735.644
c starts	: 450
c conflicts	: 0
c decisions	: 541800
c propagations	: 1134320
c inspects	: 1432199
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 450
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 737.355
c starts	: 451
c conflicts	: 0
c decisions	: 543004
c propagations	: 1136840
c inspects	: 1435380
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 451
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 739.066
c starts	: 452
c conflicts	: 0
c decisions	: 544208
c propagations	: 1139360
c inspects	: 1438561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 452
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 740.783
c starts	: 453
c conflicts	: 0
c decisions	: 545412
c propagations	: 1141880
c inspects	: 1441742
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 453
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 742.436
c starts	: 454
c conflicts	: 0
c decisions	: 546616
c propagations	: 1144400
c inspects	: 1444923
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 454
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 744.157
c starts	: 455
c conflicts	: 0
c decisions	: 547820
c propagations	: 1146920
c inspects	: 1448104
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 455
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 745.871
c starts	: 456
c conflicts	: 0
c decisions	: 549024
c propagations	: 1149440
c inspects	: 1451285
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 456
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 747.587
c starts	: 457
c conflicts	: 0
c decisions	: 550228
c propagations	: 1151960
c inspects	: 1454466
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 457
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 749.237
c starts	: 458
c conflicts	: 0
c decisions	: 551432
c propagations	: 1154480
c inspects	: 1457647
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 458
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 750.942
c starts	: 459
c conflicts	: 0
c decisions	: 552636
c propagations	: 1157000
c inspects	: 1460828
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 459
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 752.655
c starts	: 460
c conflicts	: 0
c decisions	: 553840
c propagations	: 1159520
c inspects	: 1464009
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 460
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 754.371
c starts	: 461
c conflicts	: 0
c decisions	: 555044
c propagations	: 1162040
c inspects	: 1467190
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 461
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 756.023
c starts	: 462
c conflicts	: 0
c decisions	: 556248
c propagations	: 1164560
c inspects	: 1470371
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 462
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 757.742
c starts	: 463
c conflicts	: 0
c decisions	: 557452
c propagations	: 1167080
c inspects	: 1473552
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 463
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 759.473
c starts	: 464
c conflicts	: 0
c decisions	: 558656
c propagations	: 1169600
c inspects	: 1476733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 464
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 761.186
c starts	: 465
c conflicts	: 0
c decisions	: 559860
c propagations	: 1172120
c inspects	: 1479914
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 465
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 762.845
c starts	: 466
c conflicts	: 0
c decisions	: 561064
c propagations	: 1174640
c inspects	: 1483095
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 466
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 764.559
c starts	: 467
c conflicts	: 0
c decisions	: 562268
c propagations	: 1177160
c inspects	: 1486276
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 467
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 766.275
c starts	: 468
c conflicts	: 0
c decisions	: 563472
c propagations	: 1179680
c inspects	: 1489457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 468
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 768.0
c starts	: 469
c conflicts	: 0
c decisions	: 564676
c propagations	: 1182200
c inspects	: 1492638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 469
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 769.659
c starts	: 470
c conflicts	: 0
c decisions	: 565880
c propagations	: 1184720
c inspects	: 1495819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 470
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 771.371
c starts	: 471
c conflicts	: 0
c decisions	: 567084
c propagations	: 1187240
c inspects	: 1499000
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 471
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 773.084
c starts	: 472
c conflicts	: 0
c decisions	: 568288
c propagations	: 1189760
c inspects	: 1502181
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 472
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 774.807
c starts	: 473
c conflicts	: 0
c decisions	: 569492
c propagations	: 1192280
c inspects	: 1505362
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 473
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 776.463
c starts	: 474
c conflicts	: 0
c decisions	: 570696
c propagations	: 1194800
c inspects	: 1508543
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 474
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 778.194
c starts	: 475
c conflicts	: 0
c decisions	: 571900
c propagations	: 1197320
c inspects	: 1511724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 475
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 779.918
c starts	: 476
c conflicts	: 0
c decisions	: 573104
c propagations	: 1199840
c inspects	: 1514905
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 476
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 781.641
c starts	: 477
c conflicts	: 0
c decisions	: 574308
c propagations	: 1202360
c inspects	: 1518086
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 477
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 783.358
c starts	: 478
c conflicts	: 0
c decisions	: 575512
c propagations	: 1204880
c inspects	: 1521267
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 478
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 785.018
c starts	: 479
c conflicts	: 0
c decisions	: 576716
c propagations	: 1207400
c inspects	: 1524448
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 479
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 786.737
c starts	: 480
c conflicts	: 0
c decisions	: 577920
c propagations	: 1209920
c inspects	: 1527629
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 480
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 788.459
c starts	: 481
c conflicts	: 0
c decisions	: 579124
c propagations	: 1212440
c inspects	: 1530810
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 481
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 790.238
c starts	: 482
c conflicts	: 0
c decisions	: 580328
c propagations	: 1214960
c inspects	: 1533991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 482
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 791.885
c starts	: 483
c conflicts	: 0
c decisions	: 581532
c propagations	: 1217480
c inspects	: 1537172
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 483
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 793.596
c starts	: 484
c conflicts	: 0
c decisions	: 582736
c propagations	: 1220000
c inspects	: 1540353
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 484
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 795.318
c starts	: 485
c conflicts	: 0
c decisions	: 583940
c propagations	: 1222520
c inspects	: 1543534
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 485
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 797.031
c starts	: 486
c conflicts	: 0
c decisions	: 585144
c propagations	: 1225040
c inspects	: 1546715
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 486
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 798.691
c starts	: 487
c conflicts	: 0
c decisions	: 586348
c propagations	: 1227560
c inspects	: 1549896
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 487
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 800.405
c starts	: 488
c conflicts	: 0
c decisions	: 587552
c propagations	: 1230080
c inspects	: 1553077
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 488
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 802.114
c starts	: 489
c conflicts	: 0
c decisions	: 588756
c propagations	: 1232600
c inspects	: 1556258
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 489
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 803.828
c starts	: 490
c conflicts	: 0
c decisions	: 589960
c propagations	: 1235120
c inspects	: 1559439
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 490
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 805.48
c starts	: 491
c conflicts	: 0
c decisions	: 591164
c propagations	: 1237640
c inspects	: 1562620
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 491
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 807.202
c starts	: 492
c conflicts	: 0
c decisions	: 592368
c propagations	: 1240160
c inspects	: 1565801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 492
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 808.917
c starts	: 493
c conflicts	: 0
c decisions	: 593572
c propagations	: 1242680
c inspects	: 1568982
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 493
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 810.615
c starts	: 494
c conflicts	: 0
c decisions	: 594776
c propagations	: 1245200
c inspects	: 1572163
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 494
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 812.303
c starts	: 495
c conflicts	: 0
c decisions	: 595980
c propagations	: 1247720
c inspects	: 1575344
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 495
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 813.958
c starts	: 496
c conflicts	: 0
c decisions	: 597184
c propagations	: 1250240
c inspects	: 1578525
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 496
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 815.662
c starts	: 497
c conflicts	: 0
c decisions	: 598388
c propagations	: 1252760
c inspects	: 1581706
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 497
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 817.367
c starts	: 498
c conflicts	: 0
c decisions	: 599592
c propagations	: 1255280
c inspects	: 1584887
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 498
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 819.094
c starts	: 499
c conflicts	: 0
c decisions	: 600796
c propagations	: 1257800
c inspects	: 1588068
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 499
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 820.753
c starts	: 500
c conflicts	: 0
c decisions	: 602000
c propagations	: 1260320
c inspects	: 1591249
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 500
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 822.477
c starts	: 501
c conflicts	: 0
c decisions	: 603204
c propagations	: 1262840
c inspects	: 1594430
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 501
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 824.2
c starts	: 502
c conflicts	: 0
c decisions	: 604408
c propagations	: 1265360
c inspects	: 1597611
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 502
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 825.927
c starts	: 503
c conflicts	: 0
c decisions	: 605612
c propagations	: 1267880
c inspects	: 1600792
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 503
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 827.594
c starts	: 504
c conflicts	: 0
c decisions	: 606816
c propagations	: 1270400
c inspects	: 1603973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 504
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 829.324
c starts	: 505
c conflicts	: 0
c decisions	: 608020
c propagations	: 1272920
c inspects	: 1607154
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 505
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 831.05
c starts	: 506
c conflicts	: 0
c decisions	: 609224
c propagations	: 1275440
c inspects	: 1610335
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 506
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 832.769
c starts	: 507
c conflicts	: 0
c decisions	: 610428
c propagations	: 1277960
c inspects	: 1613516
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 507
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 834.439
c starts	: 508
c conflicts	: 0
c decisions	: 611632
c propagations	: 1280480
c inspects	: 1616697
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 508
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 836.168
c starts	: 509
c conflicts	: 0
c decisions	: 612836
c propagations	: 1283000
c inspects	: 1619878
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 509
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 837.9
c starts	: 510
c conflicts	: 0
c decisions	: 614040
c propagations	: 1285520
c inspects	: 1623059
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 510
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 839.637
c starts	: 511
c conflicts	: 0
c decisions	: 615244
c propagations	: 1288040
c inspects	: 1626240
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 511
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 841.357
c starts	: 512
c conflicts	: 0
c decisions	: 616448
c propagations	: 1290560
c inspects	: 1629421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 512
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 843.038
c starts	: 513
c conflicts	: 0
c decisions	: 617652
c propagations	: 1293080
c inspects	: 1632602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 513
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 844.77
c starts	: 514
c conflicts	: 0
c decisions	: 618856
c propagations	: 1295600
c inspects	: 1635783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 514
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 846.498
c starts	: 515
c conflicts	: 0
c decisions	: 620060
c propagations	: 1298120
c inspects	: 1638964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 515
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 848.232
c starts	: 516
c conflicts	: 0
c decisions	: 621264
c propagations	: 1300640
c inspects	: 1642145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 516
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 849.913
c starts	: 517
c conflicts	: 0
c decisions	: 622468
c propagations	: 1303160
c inspects	: 1645326
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 517
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 851.652
c starts	: 518
c conflicts	: 0
c decisions	: 623672
c propagations	: 1305680
c inspects	: 1648507
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 518
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 853.387
c starts	: 519
c conflicts	: 0
c decisions	: 624876
c propagations	: 1308200
c inspects	: 1651688
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 519
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 855.122
c starts	: 520
c conflicts	: 0
c decisions	: 626080
c propagations	: 1310720
c inspects	: 1654869
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 520
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 856.801
c starts	: 521
c conflicts	: 0
c decisions	: 627284
c propagations	: 1313240
c inspects	: 1658050
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 521
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 858.547
c starts	: 522
c conflicts	: 0
c decisions	: 628488
c propagations	: 1315760
c inspects	: 1661231
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 522
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 860.286
c starts	: 523
c conflicts	: 0
c decisions	: 629692
c propagations	: 1318280
c inspects	: 1664412
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 523
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 862.031
c starts	: 524
c conflicts	: 0
c decisions	: 630896
c propagations	: 1320800
c inspects	: 1667593
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 524
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 863.702
c starts	: 525
c conflicts	: 0
c decisions	: 632100
c propagations	: 1323320
c inspects	: 1670774
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 525
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 865.454
c starts	: 526
c conflicts	: 0
c decisions	: 633304
c propagations	: 1325840
c inspects	: 1673955
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 526
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 867.212
c starts	: 527
c conflicts	: 0
c decisions	: 634508
c propagations	: 1328360
c inspects	: 1677136
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 527
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 868.952
c starts	: 528
c conflicts	: 0
c decisions	: 635712
c propagations	: 1330880
c inspects	: 1680317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 528
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 870.7
c starts	: 529
c conflicts	: 0
c decisions	: 636916
c propagations	: 1333400
c inspects	: 1683498
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 529
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 872.371
c starts	: 530
c conflicts	: 0
c decisions	: 638120
c propagations	: 1335920
c inspects	: 1686679
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 530
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 874.108
c starts	: 531
c conflicts	: 0
c decisions	: 639324
c propagations	: 1338440
c inspects	: 1689860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 531
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 875.839
c starts	: 532
c conflicts	: 0
c decisions	: 640528
c propagations	: 1340960
c inspects	: 1693041
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 532
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 877.572
c starts	: 533
c conflicts	: 0
c decisions	: 641732
c propagations	: 1343480
c inspects	: 1696222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 533
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 879.254
c starts	: 534
c conflicts	: 0
c decisions	: 642936
c propagations	: 1346000
c inspects	: 1699403
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 534
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 881.004
c starts	: 535
c conflicts	: 0
c decisions	: 644140
c propagations	: 1348520
c inspects	: 1702584
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 535
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 882.752
c starts	: 536
c conflicts	: 0
c decisions	: 645344
c propagations	: 1351040
c inspects	: 1705765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 536
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 884.49
c starts	: 537
c conflicts	: 0
c decisions	: 646548
c propagations	: 1353560
c inspects	: 1708946
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 537
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 886.17
c starts	: 538
c conflicts	: 0
c decisions	: 647752
c propagations	: 1356080
c inspects	: 1712127
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 538
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 887.922
c starts	: 539
c conflicts	: 0
c decisions	: 648956
c propagations	: 1358600
c inspects	: 1715308
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 539
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 889.665
c starts	: 540
c conflicts	: 0
c decisions	: 650160
c propagations	: 1361120
c inspects	: 1718489
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 540
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 891.411
c starts	: 541
c conflicts	: 0
c decisions	: 651364
c propagations	: 1363640
c inspects	: 1721670
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 541
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 893.093
c starts	: 542
c conflicts	: 0
c decisions	: 652568
c propagations	: 1366160
c inspects	: 1724851
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 542
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 894.847
c starts	: 543
c conflicts	: 0
c decisions	: 653772
c propagations	: 1368680
c inspects	: 1728032
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 543
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 896.594
c starts	: 544
c conflicts	: 0
c decisions	: 654976
c propagations	: 1371200
c inspects	: 1731213
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 544
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 898.336
c starts	: 545
c conflicts	: 0
c decisions	: 656180
c propagations	: 1373720
c inspects	: 1734394
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 545
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 900.09
c starts	: 546
c conflicts	: 0
c decisions	: 657384
c propagations	: 1376240
c inspects	: 1737575
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 546
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 901.777
c starts	: 547
c conflicts	: 0
c decisions	: 658588
c propagations	: 1378760
c inspects	: 1740756
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 547
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 903.524
c starts	: 548
c conflicts	: 0
c decisions	: 659792
c propagations	: 1381280
c inspects	: 1743937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 548
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 905.272
c starts	: 549
c conflicts	: 0
c decisions	: 660996
c propagations	: 1383800
c inspects	: 1747118
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 549
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 907.022
c starts	: 550
c conflicts	: 0
c decisions	: 662200
c propagations	: 1386320
c inspects	: 1750299
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 550
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 908.707
c starts	: 551
c conflicts	: 0
c decisions	: 663404
c propagations	: 1388840
c inspects	: 1753480
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 551
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 910.467
c starts	: 552
c conflicts	: 0
c decisions	: 664608
c propagations	: 1391360
c inspects	: 1756661
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 552
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 912.217
c starts	: 553
c conflicts	: 0
c decisions	: 665812
c propagations	: 1393880
c inspects	: 1759842
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 553
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 913.971
c starts	: 554
c conflicts	: 0
c decisions	: 667016
c propagations	: 1396400
c inspects	: 1763023
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 554
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 915.668
c starts	: 555
c conflicts	: 0
c decisions	: 668220
c propagations	: 1398920
c inspects	: 1766204
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 555
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 917.423
c starts	: 556
c conflicts	: 0
c decisions	: 669424
c propagations	: 1401440
c inspects	: 1769385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 556
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 919.171
c starts	: 557
c conflicts	: 0
c decisions	: 670628
c propagations	: 1403960
c inspects	: 1772566
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 557
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 920.925
c starts	: 558
c conflicts	: 0
c decisions	: 671832
c propagations	: 1406480
c inspects	: 1775747
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 558
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 922.671
c starts	: 559
c conflicts	: 0
c decisions	: 673036
c propagations	: 1409000
c inspects	: 1778928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 559
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 924.37
c starts	: 560
c conflicts	: 0
c decisions	: 674240
c propagations	: 1411520
c inspects	: 1782109
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 560
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 926.127
c starts	: 561
c conflicts	: 0
c decisions	: 675444
c propagations	: 1414040
c inspects	: 1785290
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 561
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 927.887
c starts	: 562
c conflicts	: 0
c decisions	: 676648
c propagations	: 1416560
c inspects	: 1788471
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 562
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 929.645
c starts	: 563
c conflicts	: 0
c decisions	: 677852
c propagations	: 1419080
c inspects	: 1791652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 563
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 931.333
c starts	: 564
c conflicts	: 0
c decisions	: 679056
c propagations	: 1421600
c inspects	: 1794833
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 564
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 933.103
c starts	: 565
c conflicts	: 0
c decisions	: 680260
c propagations	: 1424120
c inspects	: 1798014
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 565
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 934.853
c starts	: 566
c conflicts	: 0
c decisions	: 681464
c propagations	: 1426640
c inspects	: 1801195
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 566
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 936.611
c starts	: 567
c conflicts	: 0
c decisions	: 682668
c propagations	: 1429160
c inspects	: 1804376
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 567
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 938.302
c starts	: 568
c conflicts	: 0
c decisions	: 683872
c propagations	: 1431680
c inspects	: 1807557
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 568
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 940.064
c starts	: 569
c conflicts	: 0
c decisions	: 685076
c propagations	: 1434200
c inspects	: 1810738
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 569
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 941.817
c starts	: 570
c conflicts	: 0
c decisions	: 686280
c propagations	: 1436720
c inspects	: 1813919
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 570
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 943.578
c starts	: 571
c conflicts	: 0
c decisions	: 687484
c propagations	: 1439240
c inspects	: 1817100
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 571
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 945.345
c starts	: 572
c conflicts	: 0
c decisions	: 688688
c propagations	: 1441760
c inspects	: 1820281
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 572
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 947.032
c starts	: 573
c conflicts	: 0
c decisions	: 689892
c propagations	: 1444280
c inspects	: 1823462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 573
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 948.798
c starts	: 574
c conflicts	: 0
c decisions	: 691096
c propagations	: 1446800
c inspects	: 1826643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 574
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 950.554
c starts	: 575
c conflicts	: 0
c decisions	: 692300
c propagations	: 1449320
c inspects	: 1829824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 575
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 952.328
c starts	: 576
c conflicts	: 0
c decisions	: 693504
c propagations	: 1451840
c inspects	: 1833005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 576
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 954.268
c starts	: 577
c conflicts	: 0
c decisions	: 694708
c propagations	: 1454360
c inspects	: 1836186
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 577
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 955.969
c starts	: 578
c conflicts	: 0
c decisions	: 695912
c propagations	: 1456880
c inspects	: 1839367
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 578
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 957.736
c starts	: 579
c conflicts	: 0
c decisions	: 697116
c propagations	: 1459400
c inspects	: 1842548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 579
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 959.497
c starts	: 580
c conflicts	: 0
c decisions	: 698320
c propagations	: 1461920
c inspects	: 1845729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 580
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 961.261
c starts	: 581
c conflicts	: 0
c decisions	: 699524
c propagations	: 1464440
c inspects	: 1848910
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 581
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 962.961
c starts	: 582
c conflicts	: 0
c decisions	: 700728
c propagations	: 1466960
c inspects	: 1852091
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 582
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 964.732
c starts	: 583
c conflicts	: 0
c decisions	: 701932
c propagations	: 1469480
c inspects	: 1855272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 583
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 966.485
c starts	: 584
c conflicts	: 0
c decisions	: 703136
c propagations	: 1472000
c inspects	: 1858453
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 584
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 968.251
c starts	: 585
c conflicts	: 0
c decisions	: 704340
c propagations	: 1474520
c inspects	: 1861634
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 585
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 969.962
c starts	: 586
c conflicts	: 0
c decisions	: 705544
c propagations	: 1477040
c inspects	: 1864815
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 586
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 971.736
c starts	: 587
c conflicts	: 0
c decisions	: 706748
c propagations	: 1479560
c inspects	: 1867996
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 587
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 973.513
c starts	: 588
c conflicts	: 0
c decisions	: 707952
c propagations	: 1482080
c inspects	: 1871177
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 588
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 975.288
c starts	: 589
c conflicts	: 0
c decisions	: 709156
c propagations	: 1484600
c inspects	: 1874358
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 589
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 977.061
c starts	: 590
c conflicts	: 0
c decisions	: 710360
c propagations	: 1487120
c inspects	: 1877539
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 590
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 978.768
c starts	: 591
c conflicts	: 0
c decisions	: 711564
c propagations	: 1489640
c inspects	: 1880720
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 591
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 980.531
c starts	: 592
c conflicts	: 0
c decisions	: 712768
c propagations	: 1492160
c inspects	: 1883901
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 592
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 982.31
c starts	: 593
c conflicts	: 0
c decisions	: 713972
c propagations	: 1494680
c inspects	: 1887082
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 593
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 984.086
c starts	: 594
c conflicts	: 0
c decisions	: 715176
c propagations	: 1497200
c inspects	: 1890263
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 594
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 985.785
c starts	: 595
c conflicts	: 0
c decisions	: 716380
c propagations	: 1499720
c inspects	: 1893444
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 595
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 987.556
c starts	: 596
c conflicts	: 0
c decisions	: 717584
c propagations	: 1502240
c inspects	: 1896625
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 596
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 989.322
c starts	: 597
c conflicts	: 0
c decisions	: 718788
c propagations	: 1504760
c inspects	: 1899806
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 597
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 991.09
c starts	: 598
c conflicts	: 0
c decisions	: 719992
c propagations	: 1507280
c inspects	: 1902987
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 598
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 992.795
c starts	: 599
c conflicts	: 0
c decisions	: 721196
c propagations	: 1509800
c inspects	: 1906168
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 599
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 994.575
c starts	: 600
c conflicts	: 0
c decisions	: 722400
c propagations	: 1512320
c inspects	: 1909349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 600
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 996.352
c starts	: 601
c conflicts	: 0
c decisions	: 723604
c propagations	: 1514840
c inspects	: 1912530
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 601
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 998.129
c starts	: 602
c conflicts	: 0
c decisions	: 724808
c propagations	: 1517360
c inspects	: 1915711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 602
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 999.903
c starts	: 603
c conflicts	: 0
c decisions	: 726012
c propagations	: 1519880
c inspects	: 1918892
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 603
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1001.609
c starts	: 604
c conflicts	: 0
c decisions	: 727216
c propagations	: 1522400
c inspects	: 1922073
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 604
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1003.375
c starts	: 605
c conflicts	: 0
c decisions	: 728420
c propagations	: 1524920
c inspects	: 1925254
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 605
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1005.145
c starts	: 606
c conflicts	: 0
c decisions	: 729624
c propagations	: 1527440
c inspects	: 1928435
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 606
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1006.911
c starts	: 607
c conflicts	: 0
c decisions	: 730828
c propagations	: 1529960
c inspects	: 1931616
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 607
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1008.615
c starts	: 608
c conflicts	: 0
c decisions	: 732032
c propagations	: 1532480
c inspects	: 1934797
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 608
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1010.384
c starts	: 609
c conflicts	: 0
c decisions	: 733236
c propagations	: 1535000
c inspects	: 1937978
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 609
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1012.138
c starts	: 610
c conflicts	: 0
c decisions	: 734440
c propagations	: 1537520
c inspects	: 1941159
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 610
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1013.911
c starts	: 611
c conflicts	: 0
c decisions	: 735644
c propagations	: 1540040
c inspects	: 1944340
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 611
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1015.686
c starts	: 612
c conflicts	: 0
c decisions	: 736848
c propagations	: 1542560
c inspects	: 1947521
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 612
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1017.391
c starts	: 613
c conflicts	: 0
c decisions	: 738052
c propagations	: 1545080
c inspects	: 1950702
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 613
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1019.167
c starts	: 614
c conflicts	: 0
c decisions	: 739256
c propagations	: 1547600
c inspects	: 1953883
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 614
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1020.941
c starts	: 615
c conflicts	: 0
c decisions	: 740460
c propagations	: 1550120
c inspects	: 1957064
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 615
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1022.717
c starts	: 616
c conflicts	: 0
c decisions	: 741664
c propagations	: 1552640
c inspects	: 1960245
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 616
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1024.428
c starts	: 617
c conflicts	: 0
c decisions	: 742868
c propagations	: 1555160
c inspects	: 1963426
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 617
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1026.209
c starts	: 618
c conflicts	: 0
c decisions	: 744072
c propagations	: 1557680
c inspects	: 1966607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 618
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1027.982
c starts	: 619
c conflicts	: 0
c decisions	: 745276
c propagations	: 1560200
c inspects	: 1969788
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 619
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1029.755
c starts	: 620
c conflicts	: 0
c decisions	: 746480
c propagations	: 1562720
c inspects	: 1972969
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 620
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1031.468
c starts	: 621
c conflicts	: 0
c decisions	: 747684
c propagations	: 1565240
c inspects	: 1976150
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 621
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1033.25
c starts	: 622
c conflicts	: 0
c decisions	: 748888
c propagations	: 1567760
c inspects	: 1979331
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 622
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1035.034
c starts	: 623
c conflicts	: 0
c decisions	: 750092
c propagations	: 1570280
c inspects	: 1982512
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 623
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1036.806
c starts	: 624
c conflicts	: 0
c decisions	: 751296
c propagations	: 1572800
c inspects	: 1985693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 624
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1038.576
c starts	: 625
c conflicts	: 0
c decisions	: 752500
c propagations	: 1575320
c inspects	: 1988874
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 625
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1040.287
c starts	: 626
c conflicts	: 0
c decisions	: 753704
c propagations	: 1577840
c inspects	: 1992055
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 626
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1042.057
c starts	: 627
c conflicts	: 0
c decisions	: 754908
c propagations	: 1580360
c inspects	: 1995236
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 627
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1043.837
c starts	: 628
c conflicts	: 0
c decisions	: 756112
c propagations	: 1582880
c inspects	: 1998417
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 628
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1045.615
c starts	: 629
c conflicts	: 0
c decisions	: 757316
c propagations	: 1585400
c inspects	: 2001598
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 629
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1047.333
c starts	: 630
c conflicts	: 0
c decisions	: 758520
c propagations	: 1587920
c inspects	: 2004779
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 630
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1049.108
c starts	: 631
c conflicts	: 0
c decisions	: 759724
c propagations	: 1590440
c inspects	: 2007960
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 631
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1050.886
c starts	: 632
c conflicts	: 0
c decisions	: 760928
c propagations	: 1592960
c inspects	: 2011141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 632
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1052.666
c starts	: 633
c conflicts	: 0
c decisions	: 762132
c propagations	: 1595480
c inspects	: 2014322
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 633
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1054.387
c starts	: 634
c conflicts	: 0
c decisions	: 763336
c propagations	: 1598000
c inspects	: 2017503
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 634
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1056.161
c starts	: 635
c conflicts	: 0
c decisions	: 764540
c propagations	: 1600520
c inspects	: 2020684
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 635
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1057.933
c starts	: 636
c conflicts	: 0
c decisions	: 765744
c propagations	: 1603040
c inspects	: 2023865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 636
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1059.702
c starts	: 637
c conflicts	: 0
c decisions	: 766948
c propagations	: 1605560
c inspects	: 2027046
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 637
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1061.478
c starts	: 638
c conflicts	: 0
c decisions	: 768152
c propagations	: 1608080
c inspects	: 2030227
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 638
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1063.19
c starts	: 639
c conflicts	: 0
c decisions	: 769356
c propagations	: 1610600
c inspects	: 2033408
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 639
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1064.967
c starts	: 640
c conflicts	: 0
c decisions	: 770560
c propagations	: 1613120
c inspects	: 2036589
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 640
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1066.73
c starts	: 641
c conflicts	: 0
c decisions	: 771764
c propagations	: 1615640
c inspects	: 2039770
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 641
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1068.51
c starts	: 642
c conflicts	: 0
c decisions	: 772968
c propagations	: 1618160
c inspects	: 2042951
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 642
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1070.223
c starts	: 643
c conflicts	: 0
c decisions	: 774172
c propagations	: 1620680
c inspects	: 2046132
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 643
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1072.005
c starts	: 644
c conflicts	: 0
c decisions	: 775376
c propagations	: 1623200
c inspects	: 2049313
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 644
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1073.773
c starts	: 645
c conflicts	: 0
c decisions	: 776580
c propagations	: 1625720
c inspects	: 2052494
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 645
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1075.556
c starts	: 646
c conflicts	: 0
c decisions	: 777784
c propagations	: 1628240
c inspects	: 2055675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 646
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1077.351
c starts	: 647
c conflicts	: 0
c decisions	: 778988
c propagations	: 1630760
c inspects	: 2058856
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 647
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1079.078
c starts	: 648
c conflicts	: 0
c decisions	: 780192
c propagations	: 1633280
c inspects	: 2062037
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 648
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1080.861
c starts	: 649
c conflicts	: 0
c decisions	: 781396
c propagations	: 1635800
c inspects	: 2065218
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 649
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1082.652
c starts	: 650
c conflicts	: 0
c decisions	: 782600
c propagations	: 1638320
c inspects	: 2068399
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 650
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1084.444
c starts	: 651
c conflicts	: 0
c decisions	: 783804
c propagations	: 1640840
c inspects	: 2071580
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 651
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1086.165
c starts	: 652
c conflicts	: 0
c decisions	: 785008
c propagations	: 1643360
c inspects	: 2074761
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 652
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1087.95
c starts	: 653
c conflicts	: 0
c decisions	: 786212
c propagations	: 1645880
c inspects	: 2077942
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 653
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1089.739
c starts	: 654
c conflicts	: 0
c decisions	: 787416
c propagations	: 1648400
c inspects	: 2081123
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 654
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1091.523
c starts	: 655
c conflicts	: 0
c decisions	: 788620
c propagations	: 1650920
c inspects	: 2084304
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 655
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1093.239
c starts	: 656
c conflicts	: 0
c decisions	: 789824
c propagations	: 1653440
c inspects	: 2087485
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 656
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1095.036
c starts	: 657
c conflicts	: 0
c decisions	: 791028
c propagations	: 1655960
c inspects	: 2090666
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 657
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1096.823
c starts	: 658
c conflicts	: 0
c decisions	: 792232
c propagations	: 1658480
c inspects	: 2093847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 658
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1098.611
c starts	: 659
c conflicts	: 0
c decisions	: 793436
c propagations	: 1661000
c inspects	: 2097028
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 659
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1100.4
c starts	: 660
c conflicts	: 0
c decisions	: 794640
c propagations	: 1663520
c inspects	: 2100209
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 660
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1102.129
c starts	: 661
c conflicts	: 0
c decisions	: 795844
c propagations	: 1666040
c inspects	: 2103390
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 661
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1103.915
c starts	: 662
c conflicts	: 0
c decisions	: 797048
c propagations	: 1668560
c inspects	: 2106571
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 662
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1105.702
c starts	: 663
c conflicts	: 0
c decisions	: 798252
c propagations	: 1671080
c inspects	: 2109752
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 663
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1107.496
c starts	: 664
c conflicts	: 0
c decisions	: 799456
c propagations	: 1673600
c inspects	: 2112933
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 664
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1109.25
c starts	: 665
c conflicts	: 0
c decisions	: 800660
c propagations	: 1676120
c inspects	: 2116114
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 665
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1111.064
c starts	: 666
c conflicts	: 0
c decisions	: 801864
c propagations	: 1678640
c inspects	: 2119295
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 666
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1112.864
c starts	: 667
c conflicts	: 0
c decisions	: 803068
c propagations	: 1681160
c inspects	: 2122476
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 667
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1114.664
c starts	: 668
c conflicts	: 0
c decisions	: 804272
c propagations	: 1683680
c inspects	: 2125657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 668
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1116.465
c starts	: 669
c conflicts	: 0
c decisions	: 805476
c propagations	: 1686200
c inspects	: 2128838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 669
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1118.195
c starts	: 670
c conflicts	: 0
c decisions	: 806680
c propagations	: 1688720
c inspects	: 2132019
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 670
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1120.003
c starts	: 671
c conflicts	: 0
c decisions	: 807884
c propagations	: 1691240
c inspects	: 2135200
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 671
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1121.81
c starts	: 672
c conflicts	: 0
c decisions	: 809088
c propagations	: 1693760
c inspects	: 2138381
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 672
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1123.619
c starts	: 673
c conflicts	: 0
c decisions	: 810292
c propagations	: 1696280
c inspects	: 2141562
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 673
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1125.357
c starts	: 674
c conflicts	: 0
c decisions	: 811496
c propagations	: 1698800
c inspects	: 2144743
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 674
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1127.159
c starts	: 675
c conflicts	: 0
c decisions	: 812700
c propagations	: 1701320
c inspects	: 2147924
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 675
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1128.945
c starts	: 676
c conflicts	: 0
c decisions	: 813904
c propagations	: 1703840
c inspects	: 2151105
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 676
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1130.731
c starts	: 677
c conflicts	: 0
c decisions	: 815108
c propagations	: 1706360
c inspects	: 2154286
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 677
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1132.506
c starts	: 678
c conflicts	: 0
c decisions	: 816312
c propagations	: 1708880
c inspects	: 2157467
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 678
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1134.228
c starts	: 679
c conflicts	: 0
c decisions	: 817516
c propagations	: 1711400
c inspects	: 2160648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 679
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1135.999
c starts	: 680
c conflicts	: 0
c decisions	: 818720
c propagations	: 1713920
c inspects	: 2163829
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 680
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1137.794
c starts	: 681
c conflicts	: 0
c decisions	: 819924
c propagations	: 1716440
c inspects	: 2167010
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 681
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1139.579
c starts	: 682
c conflicts	: 0
c decisions	: 821128
c propagations	: 1718960
c inspects	: 2170191
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 682
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1141.34
c starts	: 683
c conflicts	: 0
c decisions	: 822332
c propagations	: 1721480
c inspects	: 2173372
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 683
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1143.164
c starts	: 684
c conflicts	: 0
c decisions	: 823536
c propagations	: 1724000
c inspects	: 2176553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 684
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1144.952
c starts	: 685
c conflicts	: 0
c decisions	: 824740
c propagations	: 1726520
c inspects	: 2179734
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 685
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1146.734
c starts	: 686
c conflicts	: 0
c decisions	: 825944
c propagations	: 1729040
c inspects	: 2182915
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 686
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1148.524
c starts	: 687
c conflicts	: 0
c decisions	: 827148
c propagations	: 1731560
c inspects	: 2186096
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 687
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1150.257
c starts	: 688
c conflicts	: 0
c decisions	: 828352
c propagations	: 1734080
c inspects	: 2189277
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 688
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1152.057
c starts	: 689
c conflicts	: 0
c decisions	: 829556
c propagations	: 1736600
c inspects	: 2192458
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 689
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1153.851
c starts	: 690
c conflicts	: 0
c decisions	: 830760
c propagations	: 1739120
c inspects	: 2195639
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 690
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1155.649
c starts	: 691
c conflicts	: 0
c decisions	: 831964
c propagations	: 1741640
c inspects	: 2198820
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 691
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1157.38
c starts	: 692
c conflicts	: 0
c decisions	: 833168
c propagations	: 1744160
c inspects	: 2202001
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 692
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1159.187
c starts	: 693
c conflicts	: 0
c decisions	: 834372
c propagations	: 1746680
c inspects	: 2205182
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 693
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1160.993
c starts	: 694
c conflicts	: 0
c decisions	: 835576
c propagations	: 1749200
c inspects	: 2208363
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 694
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1162.792
c starts	: 695
c conflicts	: 0
c decisions	: 836780
c propagations	: 1751720
c inspects	: 2211544
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 695
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1164.601
c starts	: 696
c conflicts	: 0
c decisions	: 837984
c propagations	: 1754240
c inspects	: 2214725
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 696
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1166.344
c starts	: 697
c conflicts	: 0
c decisions	: 839188
c propagations	: 1756760
c inspects	: 2217906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 697
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1168.151
c starts	: 698
c conflicts	: 0
c decisions	: 840392
c propagations	: 1759280
c inspects	: 2221087
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 698
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1169.949
c starts	: 699
c conflicts	: 0
c decisions	: 841596
c propagations	: 1761800
c inspects	: 2224268
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 699
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1171.757
c starts	: 700
c conflicts	: 0
c decisions	: 842800
c propagations	: 1764320
c inspects	: 2227449
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 700
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1173.511
c starts	: 701
c conflicts	: 0
c decisions	: 844004
c propagations	: 1766840
c inspects	: 2230630
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 701
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1175.314
c starts	: 702
c conflicts	: 0
c decisions	: 845208
c propagations	: 1769360
c inspects	: 2233811
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 702
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1177.111
c starts	: 703
c conflicts	: 0
c decisions	: 846412
c propagations	: 1771880
c inspects	: 2236992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 703
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1178.906
c starts	: 704
c conflicts	: 0
c decisions	: 847616
c propagations	: 1774400
c inspects	: 2240173
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 704
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1180.705
c starts	: 705
c conflicts	: 0
c decisions	: 848820
c propagations	: 1776920
c inspects	: 2243354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 705
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1182.45
c starts	: 706
c conflicts	: 0
c decisions	: 850024
c propagations	: 1779440
c inspects	: 2246535
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 706
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1184.247
c starts	: 707
c conflicts	: 0
c decisions	: 851228
c propagations	: 1781960
c inspects	: 2249716
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 707
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1186.051
c starts	: 708
c conflicts	: 0
c decisions	: 852432
c propagations	: 1784480
c inspects	: 2252897
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 708
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1187.856
c starts	: 709
c conflicts	: 0
c decisions	: 853636
c propagations	: 1787000
c inspects	: 2256078
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 709
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1189.598
c starts	: 710
c conflicts	: 0
c decisions	: 854840
c propagations	: 1789520
c inspects	: 2259259
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 710
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1191.401
c starts	: 711
c conflicts	: 0
c decisions	: 856044
c propagations	: 1792040
c inspects	: 2262440
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 711
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1193.204
c starts	: 712
c conflicts	: 0
c decisions	: 857248
c propagations	: 1794560
c inspects	: 2265621
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 712
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1195.014
c starts	: 713
c conflicts	: 0
c decisions	: 858452
c propagations	: 1797080
c inspects	: 2268802
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 713
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1196.824
c starts	: 714
c conflicts	: 0
c decisions	: 859656
c propagations	: 1799600
c inspects	: 2271983
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 714
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1198.566
c starts	: 715
c conflicts	: 0
c decisions	: 860860
c propagations	: 1802120
c inspects	: 2275164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 715
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1200.386
c starts	: 716
c conflicts	: 0
c decisions	: 862064
c propagations	: 1804640
c inspects	: 2278345
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 716
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1202.19
c starts	: 717
c conflicts	: 0
c decisions	: 863268
c propagations	: 1807160
c inspects	: 2281526
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 717
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1204.0
c starts	: 718
c conflicts	: 0
c decisions	: 864472
c propagations	: 1809680
c inspects	: 2284707
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 718
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1205.749
c starts	: 719
c conflicts	: 0
c decisions	: 865676
c propagations	: 1812200
c inspects	: 2287888
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 719
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1207.551
c starts	: 720
c conflicts	: 0
c decisions	: 866880
c propagations	: 1814720
c inspects	: 2291069
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 720
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1209.356
c starts	: 721
c conflicts	: 0
c decisions	: 868084
c propagations	: 1817240
c inspects	: 2294250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 721
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1211.162
c starts	: 722
c conflicts	: 0
c decisions	: 869288
c propagations	: 1819760
c inspects	: 2297431
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 722
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1212.996
c starts	: 723
c conflicts	: 0
c decisions	: 870492
c propagations	: 1822280
c inspects	: 2300612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 723
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1214.756
c starts	: 724
c conflicts	: 0
c decisions	: 871696
c propagations	: 1824800
c inspects	: 2303793
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 724
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1216.577
c starts	: 725
c conflicts	: 0
c decisions	: 872900
c propagations	: 1827320
c inspects	: 2306974
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 725
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1218.392
c starts	: 726
c conflicts	: 0
c decisions	: 874104
c propagations	: 1829840
c inspects	: 2310155
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 726
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1220.223
c starts	: 727
c conflicts	: 0
c decisions	: 875308
c propagations	: 1832360
c inspects	: 2313336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 727
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1221.984
c starts	: 728
c conflicts	: 0
c decisions	: 876512
c propagations	: 1834880
c inspects	: 2316517
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 728
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1223.813
c starts	: 729
c conflicts	: 0
c decisions	: 877716
c propagations	: 1837400
c inspects	: 2319698
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 729
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1225.643
c starts	: 730
c conflicts	: 0
c decisions	: 878920
c propagations	: 1839920
c inspects	: 2322879
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 730
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1227.475
c starts	: 731
c conflicts	: 0
c decisions	: 880124
c propagations	: 1842440
c inspects	: 2326060
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 731
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1229.318
c starts	: 732
c conflicts	: 0
c decisions	: 881328
c propagations	: 1844960
c inspects	: 2329241
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 732
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1231.089
c starts	: 733
c conflicts	: 0
c decisions	: 882532
c propagations	: 1847480
c inspects	: 2332422
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 733
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1232.917
c starts	: 734
c conflicts	: 0
c decisions	: 883736
c propagations	: 1850000
c inspects	: 2335603
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 734
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1234.751
c starts	: 735
c conflicts	: 0
c decisions	: 884940
c propagations	: 1852520
c inspects	: 2338784
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 735
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1236.59
c starts	: 736
c conflicts	: 0
c decisions	: 886144
c propagations	: 1855040
c inspects	: 2341965
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 736
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1238.362
c starts	: 737
c conflicts	: 0
c decisions	: 887348
c propagations	: 1857560
c inspects	: 2345146
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 737
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1240.204
c starts	: 738
c conflicts	: 0
c decisions	: 888552
c propagations	: 1860080
c inspects	: 2348327
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 738
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1242.051
c starts	: 739
c conflicts	: 0
c decisions	: 889756
c propagations	: 1862600
c inspects	: 2351508
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 739
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1243.908
c starts	: 740
c conflicts	: 0
c decisions	: 890960
c propagations	: 1865120
c inspects	: 2354689
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 740
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1245.75
c starts	: 741
c conflicts	: 0
c decisions	: 892164
c propagations	: 1867640
c inspects	: 2357870
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 741
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1247.514
c starts	: 742
c conflicts	: 0
c decisions	: 893368
c propagations	: 1870160
c inspects	: 2361051
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 742
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1249.35
c starts	: 743
c conflicts	: 0
c decisions	: 894572
c propagations	: 1872680
c inspects	: 2364232
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 743
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1251.184
c starts	: 744
c conflicts	: 0
c decisions	: 895776
c propagations	: 1875200
c inspects	: 2367413
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 744
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1253.023
c starts	: 745
c conflicts	: 0
c decisions	: 896980
c propagations	: 1877720
c inspects	: 2370594
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 745
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1254.862
c starts	: 746
c conflicts	: 0
c decisions	: 898184
c propagations	: 1880240
c inspects	: 2373775
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 746
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1256.617
c starts	: 747
c conflicts	: 0
c decisions	: 899388
c propagations	: 1882760
c inspects	: 2376956
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 747
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1258.453
c starts	: 748
c conflicts	: 0
c decisions	: 900592
c propagations	: 1885280
c inspects	: 2380137
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 748
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1260.3
c starts	: 749
c conflicts	: 0
c decisions	: 901796
c propagations	: 1887800
c inspects	: 2383318
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 749
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1262.141
c starts	: 750
c conflicts	: 0
c decisions	: 903000
c propagations	: 1890320
c inspects	: 2386499
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 750
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1263.908
c starts	: 751
c conflicts	: 0
c decisions	: 904204
c propagations	: 1892840
c inspects	: 2389680
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 751
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1265.749
c starts	: 752
c conflicts	: 0
c decisions	: 905408
c propagations	: 1895360
c inspects	: 2392861
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 752
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1267.604
c starts	: 753
c conflicts	: 0
c decisions	: 906612
c propagations	: 1897880
c inspects	: 2396042
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 753
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1269.456
c starts	: 754
c conflicts	: 0
c decisions	: 907816
c propagations	: 1900400
c inspects	: 2399223
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 754
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1271.308
c starts	: 755
c conflicts	: 0
c decisions	: 909020
c propagations	: 1902920
c inspects	: 2402404
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 755
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1273.086
c starts	: 756
c conflicts	: 0
c decisions	: 910224
c propagations	: 1905440
c inspects	: 2405585
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 756
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1274.939
c starts	: 757
c conflicts	: 0
c decisions	: 911428
c propagations	: 1907960
c inspects	: 2408766
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 757
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1276.782
c starts	: 758
c conflicts	: 0
c decisions	: 912632
c propagations	: 1910480
c inspects	: 2411947
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 758
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1278.632
c starts	: 759
c conflicts	: 0
c decisions	: 913836
c propagations	: 1913000
c inspects	: 2415128
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 759
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1280.4
c starts	: 760
c conflicts	: 0
c decisions	: 915040
c propagations	: 1915520
c inspects	: 2418309
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 760
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1282.25
c starts	: 761
c conflicts	: 0
c decisions	: 916244
c propagations	: 1918040
c inspects	: 2421490
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 761
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1284.089
c starts	: 762
c conflicts	: 0
c decisions	: 917448
c propagations	: 1920560
c inspects	: 2424671
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 762
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1285.921
c starts	: 763
c conflicts	: 0
c decisions	: 918652
c propagations	: 1923080
c inspects	: 2427852
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 763
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1287.761
c starts	: 764
c conflicts	: 0
c decisions	: 919856
c propagations	: 1925600
c inspects	: 2431033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 764
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1289.529
c starts	: 765
c conflicts	: 0
c decisions	: 921060
c propagations	: 1928120
c inspects	: 2434214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 765
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1291.362
c starts	: 766
c conflicts	: 0
c decisions	: 922264
c propagations	: 1930640
c inspects	: 2437395
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 766
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1293.202
c starts	: 767
c conflicts	: 0
c decisions	: 923468
c propagations	: 1933160
c inspects	: 2440576
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 767
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1295.045
c starts	: 768
c conflicts	: 0
c decisions	: 924672
c propagations	: 1935680
c inspects	: 2443757
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 768
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1296.932
c starts	: 769
c conflicts	: 0
c decisions	: 925876
c propagations	: 1938200
c inspects	: 2446938
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 769
c 
c CURRENT OPTIMUM=465829888
c Current CPU time (ms) : 1298.728
c starts	: 770
c conflicts	: 0
c decisions	: 927080
c propagations	: 1940720
c inspects	: 2450119
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 770
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.86 0.94 0.93 2/54 8502
Raw data (stat): 8502 (runsolver) R 8501 32461 32460 0 -1 64 4 0 0 0 0 0 0 0 19 0 1 0 489501460 1052672 99 4294967295 134512640 135381576 3221224432 3221219680 135158418 0 2147483391 7 90112 0 0 0 17 1 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.0003 s]
Raw data (loadavg): 0.96 0.96 0.93 2/64 8513
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18038 3 1 0 789 39 0 0 25 0 11 0 489501460 859717632 21923 4294967295 134512640 134569956 3221224400 3221214884 1130919096 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209892 21923 13073 16 0 209876 0
vsize: 839568
[startup+20.0281 s]
Raw data (loadavg): 0.97 0.96 0.93 2/64 8519
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 1690 40 0 0 25 0 11 0 489501460 859717632 22739 4294967295 134512640 134569956 3221224400 3221214664 1131290570 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 209892 22739 13073 16 0 209876 0
vsize: 839568
[startup+30.0293 s]
Raw data (loadavg): 0.97 0.96 0.93 2/64 8526
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 2638 41 0 0 25 0 11 0 489501460 860766208 22964 4294967295 134512640 134569956 3221224400 3221214800 1131322269 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 22964 13073 16 0 210132 0
vsize: 840592
[startup+40.0296 s]
Raw data (loadavg): 0.97 0.96 0.93 2/64 8532
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 3567 42 0 0 25 0 11 0 489501460 860766208 23078 4294967295 134512640 134569956 3221224400 3221214800 1131322208 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 23078 13073 16 0 210132 0
vsize: 840592
[startup+50.0305 s]
Raw data (loadavg): 0.98 0.96 0.93 2/64 8539
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 4483 43 0 0 25 0 11 0 489501460 860766208 23336 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 23336 13073 16 0 210132 0
vsize: 840592
[startup+60.0307 s]
Raw data (loadavg): 0.98 0.96 0.93 2/64 8545
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 5406 43 0 0 25 0 11 0 489501460 860766208 23509 4294967295 134512640 134569956 3221224400 3221214704 1131291285 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 23509 13073 16 0 210132 0
vsize: 840592
[startup+70.031 s]
Raw data (loadavg): 0.98 0.96 0.93 2/64 8551
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 6325 44 1 0 25 0 11 0 489501460 860766208 23743 4294967295 134512640 134569956 3221224400 3221214704 1131291257 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 23743 13073 16 0 210132 0
vsize: 840592
[startup+80.0323 s]
Raw data (loadavg): 0.98 0.96 0.93 2/64 8558
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 7247 45 1 0 25 0 11 0 489501460 860766208 23990 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 23990 13073 16 0 210132 0
vsize: 840592
[startup+90.0326 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8564
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 8168 46 1 0 25 0 11 0 489501460 860766208 24248 4294967295 134512640 134569956 3221224400 3221214704 1131290130 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 24248 13073 16 0 210132 0
vsize: 840592
[startup+100.033 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8571
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 9094 46 1 0 25 0 11 0 489501460 860766208 24648 4294967295 134512640 134569956 3221224400 3221214800 1131326043 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 24648 13073 16 0 210132 0
vsize: 840592
[startup+110.033 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8577
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 10020 47 2 0 25 0 11 0 489501460 860766208 24942 4294967295 134512640 134569956 3221224400 3221214800 1131323270 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 24942 13073 16 0 210132 0
vsize: 840592
[startup+120.048 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8583
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 10948 47 2 0 25 0 11 0 489501460 860766208 25170 4294967295 134512640 134569956 3221224400 3221214704 1131290049 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 25170 13073 16 0 210132 0
vsize: 840592
[startup+130.048 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8590
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 11873 48 2 1 25 0 11 0 489501460 860766208 25725 4294967295 134512640 134569956 3221224400 3221214704 1131290049 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 25725 13073 16 0 210132 0
vsize: 840592
[startup+140.049 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8596
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 12796 49 2 1 25 0 11 0 489501460 860766208 26000 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 26000 13073 16 0 210132 0
vsize: 840592
[startup+150.049 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8603
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 13727 49 3 1 25 0 11 0 489501460 860766208 26466 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 26466 13073 16 0 210132 0
vsize: 840592
[startup+160.05 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8609
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 14650 50 3 1 25 0 11 0 489501460 860766208 26694 4294967295 134512640 134569956 3221224400 3221214704 1131291310 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 26694 13073 16 0 210132 0
vsize: 840592
[startup+170.074 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8615
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 15577 51 3 1 19 0 11 0 489501460 860766208 27023 4294967295 134512640 134569956 3221224400 3221214704 1131291006 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 27023 13073 16 0 210132 0
vsize: 840592
[startup+180.115 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8622
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 16507 52 3 1 25 0 11 0 489501460 860766208 27274 4294967295 134512640 134569956 3221224400 3221214704 1131290252 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 27274 13073 16 0 210132 0
vsize: 840592
[startup+190.115 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8628
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 17436 52 4 1 25 0 11 0 489501460 860766208 27513 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 27513 13073 16 0 210132 0
vsize: 840592
[startup+200.119 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8634
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 18365 53 4 1 25 0 11 0 489501460 860766208 27714 4294967295 134512640 134569956 3221224400 3221214800 1131326022 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 27714 13073 16 0 210132 0
vsize: 840592
[startup+210.124 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8641
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 19292 54 4 2 25 0 11 0 489501460 860766208 27938 4294967295 134512640 134569956 3221224400 3221214704 1131291255 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 27938 13073 16 0 210132 0
vsize: 840592
[startup+220.132 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8647
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 20219 55 5 2 25 0 11 0 489501460 860766208 28149 4294967295 134512640 134569956 3221224400 3221214704 1131290653 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 28149 13073 16 0 210132 0
vsize: 840592
[startup+230.14 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8653
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 21146 55 5 2 25 0 11 0 489501460 860766208 28481 4294967295 134512640 134569956 3221224400 3221214704 1131290377 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 28481 13073 16 0 210132 0
vsize: 840592
[startup+240.148 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8660
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 22081 57 5 2 25 0 11 0 489501460 860766208 29552 4294967295 134512640 134569956 3221224400 3221214800 1131323226 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 29552 13073 16 0 210132 0
vsize: 840592
[startup+250.156 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8666
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 23045 57 5 2 25 0 11 0 489501460 860766208 30317 4294967295 134512640 134569956 3221224400 3221214704 1131291275 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 30317 13073 16 0 210132 0
vsize: 840592
[startup+260.162 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8673
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 23990 58 6 2 25 0 11 0 489501460 860766208 30317 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 30317 13073 16 0 210132 0
vsize: 840592
[startup+270.173 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8679
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 24917 59 6 3 25 0 11 0 489501460 860766208 30511 4294967295 134512640 134569956 3221224400 3221214704 1131290990 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 30511 13073 16 0 210132 0
vsize: 840592
[startup+280.18 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8685
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 25839 60 6 3 25 0 11 0 489501460 860766208 30745 4294967295 134512640 134569956 3221224400 3221214704 1131290053 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 30745 13073 16 0 210132 0
vsize: 840592
[startup+290.18 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8691
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 26758 60 6 3 25 0 11 0 489501460 860766208 30962 4294967295 134512640 134569956 3221224400 3221213852 1077378842 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 30962 13073 16 0 210132 0
vsize: 840592
[startup+300.203 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8697
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 27681 60 6 3 25 0 11 0 489501460 860766208 31300 4294967295 134512640 134569956 3221224400 3221214800 1131322208 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 31300 13073 16 0 210132 0
vsize: 840592
[startup+310.203 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8704
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 28612 61 7 3 25 0 11 0 489501460 860766208 31604 4294967295 134512640 134569956 3221224400 3221213408 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 31604 13073 16 0 210132 0
vsize: 840592
[startup+320.204 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8710
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 29535 61 7 3 25 0 11 0 489501460 860766208 31831 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 31831 13073 16 0 210132 0
vsize: 840592
[startup+330.204 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8716
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 30459 62 7 3 25 0 11 0 489501460 860766208 32083 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210148 32083 13073 16 0 210132 0
vsize: 840592
[startup+340.206 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8722
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 31384 63 7 3 25 0 11 0 489501460 860766208 32348 4294967295 134512640 134569956 3221224400 3221214704 1131290333 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 32348 13073 16 0 210132 0
vsize: 840592
[startup+350.206 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8728
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 32312 64 7 3 25 0 11 0 489501460 860766208 32635 4294967295 134512640 134569956 3221224400 3221214704 1131290248 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 32635 13073 16 0 210132 0
vsize: 840592
[startup+360.206 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8735
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 33248 65 8 3 25 0 11 0 489501460 860766208 32792 4294967295 134512640 134569956 3221224400 3221214744 1131314723 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 32792 13073 16 0 210132 0
vsize: 840592
[startup+370.207 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8741
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 34179 65 8 4 25 0 11 0 489501460 860766208 33003 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 33003 13073 16 0 210132 0
vsize: 840592
[startup+380.206 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8747
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 35109 66 8 4 25 0 11 0 489501460 860766208 33208 4294967295 134512640 134569956 3221224400 3221214800 1131324193 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 33208 13073 16 0 210132 0
vsize: 840592
[startup+390.208 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8753
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 36037 67 8 4 25 0 11 0 489501460 860766208 33389 4294967295 134512640 134569956 3221224400 3221214800 1131326022 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 33389 13073 16 0 210132 0
vsize: 840592
[startup+400.209 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8759
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 36963 68 9 4 25 0 11 0 489501460 860766208 33630 4294967295 134512640 134569956 3221224400 3221213408 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 33630 13073 16 0 210132 0
vsize: 840592
[startup+410.209 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8765
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 37890 68 9 4 25 0 11 0 489501460 860766208 33812 4294967295 134512640 134569956 3221224400 3221214704 1131290565 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 33812 13073 16 0 210132 0
vsize: 840592
[startup+420.21 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8772
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 38814 69 9 4 25 0 11 0 489501460 860766208 34323 4294967295 134512640 134569956 3221224400 3221214800 1131309338 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 34323 13073 16 0 210132 0
vsize: 840592
[startup+430.209 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8778
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 39743 70 9 4 25 0 11 0 489501460 860766208 34475 4294967295 134512640 134569956 3221224400 3221213408 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 34475 13073 16 0 210132 0
vsize: 840592
[startup+440.21 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8784
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 40676 71 10 4 25 0 11 0 489501460 860766208 34685 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 34685 13073 16 0 210132 0
vsize: 840592
[startup+450.21 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8790
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 41605 71 10 4 25 0 11 0 489501460 860766208 34947 4294967295 134512640 134569956 3221224400 3221214704 1131290122 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 34947 13073 16 0 210132 0
vsize: 840592
[startup+460.21 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8796
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 42533 72 10 4 24 0 11 0 489501460 860766208 35128 4294967295 134512640 134569956 3221224400 3221214800 1131327143 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 35128 13073 16 0 210132 0
vsize: 840592
[startup+470.211 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8802
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 43469 72 10 5 25 0 11 0 489501460 860766208 38166 4294967295 134512640 134569956 3221224400 3221214800 1131322205 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 38166 13073 16 0 210132 0
vsize: 840592
[startup+480.212 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8808
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 44439 73 10 5 24 0 11 0 489501460 860766208 38166 4294967295 134512640 134569956 3221224400 3221214800 1131323226 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 38166 13073 16 0 210132 0
vsize: 840592
[startup+490.212 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8815
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 45392 74 11 5 25 0 11 0 489501460 860766208 38166 4294967295 134512640 134569956 3221224400 3221213932 1078831328 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 38166 13073 16 0 210132 0
vsize: 840592
[startup+500.212 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8821
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 46323 75 11 5 25 0 11 0 489501460 860766208 38304 4294967295 134512640 134569956 3221224400 3221214800 1131322201 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 38304 13073 16 0 210132 0
vsize: 840592
[startup+510.213 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8827
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 47249 75 11 5 25 0 11 0 489501460 860766208 38569 4294967295 134512640 134569956 3221224400 3221214800 1131326679 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 38569 13073 16 0 210132 0
vsize: 840592
[startup+520.214 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8833
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 48183 76 12 5 25 0 11 0 489501460 860766208 38774 4294967295 134512640 134569956 3221224400 3221214800 1131323229 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 38774 13073 16 0 210132 0
vsize: 840592
[startup+530.214 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8839
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 49110 77 12 5 25 0 11 0 489501460 860766208 39014 4294967295 134512640 134569956 3221224400 3221214704 1131290497 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 39014 13073 16 0 210132 0
vsize: 840592
[startup+540.215 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8845
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 50038 77 12 5 25 0 11 0 489501460 860766208 39198 4294967295 134512640 134569956 3221224400 3221213344 1073952481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 39198 13073 16 0 210132 0
vsize: 840592
[startup+550.216 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8851
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 50965 78 12 5 25 0 11 0 489501460 860766208 39378 4294967295 134512640 134569956 3221224400 3221214800 1131323270 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 39378 13073 16 0 210132 0
vsize: 840592
[startup+560.216 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8857
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 51889 78 13 5 24 0 11 0 489501460 860766208 39740 4294967295 134512640 134569956 3221224400 3221214704 1131290106 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 39740 13073 16 0 210132 0
vsize: 840592
[startup+570.222 s]
Raw data (loadavg): 0.99 0.97 0.93 2/64 8863
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 52822 80 13 5 25 0 11 0 489501460 860766208 40016 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 40016 13073 16 0 210132 0
vsize: 840592
[startup+580.23 s]
Raw data (loadavg): 1.07 0.99 0.94 2/64 8869
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 53742 80 13 5 24 0 11 0 489501460 860766208 40246 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 40246 13073 16 0 210132 0
vsize: 840592
[startup+590.23 s]
Raw data (loadavg): 1.06 0.99 0.94 2/64 8875
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 54668 81 13 5 25 0 11 0 489501460 860766208 40683 4294967295 134512640 134569956 3221224400 3221214704 1131290041 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 40683 13073 16 0 210132 0
vsize: 840592
[startup+600.23 s]
Raw data (loadavg): 1.05 0.99 0.94 2/64 8881
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 55593 82 14 5 25 0 11 0 489501460 860766208 40882 4294967295 134512640 134569956 3221224400 3221214704 1131290665 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210148 40882 13073 16 0 210132 0
vsize: 840592
[startup+610.23 s]
Raw data (loadavg): 1.04 0.99 0.94 2/64 8887
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 56511 83 14 6 25 0 11 0 489501460 860766208 41083 4294967295 134512640 134569956 3221224400 3221214800 1131322201 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 41083 13073 16 0 210132 0
vsize: 840592
[startup+620.23 s]
Raw data (loadavg): 1.04 0.99 0.94 2/64 8893
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 57440 83 14 6 25 0 11 0 489501460 860766208 41426 4294967295 134512640 134569956 3221224400 3221214064 1077378153 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 41426 13073 16 0 210132 0
vsize: 840592
[startup+630.23 s]
Raw data (loadavg): 1.03 0.99 0.94 2/64 8899
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 58361 84 15 6 25 0 11 0 489501460 860766208 41640 4294967295 134512640 134569956 3221224400 3221214704 1131290053 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 41640 13073 16 0 210132 0
vsize: 840592
[startup+640.231 s]
Raw data (loadavg): 1.03 0.99 0.94 2/64 8905
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 59284 85 15 6 25 0 11 0 489501460 860766208 41830 4294967295 134512640 134569956 3221224400 3221214800 1131309289 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 41830 13073 16 0 210132 0
vsize: 840592
[startup+650.232 s]
Raw data (loadavg): 1.02 0.99 0.94 2/64 8910
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 60203 86 15 6 25 0 11 0 489501460 860766208 41995 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 41995 13073 16 0 210132 0
vsize: 840592
[startup+660.231 s]
Raw data (loadavg): 1.02 0.99 0.94 2/67 8951
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 61129 87 15 6 25 0 11 0 489501460 860766208 42439 4294967295 134512640 134569956 3221224400 3221214800 1131325977 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210148 42439 13073 16 0 210132 0
vsize: 840592
[startup+670.232 s]
Raw data (loadavg): 1.09 1.00 0.95 2/64 8975
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 62058 93 15 7 25 0 11 0 489501460 860766208 42589 4294967295 134512640 134569956 3221224400 3221214800 1131322269 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 42589 13073 16 0 210132 0
vsize: 840592
[startup+680.232 s]
Raw data (loadavg): 1.07 1.00 0.95 2/64 8981
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 62985 94 16 7 25 0 11 0 489501460 860766208 42843 4294967295 134512640 134569956 3221224400 3221214800 1131322201 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 42843 13073 16 0 210132 0
vsize: 840592
[startup+690.234 s]
Raw data (loadavg): 1.06 1.00 0.95 2/64 8987
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 63921 94 16 7 23 0 11 0 489501460 860766208 43023 4294967295 134512640 134569956 3221224400 3221214800 1131323226 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 43023 13073 16 0 210132 0
vsize: 840592
[startup+700.236 s]
Raw data (loadavg): 1.05 1.00 0.95 2/64 8993
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 64851 95 17 7 25 0 11 0 489501460 860766208 43216 4294967295 134512640 134569956 3221224400 3221214704 1131290497 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 43216 13073 16 0 210132 0
vsize: 840592
[startup+710.237 s]
Raw data (loadavg): 1.04 1.00 0.95 2/64 8999
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 65785 96 17 7 25 0 11 0 489501460 860766208 43397 4294967295 134512640 134569956 3221224400 3221214912 1131344085 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 43397 13073 16 0 210132 0
vsize: 840592
[startup+720.239 s]
Raw data (loadavg): 1.04 1.00 0.95 2/64 9005
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 66722 96 17 7 25 0 11 0 489501460 860766208 43577 4294967295 134512640 134569956 3221224400 3221214704 1131290062 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 43577 13073 16 0 210132 0
vsize: 840592
[startup+730.239 s]
Raw data (loadavg): 1.03 1.00 0.95 2/64 9013
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 67653 97 17 7 25 0 11 0 489501460 860766208 43806 4294967295 134512640 134569956 3221224400 3221214704 1131290606 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 43806 13073 16 0 210132 0
vsize: 840592
[startup+740.24 s]
Raw data (loadavg): 1.02 1.00 0.95 2/64 9019
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 68590 98 17 7 25 0 11 0 489501460 860766208 43987 4294967295 134512640 134569956 3221224400 3221214704 1131291187 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 43987 13073 16 0 210132 0
vsize: 840592
[startup+750.241 s]
Raw data (loadavg): 1.02 1.00 0.95 2/64 9025
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 69524 98 17 7 25 0 11 0 489501460 860766208 44137 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 44137 13073 16 0 210132 0
vsize: 840592
[startup+760.242 s]
Raw data (loadavg): 1.02 1.00 0.95 2/64 9031
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 70453 99 18 7 25 0 11 0 489501460 860766208 44348 4294967295 134512640 134569956 3221224400 3221214800 1131310103 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 44348 13073 16 0 210132 0
vsize: 840592
[startup+770.243 s]
Raw data (loadavg): 1.01 1.00 0.95 2/64 9036
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 71387 99 18 7 25 0 11 0 489501460 860766208 44595 4294967295 134512640 134569956 3221224400 3221214800 1131323226 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 44595 13073 16 0 210132 0
vsize: 840592
[startup+780.243 s]
Raw data (loadavg): 1.01 1.00 0.95 2/64 9042
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 72315 100 18 7 24 0 11 0 489501460 860766208 44831 4294967295 134512640 134569956 3221224400 3221214704 1131290434 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 44831 13073 16 0 210132 0
vsize: 840592
[startup+790.245 s]
Raw data (loadavg): 1.01 1.00 0.95 2/64 9048
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 73249 100 19 8 20 0 11 0 489501460 860766208 44981 4294967295 134512640 134569956 3221224400 3221214704 1131290504 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 44981 13073 16 0 210132 0
vsize: 840592
[startup+800.245 s]
Raw data (loadavg): 1.01 1.00 0.95 2/64 9054
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 74188 101 19 8 25 0 11 0 489501460 860766208 45368 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 45368 13073 16 0 210132 0
vsize: 840592
[startup+810.246 s]
Raw data (loadavg): 1.01 1.00 0.95 2/64 9060
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 75123 102 19 8 24 0 11 0 489501460 860766208 46125 4294967295 134512640 134569956 3221224400 3221214704 1131290961 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 46125 13073 16 0 210132 0
vsize: 840592
[startup+820.247 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9066
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 76070 102 19 8 25 0 11 0 489501460 860766208 46125 4294967295 134512640 134569956 3221224400 3221214704 1131290045 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 46125 13073 16 0 210132 0
vsize: 840592
[startup+830.248 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9072
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 77005 103 20 8 25 0 11 0 489501460 860766208 46308 4294967295 134512640 134569956 3221224400 3221214800 1131325925 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 46308 13073 16 0 210132 0
vsize: 840592
[startup+840.249 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9077
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 77936 104 20 8 25 0 11 0 489501460 860766208 46488 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 46488 13073 16 0 210132 0
vsize: 840592
[startup+850.249 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9083
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 78870 104 20 8 25 0 11 0 489501460 860766208 46639 4294967295 134512640 134569956 3221224400 3221214704 1131290994 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 46639 13073 16 0 210132 0
vsize: 840592
[startup+860.251 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9089
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 79803 105 20 8 25 0 11 0 489501460 860766208 46821 4294967295 134512640 134569956 3221224400 3221214800 1131323270 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 46821 13073 16 0 210132 0
vsize: 840592
[startup+870.251 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9095
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 80735 105 21 9 25 0 11 0 489501460 860766208 47001 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 47001 13073 16 0 210132 0
vsize: 840592
[startup+880.252 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9101
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 81670 106 21 9 25 0 11 0 489501460 860766208 47314 4294967295 134512640 134569956 3221224400 3221213344 1073952481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 47314 13073 16 0 210132 0
vsize: 840592
[startup+890.253 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9106
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 82597 106 21 9 25 0 11 0 489501460 860766208 47525 4294967295 134512640 134569956 3221224400 3221214800 1131323196 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 47525 13073 16 0 210132 0
vsize: 840592
[startup+900.254 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9112
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 83530 107 21 9 25 0 11 0 489501460 860766208 47675 4294967295 134512640 134569956 3221224400 3221214704 1131290937 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 47675 13073 16 0 210132 0
vsize: 840592
[startup+910.253 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9118
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 84465 107 21 9 25 0 11 0 489501460 860766208 47857 4294967295 134512640 134569956 3221224400 3221214800 1131325977 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 47857 13073 16 0 210132 0
vsize: 840592
[startup+920.254 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9124
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 85399 107 22 9 25 0 11 0 489501460 860766208 48181 4294967295 134512640 134569956 3221224400 3221214704 1131290565 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 48181 13073 16 0 210132 0
vsize: 840592
[startup+930.255 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9129
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 86326 108 22 9 24 0 11 0 489501460 860766208 48362 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 48362 13073 16 0 210132 0
vsize: 840592
[startup+940.256 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9135
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 87258 108 22 9 24 0 11 0 489501460 860766208 48543 4294967295 134512640 134569956 3221224400 3221214704 1131291238 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 48543 13073 16 0 210132 0
vsize: 840592
[startup+950.257 s]
Raw data (loadavg): 1.07 1.02 0.95 2/64 9141
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 88191 109 22 9 25 0 11 0 489501460 860766208 48789 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 48789 13073 16 0 210132 0
vsize: 840592
[startup+960.257 s]
Raw data (loadavg): 1.06 1.02 0.95 2/64 9147
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 89115 109 23 9 25 0 11 0 489501460 860766208 51885 4294967295 134512640 134569956 3221224400 3221214800 1131309391 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 51885 13073 16 0 210132 0
vsize: 840592
[startup+970.258 s]
Raw data (loadavg): 1.05 1.01 0.95 2/64 9152
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 90047 110 23 10 25 0 11 0 489501460 860766208 52069 4294967295 134512640 134569956 3221224400 3221214800 1131323416 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 52069 13073 16 0 210132 0
vsize: 840592
[startup+980.258 s]
Raw data (loadavg): 1.04 1.01 0.95 2/64 9158
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 90975 111 23 10 25 0 11 0 489501460 860766208 52267 4294967295 134512640 134569956 3221224400 3221214704 1131290570 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 52267 13073 16 0 210132 0
vsize: 840592
[startup+990.259 s]
Raw data (loadavg): 1.04 1.01 0.95 2/64 9164
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 91905 112 23 10 25 0 11 0 489501460 860766208 52544 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 52544 13073 16 0 210132 0
vsize: 840592
[startup+1000.26 s]
Raw data (loadavg): 1.03 1.01 0.95 2/64 9171
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 92836 112 24 10 25 0 11 0 489501460 860766208 52695 4294967295 134512640 134569956 3221224400 3221214704 1131290057 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210148 52695 13073 16 0 210132 0
vsize: 840592
[startup+1010.26 s]
Raw data (loadavg): 1.02 1.01 0.95 2/64 9177
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 93770 113 24 10 25 0 11 0 489501460 860766208 53044 4294967295 134512640 134569956 3221224400 3221214704 1131290711 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 53044 13073 16 0 210132 0
vsize: 840592
[startup+1020.26 s]
Raw data (loadavg): 1.02 1.01 0.95 2/64 9183
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 94705 114 24 10 25 0 11 0 489501460 860766208 53226 4294967295 134512640 134569956 3221224400 3221214704 1131290534 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 53226 13073 16 0 210132 0
vsize: 840592
[startup+1030.26 s]
Raw data (loadavg): 1.02 1.01 0.95 2/64 9188
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 95634 114 24 10 25 0 11 0 489501460 860766208 53424 4294967295 134512640 134569956 3221224400 3221213344 1073952481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 53424 13073 16 0 210132 0
vsize: 840592
[startup+1040.26 s]
Raw data (loadavg): 1.01 1.01 0.95 2/64 9194
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18039 3 1 0 96569 115 24 10 25 0 11 0 489501460 860766208 53606 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 53606 13073 16 0 210132 0
vsize: 840592
[startup+1050.26 s]
Raw data (loadavg): 1.01 1.01 0.95 2/64 9200
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 97503 116 24 10 25 0 11 0 489501460 860766208 53786 4294967295 134512640 134569956 3221224400 3221214800 1131322208 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 53786 13073 16 0 210132 0
vsize: 840592
[startup+1060.26 s]
Raw data (loadavg): 1.01 1.01 0.95 2/64 9205
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 98431 116 25 10 24 0 11 0 489501460 860766208 54087 4294967295 134512640 134569956 3221224400 3221214704 1131290082 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 54087 13073 16 0 210132 0
vsize: 840592
[startup+1070.26 s]
Raw data (loadavg): 1.01 1.00 0.95 2/64 9211
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 99369 116 25 10 25 0 11 0 489501460 860766208 54238 4294967295 134512640 134569956 3221224400 3221214704 1131290434 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 54238 13073 16 0 210132 0
vsize: 840592
[startup+1080.27 s]
Raw data (loadavg): 1.01 1.00 0.95 2/64 9217
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 100304 117 25 11 24 0 11 0 489501460 860766208 54418 4294967295 134512640 134569956 3221224400 3221214704 1131290916 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 54418 13073 16 0 210132 0
vsize: 840592
[startup+1090.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9222
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 101238 118 25 11 25 0 11 0 489501460 860766208 54600 4294967295 134512640 134569956 3221224400 3221214704 1131290653 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 54600 13073 16 0 210132 0
vsize: 840592
[startup+1100.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9228
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18039 3 1 0 102171 118 26 11 25 0 11 0 489501460 860766208 54750 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 54750 13073 16 0 210132 0
vsize: 840592
[startup+1110.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9234
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 103103 119 26 11 25 0 11 0 489501460 860766208 55082 4294967295 134512640 134569956 3221224400 3221214704 1131291006 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 55082 13073 16 0 210132 0
vsize: 840592
[startup+1120.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9239
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 104032 120 26 11 25 0 11 0 489501460 860766208 55263 4294967295 134512640 134569956 3221224400 3221214704 1131290792 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 55263 13073 16 0 210132 0
vsize: 840592
[startup+1130.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9245
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18040 3 1 0 104966 122 27 11 25 0 11 0 489501460 860766208 55534 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 55534 13073 16 0 210132 0
vsize: 840592
[startup+1140.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9251
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 105905 122 27 12 25 0 11 0 489501460 860766208 55996 4294967295 134512640 134569956 3221224400 3221214616 1131250527 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 55996 13073 16 0 210132 0
vsize: 840592
[startup+1150.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9256
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 106839 123 28 12 24 0 11 0 489501460 860766208 56364 4294967295 134512640 134569956 3221224400 3221214704 1131290653 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 56364 13073 16 0 210132 0
vsize: 840592
[startup+1160.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9262
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 107778 124 28 12 25 0 11 0 489501460 860766208 56514 4294967295 134512640 134569956 3221224400 3221214704 1131290082 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 56514 13073 16 0 210132 0
vsize: 840592
[startup+1170.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9267
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18040 3 1 0 108708 125 28 12 25 0 11 0 489501460 860766208 56947 4294967295 134512640 134569956 3221224400 3221213448 1073943035 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 56947 13073 16 0 210132 0
vsize: 840592
[startup+1180.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9273
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 109645 125 28 12 25 0 11 0 489501460 860766208 57237 4294967295 134512640 134569956 3221224400 3221214800 1131323256 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 57237 13073 16 0 210132 0
vsize: 840592
[startup+1190.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/63 9278
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 110581 126 28 12 25 0 10 0 489501460 860766208 57417 4294967295 134512640 134569956 3221224400 3221214608 1131348356 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 57417 13073 16 0 210132 0
vsize: 840592
[startup+1200.27 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9284
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 111516 127 29 12 25 0 11 0 489501460 860766208 57567 4294967295 134512640 134569956 3221224400 3221214704 1131290565 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 57567 13073 16 0 210132 0
vsize: 840592
[startup+1210.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9290
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 112453 127 29 12 25 0 11 0 489501460 860766208 57753 4294967295 134512640 134569956 3221224400 3221214800 1131310179 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 57753 13073 16 0 210132 0
vsize: 840592
[startup+1220.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9295
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 113382 127 29 12 25 0 11 0 489501460 860766208 57904 4294967295 134512640 134569956 3221224400 3221214704 1131290481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 57904 13073 16 0 210132 0
vsize: 840592
[startup+1230.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9301
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 114307 128 29 12 25 0 11 0 489501460 860766208 58084 4294967295 134512640 134569956 3221224400 3221214616 1131252877 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 58084 13073 16 0 210132 0
vsize: 840592
[startup+1240.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9306
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 115229 128 29 12 24 0 11 0 489501460 860766208 58265 4294967295 134512640 134569956 3221224400 3221214704 1131290075 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 58265 13073 16 0 210132 0
vsize: 840592
[startup+1250.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9312
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 116158 129 30 13 25 0 11 0 489501460 860766208 58709 4294967295 134512640 134569956 3221224400 3221214616 1131250761 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210148 58709 13073 16 0 210132 0
vsize: 840592
[startup+1260.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9317
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 117083 130 30 13 25 0 11 0 489501460 860766208 58894 4294967295 134512640 134569956 3221224400 3221214704 1131290961 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 58894 13073 16 0 210132 0
vsize: 840592
[startup+1270.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9323
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 118004 131 30 13 25 0 11 0 489501460 860766208 59122 4294967295 134512640 134569956 3221224400 3221214800 1131310153 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 59122 13073 16 0 210132 0
vsize: 840592
[startup+1280.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9328
Raw data (stat): 8502 (java) S 8501 32461 32460 0 -1 0 18040 3 1 0 118929 131 30 13 25 0 11 0 489501460 860766208 59319 4294967295 134512640 134569956 3221224400 3221213344 1073952481 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 210148 59319 13073 16 0 210132 0
vsize: 840592
[startup+1290.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9334
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 119859 132 31 13 17 0 11 0 489501460 860766208 59528 4294967295 134512640 134569956 3221224400 3221214800 1131309242 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210148 59528 13073 16 0 210132 0
vsize: 840592
[startup+1300.28 s]
Raw data (loadavg): 1.00 1.00 0.95 2/64 9339
Raw data (stat): 8502 (java) R 8501 32461 32460 0 -1 0 18040 3 1 0 120779 132 31 14 25 0 11 0 489501460 860766208 59854 4294967295 134512640 134569956 3221224400 3221214704 1131290629 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 210148 59854 13073 16 0 210132 0
vsize: 840592
Maximum CPU time exceeded: sending SIGTERM and SIGKILL
[startup+1300.42 s]
Raw data (loadavg): 1.00 1.00 0.95 1/54 9340
Raw data (stat): 8502 (java) Z 8501 32461 32460 0 -1 1036 18040 39934 1 0 120781 132 8887 109 25 0 1 0 489501460 0 0 4294967295 0 0 0 0 0 0 4 3 23756 3222412051 0 0 17 0 0 0
Raw data (statm): 0 0 0 0 0 0 0
vsize: 0
Maximum CPU time exceeded: sending SIGTERM and SIGKILL

Child status: 143
Real time (s): 1300.41
CPU time (s): 1299.11
CPU user time (s): 1296.68
CPU system time (s): 2.42663
CPU usage (%): 99.8995
Max. virtual memory (Kb): 840592
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####