Trace number 3367388

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.02 1300.04

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S980027332-029-UNKNOWN.cnf
MD5SUMc08a1b82ea5b515d260c5edf61d7067c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.5403
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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367388-1305382012.cnf'
0.00/0.02	c -- header says num vars:          15000
0.00/0.02	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.06/0.08	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.05
0.06/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.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.09/0.13	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.19/0.21	c lits-rem:         0  cl-subs:        0  v-elim:    393  v-fix:    0  time:  0.08 s
0.19/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.23	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.23	c calculated reachability. Time: 0.00
0.19/0.24	c Calc default polars -  time:   0.00 s pos:    6719 undec:    1652 neg:    6629
0.19/0.24	c =========================================================================================
0.19/0.24	c types(t): F = full restart, N = normal restart
0.19/0.24	c types(t): S = simplification begin/end, E = solution found
0.19/0.24	c restart types(rt): st = static, dy = dynamic
0.19/0.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.24	c  B st     0         0     14607     62536         0         0    189956         0   no data   no data
1.10/1.13	c  N dy    19      4035     14607     62536         0      4034    189956    771064    104.06    109.99
1.99/2.03	c  N dy    50      8037     14607     62536         0      8036    189956   1476566    110.59    118.55
2.89/2.96	c  N dy    79     12062     14607     62536         0     12061    189956   2192978    112.09    141.96
3.89/3.90	c  N dy   103     16066     14607     62536         0     16065    189956   2911216    111.54    123.63
4.89/4.95	c  N dy   131     20149     14607     62536         0     10156    189956    529232    112.41    123.54
5.89/5.91	c  N dy   158     24169     14607     62536         0     14175    189956   1248166    112.25    136.92
6.09/6.12	c  F st   165     25003     14607     62536         0     15009    189956   1397176    112.35    101.98
6.89/6.97	c  N st   170     28300     14607     62536         0     18304    189956   2144044    112.35   no data
7.39/7.43	c  S st   171     30000     14607     62536         0     20003    189956   2553373    112.35   no data
7.49/7.55	c  S st   171     30501     14607     62536         0     20504    189956   2616543    112.35   no data
7.49/7.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.59/7.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
7.59/7.62	c blocked clauses removed:      255 vars:     40 tried:       14607 T: 0.01 s
7.59/7.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.59/7.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.59/7.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14567 time:  0.00 s
7.59/7.63	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
7.59/7.69	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.06 s
7.79/7.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.49/8.58	c lits-rem:        22  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.71 s
8.59/8.66	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.08
8.59/8.66	c calculated reachability. Time: 0.00
8.59/8.66	c  N dy   171     30501     14561     62275         0     20426    189204   2597780    112.35   no data
9.69/9.74	c  N dy   200     34514     14561     62275         0     24439    189204   3320207    112.73    120.41
10.78/10.83	c  N dy   221     38674     14561     62275         0     28599    189204   4073348    112.26    118.48
11.89/11.92	c  N dy   246     42822     14561     62275         0     17282    189204    915762    111.78    118.55
12.59/12.67	c  S st   266     45751     14561     62275         0     20211    189204   1447419    111.88    108.57
12.69/12.79	c  S st   266     46251     14561     62275         0     20711    189204   1501076    111.88   no data
12.69/12.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.79/12.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
12.79/12.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.79/12.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.79/12.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.79/12.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
12.79/12.86	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
12.89/12.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
12.89/12.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.10/13.18	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
13.10/13.18	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.01
13.10/13.21	c vivif2 --  cl tried    20710 cl shrink        0 lits rem          0 time: 0.02
13.20/13.28	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.07
13.20/13.28	c calculated reachability. Time: 0.00
13.20/13.29	c  N dy   266     46251     14561     62275         0     20710    189204   1500940    111.88   no data
14.30/14.37	c  N dy   298     50327     14561     62275         0     24786    189204   2234196    112.50    133.69
15.40/15.43	c  N dy   324     54331     14561     62275         0     28790    189204   2950297    112.60    126.87
16.50/16.51	c  N dy   350     58367     14561     62275         0     32825    189204   3684668    112.77    118.75
17.60/17.66	c  N dy   379     62457     14561     62275         0     36913    189204   4411109    112.68    120.77
18.70/18.75	c  N dy   406     66549     14561     62275         0     22275    189204   1226901    112.71    118.85
19.39/19.49	c  S st   424     69376     14561     62275         0     25102    189204   1736037    112.86   no data
19.59/19.62	c  S st   424     69880     14561     62275         0     25606    189204   1805004    112.86   no data
19.59/19.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.59/19.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
19.59/19.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.59/19.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.59/19.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.69/19.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
19.69/19.71	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
19.69/19.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
19.80/19.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.08/20.16	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.31 s
20.08/20.16	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.00
20.08/20.19	c vivif2 --  cl tried    25605 cl shrink        0 lits rem          0 time: 0.03
20.18/20.27	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.08
20.18/20.28	c calculated reachability. Time: 0.00
20.18/20.28	c  N dy   424     69880     14561     62275         0     25605    189204   1804978    112.86   no data
21.39/21.49	c  N dy   454     74398     14561     62275         0     30121    189204   2628724    113.12    123.64
22.79/22.83	c  N dy   490     79166     14561     62275         0     34889    189204   3502988    113.32    137.13
24.29/24.34	c  N dy   527     84429     14561     62275         0     40152    189204   4460998    113.38    123.06
25.19/25.22	c  F st   550     87501     14561     62275         0     22363    189204    855186    113.66   no data
26.09/26.13	c  N st   555     90795     14561     62275         0     25657    189204   1591930    113.66   no data
27.69/27.79	c  N dy   582     96701     14561     62275         0     31563    189204   2785018    113.73    120.65
29.39/29.48	c  N dy   621    102902     14561     62275         0     37764    189204   3891503    113.67    125.82
29.99/30.03	c  S st   633    104820     14561     62275         0     39682    189204   4240185    113.64    111.39
30.09/30.18	c  S st   633    105323     14561     62275         0     40185    189204   4309795    113.64   no data
30.09/30.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.19/30.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
30.19/30.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.19/30.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.19/30.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.19/30.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
30.19/30.27	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
30.29/30.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
30.49/30.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.49/32.53	c lits-rem:        13  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.96 s
32.49/32.54	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.01
32.59/32.60	c vivif2 --  cl tried    40178 cl shrink        0 lits rem          0 time: 0.07
32.69/32.70	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.10
32.69/32.71	c calculated reachability. Time: 0.00
32.69/32.71	c  N dy   633    105323     14561     62275         0     40178    189204   4307621    113.64   no data
34.79/34.84	c  N dy   678    112335     14561     62275         0     24758    189204    954987    113.63    121.52
36.79/36.82	c  N dy   731    119600     14561     62275         0     32022    189204   2300898    113.89    132.85
38.89/38.99	c  N dy   779    127267     14561     62275         0     39689    189204   3661144    113.65    126.55
41.39/41.45	c  N dy   833    135488     14561     62275         0     24195    189204    589326    113.67    120.26
43.79/43.82	c  N dy   898    144232     14561     62275         0     32937    189204   2192979    113.94    120.84
46.49/46.50	c  N dy   961    153454     14561     62275         0     42159    189204   3877048    114.06    146.44
47.79/47.86	c  S st   990    157986     14561     62275         0     46691    189204   4724248    114.11    110.85
47.99/48.02	c  S st   990    158494     14561     62275         0     47199    189204   4790013    114.11   no data
47.99/48.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.99/48.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
48.09/48.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.09/48.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.09/48.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.09/48.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
48.09/48.12	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
48.19/48.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
48.40/48.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.49/51.54	c lits-rem:         7  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.11 s
51.49/51.55	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.00
51.60/51.62	c vivif2 --  cl tried    47192 cl shrink        0 lits rem          0 time: 0.07
51.71/51.74	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.12
51.71/51.74	c calculated reachability. Time: 0.00
51.71/51.74	c  N dy   990    158494     14561     62275         0     47192    189204   4787854    114.11   no data
54.69/54.77	c  N dy  1059    168646     14561     62275         0     32488    189204   1884344    114.17    134.46
57.79/57.87	c  N dy  1132    179532     14561     62275         0     43372    189204   3896493    114.33    124.81
61.19/61.27	c  N dy  1205    191002     14561     62275         0     28915    189204   1013629    114.34    122.95
64.69/64.71	c  N dy  1288    203291     14561     62275         0     41203    189204   3261728    114.44    123.24
68.69/68.70	c  N dy  1378    216407     14561     62275         0     27355    189204    519742    114.50    120.82
72.60/72.64	c  N dy  1474    230287     14561     62275         0     41234    189204   3063613    114.53    123.24
74.80/74.88	c  S st  1526    237743     14561     62275         0     48690    189204   4428995    114.57    108.66
74.98/75.04	c  S st  1526    238246     14561     62275         0     49193    189204   4495967    114.57   no data
74.98/75.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
75.08/75.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
75.08/75.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.08/75.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.08/75.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.08/75.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
75.08/75.14	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
75.18/75.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
75.38/75.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.68/77.71	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.30 s
77.68/77.72	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.00
77.68/77.79	c vivif2 --  cl tried    49188 cl shrink        0 lits rem          0 time: 0.07
77.88/77.90	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.11
77.88/77.90	c calculated reachability. Time: 0.00
77.88/77.91	c  N dy  1526    238246     14561     62275         0     49188    189204   4494407    114.57   no data
82.50/82.54	c  N dy  1625    253575     14561     62275         0     36539    189204   1975990    114.59    121.25
87.39/87.43	c  N dy  1732    269846     14561     62275         0     52809    189204   4963621    114.61    127.77
92.49/92.50	c  N dy  1851    287121     14561     62275         0     41089    189204   2659185    114.69    121.63
98.09/98.17	c  N dy  1972    305646     14561     62275         0     59614    189204   6064069    114.74    122.08
98.29/98.39	c  F st  1976    306252     14561     62275         0     30229    189204    470213    114.74   no data
103.89/103.97	c  N dy  2070    325196     14561     62275         0     49171    189204   4247284    114.74    120.91
110.01/110.09	c  N dy  2204    345208     14561     62275         0     38187    189204   1775661    114.82    122.13
113.69/113.79	c  S st  2290    357370     14561     62275         0     50348    189204   4021313    114.87    101.31
113.89/113.95	c  S st  2290    357873     14561     62275         0     50851    189204   4087589    114.87   no data
113.89/113.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.98/114.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
113.98/114.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.98/114.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.98/114.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.98/114.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
113.98/114.05	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
114.08/114.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
114.18/114.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.18/117.28	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.98 s
117.18/117.29	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.00
117.28/117.35	c vivif2 --  cl tried    50848 cl shrink        0 lits rem          0 time: 0.06
117.38/117.46	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.11
117.38/117.47	c calculated reachability. Time: 0.00
117.38/117.47	c  N dy  2290    357873     14561     62275         0     50848    189204   4086731    114.87   no data
123.79/123.87	c  N dy  2420    378013     14561     62275         0     38987    189204   1724457    115.04    122.98
129.89/129.99	c  N dy  2551    398113     14561     62275         0     59085    189204   5364724    115.05    121.52
135.99/136.09	c  N dy  2683    418208     14561     62275         0     46181    189204   2820262    115.09    122.02
142.49/142.50	c  N dy  2810    438241     14561     62275         0     66213    189204   6544500    115.07    126.22
148.50/148.54	c  N dy  2944    458333     14561     62275         0     52310    189204   3828053    115.15    126.53
154.99/155.10	c  N dy  3076    478467     14561     62275         0     37449    189204    863804    115.19    124.95
161.19/161.23	c  N dy  3208    498675     14561     62275         0     57656    189204   4618039    115.22    123.57
167.69/167.74	c  N dy  3347    518738     14561     62275         0     41715    189204   1484140    115.25    122.18
173.29/173.34	c  S st  3462    536809     14561     62275         0     59784    189204   4753199    115.21    108.05
173.48/173.52	c  S st  3462    537316     14561     62275         0     60291    189204   4822220    115.21   no data
173.48/173.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
173.48/173.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
173.58/173.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
173.58/173.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
173.58/173.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
173.58/173.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
173.58/173.62	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
173.69/173.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
173.88/173.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
176.58/176.63	c lits-rem:         5  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.72 s
176.58/176.64	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.00
176.68/176.71	c vivif2 --  cl tried    60285 cl shrink        0 lits rem          0 time: 0.08
176.78/176.84	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.12
176.78/176.84	c calculated reachability. Time: 0.00
176.78/176.84	c  N dy  3462    537316     14561     62275         0     60285    189204   4820905    115.21   no data
183.29/183.37	c  N dy  3597    557451     14561     62275         0     43421    189204   1614728    115.26    124.92
189.78/189.82	c  N dy  3728    577501     14561     62275         0     63469    189204   5288589    115.25    121.46
196.29/196.35	c  N dy  3859    597515     14561     62275         0     45482    189204   1812384    115.27    122.37
202.78/202.80	c  N dy  3999    617551     14561     62275         0     65516    189204   5598298    115.40    121.55
209.29/209.39	c  N dy  4132    637611     14561     62275         0     46582    189204   1810966    115.38    123.48
215.69/215.77	c  N dy  4264    657667     14561     62275         0     66636    189204   5478116    115.40    128.67
222.38/222.46	c  N dy  4388    677746     14561     62275         0     46716    189204   1622341    115.39    121.99
228.80/228.84	c  N dy  4516    697814     14561     62275         0     66783    189204   5310914    115.40    164.00
235.58/235.66	c  N dy  4635    718002     14561     62275         0     45971    189204   1354549    115.35    121.87
242.09/242.11	c  N dy  4770    738065     14561     62275         0     66031    189204   5068172    115.42    134.36
249.09/249.17	c  N dy  4905    758136     14561     62275         0     44102    189204    820099    115.46    121.81
255.38/255.47	c  N dy  5036    778177     14561     62275         0     64143    189204   4520910    115.46    124.11
262.49/262.58	c  N dy  5160    798404     14561     62275         0     84368    189204   8236707    115.44    121.59
265.00/265.03	c  S st  5212    805974     14561     62275         0     48938    189204   1561506    115.46    113.19
265.10/265.19	c  S st  5212    806476     14561     62275         0     49440    189204   1623536    115.46   no data
265.19/265.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
265.19/265.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
265.19/265.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
265.19/265.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
265.19/265.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.19/265.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
265.19/265.28	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
265.29/265.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
265.39/265.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
265.99/266.00	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.59 s
265.99/266.01	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.00
265.99/266.03	c vivif2 --  cl tried    49439 cl shrink        0 lits rem          0 time: 0.03
266.10/266.14	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.10
266.10/266.14	c calculated reachability. Time: 0.00
266.10/266.14	c  N dy  5212    806476     14561     62275         0     49439    189204   1623169    115.46   no data
272.69/272.71	c  N dy  5345    826543     14561     62275         0     69504    189204   5305347    115.47    122.16
279.99/280.00	c  N dy  5481    846682     14561     62275         0     45649    189204    744896    115.48    127.75
286.39/286.47	c  N dy  5618    866782     14561     62275         0     65747    189204   4502418    115.53    149.02
293.59/293.63	c  N dy  5745    886813     14561     62275         0     85774    189204   8229817    115.54    125.72
300.09/300.17	c  N dy  5881    906824     14561     62275         0     60791    189204   3338989    115.56    124.28
307.18/307.21	c  N dy  6016    927000     14561     62275         0     80966    189204   7129686    115.60    121.71
314.09/314.14	c  N dy  6139    947041     14561     62275         0     55007    189204   2088361    115.57    130.58
320.89/320.97	c  N dy  6278    967361     14561     62275         0     75327    189204   5815397    115.59    124.05
328.39/328.40	c  N dy  6410    987416     14561     62275         0     48381    189204    704440    115.58    123.84
334.79/334.86	c  N dy  6547   1007426     14561     62275         0     68390    189204   4411897    115.60    121.88
342.00/342.08	c  N dy  6684   1027508     14561     62275         0     88471    189204   8093682    115.61    162.87
348.99/349.00	c  N dy  6808   1047580     14561     62275         0     60550    189204   2820077    115.62    124.61
355.89/355.96	c  N dy  6943   1067649     14561     62275         0     80617    189204   6549565    115.65    125.99
357.39/357.46	c  F st  6971   1071877     14561     62275         0     84845    189204   7334135    115.65   no data
363.29/363.35	c  N dy  7044   1087733     14561     62275         0     51704    189204    971722    115.66    124.70
369.99/370.03	c  N dy  7179   1108036     14561     62275         0     72006    189204   4773301    115.68    122.58
377.30/377.39	c  N dy  7300   1128179     14561     62275         0     92148    189204   8448410    115.66    122.87
384.38/384.41	c  N dy  7431   1148381     14561     62275         0     62352    189204   2758749    115.66    123.07
391.28/391.31	c  N dy  7553   1168443     14561     62275         0     82413    189204   6421347    115.65    145.75
399.19/399.23	c  N dy  7700   1188489     14561     62275         0     51459    189204    570197    115.70    123.00
405.79/405.86	c  N dy  7838   1208570     14561     62275         0     71538    189204   4314723    115.74    122.54
406.18/406.25	c  S st  7843   1209714     14561     62275         0     72681    189204   4524159    115.74   no data
406.38/406.44	c  S st  7843   1210218     14561     62275         0     73185    189204   4591229    115.74   no data
406.38/406.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
406.48/406.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
406.48/406.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
406.48/406.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
406.48/406.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
406.48/406.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
406.48/406.56	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
406.58/406.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
406.78/406.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
410.08/410.16	c lits-rem:         4  cl-subs:        9  v-elim:      0  v-fix:    0  time:  3.31 s
410.08/410.16	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.01
410.19/410.23	c vivif2 --  cl tried    73176 cl shrink        0 lits rem          0 time: 0.07
410.29/410.37	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.14
410.29/410.38	c calculated reachability. Time: 0.00
410.29/410.38	c  N dy  7843   1210218     14561     62275         0     73176    189204   4589059    115.74   no data
417.78/417.84	c  N dy  7976   1230325     14561     62275         0     93280    189204   8323815    115.73    121.91
424.99/425.09	c  N dy  8107   1250398     14561     62275         0     61359    189204   2195375    115.72    125.12
432.08/432.19	c  N dy  8239   1270487     14561     62275         0     81444    189204   5925522    115.73    125.27
439.90/439.99	c  N dy  8377   1290502     14561     62275         0    101457    189204   9692268    115.76    124.60
446.89/446.90	c  N dy  8500   1310545     14561     62275         0     68505    189204   3327904    115.76    130.41
453.98/454.09	c  N dy  8637   1330564     14561     62275         0     88522    189204   7059717    115.78    122.25
462.18/462.20	c  N dy  8773   1350673     14561     62275         0     54632    189204    600781    115.81    122.76
468.89/468.94	c  N dy  8916   1370710     14561     62275         0     74666    189204   4405540    115.89    138.10
476.38/476.45	c  N dy  9046   1390812     14561     62275         0     94767    189204   8113882    115.89    126.29
484.18/484.24	c  N dy  9172   1410860     14561     62275         0     59818    189204   1379944    115.89    122.05
491.08/491.10	c  N dy  9304   1431041     14561     62275         0     79998    189204   5074089    115.88    124.95
498.68/498.77	c  N dy  9437   1451171     14561     62275         0    100126    189204   8747854    115.88    125.13
506.28/506.39	c  N dy  9572   1471193     14561     62275         0     64149    189204   2011493    115.90    126.81
513.39/513.47	c  N dy  9709   1491317     14561     62275         0     84270    189204   5788636    115.93    123.86
521.18/521.29	c  N dy  9837   1511481     14561     62275         0    104432    189204   9494968    115.93    122.38
528.78/528.89	c  N dy  9972   1531485     14561     62275         0     67444    189204   2484878    115.97    154.56
536.08/536.13	c  N dy 10110   1551764     14561     62275         0     87723    189204   6247036    115.99    122.52
543.99/544.06	c  N dy 10240   1571859     14561     62275         0    107817    189204   9924326    115.99    122.39
551.48/551.56	c  N dy 10373   1592004     14561     62275         0     69962    189204   2689129    115.98    130.47
558.69/558.74	c  N dy 10503   1612078     14561     62275         0     90034    189204   6383930    115.98    125.04
566.78/566.81	c  N dy 10633   1632172     14561     62275         0    110128    189204  10116837    115.99    122.16
574.20/574.28	c  N dy 10766   1652179     14561     62275         0     71134    189204   2730790    115.99    124.84
581.58/581.62	c  N dy 10904   1672280     14561     62275         0     91233    189204   6461173    116.00    124.84
589.68/589.73	c  N dy 11029   1692441     14561     62275         0    111394    189204  10155455    115.99    125.46
596.58/596.67	c  S st 11151   1710219     14561     62275         0     69174    189204   2246727    116.01   no data
596.78/596.86	c  S st 11151   1710721     14561     62275         0     69676    189204   2306933    116.01   no data
596.78/596.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
596.88/596.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
596.88/596.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
596.88/596.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
596.88/596.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
596.88/596.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
596.88/596.97	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
596.98/597.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
597.08/597.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
598.68/598.72	c lits-rem:         2  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.57 s
598.68/598.73	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.00
598.68/598.77	c vivif2 --  cl tried    69674 cl shrink        0 lits rem          0 time: 0.04
598.88/598.90	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.13
598.88/598.90	c calculated reachability. Time: 0.00
598.88/598.90	c  N dy 11151   1710721     14561     62275         0     69674    189204   2306083    116.01   no data
605.99/606.08	c  N dy 11280   1730799     14561     62275         0     89752    189204   6006702    116.01    123.18
614.09/614.10	c  N dy 11407   1750912     14561     62275         0    109863    189204   9724006    116.02    123.75
621.98/622.05	c  N dy 11532   1770964     14561     62275         0     68917    189204   2014585    116.04    125.46
629.39/629.49	c  N dy 11673   1791235     14561     62275         0     89186    189204   5825023    116.06    122.96
637.48/637.52	c  N dy 11812   1811324     14561     62275         0    109275    189204   9521972    116.07    125.41
645.70/645.75	c  N dy 11940   1831442     14561     62275         0     67401    189204   1493540    116.06    122.85
652.89/652.94	c  N dy 12076   1851586     14561     62275         0     87545    189204   5241952    116.08    127.48
660.88/660.90	c  N dy 12218   1871830     14561     62275         0    107785    189204   9020304    116.10    132.41
669.48/669.53	c  N dy 12349   1891996     14561     62275         0     64959    189204    893074    116.10    125.97
676.68/676.73	c  N dy 12483   1912212     14561     62275         0     85172    189204   4649823    116.11    123.02
684.29/684.39	c  N dy 12610   1932218     14561     62275         0    105176    189204   8322893    116.11    127.34
693.00/693.06	c  N dy 12752   1952257     14561     62275         0    125215    189204  12078324    116.12    123.01
700.38/700.49	c  N dy 12894   1972300     14561     62275         0     81258    189204   3756280    116.14    122.62
708.18/708.25	c  N dy 13035   1992502     14561     62275         0    101460    189204   7584401    116.16    126.20
716.68/716.70	c  N dy 13171   2012542     14561     62275         0    121500    189204  11301113    116.18    126.89
724.49/724.55	c  N dy 13295   2032601     14561     62275         0     76567    189204   2713981    116.17    147.69
731.89/731.96	c  N dy 13427   2052683     14561     62275         0     96646    189204   6450158    116.19    123.15
740.08/740.18	c  N dy 13559   2072717     14561     62275         0    116678    189204  10190340    116.19    124.04
748.78/748.83	c  N dy 13693   2092844     14561     62275         0     70805    189204   1442661    116.20    124.31
755.99/756.08	c  N dy 13827   2112866     14561     62275         0     90826    189204   5175960    116.22    138.75
764.08/764.17	c  N dy 13966   2133019     14561     62275         0    110979    189204   8903599    116.23    125.32
772.89/772.94	c  N dy 14089   2153087     14561     62275         0    131045    189204  12577845    116.22    127.56
780.38/780.45	c  N dy 14212   2173325     14561     62275         0     84288    189204   3712357    116.21    126.74
788.08/788.19	c  N dy 14342   2193427     14561     62275         0    104388    189204   7425833    116.22    123.70
795.38/795.44	c  S st 14450   2210723     14561     62275         0    121683    189204  10635706    116.22   no data
795.68/795.70	c  S st 14450   2211225     14561     62275         0    122185    189204  10705577    116.22   no data
795.68/795.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
795.78/795.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.11
795.78/795.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
795.78/795.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
795.78/795.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
795.78/795.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
795.78/795.87	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
795.98/796.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
796.49/796.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
803.28/803.37	c lits-rem:         6  cl-subs:        7  v-elim:      0  v-fix:    0  time:  6.84 s
803.28/803.38	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.01
803.48/803.54	c vivif2 --  cl tried   122178 cl shrink        0 lits rem          0 time: 0.16
803.68/803.75	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.21
803.68/803.76	c calculated reachability. Time: 0.00
803.68/803.76	c  N dy 14450   2211225     14561     62275         0    122178    189204  10703791    116.22   no data
812.28/812.38	c  N dy 14583   2231239     14561     62275         0     74194    189204   1743205    116.25    131.25
819.78/819.82	c  N dy 14723   2251274     14561     62275         0     94228    189204   5501060    116.27    166.36
827.89/827.91	c  N dy 14845   2271346     14561     62275         0    114300    189204   9186865    116.26    123.45
837.38/837.45	c  N dy 14978   2291409     14561     62275         0    134362    189204  12957740    116.27    122.52
844.98/845.07	c  N dy 15105   2311461     14561     62275         0     85416    189204   3631785    116.28    123.65
852.88/852.90	c  N dy 15240   2331545     14561     62275         0    105498    189204   7444813    116.29    177.23
861.38/861.47	c  N dy 15373   2351572     14561     62275         0    125525    189204  11093571    116.30    140.80
870.18/870.23	c  N dy 15504   2371674     14561     62275         0     75627    189204   1618626    116.30    123.70
877.58/877.69	c  N dy 15630   2391750     14561     62275         0     95703    189204   5356325    116.30    122.82
885.78/885.87	c  N dy 15765   2411834     14561     62275         0    115786    189204   9070650    116.30    125.73
894.78/894.84	c  N dy 15895   2431924     14561     62275         0    135875    189204  12796783    116.30    124.92
902.68/902.79	c  N dy 16027   2451977     14561     62275         0     84931    189204   3167524    116.30    122.94
910.69/910.73	c  N dy 16160   2472174     14561     62275         0    105128    189204   6948446    116.31    122.53
919.28/919.37	c  N dy 16304   2492408     14561     62275         0    125362    189204  10728397    116.33    122.90
928.48/928.59	c  N dy 16430   2512415     14561     62275         0     73368    189204    846770    116.33    129.68
935.99/936.05	c  N dy 16567   2532465     14561     62275         0     93417    189204   4529320    116.34    123.03
944.08/944.17	c  N dy 16708   2552490     14561     62275         0    113439    189204   8275064    116.36    123.33
952.98/953.05	c  N dy 16837   2572578     14561     62275         0    133524    189204  11999816    116.36    125.55
961.78/961.82	c  N dy 16971   2592642     14561     62275         0     80588    189204   2008377    116.37    142.95
969.48/969.56	c  N dy 17101   2612756     14561     62275         0    100701    189204   5716113    116.37    126.16
977.89/977.96	c  N dy 17237   2632787     14561     62275         0    120732    189204   9434011    116.37    131.10
987.18/987.22	c  N dy 17374   2652868     14561     62275         0    140810    189204  13168258    116.38    134.53
995.49/995.53	c  N dy 17510   2672879     14561     62275         0     86831    189204   3002863    116.40    123.20
1003.38/1003.42	c  N dy 17636   2692983     14561     62275         0    106934    189204   6675529    116.39    127.25
1011.18/1011.26	c  S st 17754   2711227     14561     62275         0    125176    189204  10049364    116.39     75.64
1011.48/1011.53	c  S st 17754   2711732     14561     62275         0    125681    189204  10109295    116.39   no data
1011.48/1011.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1011.58/1011.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.11
1011.58/1011.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1011.58/1011.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1011.58/1011.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1011.68/1011.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
1011.68/1011.70	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1011.78/1011.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
1012.17/1012.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1018.88/1018.92	c lits-rem:         6  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.63 s
1018.88/1018.93	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.01
1018.98/1019.09	c vivif2 --  cl tried   125672 cl shrink        0 lits rem          0 time: 0.16
1019.28/1019.30	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.21
1019.28/1019.31	c calculated reachability. Time: 0.00
1019.28/1019.31	c  N dy 17754   2711732     14561     62275         0    125672    189204  10106639    116.39   no data
1028.68/1028.77	c  N dy 17887   2731848     14561     62275         0    145788    189204  13807023    116.38    129.56
1036.58/1036.65	c  N dy 18013   2751931     14561     62275         0     90870    189204   3540199    116.38    122.78
1044.68/1044.73	c  N dy 18144   2772203     14561     62275         0    111141    189204   7293497    116.38    122.99
1053.48/1053.58	c  N dy 18268   2792503     14561     62275         0    131440    189204  11083605    116.38    124.36
1063.69/1063.79	c  N dy 18398   2812548     14561     62275         0    151485    189204  14811748    116.38    134.14
1071.39/1071.42	c  N dy 18538   2832570     14561     62275         0     95507    189204   4278286    116.40    123.21
1079.58/1079.62	c  N dy 18675   2852632     14561     62275         0    115567    189204   8028157    116.41    134.40
1088.57/1088.66	c  N dy 18809   2872691     14561     62275         0    135625    189204  11730762    116.42    143.37
1098.38/1098.44	c  N dy 18945   2892822     14561     62275         0     78761    189204    959862    116.43    125.29
1106.08/1106.13	c  N dy 19082   2912957     14561     62275         0     98895    189204   4732835    116.45    122.95
1114.38/1114.40	c  N dy 19212   2932998     14561     62275         0    118935    189204   8465511    116.45    123.69
1123.48/1123.50	c  N dy 19348   2953102     14561     62275         0    139035    189204  12215867    116.47    124.15
1133.07/1133.14	c  N dy 19492   2973110     14561     62275         0     81044    189204   1189538    116.49    124.44
1140.78/1140.83	c  N dy 19624   2993150     14561     62275         0    101083    189204   4925346    116.50    123.08
1149.17/1149.21	c  N dy 19757   3013304     14561     62275         0    121236    189204   8650885    116.49    123.85
1158.28/1158.39	c  N dy 19888   3033477     14561     62275         0    141409    189204  12445763    116.51    122.72
1168.08/1168.12	c  N dy 20026   3053691     14561     62275         0     82624    189204   1331488    116.52    129.76
1175.88/1175.93	c  N dy 20166   3073698     14561     62275         0    102630    189204   5073534    116.53    130.86
1184.37/1184.43	c  N dy 20297   3093758     14561     62275         0    122690    189204   8829748    116.53    122.84
1193.67/1193.70	c  N dy 20433   3113772     14561     62275         0    142703    189204  12563412    116.55    151.79
1203.39/1203.43	c  N dy 20565   3133868     14561     62275         0     82806    189204   1157587    116.55    123.77
1211.09/1211.18	c  N dy 20699   3154083     14561     62275         0    103020    189204   4903673    116.56    122.86
1219.78/1219.82	c  N dy 20837   3174395     14561     62275         0    123330    189204   8724767    116.57    122.99
1229.07/1229.18	c  N dy 20972   3194528     14561     62275         0    143463    189204  12492510    116.59    123.03
1237.78/1237.81	c  S st 21091   3211732     14561     62275         0    160666    189204  15668474    116.59     94.77
1238.08/1238.14	c  S st 21091   3212235     14561     62275         0    161169    189204  15742596    116.59   no data
1238.08/1238.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1238.28/1238.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.14
1238.28/1238.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1238.28/1238.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1238.28/1238.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1238.28/1238.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14561 time:  0.00 s
1238.28/1238.36	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
1238.48/1238.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
1239.17/1239.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1252.57/1252.65	c lits-rem:         3  cl-subs:       11  v-elim:      0  v-fix:    0  time: 13.35 s
1252.57/1252.65	c vivif2 --  cl tried    62275 cl shrink        0 lits rem          0 time: 0.01
1252.78/1252.90	c vivif2 --  cl tried   161158 cl shrink        0 lits rem          0 time: 0.25
1253.07/1253.17	c asymm  cl-useful: 0/62275/62275 lits-rem:0 time: 0.27
1253.07/1253.18	c calculated reachability. Time: 0.00
1253.07/1253.18	c  N dy 21091   3212235     14561     62275         0    161158    189204  15739496    116.59   no data
1260.87/1260.94	c  N dy 21221   3232256     14561     62275         0    100186    189204   4184078    116.59    122.94
1269.28/1269.31	c  N dy 21356   3252300     14561     62275         0    120229    189204   7939073    116.60    123.11
1278.58/1278.64	c  N dy 21495   3272355     14561     62275         0    140284    189204  11733320    116.62    122.83
1288.67/1288.78	c  N dy 21618   3292403     14561     62275         0    160331    189204  15468299    116.62    130.84
1297.88/1297.93	c  N dy 21752   3312443     14561     62275         0     98375    189204   3661691    116.62    159.40

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-3367388-1305382012/watcher-3367388-1305382012 -o /tmp/evaluation-result-3367388-1305382012/solver-3367388-1305382012 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367388-1305382012.cnf 

running on 2 cores: 0,2

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.14 2.69 3.28 3/366 16293
/proc/meminfo: memFree=18802484/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=35092 CPUtime=0.01 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 2247 0 0 0 1 0 0 0 21 0 1 0 630617059 35934208 1956 33554432000 4194304 4580011 140736970633136 18446744073709551615 4487321 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 8773 1956 324 95 0 3755 0

[startup+0.068542 s]
/proc/loadavg: 1.14 2.69 3.28 3/366 16293
/proc/meminfo: memFree=18802484/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=38244 CPUtime=0.06 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 3233 0 0 0 6 0 0 0 21 0 1 0 630617059 39161856 2942 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293119 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 9561 2942 339 95 0 4543 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38244

[startup+0.100537 s]
/proc/loadavg: 1.14 2.69 3.28 3/366 16293
/proc/meminfo: memFree=18802484/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=39232 CPUtime=0.09 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 3241 0 0 0 9 0 0 0 21 0 1 0 630617059 40173568 2950 33554432000 4194304 4580011 140736970633136 18446744073709551615 233509962538 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 9808 2951 344 95 0 4790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39232

[startup+0.300503 s]
/proc/loadavg: 1.14 2.69 3.28 3/366 16293
/proc/meminfo: memFree=18802484/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=47304 CPUtime=0.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 6356 0 0 0 28 1 0 0 22 0 1 0 630617059 48439296 5037 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293947 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 11826 5037 364 95 0 6808 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47304

[startup+0.700431 s]
/proc/loadavg: 1.14 2.69 3.28 3/366 16293
/proc/meminfo: memFree=18802484/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=47304 CPUtime=0.69 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 6744 0 0 0 68 1 0 0 23 0 1 0 630617059 48439296 5425 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 11826 5425 364 95 0 6808 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47304

[startup+1.5003 s]
/proc/loadavg: 1.14 2.69 3.28 5/370 16300
/proc/meminfo: memFree=18711712/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=47304 CPUtime=1.49 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 7370 0 0 0 148 1 0 0 25 0 1 0 630617059 48439296 6051 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 11826 6051 364 95 0 6808 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47304

[startup+3.10101 s]
/proc/loadavg: 1.14 2.69 3.28 5/370 16300
/proc/meminfo: memFree=18698444/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=80120 CPUtime=3.09 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 8609 0 0 0 308 1 0 0 25 0 1 0 630617059 82042880 7290 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 20030 7290 364 95 0 15012 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80120

[startup+6.30044 s]
/proc/loadavg: 1.37 2.71 3.29 5/370 16300
/proc/meminfo: memFree=18663312/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=52108 CPUtime=6.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 11975 0 0 0 627 2 0 0 25 0 1 0 630617059 53358592 6666 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 13027 6666 365 95 0 8009 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52108

[startup+12.7003 s]
/proc/loadavg: 1.58 2.73 3.29 5/370 16300
/proc/meminfo: memFree=18444704/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=108240 CPUtime=12.69 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 30616 0 0 0 1264 5 0 0 25 0 1 0 630617059 110837760 20456 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 27060 20456 367 95 0 22042 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108240

[startup+25.501 s]
/proc/loadavg: 2.11 2.79 3.30 5/370 16301
/proc/meminfo: memFree=18382212/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=120936 CPUtime=25.49 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 43543 0 0 0 2542 7 0 0 25 0 1 0 630617059 123838464 23370 33554432000 4194304 4580011 140736970633136 18446744073709551615 4318641 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 30234 23370 367 95 0 25216 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 120936

[startup+51.1004 s]
/proc/loadavg: 2.76 2.89 3.32 5/370 16301
/proc/meminfo: memFree=18148484/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=241032 CPUtime=51.09 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 69081 0 0 0 5096 13 0 0 25 0 1 0 630617059 246816768 44345 33554432000 4194304 4580011 140736970633136 18446744073709551615 4415922 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 60258 44345 367 95 0 55240 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 241032

[startup+102.314 s]
/proc/loadavg: 3.46 3.06 3.35 5/370 16303
/proc/meminfo: memFree=18014760/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=262792 CPUtime=102.3 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 91110 0 0 0 10212 18 0 0 25 0 1 0 630617059 269099008 48711 33554432000 4194304 4580011 140736970633136 18446744073709551615 4316464 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 65698 48712 367 95 0 60680 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 262792

[startup+162.3 s]
/proc/loadavg: 3.80 3.23 3.39 5/370 16304
/proc/meminfo: memFree=17910036/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=275488 CPUtime=162.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 116519 0 0 0 16203 26 0 0 25 0 1 0 630617059 282099712 53787 33554432000 4194304 4580011 140736970633136 18446744073709551615 4295806 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 68872 53787 367 95 0 63854 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 275488

[startup+222.301 s]
/proc/loadavg: 4.00 3.39 3.43 5/370 16306
/proc/meminfo: memFree=17903284/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=231740 CPUtime=222.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 140027 0 0 0 22196 32 0 0 25 0 1 0 630617059 237301760 52776 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 57935 52776 367 95 0 52917 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 231740

[startup+282.301 s]
/proc/loadavg: 4.13 3.55 3.48 5/370 16307
/proc/meminfo: memFree=17834292/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=242616 CPUtime=282.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 165390 0 0 0 28190 39 0 0 25 0 1 0 630617059 248438784 55297 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 60654 55297 367 95 0 55636 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 242616

[startup+342.301 s]
/proc/loadavg: 4.09 3.64 3.52 5/370 16309
/proc/meminfo: memFree=17801400/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=294540 CPUtime=342.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 190401 0 0 0 34182 47 0 0 25 0 1 0 630617059 301608960 61141 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 73635 61141 367 95 0 68617 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 294540

[startup+402.3 s]
/proc/loadavg: 4.11 3.72 3.55 5/370 16311
/proc/meminfo: memFree=17846828/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=244708 CPUtime=402.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 213659 0 0 0 40176 52 0 0 25 0 1 0 630617059 250580992 56018 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 61177 56018 367 95 0 56159 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 244708

[startup+462.301 s]
/proc/loadavg: 4.10 3.78 3.58 5/370 16312
/proc/meminfo: memFree=17758840/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=250560 CPUtime=462.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 238199 0 0 0 46168 60 0 0 25 0 1 0 630617059 256573440 57482 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 62640 57482 367 95 0 57622 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 250560

[startup+522.301 s]
/proc/loadavg: 4.04 3.82 3.60 5/370 16314
/proc/meminfo: memFree=17770308/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=302964 CPUtime=522.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 261585 0 0 0 52162 67 0 0 25 0 1 0 630617059 310235136 64604 33554432000 4194304 4580011 140736970633136 18446744073709551615 4316648 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 75741 64604 367 95 0 70723 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 302964

[startup+582.301 s]
/proc/loadavg: 4.01 3.85 3.63 5/370 16315
/proc/meminfo: memFree=17793920/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=290080 CPUtime=582.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 290785 0 0 0 58153 75 0 0 25 0 1 0 630617059 297041920 58105 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 72520 58105 367 95 0 67502 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 290080

[startup+642.3 s]
/proc/loadavg: 4.00 3.87 3.65 5/370 16317
/proc/meminfo: memFree=17724412/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=290424 CPUtime=642.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 320210 0 0 0 64145 84 0 0 25 0 1 0 630617059 297394176 62877 33554432000 4194304 4580011 140736970633136 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 72606 62877 367 95 0 67588 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 290424

[startup+702.3 s]
/proc/loadavg: 4.00 3.89 3.66 5/370 16319
/proc/meminfo: memFree=17843008/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=290984 CPUtime=702.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 351937 0 0 0 70137 92 0 0 25 0 1 0 630617059 297967616 56016 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 72746 56016 367 95 0 67728 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 290984

[startup+762.314 s]
/proc/loadavg: 4.05 3.93 3.69 5/370 16320
/proc/meminfo: memFree=17785168/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=291384 CPUtime=762.29 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 382149 0 0 0 76129 100 0 0 25 0 1 0 630617059 298377216 59423 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 72846 59423 367 95 0 67828 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 291384

[startup+822.301 s]
/proc/loadavg: 4.20 3.98 3.72 5/370 16322
/proc/meminfo: memFree=17735516/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=364376 CPUtime=822.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 425478 0 0 0 82117 111 0 0 25 0 1 0 630617059 373121024 75399 33554432000 4194304 4580011 140736970633136 18446744073709551615 4321474 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 91094 75399 367 95 0 86076 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 364376

[startup+882.301 s]
/proc/loadavg: 4.13 4.00 3.74 5/370 16323
/proc/meminfo: memFree=17550804/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=364816 CPUtime=882.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 454649 0 0 0 88108 120 0 0 25 0 1 0 630617059 373571584 76228 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293723 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 91204 76228 367 95 0 86186 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 364816

[startup+942.3 s]
/proc/loadavg: 4.05 4.00 3.75 5/370 16325
/proc/meminfo: memFree=17576068/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=365276 CPUtime=942.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 483622 0 0 0 94099 129 0 0 25 0 1 0 630617059 374042624 76190 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 91319 76190 367 95 0 86301 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 365276

[startup+1002.3 s]
/proc/loadavg: 4.05 4.01 3.77 5/370 16327
/proc/meminfo: memFree=17582944/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=365616 CPUtime=1002.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 512166 0 0 0 100091 137 0 0 25 0 1 0 630617059 374390784 74946 33554432000 4194304 4580011 140736970633136 18446744073709551615 4295858 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 91404 74946 367 95 0 86386 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 365616

[startup+1062.3 s]
/proc/loadavg: 4.05 4.02 3.79 5/370 16328
/proc/meminfo: memFree=17363164/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=393196 CPUtime=1062.27 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 541707 0 0 0 106083 144 0 0 25 0 1 0 630617059 402632704 89426 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 98299 89426 367 95 0 93281 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 393196

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 3.80 5/370 16333
/proc/meminfo: memFree=17390048/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=393596 CPUtime=1122.28 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 570188 0 0 0 112075 153 0 0 25 0 1 0 630617059 403042304 86911 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 98399 86911 367 95 0 93381 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 393596

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.81 5/370 16334
/proc/meminfo: memFree=17390596/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=393960 CPUtime=1182.27 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 598281 0 0 0 118066 161 0 0 25 0 1 0 630617059 403415040 83109 33554432000 4194304 4580011 140736970633136 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 98490 83109 367 95 0 93472 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 393960

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.82 5/370 16336
/proc/meminfo: memFree=17250568/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=486324 CPUtime=1242.27 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 644106 0 0 0 124056 171 0 0 25 0 1 0 630617059 497995776 112711 33554432000 4194304 4580011 140736970633136 18446744073709551615 4451807 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 121581 112711 367 95 0 116563 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 486324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.02 3.83 4/370 16340
/proc/meminfo: memFree=17833560/32951124 swapFree=67111348/67111528
[pid=16293] ppid=16291 vsize=486744 CPUtime=1299.98 cores=0,2
/proc/16293/stat : 16293 (strangenight2-s) R 16291 16293 15842 0 -1 4202496 666040 0 0 0 129820 178 0 0 25 0 1 0 630617059 498425856 101668 33554432000 4194304 4580011 140736970633136 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16293/statm: 121686 101668 367 95 0 116668 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 486744

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.04
CPU time (s): 1300.02
CPU user time (s): 1298.21
CPU system time (s): 1.80772
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 500428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.21
system time used= 1.80773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666043
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= 3297

runsolver used 4.79427 second user time and 10.6174 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-14 16:06:52
IDJOB=3367388
IDBENCH=82597
IDSOLVER=1845
FILE ID=node145/3367388-1305382012
RUNJOBID= node145-1305382012-16257
PBS_JOBID= 13324357
Free space on /tmp= 73648 MiB

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

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

MD5SUM BENCH= c08a1b82ea5b515d260c5edf61d7067c
RANDOM SEED=900433858

node145.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.786
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.57
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.786
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	: 5332.76
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.786
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.74
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.786
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.83
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18802640 kB
Buffers:        282392 kB
Cached:        8020100 kB
SwapCached:          0 kB
Active:        7268784 kB
Inactive:      6524340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18802640 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           19436 kB
Writeback:           0 kB
AnonPages:     5490112 kB
Mapped:          28064 kB
Slab:           255764 kB
PageTables:      34448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79417744 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= 73632 MiB
End job on node145 at 2011-05-14 16:28:34