Trace number 3368459

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.04

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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-3368459-1305388660.cnf'
0.00/0.00	c -- header says num vars:          55875
0.00/0.00	c -- header says num clauses:      177646
0.00/0.06	c -- clauses added:            0 learnts,       177646 normals,            0 xors
0.00/0.06	c -- vars added      55875
0.00/0.06	c Parsing time:  0.05 s
0.00/0.06	c  N st     0         0     55875     67709     99184         0    407954         0   no data   no data
0.79/0.88	c asymm  cl-useful: 17/20804/67709 lits-rem:58 time: 0.82
9.39/9.46	c Flit:   127 Blit:  18358 bXBeca:    0 bXProp: 14705 Bins:      0 BRemL:      0 BRemN:      0 P: 173.4M T:  8.50
9.39/9.47	c Cleaning up after failed var search:     0.01 s 
9.39/9.48	c Replacing    14705 vars Replaced   270731 lits Time:     0.01 s 
9.39/9.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.39/9.49	c bin-w-bin subsume rem         2372 bins  time:  0.00 s
9.49/9.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9.49/9.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19136 time:  0.02 s
9.49/9.54	c Removed useless bin:      39  fixed:     0  props:   3.54M  time:  0.02 s
9.59/9.61	c lits-rem:         7  cl-subs:      766  v-elim:   6378  v-fix:    0  time:  0.07 s
9.80/9.87	c Finding binary XORs  T:     0.25 s  found:      22
9.80/9.87	c Replacing       22 vars Replaced      261 lits Time:     0.00 s 
9.80/9.90	c Finding non-binary XORs:     0.02 s (found:    5334, avg size: 3.0)
9.80/9.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    880 locsubst:  3234 time:   0.01
9.80/9.90	c Replacing     1617 vars Replaced     9702 lits Time:     0.00 s 
9.91/9.91	c calculated reachability. Time: 0.01
9.91/9.91	c Calc default polars -  time:   0.00 s pos:    1464 undec:   45857 neg:    8554
9.91/9.91	c =========================================================================================
9.91/9.91	c types(t): F = full restart, N = normal restart
9.91/9.91	c types(t): S = simplification begin/end, E = solution found
9.91/9.91	c restart types(rt): st = static, dy = dynamic
9.91/9.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.91/9.91	c  B st     0         0     10239     15615     17026         0    113584         0   no data   no data
9.99/10.07	c Decided on static restart strategy
10.29/10.33	c  N st     8      4915     10229     15615     17449      4431    113584    122575   no data   no data
10.90/10.99	c  N st    10     11300     10184     15615     17546     10541    113584    368845   no data   no data
11.59/11.69	c  N st    11     17046     10165     15615     17595     16086    113584    632687   no data   no data
12.39/12.47	c  F st    12     25001     10159     15615     17670     14321    113584    355529   no data   no data
12.39/12.48	c Replacing       60 vars Replaced     1468 lits Time:     0.01 s 
12.39/12.49	c  N st    12     25001     10094     15385     17246     14047    111595    348045   no data   no data
12.59/12.68	c Finding binary XORs  T:     0.19 s  found:       6
13.20/13.26	c Decided on static restart strategy
13.20/13.26	c  N st    18     30000     10086     15385     17401     18763    111595    493111   no data   no data
13.20/13.26	c  S st    18     30000     10086     15385     17401     18763    111595    493111   no data   no data
13.29/13.36	c  S st    18     30502     10086     15385     17498     19165    111595    499904   no data   no data
13.29/13.37	c x-sub:  1576 x-cut:      0 vfix:      0 v-elim:    430 locsubst:     0 time:   0.01
14.00/14.00	c Flit:    79 Blit:    134 bXBeca:    0 bXProp:  180 Bins: 100834 BRemL:  47269 BRemN:     32 P: 11.4M T:  0.62
14.00/14.01	c Cleaning up after failed var search:     0.00 s 
14.00/14.02	c Replacing      186 vars Replaced    36194 lits Time:     0.02 s 
14.00/14.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.00/14.03	c bin-w-bin subsume rem          770 bins  time:  0.01 s
14.00/14.04	c subs with bin:      338  lits-rem:       161  v-fix:    0  time:  0.01 s
14.00/14.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9137 time:  0.01 s
14.00/14.06	c Removed useless bin:      95  fixed:     0  props:   0.34M  time:  0.00 s
14.00/14.09	c lits-rem:       277  cl-subs:      257  v-elim:   1460  v-fix:    0  time:  0.03 s
14.09/14.15	c subs with bin:      189  lits-rem:      4773  v-fix:    0  time:  0.05 s
14.20/14.25	c lits-rem:      1891  cl-subs:      671  v-elim:      0  v-fix:    0  time:  0.09 s
14.30/14.38	c asymm  cl-useful: 88/13991/13991 lits-rem:393 time: 0.13
14.30/14.38	c calculated reachability. Time: 0.00
14.30/14.38	c  N st    18     30502      7677     13991     44411     11218     92399    287287   no data   no data
14.49/14.57	c Finding binary XORs  T:     0.18 s  found:       0
15.09/15.12	c  N st    20     37612      7675     13991     44419     17882     92399    436860   no data   no data
15.59/15.66	c  N st    21     44012      7674     13991     44429     13675     92399    290221   no data   no data
15.79/15.84	c  S st    22     45754      7673     13991     44430     15387     92399    371230   no data   no data
15.89/15.92	c  S st    22     46255      7673     13991     44441     15876     92399    379043   no data   no data
15.89/15.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    211 locsubst:     0 time:   0.01
16.09/16.19	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:    2 Bins:  12178 BRemL:  19724 BRemN:    235 P:  5.4M T:  0.26
16.19/16.20	c Replacing        2 vars Replaced      531 lits Time:     0.01 s 
16.19/16.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.19/16.21	c bin-w-bin subsume rem           22 bins  time:  0.00 s
16.19/16.22	c subs with bin:        3  lits-rem:         1  v-fix:    0  time:  0.01 s
16.19/16.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7458 time:  0.01 s
16.19/16.23	c Removed useless bin:       3  fixed:     0  props:   0.22M  time:  0.00 s
16.19/16.24	c lits-rem:         6  cl-subs:        4  v-elim:      4  v-fix:    0  time:  0.01 s
16.29/16.30	c subs with bin:       12  lits-rem:       384  v-fix:    0  time:  0.05 s
16.29/16.36	c lits-rem:       520  cl-subs:      416  v-elim:      0  v-fix:    0  time:  0.06 s
16.29/16.37	c vivif2 --  cl tried    13983 cl shrink       29 lits rem         56 time: 0.00
16.29/16.38	c vivif2 --  cl tried    14121 cl shrink     2711 lits rem      10528 time: 0.01
16.50/16.52	c asymm  cl-useful: 52/13958/13958 lits-rem:160 time: 0.14
16.50/16.52	c calculated reachability. Time: 0.00
16.50/16.52	c  N st    22     46255      7454     13958     35860     14104     91059    293694   no data   no data
16.59/16.69	c Finding binary XORs  T:     0.17 s  found:       0
18.60/18.64	c  N st    23     60652      7454     13958     35860     27626     91059   1166971   no data   no data
19.80/19.81	c  N st    24     69382      7453     13958     35867     21380     91059    724011   no data   no data
19.80/19.81	c  S st    24     69382      7453     13958     35867     21380     91059    724011   no data   no data
19.89/19.91	c  S st    24     69884      7453     13958     35868     21879     91059    734866   no data   no data
19.89/19.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    102 locsubst:     0 time:   0.01
20.09/20.16	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1713 BRemL:   1402 BRemN:      3 P:  5.9M T:  0.24
20.09/20.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.09/20.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.09/20.17	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.01 s
20.09/20.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7350 time:  0.01 s
20.09/20.18	c Removed useless bin:      11  fixed:     0  props:   0.22M  time:  0.00 s
20.19/20.20	c lits-rem:         2  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.02 s
20.29/20.36	c subs with bin:        1  lits-rem:        65  v-fix:    0  time:  0.13 s
20.80/20.86	c lits-rem:       996  cl-subs:      469  v-elim:      0  v-fix:    0  time:  0.50 s
20.80/20.86	c vivif2 --  cl tried    13951 cl shrink        1 lits rem          1 time: 0.00
20.80/20.90	c vivif2 --  cl tried    20835 cl shrink     4294 lits rem      25839 time: 0.04
20.99/21.05	c asymm  cl-useful: 187/13950/13950 lits-rem:476 time: 0.15
20.99/21.05	c calculated reachability. Time: 0.00
20.99/21.05	c  N st    24     69884      7349     13843     35820     20835     90461    660693   no data   no data
21.19/21.27	c Finding binary XORs  T:     0.17 s  found:      49
23.69/23.79	c  F st    25     87500      7348     13842     35336     37698     90448   1264792   no data   no data
23.79/23.80	c Replacing       49 vars Replaced      729 lits Time:     0.01 s 
23.79/23.81	c  N st    25     87500      7298     13842     35223     37693     90323   1264481   no data   no data
24.40/24.42	c Decided on static restart strategy
24.69/24.75	c  N st    32     95542      7295     13842     35247     27674     90323    738760   no data   no data
25.79/25.83	c  N st    34    104826      7294     13842     35256     36637     90323    984493   no data   no data
25.79/25.83	c  S st    34    104826      7294     13842     35256     36637     90323    984493   no data   no data
25.89/25.96	c  S st    34    105329      7294     13842     35257     37137     90323    997126   no data   no data
25.89/25.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     38 locsubst:     0 time:   0.01
26.19/26.27	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    4 Bins:   2542 BRemL:   2255 BRemN:      0 P:  7.8M T:  0.30
26.19/26.29	c Replacing        4 vars Replaced      369 lits Time:     0.01 s 
26.19/26.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.30/26.31	c bin-w-bin subsume rem           59 bins  time:  0.00 s
26.30/26.31	c subs with bin:       58  lits-rem:        90  v-fix:    0  time:  0.01 s
26.30/26.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7246 time:  0.01 s
26.30/26.32	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
26.30/26.34	c lits-rem:        22  cl-subs:       67  v-elim:     17  v-fix:    0  time:  0.02 s
26.59/26.60	c subs with bin:       68  lits-rem:       946  v-fix:    0  time:  0.24 s
27.19/27.23	c lits-rem:      2096  cl-subs:      921  v-elim:      0  v-fix:    0  time:  0.63 s
27.19/27.24	c vivif2 --  cl tried    13716 cl shrink        0 lits rem          0 time: 0.00
27.19/27.29	c vivif2 --  cl tried    35582 cl shrink     5958 lits rem      28243 time: 0.05
27.40/27.47	c asymm  cl-useful: 63/13716/13716 lits-rem:187 time: 0.18
27.40/27.48	c calculated reachability. Time: 0.00
27.40/27.48	c  N st    34    105329      7229     13710     32762     35579     89317    913105   no data   no data
27.59/27.64	c Finding binary XORs  T:     0.17 s  found:       1
28.60/28.68	c  N st    35    114927      7228     13710     32764     24933     89317    536680   no data   no data
30.19/30.22	c  N st    36    129325      7227     13710     32765     38722     89315    927277   no data   no data
32.40/32.47	c  N st    37    150920      7227     13710     32766     37596     89315    874157   no data   no data
33.29/33.30	c  S st    38    157994      7225     13710     32768     44334     89315   1108109   no data   no data
33.40/33.46	c  S st    38    158496      7225     13710     32768     44834     89315   1121211   no data   no data
33.40/33.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.69/33.78	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    2 Bins:   1062 BRemL:    901 BRemN:      8 P:  7.6M T:  0.30
33.79/33.80	c Replacing        3 vars Replaced     1965 lits Time:     0.02 s 
33.79/33.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.79/33.81	c bin-w-bin subsume rem           43 bins  time:  0.00 s
33.79/33.81	c subs with bin:        2  lits-rem:         3  v-fix:    0  time:  0.01 s
33.79/33.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7221 time:  0.01 s
33.79/33.83	c Removed useless bin:       2  fixed:     0  props:   0.22M  time:  0.00 s
33.79/33.85	c lits-rem:         1  cl-subs:       22  v-elim:     18  v-fix:    0  time:  0.02 s
34.10/34.12	c subs with bin:        8  lits-rem:       161  v-fix:    0  time:  0.24 s
35.29/35.39	c lits-rem:      2381  cl-subs:     1149  v-elim:      0  v-fix:    0  time:  1.26 s
35.29/35.39	c vivif2 --  cl tried    13683 cl shrink        2 lits rem          2 time: 0.00
35.39/35.45	c vivif2 --  cl tried    43625 cl shrink     6294 lits rem      46071 time: 0.06
35.59/35.63	c asymm  cl-useful: 23/13683/13683 lits-rem:73 time: 0.18
35.59/35.64	c calculated reachability. Time: 0.00
35.59/35.64	c  N st    38    158496      7203     13681     32032     43625     88860   1039775   no data   no data
35.79/35.80	c Finding binary XORs  T:     0.17 s  found:       0
41.59/41.60	c  N st    39    207086      7203     13681     32033     42612     88860   1149816   no data   no data
44.99/45.06	c  N st    40    237744      7203     13681     32034     45619     88860    938462   no data   no data
44.99/45.06	c  S st    40    237744      7203     13681     32034     45619     88860    938462   no data   no data
45.19/45.22	c  S st    40    238245      7203     13681     32036     46116     88860    953615   no data   no data
45.19/45.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
45.49/45.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    236 BRemL:    247 BRemN:      2 P:  7.8M T:  0.29
45.49/45.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.49/45.53	c bin-w-bin subsume rem            1 bins  time:  0.00 s
45.49/45.53	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
45.49/45.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7203 time:  0.01 s
45.49/45.55	c Removed useless bin:       1  fixed:     0  props:   0.22M  time:  0.00 s
45.49/45.57	c lits-rem:         0  cl-subs:        8  v-elim:      1  v-fix:    0  time:  0.02 s
45.69/45.71	c subs with bin:        0  lits-rem:         9  v-fix:    0  time:  0.12 s
46.98/47.00	c lits-rem:      2746  cl-subs:     2170  v-elim:      0  v-fix:    0  time:  1.29 s
46.98/47.00	c vivif2 --  cl tried    13674 cl shrink        1 lits rem          1 time: 0.00
46.98/47.05	c vivif2 --  cl tried    43909 cl shrink     5231 lits rem      18573 time: 0.06
47.19/47.22	c asymm  cl-useful: 26/13674/13674 lits-rem:40 time: 0.17
47.19/47.23	c calculated reachability. Time: 0.00
47.19/47.23	c  N st    40    238245      7202     13671     31996     43909     88763    881154   no data   no data
47.38/47.40	c Finding binary XORs  T:     0.17 s  found:       0
54.09/54.11	c  F st    41    306250      7200     13671     32000     55026     88763   1314864   no data   no data
54.09/54.12	c  N st    41    306250      7200     13671     31907     55025     88723   1314711   no data   no data
54.90/54.93	c Decided on static restart strategy
57.29/57.33	c  N st    51    334554      7193     13671     31930     53724     88723   1075736   no data   no data
59.79/59.85	c  N st    53    357368      7193     13671     31933     45980     88723    861823   no data   no data
59.79/59.85	c  S st    53    357368      7193     13671     31933     45980     88723    861823   no data   no data
59.89/59.98	c  S st    53    357871      7193     13671     31935     46476     88722    872078   no data   no data
59.89/59.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
60.29/60.30	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    514 BRemL:    447 BRemN:      0 P:  7.9M T:  0.30
60.29/60.31	c Replacing        4 vars Replaced      271 lits Time:     0.01 s 
60.29/60.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.29/60.32	c bin-w-bin subsume rem            7 bins  time:  0.00 s
60.29/60.33	c subs with bin:       43  lits-rem:        16  v-fix:    0  time:  0.01 s
60.29/60.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7188 time:  0.01 s
60.29/60.34	c Removed useless bin:       6  fixed:     0  props:   0.22M  time:  0.00 s
60.29/60.36	c lits-rem:         0  cl-subs:       12  v-elim:      5  v-fix:    0  time:  0.02 s
60.40/60.49	c subs with bin:       26  lits-rem:       197  v-fix:    0  time:  0.11 s
61.39/61.45	c lits-rem:      2386  cl-subs:     1260  v-elim:      0  v-fix:    0  time:  0.95 s
61.39/61.45	c vivif2 --  cl tried    13606 cl shrink        0 lits rem          0 time: 0.00
61.39/61.50	c vivif2 --  cl tried    45153 cl shrink     3596 lits rem      20715 time: 0.05
61.60/61.67	c asymm  cl-useful: 16/13606/13606 lits-rem:21 time: 0.18
61.60/61.68	c calculated reachability. Time: 0.00
61.60/61.68	c  N st    53    357871      7183     13606     31283     45151     88215    823660   no data   no data
61.79/61.85	c Finding binary XORs  T:     0.17 s  found:       0
65.18/65.20	c  N st    54    390263      7183     13606     31285     45477     88215    895560   no data   no data
70.19/70.29	c  N st    55    438851      7183     13606     31285     60495     88215   1438044   no data   no data
79.10/79.18	c  N st    56    511734      7183     13606     31285     64489     88215   1815780   no data   no data
82.98/83.01	c  N st    57    536808      7183     13606     31295     54299     88215   1257478   no data   no data
82.98/83.01	c  S st    57    536808      7183     13606     31295     54299     88215   1257478   no data   no data
83.08/83.18	c  S st    57    537310      7183     13606     31295     54797     88215   1271305   no data   no data
83.08/83.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
83.49/83.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     94 BRemL:     32 BRemN:      3 P:  8.4M T:  0.32
83.49/83.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
83.49/83.52	c bin-w-bin subsume rem            7 bins  time:  0.00 s
83.49/83.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.49/83.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7183 time:  0.01 s
83.49/83.54	c Removed useless bin:       4  fixed:     0  props:   0.22M  time:  0.00 s
83.49/83.56	c lits-rem:         2  cl-subs:        2  v-elim:      2  v-fix:    0  time:  0.02 s
83.78/83.84	c subs with bin:        8  lits-rem:       109  v-fix:    0  time:  0.24 s
85.39/85.45	c lits-rem:      1576  cl-subs:     1881  v-elim:      0  v-fix:    0  time:  1.61 s
85.39/85.46	c vivif2 --  cl tried    13602 cl shrink        0 lits rem          0 time: 0.00
85.49/85.54	c vivif2 --  cl tried    52908 cl shrink     7846 lits rem      22890 time: 0.08
85.70/85.78	c asymm  cl-useful: 58/13602/13602 lits-rem:61 time: 0.24
85.70/85.79	c calculated reachability. Time: 0.00
85.70/85.79	c  N st    57    537310      7181     13602     31343     52907     88109   1209142   no data   no data
103.98/104.05	c  N st    58    701294      7181     13602     31344     61638     88109   1365873   no data   no data
118.49/118.51	c  N st    59    805965      7180     13602     31346     80805     88108   1499516   no data   no data
118.49/118.51	c  S st    59    805965      7180     13602     31346     80805     88108   1499516   no data   no data
118.69/118.72	c  S st    59    806468      7180     13602     31348     81304     88107   1509967   no data   no data
118.69/118.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
119.08/119.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    508 BRemL:    570 BRemN:      0 P: 10.3M T:  0.46
119.18/119.22	c Replacing        2 vars Replaced     1536 lits Time:     0.03 s 
119.18/119.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
119.18/119.23	c bin-w-bin subsume rem            1 bins  time:  0.00 s
119.18/119.23	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
119.18/119.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7178 time:  0.01 s
119.18/119.25	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
119.18/119.28	c lits-rem:         0  cl-subs:       14  v-elim:      3  v-fix:    0  time:  0.03 s
119.39/119.49	c subs with bin:        8  lits-rem:       128  v-fix:    0  time:  0.16 s
127.50/127.56	c lits-rem:      4705  cl-subs:    14728  v-elim:      0  v-fix:    0  time:  8.07 s
127.50/127.56	c vivif2 --  cl tried    13593 cl shrink        4 lits rem          4 time: 0.00
127.60/127.66	c vivif2 --  cl tried    66561 cl shrink    10537 lits rem      20648 time: 0.10
127.89/127.93	c asymm  cl-useful: 48/13593/13593 lits-rem:52 time: 0.26
127.89/127.93	c calculated reachability. Time: 0.00
127.89/127.93	c  N st    59    806468      7175     13593     30887     66560     87955   1199081   no data   no data
128.09/128.10	c Finding binary XORs  T:     0.17 s  found:       0
168.20/168.21	c  F st    60   1071877      7174     13593     30890     62158     87955   1321609   no data   no data
168.20/168.22	c  N st    60   1071877      7174     13593     30731     62154     87895   1321319   no data   no data
168.99/169.02	c Decided on static restart strategy
171.98/172.05	c  N st    70   1100179      7173     13593     30737     89521     87895   2100083   no data   no data
176.19/176.21	c  N st    72   1136172      7173     13593     30739     77255     87895   1589362   no data   no data
180.49/180.59	c  N st    73   1168565      7173     13593     30740     60189     87895   1219253   no data   no data
189.29/189.38	c  N st    74   1209705      7173     13593     30742    100365     87895   3124327   no data   no data
189.29/189.38	c  S st    74   1209705      7173     13593     30742    100365     87895   3124327   no data   no data
189.59/189.64	c  S st    74   1210210      7173     13593     30742    100868     87894   3141334   no data   no data
189.59/189.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
190.09/190.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    940 BRemL:    903 BRemN:      0 P: 13.4M T:  0.47
190.09/190.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.09/190.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.09/190.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.09/190.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7173 time:  0.01 s
190.09/190.14	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
190.09/190.18	c lits-rem:         0  cl-subs:        9  v-elim:      4  v-fix:    0  time:  0.04 s
190.79/190.85	c subs with bin:       51  lits-rem:       681  v-fix:    0  time:  0.58 s
198.29/198.35	c lits-rem:      5714  cl-subs:     3532  v-elim:      0  v-fix:    0  time:  7.50 s
198.29/198.36	c vivif2 --  cl tried    13589 cl shrink        3 lits rem          3 time: 0.00
198.59/198.60	c vivif2 --  cl tried    97279 cl shrink    21825 lits rem     106291 time: 0.24
198.89/198.90	c asymm  cl-useful: 36/7564/13589 lits-rem:43 time: 0.30
198.89/198.91	c calculated reachability. Time: 0.00
198.89/198.91	c  N st    74   1210210      7169     13587     30377     97278     87820   2917016   no data   no data
199.00/199.07	c Finding binary XORs  T:     0.17 s  found:       0
211.68/211.77	c  N st    75   1283092      7169     13587     30381     67306     87820   1275906   no data   no data
228.19/228.27	c  N st    76   1392416      7168     13587     30428     70414     87820   1535506   no data   no data
262.70/262.75	c  N st    77   1556402      7166     13587     30486     68521     87820   1244768   no data   no data
285.19/285.29	c  N st    78   1710210      7166     13587     30486    103342     87820   3895114   no data   no data
285.19/285.29	c  S st    78   1710210      7166     13587     30486    103342     87820   3895114   no data   no data
285.49/285.60	c  S st    78   1710711      7166     13587     30488    103839     87820   3909345   no data   no data
285.60/285.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
286.20/286.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:    886 BRemL:    615 BRemN:      2 P: 13.4M T:  0.59
286.30/286.38	c Replacing        5 vars Replaced    22121 lits Time:     0.18 s 
286.30/286.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.30/286.39	c bin-w-bin subsume rem           10 bins  time:  0.00 s
286.40/286.40	c subs with bin:        6  lits-rem:         6  v-fix:    0  time:  0.01 s
286.40/286.41	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:   7161 time:  0.01 s
286.40/286.41	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
286.40/286.46	c lits-rem:         0  cl-subs:       15  v-elim:      5  v-fix:    0  time:  0.05 s
287.29/287.33	c subs with bin:      254  lits-rem:      3391  v-fix:    0  time:  0.77 s
303.69/303.72	c lits-rem:      6392  cl-subs:     2832  v-elim:      0  v-fix:    0  time: 16.38 s
303.69/303.72	c vivif2 --  cl tried    13566 cl shrink        0 lits rem          0 time: 0.00
304.09/304.11	c vivif2 --  cl tried   100714 cl shrink    24339 lits rem      97315 time: 0.39
304.19/304.20	c asymm  cl-useful: 0/6002/13566 lits-rem:0 time: 0.09
304.19/304.21	c calculated reachability. Time: 0.00
304.19/304.21	c  N st    78   1710711      7156     13566     30026    100700     87659   3654920   no data   no data
304.29/304.38	c Finding binary XORs  T:     0.17 s  found:       0
388.40/388.41	c  N st    79   2079675      7156     13566     30068     96215     87658   2186785   no data   no data
408.10/408.17	c  N st    80   2210711      7156     13566     30068     93990     87658   1799509   no data   no data
408.10/408.17	c  S st    80   2210711      7156     13566     30068     93990     87658   1799509   no data   no data
408.39/408.44	c  S st    80   2211212      7156     13566     30068     94489     87658   1815546   no data   no data
408.39/408.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
408.89/408.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    399 BRemL:    408 BRemN:      3 P: 12.8M T:  0.48
408.89/408.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
408.89/408.94	c bin-w-bin subsume rem            4 bins  time:  0.00 s
408.89/408.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
408.89/408.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7156 time:  0.01 s
408.89/408.96	c Removed useless bin:       1  fixed:     0  props:   0.23M  time:  0.00 s
408.89/409.00	c lits-rem:         0  cl-subs:        4  v-elim:      4  v-fix:    0  time:  0.03 s
409.29/409.30	c subs with bin:      139  lits-rem:      1035  v-fix:    0  time:  0.26 s
412.50/412.53	c lits-rem:      6319  cl-subs:     2019  v-elim:      0  v-fix:    0  time:  3.22 s
412.50/412.53	c vivif2 --  cl tried    13566 cl shrink        0 lits rem          0 time: 0.00
412.59/412.64	c vivif2 --  cl tried    92294 cl shrink     6299 lits rem      23044 time: 0.11
412.89/412.94	c asymm  cl-useful: 20/8520/13566 lits-rem:33 time: 0.30
412.89/412.95	c calculated reachability. Time: 0.00
412.89/412.95	c  N st    80   2211212      7152     13565     29743     92292     87605   1743149   no data   no data
413.09/413.12	c Finding binary XORs  T:     0.17 s  found:       0
518.11/518.13	c  N st    81   2711213      7152     13565     29820     96214     87604   2035990   no data   no data
518.11/518.13	c  S st    81   2711213      7152     13565     29820     96214     87604   2035990   no data   no data
518.30/518.34	c  S st    81   2711717      7152     13565     29824     96711     87604   2050092   no data   no data
518.30/518.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
518.80/518.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    430 BRemL:    283 BRemN:      0 P: 14.1M T:  0.48
518.80/518.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
518.80/518.84	c bin-w-bin subsume rem            1 bins  time:  0.00 s
518.80/518.85	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
518.80/518.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7152 time:  0.01 s
518.80/518.86	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
518.80/518.89	c lits-rem:         0  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.03 s
519.30/519.33	c subs with bin:      174  lits-rem:      1055  v-fix:    0  time:  0.38 s
521.20/521.24	c lits-rem:      5417  cl-subs:     2021  v-elim:      0  v-fix:    0  time:  1.90 s
521.20/521.24	c vivif2 --  cl tried    13558 cl shrink        0 lits rem          0 time: 0.00
521.30/521.37	c vivif2 --  cl tried    94516 cl shrink     9301 lits rem      32215 time: 0.13
521.40/521.44	c asymm  cl-useful: 0/5038/13558 lits-rem:0 time: 0.07
521.40/521.45	c calculated reachability. Time: 0.00
521.40/521.45	c  N st    81   2711717      7152     13558     29971     94516     87561   1953893   no data   no data
521.59/521.62	c Finding binary XORs  T:     0.17 s  found:       0
601.50/601.59	c  N st    82   3211718      7152     13558     29975    125059     87561   2920885   no data   no data
601.50/601.59	c  S st    82   3211718      7152     13558     29975    125059     87561   2920885   no data   no data
601.80/601.88	c  S st    82   3212219      7152     13558     29977    125557     87561   2937893   no data   no data
601.80/601.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
602.40/602.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     24 BRemL:     11 BRemN:      0 P: 14.5M T:  0.51
602.40/602.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
602.40/602.41	c bin-w-bin subsume rem            1 bins  time:  0.00 s
602.40/602.41	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.01 s
602.40/602.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7152 time:  0.01 s
602.40/602.43	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
602.40/602.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
602.90/602.96	c subs with bin:        6  lits-rem:         5  v-fix:    0  time:  0.41 s
610.60/610.60	c lits-rem:     13280  cl-subs:     2103  v-elim:      0  v-fix:    0  time:  7.64 s
610.60/610.60	c vivif2 --  cl tried    13555 cl shrink        0 lits rem          0 time: 0.00
610.80/610.85	c vivif2 --  cl tried   123448 cl shrink    14683 lits rem      72029 time: 0.24
611.11/611.16	c asymm  cl-useful: 18/6247/13555 lits-rem:21 time: 0.31
611.11/611.17	c calculated reachability. Time: 0.00
611.11/611.17	c  N st    82   3212219      7152     13555     29989    123448     87533   2787689   no data   no data
705.41/705.47	c  N st    83   3712219      7152     13555     29993    123172     87533   2659933   no data   no data
705.41/705.47	c  S st    83   3712219      7152     13555     29993    123172     87533   2659933   no data   no data
705.71/705.74	c  S st    83   3712724      7152     13555     29993    123675     87533   2679308   no data   no data
705.71/705.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
706.22/706.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     64 BRemL:     65 BRemN:      0 P: 14.8M T:  0.51
706.22/706.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
706.22/706.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
706.22/706.28	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.01 s
706.22/706.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7152 time:  0.01 s
706.22/706.29	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
706.31/706.33	c lits-rem:         0  cl-subs:        2  v-elim:      1  v-fix:    0  time:  0.04 s
706.81/706.81	c subs with bin:        2  lits-rem:         3  v-fix:    0  time:  0.40 s
715.41/715.47	c lits-rem:      4984  cl-subs:     5168  v-elim:      0  v-fix:    0  time:  8.66 s
715.41/715.47	c vivif2 --  cl tried    13555 cl shrink        0 lits rem          0 time: 0.00
715.61/715.68	c vivif2 --  cl tried   118505 cl shrink    11554 lits rem      34556 time: 0.21
715.81/715.81	c asymm  cl-useful: 0/7308/13555 lits-rem:0 time: 0.13
715.81/715.82	c calculated reachability. Time: 0.00
715.81/715.82	c  N st    83   3712724      7151     13555     29875    118505     87521   2523049   no data   no data
722.71/722.77	c  F st    84   3751564      7151     13555     29875    155848     87521   3852332   no data   no data
722.71/722.78	c  N st    84   3751564      7151     13555     29875    155848     87521   3852332   no data   no data
724.10/724.18	c Decided on static restart strategy
729.31/729.34	c  N st    94   3779867      7150     13555     29893    100350     87521   1908195   no data   no data
734.91/734.93	c  N st    96   3815862      7150     13555     29894    135025     87521   2813541   no data   no data
740.41/740.48	c  N st    97   3848255      7150     13555     29894    164911     87521   3393169   no data   no data
752.31/752.35	c  N st    98   3896843      7150     13555     29902    128919     87521   2762206   no data   no data
766.72/766.72	c  N st    99   3969725      7149     13555     29904    114465     87521   2404595   no data   no data
796.01/796.06	c  N st   100   4079050      7149     13555     29935    132602     87521   2498715   no data   no data
818.42/818.45	c  N st   101   4212726      7149     13555     29935    170410     87521   3406029   no data   no data
818.42/818.45	c  S st   101   4212726      7149     13555     29935    170410     87521   3406029   no data   no data
818.81/818.89	c  S st   101   4213229      7149     13555     29939    170908     87521   3420992   no data   no data
818.91/818.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
819.52/819.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    639 BRemL:    514 BRemN:      0 P: 18.2M T:  0.64
819.52/819.59	c Replacing        1 vars Replaced      173 lits Time:     0.04 s 
819.52/819.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
819.61/819.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
819.61/819.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
819.61/819.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7148 time:  0.01 s
819.61/819.62	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
819.61/819.67	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.05 s
820.11/820.15	c subs with bin:      138  lits-rem:       254  v-fix:    0  time:  0.38 s
850.71/850.76	c lits-rem:     11720  cl-subs:    13949  v-elim:      0  v-fix:    0  time: 30.61 s
850.71/850.76	c vivif2 --  cl tried    13553 cl shrink        0 lits rem          0 time: 0.00
851.01/851.02	c vivif2 --  cl tried   156809 cl shrink    10996 lits rem      35841 time: 0.26
851.32/851.35	c asymm  cl-useful: 11/4667/13553 lits-rem:19 time: 0.33
851.32/851.36	c calculated reachability. Time: 0.00
851.32/851.36	c  N st   101   4213229      7147     13552     29915    156808     87444   3056353   no data   no data
851.51/851.53	c Finding binary XORs  T:     0.17 s  found:       0
891.41/891.42	c  N st   102   4459206      7147     13552     29920    123890     87444   2257530   no data   no data
939.11/939.15	c  N st   103   4713230      7147     13552     29929    184780     87444   4402170   no data   no data
939.11/939.15	c  S st   103   4713230      7147     13552     29929    184780     87444   4402170   no data   no data
939.51/939.52	c  S st   103   4713736      7147     13552     29929    185282     87444   4419380   no data   no data
939.51/939.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
940.11/940.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     38 BRemL:     54 BRemN:      1 P: 16.9M T:  0.64
940.11/940.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
940.11/940.19	c bin-w-bin subsume rem            5 bins  time:  0.00 s
940.11/940.19	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.01 s
940.21/940.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7147 time:  0.01 s
940.21/940.21	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
940.21/940.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
940.81/940.86	c subs with bin:       10  lits-rem:        72  v-fix:    0  time:  0.47 s
978.61/978.66	c lits-rem:     10953  cl-subs:    11350  v-elim:      0  v-fix:    0  time: 37.80 s
978.61/978.66	c vivif2 --  cl tried    13546 cl shrink        0 lits rem          0 time: 0.00
979.31/979.39	c vivif2 --  cl tried   173922 cl shrink    51860 lits rem     415930 time: 0.73
979.51/979.59	c asymm  cl-useful: 0/8879/13546 lits-rem:0 time: 0.20
979.61/979.60	c calculated reachability. Time: 0.00
979.61/979.60	c  N st   103   4713736      7147     13546     29907    173922     87420   3625326   no data   no data
1065.41/1065.40	c  N st   104   5213737      7147     13546     29912    173474     87420   3114853   no data   no data
1065.41/1065.40	c  S st   104   5213737      7147     13546     29912    173474     87420   3114853   no data   no data
1065.92/1065.91	c  S st   104   5214241      7147     13546     29914    173974     87419   3132696   no data   no data
1065.92/1065.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1066.61/1066.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    125 BRemL:    234 BRemN:      0 P: 15.8M T:  0.68
1066.61/1066.63	c Replacing        1 vars Replaced      625 lits Time:     0.02 s 
1066.61/1066.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1066.61/1066.64	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1066.61/1066.65	c subs with bin:        0  lits-rem:         2  v-fix:    0  time:  0.01 s
1066.61/1066.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7146 time:  0.01 s
1066.61/1066.66	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
1066.71/1066.71	c lits-rem:         0  cl-subs:        3  v-elim:      2  v-fix:    0  time:  0.05 s
1067.11/1067.15	c subs with bin:        7  lits-rem:        91  v-fix:    0  time:  0.35 s
1089.92/1089.99	c lits-rem:     24714  cl-subs:    10283  v-elim:      0  v-fix:    0  time: 22.84 s
1089.92/1089.99	c vivif2 --  cl tried    13546 cl shrink        3 lits rem          3 time: 0.00
1090.21/1090.26	c vivif2 --  cl tried   163675 cl shrink     7379 lits rem      14326 time: 0.26
1090.61/1090.66	c asymm  cl-useful: 8/4040/13546 lits-rem:10 time: 0.41
1090.61/1090.67	c calculated reachability. Time: 0.00
1090.61/1090.67	c  N st   104   5214241      7144     13546     29522    163674     87389   2895126   no data   no data
1215.62/1215.64	c  N st   105   5714241      7144     13546     29572    153850     87388   2724051   no data   no data
1215.62/1215.64	c  S st   105   5714241      7144     13546     29572    153850     87388   2724051   no data   no data
1215.82/1215.81	c Finding binary XORs  T:     0.17 s  found:       0
1216.12/1216.10	c  S st   105   5714741      7144     13546     29575    154346     87388   2739529   no data   no data
1216.12/1216.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1216.72/1216.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    272 BRemL:    457 BRemN:      0 P: 20.1M T:  0.64
1216.72/1216.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1216.72/1216.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1216.72/1216.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1216.72/1216.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7144 time:  0.01 s
1216.72/1216.79	c Removed useless bin:       0  fixed:     0  props:   0.24M  time:  0.00 s
1216.82/1216.83	c lits-rem:         0  cl-subs:        6  v-elim:      3  v-fix:    0  time:  0.05 s
1217.32/1217.30	c subs with bin:      105  lits-rem:       851  v-fix:    0  time:  0.39 s
1225.62/1225.62	c lits-rem:     11570  cl-subs:    13945  v-elim:      0  v-fix:    0  time:  8.31 s
1225.62/1225.62	c vivif2 --  cl tried    13544 cl shrink        0 lits rem          0 time: 0.00
1225.82/1225.81	c vivif2 --  cl tried   140285 cl shrink    13446 lits rem      39073 time: 0.19
1226.02/1226.05	c asymm  cl-useful: 2/9504/13544 lits-rem:4 time: 0.24
1226.02/1226.06	c calculated reachability. Time: 0.00
1226.02/1226.06	c  N st   105   5714741      7141     13543     28867    140284     87344   2422256   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-3368459-1305388660/watcher-3368459-1305388660 -o /tmp/evaluation-result-3368459-1305388660/solver-3368459-1305388660 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368459-1305388660.cnf 

running on 2 cores: 1,3

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 2/273 29633
/proc/meminfo: memFree=25719004/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=46468 CPUtime=0.01 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 5527 0 0 0 1 0 0 0 21 0 1 0 729096585 47583232 4417 33554432000 4194304 4580011 140736814832608 18446744073709551615 4489100 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 11617 4417 325 95 0 6599 0

[startup+0.0973181 s]
/proc/loadavg: 0.87 2.44 3.37 2/273 29633
/proc/meminfo: memFree=25719004/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=51468 CPUtime=0.09 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 7121 0 0 0 8 1 0 0 21 0 1 0 729096585 52703232 6011 33554432000 4194304 4580011 140736814832608 18446744073709551615 4293936 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51468

[startup+0.100309 s]
/proc/loadavg: 0.87 2.44 3.37 2/273 29633
/proc/meminfo: memFree=25719004/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=51468 CPUtime=0.09 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 7121 0 0 0 8 1 0 0 21 0 1 0 729096585 52703232 6011 33554432000 4194304 4580011 140736814832608 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51468

[startup+0.300278 s]
/proc/loadavg: 0.87 2.44 3.37 2/273 29633
/proc/meminfo: memFree=25719004/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=51468 CPUtime=0.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 7121 0 0 0 28 1 0 0 22 0 1 0 729096585 52703232 6011 33554432000 4194304 4580011 140736814832608 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51468

[startup+0.700201 s]
/proc/loadavg: 0.87 2.44 3.37 2/273 29633
/proc/meminfo: memFree=25719004/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=51468 CPUtime=0.69 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 7121 0 0 0 68 1 0 0 23 0 1 0 729096585 52703232 6011 33554432000 4194304 4580011 140736814832608 18446744073709551615 4293152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 12867 6011 340 95 0 7849 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51468

[startup+1.50106 s]
/proc/loadavg: 0.87 2.44 3.37 5/287 29660
/proc/meminfo: memFree=25589420/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=86560 CPUtime=1.49 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 14869 0 0 0 148 1 0 0 25 0 1 0 729096585 88637440 13759 33554432000 4194304 4580011 140736814832608 18446744073709551615 260020056773 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 21640 13759 342 95 0 16622 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86560

[startup+3.10076 s]
/proc/loadavg: 0.87 2.44 3.37 5/287 29660
/proc/meminfo: memFree=25395484/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=171236 CPUtime=3.09 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 35082 0 0 0 305 4 0 0 25 0 1 0 729096585 175345664 33972 33554432000 4194304 4580011 140736814832608 18446744073709551615 4289044 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 42809 33972 342 95 0 37791 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 171236

[startup+6.30017 s]
/proc/loadavg: 1.12 2.46 3.37 5/287 29660
/proc/meminfo: memFree=24793344/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=331280 CPUtime=6.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 68468 0 0 0 621 8 0 0 25 0 1 0 729096585 339230720 67358 33554432000 4194304 4580011 140736814832608 18446744073709551615 4293076 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 82820 67358 342 95 0 77802 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 331280

[startup+12.701 s]
/proc/loadavg: 1.35 2.49 3.37 5/287 29660
/proc/meminfo: memFree=24451512/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=348748 CPUtime=12.69 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 73785 0 0 0 1260 9 0 0 25 0 1 0 729096585 357117952 71232 33554432000 4194304 4580011 140736814832608 18446744073709551615 4295437 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 87187 71232 366 95 0 82169 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 348748

[startup+25.5006 s]
/proc/loadavg: 1.93 2.56 3.38 5/287 29661
/proc/meminfo: memFree=24343120/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=374892 CPUtime=25.49 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 84733 0 0 0 2538 11 0 0 25 0 1 0 729096585 383889408 77692 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 93723 77692 367 95 0 88705 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 374892

[startup+51.1009 s]
/proc/loadavg: 2.64 2.68 3.40 5/287 29661
/proc/meminfo: memFree=24222468/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=410060 CPUtime=51.08 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 98379 0 0 0 5095 13 0 0 25 0 1 0 729096585 419901440 85092 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 102515 85092 367 95 0 97497 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 410060

[startup+102.31 s]
/proc/loadavg: 3.62 2.93 3.44 5/287 29663
/proc/meminfo: memFree=24195364/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=408572 CPUtime=102.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 121515 0 0 0 10211 18 0 0 25 0 1 0 729096585 418377728 85505 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 102143 85505 367 95 0 97125 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 408572

[startup+162.3 s]
/proc/loadavg: 3.86 3.12 3.47 5/287 29664
/proc/meminfo: memFree=24065504/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=432472 CPUtime=162.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 144564 0 0 0 16206 23 0 0 25 0 1 0 729096585 442851328 92407 33554432000 4194304 4580011 140736814832608 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 108118 92407 367 95 0 103100 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 432472

[startup+222.3 s]
/proc/loadavg: 4.03 3.29 3.51 5/287 29675
/proc/meminfo: memFree=24012296/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=460136 CPUtime=222.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 169994 0 0 0 22202 27 0 0 25 0 1 0 729096585 471179264 98220 33554432000 4194304 4580011 140736814832608 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 115034 98220 367 95 0 110016 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 460136

[startup+282.3 s]
/proc/loadavg: 4.01 3.42 3.54 5/287 29677
/proc/meminfo: memFree=23993796/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=460736 CPUtime=282.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 192124 0 0 0 28197 32 0 0 25 0 1 0 729096585 471793664 98778 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 115184 98779 367 95 0 110166 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 460736

[startup+342.3 s]
/proc/loadavg: 4.00 3.52 3.56 5/287 29678
/proc/meminfo: memFree=23892052/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=498348 CPUtime=342.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 214789 0 0 0 34193 36 0 0 25 0 1 0 729096585 510308352 108392 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 124587 108392 367 95 0 119569 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 498348

[startup+402.3 s]
/proc/loadavg: 4.00 3.61 3.59 5/287 29680
/proc/meminfo: memFree=23837324/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=573188 CPUtime=402.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 231757 0 0 0 40189 40 0 0 25 0 1 0 729096585 586944512 112713 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 143297 112713 367 95 0 138279 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 573188

[startup+462.3 s]
/proc/loadavg: 4.04 3.69 3.62 5/287 29681
/proc/meminfo: memFree=23765112/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=513600 CPUtime=462.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 247255 0 0 0 46186 43 0 0 25 0 1 0 729096585 525926400 112219 33554432000 4194304 4580011 140736814832608 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 128400 112219 367 95 0 123382 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 513600

[startup+522.3 s]
/proc/loadavg: 4.01 3.74 3.64 5/287 29683
/proc/meminfo: memFree=23736156/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=513968 CPUtime=522.29 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 261964 0 0 0 52183 46 0 0 25 0 1 0 729096585 526303232 111483 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 128492 111483 367 95 0 123474 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 513968

[startup+582.3 s]
/proc/loadavg: 4.00 3.79 3.66 5/287 29685
/proc/meminfo: memFree=23712548/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=538820 CPUtime=582.3 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 272289 0 0 0 58181 49 0 0 25 0 1 0 729096585 551751680 116849 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 134705 116849 367 95 0 129687 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 538820

[startup+642.3 s]
/proc/loadavg: 4.08 3.84 3.68 5/287 29686
/proc/meminfo: memFree=23667828/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=538820 CPUtime=642.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 283141 0 0 0 64177 54 0 0 25 0 1 0 729096585 551751680 118760 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 134705 118760 367 95 0 129687 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 538820

[startup+702.301 s]
/proc/loadavg: 4.07 3.88 3.70 5/287 29715
/proc/meminfo: memFree=24267740/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=555672 CPUtime=702.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 300382 0 0 0 70172 59 0 0 25 0 1 0 729096585 569008128 121199 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294398 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 138918 121199 367 95 0 133900 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 555672

[startup+762.31 s]
/proc/loadavg: 4.02 3.90 3.72 5/287 29716
/proc/meminfo: memFree=24202336/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=623896 CPUtime=762.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 312511 0 0 0 76171 60 0 0 25 0 1 0 729096585 638869504 123702 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 155974 123702 367 95 0 150956 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 623896

[startup+822.301 s]
/proc/loadavg: 4.01 3.92 3.73 5/287 29718
/proc/meminfo: memFree=24192124/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=561080 CPUtime=822.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 326877 0 0 0 82167 64 0 0 25 0 1 0 729096585 574545920 123863 33554432000 4194304 4580011 140736814832608 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 140270 123863 367 95 0 135252 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 561080

[startup+882.301 s]
/proc/loadavg: 4.05 3.94 3.75 5/287 29720
/proc/meminfo: memFree=24143364/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=558540 CPUtime=882.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 334373 0 0 0 88165 66 0 0 25 0 1 0 729096585 571944960 122439 33554432000 4194304 4580011 140736814832608 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 139635 122439 367 95 0 134617 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 558540

[startup+942.301 s]
/proc/loadavg: 4.02 3.95 3.76 5/287 29721
/proc/meminfo: memFree=24082692/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=662764 CPUtime=942.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 345645 0 0 0 94163 68 0 0 25 0 1 0 729096585 678670336 132970 33554432000 4194304 4580011 140736814832608 18446744073709551615 4451925 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 165691 132970 367 95 0 160673 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 662764

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.77 5/287 29723
/proc/meminfo: memFree=24039868/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=610464 CPUtime=1002.32 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 351975 0 0 0 100162 70 0 0 25 0 1 0 729096585 625115136 136533 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 152616 136533 367 95 0 147598 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 610464

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.79 5/287 29724
/proc/meminfo: memFree=24005832/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=607344 CPUtime=1062.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 362712 0 0 0 106159 72 0 0 25 0 1 0 729096585 621920256 135012 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294430 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 151836 135012 367 95 0 146818 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 607344

[startup+1122.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/287 29726
/proc/meminfo: memFree=23967460/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=694888 CPUtime=1122.31 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 368406 0 0 0 112157 74 0 0 25 0 1 0 729096585 711565312 140427 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 173722 140427 367 95 0 168704 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 694888

[startup+1182.3 s]
/proc/loadavg: 4.04 3.99 3.82 5/287 29728
/proc/meminfo: memFree=23954292/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=642740 CPUtime=1182.32 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 375836 0 0 0 118156 76 0 0 25 0 1 0 729096585 658165760 143049 33554432000 4194304 4580011 140736814832608 18446744073709551615 4317080 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 160685 143049 367 95 0 155667 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 642740

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 3.83 5/287 29729
/proc/meminfo: memFree=23962928/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=643004 CPUtime=1242.32 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 381444 0 0 0 124155 77 0 0 25 0 1 0 729096585 658436096 143101 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 160751 143101 367 95 0 155733 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 643004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.83 5/287 29731
/proc/meminfo: memFree=23917616/32951124 swapFree=67083432/67111528
[pid=29633] ppid=29631 vsize=716712 CPUtime=1300.04 cores=1,3
/proc/29633/stat : 29633 (strangenight2-s) R 29631 29633 29599 0 -1 4202496 390036 0 0 0 129923 81 0 0 25 0 1 0 729096585 733913088 145698 33554432000 4194304 4580011 140736814832608 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/29633/statm: 179178 145698 367 95 0 174160 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 716712

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.07
CPU user time (s): 1299.23
CPU system time (s): 0.835872
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 716712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.23
system time used= 0.835872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390036
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= 10
involuntary context switches= 1522

runsolver used 3.48147 second user time and 7.8548 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 17:57:40
IDJOB=3368459
IDBENCH=83113
IDSOLVER=1845
FILE ID=node110/3368459-1305388660
RUNJOBID= node110-1305388660-29619
PBS_JOBID= 13324412
Free space on /tmp= 73588 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
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:      25719532 kB
Buffers:        266448 kB
Cached:        3482056 kB
SwapCached:       1440 kB
Active:        4242956 kB
Inactive:      2656252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25719532 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           11388 kB
Writeback:           8 kB
AnonPages:     3149112 kB
Mapped:          22472 kB
Slab:           246124 kB
PageTables:      21056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46111556 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= 73564 MiB
End job on node110 at 2011-05-14 18:19:22