Trace number 3367405

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 into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S1386494586-003-UNKNOWN.cnf
MD5SUM21fe95d2e5d58f03a2d75a4512a80cd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1745
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367405-1305382106.cnf'
0.00/0.01	c -- header says num vars:          15000
0.00/0.01	c -- header says num clauses:       63000
0.00/0.03	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.03	c -- vars added      15000
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data
0.05/0.07	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.04
0.05/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.09/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.09/0.18	c lits-rem:         0  cl-subs:        0  v-elim:    396  v-fix:    0  time:  0.06 s
0.09/0.18	c Finding binary XORs  T:     0.00 s  found:       0
0.18/0.20	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.18/0.20	c calculated reachability. Time: 0.00
0.18/0.20	c Calc default polars -  time:   0.00 s pos:    6610 undec:    1677 neg:    6713
0.18/0.20	c =========================================================================================
0.18/0.20	c types(t): F = full restart, N = normal restart
0.18/0.20	c types(t): S = simplification begin/end, E = solution found
0.18/0.20	c restart types(rt): st = static, dy = dynamic
0.18/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.18/0.20	c  B st     0         0     14604     62563         0         0    190049         0   no data   no data
0.99/1.05	c  N dy    24      4097     14604     62563         0      4096    190049    861003    112.72    123.99
1.78/1.87	c  N dy    50      8116     14604     62563         0      8114    190049   1571479    110.15    117.28
2.69/2.73	c  N dy    80     12208     14604     62563         0     12204    190049   2300935    111.73    118.31
3.59/3.64	c  N dy   108     16340     14604     62563         0     16336    190049   3034264    111.94    119.24
4.49/4.55	c  N dy   137     20348     14604     62563         0     10353    190049    571893    112.49    121.82
5.40/5.43	c  N dy   165     24484     14604     62563         0     14489    190049   1302534    112.57    119.94
5.50/5.55	c  F st   170     25004     14604     62563         0     15009    190049   1394031    112.60   no data
6.68/6.74	c  N dy   176     30000     14604     62563         0     20002    190049   2619035    112.60   no data
6.68/6.74	c  S st   176     30000     14604     62563         0     20002    190049   2619035    112.60   no data
6.78/6.85	c  S st   176     30502     14604     62563         0     20504    190049   2682165    112.60   no data
6.78/6.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6.88/6.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
6.88/6.91	c blocked clauses removed:      307 vars:     51 tried:       14604 T: 0.00 s
6.88/6.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.88/6.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.88/6.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14553 time:  0.00 s
6.88/6.93	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
6.88/6.98	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.06 s
7.09/7.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.69/7.76	c lits-rem:        10  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.61 s
7.78/7.82	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.06
7.78/7.82	c calculated reachability. Time: 0.00
7.78/7.82	c  N dy   176     30502     14546     62249         0     20239    189148   2614465    112.60   no data
8.69/8.77	c  N dy   205     34544     14546     62249         0     24281    189148   3328960    112.61    119.00
9.68/9.72	c  N dy   230     38547     14546     62249         0     28283    189148   4060421    112.85    119.26
10.59/10.69	c  N dy   256     42585     14546     62249         0     16954    189148    877817    113.00    120.40
11.39/11.41	c  S st   280     45753     14546     62249         0     20122    189148   1449283    113.25    117.77
11.49/11.52	c  S st   280     46255     14546     62249         0     20624    189148   1515407    113.25   no data
11.49/11.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.49/11.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
11.49/11.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.49/11.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.49/11.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.49/11.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
11.49/11.59	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
11.59/11.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
11.59/11.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.78/11.88	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.18 s
11.78/11.89	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
11.88/11.91	c vivif2 --  cl tried    20621 cl shrink        0 lits rem          0 time: 0.02
11.88/11.97	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.07
11.88/11.98	c calculated reachability. Time: 0.00
11.88/11.98	c  N dy   280     46255     14546     62249         0     20621    189148   1514922    113.25   no data
12.88/12.93	c  N dy   308     50288     14546     62249         0     24654    189148   2244359    113.28    119.92
13.88/13.96	c  N dy   333     54338     14546     62249         0     28704    189148   2951642    113.21    121.68
14.99/15.01	c  N dy   360     58408     14546     62249         0     32774    189148   3697371    113.35    119.43
15.99/16.09	c  N dy   382     62547     14546     62249         0     36913    189148   4439058    113.20    119.58
17.09/17.10	c  N dy   411     66682     14546     62249         0     22366    189148   1254898    113.46    119.47
17.69/17.72	c  S st   429     69382     14546     62249         0     25066    189148   1721150    113.31   no data
17.79/17.84	c  S st   429     69884     14546     62249         0     25568    189148   1784133    113.31   no data
17.79/17.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.79/17.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
17.89/17.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.89/17.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.89/17.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.89/17.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
17.89/17.91	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
17.89/17.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
17.99/18.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.29/18.32	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.28 s
18.29/18.32	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
18.29/18.35	c vivif2 --  cl tried    25568 cl shrink        0 lits rem          0 time: 0.02
18.39/18.42	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.07
18.39/18.42	c calculated reachability. Time: 0.00
18.39/18.42	c  N dy   429     69884     14546     62249         0     25568    189148   1784132    113.31   no data
19.48/19.53	c  N dy   460     74398     14546     62249         0     30082    189148   2611541    113.33    124.46
20.69/20.74	c  N dy   499     79206     14546     62249         0     34890    189148   3496043    113.63    126.87
22.09/22.11	c  N dy   538     84412     14546     62249         0     40095    189148   4451046    113.98    120.37
22.79/22.89	c  F st   556     87500     14546     62249         0     22344    189148    849783    113.89    115.43
23.68/23.73	c  N st   561     90795     14546     62249         0     25639    189148   1659701    113.89   no data
25.30/25.37	c  N dy   591     96680     14546     62249         0     31524    189148   2854749    114.00    124.28
26.99/27.02	c  N dy   627    102877     14546     62249         0     37721    189148   3968792    113.92    120.05
27.50/27.55	c  S st   641    104827     14546     62249         0     39671    189148   4311975    113.89    115.81
27.69/27.70	c  S st   641    105329     14546     62249         0     40173    189148   4374033    113.89   no data
27.69/27.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.69/27.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
27.69/27.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.69/27.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.69/27.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.69/27.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
27.69/27.79	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
27.79/27.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
27.98/28.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.79/29.88	c lits-rem:        12  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.81 s
29.79/29.89	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
29.89/29.95	c vivif2 --  cl tried    40170 cl shrink        0 lits rem          0 time: 0.06
29.99/30.05	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.10
29.99/30.05	c calculated reachability. Time: 0.00
29.99/30.05	c  N dy   641    105329     14546     62249         0     40170    189148   4372727    113.89   no data
31.90/31.96	c  N dy   689    112249     14546     62249         0     24674    189148    943271    113.95    119.96
33.69/33.74	c  N dy   738    119508     14546     62249         0     31933    189148   2251030    113.90    123.19
35.59/35.70	c  N dy   787    127207     14546     62249         0     39632    189148   3665129    113.81    120.31
37.79/37.85	c  N dy   842    135354     14546     62249         0     24064    189148    579273    113.90    140.42
39.89/39.99	c  N dy   895    144296     14546     62249         0     33006    189148   2174399    113.70    120.45
42.29/42.36	c  N dy   954    153543     14546     62249         0     42253    189148   3842243    113.58    122.79
43.49/43.55	c  S st   984    157993     14546     62249         0     46703    189148   4626880    113.49   no data
43.69/43.70	c  S st   984    158494     14546     62249         0     47204    189148   4684857    113.49   no data
43.69/43.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.69/43.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
43.69/43.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.69/43.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.79/43.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.79/43.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
43.79/43.81	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
43.79/43.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
44.00/44.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.89/46.94	c lits-rem:         8  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.83 s
46.89/46.95	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
46.99/47.01	c vivif2 --  cl tried    47198 cl shrink        0 lits rem          0 time: 0.07
47.09/47.12	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.10
47.09/47.12	c calculated reachability. Time: 0.00
47.09/47.12	c  N dy   984    158494     14546     62249         0     47198    189148   4682853    113.49   no data
49.79/49.89	c  N dy  1053    168799     14546     62249         0     32644    189148   1883337    113.54    121.87
52.80/52.86	c  N dy  1123    179624     14546     62249         0     43469    189148   3840829    113.53    119.74
55.89/55.92	c  N dy  1198    191088     14546     62249         0     29007    189148    998545    113.53    121.03
58.99/59.01	c  N dy  1285    203326     14546     62249         0     41244    189148   3222386    113.64    119.70
62.60/62.61	c  N dy  1372    216405     14546     62249         0     27356    189148    514194    113.67    120.90
66.00/66.08	c  N dy  1460    230345     14546     62249         0     41296    189148   3008674    113.63    121.98
67.99/68.09	c  S st  1507    237741     14546     62249         0     48692    189148   4346047    113.67   no data
68.20/68.24	c  S st  1507    238244     14546     62249         0     49195    189148   4411378    113.67   no data
68.20/68.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.29/68.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
68.29/68.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.29/68.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
68.29/68.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.29/68.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
68.29/68.33	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
68.39/68.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
68.49/68.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.29/71.35	c lits-rem:         9  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.77 s
71.29/71.35	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.01
71.40/71.42	c vivif2 --  cl tried    49187 cl shrink        0 lits rem          0 time: 0.07
71.50/71.53	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.11
71.50/71.54	c calculated reachability. Time: 0.00
71.50/71.54	c  N dy  1507    238244     14546     62249         0     49187    189148   4408203    113.67   no data
75.90/75.91	c  N dy  1608    253449     14546     62249         0     36414    189148   1970562    113.71    124.06
80.39/80.47	c  N dy  1709    269771     14546     62249         0     52735    189148   4916424    113.62    121.05
84.99/85.05	c  N dy  1821    287017     14546     62249         0     40989    189148   2638430    113.69    123.30
90.10/90.20	c  N dy  1943    305404     14546     62249         0     59375    189148   5978719    113.73    120.54
90.39/90.47	c  F st  1950    306250     14546     62249         0     30230    189148    461815    113.72   no data
95.39/95.43	c  N dy  2047    324948     14546     62249         0     48927    189148   4214016    113.85    121.33
100.99/101.01	c  N dy  2182    344953     14546     62249         0     37932    189148   1692906    113.88    121.39
104.29/104.30	c  S st  2262    357366     14546     62249         0     50345    189148   3920102    113.87   no data
104.40/104.45	c  S st  2262    357871     14546     62249         0     50850    189148   3986617    113.87   no data
104.40/104.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
104.51/104.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
104.51/104.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.51/104.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.51/104.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.51/104.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
104.51/104.55	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
104.59/104.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
104.69/104.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.29/107.37	c lits-rem:        11  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.60 s
107.29/107.37	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
107.39/107.43	c vivif2 --  cl tried    50845 cl shrink        0 lits rem          0 time: 0.06
107.49/107.53	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.10
107.49/107.54	c calculated reachability. Time: 0.00
107.49/107.54	c  N dy  2262    357871     14546     62249         0     50845    189148   3985467    113.87   no data
113.49/113.56	c  N dy  2398    378036     14546     62249         0     39011    189148   1719895    113.91    125.53
119.49/119.52	c  N dy  2536    398157     14546     62249         0     59129    189148   5351960    113.97    122.64
125.19/125.23	c  N dy  2669    418418     14546     62249         0     46396    189148   2871898    114.00    120.50
130.90/130.99	c  N dy  2803    438477     14546     62249         0     66450    189148   6543380    114.06    120.47
136.49/136.53	c  N dy  2939    458730     14546     62249         0     52710    189148   3854074    114.15    125.40
142.39/142.40	c  N dy  3072    478813     14546     62249         0     37796    189148    906654    114.15    131.71
147.89/147.99	c  N dy  3214    498993     14546     62249         0     57974    189148   4654252    114.27    120.31
153.79/153.82	c  N dy  3342    519141     14546     62249         0     42120    189148   1527677    114.30    121.28
158.69/158.78	c  S st  3465    536807     14546     62249         0     59785    189148   4758642    114.36   no data
158.89/158.94	c  S st  3465    537312     14546     62249         0     60290    189148   4819146    114.36   no data
158.89/158.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
158.99/159.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
158.99/159.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
158.99/159.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
158.99/159.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.99/159.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
158.99/159.04	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
159.09/159.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
159.29/159.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.79/161.81	c lits-rem:         7  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.51 s
161.79/161.82	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
161.79/161.89	c vivif2 --  cl tried    60283 cl shrink        0 lits rem          0 time: 0.07
161.99/162.00	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.11
161.99/162.01	c calculated reachability. Time: 0.00
161.99/162.01	c  N dy  3465    537312     14546     62249         0     60283    189148   4816708    114.36   no data
167.89/167.91	c  N dy  3599    557360     14546     62249         0     43338    189148   1566907    114.40    121.33
173.89/173.96	c  N dy  3723    577463     14546     62249         0     63440    189148   5286100    114.40    123.12
180.79/180.87	c  N dy  3858    597646     14546     62249         0     45625    189148   1846888    114.45    120.59
187.39/187.41	c  N dy  3997    618356     14546     62249         0     66333    189148   5665486    114.50    122.80
193.69/193.77	c  N dy  4129    638361     14546     62249         0     47334    189148   1972432    114.51    147.21
199.89/199.99	c  N dy  4263    658443     14546     62249         0     67415    189148   5640832    114.56    121.61
206.29/206.32	c  N dy  4393    678784     14546     62249         0     47764    189148   1835036    114.55    123.15
212.20/212.21	c  N dy  4526    699034     14546     62249         0     68014    189148   5521471    114.57    124.39
218.29/218.30	c  N dy  4660    719055     14546     62249         0     47034    189148   1513680    114.59    122.86
223.99/224.06	c  N dy  4792    739078     14546     62249         0     67056    189148   5171956    114.59    121.00
230.49/230.51	c  N dy  4937    759107     14546     62249         0     45084    189148   1005485    114.67    122.08
236.30/236.34	c  N dy  5076    779286     14546     62249         0     65260    189148   4746479    114.74    121.65
242.89/242.92	c  N dy  5214    799479     14546     62249         0     85451    189148   8481690    114.80    122.76
244.69/244.77	c  S st  5258    805969     14546     62249         0     48941    189148   1554742    114.79    100.53
244.89/244.92	c  S st  5258    806474     14546     62249         0     49446    189148   1622174    114.79   no data
244.89/244.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
244.89/244.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
244.89/244.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.89/244.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.99/245.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.99/245.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
244.99/245.00	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
244.99/245.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
245.09/245.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.59/245.68	c lits-rem:         6  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.55 s
245.59/245.68	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
245.69/245.71	c vivif2 --  cl tried    49442 cl shrink        0 lits rem          0 time: 0.02
245.79/245.80	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.10
245.79/245.81	c calculated reachability. Time: 0.00
245.79/245.81	c  N dy  5258    806474     14546     62249         0     49442    189148   1620813    114.79   no data
251.59/251.69	c  N dy  5391    826508     14546     62249         0     69475    189148   5305625    114.82    121.05
258.19/258.23	c  N dy  5527    846512     14546     62249         0     45480    189148    712399    114.82    127.24
263.90/263.96	c  N dy  5659    866557     14546     62249         0     65524    189148   4365371    114.81    126.05
270.40/270.45	c  N dy  5787    886661     14546     62249         0     85624    189148   8035551    114.81    124.10
276.40/276.45	c  N dy  5931    906682     14546     62249         0     60649    189148   3378553    114.86    149.13
282.71/282.75	c  N dy  6058    926794     14546     62249         0     80758    189148   7126559    114.91    121.01
289.09/289.11	c  N dy  6190    946853     14546     62249         0     54816    189148   2075760    114.92    149.46
295.91/295.98	c  N dy  6326    966992     14546     62249         0     74955    189148   5787163    114.94    121.11
303.79/303.88	c  N dy  6463    987044     14546     62249         0     48007    189148    643834    114.95    121.55
310.39/310.47	c  N dy  6593   1007192     14546     62249         0     68155    189148   4299016    114.95    122.87
317.30/317.38	c  N dy  6719   1027265     14546     62249         0     88226    189148   7976630    114.96    157.19
323.99/324.05	c  N dy  6858   1047278     14546     62249         0     60244    189148   2684455    115.00    121.13
330.70/330.72	c  N dy  6991   1067468     14546     62249         0     80432    189148   6393089    115.01    124.25
332.21/332.28	c  F st  7023   1071875     14546     62249         0     84839    189148   7198641    115.02    108.12
337.71/337.76	c  N dy  7096   1087928     14546     62249         0     51892    189148   1000491    115.02    121.29
343.69/343.76	c  N dy  7237   1107990     14546     62249         0     71953    189148   4722214    115.05    121.50
350.30/350.31	c  N dy  7357   1128039     14546     62249         0     91999    189148   8353774    115.00    122.50
356.59/356.69	c  N dy  7494   1148182     14546     62249         0     62147    189148   2717364    115.04    122.91
363.01/363.05	c  N dy  7631   1168296     14546     62249         0     82261    189148   6386386    115.05    121.24
370.00/370.09	c  N dy  7767   1188299     14546     62249         0     51267    189148    528622    115.07    134.78
376.10/376.17	c  N dy  7908   1208510     14546     62249         0     71477    189148   4271489    115.11    122.50
376.49/376.54	c  S st  7917   1209711     14546     62249         0     72678    189148   4482764    115.11   no data
376.69/376.71	c  S st  7917   1210218     14546     62249         0     73185    189148   4548870    115.11   no data
376.69/376.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
376.69/376.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
376.79/376.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
376.79/376.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
376.79/376.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
376.79/376.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
376.79/376.82	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
376.89/376.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
376.99/377.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
380.09/380.12	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.05 s
380.09/380.12	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
380.09/380.19	c vivif2 --  cl tried    73180 cl shrink        0 lits rem          0 time: 0.06
380.29/380.32	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.13
380.29/380.32	c calculated reachability. Time: 0.00
380.29/380.32	c  N dy  7917   1210218     14546     62249         0     73180    189148   4546528    115.11   no data
386.99/387.04	c  N dy  8048   1230224     14546     62249         0     93186    189148   8263357    115.12    121.32
393.60/393.66	c  N dy  8182   1250282     14546     62249         0     61246    189148   2173803    115.12    127.86
399.99/400.00	c  N dy  8315   1270720     14546     62249         0     81683    189148   5907802    115.13    121.45
406.91/406.99	c  N dy  8445   1290748     14546     62249         0    101710    189148   9612681    115.15    124.82
413.20/413.23	c  N dy  8579   1310784     14546     62249         0     68746    189148   3320972    115.15    122.36
419.70/419.74	c  N dy  8715   1330890     14546     62249         0     88850    189148   6965758    115.14    124.36
426.90/426.98	c  N dy  8850   1350940     14546     62249         0     54902    189148    654811    115.17    123.19
432.99/433.04	c  N dy  8985   1370999     14546     62249         0     74959    189148   4293674    115.17    122.45
439.80/439.86	c  N dy  9116   1391134     14546     62249         0     95093    189148   8006005    115.17    124.82
446.70/446.79	c  N dy  9246   1411225     14546     62249         0     60190    189148   1445125    115.17    121.54
453.11/453.11	c  N dy  9383   1431279     14546     62249         0     80243    189148   5181906    115.20    129.93
460.20/460.20	c  N dy  9513   1451331     14546     62249         0    100293    189148   8909817    115.22    132.60
467.20/467.26	c  N dy  9641   1471432     14546     62249         0     64393    189148   2048570    115.22    121.57
473.60/473.60	c  N dy  9775   1491461     14546     62249         0     84421    189148   5728472    115.23    140.11
480.61/480.70	c  N dy  9903   1511545     14546     62249         0    104503    189148   9415481    115.23    122.18
487.50/487.55	c  N dy 10045   1531651     14546     62249         0     67612    189148   2486622    115.25    124.36
494.10/494.10	c  N dy 10178   1551722     14546     62249         0     87682    189148   6183724    115.26    123.18
501.20/501.22	c  N dy 10306   1571751     14546     62249         0    107710    189148   9870146    115.26    122.87
508.00/508.05	c  N dy 10444   1591869     14546     62249         0     69838    189148   2728125    115.29    122.20
514.60/514.62	c  N dy 10579   1611908     14546     62249         0     89877    189148   6425163    115.31    122.43
521.90/521.90	c  N dy 10721   1631911     14546     62249         0    109880    189148  10146307    115.35    121.42
528.70/528.74	c  N dy 10857   1652011     14546     62249         0     70980    189148   2760486    115.37    132.41
535.40/535.40	c  N dy 10991   1672192     14546     62249         0     91161    189148   6462815    115.38    129.48
542.70/542.71	c  N dy 11118   1692324     14546     62249         0    111290    189148  10163427    115.39    121.53
548.91/548.96	c  S st 11228   1710218     14546     62249         0     69182    189148   2250988    115.39   no data
549.10/549.13	c  S st 11228   1710726     14546     62249         0     69690    189148   2326764    115.39   no data
549.10/549.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
549.20/549.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
549.20/549.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
549.20/549.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
549.20/549.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
549.20/549.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
549.20/549.23	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
549.20/549.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
549.30/549.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
550.80/550.81	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.42 s
550.80/550.81	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
550.80/550.85	c vivif2 --  cl tried    69686 cl shrink        0 lits rem          0 time: 0.03
550.90/550.97	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.12
550.90/550.97	c calculated reachability. Time: 0.00
550.90/550.97	c  N dy 11228   1710726     14546     62249         0     69686    189148   2324634    115.39   no data
557.61/557.61	c  N dy 11364   1730862     14546     62249         0     89820    189148   6074883    115.41    121.51
564.90/564.93	c  N dy 11499   1750899     14546     62249         0    109856    189148   9767907    115.42    122.40
572.02/572.07	c  N dy 11638   1770990     14546     62249         0     68958    189148   1990470    115.45    137.00
578.61/578.67	c  N dy 11768   1791190     14546     62249         0     89157    189148   5773424    115.47    126.25
586.00/586.01	c  N dy 11905   1811316     14546     62249         0    109280    189148   9529072    115.49    122.42
593.40/593.49	c  N dy 12042   1831471     14546     62249         0     67436    189148   1516745    115.51    128.65
599.90/599.96	c  N dy 12173   1851502     14546     62249         0     87466    189148   5178782    115.51    130.08
607.30/607.30	c  N dy 12305   1871560     14546     62249         0    107524    189148   8903790    115.52    123.38
615.11/615.10	c  N dy 12435   1891658     14546     62249         0     64619    189148    812840    115.51    135.92
621.41/621.46	c  N dy 12570   1911809     14546     62249         0     84770    189148   4486359    115.52    122.76
628.51/628.55	c  N dy 12701   1931849     14546     62249         0    104809    189148   8156804    115.53    126.80
636.20/636.23	c  N dy 12826   1951887     14546     62249         0    124846    189148  11836076    115.52    125.74
642.90/642.92	c  N dy 12959   1972003     14546     62249         0     80960    189148   3631926    115.53    123.84
649.90/649.95	c  N dy 13095   1992083     14546     62249         0    101039    189148   7368868    115.55    124.89
657.50/657.58	c  N dy 13229   2012102     14546     62249         0    121057    189148  11115779    115.57    122.53
664.71/664.78	c  N dy 13365   2032297     14546     62249         0     76254    189148   2633091    115.59    123.04
671.60/671.68	c  N dy 13509   2052377     14546     62249         0     96333    189148   6375598    115.62    121.84
679.21/679.21	c  N dy 13647   2072385     14546     62249         0    116340    189148  10098632    115.64    125.17
686.81/686.87	c  N dy 13769   2092455     14546     62249         0     70413    189148   1370173    115.63    138.31
693.51/693.55	c  N dy 13911   2112518     14546     62249         0     90474    189148   5098563    115.64    124.81
700.90/700.90	c  N dy 14045   2132748     14546     62249         0    110700    189148   8869588    115.65    127.22
708.91/708.93	c  N dy 14177   2152833     14546     62249         0    130785    189148  12603006    115.66    122.83
715.71/715.79	c  N dy 14315   2172887     14546     62249         0     83844    189148   3619566    115.67    125.56
722.80/722.80	c  N dy 14444   2192948     14546     62249         0    103905    189148   7343077    115.68    121.84
729.61/729.68	c  S st 14563   2210726     14546     62249         0    121683    189148  10615001    115.68   no data
729.91/729.92	c  S st 14563   2211233     14546     62249         0    122190    189148  10689305    115.68   no data
729.91/729.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
730.01/730.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
730.01/730.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
730.01/730.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
730.01/730.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
730.01/730.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
730.01/730.08	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
730.21/730.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
730.60/730.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
736.80/736.84	c lits-rem:         8  cl-subs:       12  v-elim:      0  v-fix:    0  time:  6.17 s
736.80/736.85	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
736.91/737.00	c vivif2 --  cl tried   122178 cl shrink        0 lits rem          0 time: 0.15
737.10/737.19	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.19
737.20/737.20	c calculated reachability. Time: 0.00
737.20/737.20	c  N dy 14563   2211233     14546     62249         0    122178    189148  10685138    115.68   no data
744.91/744.91	c  N dy 14703   2231296     14546     62249         0     74240    189148   1727685    115.70    146.39
751.61/751.60	c  N dy 14831   2251358     14546     62249         0     94301    189148   5490390    115.72    128.59
759.11/759.15	c  N dy 14968   2271554     14546     62249         0    114491    189148   9233630    115.73    131.21
767.82/767.87	c  N dy 15103   2291994     14546     62249         0    134927    189148  13096755    115.75    124.80
775.01/775.00	c  N dy 15237   2311998     14546     62249         0     85936    189148   3734911    115.75    122.57
782.40/782.40	c  N dy 15384   2332238     14546     62249         0    106175    189148   7557963    115.79    123.70
790.21/790.25	c  N dy 15517   2352286     14546     62249         0    126223    189148  11254393    115.80    126.57
798.01/798.07	c  N dy 15647   2372346     14546     62249         0     76289    189148   1729602    115.80    133.17
804.81/804.85	c  N dy 15786   2392420     14546     62249         0     96361    189148   5479593    115.81    123.14
812.31/812.31	c  N dy 15920   2412447     14546     62249         0    116387    189148   9200792    115.82    124.09
820.52/820.60	c  N dy 16053   2432449     14546     62249         0    136388    189148  12907170    115.83    121.99
827.61/827.66	c  N dy 16180   2452518     14546     62249         0     85466    189148   3229565    115.83    141.17
834.61/834.68	c  N dy 16304   2472584     14546     62249         0    105530    189148   6946658    115.82    127.20
842.52/842.56	c  N dy 16434   2492612     14546     62249         0    125554    189148  10702529    115.83    122.48
850.91/850.99	c  N dy 16567   2512653     14546     62249         0     73603    189148    891783    115.83    127.40
857.81/857.84	c  N dy 16701   2533078     14546     62249         0     94026    189148   4694001    115.84    126.70
865.31/865.31	c  N dy 16837   2553094     14546     62249         0    114041    189148   8412034    115.85    123.17
873.32/873.38	c  N dy 16967   2573111     14546     62249         0    134056    189148  12097563    115.85    123.31
881.21/881.21	c  N dy 17095   2593280     14546     62249         0     81228    189148   2120405    115.86    124.20
888.11/888.18	c  N dy 17234   2613339     14546     62249         0    101287    189148   5847014    115.87    122.42
895.91/895.92	c  N dy 17370   2633392     14546     62249         0    121336    189148   9584566    115.89    124.01
904.22/904.27	c  N dy 17502   2653449     14546     62249         0    141391    189148  13267051    115.89    122.54
911.61/911.66	c  N dy 17642   2673478     14546     62249         0     87424    189148   3141045    115.92    127.10
918.81/918.88	c  N dy 17779   2693501     14546     62249         0    107445    189148   6875722    115.93    123.90
925.91/925.90	c  S st 17903   2711233     14546     62249         0    125176    189148  10190815    115.95   no data
926.12/926.15	c  S st 17903   2711736     14546     62249         0    125679    189148  10253863    115.95   no data
926.12/926.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
926.22/926.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
926.22/926.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
926.22/926.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
926.22/926.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
926.31/926.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
926.31/926.30	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
926.41/926.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
926.81/926.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
933.01/933.08	c lits-rem:         1  cl-subs:       11  v-elim:      0  v-fix:    0  time:  6.25 s
933.01/933.09	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
933.21/933.24	c vivif2 --  cl tried   125668 cl shrink        0 lits rem          0 time: 0.15
933.41/933.43	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.20
933.41/933.44	c calculated reachability. Time: 0.00
933.41/933.44	c  N dy 17903   2711736     14546     62249         0    125668    189148  10251262    115.95   no data
941.91/941.95	c  N dy 18029   2731823     14546     62249         0    145753    189148  14023400    115.96    123.21
949.91/949.90	c  N dy 18151   2751841     14546     62249         0     90781    189148   3467921    115.95    123.81
958.41/958.44	c  N dy 18293   2772056     14546     62249         0    110994    189148   7261737    115.97    122.65
967.61/967.67	c  N dy 18423   2792117     14546     62249         0    131054    189148  10977412    115.97    148.13
977.82/977.82	c  N dy 18559   2812201     14546     62249         0    151137    189148  14715676    115.99    124.70
985.11/985.12	c  N dy 18693   2832221     14546     62249         0     95157    189148   4176154    115.99    124.41
992.91/992.95	c  N dy 18823   2852296     14546     62249         0    115231    189148   7863380    115.99    124.80
1001.31/1001.38	c  N dy 18968   2872358     14546     62249         0    135290    189148  11610394    116.01    128.71
1010.01/1010.05	c  N dy 19100   2892431     14546     62249         0     78367    189148    861404    116.02    131.38
1016.91/1016.92	c  N dy 19240   2912504     14546     62249         0     98439    189148   4579631    116.02    124.16
1024.51/1024.53	c  N dy 19377   2932558     14546     62249         0    118491    189148   8343241    116.03    122.80
1032.71/1032.75	c  N dy 19503   2952667     14546     62249         0    138597    189148  12078780    116.04    125.42
1041.41/1041.41	c  N dy 19648   2972718     14546     62249         0     80643    189148   1117439    116.06    122.69
1048.32/1048.34	c  N dy 19783   2992749     14546     62249         0    100670    189148   4869697    116.06    125.29
1056.03/1056.05	c  N dy 19923   3012816     14546     62249         0    120736    189148   8624020    116.07    138.33
1064.32/1064.31	c  N dy 20054   3032850     14546     62249         0    140768    189148  12293409    116.07    124.97
1073.01/1073.01	c  N dy 20191   3052976     14546     62249         0     81904    189148   1190072    116.09    123.02
1079.91/1079.97	c  N dy 20325   3073060     14546     62249         0    101987    189148   4933955    116.11    123.82
1087.61/1087.67	c  N dy 20464   3093110     14546     62249         0    122037    189148   8654024    116.12    126.07
1095.92/1095.98	c  N dy 20598   3113113     14546     62249         0    142039    189148  12360087    116.12    127.40
1104.91/1104.90	c  N dy 20738   3133187     14546     62249         0     82116    189148   1043360    116.14    122.31
1111.92/1111.94	c  N dy 20872   3153339     14546     62249         0    102266    189148   4796124    116.15    124.80
1119.51/1119.54	c  N dy 20999   3173348     14546     62249         0    122272    189148   8510964    116.16    122.49
1127.92/1127.95	c  N dy 21135   3193414     14546     62249         0    142337    189148  12298862    116.17    148.89
1136.22/1136.21	c  S st 21254   3211738     14546     62249         0    160659    189148  15680335    116.17   no data
1136.42/1136.49	c  S st 21254   3212242     14546     62249         0    161163    189148  15743438    116.17   no data
1136.52/1136.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1136.62/1136.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.13
1136.62/1136.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1136.62/1136.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1136.62/1136.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1136.62/1136.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
1136.62/1136.69	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1136.82/1136.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1137.51/1137.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1149.52/1149.56	c lits-rem:         6  cl-subs:       18  v-elim:      0  v-fix:    0  time: 12.03 s
1149.52/1149.56	c vivif2 --  cl tried    62249 cl shrink        0 lits rem          0 time: 0.00
1149.71/1149.79	c vivif2 --  cl tried   161145 cl shrink        0 lits rem          0 time: 0.23
1150.01/1150.04	c asymm  cl-useful: 0/62249/62249 lits-rem:0 time: 0.25
1150.01/1150.05	c calculated reachability. Time: 0.00
1150.01/1150.05	c  N dy 21254   3212242     14546     62249         0    161145    189148  15734978    116.17   no data
1157.23/1157.29	c  N dy 21397   3232466     14546     62249         0    100380    189148   4286752    116.18    122.87
1164.83/1164.84	c  N dy 21524   3252590     14546     62249         0    120502    189148   8053086    116.19    124.04
1173.21/1173.26	c  N dy 21660   3272755     14546     62249         0    140666    189148  11804603    116.20    122.61
1183.63/1183.61	c  N dy 21788   3292978     14546     62249         0    160888    189148  15537516    116.19    122.67
1192.22/1192.26	c  N dy 21921   3313177     14546     62249         0     99089    189148   3791538    116.19    125.67
1201.01/1201.03	c  N dy 22055   3333270     14546     62249         0    119179    189148   7516371    116.20    126.25
1210.91/1210.90	c  N dy 22189   3353854     14546     62249         0    139763    189148  11385675    116.21    122.79
1221.03/1221.02	c  N dy 22318   3374101     14546     62249         0    160010    189148  15174444    116.21    129.87
1229.01/1229.06	c  N dy 22442   3394198     14546     62249         0     97118    189148   3269264    116.21    139.38
1236.91/1236.95	c  N dy 22586   3414207     14546     62249         0    117126    189148   7062986    116.23    124.21
1245.22/1245.26	c  N dy 22722   3434292     14546     62249         0    137208    189148  10812635    116.24    122.72
1254.03/1254.06	c  N dy 22859   3454331     14546     62249         0    157245    189148  14549430    116.25    124.45
1262.22/1262.26	c  N dy 22980   3474377     14546     62249         0     93295    189148   2368638    116.25    129.29
1269.62/1269.69	c  N dy 23121   3494413     14546     62249         0    113330    189148   6104530    116.26    152.85
1277.82/1277.84	c  N dy 23257   3514491     14546     62249         0    133407    189148   9832218    116.26    122.95
1286.52/1286.55	c  N dy 23384   3534607     14546     62249         0    153521    189148  13578499    116.26    125.85
1295.52/1295.58	c  N dy 23520   3554666     14546     62249         0     88585    189148   1338243    116.27    123.41

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3367405-1305382106/watcher-3367405-1305382106 -o /tmp/evaluation-result-3367405-1305382106/solver-3367405-1305382106 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367405-1305382106.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.28 3.03 3.47 5/319 16760
/proc/meminfo: memFree=17341068/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=23684 CPUtime=0 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 1312 0 0 0 0 0 0 0 21 0 1 0 649810263 24252416 1155 33554432000 4194304 4580011 140735497244160 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 5921 1160 322 95 0 903 0

[startup+0.0607221 s]
/proc/loadavg: 1.28 3.03 3.47 5/319 16760
/proc/meminfo: memFree=17341068/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=38236 CPUtime=0.05 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 3231 0 0 0 5 0 0 0 22 0 1 0 649810263 39153664 2940 33554432000 4194304 4580011 140735497244160 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 9559 2940 339 95 0 4541 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38236

[startup+0.100716 s]
/proc/loadavg: 1.28 3.03 3.47 5/319 16760
/proc/meminfo: memFree=17341068/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=41800 CPUtime=0.09 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 4015 0 0 0 9 0 0 0 22 0 1 0 649810263 42803200 3724 33554432000 4194304 4580011 140735497244160 18446744073709551615 274473628357 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 10450 3728 344 95 0 5432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41800

[startup+0.300679 s]
/proc/loadavg: 1.28 3.03 3.47 5/319 16760
/proc/meminfo: memFree=17341068/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=47476 CPUtime=0.28 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 6177 0 0 0 28 0 0 0 22 0 1 0 649810263 48615424 5145 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 11869 5145 364 95 0 6851 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47476

[startup+0.700717 s]
/proc/loadavg: 1.28 3.03 3.47 5/319 16760
/proc/meminfo: memFree=17341068/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=47476 CPUtime=0.68 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 6637 0 0 0 68 0 0 0 24 0 1 0 649810263 48615424 5605 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 11869 5605 364 95 0 6851 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47476

[startup+1.50053 s]
/proc/loadavg: 1.28 3.03 3.47 5/320 16761
/proc/meminfo: memFree=17312672/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=47476 CPUtime=1.48 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 7333 0 0 0 148 0 0 0 25 0 1 0 649810263 48615424 6301 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293116 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 11869 6301 364 95 0 6851 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47476

[startup+3.10019 s]
/proc/loadavg: 1.28 3.03 3.47 5/320 16761
/proc/meminfo: memFree=17291976/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=80292 CPUtime=3.09 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 8681 0 0 0 308 1 0 0 25 0 1 0 649810263 82219008 7649 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 20073 7649 364 95 0 15055 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80292

[startup+6.30068 s]
/proc/loadavg: 1.49 3.05 3.48 5/320 16761
/proc/meminfo: memFree=17251928/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=52244 CPUtime=6.29 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 12403 0 0 0 628 1 0 0 25 0 1 0 649810263 53497856 7311 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293814 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 13061 7311 365 95 0 8043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52244

[startup+12.7006 s]
/proc/loadavg: 1.69 3.06 3.48 5/320 16761
/proc/meminfo: memFree=17161288/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=113712 CPUtime=12.68 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 32549 0 0 0 1264 4 0 0 25 0 1 0 649810263 116441088 22534 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 28428 22534 367 95 0 23410 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 113712

[startup+25.5004 s]
/proc/loadavg: 2.20 3.11 3.49 5/320 16762
/proc/meminfo: memFree=17026764/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=172636 CPUtime=25.49 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 45293 0 0 0 2542 7 0 0 25 0 1 0 649810263 176779264 25263 33554432000 4194304 4580011 140735497244160 18446744073709551615 4316353 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 43159 25264 367 95 0 38141 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 172636

[startup+51.1007 s]
/proc/loadavg: 2.82 3.18 3.50 5/320 16763
/proc/meminfo: memFree=16912452/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=201072 CPUtime=51.09 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 72085 0 0 0 5097 12 0 0 25 0 1 0 649810263 205897728 45081 33554432000 4194304 4580011 140735497244160 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 50268 45081 367 95 0 45250 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201072

[startup+102.312 s]
/proc/loadavg: 3.48 3.30 3.52 5/320 16764
/proc/meminfo: memFree=16869624/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=225444 CPUtime=102.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 96888 0 0 0 10213 17 0 0 25 0 1 0 649810263 230854656 51121 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 56361 51121 367 95 0 51343 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 225444

[startup+162.3 s]
/proc/loadavg: 3.81 3.43 3.55 5/320 16765
/proc/meminfo: memFree=16810176/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=280972 CPUtime=162.29 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 121213 0 0 0 16206 23 0 0 25 0 1 0 649810263 287715328 54929 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 70243 54929 367 95 0 65225 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 280972

[startup+222.301 s]
/proc/loadavg: 3.96 3.54 3.58 5/320 16767
/proc/meminfo: memFree=16684368/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=291192 CPUtime=222.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 148000 0 0 0 22201 29 0 0 25 0 1 0 649810263 298180608 56454 33554432000 4194304 4580011 140735497244160 18446744073709551615 4318654 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 72798 56454 367 95 0 67780 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 291192

[startup+282.301 s]
/proc/loadavg: 3.98 3.62 3.60 5/320 16769
/proc/meminfo: memFree=16665488/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=292512 CPUtime=282.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 174479 0 0 0 28196 34 0 0 25 0 1 0 649810263 299532288 59402 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 73128 59402 367 95 0 68110 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 292512

[startup+342.301 s]
/proc/loadavg: 3.99 3.69 3.63 5/320 16770
/proc/meminfo: memFree=16602072/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=293876 CPUtime=342.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 198513 0 0 0 34189 41 0 0 25 0 1 0 649810263 300929024 56592 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 73469 56592 367 95 0 68451 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 293876

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.65 5/320 16772
/proc/meminfo: memFree=16605984/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=295812 CPUtime=402.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 223898 0 0 0 40183 47 0 0 25 0 1 0 649810263 302911488 60209 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 73953 60210 367 95 0 68935 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 295812

[startup+462.3 s]
/proc/loadavg: 4.12 3.83 3.68 5/320 16773
/proc/meminfo: memFree=16560536/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=301500 CPUtime=462.29 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 251090 0 0 0 46175 54 0 0 25 0 1 0 649810263 308736000 64235 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 75375 64235 367 95 0 70357 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 301500

[startup+522.301 s]
/proc/loadavg: 4.04 3.86 3.70 5/320 16775
/proc/meminfo: memFree=16561216/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=288680 CPUtime=522.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 286438 0 0 0 52168 62 0 0 25 0 1 0 649810263 295608320 61330 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 72170 61330 367 95 0 67152 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 288680

[startup+582.3 s]
/proc/loadavg: 4.01 3.88 3.72 5/320 16777
/proc/meminfo: memFree=16538356/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=289248 CPUtime=582.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 320502 0 0 0 58160 70 0 0 25 0 1 0 649810263 296189952 58685 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 72312 58685 367 95 0 67294 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 289248

[startup+642.301 s]
/proc/loadavg: 4.00 3.90 3.73 5/320 16778
/proc/meminfo: memFree=16575496/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=289740 CPUtime=642.31 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 354509 0 0 0 64152 79 0 0 25 0 1 0 649810263 296693760 54367 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 72435 54367 367 95 0 67417 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 289740

[startup+702.301 s]
/proc/loadavg: 4.00 3.92 3.74 5/320 16780
/proc/meminfo: memFree=16551148/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=290176 CPUtime=702.3 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 387306 0 0 0 70144 86 0 0 25 0 1 0 649810263 297140224 60556 33554432000 4194304 4580011 140735497244160 18446744073709551615 4320955 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 72544 60556 367 95 0 67526 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 290176

[startup+762.312 s]
/proc/loadavg: 4.05 3.94 3.76 5/320 16781
/proc/meminfo: memFree=16453984/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=363000 CPUtime=762.32 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 433320 0 0 0 76137 95 0 0 25 0 1 0 649810263 371712000 79174 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 90750 79174 367 95 0 85732 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 363000

[startup+822.301 s]
/proc/loadavg: 4.02 3.95 3.77 5/320 16783
/proc/meminfo: memFree=16491268/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=363468 CPUtime=822.31 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 464540 0 0 0 82127 104 0 0 25 0 1 0 649810263 372191232 82045 33554432000 4194304 4580011 140735497244160 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 90867 82045 367 95 0 85849 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 363468

[startup+882.3 s]
/proc/loadavg: 4.00 3.95 3.78 5/320 16785
/proc/meminfo: memFree=16481304/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=308920 CPUtime=882.31 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 497484 0 0 0 88119 112 0 0 25 0 1 0 649810263 316334080 71221 33554432000 4194304 4580011 140735497244160 18446744073709551615 4295333 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 77230 71221 367 95 0 72212 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 308920

[startup+942.301 s]
/proc/loadavg: 4.00 3.96 3.80 5/320 16786
/proc/meminfo: memFree=16312488/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=392708 CPUtime=942.31 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 530533 0 0 0 94112 119 0 0 25 0 1 0 649810263 402132992 89304 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 98177 89304 367 95 0 93159 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 392708

[startup+1002.3 s]
/proc/loadavg: 4.18 4.01 3.82 5/320 16788
/proc/meminfo: memFree=16249944/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=393076 CPUtime=1002.31 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 559014 0 0 0 100101 130 0 0 25 0 1 0 649810263 402509824 87154 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 98269 87154 367 95 0 93251 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 393076

[startup+1062.3 s]
/proc/loadavg: 4.06 4.01 3.83 5/320 16789
/proc/meminfo: memFree=16290944/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=393452 CPUtime=1062.31 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 589823 0 0 0 106094 137 0 0 25 0 1 0 649810263 402894848 86595 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 98363 86595 367 95 0 93345 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 393452

[startup+1122.3 s]
/proc/loadavg: 4.02 4.00 3.83 5/320 16791
/proc/meminfo: memFree=16292844/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=393860 CPUtime=1122.31 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 620377 0 0 0 112087 144 0 0 25 0 1 0 649810263 403312640 84985 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 98465 84985 367 95 0 93447 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 393860

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.84 5/320 16793
/proc/meminfo: memFree=16071096/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=482780 CPUtime=1182.32 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 662964 0 0 0 118079 153 0 0 25 0 1 0 649810263 494366720 111219 33554432000 4194304 4580011 140735497244160 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 120695 111219 367 95 0 115677 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 482780

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/320 16794
/proc/meminfo: memFree=16093504/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=483192 CPUtime=1242.32 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 690811 0 0 0 124069 163 0 0 25 0 1 0 649810263 494788608 105700 33554432000 4194304 4580011 140735497244160 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 120798 105700 367 95 0 115780 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 483192



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.86 2/314 16799
/proc/meminfo: memFree=16955936/32950928 swapFree=67111348/67111528
[pid=16760] ppid=16758 vsize=483632 CPUtime=1300.02 cores=4,6
/proc/16760/stat : 16760 (strangenight2-s) R 16758 16760 16245 0 -1 4202496 719176 0 0 0 129833 169 0 0 25 0 1 0 649810263 495239168 99973 33554432000 4194304 4580011 140735497244160 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16760/statm: 120908 99973 367 95 0 115890 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 483632

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1298.34
CPU system time (s): 1.71774
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 483632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.34
system time used= 1.71774
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 719179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2375

runsolver used 3.87141 second user time and 9.16361 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 16:08:26
IDJOB=3367405
IDBENCH=82614
IDSOLVER=1845
FILE ID=node125/3367405-1305382106
RUNJOBID= node125-1305382105-16719
PBS_JOBID= 13324377
Free space on /tmp= 73180 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S1386494586-003-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367405-1305382106/watcher-3367405-1305382106 -o /tmp/evaluation-result-3367405-1305382106/solver-3367405-1305382106 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367405-1305382106.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 21fe95d2e5d58f03a2d75a4512a80cd8
RANDOM SEED=1291824435

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5266.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17341348 kB
Buffers:        280832 kB
Cached:        4868356 kB
SwapCached:          0 kB
Active:       11449132 kB
Inactive:      3782096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17341348 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           25108 kB
Writeback:           0 kB
AnonPages:    10082268 kB
Mapped:          30324 kB
Slab:           279616 kB
PageTables:      36536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51105920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73192 MiB
End job on node125 at 2011-05-14 16:30:08