Trace number 3368188

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s00813792-unsat.cnf
MD5SUM92046422d2d9595619b29413c0964c9c
Bench CategoryCRAFTED (crafted 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 variables201
Number of clauses412
Sum of the clauses size1236
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3412
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368188-1305389811.cnf'
0.00/0.00	c -- header says num vars:            201
0.00/0.00	c -- header says num clauses:         412
0.00/0.00	c -- clauses added:            0 learnts,          412 normals,            0 xors
0.00/0.00	c -- vars added        201
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       201       412         0         0      1236         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       7 undec:     191 neg:       3
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       201       412         0         0      1236         0   no data   no data
0.03/0.07	c  N dy    13      4675       201       412         0      4286      1236     90756     12.95     13.69
0.09/0.18	c  N dy    23      9940       201       412         0      6880      1236    129397     11.52     12.44
0.19/0.28	c  N dy    49     14842       201       412         0      7470      1236    125449     11.74     12.40
0.29/0.38	c  N dy    75     19039       201       412         0      6207      1236     83072     11.83     12.52
0.39/0.49	c  N dy    97     23199       201       412         0     10125      1236    166571     11.88     12.65
0.49/0.54	c  F st   113     25000       201       412         0     11826      1236    203391     12.05   no data
0.59/0.64	c  N st   118     28298       201       412         0      8511      1236    131039     12.05   no data
0.59/0.69	c Decided on static restart strategy
0.59/0.69	c  S st   119     30002       201       412         0     10088      1236    178040     12.05   no data
0.69/0.71	c  S st   119     30504       201       412         0     10577      1236    189844     12.05   no data
0.69/0.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.69/0.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.69/0.71	c blocked clauses removed:        0 vars:      0 tried:         201 T: 0.00 s
0.69/0.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.69/0.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
0.69/0.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.69/0.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.69/0.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.78	c lits-rem:       512  cl-subs:      184  v-elim:      0  v-fix:    0  time:  0.05 s
0.69/0.78	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
0.69/0.78	c calculated reachability. Time: 0.00
0.69/0.78	c  N st   119     30504       201       412         0     10393      1236    183306     12.05   no data
1.00/1.03	c  N st   121     37615       201       412         0      9383      1236    241854     12.05   no data
1.19/1.29	c  N st   122     44015       201       412         0     15318      1236    433526     12.05   no data
1.29/1.35	c  S st   123     45756       201       412         0      8683      1236    194691     12.05   no data
1.29/1.37	c  S st   123     46264       201       412         0      9173      1236    206667     12.05   no data
1.29/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.29/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1.29/1.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.44	c lits-rem:       917  cl-subs:      380  v-elim:      0  v-fix:    0  time:  0.07 s
1.39/1.44	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1.39/1.44	c vivif2 --  cl tried     8793 cl shrink        0 lits rem          0 time: 0.00
1.39/1.45	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
1.39/1.45	c calculated reachability. Time: 0.00
1.39/1.45	c  N st   123     46264       201       412         0      8793      1236    191632     12.05   no data
2.10/2.11	c  N st   124     60661       201       412         0     12818      1236    288931     12.05   no data
2.50/2.56	c  N st   125     69396       201       412         0     10681      1236    210043     12.05   no data
2.50/2.56	c  S st   125     69396       201       412         0     10681      1236    210043     12.05   no data
2.50/2.59	c  S st   125     69899       201       412         0     11164      1236    221624     12.05   no data
2.50/2.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.50/2.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.50/2.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.50/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.50/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.50/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2.50/2.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.50/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.60/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.60/2.64	c lits-rem:       713  cl-subs:      200  v-elim:      0  v-fix:    0  time:  0.04 s
2.60/2.64	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2.60/2.64	c vivif2 --  cl tried    10964 cl shrink        0 lits rem          0 time: 0.00
2.60/2.65	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
2.60/2.65	c calculated reachability. Time: 0.00
2.60/2.65	c  N st   125     69899       201       412         0     10964      1236    215225     12.05   no data
3.39/3.48	c  F st   126     87500       201       412         0     16027      1236    406163     12.05   no data
3.39/3.48	c  N st   126     87500       201       412         0     16027      1236    406163     12.05   no data
3.59/3.67	c Decided on static restart strategy
3.79/3.80	c  N st   133     95543       201       412         0     23342      1236    627637     12.05   no data
4.09/4.17	c  N st   135    104850       201       412         0     20077      1236    481238     12.05   no data
4.09/4.17	c  S st   135    104850       201       412         0     20077      1236    481238     12.05   no data
4.19/4.21	c  S st   135    105354       201       412         0     20569      1236    492693     12.05   no data
4.19/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.19/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
4.19/4.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.19/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.19/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.19/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4.19/4.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.19/4.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.19/4.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.49/4.52	c lits-rem:      3375  cl-subs:      674  v-elim:      0  v-fix:    0  time:  0.30 s
4.49/4.52	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4.49/4.53	c vivif2 --  cl tried    19895 cl shrink        0 lits rem          0 time: 0.00
4.49/4.53	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
4.49/4.53	c calculated reachability. Time: 0.00
4.49/4.53	c  N st   135    105354       201       412         0     19895      1236    462033     12.05   no data
4.99/5.03	c  N st   136    114953       201       412         0     16091      1236    324830     12.05   no data
5.79/5.89	c  N st   137    129351       201       412         0     15342      1236    266184     12.05   no data
6.99/7.04	c  N st   138    150947       201       412         0     20431      1236    454774     12.05   no data
7.39/7.47	c  S st   139    158033       201       412         0     26789      1236    683574     12.05   no data
7.49/7.52	c  S st   139    158535       201       412         0     27278      1236    696546     12.05   no data
7.49/7.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.49/7.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.49/7.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.49/7.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.49/7.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.49/7.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
7.49/7.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.49/7.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.49/7.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.30/8.39	c lits-rem:      4256  cl-subs:     1392  v-elim:      0  v-fix:    0  time:  0.84 s
8.30/8.39	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
8.40/8.40	c vivif2 --  cl tried    25886 cl shrink        0 lits rem          0 time: 0.01
8.40/8.41	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
8.40/8.41	c calculated reachability. Time: 0.00
8.40/8.41	c  N st   139    158535       201       412         0     25886      1236    631167     12.05   no data
11.59/11.68	c  N st   140    207123       201       412         0     20647      1236    420100     12.05   no data
13.69/13.77	c  N st   141    237802       201       412         0     30071      1236    775115     12.05   no data
13.69/13.77	c  S st   141    237802       201       412         0     30071      1236    775115     12.05   no data
13.79/13.82	c  S st   141    238308       201       412         0     30554      1236    788442     12.05   no data
13.79/13.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.79/13.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
13.79/13.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.79/13.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.79/13.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.79/13.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
13.79/13.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.79/13.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.79/13.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.49/15.52	c lits-rem:      4166  cl-subs:     1728  v-elim:      0  v-fix:    0  time:  1.67 s
15.49/15.52	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
15.49/15.53	c vivif2 --  cl tried    28826 cl shrink        0 lits rem          0 time: 0.01
15.49/15.54	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
15.49/15.54	c calculated reachability. Time: 0.00
15.49/15.54	c  N st   141    238308       201       412         0     28826      1236    709503     12.05   no data
20.49/20.54	c  F st   142    306250       201       412         0     30727      1236    740074     12.05   no data
20.49/20.54	c  N st   142    306250       201       412         0     30727      1236    740074     12.05   no data
20.80/20.83	c Decided on static restart strategy
22.09/22.19	c  N st   152    334554       201       412         0     35009      1236    838625     12.05   no data
23.49/23.59	c  N st   154    357463       201       412         0     33183      1236    717208     12.05   no data
23.49/23.59	c  S st   154    357463       201       412         0     33183      1236    717208     12.05   no data
23.60/23.64	c  S st   154    357965       201       412         0     33675      1236    730003     12.05   no data
23.60/23.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.60/23.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
23.60/23.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.60/23.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.60/23.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.60/23.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
23.60/23.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.60/23.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.60/23.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.30/24.30	c lits-rem:      4143  cl-subs:     1058  v-elim:      0  v-fix:    0  time:  0.62 s
24.30/24.30	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
24.30/24.31	c vivif2 --  cl tried    32617 cl shrink        0 lits rem          0 time: 0.01
24.30/24.31	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
24.30/24.31	c calculated reachability. Time: 0.00
24.30/24.31	c  N st   154    357965       201       412         0     32617      1236    685497     12.05   no data
26.09/26.18	c  N st   155    390358       201       412         0     37808      1236    803375     12.05   no data
29.29/29.39	c  N st   156    438946       201       412         0     31282      1236    632781     12.05   no data
34.19/34.25	c  N st   157    511830       201       412         0     42167      1236    975476     12.05   no data
35.99/36.06	c  N st   158    536950       201       412         0     36997      1236    780016     12.05   no data
35.99/36.06	c  S st   158    536950       201       412         0     36997      1236    780016     12.05   no data
36.09/36.12	c  S st   158    537450       201       412         0     37492      1236    793256     12.05   no data
36.09/36.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.09/36.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
36.09/36.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.09/36.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.09/36.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.09/36.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
36.09/36.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.09/36.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.09/36.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.79/37.84	c lits-rem:      7064  cl-subs:     2564  v-elim:      0  v-fix:    0  time:  1.69 s
37.79/37.84	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
37.79/37.85	c vivif2 --  cl tried    34928 cl shrink        0 lits rem          0 time: 0.01
37.79/37.86	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
37.79/37.86	c calculated reachability. Time: 0.00
37.79/37.86	c  N st   158    537450       201       412         0     34928      1236    683854     12.05   no data
51.60/51.64	c  N st   159    701434       201       412         0     31956      1236    483037     12.05   no data
60.40/60.41	c  N st   160    806175       201       412         0     57075      1236   1344178     12.05   no data
60.40/60.41	c  S st   160    806175       201       412         0     57075      1236   1344178     12.05   no data
60.50/60.51	c  S st   160    806677       201       412         0     57568      1236   1357243     12.05   no data
60.50/60.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
60.50/60.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
60.50/60.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
60.50/60.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.50/60.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.50/60.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
60.50/60.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
60.50/60.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
60.50/60.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.89/68.95	c lits-rem:     30372  cl-subs:     6274  v-elim:      0  v-fix:    0  time:  8.37 s
68.89/68.95	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
68.89/68.97	c vivif2 --  cl tried    51294 cl shrink        0 lits rem          0 time: 0.01
68.89/68.98	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
68.89/68.98	c calculated reachability. Time: 0.00
68.89/68.98	c  N st   160    806677       201       412         0     51294      1236   1083737     12.05   no data
94.69/94.71	c  F st   161   1071875       201       412         0     66463      1236   1620018     12.05   no data
94.69/94.71	c  N st   161   1071875       201       412         0     66463      1236   1620018     12.05   no data
95.09/95.12	c Decided on static restart strategy
97.00/97.09	c  N st   171   1100178       201       412         0     52743      1236   1057687     12.05   no data
100.69/100.73	c  N st   173   1136172       201       412         0     44111      1236    708790     12.05   no data
103.69/103.70	c  N st   174   1168567       201       412         0     71941      1236   1760617     12.05   no data
107.81/107.89	c  N st   175   1210016       201       412         0     66874      1236   1576907     12.05   no data
107.81/107.89	c  S st   175   1210016       201       412         0     66874      1236   1576907     12.05   no data
108.00/108.00	c  S st   175   1210516       201       412         0     67369      1236   1590319     12.05   no data
108.00/108.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
108.00/108.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
108.00/108.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
108.00/108.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
108.00/108.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.00/108.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
108.00/108.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
108.00/108.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
108.00/108.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.20/118.25	c lits-rem:     11283  cl-subs:     5869  v-elim:      0  v-fix:    0  time: 10.17 s
118.20/118.25	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
118.20/118.27	c vivif2 --  cl tried    61500 cl shrink        0 lits rem          0 time: 0.02
118.20/118.29	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
118.20/118.29	c calculated reachability. Time: 0.00
118.20/118.29	c  N st   175   1210516       201       412         0     61500      1236   1328164     12.05   no data
125.59/125.63	c  N st   176   1283400       201       412         0     81897      1236   2049557     12.05   no data
139.40/139.43	c  N st   177   1392723       201       412         0     50258      1236    794501     12.05   no data
156.59/156.68	c  N st   178   1556709       201       412         0     50724      1236    816125     12.05   no data
173.80/173.87	c  N st   179   1710518       201       412         0     88656      1236   2143156     12.05   no data
173.80/173.87	c  S st   179   1710518       201       412         0     88656      1236   2143156     12.05   no data
173.99/174.01	c  S st   179   1711022       201       412         0     89150      1236   2156678     12.05   no data
173.99/174.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
173.99/174.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
173.99/174.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
173.99/174.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
173.99/174.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
173.99/174.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
173.99/174.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
173.99/174.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
174.09/174.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
189.50/189.54	c lits-rem:     21661  cl-subs:     4903  v-elim:      0  v-fix:    0  time: 15.42 s
189.50/189.54	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
189.50/189.57	c vivif2 --  cl tried    84247 cl shrink        0 lits rem          0 time: 0.02
189.50/189.59	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
189.60/189.60	c calculated reachability. Time: 0.00
189.60/189.60	c  N st   179   1711022       201       412         0     84247      1236   1926571     12.05   no data
235.41/235.47	c  N st   180   2079987       201       412         0     97598      1236   2427139     12.05   no data
251.50/251.50	c  N st   181   2211025       201       412         0     99237      1236   2458013     12.05   no data
251.50/251.50	c  S st   181   2211025       201       412         0     99237      1236   2458013     12.05   no data
251.60/251.68	c  S st   181   2211527       201       412         0     99726      1236   2471351     12.05   no data
251.60/251.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
251.70/251.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
251.70/251.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
251.70/251.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
251.70/251.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
251.70/251.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
251.70/251.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
251.70/251.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
251.81/251.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
281.20/281.29	c lits-rem:     16247  cl-subs:     9839  v-elim:      0  v-fix:    0  time: 29.48 s
281.20/281.29	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
281.30/281.32	c vivif2 --  cl tried    89887 cl shrink        0 lits rem          0 time: 0.02
281.30/281.35	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
281.30/281.36	c calculated reachability. Time: 0.00
281.30/281.36	c  N st   181   2211527       201       412         0     89887      1236   2039402     12.05   no data
352.01/352.06	c  N st   182   2711527       201       412         0    109983      1236   2623590     12.05   no data
352.01/352.06	c  S st   182   2711527       201       412         0    109983      1236   2623590     12.05   no data
352.20/352.25	c  S st   182   2712029       201       412         0    110479      1236   2638415     12.05   no data
352.20/352.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
352.30/352.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
352.30/352.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
352.30/352.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
352.30/352.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
352.30/352.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
352.30/352.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
352.30/352.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
352.40/352.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
381.90/381.96	c lits-rem:     28225  cl-subs:     9706  v-elim:      0  v-fix:    0  time: 29.56 s
381.90/381.96	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
381.90/381.99	c vivif2 --  cl tried   100773 cl shrink        0 lits rem          0 time: 0.03
382.00/382.03	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.04
382.00/382.03	c calculated reachability. Time: 0.00
382.00/382.03	c  N st   182   2712029       201       412         0    100773      1236   2234180     12.05   no data
445.90/445.99	c  N st   183   3212029       201       412         0     79123      1236   1443190     12.05   no data
445.90/445.99	c  S st   183   3212029       201       412         0     79123      1236   1443190     12.05   no data
446.10/446.11	c  S st   183   3212532       201       412         0     79623      1236   1456853     12.05   no data
446.10/446.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
446.10/446.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
446.10/446.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
446.10/446.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
446.10/446.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.10/446.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
446.10/446.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
446.10/446.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
446.10/446.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
449.70/449.72	c lits-rem:      5470  cl-subs:     2366  v-elim:      0  v-fix:    0  time:  3.53 s
449.70/449.72	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
449.70/449.74	c vivif2 --  cl tried    77257 cl shrink        0 lits rem          0 time: 0.02
449.70/449.76	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
449.70/449.77	c calculated reachability. Time: 0.00
449.70/449.77	c  N st   183   3212532       201       412         0     77257      1236   1368892     12.05   no data
515.41/515.46	c  N st   184   3712532       201       412         0     83739      1236   1525609     12.05   no data
515.41/515.46	c  S st   184   3712532       201       412         0     83739      1236   1525609     12.05   no data
515.61/515.60	c  S st   184   3713032       201       412         0     84230      1236   1539307     12.05   no data
515.61/515.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
515.61/515.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
515.61/515.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
515.61/515.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
515.61/515.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
515.61/515.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
515.61/515.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
515.61/515.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
515.61/515.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
521.81/521.85	c lits-rem:      4239  cl-subs:     5776  v-elim:      0  v-fix:    0  time:  6.16 s
521.81/521.85	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
521.81/521.87	c vivif2 --  cl tried    78454 cl shrink        0 lits rem          0 time: 0.02
521.81/521.89	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
521.81/521.89	c calculated reachability. Time: 0.00
521.81/521.89	c  N st   184   3713032       201       412         0     78454      1236   1327318     12.05   no data
527.11/527.12	c  F st   185   3751563       201       412         0    110537      1236   2339086     12.05   no data
527.11/527.12	c  N st   185   3751563       201       412         0    110537      1236   2339086     12.05   no data
527.71/527.75	c Decided on static restart strategy
530.61/530.61	c  N st   195   3779864       201       412         0    136717      1236   3160126     12.05   no data
535.21/535.27	c  N st   197   3815856       201       412         0     98688      1236   2034705     12.05   no data
539.60/539.66	c  N st   198   3848250       201       412         0    126528      1236   2947360     12.05   no data
546.31/546.33	c  N st   199   3896838       201       412         0     94879      1236   1827740     12.05   no data
557.01/557.00	c  N st   200   3969721       201       412         0     83087      1236   1418286     12.05   no data
574.61/574.67	c  N st   201   4079045       201       412         0    101460      1236   2006926     12.05   no data
596.51/596.52	c  N st   202   4213034       201       412         0    145850      1236   3965830     12.05   no data
596.51/596.52	c  S st   202   4213034       201       412         0    145850      1236   3965830     12.05   no data
596.81/596.80	c  S st   202   4213543       201       412         0    146349      1236   3979595     12.05   no data
596.81/596.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
596.81/596.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
596.81/596.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
596.81/596.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
596.81/596.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
596.81/596.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
596.81/596.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
596.91/596.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
597.01/597.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
633.41/633.46	c lits-rem:     36217  cl-subs:     6120  v-elim:      0  v-fix:    0  time: 36.45 s
633.41/633.46	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
633.52/633.51	c vivif2 --  cl tried   140229 cl shrink        0 lits rem          0 time: 0.05
633.52/633.57	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.06
633.52/633.57	c calculated reachability. Time: 0.00
633.52/633.57	c  N st   202   4213543       201       412         0    140229      1236   3668435     12.05   no data
672.92/672.91	c  N st   203   4459520       201       412         0    112050      1236   2393591     12.05   no data
713.41/713.40	c  N st   204   4713545       201       412         0     87248      1236   1464716     12.05   no data
713.41/713.40	c  S st   204   4713545       201       412         0     87248      1236   1464716     12.05   no data
713.51/713.55	c  S st   204   4714050       201       412         0     87737      1236   1478216     12.05   no data
713.51/713.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
713.51/713.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
713.51/713.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
713.51/713.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
713.51/713.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
713.51/713.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
713.51/713.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
713.61/713.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
713.61/713.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
715.81/715.83	c lits-rem:      3901  cl-subs:     2753  v-elim:      0  v-fix:    0  time:  2.19 s
715.81/715.83	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
715.81/715.85	c vivif2 --  cl tried    84984 cl shrink        0 lits rem          0 time: 0.02
715.81/715.88	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
715.81/715.89	c calculated reachability. Time: 0.00
715.81/715.89	c  N st   204   4714050       201       412         0     84984      1236   1381424     12.05   no data
799.42/799.41	c  N st   205   5214050       201       412         0     95436      1236   1655873     12.05   no data
799.42/799.41	c  S st   205   5214050       201       412         0     95436      1236   1655873     12.05   no data
799.52/799.56	c  S st   205   5214552       201       412         0     95930      1236   1669853     12.05   no data
799.52/799.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
799.62/799.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
799.62/799.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
799.62/799.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
799.62/799.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
799.62/799.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
799.62/799.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
799.62/799.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
799.62/799.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
802.22/802.26	c lits-rem:      6031  cl-subs:     1498  v-elim:      0  v-fix:    0  time:  2.60 s
802.22/802.26	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
802.22/802.29	c vivif2 --  cl tried    94432 cl shrink        0 lits rem          0 time: 0.02
802.32/802.32	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
802.32/802.33	c calculated reachability. Time: 0.00
802.32/802.33	c  N st   205   5214552       201       412         0     94432      1236   1610245     12.05   no data
889.02/889.00	c  N st   206   5714552       201       412         0    169206      1236   4195809     12.05   no data
889.02/889.00	c  S st   206   5714552       201       412         0    169206      1236   4195809     12.05   no data
889.32/889.31	c  S st   206   5715053       201       412         0    169701      1236   4208495     12.05   no data
889.32/889.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
889.42/889.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.08
889.42/889.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
889.42/889.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
889.42/889.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
889.42/889.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
889.42/889.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
889.42/889.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
889.52/889.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1024.92/1024.93	c lits-rem:     29512  cl-subs:    28902  v-elim:      0  v-fix:    0  time: 135.39 s
1024.92/1024.93	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1024.92/1024.98	c vivif2 --  cl tried   140799 cl shrink        0 lits rem          0 time: 0.05
1025.02/1025.05	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.06
1025.02/1025.05	c calculated reachability. Time: 0.00
1025.02/1025.05	c  N st   206   5715053       201       412         0    140799      1236   3092814     12.05   no data
1112.04/1112.05	c  N st   207   6215053       201       412         0    114484      1236   2162571     12.05   no data
1112.04/1112.05	c  S st   207   6215053       201       412         0    114484      1236   2162571     12.05   no data
1112.23/1112.26	c  S st   207   6215556       201       412         0    114981      1236   2178698     12.05   no data
1112.23/1112.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1112.33/1112.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1112.33/1112.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1112.33/1112.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1112.33/1112.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1112.33/1112.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1112.33/1112.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1112.33/1112.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1112.33/1112.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1125.03/1125.04	c lits-rem:     13037  cl-subs:     5979  v-elim:      0  v-fix:    0  time: 12.65 s
1125.03/1125.04	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1125.03/1125.07	c vivif2 --  cl tried   109002 cl shrink        0 lits rem          0 time: 0.03
1125.13/1125.11	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.04
1125.13/1125.12	c calculated reachability. Time: 0.00
1125.13/1125.12	c  N st   207   6215556       201       412         0    109002      1236   1963603     12.05   no data
1212.25/1212.22	c  N st   208   6715556       201       412         0    151134      1236   3286337     12.05   no data
1212.25/1212.22	c  S st   208   6715556       201       412         0    151134      1236   3286337     12.05   no data
1212.54/1212.50	c  S st   208   6716059       201       412         0    151628      1236   3300566     12.05   no data
1212.54/1212.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1212.54/1212.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.07
1212.54/1212.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1212.54/1212.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1212.54/1212.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1212.54/1212.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1212.54/1212.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1212.64/1212.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1212.64/1212.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1298.34/1298.36	c lits-rem:     12085  cl-subs:    26588  v-elim:      0  v-fix:    0  time: 85.67 s
1298.34/1298.36	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1298.44/1298.40	c vivif2 --  cl tried   125040 cl shrink        0 lits rem          0 time: 0.04
1298.44/1298.45	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.05
1298.44/1298.46	c calculated reachability. Time: 0.00
1298.44/1298.46	c  N st   208   6716059       201       412         0    125040      1236   2402200     12.05   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-3368188-1305389811/watcher-3368188-1305389811 -o /tmp/evaluation-result-3368188-1305389811/solver-3368188-1305389811 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368188-1305389811.cnf 

running on 2 cores: 5,7

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: 4.01 4.02 3.97 4/326 8439
/proc/meminfo: memFree=23132836/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=29728 CPUtime=0 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 525 0 0 0 0 0 0 0 19 0 1 0 729211544 30441472 465 33554432000 4194304 4580011 140734319632112 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 7432 465 363 95 0 2414 0

[startup+0.035397 s]
/proc/loadavg: 4.01 4.02 3.97 4/326 8439
/proc/meminfo: memFree=23132836/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=29860 CPUtime=0.03 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 594 0 0 0 3 0 0 0 19 0 1 0 729211544 30576640 534 33554432000 4194304 4580011 140734319632112 18446744073709551615 4324469 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 7465 534 363 95 0 2447 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29860

[startup+0.100385 s]
/proc/loadavg: 4.01 4.02 3.97 4/326 8439
/proc/meminfo: memFree=23132836/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=30196 CPUtime=0.09 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 753 0 0 0 9 0 0 0 19 0 1 0 729211544 30920704 582 33554432000 4194304 4580011 140734319632112 18446744073709551615 4301666 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 7549 582 363 95 0 2531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30196

[startup+0.300346 s]
/proc/loadavg: 4.01 4.02 3.97 4/326 8439
/proc/meminfo: memFree=23132836/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=30668 CPUtime=0.29 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 1102 0 0 0 29 0 0 0 20 0 1 0 729211544 31404032 758 33554432000 4194304 4580011 140734319632112 18446744073709551615 4318239 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 7667 758 363 95 0 2649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30668

[startup+0.700272 s]
/proc/loadavg: 4.01 4.02 3.97 4/326 8439
/proc/meminfo: memFree=23132836/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=31212 CPUtime=0.69 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 1724 0 0 0 69 0 0 0 21 0 1 0 729211544 31961088 903 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 7803 903 366 95 0 2785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31212

[startup+1.50113 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23109268/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=38608 CPUtime=1.49 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 4365 0 0 0 149 0 0 0 23 0 1 0 729211544 39534592 2685 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 9652 2685 367 95 0 4634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38608

[startup+3.10083 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23098028/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=41068 CPUtime=3.09 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 6336 0 0 0 308 1 0 0 25 0 1 0 729211544 42053632 3535 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294481 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 10267 3535 367 95 0 5249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41068

[startup+6.30023 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23073404/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=48184 CPUtime=6.29 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 10797 0 0 0 628 1 0 0 21 0 1 0 729211544 49340416 5141 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 12046 5141 367 95 0 7028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48184

[startup+12.701 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8440
/proc/meminfo: memFree=23033264/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=57808 CPUtime=12.69 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 17279 0 0 0 1267 2 0 0 25 0 1 0 729211544 59195392 7806 33554432000 4194304 4580011 140734319632112 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 14452 7806 367 95 0 9434 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57808

[startup+25.5007 s]
/proc/loadavg: 4.01 4.02 3.97 5/327 8441
/proc/meminfo: memFree=23006100/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=71044 CPUtime=25.49 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 28096 0 0 0 2545 4 0 0 25 0 1 0 729211544 72749056 10127 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294472 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 17761 10127 367 95 0 12743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71044

[startup+51.1009 s]
/proc/loadavg: 4.00 4.02 3.97 5/327 8441
/proc/meminfo: memFree=22970956/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=78228 CPUtime=51.09 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 44048 0 0 0 5101 8 0 0 25 0 1 0 729211544 80105472 12833 33554432000 4194304 4580011 140734319632112 18446744073709551615 4322405 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 19557 12833 367 95 0 14539 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78228

[startup+102.312 s]
/proc/loadavg: 4.00 4.01 3.97 5/327 8443
/proc/meminfo: memFree=22897516/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=98736 CPUtime=102.31 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 70629 0 0 0 10219 12 0 0 25 0 1 0 729211544 101105664 17282 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294602 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 24684 17282 367 95 0 19666 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 98736

[startup+162.3 s]
/proc/loadavg: 4.05 4.02 3.97 5/327 8444
/proc/meminfo: memFree=22813760/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=136588 CPUtime=162.3 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 95217 0 0 0 16213 17 0 0 25 0 1 0 729211544 139866112 25025 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 34147 25025 367 95 0 29129 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136588

[startup+222.301 s]
/proc/loadavg: 4.06 4.03 3.98 5/327 8446
/proc/meminfo: memFree=22770588/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=153364 CPUtime=222.3 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 113501 0 0 0 22210 20 0 0 25 0 1 0 729211544 157044736 31616 33554432000 4194304 4580011 140734319632112 18446744073709551615 4304862 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 38341 31616 367 95 0 33323 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 153364

[startup+282.301 s]
/proc/loadavg: 4.08 4.04 3.98 5/327 8447
/proc/meminfo: memFree=22742256/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=157124 CPUtime=282.3 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 126965 0 0 0 28208 22 0 0 25 0 1 0 729211544 160894976 32494 33554432000 4194304 4580011 140734319632112 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 39281 32494 367 95 0 34263 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 157124

[startup+342.301 s]
/proc/loadavg: 4.03 4.03 3.98 5/327 8449
/proc/meminfo: memFree=22721264/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=157620 CPUtime=342.3 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 146862 0 0 0 34205 25 0 0 25 0 1 0 729211544 161402880 32527 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 39405 32527 367 95 0 34387 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 157620

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.98 5/327 8451
/proc/meminfo: memFree=22704112/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=171760 CPUtime=402.3 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 160086 0 0 0 40204 26 0 0 25 0 1 0 729211544 175882240 35473 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 42940 35473 367 95 0 37922 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 171760

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.98 5/327 8452
/proc/meminfo: memFree=22688824/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=198840 CPUtime=462.31 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 172453 0 0 0 46202 29 0 0 25 0 1 0 729211544 203612160 41211 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 49710 41211 367 95 0 44692 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 198840

[startup+522.3 s]
/proc/loadavg: 4.00 4.01 3.98 5/327 8454
/proc/meminfo: memFree=22684948/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=199768 CPUtime=522.31 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 178964 0 0 0 52201 30 0 0 25 0 1 0 729211544 204562432 41208 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 49942 41208 367 95 0 44924 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 199768

[startup+582.3 s]
/proc/loadavg: 4.04 4.02 3.99 5/327 8455
/proc/meminfo: memFree=22650544/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=244012 CPUtime=582.31 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 189773 0 0 0 58200 31 0 0 25 0 1 0 729211544 249868288 39756 33554432000 4194304 4580011 140734319632112 18446744073709551615 4342172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 61003 39756 367 95 0 55985 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 244012

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.99 5/327 8457
/proc/meminfo: memFree=22596676/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=224500 CPUtime=642.32 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 202950 0 0 0 64198 34 0 0 25 0 1 0 729211544 229888000 47083 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 56125 47083 367 95 0 51107 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 224500

[startup+702.301 s]
/proc/loadavg: 4.14 4.04 4.00 5/327 8459
/proc/meminfo: memFree=22560432/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=252768 CPUtime=702.32 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 220154 0 0 0 70195 37 0 0 25 0 1 0 729211544 258834432 54346 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294364 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 63192 54346 367 95 0 58174 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 252768

[startup+762.312 s]
/proc/loadavg: 4.05 4.03 4.00 5/327 8460
/proc/meminfo: memFree=22573800/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=284696 CPUtime=762.33 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 227963 0 0 0 76195 38 0 0 25 0 1 0 729211544 291528704 48911 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 71174 48911 367 95 0 66156 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 284696

[startup+822.301 s]
/proc/loadavg: 4.16 4.07 4.01 5/327 8462
/proc/meminfo: memFree=22577844/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=223516 CPUtime=822.32 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 244580 0 0 0 82191 41 0 0 25 0 1 0 729211544 228880384 46417 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 55879 46417 367 95 0 50861 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 223516

[startup+882.3 s]
/proc/loadavg: 4.06 4.05 4.00 5/327 8463
/proc/meminfo: memFree=22571120/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=223612 CPUtime=882.32 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 260598 0 0 0 88187 45 0 0 25 0 1 0 729211544 228978688 47800 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 55903 47800 367 95 0 50885 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 223612

[startup+942.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/327 8465
/proc/meminfo: memFree=22523960/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=309596 CPUtime=942.32 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 267683 0 0 0 94187 45 0 0 25 0 1 0 729211544 317026304 54885 33554432000 4194304 4580011 140734319632112 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 77399 54885 367 95 0 72381 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 309596

[startup+1002.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/327 8467
/proc/meminfo: memFree=22544408/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=309596 CPUtime=1002.32 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 267683 0 0 0 100187 45 0 0 25 0 1 0 729211544 317026304 54885 33554432000 4194304 4580011 140734319632112 18446744073709551615 4406344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 77399 54885 367 95 0 72381 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 309596

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 4.01 5/327 8468
/proc/meminfo: memFree=22477144/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=246444 CPUtime=1062.33 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 277569 0 0 0 106185 48 0 0 25 0 1 0 729211544 252358656 54090 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 61611 54090 367 95 0 56593 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 246444

[startup+1122.3 s]
/proc/loadavg: 4.11 4.06 4.01 5/327 8470
/proc/meminfo: memFree=22453540/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=246692 CPUtime=1122.33 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 291010 0 0 0 112181 52 0 0 25 0 1 0 729211544 252612608 52732 33554432000 4194304 4580011 140734319632112 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 61673 52732 367 95 0 56655 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 246692

[startup+1182.3 s]
/proc/loadavg: 4.04 4.05 4.00 5/327 8471
/proc/meminfo: memFree=22453752/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=246832 CPUtime=1182.33 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 305131 0 0 0 118177 56 0 0 25 0 1 0 729211544 252755968 52106 33554432000 4194304 4580011 140734319632112 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 61708 52106 367 95 0 56690 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 246832

[startup+1242.3 s]
/proc/loadavg: 4.05 4.05 4.00 5/327 8473
/proc/meminfo: memFree=22406592/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=254352 CPUtime=1242.33 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 313212 0 0 0 124175 58 0 0 25 0 1 0 729211544 260456448 55265 33554432000 4194304 4580011 140734319632112 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 63588 55265 367 95 0 58570 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 254352



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 4.00 2/322 8478
/proc/meminfo: memFree=22906932/32951124 swapFree=59305796/67111528
[pid=8439] ppid=8437 vsize=254352 CPUtime=1300.04 cores=5,7
/proc/8439/stat : 8439 (strangenight2-s) R 8437 8439 8223 0 -1 4202496 313491 0 0 0 129946 58 0 0 25 0 1 0 729211544 260456448 55544 33554432000 4194304 4580011 140734319632112 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/8439/statm: 63588 55544 367 95 0 58570 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 254352

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.02
CPU time (s): 1300.07
CPU user time (s): 1299.47
CPU system time (s): 0.595909
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 325884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.47
system time used= 0.595909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313492
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= 11
involuntary context switches= 1213

runsolver used 3.68844 second user time and 9.54655 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 18:16:51
IDJOB=3368188
IDBENCH=83151
IDSOLVER=1845
FILE ID=node111/3368188-1305389811
RUNJOBID= node111-1305388508-8244
PBS_JOBID= 13324403
Free space on /tmp= 73660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s00813792-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368188-1305389811/watcher-3368188-1305389811 -o /tmp/evaluation-result-3368188-1305389811/solver-3368188-1305389811 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368188-1305389811.cnf

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

MD5SUM BENCH= 92046422d2d9595619b29413c0964c9c
RANDOM SEED=1576615090

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.75
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.849
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.849
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.67
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.849
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:      23133000 kB
Buffers:        251536 kB
Cached:        6315360 kB
SwapCached:      13720 kB
Active:         821072 kB
Inactive:      8782136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23133000 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           21784 kB
Writeback:           0 kB
AnonPages:     3031944 kB
Mapped:          14008 kB
Slab:           113428 kB
PageTables:      36892 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53412900 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= 73672 MiB
End job on node111 at 2011-05-14 18:38:33