Trace number 3368457

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.07 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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-3368457-1305388660.cnf'
0.00/0.00	c -- header says num vars:          51138
0.00/0.00	c -- header says num clauses:      162526
0.00/0.05	c -- clauses added:            0 learnts,       162526 normals,            0 xors
0.00/0.05	c -- vars added      51138
0.00/0.05	c Parsing time:  0.05 s
0.00/0.05	c  N st     0         0     51138     61772     90868         0    373004         0   no data   no data
0.79/0.86	c asymm  cl-useful: 18/22759/61772 lits-rem:56 time: 0.80
8.10/8.11	c Flit:   123 Blit:  17062 bXBeca:    0 bXProp: 13160 Bins:      0 BRemL:      0 BRemN:      0 P: 141.6M T:  7.18
8.10/8.12	c Cleaning up after failed var search:     0.01 s 
8.10/8.13	c Replacing    13160 vars Replaced   243101 lits Time:     0.01 s 
8.10/8.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.10/8.14	c bin-w-bin subsume rem         2245 bins  time:  0.00 s
8.10/8.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
8.10/8.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17464 time:  0.02 s
8.10/8.19	c Removed useless bin:      38  fixed:     0  props:   3.18M  time:  0.02 s
8.19/8.25	c lits-rem:        10  cl-subs:      728  v-elim:   5821  v-fix:    0  time:  0.06 s
8.39/8.46	c Finding binary XORs  T:     0.21 s  found:      21
8.39/8.47	c Replacing       21 vars Replaced      254 lits Time:     0.00 s 
8.39/8.49	c Finding non-binary XORs:     0.02 s (found:    4850, avg size: 3.0)
8.39/8.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    800 locsubst:  2940 time:   0.01
8.39/8.49	c Replacing     1470 vars Replaced     8820 lits Time:     0.00 s 
8.49/8.50	c calculated reachability. Time: 0.01
8.49/8.50	c Calc default polars -  time:   0.00 s pos:    1375 undec:   41999 neg:    7764
8.49/8.50	c =========================================================================================
8.49/8.50	c types(t): F = full restart, N = normal restart
8.49/8.50	c types(t): S = simplification begin/end, E = solution found
8.49/8.50	c restart types(rt): st = static, dy = dynamic
8.49/8.50	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
8.49/8.50	c  B st     0         0      9352     14188     15751         0    103622         0   no data   no data
8.59/8.66	c Decided on static restart strategy
8.89/8.90	c  N st     8      4916      9347     14188     16161      4294    103622    108014   no data   no data
9.49/9.59	c  N st    10     11299      9311     14188     16221     10061    103622    367176   no data   no data
10.29/10.39	c  N st    11     17043      9311     14188     16317     15518    103622    711527   no data   no data
11.39/11.42	c Finding binary XORs  T:     0.16 s  found:       3
11.59/11.67	c  F st    12     25000      9310     14098     16201     14002    102834    505481   no data   no data
11.59/11.68	c Replacing       24 vars Replaced      178 lits Time:     0.00 s 
11.59/11.69	c  N st    12     25000      9286     14077     16196     14000    102621    505469   no data   no data
12.29/12.33	c Decided on static restart strategy
12.29/12.33	c  N st    18     30000      9285     14077     16284     18681    102620    668058   no data   no data
12.29/12.33	c  S st    18     30000      9285     14077     16284     18681    102620    668058   no data   no data
12.39/12.45	c  S st    18     30501      9284     14077     16370     19089    102620    676451   no data   no data
12.39/12.46	c x-sub:  1431 x-cut:      0 vfix:      0 v-elim:    390 locsubst:     0 time:   0.01
13.10/13.11	c Flit:   154 Blit:     34 bXBeca:    0 bXProp:  182 Bins:  92773 BRemL:  45837 BRemN:     30 P: 13.4M T:  0.64
13.10/13.11	c Cleaning up after failed var search:     0.01 s 
13.10/13.14	c Replacing      220 vars Replaced    47517 lits Time:     0.02 s 
13.10/13.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.10/13.15	c bin-w-bin subsume rem          950 bins  time:  0.00 s
13.10/13.15	c subs with bin:      331  lits-rem:       162  v-fix:    0  time:  0.01 s
13.10/13.17	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   8310 time:  0.01 s
13.10/13.17	c Removed useless bin:      68  fixed:     0  props:   0.30M  time:  0.00 s
13.10/13.20	c lits-rem:       266  cl-subs:      248  v-elim:   1395  v-fix:    0  time:  0.03 s
13.29/13.36	c subs with bin:      206  lits-rem:     12901  v-fix:    0  time:  0.15 s
13.49/13.50	c lits-rem:      1247  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.14 s
13.59/13.63	c asymm  cl-useful: 96/12637/12637 lits-rem:433 time: 0.12
13.59/13.63	c calculated reachability. Time: 0.00
13.59/13.63	c  N st    18     30501      6915     12637     35066     11478     83510    391270   no data   no data
13.69/13.78	c Finding binary XORs  T:     0.15 s  found:       0
14.39/14.44	c  N st    20     37611      6911     12637     35069     17982     83510    580050   no data   no data
14.99/15.04	c  N st    21     44012      6910     12637     35072     13149     83510    373987   no data   no data
15.19/15.23	c  S st    22     45751      6909     12637     35075     14834     83510    438625   no data   no data
15.30/15.32	c  S st    22     46254      6909     12637     35094     15314     83510    447442   no data   no data
15.30/15.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    188 locsubst:     0 time:   0.01
15.49/15.56	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   8764 BRemL:  14468 BRemN:    254 P:  5.3M T:  0.23
15.49/15.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.49/15.57	c bin-w-bin subsume rem           20 bins  time:  0.00 s
15.49/15.57	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.01 s
15.49/15.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6716 time:  0.01 s
15.49/15.58	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
15.59/15.60	c lits-rem:         7  cl-subs:        3  v-elim:      3  v-fix:    0  time:  0.01 s
15.59/15.68	c subs with bin:       15  lits-rem:       308  v-fix:    0  time:  0.07 s
15.69/15.78	c lits-rem:       259  cl-subs:      374  v-elim:      0  v-fix:    0  time:  0.09 s
15.69/15.78	c vivif2 --  cl tried    12627 cl shrink       15 lits rem         27 time: 0.00
15.79/15.80	c vivif2 --  cl tried    14056 cl shrink     4740 lits rem      18135 time: 0.02
15.89/15.94	c asymm  cl-useful: 28/12613/12613 lits-rem:78 time: 0.13
15.89/15.94	c calculated reachability. Time: 0.00
15.89/15.94	c  N st    22     46254      6713     12613     27594     14031     82175    378768   no data   no data
15.99/16.08	c Finding binary XORs  T:     0.14 s  found:       0
17.50/17.60	c  N st    23     60653      6713     12613     27609     27829     82175    864162   no data   no data
18.70/18.74	c  N st    24     69382      6711     12613     27632     20990     82175    623061   no data   no data
18.70/18.74	c  S st    24     69382      6711     12613     27632     20990     82175    623061   no data   no data
18.79/18.85	c  S st    24     69883      6710     12613     27632     21488     82175    635860   no data   no data
18.79/18.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     94 locsubst:     0 time:   0.01
19.09/19.12	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3055 BRemL:   2336 BRemN:      0 P:  6.5M T:  0.26
19.09/19.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.09/19.12	c bin-w-bin subsume rem            5 bins  time:  0.00 s
19.09/19.13	c subs with bin:        6  lits-rem:         2  v-fix:    0  time:  0.01 s
19.09/19.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6614 time:  0.01 s
19.09/19.14	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
19.09/19.15	c lits-rem:         1  cl-subs:        3  v-elim:      3  v-fix:    0  time:  0.01 s
19.19/19.27	c subs with bin:       38  lits-rem:       535  v-fix:    0  time:  0.10 s
19.29/19.39	c lits-rem:       582  cl-subs:      394  v-elim:      0  v-fix:    0  time:  0.13 s
19.39/19.40	c vivif2 --  cl tried    12599 cl shrink        0 lits rem          0 time: 0.00
19.39/19.42	c vivif2 --  cl tried    18563 cl shrink     2434 lits rem      15058 time: 0.02
19.49/19.57	c asymm  cl-useful: 182/12599/12599 lits-rem:505 time: 0.15
19.49/19.57	c calculated reachability. Time: 0.00
19.49/19.57	c  N st    24     69883      6611     12490     27803     18560     81502    456150   no data   no data
19.70/19.71	c Finding binary XORs  T:     0.14 s  found:      49
21.79/21.84	c  F st    25     87500      6610     12490     27815     34358     81501    986337   no data   no data
21.79/21.85	c Replacing       49 vars Replaced      731 lits Time:     0.01 s 
21.79/21.86	c  N st    25     87500      6561     12490     27701     34356     81374    986205   no data   no data
22.39/22.43	c Decided on static restart strategy
22.59/22.69	c  N st    32     95541      6557     12490     27710     24974     81373    619797   no data   no data
23.79/23.84	c  N st    34    104824      6557     12490     27714     33612     81373    900604   no data   no data
23.79/23.84	c  S st    34    104824      6557     12490     27714     33612     81373    900604   no data   no data
23.89/23.99	c  S st    34    105324      6557     12490     27715     34108     81373    911798   no data   no data
23.99/24.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     30 locsubst:     0 time:   0.01
24.20/24.27	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    983 BRemL:    774 BRemN:      4 P:  7.3M T:  0.27
24.20/24.28	c Replacing        4 vars Replaced     1277 lits Time:     0.01 s 
24.20/24.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.20/24.29	c bin-w-bin subsume rem           67 bins  time:  0.00 s
24.20/24.29	c subs with bin:       49  lits-rem:        82  v-fix:    0  time:  0.01 s
24.30/24.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6514 time:  0.01 s
24.30/24.30	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
24.30/24.32	c lits-rem:        17  cl-subs:       80  v-elim:     19  v-fix:    0  time:  0.02 s
24.50/24.51	c subs with bin:       18  lits-rem:       903  v-fix:    0  time:  0.16 s
25.10/25.14	c lits-rem:      1554  cl-subs:     1743  v-elim:      0  v-fix:    0  time:  0.63 s
25.10/25.14	c vivif2 --  cl tried    12355 cl shrink        0 lits rem          0 time: 0.00
25.10/25.19	c vivif2 --  cl tried    31553 cl shrink     7698 lits rem      31880 time: 0.05
25.31/25.35	c asymm  cl-useful: 61/12355/12355 lits-rem:137 time: 0.16
25.31/25.35	c calculated reachability. Time: 0.00
25.31/25.35	c  N st    34    105324      6495     12338     25479     31551     80159    785131   no data   no data
25.40/25.49	c Finding binary XORs  T:     0.14 s  found:       7
26.69/26.79	c  N st    35    114924      6494     12338     25495     21418     80159    443877   no data   no data
28.39/28.47	c  N st    36    129321      6494     12338     25499     34966     80159    929748   no data   no data
31.59/31.62	c  N st    37    150917      6493     12338     25503     33517     80159    919713   no data   no data
32.40/32.40	c  S st    38    157986      6493     12338     25520     40338     80159   1216890   no data   no data
32.50/32.60	c  S st    38    158488      6493     12338     25520     40836     80158   1233583   no data   no data
32.60/32.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
32.80/32.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2105 BRemL:   1730 BRemN:     11 P:  7.2M T:  0.29
32.90/32.91	c Replacing        7 vars Replaced      114 lits Time:     0.02 s 
32.90/32.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.90/32.92	c bin-w-bin subsume rem           42 bins  time:  0.00 s
32.90/32.92	c subs with bin:        3  lits-rem:        18  v-fix:    0  time:  0.00 s
32.90/32.93	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:   6486 time:  0.01 s
32.90/32.93	c Removed useless bin:       2  fixed:     0  props:   0.20M  time:  0.00 s
32.90/32.95	c lits-rem:         0  cl-subs:       23  v-elim:     21  v-fix:    0  time:  0.02 s
33.19/33.25	c subs with bin:       39  lits-rem:       223  v-fix:    0  time:  0.26 s
34.59/34.67	c lits-rem:      1964  cl-subs:     1404  v-elim:      0  v-fix:    0  time:  1.42 s
34.59/34.67	c vivif2 --  cl tried    12315 cl shrink        4 lits rem          4 time: 0.00
34.69/34.74	c vivif2 --  cl tried    39238 cl shrink     8517 lits rem      43417 time: 0.07
34.89/34.93	c asymm  cl-useful: 31/12315/12315 lits-rem:43 time: 0.18
34.89/34.93	c calculated reachability. Time: 0.00
34.89/34.93	c  N st    38    158488      6465     12314     24448     39237     79834   1121750   no data   no data
34.99/35.07	c Finding binary XORs  T:     0.14 s  found:       0
41.59/41.69	c  N st    39    207077      6465     12314     24452     37068     79834    885846   no data   no data
45.19/45.27	c  N st    40    237732      6461     12314     24461     41579     79834    986999   no data   no data
45.19/45.27	c  S st    40    237732      6461     12314     24461     41579     79834    986999   no data   no data
45.39/45.43	c  S st    40    238234      6461     12314     24463     42076     79833   1004539   no data   no data
45.39/45.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
45.69/45.70	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    805 BRemL:    617 BRemN:      4 P:  7.3M T:  0.26
45.69/45.72	c Replacing        2 vars Replaced     3858 lits Time:     0.02 s 
45.69/45.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.69/45.72	c bin-w-bin subsume rem            6 bins  time:  0.00 s
45.69/45.73	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.01 s
45.69/45.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6458 time:  0.01 s
45.69/45.74	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
45.69/45.76	c lits-rem:         0  cl-subs:        9  v-elim:      5  v-fix:    0  time:  0.02 s
45.89/45.95	c subs with bin:       37  lits-rem:       375  v-fix:    0  time:  0.17 s
46.69/46.78	c lits-rem:      1787  cl-subs:     1524  v-elim:      0  v-fix:    0  time:  0.83 s
46.69/46.78	c vivif2 --  cl tried    12297 cl shrink        1 lits rem          1 time: 0.00
46.79/46.85	c vivif2 --  cl tried    40280 cl shrink     8333 lits rem      32752 time: 0.06
46.99/47.03	c asymm  cl-useful: 18/12297/12297 lits-rem:26 time: 0.18
46.99/47.04	c calculated reachability. Time: 0.00
46.99/47.04	c  N st    40    238234      6453     12296     24177     40280     79593    930002   no data   no data
47.09/47.17	c Finding binary XORs  T:     0.14 s  found:       0
55.79/55.84	c  F st    41    306250      6452     12296     24188     52028     79593   1431923   no data   no data
55.79/55.86	c  N st    41    306250      6452     12295     24141     52003     79568   1431530   no data   no data
56.59/56.65	c Decided on static restart strategy
59.89/59.99	c  N st    51    334550      6448     12295     24166     50801     79568   1363461   no data   no data
62.60/62.64	c  N st    53    357352      6447     12295     24181     43497     79568    925834   no data   no data
62.60/62.65	c  S st    53    357352      6447     12295     24181     43497     79568    925834   no data   no data
62.70/62.79	c  S st    53    357857      6447     12295     24182     43995     79568    937639   no data   no data
62.70/62.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
62.99/63.05	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    5 Bins:    638 BRemL:    419 BRemN:      6 P:  7.1M T:  0.26
62.99/63.07	c Replacing        5 vars Replaced     1510 lits Time:     0.01 s 
62.99/63.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
62.99/63.07	c bin-w-bin subsume rem            5 bins  time:  0.00 s
62.99/63.08	c subs with bin:       39  lits-rem:        11  v-fix:    0  time:  0.00 s
62.99/63.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6440 time:  0.01 s
62.99/63.09	c Removed useless bin:       7  fixed:     0  props:   0.21M  time:  0.00 s
63.09/63.11	c lits-rem:         0  cl-subs:        9  v-elim:      5  v-fix:    0  time:  0.02 s
63.19/63.27	c subs with bin:      159  lits-rem:      1054  v-fix:    0  time:  0.14 s
63.80/63.86	c lits-rem:      1527  cl-subs:     1428  v-elim:      0  v-fix:    0  time:  0.59 s
63.80/63.87	c vivif2 --  cl tried    12251 cl shrink        3 lits rem          3 time: 0.00
63.89/63.91	c vivif2 --  cl tried    42280 cl shrink     4958 lits rem      28134 time: 0.04
64.09/64.11	c asymm  cl-useful: 25/12251/12251 lits-rem:34 time: 0.20
64.09/64.12	c calculated reachability. Time: 0.00
64.09/64.12	c  N st    53    357857      6435     12250     23798     42280     79186    873407   no data   no data
64.19/64.25	c Finding binary XORs  T:     0.14 s  found:       0
68.21/68.22	c  N st    54    390249      6435     12250     23807     43028     79186   1082377   no data   no data
74.80/74.87	c  N st    55    438837      6435     12250     23809     57476     79186   1495493   no data   no data
85.29/85.37	c  N st    56    511719      6435     12250     23885     62332     79186   1522041   no data   no data
89.00/89.06	c  N st    57    536785      6435     12250     23885     51605     79186   1046095   no data   no data
89.00/89.06	c  S st    57    536785      6435     12250     23885     51605     79186   1046095   no data   no data
89.20/89.26	c  S st    57    537288      6435     12250     23887     52103     79186   1063275   no data   no data
89.20/89.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
89.50/89.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    909 BRemL:    797 BRemN:      0 P:  8.2M T:  0.28
89.50/89.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.50/89.55	c bin-w-bin subsume rem            8 bins  time:  0.00 s
89.50/89.56	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
89.50/89.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6435 time:  0.01 s
89.50/89.57	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
89.50/89.59	c lits-rem:         1  cl-subs:        2  v-elim:      1  v-fix:    0  time:  0.02 s
89.69/89.75	c subs with bin:      279  lits-rem:       455  v-fix:    0  time:  0.14 s
90.79/90.80	c lits-rem:      2060  cl-subs:     1373  v-elim:      0  v-fix:    0  time:  1.05 s
90.79/90.81	c vivif2 --  cl tried    12250 cl shrink        0 lits rem          0 time: 0.00
90.79/90.86	c vivif2 --  cl tried    50451 cl shrink     5873 lits rem      16353 time: 0.06
91.09/91.12	c asymm  cl-useful: 55/12250/12250 lits-rem:64 time: 0.25
91.09/91.12	c calculated reachability. Time: 0.00
91.09/91.13	c  N st    57    537288      6434     12249     23921     50449     79114   1011120   no data   no data
91.20/91.26	c Finding binary XORs  T:     0.14 s  found:       0
117.39/117.46	c  N st    58    701274      6434     12249     23927     59424     79114   1207067   no data   no data
135.49/135.55	c  N st    59    805934      6434     12249     23940     80696     79114   1935430   no data   no data
135.49/135.55	c  S st    59    805934      6434     12249     23940     80696     79114   1935430   no data   no data
135.79/135.85	c  S st    59    806435      6433     12249     23949     81188     79114   1947895   no data   no data
135.79/135.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
136.19/136.24	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:    2 Bins:   1355 BRemL:   1160 BRemN:      4 P: 10.5M T:  0.37
136.19/136.26	c Replacing        2 vars Replaced      573 lits Time:     0.02 s 
136.19/136.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.19/136.27	c bin-w-bin subsume rem            1 bins  time:  0.00 s
136.19/136.27	c subs with bin:        7  lits-rem:        11  v-fix:    0  time:  0.00 s
136.19/136.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6429 time:  0.01 s
136.19/136.28	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
136.30/136.31	c lits-rem:         0  cl-subs:       10  v-elim:      1  v-fix:    0  time:  0.03 s
136.60/136.65	c subs with bin:       50  lits-rem:      2035  v-fix:    0  time:  0.29 s
141.91/141.95	c lits-rem:      4300  cl-subs:     3117  v-elim:      0  v-fix:    0  time:  5.30 s
141.91/141.96	c vivif2 --  cl tried    12230 cl shrink        0 lits rem          0 time: 0.00
142.10/142.18	c vivif2 --  cl tried    77989 cl shrink    25639 lits rem     174967 time: 0.22
142.40/142.46	c asymm  cl-useful: 57/9104/12230 lits-rem:91 time: 0.29
142.40/142.47	c calculated reachability. Time: 0.00
142.40/142.47	c  N st    59    806435      6428     12221     23819     77982     78871   1676262   no data   no data
142.60/142.61	c Finding binary XORs  T:     0.14 s  found:       0
196.99/197.02	c  F st    60   1071877      6425     12221     23838     71544     78871   1948102   no data   no data
196.99/197.04	c  N st    60   1071877      6425     12214     23563     71520     78814   1947389   no data   no data
197.79/197.80	c Decided on static restart strategy
202.31/202.31	c  N st    70   1100179      6424     12214     23574     51528     78814    857244   no data   no data
206.90/206.97	c  N st    72   1136173      6424     12214     23595     86021     78814   1733944   no data   no data
211.79/211.84	c  N st    73   1168567      6424     12214     23595     69022     78814   1284182   no data   no data
219.29/219.36	c  N st    74   1209653      6424     12214     23599     59841     78814   1020086   no data   no data
219.29/219.36	c  S st    74   1209653      6424     12214     23599     59841     78814   1020086   no data   no data
219.49/219.56	c  S st    74   1210154      6424     12214     23600     60338     78812   1031846   no data   no data
219.49/219.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
219.79/219.88	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    7 Bins:    777 BRemL:    909 BRemN:      3 P:  9.2M T:  0.31
219.90/219.91	c Replacing        7 vars Replaced     3163 lits Time:     0.02 s 
219.90/219.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
219.90/219.91	c bin-w-bin subsume rem            8 bins  time:  0.00 s
219.90/219.91	c subs with bin:       32  lits-rem:        19  v-fix:    0  time:  0.00 s
219.90/219.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6416 time:  0.01 s
219.90/219.92	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
219.90/219.95	c lits-rem:         2  cl-subs:       27  v-elim:      8  v-fix:    0  time:  0.02 s
220.09/220.10	c subs with bin:      265  lits-rem:      1841  v-fix:    0  time:  0.13 s
220.89/220.98	c lits-rem:      1084  cl-subs:     1878  v-elim:      0  v-fix:    0  time:  0.88 s
220.89/220.98	c vivif2 --  cl tried    12157 cl shrink        3 lits rem          4 time: 0.00
221.00/221.03	c vivif2 --  cl tried    58168 cl shrink     3345 lits rem       9737 time: 0.05
221.00/221.08	c asymm  cl-useful: 1/3052/12156 lits-rem:3 time: 0.05
221.00/221.08	c calculated reachability. Time: 0.00
221.00/221.08	c  N st    74   1210154      6408     12155     22853     58163     78466    985663   no data   no data
221.19/221.22	c Finding binary XORs  T:     0.14 s  found:       0
232.90/232.94	c  N st    75   1283036      6408     12155     22904     78662     78466   1600995   no data   no data
258.20/258.26	c  N st    76   1392360      6408     12155     22904     81304     78466   2259810   no data   no data
289.21/289.22	c  N st    77   1556345      6408     12155     22914     74844     78466   1275116   no data   no data
313.90/313.94	c  N st    78   1710156      6408     12155     22921    110372     78466   2041819   no data   no data
313.90/313.94	c  S st    78   1710156      6408     12155     22921    110372     78466   2041819   no data   no data
314.20/314.27	c  S st    78   1710657      6408     12155     22921    110872     78466   2059096   no data   no data
314.20/314.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
314.71/314.73	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    857 BRemL:    587 BRemN:      0 P: 13.1M T:  0.45
314.71/314.76	c Replacing        3 vars Replaced       88 lits Time:     0.02 s 
314.71/314.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
314.71/314.77	c bin-w-bin subsume rem           14 bins  time:  0.00 s
314.71/314.77	c subs with bin:        9  lits-rem:         6  v-fix:    0  time:  0.00 s
314.71/314.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6404 time:  0.01 s
314.71/314.78	c Removed useless bin:       1  fixed:     0  props:   0.22M  time:  0.00 s
314.80/314.81	c lits-rem:         0  cl-subs:        6  v-elim:      2  v-fix:    0  time:  0.03 s
315.10/315.15	c subs with bin:      187  lits-rem:       892  v-fix:    0  time:  0.27 s
322.00/322.05	c lits-rem:      8516  cl-subs:     7103  v-elim:      0  v-fix:    0  time:  6.90 s
322.00/322.05	c vivif2 --  cl tried    12134 cl shrink        2 lits rem          2 time: 0.00
322.21/322.22	c vivif2 --  cl tried   103543 cl shrink    11093 lits rem      23676 time: 0.17
322.50/322.52	c asymm  cl-useful: 44/7397/12134 lits-rem:74 time: 0.30
322.50/322.53	c calculated reachability. Time: 0.00
322.50/322.53	c  N st    78   1710657      6402     12132     22924    103539     78299   1915741   no data   no data
322.60/322.66	c Finding binary XORs  T:     0.14 s  found:       0
386.41/386.43	c  N st    79   2079624      6401     12132     22980    100716     78299   1847378   no data   no data
409.60/409.66	c  N st    80   2210658      6401     12132     22996     98320     78299   1767703   no data   no data
409.60/409.66	c  S st    80   2210658      6401     12132     22996     98320     78299   1767703   no data   no data
409.90/409.92	c  S st    80   2211160      6401     12132     22996     98820     78298   1783606   no data   no data
409.90/409.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
410.31/410.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    472 BRemL:    486 BRemN:      0 P: 12.7M T:  0.42
410.31/410.37	c Replacing        1 vars Replaced       60 lits Time:     0.02 s 
410.31/410.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
410.31/410.38	c bin-w-bin subsume rem            7 bins  time:  0.00 s
410.31/410.38	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.00 s
410.31/410.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6400 time:  0.01 s
410.31/410.39	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
410.40/410.42	c lits-rem:         1  cl-subs:        9  v-elim:      9  v-fix:    0  time:  0.03 s
410.70/410.76	c subs with bin:      246  lits-rem:      1738  v-fix:    0  time:  0.28 s
413.51/413.60	c lits-rem:      7466  cl-subs:     3534  v-elim:      0  v-fix:    0  time:  2.84 s
413.51/413.60	c vivif2 --  cl tried    12124 cl shrink        2 lits rem          2 time: 0.00
413.71/413.72	c vivif2 --  cl tried    95020 cl shrink    10570 lits rem      28695 time: 0.13
413.81/413.82	c asymm  cl-useful: 0/4727/12124 lits-rem:0 time: 0.10
413.81/413.83	c calculated reachability. Time: 0.00
413.81/413.83	c  N st    80   2211160      6391     12124     22725     95019     78256   1670897   no data   no data
413.91/413.97	c Finding binary XORs  T:     0.14 s  found:       0
498.80/498.80	c  N st    81   2711161      6391     12124     22738     97389     78255   1576718   no data   no data
498.80/498.80	c  S st    81   2711161      6391     12124     22738     97389     78255   1576718   no data   no data
499.10/499.12	c  S st    81   2711663      6391     12124     22738     97890     78255   1588795   no data   no data
499.10/499.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
499.50/499.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    171 BRemL:    214 BRemN:      0 P: 12.4M T:  0.46
499.61/499.61	c Replacing        1 vars Replaced      214 lits Time:     0.01 s 
499.61/499.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
499.61/499.61	c bin-w-bin subsume rem            1 bins  time:  0.00 s
499.61/499.62	c subs with bin:        6  lits-rem:         5  v-fix:    0  time:  0.00 s
499.61/499.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6390 time:  0.01 s
499.61/499.63	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
499.61/499.66	c lits-rem:         0  cl-subs:        4  v-elim:      2  v-fix:    0  time:  0.03 s
499.91/499.91	c subs with bin:       29  lits-rem:       302  v-fix:    0  time:  0.20 s
502.50/502.59	c lits-rem:      7117  cl-subs:     3190  v-elim:      0  v-fix:    0  time:  2.68 s
502.50/502.59	c vivif2 --  cl tried    12117 cl shrink        3 lits rem          3 time: 0.00
502.71/502.73	c vivif2 --  cl tried    94666 cl shrink     9541 lits rem      19007 time: 0.14
503.10/503.11	c asymm  cl-useful: 23/7994/12117 lits-rem:61 time: 0.38
503.10/503.12	c calculated reachability. Time: 0.00
503.10/503.12	c  N st    81   2711663      6388     12114     22557     94665     78159   1513855   no data   no data
503.20/503.26	c Finding binary XORs  T:     0.14 s  found:       0
624.31/624.33	c  N st    82   3211663      6388     12114     22560    128310     78159   2657066   no data   no data
624.31/624.33	c  S st    82   3211663      6388     12114     22560    128310     78159   2657066   no data   no data
624.82/624.82	c  S st    82   3212166      6388     12114     22563    128807     78159   2675110   no data   no data
624.82/624.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
625.31/625.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     97 BRemL:    107 BRemN:      0 P: 13.8M T:  0.54
625.31/625.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
625.31/625.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
625.31/625.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
625.41/625.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6388 time:  0.01 s
625.41/625.40	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
625.41/625.44	c lits-rem:         0  cl-subs:        9  v-elim:     13  v-fix:    0  time:  0.04 s
625.82/625.85	c subs with bin:        6  lits-rem:        42  v-fix:    0  time:  0.33 s
636.71/636.73	c lits-rem:      7047  cl-subs:     4622  v-elim:      0  v-fix:    0  time: 10.88 s
636.71/636.73	c vivif2 --  cl tried    12095 cl shrink        0 lits rem          0 time: 0.00
637.12/637.12	c vivif2 --  cl tried   124178 cl shrink    23896 lits rem     206624 time: 0.38
637.21/637.21	c asymm  cl-useful: 0/4101/12095 lits-rem:0 time: 0.09
637.21/637.22	c calculated reachability. Time: 0.00
637.21/637.22	c  N st    82   3212166      6375     12095     22500    124178     77963   2348097   no data   no data
755.73/755.79	c  N st    83   3712166      6374     12095     22511    118039     77963   1778470   no data   no data
755.73/755.79	c  S st    83   3712166      6374     12095     22511    118039     77963   1778470   no data   no data
756.12/756.12	c  S st    83   3712667      6374     12095     22512    118536     77963   1792458   no data   no data
756.12/756.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
756.62/756.66	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    154 BRemL:    114 BRemN:      0 P: 12.9M T:  0.53
756.62/756.69	c Replacing        2 vars Replaced       57 lits Time:     0.03 s 
756.73/756.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
756.73/756.71	c bin-w-bin subsume rem            7 bins  time:  0.00 s
756.73/756.71	c subs with bin:       10  lits-rem:         6  v-fix:    0  time:  0.01 s
756.73/756.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6371 time:  0.01 s
756.73/756.72	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
756.73/756.76	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.04 s
761.32/761.36	c subs with bin:    15937  lits-rem:       242  v-fix:    0  time:  4.56 s
763.22/763.21	c lits-rem:      5006  cl-subs:     1321  v-elim:      0  v-fix:    0  time:  1.84 s
763.22/763.21	c vivif2 --  cl tried    12067 cl shrink        0 lits rem          0 time: 0.00
763.33/763.31	c vivif2 --  cl tried   101175 cl shrink     4994 lits rem      11007 time: 0.10
763.52/763.59	c asymm  cl-useful: 16/6335/12067 lits-rem:16 time: 0.28
763.62/763.60	c calculated reachability. Time: 0.00
763.62/763.60	c  N st    83   3712667      6371     12067     22436    101174     77837   1535601   no data   no data
763.72/763.74	c Finding binary XORs  T:     0.14 s  found:       0
771.13/771.12	c  F st    84   3751563      6371     12067     22439    138346     77837   2441878   no data   no data
771.13/771.13	c  N st    84   3751563      6371     12067     22439    138346     77837   2441878   no data   no data
772.23/772.26	c Decided on static restart strategy
777.92/777.93	c  N st    94   3779868      6370     12067     22446     85504     77837   1181956   no data   no data
783.32/783.37	c  N st    96   3815862      6370     12067     22447    119379     77837   1930598   no data   no data
789.83/789.82	c  N st    97   3848255      6370     12067     22448    150126     77837   2832175   no data   no data
799.72/799.71	c  N st    98   3896845      6370     12067     22456    114726     77837   1789261   no data   no data
817.92/817.94	c  N st    99   3969731      6370     12067     22456    100554     77837   1581012   no data   no data
841.01/841.09	c  N st   100   4079054      6370     12067     22458    117441     77837   1952566   no data   no data
869.32/869.39	c  N st   101   4212668      6370     12067     22460    157315     77837   2732778   no data   no data
869.32/869.39	c  S st   101   4212668      6370     12067     22460    157315     77837   2732778   no data   no data
869.82/869.85	c  S st   101   4213172      6370     12067     22460    157815     77837   2748008   no data   no data
869.82/869.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
870.42/870.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    210 BRemL:    158 BRemN:      1 P: 17.6M T:  0.59
870.42/870.49	c Replacing        2 vars Replaced       45 lits Time:     0.03 s 
870.52/870.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
870.52/870.50	c bin-w-bin subsume rem           10 bins  time:  0.00 s
870.52/870.50	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.00 s
870.52/870.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6368 time:  0.01 s
870.52/870.52	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
870.52/870.56	c lits-rem:         0  cl-subs:        8  v-elim:      3  v-fix:    0  time:  0.04 s
870.92/870.97	c subs with bin:       60  lits-rem:       373  v-fix:    0  time:  0.33 s
886.32/886.35	c lits-rem:     12602  cl-subs:    11930  v-elim:      0  v-fix:    0  time: 15.38 s
886.32/886.35	c vivif2 --  cl tried    12054 cl shrink        3 lits rem          3 time: 0.00
886.63/886.64	c vivif2 --  cl tried   145789 cl shrink    15259 lits rem      26356 time: 0.29
886.72/886.79	c asymm  cl-useful: 0/5719/12054 lits-rem:0 time: 0.15
886.82/886.80	c calculated reachability. Time: 0.00
886.82/886.80	c  N st   101   4213172      6365     12054     22166    145788     77754   2487982   no data   no data
886.92/886.93	c Finding binary XORs  T:     0.14 s  found:       0
942.52/942.50	c  N st   102   4459148      6365     12054     22186    118285     77754   2057849   no data   no data
999.72/999.71	c  N st   103   4713174      6365     12054     22217    177905     77754   3106381   no data   no data
999.72/999.71	c  S st   103   4713174      6365     12054     22217    177905     77754   3106381   no data   no data
1000.12/1000.14	c  S st   103   4713675      6365     12054     22217    178406     77754   3122843   no data   no data
1000.12/1000.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1000.82/1000.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     86 BRemL:     63 BRemN:      0 P: 19.0M T:  0.65
1000.82/1000.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1000.82/1000.81	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1000.82/1000.81	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.00 s
1000.82/1000.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6365 time:  0.01 s
1000.82/1000.83	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
1000.82/1000.87	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.05 s
1001.32/1001.39	c subs with bin:      146  lits-rem:      1600  v-fix:    0  time:  0.42 s
1012.62/1012.62	c lits-rem:     16360  cl-subs:    11131  v-elim:      0  v-fix:    0  time: 11.23 s
1012.62/1012.63	c vivif2 --  cl tried    12048 cl shrink        0 lits rem          0 time: 0.00
1013.03/1013.01	c vivif2 --  cl tried   167079 cl shrink    26518 lits rem      59753 time: 0.38
1013.32/1013.33	c asymm  cl-useful: 16/3081/12048 lits-rem:17 time: 0.33
1013.32/1013.34	c calculated reachability. Time: 0.00
1013.32/1013.34	c  N st   103   4713675      6363     12048     22126    167079     77708   2854233   no data   no data
1135.53/1135.50	c  N st   104   5213675      6361     12048     22142    165688     77708   2589365   no data   no data
1135.53/1135.50	c  S st   104   5213675      6361     12048     22142    165688     77708   2589365   no data   no data
1135.93/1135.97	c  S st   104   5214177      6361     12048     22142    166187     77707   2603369   no data   no data
1135.93/1135.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1136.53/1136.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    341 BRemL:    395 BRemN:      0 P: 16.9M T:  0.57
1136.63/1136.60	c Replacing        2 vars Replaced      275 lits Time:     0.04 s 
1136.63/1136.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1136.63/1136.60	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1136.63/1136.61	c subs with bin:        7  lits-rem:         2  v-fix:    0  time:  0.00 s
1136.63/1136.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6359 time:  0.01 s
1136.63/1136.62	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
1136.63/1136.66	c lits-rem:         0  cl-subs:       10  v-elim:      4  v-fix:    0  time:  0.04 s
1136.93/1136.97	c subs with bin:       13  lits-rem:         1  v-fix:    0  time:  0.24 s
1153.43/1153.47	c lits-rem:     20745  cl-subs:    11297  v-elim:      0  v-fix:    0  time: 16.49 s
1153.43/1153.47	c vivif2 --  cl tried    12027 cl shrink        0 lits rem          0 time: 0.00
1153.73/1153.73	c vivif2 --  cl tried   154615 cl shrink    11268 lits rem      21112 time: 0.26
1153.94/1153.96	c asymm  cl-useful: 2/8946/12027 lits-rem:2 time: 0.23
1153.94/1153.97	c calculated reachability. Time: 0.00
1153.94/1153.97	c  N st   104   5214177      6355     12027     21650    154615     77560   2369018   no data   no data
1154.13/1154.11	c Finding binary XORs  T:     0.14 s  found:       0
1268.63/1268.69	c  N st   105   5714181      6355     12027     21652    137532     77560   2097128   no data   no data
1268.63/1268.69	c  S st   105   5714181      6355     12027     21652    137532     77560   2097128   no data   no data
1269.03/1269.07	c  S st   105   5714682      6355     12027     21654    138029     77560   2112181   no data   no data
1269.03/1269.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1269.63/1269.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     63 BRemL:     70 BRemN:      0 P: 15.3M T:  0.52
1269.63/1269.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1269.63/1269.61	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1269.63/1269.62	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.00 s
1269.63/1269.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6355 time:  0.01 s
1269.63/1269.63	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
1269.63/1269.66	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.04 s
1269.93/1269.95	c subs with bin:       27  lits-rem:        15  v-fix:    0  time:  0.22 s
1278.24/1278.22	c lits-rem:     10664  cl-subs:    10263  v-elim:      0  v-fix:    0  time:  8.27 s
1278.24/1278.22	c vivif2 --  cl tried    12022 cl shrink        0 lits rem          0 time: 0.00
1278.33/1278.38	c vivif2 --  cl tried   127739 cl shrink     7885 lits rem      19207 time: 0.16
1278.63/1278.69	c asymm  cl-useful: 12/4750/12022 lits-rem:13 time: 0.31
1278.73/1278.70	c calculated reachability. Time: 0.00
1278.73/1278.70	c  N st   105   5714682      6355     12022     21647    127739     77532   1888559   no data   no data

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-3368457-1305388660/watcher-3368457-1305388660 -o /tmp/evaluation-result-3368457-1305388660/solver-3368457-1305388660 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368457-1305388660.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: 0.87 2.44 3.37 4/283 29653
/proc/meminfo: memFree=25652200/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=35144 CPUtime=0 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 4417 0 0 0 0 0 0 0 23 0 1 0 729096604 35987456 3316 33554432000 4194304 4580011 140734744690112 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 8786 3322 322 95 0 3768 0

[startup+0.083084 s]
/proc/loadavg: 0.87 2.44 3.37 4/283 29653
/proc/meminfo: memFree=25652200/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=51444 CPUtime=0.07 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 6863 0 0 0 7 0 0 0 23 0 1 0 729096604 52678656 5754 33554432000 4194304 4580011 140734744690112 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 12861 5754 340 95 0 7843 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51444

[startup+0.101064 s]
/proc/loadavg: 0.87 2.44 3.37 4/283 29653
/proc/meminfo: memFree=25652200/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=51444 CPUtime=0.09 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 6863 0 0 0 9 0 0 0 23 0 1 0 729096604 52678656 5754 33554432000 4194304 4580011 140734744690112 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 12861 5754 340 95 0 7843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51444

[startup+0.301032 s]
/proc/loadavg: 0.87 2.44 3.37 4/283 29653
/proc/meminfo: memFree=25652200/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=51444 CPUtime=0.29 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 6863 0 0 0 29 0 0 0 25 0 1 0 729096604 52678656 5754 33554432000 4194304 4580011 140734744690112 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 12861 5754 340 95 0 7843 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51444

[startup+0.700958 s]
/proc/loadavg: 0.87 2.44 3.37 4/283 29653
/proc/meminfo: memFree=25652200/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=51444 CPUtime=0.69 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 6863 0 0 0 69 0 0 0 25 0 1 0 729096604 52678656 5754 33554432000 4194304 4580011 140734744690112 18446744073709551615 4292881 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 12861 5754 340 95 0 7843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51444

[startup+1.50083 s]
/proc/loadavg: 0.87 2.44 3.37 5/287 29660
/proc/meminfo: memFree=25560280/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=87500 CPUtime=1.49 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 14873 0 0 0 148 1 0 0 25 0 1 0 729096604 89600000 13764 33554432000 4194304 4580011 140734744690112 18446744073709551615 4231584 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 21875 13764 342 95 0 16857 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 87500

[startup+3.10054 s]
/proc/loadavg: 0.87 2.44 3.37 5/287 29660
/proc/meminfo: memFree=25358408/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=179848 CPUtime=3.09 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 35854 0 0 0 305 4 0 0 25 0 1 0 729096604 184164352 34745 33554432000 4194304 4580011 140734744690112 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 44962 34745 342 95 0 39944 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 179848

[startup+6.30093 s]
/proc/loadavg: 1.12 2.46 3.37 5/287 29660
/proc/meminfo: memFree=24765196/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=282856 CPUtime=6.29 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 58032 0 0 0 622 7 0 0 25 0 1 0 729096604 289644544 56923 33554432000 4194304 4580011 140734744690112 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 70714 56923 342 95 0 65696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 282856

[startup+12.7008 s]
/proc/loadavg: 1.35 2.49 3.37 5/287 29660
/proc/meminfo: memFree=24440848/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=302924 CPUtime=12.7 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 64363 0 0 0 1261 9 0 0 25 0 1 0 729096604 310194176 61728 33554432000 4194304 4580011 140734744690112 18446744073709551615 260020063122 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 75731 61728 367 95 0 70713 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 302924

[startup+25.5004 s]
/proc/loadavg: 1.93 2.56 3.38 5/287 29661
/proc/meminfo: memFree=24341756/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=330232 CPUtime=25.5 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 75235 0 0 0 2540 10 0 0 25 0 1 0 729096604 338157568 68518 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 82558 68518 367 95 0 77540 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 330232

[startup+51.1007 s]
/proc/loadavg: 2.64 2.68 3.40 5/287 29661
/proc/meminfo: memFree=24221600/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=348584 CPUtime=51.1 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 89531 0 0 0 5097 13 0 0 25 0 1 0 729096604 356950016 72782 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 87146 72782 367 95 0 82128 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 348584

[startup+102.31 s]
/proc/loadavg: 3.62 2.93 3.44 5/287 29663
/proc/meminfo: memFree=24194372/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=356996 CPUtime=102.3 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 110797 0 0 0 10214 16 0 0 25 0 1 0 729096604 365563904 74255 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 89249 74255 367 95 0 84231 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 356996

[startup+162.3 s]
/proc/loadavg: 3.86 3.12 3.47 5/287 29664
/proc/meminfo: memFree=24065008/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=378696 CPUtime=162.3 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 132329 0 0 0 16210 20 0 0 25 0 1 0 729096604 387784704 79326 33554432000 4194304 4580011 140734744690112 18446744073709551615 4341472 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 94674 79326 367 95 0 89656 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 378696

[startup+222.301 s]
/proc/loadavg: 4.03 3.29 3.51 5/287 29675
/proc/meminfo: memFree=24011304/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=380004 CPUtime=222.29 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 148690 0 0 0 22205 24 0 0 25 0 1 0 729096604 389124096 80145 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 95001 80145 367 95 0 89983 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 380004

[startup+282.301 s]
/proc/loadavg: 4.01 3.42 3.54 5/287 29677
/proc/meminfo: memFree=23992804/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=380328 CPUtime=282.31 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 163822 0 0 0 28202 29 0 0 25 0 1 0 729096604 389455872 80756 33554432000 4194304 4580011 140734744690112 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 95082 80756 367 95 0 90064 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 380328

[startup+342.301 s]
/proc/loadavg: 4.00 3.52 3.56 5/287 29678
/proc/meminfo: memFree=23891184/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=399532 CPUtime=342.3 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 177048 0 0 0 34200 30 0 0 25 0 1 0 729096604 409120768 86032 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 99883 86032 367 95 0 94865 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 399532

[startup+402.301 s]
/proc/loadavg: 4.00 3.61 3.59 5/287 29680
/proc/meminfo: memFree=23836952/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=413716 CPUtime=402.31 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 191638 0 0 0 40197 34 0 0 25 0 1 0 729096604 423645184 88721 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294492 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 103429 88721 367 95 0 98411 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 413716

[startup+462.301 s]
/proc/loadavg: 4.04 3.69 3.62 5/287 29681
/proc/meminfo: memFree=23764244/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=424240 CPUtime=462.31 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 205203 0 0 0 46195 36 0 0 25 0 1 0 729096604 434421760 90342 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 106060 90342 367 95 0 101042 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 424240

[startup+522.301 s]
/proc/loadavg: 4.01 3.74 3.64 5/287 29683
/proc/meminfo: memFree=23734172/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=410368 CPUtime=522.3 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 217996 0 0 0 52192 38 0 0 25 0 1 0 729096604 420216832 87426 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 102592 87426 367 95 0 97574 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 410368

[startup+582.301 s]
/proc/loadavg: 4.00 3.79 3.66 5/287 29685
/proc/meminfo: memFree=23711928/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=410616 CPUtime=582.31 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 229388 0 0 0 58190 41 0 0 25 0 1 0 729096604 420470784 87471 33554432000 4194304 4580011 140734744690112 18446744073709551615 4318632 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 102654 87471 367 95 0 97636 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 410616

[startup+642.301 s]
/proc/loadavg: 4.08 3.84 3.68 5/287 29686
/proc/meminfo: memFree=23663612/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=490564 CPUtime=642.32 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 244456 0 0 0 64188 44 0 0 25 0 1 0 729096604 502337536 94872 33554432000 4194304 4580011 140734744690112 18446744073709551615 4489177 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 122641 94872 367 95 0 117623 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 490564

[startup+702.301 s]
/proc/loadavg: 4.07 3.88 3.70 5/287 29715
/proc/meminfo: memFree=24266996/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=426664 CPUtime=702.31 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 254895 0 0 0 70184 47 0 0 25 0 1 0 729096604 436903936 91850 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 106666 91850 367 95 0 101648 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 426664

[startup+762.311 s]
/proc/loadavg: 4.02 3.90 3.72 5/287 29716
/proc/meminfo: memFree=24201840/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=456888 CPUtime=762.33 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 261518 0 0 0 76184 49 0 0 25 0 1 0 729096604 467853312 98473 33554432000 4194304 4580011 140734744690112 18446744073709551615 260020060722 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 114222 98473 367 95 0 109204 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 456888

[startup+822.301 s]
/proc/loadavg: 4.01 3.92 3.73 5/287 29718
/proc/meminfo: memFree=24191752/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=456888 CPUtime=822.32 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 262946 0 0 0 82183 49 0 0 25 0 1 0 729096604 467853312 99671 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 114222 99671 367 95 0 109204 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 456888

[startup+882.301 s]
/proc/loadavg: 4.05 3.94 3.75 5/287 29720
/proc/meminfo: memFree=24143116/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=456888 CPUtime=882.32 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 267016 0 0 0 88182 50 0 0 25 0 1 0 729096604 467853312 99966 33554432000 4194304 4580011 140734744690112 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 114222 99966 367 95 0 109204 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 456888

[startup+942.301 s]
/proc/loadavg: 4.02 3.95 3.76 5/287 29721
/proc/meminfo: memFree=24082320/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=472784 CPUtime=942.32 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 277632 0 0 0 94180 52 0 0 25 0 1 0 729096604 484130816 102378 33554432000 4194304 4580011 140734744690112 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 118196 102379 367 95 0 113178 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 472784

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.77 5/287 29723
/proc/meminfo: memFree=24039620/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=472968 CPUtime=1002.32 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 287125 0 0 0 100178 54 0 0 25 0 1 0 729096604 484319232 103772 33554432000 4194304 4580011 140734744690112 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 118242 103772 367 95 0 113224 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 472968

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.79 5/287 29724
/proc/meminfo: memFree=24005708/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=473068 CPUtime=1062.33 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 296149 0 0 0 106176 57 0 0 25 0 1 0 729096604 484421632 102996 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294153 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 118267 102996 367 95 0 113249 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 473068

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/287 29726
/proc/meminfo: memFree=23967212/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=479164 CPUtime=1122.33 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 303125 0 0 0 112173 60 0 0 25 0 1 0 729096604 490663936 105723 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 119791 105723 367 95 0 114773 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 479164

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.82 5/287 29728
/proc/meminfo: memFree=23954044/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=495376 CPUtime=1182.33 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 307470 0 0 0 118172 61 0 0 25 0 1 0 729096604 507265024 109883 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 123844 109883 367 95 0 118826 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 495376

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.83 5/287 29729
/proc/meminfo: memFree=23962432/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=484420 CPUtime=1242.33 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 315805 0 0 0 124170 63 0 0 25 0 1 0 729096604 496046080 106833 33554432000 4194304 4580011 140734744690112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 121105 106833 367 95 0 116087 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 484420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.83 3/283 29733
/proc/meminfo: memFree=25169180/32951124 swapFree=67083432/67111528
[pid=29653] ppid=29651 vsize=484620 CPUtime=1300.05 cores=4,6
/proc/29653/stat : 29653 (strangenight2-s) R 29651 29653 29599 0 -1 4202496 323793 0 0 0 129939 66 0 0 25 0 1 0 729096604 496250880 106087 33554432000 4194304 4580011 140734744690112 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29653/statm: 121155 106087 367 95 0 116137 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 484620

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.07
CPU user time (s): 1299.39
CPU system time (s): 0.681896
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 552884

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

runsolver used 3.68944 second user time and 7.64284 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 17:57:40
IDJOB=3368457
IDBENCH=83115
IDSOLVER=1845
FILE ID=node110/3368457-1305388660
RUNJOBID= node110-1305388660-29618
PBS_JOBID= 13324412
Free space on /tmp= 73572 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368457-1305388660/watcher-3368457-1305388660 -o /tmp/evaluation-result-3368457-1305388660/solver-3368457-1305388660 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368457-1305388660.cnf

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=919299647

node110.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.830
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.66
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.830
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.83
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.830
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.75
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.830
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25652728 kB
Buffers:        266540 kB
Cached:        3499424 kB
SwapCached:       1440 kB
Active:        4308608 kB
Inactive:      2656940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25652728 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           27684 kB
Writeback:           8 kB
AnonPages:     3198388 kB
Mapped:          22860 kB
Slab:           246644 kB
PageTables:      22220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46215376 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= 73580 MiB
End job on node110 at 2011-05-14 18:19:22