Trace number 3289105

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? (TO) 1300.05 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-3289105-1303776589.cnf'
0.00/0.00	c -- header says num vars:          51138
0.00/0.00	c -- header says num clauses:      162526
0.05/0.06	c -- clauses added:            0 learnts,       162526 normals,            0 xors
0.05/0.06	c -- vars added      51138
0.05/0.06	c Parsing time:  0.05 s
0.05/0.06	c  N st     0         0     51138     61772     90868         0    373004         0   no data   no data
0.99/1.01	c asymm  cl-useful: 18/22759/61772 lits-rem:56 time: 0.95
9.19/9.23	c Flit:   123 Blit:  17062 bXBeca:    0 bXProp: 13160 Bins:      0 BRemL:      0 BRemN:      0 P: 141.6M T:  8.14
9.19/9.24	c Cleaning up after failed var search:     0.01 s 
9.19/9.26	c Replacing    13160 vars Replaced   243101 lits Time:     0.01 s 
9.19/9.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/9.27	c bin-w-bin subsume rem         2245 bins  time:  0.00 s
9.19/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
9.29/9.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17464 time:  0.02 s
9.29/9.32	c Removed useless bin:      38  fixed:     0  props:   3.18M  time:  0.02 s
9.29/9.39	c lits-rem:        10  cl-subs:      728  v-elim:   5821  v-fix:    0  time:  0.06 s
9.59/9.61	c Finding binary XORs  T:     0.22 s  found:      21
9.59/9.62	c Replacing       21 vars Replaced      254 lits Time:     0.00 s 
9.59/9.64	c Finding non-binary XORs:     0.02 s (found:    4850, avg size: 3.0)
9.59/9.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    800 locsubst:  2940 time:   0.01
9.59/9.65	c Replacing     1470 vars Replaced     8820 lits Time:     0.00 s 
9.59/9.66	c calculated reachability. Time: 0.01
9.59/9.66	c Calc default polars -  time:   0.00 s pos:    1375 undec:   41999 neg:    7764
9.59/9.66	c =========================================================================================
9.59/9.66	c types(t): F = full restart, N = normal restart
9.59/9.66	c types(t): S = simplification begin/end, E = solution found
9.59/9.66	c restart types(rt): st = static, dy = dynamic
9.59/9.66	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
9.59/9.66	c  B st     0         0      9352     14188     15751         0    103622         0   no data   no data
9.79/9.83	c Decided on static restart strategy
9.99/10.08	c  N st     8      4916      9347     14188     16161      4294    103622    108014   no data   no data
10.78/10.83	c  N st    10     11299      9311     14188     16221     10061    103622    367176   no data   no data
11.68/11.70	c  N st    11     17043      9311     14188     16317     15518    103622    711527   no data   no data
12.79/12.82	c Finding binary XORs  T:     0.17 s  found:       3
12.99/13.10	c  F st    12     25000      9310     14098     16201     14002    102834    505481   no data   no data
13.10/13.10	c Replacing       24 vars Replaced      178 lits Time:     0.01 s 
13.10/13.11	c  N st    12     25000      9286     14077     16196     14000    102621    505469   no data   no data
13.79/13.80	c Decided on static restart strategy
13.79/13.80	c  N st    18     30000      9285     14077     16284     18681    102620    668058   no data   no data
13.79/13.80	c  S st    18     30000      9285     14077     16284     18681    102620    668058   no data   no data
13.89/13.93	c  S st    18     30501      9284     14077     16370     19089    102620    676451   no data   no data
13.89/13.94	c x-sub:  1431 x-cut:      0 vfix:      0 v-elim:    390 locsubst:     0 time:   0.01
14.69/14.70	c Flit:   154 Blit:     34 bXBeca:    0 bXProp:  182 Bins:  92773 BRemL:  45837 BRemN:     30 P: 13.4M T:  0.76
14.69/14.71	c Cleaning up after failed var search:     0.01 s 
14.69/14.74	c Replacing      220 vars Replaced    47517 lits Time:     0.03 s 
14.69/14.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.69/14.75	c bin-w-bin subsume rem          950 bins  time:  0.01 s
14.69/14.76	c subs with bin:      331  lits-rem:       162  v-fix:    0  time:  0.01 s
14.69/14.77	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   8310 time:  0.02 s
14.69/14.78	c Removed useless bin:      68  fixed:     0  props:   0.30M  time:  0.00 s
14.79/14.81	c lits-rem:       266  cl-subs:      248  v-elim:   1395  v-fix:    0  time:  0.03 s
14.89/14.99	c subs with bin:      206  lits-rem:     12901  v-fix:    0  time:  0.16 s
15.09/15.14	c lits-rem:      1247  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.15 s
15.19/15.28	c asymm  cl-useful: 96/12637/12637 lits-rem:433 time: 0.14
15.19/15.29	c calculated reachability. Time: 0.00
15.19/15.29	c  N st    18     30501      6915     12637     35066     11478     83510    391270   no data   no data
15.40/15.45	c Finding binary XORs  T:     0.16 s  found:       0
16.09/16.15	c  N st    20     37611      6911     12637     35069     17982     83510    580050   no data   no data
16.79/16.81	c  N st    21     44012      6910     12637     35072     13149     83510    373987   no data   no data
16.99/17.02	c  S st    22     45751      6909     12637     35075     14834     83510    438625   no data   no data
17.09/17.12	c  S st    22     46254      6909     12637     35094     15314     83510    447442   no data   no data
17.09/17.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    188 locsubst:     0 time:   0.01
17.39/17.42	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   8764 BRemL:  14468 BRemN:    254 P:  5.3M T:  0.29
17.39/17.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.39/17.42	c bin-w-bin subsume rem           20 bins  time:  0.00 s
17.39/17.43	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.01 s
17.39/17.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6716 time:  0.01 s
17.39/17.44	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
17.39/17.46	c lits-rem:         7  cl-subs:        3  v-elim:      3  v-fix:    0  time:  0.02 s
17.49/17.56	c subs with bin:       15  lits-rem:       308  v-fix:    0  time:  0.08 s
17.59/17.66	c lits-rem:       259  cl-subs:      374  v-elim:      0  v-fix:    0  time:  0.11 s
17.59/17.67	c vivif2 --  cl tried    12627 cl shrink       15 lits rem         27 time: 0.00
17.59/17.69	c vivif2 --  cl tried    14056 cl shrink     4740 lits rem      18135 time: 0.02
17.79/17.85	c asymm  cl-useful: 28/12613/12613 lits-rem:78 time: 0.16
17.79/17.85	c calculated reachability. Time: 0.00
17.79/17.85	c  N st    22     46254      6713     12613     27594     14031     82175    378768   no data   no data
17.99/18.00	c Finding binary XORs  T:     0.15 s  found:       0
19.59/19.66	c  N st    23     60653      6713     12613     27609     27829     82175    864162   no data   no data
20.80/20.90	c  N st    24     69382      6711     12613     27632     20990     82175    623061   no data   no data
20.80/20.90	c  S st    24     69382      6711     12613     27632     20990     82175    623061   no data   no data
20.99/21.02	c  S st    24     69883      6710     12613     27632     21488     82175    635860   no data   no data
20.99/21.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     94 locsubst:     0 time:   0.01
21.29/21.34	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3055 BRemL:   2336 BRemN:      0 P:  6.5M T:  0.32
21.29/21.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.29/21.35	c bin-w-bin subsume rem            5 bins  time:  0.00 s
21.29/21.35	c subs with bin:        6  lits-rem:         2  v-fix:    0  time:  0.01 s
21.29/21.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6614 time:  0.01 s
21.29/21.37	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
21.29/21.38	c lits-rem:         1  cl-subs:        3  v-elim:      3  v-fix:    0  time:  0.02 s
21.49/21.51	c subs with bin:       38  lits-rem:       535  v-fix:    0  time:  0.10 s
21.59/21.65	c lits-rem:       582  cl-subs:      394  v-elim:      0  v-fix:    0  time:  0.14 s
21.59/21.65	c vivif2 --  cl tried    12599 cl shrink        0 lits rem          0 time: 0.00
21.59/21.67	c vivif2 --  cl tried    18563 cl shrink     2434 lits rem      15058 time: 0.02
21.79/21.84	c asymm  cl-useful: 182/12599/12599 lits-rem:505 time: 0.16
21.79/21.84	c calculated reachability. Time: 0.00
21.79/21.84	c  N st    24     69883      6611     12490     27803     18560     81502    456150   no data   no data
21.90/21.99	c Finding binary XORs  T:     0.15 s  found:      49
24.20/24.29	c  F st    25     87500      6610     12490     27815     34358     81501    986337   no data   no data
24.29/24.31	c Replacing       49 vars Replaced      731 lits Time:     0.01 s 
24.29/24.31	c  N st    25     87500      6561     12490     27701     34356     81374    986205   no data   no data
24.89/24.94	c Decided on static restart strategy
25.20/25.22	c  N st    32     95541      6557     12490     27710     24974     81373    619797   no data   no data
26.40/26.48	c  N st    34    104824      6557     12490     27714     33612     81373    900604   no data   no data
26.40/26.48	c  S st    34    104824      6557     12490     27714     33612     81373    900604   no data   no data
26.59/26.64	c  S st    34    105324      6557     12490     27715     34108     81373    911798   no data   no data
26.59/26.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     30 locsubst:     0 time:   0.01
26.89/26.98	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    983 BRemL:    774 BRemN:      4 P:  7.3M T:  0.33
26.99/27.00	c Replacing        4 vars Replaced     1277 lits Time:     0.02 s 
26.99/27.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.99/27.01	c bin-w-bin subsume rem           67 bins  time:  0.00 s
26.99/27.01	c subs with bin:       49  lits-rem:        82  v-fix:    0  time:  0.00 s
26.99/27.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6514 time:  0.01 s
26.99/27.02	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
26.99/27.05	c lits-rem:        17  cl-subs:       80  v-elim:     19  v-fix:    0  time:  0.02 s
27.19/27.25	c subs with bin:       18  lits-rem:       903  v-fix:    0  time:  0.18 s
27.88/27.96	c lits-rem:      1554  cl-subs:     1743  v-elim:      0  v-fix:    0  time:  0.70 s
27.88/27.96	c vivif2 --  cl tried    12355 cl shrink        0 lits rem          0 time: 0.00
27.98/28.02	c vivif2 --  cl tried    31553 cl shrink     7698 lits rem      31880 time: 0.06
28.18/28.22	c asymm  cl-useful: 61/12355/12355 lits-rem:137 time: 0.20
28.18/28.23	c calculated reachability. Time: 0.00
28.18/28.23	c  N st    34    105324      6495     12338     25479     31551     80159    785131   no data   no data
28.28/28.37	c Finding binary XORs  T:     0.15 s  found:       7
29.69/29.75	c  N st    35    114924      6494     12338     25495     21418     80159    443877   no data   no data
31.49/31.57	c  N st    36    129321      6494     12338     25499     34966     80159    929748   no data   no data
34.99/35.02	c  N st    37    150917      6493     12338     25503     33517     80159    919713   no data   no data
35.79/35.84	c  S st    38    157986      6493     12338     25520     40338     80159   1216890   no data   no data
35.99/36.01	c  S st    38    158488      6493     12338     25520     40836     80158   1233583   no data   no data
35.99/36.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
36.29/36.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2105 BRemL:   1730 BRemN:     11 P:  7.2M T:  0.34
36.29/36.37	c Replacing        7 vars Replaced      114 lits Time:     0.02 s 
36.29/36.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.29/36.38	c bin-w-bin subsume rem           42 bins  time:  0.00 s
36.29/36.38	c subs with bin:        3  lits-rem:        18  v-fix:    0  time:  0.01 s
36.29/36.39	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:   6486 time:  0.01 s
36.39/36.40	c Removed useless bin:       2  fixed:     0  props:   0.20M  time:  0.00 s
36.39/36.42	c lits-rem:         0  cl-subs:       23  v-elim:     21  v-fix:    0  time:  0.02 s
36.69/36.75	c subs with bin:       39  lits-rem:       223  v-fix:    0  time:  0.29 s
38.29/38.30	c lits-rem:      1964  cl-subs:     1404  v-elim:      0  v-fix:    0  time:  1.55 s
38.29/38.30	c vivif2 --  cl tried    12315 cl shrink        4 lits rem          4 time: 0.00
38.29/38.39	c vivif2 --  cl tried    39238 cl shrink     8517 lits rem      43417 time: 0.08
38.49/38.59	c asymm  cl-useful: 31/12315/12315 lits-rem:43 time: 0.20
38.59/38.60	c calculated reachability. Time: 0.00
38.59/38.60	c  N st    38    158488      6465     12314     24448     39237     79834   1121750   no data   no data
38.69/38.75	c Finding binary XORs  T:     0.15 s  found:       0
45.88/45.98	c  N st    39    207077      6465     12314     24452     37068     79834    885846   no data   no data
49.69/49.73	c  N st    40    237732      6461     12314     24461     41579     79834    986999   no data   no data
49.69/49.73	c  S st    40    237732      6461     12314     24461     41579     79834    986999   no data   no data
49.89/49.90	c  S st    40    238234      6461     12314     24463     42076     79833   1004539   no data   no data
49.89/49.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
50.19/50.23	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    805 BRemL:    617 BRemN:      4 P:  7.3M T:  0.32
50.19/50.25	c Replacing        2 vars Replaced     3858 lits Time:     0.02 s 
50.19/50.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.19/50.26	c bin-w-bin subsume rem            6 bins  time:  0.00 s
50.19/50.26	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.00 s
50.19/50.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6458 time:  0.01 s
50.19/50.28	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
50.29/50.30	c lits-rem:         0  cl-subs:        9  v-elim:      5  v-fix:    0  time:  0.02 s
50.50/50.51	c subs with bin:       37  lits-rem:       375  v-fix:    0  time:  0.19 s
51.39/51.42	c lits-rem:      1787  cl-subs:     1524  v-elim:      0  v-fix:    0  time:  0.90 s
51.39/51.42	c vivif2 --  cl tried    12297 cl shrink        1 lits rem          1 time: 0.00
51.49/51.50	c vivif2 --  cl tried    40280 cl shrink     8333 lits rem      32752 time: 0.08
51.69/51.70	c asymm  cl-useful: 18/12297/12297 lits-rem:26 time: 0.20
51.69/51.71	c calculated reachability. Time: 0.00
51.69/51.71	c  N st    40    238234      6453     12296     24177     40280     79593    930002   no data   no data
51.79/51.86	c Finding binary XORs  T:     0.15 s  found:       0
61.29/61.32	c  F st    41    306250      6452     12296     24188     52028     79593   1431923   no data   no data
61.29/61.34	c  N st    41    306250      6452     12295     24141     52003     79568   1431530   no data   no data
62.09/62.18	c Decided on static restart strategy
65.68/65.70	c  N st    51    334550      6448     12295     24166     50801     79568   1363461   no data   no data
68.49/68.58	c  N st    53    357352      6447     12295     24181     43497     79568    925834   no data   no data
68.49/68.58	c  S st    53    357352      6447     12295     24181     43497     79568    925834   no data   no data
68.69/68.73	c  S st    53    357857      6447     12295     24182     43995     79568    937639   no data   no data
68.69/68.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
68.99/69.06	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    5 Bins:    638 BRemL:    419 BRemN:      6 P:  7.1M T:  0.32
68.99/69.08	c Replacing        5 vars Replaced     1510 lits Time:     0.02 s 
68.99/69.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
68.99/69.08	c bin-w-bin subsume rem            5 bins  time:  0.00 s
68.99/69.09	c subs with bin:       39  lits-rem:        11  v-fix:    0  time:  0.00 s
69.09/69.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6440 time:  0.01 s
69.09/69.10	c Removed useless bin:       7  fixed:     0  props:   0.21M  time:  0.00 s
69.09/69.12	c lits-rem:         0  cl-subs:        9  v-elim:      5  v-fix:    0  time:  0.02 s
69.30/69.30	c subs with bin:      159  lits-rem:      1054  v-fix:    0  time:  0.15 s
69.89/69.96	c lits-rem:      1527  cl-subs:     1428  v-elim:      0  v-fix:    0  time:  0.65 s
69.89/69.96	c vivif2 --  cl tried    12251 cl shrink        3 lits rem          3 time: 0.00
69.99/70.01	c vivif2 --  cl tried    42280 cl shrink     4958 lits rem      28134 time: 0.05
70.19/70.24	c asymm  cl-useful: 25/12251/12251 lits-rem:34 time: 0.23
70.19/70.25	c calculated reachability. Time: 0.00
70.19/70.25	c  N st    53    357857      6435     12250     23798     42280     79186    873407   no data   no data
70.30/70.40	c Finding binary XORs  T:     0.15 s  found:       0
74.69/74.79	c  N st    54    390249      6435     12250     23807     43028     79186   1082377   no data   no data
81.88/81.98	c  N st    55    438837      6435     12250     23809     57476     79186   1495493   no data   no data
93.19/93.27	c  N st    56    511719      6435     12250     23885     62332     79186   1522041   no data   no data
97.18/97.28	c  N st    57    536785      6435     12250     23885     51605     79186   1046095   no data   no data
97.18/97.28	c  S st    57    536785      6435     12250     23885     51605     79186   1046095   no data   no data
97.38/97.48	c  S st    57    537288      6435     12250     23887     52103     79186   1063275   no data   no data
97.38/97.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
97.79/97.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    909 BRemL:    797 BRemN:      0 P:  8.2M T:  0.36
97.79/97.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.79/97.86	c bin-w-bin subsume rem            8 bins  time:  0.00 s
97.79/97.87	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.01 s
97.79/97.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6435 time:  0.01 s
97.79/97.88	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
97.89/97.90	c lits-rem:         1  cl-subs:        2  v-elim:      1  v-fix:    0  time:  0.02 s
98.08/98.10	c subs with bin:      279  lits-rem:       455  v-fix:    0  time:  0.16 s
99.19/99.28	c lits-rem:      2060  cl-subs:     1373  v-elim:      0  v-fix:    0  time:  1.18 s
99.19/99.28	c vivif2 --  cl tried    12250 cl shrink        0 lits rem          0 time: 0.00
99.29/99.35	c vivif2 --  cl tried    50451 cl shrink     5873 lits rem      16353 time: 0.07
99.59/99.65	c asymm  cl-useful: 55/12250/12250 lits-rem:64 time: 0.30
99.59/99.66	c calculated reachability. Time: 0.00
99.59/99.66	c  N st    57    537288      6434     12249     23921     50449     79114   1011120   no data   no data
99.79/99.81	c Finding binary XORs  T:     0.15 s  found:       0
128.59/128.61	c  N st    58    701274      6434     12249     23927     59424     79114   1207067   no data   no data
148.50/148.51	c  N st    59    805934      6434     12249     23940     80696     79114   1935430   no data   no data
148.50/148.51	c  S st    59    805934      6434     12249     23940     80696     79114   1935430   no data   no data
148.89/148.93	c  S st    59    806435      6433     12249     23949     81188     79114   1947895   no data   no data
148.89/148.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
149.39/149.42	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:    2 Bins:   1355 BRemL:   1160 BRemN:      4 P: 10.5M T:  0.48
149.39/149.45	c Replacing        2 vars Replaced      573 lits Time:     0.03 s 
149.39/149.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
149.39/149.46	c bin-w-bin subsume rem            1 bins  time:  0.00 s
149.39/149.46	c subs with bin:        7  lits-rem:        11  v-fix:    0  time:  0.01 s
149.39/149.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6429 time:  0.01 s
149.39/149.48	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
149.50/149.51	c lits-rem:         0  cl-subs:       10  v-elim:      1  v-fix:    0  time:  0.04 s
149.89/149.90	c subs with bin:       50  lits-rem:      2035  v-fix:    0  time:  0.33 s
155.69/155.70	c lits-rem:      4300  cl-subs:     3117  v-elim:      0  v-fix:    0  time:  5.79 s
155.69/155.70	c vivif2 --  cl tried    12230 cl shrink        0 lits rem          0 time: 0.00
155.89/155.97	c vivif2 --  cl tried    77989 cl shrink    25639 lits rem     174967 time: 0.27
156.19/156.29	c asymm  cl-useful: 57/9104/12230 lits-rem:91 time: 0.32
156.19/156.29	c calculated reachability. Time: 0.00
156.19/156.30	c  N st    59    806435      6428     12221     23819     77982     78871   1676262   no data   no data
156.39/156.44	c Finding binary XORs  T:     0.15 s  found:       0
214.28/214.35	c  F st    60   1071877      6425     12221     23838     71544     78871   1948102   no data   no data
214.28/214.38	c  N st    60   1071877      6425     12214     23563     71520     78814   1947389   no data   no data
215.18/215.27	c Decided on static restart strategy
220.09/220.18	c  N st    70   1100179      6424     12214     23574     51528     78814    857244   no data   no data
225.18/225.25	c  N st    72   1136173      6424     12214     23595     86021     78814   1733944   no data   no data
230.48/230.53	c  N st    73   1168567      6424     12214     23595     69022     78814   1284182   no data   no data
238.60/238.69	c  N st    74   1209653      6424     12214     23599     59841     78814   1020086   no data   no data
238.60/238.69	c  S st    74   1209653      6424     12214     23599     59841     78814   1020086   no data   no data
238.89/238.90	c  S st    74   1210154      6424     12214     23600     60338     78812   1031846   no data   no data
238.89/238.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
239.19/239.28	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    7 Bins:    777 BRemL:    909 BRemN:      3 P:  9.2M T:  0.37
239.29/239.31	c Replacing        7 vars Replaced     3163 lits Time:     0.03 s 
239.29/239.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.29/239.32	c bin-w-bin subsume rem            8 bins  time:  0.00 s
239.29/239.32	c subs with bin:       32  lits-rem:        19  v-fix:    0  time:  0.00 s
239.29/239.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6416 time:  0.01 s
239.29/239.34	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
239.29/239.36	c lits-rem:         2  cl-subs:       27  v-elim:      8  v-fix:    0  time:  0.03 s
239.49/239.53	c subs with bin:      265  lits-rem:      1841  v-fix:    0  time:  0.14 s
240.49/240.51	c lits-rem:      1084  cl-subs:     1878  v-elim:      0  v-fix:    0  time:  0.97 s
240.49/240.51	c vivif2 --  cl tried    12157 cl shrink        3 lits rem          4 time: 0.00
240.49/240.57	c vivif2 --  cl tried    58168 cl shrink     3345 lits rem       9737 time: 0.05
240.59/240.62	c asymm  cl-useful: 1/3052/12156 lits-rem:3 time: 0.05
240.59/240.62	c calculated reachability. Time: 0.00
240.59/240.62	c  N st    74   1210154      6408     12155     22853     58163     78466    985663   no data   no data
240.69/240.77	c Finding binary XORs  T:     0.15 s  found:       0
253.49/253.59	c  N st    75   1283036      6408     12155     22904     78662     78466   1600995   no data   no data
281.99/282.05	c  N st    76   1392360      6408     12155     22904     81304     78466   2259810   no data   no data
315.49/315.56	c  N st    77   1556345      6408     12155     22914     74844     78466   1275116   no data   no data
342.49/342.59	c  N st    78   1710156      6408     12155     22921    110372     78466   2041819   no data   no data
342.49/342.59	c  S st    78   1710156      6408     12155     22921    110372     78466   2041819   no data   no data
342.89/342.95	c  S st    78   1710657      6408     12155     22921    110872     78466   2059096   no data   no data
342.89/342.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
343.39/343.48	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    857 BRemL:    587 BRemN:      0 P: 13.1M T:  0.52
343.49/343.51	c Replacing        3 vars Replaced       88 lits Time:     0.03 s 
343.49/343.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
343.49/343.52	c bin-w-bin subsume rem           14 bins  time:  0.00 s
343.49/343.52	c subs with bin:        9  lits-rem:         6  v-fix:    0  time:  0.00 s
343.49/343.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6404 time:  0.01 s
343.49/343.54	c Removed useless bin:       1  fixed:     0  props:   0.22M  time:  0.00 s
343.49/343.58	c lits-rem:         0  cl-subs:        6  v-elim:      2  v-fix:    0  time:  0.04 s
343.89/343.94	c subs with bin:      187  lits-rem:       892  v-fix:    0  time:  0.30 s
351.39/351.42	c lits-rem:      8516  cl-subs:     7103  v-elim:      0  v-fix:    0  time:  7.48 s
351.39/351.42	c vivif2 --  cl tried    12134 cl shrink        2 lits rem          2 time: 0.00
351.59/351.61	c vivif2 --  cl tried   103543 cl shrink    11093 lits rem      23676 time: 0.19
351.89/351.94	c asymm  cl-useful: 44/7397/12134 lits-rem:74 time: 0.33
351.89/351.95	c calculated reachability. Time: 0.00
351.89/351.95	c  N st    78   1710657      6402     12132     22924    103539     78299   1915741   no data   no data
351.99/352.10	c Finding binary XORs  T:     0.15 s  found:       0
419.39/419.49	c  N st    79   2079624      6401     12132     22980    100716     78299   1847378   no data   no data
444.59/444.63	c  N st    80   2210658      6401     12132     22996     98320     78299   1767703   no data   no data
444.59/444.63	c  S st    80   2210658      6401     12132     22996     98320     78299   1767703   no data   no data
444.89/444.91	c  S st    80   2211160      6401     12132     22996     98820     78298   1783606   no data   no data
444.89/444.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
445.40/445.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    472 BRemL:    486 BRemN:      0 P: 12.7M T:  0.51
445.40/445.46	c Replacing        1 vars Replaced       60 lits Time:     0.03 s 
445.40/445.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
445.40/445.47	c bin-w-bin subsume rem            7 bins  time:  0.00 s
445.40/445.48	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
445.40/445.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6400 time:  0.01 s
445.40/445.49	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
445.50/445.53	c lits-rem:         1  cl-subs:        9  v-elim:      9  v-fix:    0  time:  0.04 s
445.89/445.90	c subs with bin:      246  lits-rem:      1738  v-fix:    0  time:  0.32 s
448.99/449.06	c lits-rem:      7466  cl-subs:     3534  v-elim:      0  v-fix:    0  time:  3.16 s
448.99/449.06	c vivif2 --  cl tried    12124 cl shrink        2 lits rem          2 time: 0.00
449.19/449.21	c vivif2 --  cl tried    95020 cl shrink    10570 lits rem      28695 time: 0.15
449.29/449.33	c asymm  cl-useful: 0/4727/12124 lits-rem:0 time: 0.12
449.29/449.34	c calculated reachability. Time: 0.00
449.29/449.34	c  N st    80   2211160      6391     12124     22725     95019     78256   1670897   no data   no data
449.39/449.49	c Finding binary XORs  T:     0.15 s  found:       0
543.50/543.58	c  N st    81   2711161      6391     12124     22738     97389     78255   1576718   no data   no data
543.50/543.58	c  S st    81   2711161      6391     12124     22738     97389     78255   1576718   no data   no data
543.80/543.88	c  S st    81   2711663      6391     12124     22738     97890     78255   1588795   no data   no data
543.80/543.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
544.30/544.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    171 BRemL:    214 BRemN:      0 P: 12.4M T:  0.48
544.30/544.38	c Replacing        1 vars Replaced      214 lits Time:     0.01 s 
544.30/544.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
544.30/544.39	c bin-w-bin subsume rem            1 bins  time:  0.00 s
544.30/544.40	c subs with bin:        6  lits-rem:         5  v-fix:    0  time:  0.01 s
544.40/544.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6390 time:  0.01 s
544.40/544.41	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
544.40/544.45	c lits-rem:         0  cl-subs:        4  v-elim:      2  v-fix:    0  time:  0.04 s
544.70/544.70	c subs with bin:       29  lits-rem:       302  v-fix:    0  time:  0.21 s
547.20/547.27	c lits-rem:      7117  cl-subs:     3190  v-elim:      0  v-fix:    0  time:  2.57 s
547.20/547.27	c vivif2 --  cl tried    12117 cl shrink        3 lits rem          3 time: 0.00
547.40/547.42	c vivif2 --  cl tried    94666 cl shrink     9541 lits rem      19007 time: 0.15
547.70/547.74	c asymm  cl-useful: 23/7994/12117 lits-rem:61 time: 0.31
547.70/547.74	c calculated reachability. Time: 0.00
547.70/547.74	c  N st    81   2711663      6388     12114     22557     94665     78159   1513855   no data   no data
547.80/547.89	c Finding binary XORs  T:     0.15 s  found:       0
679.80/679.81	c  N st    82   3211663      6388     12114     22560    128310     78159   2657066   no data   no data
679.80/679.81	c  S st    82   3211663      6388     12114     22560    128310     78159   2657066   no data   no data
680.20/680.28	c  S st    82   3212166      6388     12114     22563    128807     78159   2675110   no data   no data
680.30/680.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
680.80/680.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     97 BRemL:    107 BRemN:      0 P: 13.8M T:  0.57
680.80/680.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
680.80/680.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
680.80/680.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
680.80/680.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6388 time:  0.01 s
680.80/680.90	c Removed useless bin:       0  fixed:     0  props:   0.22M  time:  0.00 s
680.90/680.95	c lits-rem:         0  cl-subs:        9  v-elim:     13  v-fix:    0  time:  0.05 s
681.29/681.39	c subs with bin:        6  lits-rem:        42  v-fix:    0  time:  0.36 s
692.39/692.43	c lits-rem:      7047  cl-subs:     4622  v-elim:      0  v-fix:    0  time: 11.04 s
692.39/692.44	c vivif2 --  cl tried    12095 cl shrink        0 lits rem          0 time: 0.00
692.80/692.88	c vivif2 --  cl tried   124178 cl shrink    23896 lits rem     206624 time: 0.44
692.90/692.97	c asymm  cl-useful: 0/4101/12095 lits-rem:0 time: 0.10
692.90/692.98	c calculated reachability. Time: 0.00
692.90/692.98	c  N st    82   3212166      6375     12095     22500    124178     77963   2348097   no data   no data
829.20/829.29	c  N st    83   3712166      6374     12095     22511    118039     77963   1778470   no data   no data
829.20/829.29	c  S st    83   3712166      6374     12095     22511    118039     77963   1778470   no data   no data
829.60/829.63	c  S st    83   3712667      6374     12095     22512    118536     77963   1792458   no data   no data
829.60/829.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
830.10/830.14	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    154 BRemL:    114 BRemN:      0 P: 12.9M T:  0.50
830.10/830.17	c Replacing        2 vars Replaced       57 lits Time:     0.03 s 
830.10/830.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
830.10/830.17	c bin-w-bin subsume rem            7 bins  time:  0.00 s
830.10/830.18	c subs with bin:       10  lits-rem:         6  v-fix:    0  time:  0.01 s
830.10/830.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6371 time:  0.01 s
830.10/830.19	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
830.20/830.23	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.04 s
835.20/835.22	c subs with bin:    15937  lits-rem:       242  v-fix:    0  time:  4.93 s
837.20/837.26	c lits-rem:      5006  cl-subs:     1321  v-elim:      0  v-fix:    0  time:  2.04 s
837.20/837.26	c vivif2 --  cl tried    12067 cl shrink        0 lits rem          0 time: 0.00
837.30/837.37	c vivif2 --  cl tried   101175 cl shrink     4994 lits rem      11007 time: 0.11
837.60/837.69	c asymm  cl-useful: 16/6335/12067 lits-rem:16 time: 0.32
837.70/837.70	c calculated reachability. Time: 0.00
837.70/837.70	c  N st    83   3712667      6371     12067     22436    101174     77837   1535601   no data   no data
837.80/837.85	c Finding binary XORs  T:     0.15 s  found:       0
845.90/845.99	c  F st    84   3751563      6371     12067     22439    138346     77837   2441878   no data   no data
846.00/846.00	c  N st    84   3751563      6371     12067     22439    138346     77837   2441878   no data   no data
847.20/847.26	c Decided on static restart strategy
853.51/853.53	c  N st    94   3779868      6370     12067     22446     85504     77837   1181956   no data   no data
859.40/859.48	c  N st    96   3815862      6370     12067     22447    119379     77837   1930598   no data   no data
866.50/866.52	c  N st    97   3848255      6370     12067     22448    150126     77837   2832175   no data   no data
877.40/877.44	c  N st    98   3896845      6370     12067     22456    114726     77837   1789261   no data   no data
897.30/897.39	c  N st    99   3969731      6370     12067     22456    100554     77837   1581012   no data   no data
922.00/922.03	c  N st   100   4079054      6370     12067     22458    117441     77837   1952566   no data   no data
957.01/957.09	c  N st   101   4212668      6370     12067     22460    157315     77837   2732778   no data   no data
957.01/957.09	c  S st   101   4212668      6370     12067     22460    157315     77837   2732778   no data   no data
957.60/957.65	c  S st   101   4213172      6370     12067     22460    157815     77837   2748008   no data   no data
957.60/957.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
958.40/958.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    210 BRemL:    158 BRemN:      1 P: 17.6M T:  0.74
958.40/958.45	c Replacing        2 vars Replaced       45 lits Time:     0.04 s 
958.40/958.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
958.40/958.46	c bin-w-bin subsume rem           10 bins  time:  0.00 s
958.40/958.46	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.00 s
958.40/958.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6368 time:  0.01 s
958.40/958.48	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
958.50/958.53	c lits-rem:         0  cl-subs:        8  v-elim:      3  v-fix:    0  time:  0.06 s
959.00/959.01	c subs with bin:       60  lits-rem:       373  v-fix:    0  time:  0.39 s
976.10/976.11	c lits-rem:     12602  cl-subs:    11930  v-elim:      0  v-fix:    0  time: 17.10 s
976.10/976.11	c vivif2 --  cl tried    12054 cl shrink        3 lits rem          3 time: 0.00
976.40/976.45	c vivif2 --  cl tried   145789 cl shrink    15259 lits rem      26356 time: 0.34
976.60/976.63	c asymm  cl-useful: 0/5719/12054 lits-rem:0 time: 0.18
976.60/976.64	c calculated reachability. Time: 0.00
976.60/976.64	c  N st   101   4213172      6365     12054     22166    145788     77754   2487982   no data   no data
976.71/976.79	c Finding binary XORs  T:     0.15 s  found:       0
1038.41/1038.45	c  N st   102   4459148      6365     12054     22186    118285     77754   2057849   no data   no data
1100.61/1100.65	c  N st   103   4713174      6365     12054     22217    177905     77754   3106381   no data   no data
1100.61/1100.65	c  S st   103   4713174      6365     12054     22217    177905     77754   3106381   no data   no data
1101.11/1101.12	c  S st   103   4713675      6365     12054     22217    178406     77754   3122843   no data   no data
1101.11/1101.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1101.91/1101.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     86 BRemL:     63 BRemN:      0 P: 19.0M T:  0.76
1101.91/1101.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1101.91/1101.91	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1101.91/1101.91	c subs with bin:        6  lits-rem:         0  v-fix:    0  time:  0.01 s
1101.91/1101.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6365 time:  0.01 s
1101.91/1101.93	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
1101.91/1101.99	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.06 s
1102.51/1102.57	c subs with bin:      146  lits-rem:      1600  v-fix:    0  time:  0.48 s
1114.91/1114.95	c lits-rem:     16360  cl-subs:    11131  v-elim:      0  v-fix:    0  time: 12.38 s
1114.91/1114.96	c vivif2 --  cl tried    12048 cl shrink        0 lits rem          0 time: 0.00
1115.31/1115.39	c vivif2 --  cl tried   167079 cl shrink    26518 lits rem      59753 time: 0.44
1115.71/1115.76	c asymm  cl-useful: 16/3081/12048 lits-rem:17 time: 0.36
1115.71/1115.77	c calculated reachability. Time: 0.00
1115.71/1115.77	c  N st   103   4713675      6363     12048     22126    167079     77708   2854233   no data   no data
1251.81/1251.87	c  N st   104   5213675      6361     12048     22142    165688     77708   2589365   no data   no data
1251.81/1251.87	c  S st   104   5213675      6361     12048     22142    165688     77708   2589365   no data   no data
1252.31/1252.40	c  S st   104   5214177      6361     12048     22142    166187     77707   2603369   no data   no data
1252.41/1252.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1253.01/1253.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    341 BRemL:    395 BRemN:      0 P: 16.9M T:  0.68
1253.11/1253.13	c Replacing        2 vars Replaced      275 lits Time:     0.04 s 
1253.11/1253.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1253.11/1253.14	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1253.11/1253.14	c subs with bin:        7  lits-rem:         2  v-fix:    0  time:  0.00 s
1253.11/1253.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6359 time:  0.01 s
1253.11/1253.16	c Removed useless bin:       0  fixed:     0  props:   0.23M  time:  0.00 s
1253.21/1253.21	c lits-rem:         0  cl-subs:       10  v-elim:      4  v-fix:    0  time:  0.05 s
1253.51/1253.56	c subs with bin:       13  lits-rem:         1  v-fix:    0  time:  0.27 s
1271.51/1271.53	c lits-rem:     20745  cl-subs:    11297  v-elim:      0  v-fix:    0  time: 17.97 s
1271.51/1271.54	c vivif2 --  cl tried    12027 cl shrink        0 lits rem          0 time: 0.00
1271.81/1271.84	c vivif2 --  cl tried   154615 cl shrink    11268 lits rem      21112 time: 0.30
1272.01/1272.09	c asymm  cl-useful: 2/8946/12027 lits-rem:2 time: 0.26
1272.11/1272.10	c calculated reachability. Time: 0.00
1272.11/1272.10	c  N st   104   5214177      6355     12027     21650    154615     77560   2369018   no data   no data
1272.21/1272.25	c Finding binary XORs  T:     0.15 s  found:       0

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: 935)

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 2.40 2.87 2.79 6/182 31517
/proc/meminfo: memFree=22182348/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=25188 CPUtime=0 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 1632 0 0 0 0 0 0 0 25 0 1 0 489261667 25792512 1345 33554432000 4194304 4627331 140734741120464 18446744073709551615 4316528 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 6297 1351 320 106 0 1268 0

[startup+0.0642281 s]
/proc/loadavg: 2.40 2.87 2.79 6/182 31517
/proc/meminfo: memFree=22182348/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=51492 CPUtime=0.05 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 6810 0 0 0 5 0 0 0 25 0 1 0 489261667 52727808 5699 33554432000 4194304 4627331 140734741120464 18446744073709551615 218370654595 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 12873 5721 324 106 0 7844 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 51492

[startup+0.100218 s]
/proc/loadavg: 2.40 2.87 2.79 6/182 31517
/proc/meminfo: memFree=22182348/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=51488 CPUtime=0.09 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 6868 0 0 0 9 0 0 0 25 0 1 0 489261667 52723712 5757 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308297 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 12872 5757 343 106 0 7843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51488

[startup+0.300203 s]
/proc/loadavg: 2.40 2.87 2.79 6/182 31517
/proc/meminfo: memFree=22182348/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=51488 CPUtime=0.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 6868 0 0 0 29 0 0 0 25 0 1 0 489261667 52723712 5757 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 12872 5757 343 106 0 7843 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51488

[startup+0.701136 s]
/proc/loadavg: 2.40 2.87 2.79 6/182 31517
/proc/meminfo: memFree=22182348/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=51488 CPUtime=0.69 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 6868 0 0 0 69 0 0 0 25 0 1 0 489261667 52723712 5757 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 12872 5757 343 106 0 7843 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51488

[startup+1.50099 s]
/proc/loadavg: 2.40 2.87 2.79 5/190 31532
/proc/meminfo: memFree=22068064/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=75516 CPUtime=1.49 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 12152 0 0 0 148 1 0 0 25 0 1 0 489261667 77328384 11041 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 18879 11041 347 106 0 13850 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75516

[startup+3.1007 s]
/proc/loadavg: 2.53 2.89 2.79 5/190 31532
/proc/meminfo: memFree=21958940/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=157480 CPUtime=3.09 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 31134 0 0 0 304 5 0 0 25 0 1 0 489261667 161259520 30023 33554432000 4194304 4627331 140734741120464 18446744073709551615 4297712 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 39370 30023 347 106 0 34341 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 157480

[startup+6.30114 s]
/proc/loadavg: 2.53 2.89 2.79 6/190 31532
/proc/meminfo: memFree=21661908/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=282900 CPUtime=6.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 58039 0 0 0 620 9 0 0 25 0 1 0 489261667 289689600 56928 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 70725 56928 347 106 0 65696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 282900

[startup+12.701 s]
/proc/loadavg: 2.76 2.92 2.81 5/190 31532
/proc/meminfo: memFree=21435144/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=299544 CPUtime=12.69 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 63221 0 0 0 1259 10 0 0 25 0 1 0 489261667 306733056 60584 33554432000 4194304 4627331 140734741120464 18446744073709551615 4515548 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 74886 60584 374 106 0 69857 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 299544

[startup+25.5007 s]
/proc/loadavg: 2.95 2.96 2.82 5/190 31559
/proc/meminfo: memFree=21304884/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=320228 CPUtime=25.49 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 72466 0 0 0 2538 11 0 0 25 0 1 0 489261667 327913472 65747 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309087 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 80057 65747 377 106 0 75028 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 320228

[startup+51.1012 s]
/proc/loadavg: 3.30 3.04 2.85 6/190 31560
/proc/meminfo: memFree=21175572/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=348440 CPUtime=51.09 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 87077 0 0 0 5096 13 0 0 25 0 1 0 489261667 356802560 72491 33554432000 4194304 4627331 140734741120464 18446744073709551615 4427089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 87110 72491 377 106 0 82081 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 348440

[startup+102.307 s]
/proc/loadavg: 3.80 3.22 2.92 5/190 31588
/proc/meminfo: memFree=20975584/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=357100 CPUtime=102.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 107452 0 0 0 10212 17 0 0 25 0 1 0 489261667 365670400 75147 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309699 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 89275 75147 377 106 0 84246 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 357100

[startup+162.3 s]
/proc/loadavg: 3.92 3.35 2.98 5/190 31590
/proc/meminfo: memFree=20431136/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=378408 CPUtime=162.28 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 128492 0 0 0 16207 21 0 0 25 0 1 0 489261667 387489792 80039 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308376 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 94602 80039 377 106 0 89573 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 378408

[startup+222.301 s]
/proc/loadavg: 4.02 3.49 3.05 5/190 31591
/proc/meminfo: memFree=20389928/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=378872 CPUtime=222.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 143418 0 0 0 22204 25 0 0 25 0 1 0 489261667 387964928 79782 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309053 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 94718 79782 377 106 0 89689 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 378872

[startup+282.301 s]
/proc/loadavg: 4.08 3.59 3.11 5/190 31593
/proc/meminfo: memFree=20315140/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=380192 CPUtime=282.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 158349 0 0 0 28201 28 0 0 25 0 1 0 489261667 389316608 81083 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 95048 81083 377 106 0 90019 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 380192

[startup+342.301 s]
/proc/loadavg: 4.07 3.68 3.17 5/190 31595
/proc/meminfo: memFree=20245640/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=380292 CPUtime=342.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 169407 0 0 0 34199 30 0 0 25 0 1 0 489261667 389419008 81210 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309174 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 95073 81210 377 106 0 90044 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 380292

[startup+402.301 s]
/proc/loadavg: 4.02 3.73 3.21 5/190 31596
/proc/meminfo: memFree=20198000/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=413548 CPUtime=402.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 181503 0 0 0 40198 31 0 0 25 0 1 0 489261667 423473152 87710 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 103387 87710 377 106 0 98358 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 413548

[startup+462.301 s]
/proc/loadavg: 4.01 3.78 3.26 5/190 31598
/proc/meminfo: memFree=20109284/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=413824 CPUtime=462.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 194241 0 0 0 46195 34 0 0 25 0 1 0 489261667 423755776 87965 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309212 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 103456 87965 377 106 0 98427 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 413824

[startup+522.301 s]
/proc/loadavg: 4.00 3.81 3.30 5/190 31599
/proc/meminfo: memFree=20110124/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=411824 CPUtime=522.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 206427 0 0 0 52192 37 0 0 25 0 1 0 489261667 421707776 88624 33554432000 4194304 4627331 140734741120464 18446744073709551615 4329497 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 102956 88624 377 106 0 97927 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 411824

[startup+582.301 s]
/proc/loadavg: 4.00 3.85 3.35 5/190 31601
/proc/meminfo: memFree=20069168/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=426788 CPUtime=582.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 217543 0 0 0 58189 41 0 0 25 0 1 0 489261667 437030912 89909 33554432000 4194304 4627331 140734741120464 18446744073709551615 4503103 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 106697 89916 377 106 0 101668 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 426788

[startup+642.3 s]
/proc/loadavg: 4.00 3.87 3.39 5/190 31630
/proc/meminfo: memFree=20199372/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=412348 CPUtime=642.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 227794 0 0 0 64187 43 0 0 25 0 1 0 489261667 422244352 88812 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 103087 88812 377 106 0 98058 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 412348

[startup+702.301 s]
/proc/loadavg: 4.00 3.89 3.42 5/190 31631
/proc/meminfo: memFree=20143312/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=490544 CPUtime=702.29 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 242153 0 0 0 70183 46 0 0 25 0 1 0 489261667 502317056 95504 33554432000 4194304 4627331 140734741120464 18446744073709551615 4327358 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 122636 95504 377 106 0 117607 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 490544

[startup+762.307 s]
/proc/loadavg: 4.06 3.93 3.46 5/190 31633
/proc/meminfo: memFree=20103720/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=427056 CPUtime=762.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 251850 0 0 0 76181 49 0 0 25 0 1 0 489261667 437305344 91740 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 106764 91740 377 106 0 101735 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 427056

[startup+822.3 s]
/proc/loadavg: 4.09 3.95 3.50 5/190 31634
/proc/meminfo: memFree=19981032/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=443856 CPUtime=822.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 256025 0 0 0 82180 50 0 0 25 0 1 0 489261667 454508544 95915 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 110964 95915 377 106 0 105935 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 443856

[startup+882.301 s]
/proc/loadavg: 4.12 3.99 3.54 5/190 31636
/proc/meminfo: memFree=19943936/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=458944 CPUtime=882.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 260718 0 0 0 88179 51 0 0 25 0 1 0 489261667 469958656 100447 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 114736 100447 377 106 0 109707 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 458944

[startup+942.301 s]
/proc/loadavg: 4.04 3.99 3.56 5/190 31638
/proc/meminfo: memFree=19787280/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=458944 CPUtime=942.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 265127 0 0 0 94178 52 0 0 25 0 1 0 489261667 469958656 100916 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309045 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 114736 100916 377 106 0 109707 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 458944

[startup+1002.3 s]
/proc/loadavg: 4.01 3.99 3.58 5/190 31639
/proc/meminfo: memFree=19647980/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=474676 CPUtime=1002.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 269325 0 0 0 100177 53 0 0 25 0 1 0 489261667 486068224 104631 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 118669 104631 377 106 0 113640 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 474676

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.61 5/190 31641
/proc/meminfo: memFree=19699132/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=458944 CPUtime=1062.31 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 273729 0 0 0 106177 54 0 0 25 0 1 0 489261667 469958656 101220 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 114736 101220 377 106 0 109707 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 458944

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.63 5/190 31642
/proc/meminfo: memFree=19648504/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=539332 CPUtime=1122.3 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 278891 0 0 0 112175 55 0 0 25 0 1 0 489261667 552275968 106317 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 134833 106317 377 106 0 129804 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 539332

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.65 5/190 31644
/proc/meminfo: memFree=19676244/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=475124 CPUtime=1182.31 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 287669 0 0 0 118174 57 0 0 25 0 1 0 489261667 486526976 105295 33554432000 4194304 4627331 140734741120464 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 118781 105295 377 106 0 113752 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 475124

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.67 5/190 31646
/proc/meminfo: memFree=19606248/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=477340 CPUtime=1242.31 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 291868 0 0 0 124173 58 0 0 25 0 1 0 489261667 488796160 105245 33554432000 4194304 4627331 140734741120464 18446744073709551615 4321691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 119335 105245 377 106 0 114306 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 477340



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.99 3.68 5/190 31647
/proc/meminfo: memFree=19564420/32951124 swapFree=67051468/67111528
[pid=31517] ppid=31515 vsize=493552 CPUtime=1300.01 cores=0,2
/proc/31517/stat : 31517 (strangenight2-s) R 31515 31517 31470 0 -1 4202496 296004 0 0 0 129942 59 0 0 25 0 1 0 489261667 505397248 109196 33554432000 4194304 4627331 140734741120464 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/31517/statm: 123388 109196 377 106 0 118359 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 493552

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.05
CPU user time (s): 1299.43
CPU system time (s): 0.616906
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 558064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.43
system time used= 0.616906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296004
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= 9
involuntary context switches= 2203

runsolver used 2.27965 second user time and 4.76527 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 02:09:49
IDJOB=3289105
IDBENCH=83115
IDSOLVER=1587
FILE ID=node101/3289105-1303776589
RUNJOBID= node101-1303776589-31488
PBS_JOBID= 13157199
Free space on /tmp= 71452 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
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-3289105-1303776589/watcher-3289105-1303776589 -o /tmp/evaluation-result-3289105-1303776589/solver-3289105-1303776589 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3289105-1303776589.cnf

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=1901134394

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.841
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:      22185232 kB
Buffers:       2088188 kB
Cached:        8161428 kB
SwapCached:      33708 kB
Active:        6412148 kB
Inactive:      3880868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22185232 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           18832 kB
Writeback:           0 kB
AnonPages:       31024 kB
Mapped:           9036 kB
Slab:           407252 kB
PageTables:       4832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   207660 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= 71424 MiB
End job on node101 at 2011-04-26 02:31:31