Trace number 3369765

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-Night-1-st (fixed)? (TO) 1300.04 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S882087907-088-UNKNOWN.cnf
MD5SUM3cf1ca6aaef3b8ffa068d087f2b6934e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.16467
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369765-1305381960.cnf'
0.00/0.01	c -- header says num vars:           2500
0.00/0.01	c -- header says num clauses:       10500
0.00/0.01	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.01	c -- vars added       2500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:     76  v-fix:    0  time:  0.01 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:    1127 undec:     283 neg:    1090
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0      2424     10395         0         0     31622         0   no data   no data  --
0.19/0.29	c  N dy    15      4010      2424     10395         0      4009     31622    300714     51.76     60.19  --
0.49/0.55	c  N dy    28      8128      2424     10395         0      5628     31622    297417     47.90     51.59  --
0.78/0.83	c  N dy    48     12237      2424     10395         0      5487     31622    186044     47.07     51.06  --
0.99/1.11	c  N dy    71     16299      2424     10395         0      9548     31622    468445     46.76     49.27  --
1.28/1.39	c  N dy    93     20309      2424     10395         0      7937     31622    272822     46.57     49.15  --
1.58/1.69	c  N dy   114     24527      2424     10395         0     12154     31622    562284     46.35     49.51  --
1.68/1.73	c  F st   118     25000      2424     10395         0     12627     31622    595076     46.36     37.21  --
2.09/2.12	c  N dy   124     30002      2424     10395         0     10818     31622    420815     46.36   no data  --
2.09/2.12	c  S st   124     30002      2424     10395         0     10818     31622    420815     46.36   no data  --
2.09/2.16	c  S st   124     30507      2424     10395         0     11323     31622    447300     46.36   no data  --
2.09/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.09/2.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.09/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
2.09/2.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.09/2.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.09/2.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
2.09/2.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3.19/3.21	c lits-rem:        45  cl-subs:       12  v-elim:      0  v-fix:    0  time:  1.01 s
3.19/3.22	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.01
3.19/3.22	c calculated reachability. Time: 0.00
3.19/3.22	c  N dy   124     30507      2424     10395         0     11311     31622    445606     46.36   no data  --
3.48/3.54	c  N dy   145     34657      2424     10395         0     15460     31622    735300     46.30     49.38  --
3.78/3.86	c  N dy   158     38854      2424     10395         0     11752     31622    399267     46.01     49.53  --
4.08/4.18	c  N dy   176     42954      2424     10395         0     15852     31622    679800     45.80     48.87  --
4.39/4.41	c  S st   187     45761      2424     10395         0      9707     31622    186580     45.79     46.09  --
4.39/4.45	c  S st   187     46263      2424     10395         0     10209     31622    217251     45.79   no data  --
4.39/4.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.39/4.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.39/4.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
4.39/4.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.39/4.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/4.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
4.39/4.47	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4.78/4.81	c lits-rem:         8  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.34 s
4.78/4.81	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
4.78/4.81	c vivif2 --  cl tried    10207 cl shrink        0 lits rem          0 time: 0.00
4.78/4.82	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.01
4.78/4.82	c calculated reachability. Time: 0.00
4.78/4.82	c  N dy   187     46263      2424     10395         0     10207     31622    217024     45.79   no data  --
5.08/5.15	c  N dy   212     50520      2424     10395         0     14464     31622    516058     45.90     48.38  --
5.49/5.54	c  N dy   236     55121      2424     10395         0     19062     31622    836863     45.84     49.35  --
5.78/5.88	c  N dy   263     59318      2424     10395         0     13283     31622    367174     45.91     48.81  --
6.18/6.21	c  N dy   283     63381      2424     10395         0     17346     31622    648479     45.83     51.91  --
6.48/6.58	c  N dy   302     67557      2424     10395         0     21519     31622    934093     45.79     48.45  --
6.68/6.74	c  S st   308     69396      2424     10395         0     12373     31622    244468     45.75   no data  --
6.68/6.78	c  S st   308     69897      2424     10395         0     12874     31622    272555     45.75   no data  --
6.68/6.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.68/6.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.68/6.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
6.78/6.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.78/6.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.78/6.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
6.78/6.80	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
7.28/7.30	c lits-rem:        25  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.50 s
7.28/7.30	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
7.28/7.31	c vivif2 --  cl tried    12870 cl shrink        0 lits rem          0 time: 0.00
7.28/7.32	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.01
7.28/7.32	c calculated reachability. Time: 0.00
7.28/7.32	c  N dy   308     69897      2424     10395         0     12870     31622    272091     45.75   no data  --
7.59/7.70	c  N dy   334     74493      2424     10395         0     17466     31622    592525     45.76     48.37  --
8.08/8.13	c  N dy   358     79309      2424     10395         0     22282     31622    929710     45.70     52.88  --
8.48/8.59	c  N dy   390     84588      2424     10395         0     15565     31622    400018     45.74     48.15  --
8.79/8.84	c  F st   411     87500      2424     10395         0     18477     31622    605153     45.76   no data  --
9.08/9.14	c  N st   416     90801      2424     10395         0     21778     31622    862704     45.76   no data  --
9.68/9.71	c  N dy   444     96657      2424     10395         0     14636     31622    272934     45.84     50.99  --
10.18/10.25	c  N dy   485    102856      2424     10395         0     20834     31622    716271     45.97     49.19  --
10.38/10.44	c  S st   498    104846      2424     10395         0     22823     31622    854723     45.98     42.76  --
10.38/10.50	c  S st   498    105352      2424     10395         0     23329     31622    882868     45.98   no data  --
10.48/10.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.48/10.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.48/10.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
10.48/10.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.48/10.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.48/10.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
10.48/10.54	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
14.29/14.38	c lits-rem:       141  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.83 s
14.29/14.38	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
14.29/14.39	c vivif2 --  cl tried    23324 cl shrink        0 lits rem          0 time: 0.01
14.38/14.41	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.03
14.38/14.41	c calculated reachability. Time: 0.00
14.38/14.41	c  N dy   498    105352      2424     10395         0     23324     31622    882009     45.98   no data  --
14.99/15.07	c  N dy   528    112082      2424     10395         0     16054     31622    304256     45.89     52.17  --
15.69/15.72	c  N dy   570    119265      2424     10395         0     23236     31622    811210     45.94     48.47  --
16.39/16.49	c  N dy   613    126884      2424     10395         0     15867     31622    232377     45.96     48.47  --
17.18/17.24	c  N dy   667    135222      2424     10395         0     24202     31622    810997     45.98     49.54  --
18.08/18.13	c  N dy   709    143900      2424     10395         0     16888     31622    239408     45.96     49.68  --
18.88/18.98	c  N dy   754    153101      2424     10395         0     26087     31622    873217     45.94     49.45  --
19.48/19.50	c  S st   787    158028      2424     10395         0     31013     31622   1215688     45.96   no data  --
19.48/19.56	c  S st   787    158531      2424     10395         0     31516     31622   1245855     45.96   no data  --
19.48/19.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.48/19.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
19.48/19.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
19.58/19.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.58/19.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.58/19.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
19.58/19.63	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
21.69/21.72	c lits-rem:       100  cl-subs:       13  v-elim:      0  v-fix:    0  time:  2.09 s
21.69/21.72	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
21.69/21.74	c vivif2 --  cl tried    31503 cl shrink        0 lits rem          0 time: 0.01
21.69/21.77	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.03
21.69/21.77	c calculated reachability. Time: 0.00
21.69/21.77	c  N dy   787    158531      2424     10395         0     31503     31622   1244091     45.96   no data  --
22.78/22.85	c  N dy   840    169389      2424     10395         0     25359     31622    760501     45.88     48.54  --
24.09/24.16	c  N dy   899    180682      2424     10395         0     18651     31622    232868     45.88     48.50  --
25.29/25.32	c  N dy   969    192419      2424     10395         0     30382     31622   1045989     45.88     49.17  --
26.58/26.67	c  N dy  1043    205057      2424     10395         0     24021     31622    539529     45.92     49.07  --
27.98/28.08	c  N dy  1113    218170      2424     10395         0     37131     31622   1449276     45.93     48.56  --
29.49/29.56	c  N dy  1186    232380      2424     10395         0     31342     31622    984857     45.92     48.38  --
30.09/30.18	c  S st  1214    237798      2424     10395         0     36759     31622   1365017     45.92     43.33  --
30.19/30.26	c  S st  1214    238303      2424     10395         0     37264     31622   1396636     45.92   no data  --
30.19/30.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.19/30.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
30.19/30.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
30.29/30.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.29/30.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.29/30.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
30.29/30.33	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
32.48/32.54	c lits-rem:       159  cl-subs:       15  v-elim:      0  v-fix:    0  time:  2.21 s
32.48/32.54	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
32.48/32.55	c vivif2 --  cl tried    37249 cl shrink        0 lits rem          0 time: 0.02
32.58/32.60	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.04
32.58/32.60	c calculated reachability. Time: 0.00
32.58/32.60	c  N dy  1214    238303      2424     10395         0     37249     31622   1394632     45.92   no data  --
34.28/34.39	c  N dy  1289    253930      2424     10395         0     31877     31622    962267     45.88     48.35  --
36.38/36.49	c  N dy  1380    270898      2424     10395         0     26848     31622    545844     45.88     49.43  --
38.58/38.60	c  N dy  1476    288829      2424     10395         0     44775     31622   1802779     45.91     48.42  --
40.48/40.56	c  F st  1588    306251      2424     10395         0     39198     31622   1356441     45.98   no data  --
40.58/40.70	c  N st  1591    307442      2424     10395         0     40388     31622   1443084     45.98   no data  --
42.98/43.03	c  N dy  1687    327253      2424     10395         0     36196     31622   1075978     46.02     49.13  --
45.49/45.54	c  N dy  1815    347290      2424     10395         0     31233     31622    674680     46.09     49.02  --
46.69/46.73	c  S st  1872    357454      2424     10395         0     41397     31622   1379979     46.09     42.04  --
46.79/46.80	c  S st  1872    357956      2424     10395         0     41899     31622   1407657     46.09   no data  --
46.79/46.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.79/46.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.79/46.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
46.79/46.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.79/46.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.79/46.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
46.79/46.87	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
49.28/49.33	c lits-rem:        27  cl-subs:       18  v-elim:      0  v-fix:    0  time:  2.45 s
49.28/49.33	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
49.28/49.34	c vivif2 --  cl tried    41881 cl shrink        0 lits rem          0 time: 0.02
49.39/49.41	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.06
49.39/49.41	c calculated reachability. Time: 0.00
49.39/49.41	c  N dy  1872    357956      2424     10395         0     41881     31622   1405610     46.09   no data  --
52.09/52.17	c  N dy  2005    378283      2424     10395         0     36207     31622    941789     46.16     50.23  --
55.00/55.02	c  N dy  2113    398375      2424     10395         0     29308     31622    400075     46.14     48.97  --
57.48/57.50	c  N dy  2223    418484      2424     10395         0     49410     31622   1808693     46.15     48.80  --
60.08/60.11	c  N dy  2335    438689      2424     10395         0     41617     31622   1224208     46.18     49.08  --
62.78/62.89	c  N dy  2434    458744      2424     10395         0     32675     31622    508025     46.17     49.24  --
65.48/65.52	c  N dy  2558    478790      2424     10395         0     52715     31622   1928828     46.19     49.74  --
68.20/68.23	c  N dy  2686    498830      2424     10395         0     42757     31622   1162940     46.24     48.82  --
71.18/71.29	c  N dy  2817    518977      2424     10395         0     31905     31622    330672     46.28     50.31  --
73.48/73.59	c  S st  2917    536936      2424     10395         0     49857     31622   1603076     46.29     38.91  --
73.59/73.68	c  S st  2917    537439      2424     10395         0     50360     31622   1633405     46.29   no data  --
73.59/73.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.59/73.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.59/73.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
73.69/73.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.69/73.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.69/73.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
73.69/73.76	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
77.19/77.22	c lits-rem:        49  cl-subs:       11  v-elim:      0  v-fix:    0  time:  3.46 s
77.19/77.23	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
77.19/77.24	c vivif2 --  cl tried    50349 cl shrink        0 lits rem          0 time: 0.02
77.29/77.30	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.06
77.29/77.30	c calculated reachability. Time: 0.00
77.29/77.30	c  N dy  2917    537439      2424     10395         0     50349     31622   1632087     46.29   no data  --
80.48/80.52	c  N dy  3035    557570      2424     10395         0     38486     31622    720811     46.30     48.92  --
83.38/83.43	c  N dy  3140    577647      2424     10395         0     58559     31622   2114214     46.29     50.90  --
86.18/86.28	c  N dy  3250    597792      2424     10395         0     45705     31622   1175972     46.29     48.81  --
89.39/89.42	c  N dy  3365    617854      2424     10395         0     65759     31622   2602602     46.32     53.06  --
92.08/92.19	c  N dy  3491    638056      2424     10395         0     51965     31622   1551475     46.35     48.91  --
95.49/95.52	c  N dy  3618    658101      2424     10395         0     37016     31622    427182     46.38     49.53  --
98.29/98.31	c  N dy  3732    678210      2424     10395         0     57117     31622   1837315     46.40     48.92  --
101.48/101.58	c  N dy  3850    698242      2424     10395         0     41156     31622    654312     46.42     50.34  --
104.50/104.57	c  N dy  3975    718414      2424     10395         0     61319     31622   2086945     46.44     49.00  --
107.80/107.86	c  N dy  4090    738509      2424     10395         0     44422     31622    817637     46.45     50.48  --
110.88/110.95	c  N dy  4213    758566      2424     10395         0     64474     31622   2222380     46.46     49.21  --
114.19/114.26	c  N dy  4324    778625      2424     10395         0     46538     31622    914131     46.48     49.66  --
117.39/117.41	c  N dy  4429    798849      2424     10395         0     66755     31622   2351019     46.48     49.02  --
118.69/118.80	c  S st  4471    806159      2424     10395         0     74062     31622   2867529     46.48     48.71  --
118.88/118.93	c  S st  4471    806662      2424     10395         0     74565     31622   2896176     46.48   no data  --
118.88/118.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
118.88/118.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
118.88/118.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
118.98/119.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
118.98/119.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
118.98/119.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
118.98/119.07	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
128.59/128.61	c lits-rem:        34  cl-subs:       30  v-elim:      0  v-fix:    0  time:  9.52 s
128.59/128.61	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
128.59/128.63	c vivif2 --  cl tried    74535 cl shrink        0 lits rem          0 time: 0.03
128.70/128.74	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.11
128.70/128.74	c calculated reachability. Time: 0.00
128.70/128.74	c  N dy  4471    806662      2424     10395         0     74535     31622   2891993     46.48   no data  --
132.08/132.19	c  N dy  4585    826746      2424     10395         0     55631     31622   1476327     46.48     49.66  --
136.29/136.35	c  N dy  4703    846838      2424     10395         0     75716     31622   2903436     46.51     49.62  --
139.59/139.70	c  N dy  4827    866939      2424     10395         0     55824     31622   1433808     46.52     49.76  --
143.19/143.24	c  N dy  4947    887003      2424     10395         0     75883     31622   2855621     46.53     49.75  --
146.48/146.51	c  N dy  5063    907087      2424     10395         0     54969     31622   1312577     46.55     54.92  --
149.99/150.04	c  N dy  5186    927232      2424     10395         0     75107     31622   2741254     46.57     50.07  --
153.38/153.46	c  N dy  5301    947425      2424     10395         0     53305     31622   1129049     46.57     49.24  --
156.89/156.94	c  N dy  5424    967687      2424     10395         0     73564     31622   2560668     46.59     50.18  --
160.60/160.65	c  N dy  5533    987848      2424     10395         0     50732     31622    885800     46.59     49.60  --
163.99/164.00	c  N dy  5644   1008099      2424     10395         0     70973     31622   2312043     46.58     50.51  --
167.98/168.01	c  N dy  5757   1028165      2424     10395         0     47046     31622    553184     46.59     49.52  --
171.09/171.16	c  N dy  5882   1048222      2424     10395         0     67099     31622   1970821     46.61     50.08  --
175.18/175.27	c  N dy  5999   1068254      2424     10395         0     87122     31622   3401667     46.62     49.12  --
176.08/176.12	c  F st  6021   1071876      2424     10395         0     45755     31622    400904     46.62     43.78  --
178.59/178.62	c  N dy  6088   1088790      2424     10395         0     62660     31622   1646916     46.62     49.44  --
182.50/182.55	c  N dy  6207   1108851      2424     10395         0     82713     31622   3074074     46.63     49.81  --
186.19/186.24	c  N dy  6317   1128956      2424     10395         0     56836     31622   1123723     46.64     49.71  --
189.89/189.90	c  N dy  6436   1148999      2424     10395         0     76876     31622   2546374     46.65     49.40  --
194.18/194.28	c  N dy  6559   1169232      2424     10395         0     50120     31622    577564     46.66     49.16  --
197.49/197.52	c  N dy  6671   1189321      2424     10395         0     70201     31622   1991278     46.66     63.95  --
201.78/201.85	c  N dy  6792   1209556      2424     10395         0     90432     31622   3425449     46.67     50.75  --
201.88/201.96	c  S st  6797   1209993      2424     10395         0     90869     31622   3456701     46.68   no data  --
202.08/202.12	c  S st  6797   1210495      2424     10395         0     91371     31622   3485496     46.68   no data  --
202.08/202.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
202.08/202.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
202.08/202.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
202.18/202.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
202.18/202.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
202.18/202.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
202.18/202.29	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
251.59/251.69	c lits-rem:        15  cl-subs:       30  v-elim:      0  v-fix:    0  time: 49.40 s
251.59/251.69	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
251.69/251.73	c vivif2 --  cl tried    91341 cl shrink        0 lits rem          0 time: 0.04
251.80/251.84	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.11
251.80/251.85	c calculated reachability. Time: 0.00
251.80/251.85	c  N dy  6797   1210495      2424     10395         0     91341     31622   3481868     46.68   no data  --
255.28/255.34	c  N dy  6911   1230508      2424     10395         0     63366     31622   1459390     46.69     50.17  --
259.39/259.47	c  N dy  7036   1251564      2424     10395         0     84414     31622   2960912     46.70     49.21  --
263.59/263.64	c  N dy  7138   1271642      2424     10395         0     55498     31622    826978     46.69     53.81  --
267.08/267.16	c  N dy  7247   1292132      2424     10395         0     75983     31622   2274135     46.69     49.36  --
271.60/271.70	c  N dy  7362   1312212      2424     10395         0     96058     31622   3698493     46.70     49.67  --
275.29/275.35	c  N dy  7491   1332269      2424     10395         0     66124     31622   1522934     46.71     50.21  --
279.30/279.36	c  N dy  7601   1352363      2424     10395         0     86215     31622   2941854     46.71     51.44  --
283.89/283.94	c  N dy  7707   1372404      2424     10395         0     55261     31622    689519     46.71     49.49  --
287.39/287.40	c  N dy  7832   1392426      2424     10395         0     75278     31622   2108119     46.73     57.62  --
291.89/291.96	c  N dy  7957   1412687      2424     10395         0     95532     31622   3544502     46.74     49.79  --
295.99/296.09	c  N dy  8066   1432739      2424     10395         0     63593     31622   1218105     46.75     49.77  --
299.89/299.98	c  N dy  8180   1452905      2424     10395         0     83753     31622   2648438     46.76     49.27  --
304.88/304.91	c  N dy  8301   1472940      2424     10395         0    103784     31622   4074716     46.77     53.59  --
308.49/308.53	c  N dy  8418   1492969      2424     10395         0     70817     31622   1653311     46.77     49.25  --
312.69/312.70	c  N dy  8527   1513063      2424     10395         0     90900     31622   3077302     46.78     50.54  --
317.68/317.70	c  N dy  8655   1533149      2424     10395         0     56999     31622    618684     46.79     49.81  --
321.20/321.21	c  N dy  8779   1553249      2424     10395         0     77096     31622   2061060     46.80     49.75  --
325.60/325.69	c  N dy  8881   1573292      2424     10395         0     97130     31622   3477801     46.80     51.63  --
330.39/330.48	c  N dy  8997   1593308      2424     10395         0     62154     31622    921421     46.81     49.57  --
334.19/334.23	c  N dy  9112   1613311      2424     10395         0     82152     31622   2356923     46.82     49.48  --
338.99/339.00	c  N dy  9216   1633314      2424     10395         0    102146     31622   3771314     46.82     49.53  --
343.99/344.00	c  N dy  9338   1653434      2424     10395         0     66289     31622   1147971     46.83     49.46  --
348.89/348.96	c  N dy  9442   1673825      2424     10395         0     86673     31622   2599202     46.82     50.01  --
354.89/354.98	c  N dy  9569   1693845      2424     10395         0    106688     31622   4024885     46.83     49.48  --
359.19/359.24	c  S st  9670   1710495      2424     10395         0     66347     31622   1089424     46.84     42.10  --
359.29/359.37	c  S st  9670   1710997      2424     10395         0     66849     31622   1118294     46.84   no data  --
359.29/359.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
359.29/359.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
359.39/359.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
359.39/359.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
359.39/359.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
359.39/359.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
359.39/359.45	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
361.91/361.97	c lits-rem:        61  cl-subs:        9  v-elim:      0  v-fix:    0  time:  2.51 s
361.91/361.97	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
361.91/361.98	c vivif2 --  cl tried    66840 cl shrink        0 lits rem          0 time: 0.01
361.99/362.06	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.08
361.99/362.06	c calculated reachability. Time: 0.00
361.99/362.06	c  N dy  9670   1710997      2424     10395         0     66840     31622   1117103     46.84   no data  --
366.59/366.67	c  N dy  9780   1731070      2424     10395         0     86912     31622   2547281     46.84     49.99  --
372.79/372.88	c  N dy  9908   1751689      2424     10395         0    107529     31622   4023961     46.86     51.09  --
378.19/378.25	c  N dy 10014   1772076      2424     10395         0     69922     31622   1280543     46.86     49.44  --
383.19/383.29	c  N dy 10132   1792308      2424     10395         0     90148     31622   2732230     46.87     50.08  --
389.41/389.42	c  N dy 10253   1812364      2424     10395         0    110197     31622   4164176     46.88     49.64  --
394.80/394.81	c  N dy 10385   1832436      2424     10395         0     71277     31622   1308494     46.89     50.65  --
399.79/399.85	c  N dy 10513   1852486      2424     10395         0     91320     31622   2740972     46.91     49.58  --
405.99/406.06	c  N dy 10631   1872521      2424     10395         0    111348     31622   4158941     46.91     49.59  --
411.49/411.50	c  N dy 10751   1892727      2424     10395         0     71569     31622   1276459     46.92     49.60  --
416.49/416.52	c  N dy 10873   1912837      2424     10395         0     91672     31622   2702170     46.92     49.53  --
422.69/422.71	c  N dy 10989   1932895      2424     10395         0    111724     31622   4133116     46.93     58.10  --
428.30/428.31	c  N dy 11095   1952917      2424     10395         0     70759     31622   1137857     46.93     53.35  --
433.30/433.33	c  N dy 11224   1973003      2424     10395         0     90835     31622   2564421     46.94     56.16  --
439.39/439.46	c  N dy 11334   1993100      2424     10395         0    110922     31622   3997912     46.94     49.62  --
445.70/445.74	c  N dy 11454   2013149      2424     10395         0     68986     31622    944817     46.95     51.32  --
450.59/450.68	c  N dy 11578   2033315      2424     10395         0     89147     31622   2372935     46.96     50.10  --
456.59/456.69	c  N dy 11680   2053532      2424     10395         0    109356     31622   3800360     46.95     50.49  --
463.39/463.42	c  N dy 11793   2073633      2424     10395         0     66475     31622    703464     46.96     51.74  --
467.99/468.04	c  N dy 11899   2093711      2424     10395         0     86550     31622   2132172     46.96     49.73  --
473.89/473.95	c  N dy 12016   2113806      2424     10395         0    106641     31622   3566492     46.96     51.25  --
481.09/481.17	c  N dy 12138   2133912      2424     10395         0    126740     31622   5000974     46.97     50.19  --
485.89/485.95	c  N dy 12264   2153976      2424     10395         0     82816     31622   1790434     46.98     60.18  --
491.70/491.73	c  N dy 12411   2174014      2424     10395         0    102848     31622   3236709     47.00     49.52  --
498.59/498.67	c  N dy 12532   2194111      2424     10395         0    122936     31622   4689168     47.01     50.42  --
503.49/503.53	c  S st 12636   2210997      2424     10395         0     74835     31622   1179545     47.02     47.15  --
503.59/503.67	c  S st 12636   2211503      2424     10395         0     75341     31622   1211559     47.02   no data  --
503.59/503.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
503.59/503.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
503.70/503.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
503.70/503.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
503.70/503.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
503.70/503.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
503.70/503.77	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
507.19/507.22	c lits-rem:        85  cl-subs:        9  v-elim:      0  v-fix:    0  time:  3.45 s
507.19/507.22	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
507.19/507.23	c vivif2 --  cl tried    75332 cl shrink        0 lits rem          0 time: 0.02
507.29/507.33	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.10
507.29/507.33	c calculated reachability. Time: 0.00
507.29/507.33	c  N dy 12636   2211503      2424     10395         0     75332     31622   1210848     47.02   no data  --
512.50/512.54	c  N dy 12754   2231539      2424     10395         0     95361     31622   2641484     47.03     53.21  --
518.89/518.95	c  N dy 12873   2251642      2424     10395         0    115453     31622   4078464     47.04     50.16  --
526.09/526.12	c  N dy 13006   2272179      2424     10395         0     70008     31622    755552     47.05     49.66  --
530.89/530.95	c  N dy 13127   2292189      2424     10395         0     90010     31622   2199632     47.06     59.64  --
536.99/537.02	c  N dy 13255   2312354      2424     10395         0    110170     31622   3646013     47.07     50.82  --
544.29/544.32	c  N dy 13386   2332452      2424     10395         0    130263     31622   5087485     47.08     50.01  --
549.59/549.69	c  N dy 13524   2352505      2424     10395         0     83336     31622   1657752     47.09     51.37  --
555.29/555.35	c  N dy 13649   2372533      2424     10395         0    103358     31622   3086746     47.10     57.78  --
562.40/562.46	c  N dy 13774   2392669      2424     10395         0    123491     31622   4520893     47.11     50.29  --
568.30/568.38	c  N dy 13888   2412838      2424     10395         0     75671     31622   1036026     47.11     50.06  --
572.69/572.76	c  N dy 14007   2433002      2424     10395         0     95833     31622   2474138     47.11     49.92  --
578.30/578.30	c  N dy 14141   2453128      2424     10395         0    115947     31622   3916781     47.12     49.78  --
584.89/584.97	c  N dy 14259   2473535      2424     10395         0    136350     31622   5380071     47.13     49.83  --
589.19/589.27	c  N dy 14375   2493623      2424     10395         0     87445     31622   1802545     47.13     49.62  --
594.30/594.32	c  N dy 14496   2513780      2424     10395         0    107597     31622   3251507     47.14     49.79  --
600.10/600.18	c  N dy 14599   2533791      2424     10395         0    127605     31622   4702716     47.14     56.56  --
605.89/605.99	c  N dy 14717   2553804      2424     10395         0     77630     31622   1048112     47.14     50.60  --
610.41/610.42	c  N dy 14834   2573810      2424     10395         0     97632     31622   2482020     47.15     51.38  --
615.80/615.87	c  N dy 14949   2593879      2424     10395         0    117693     31622   3918255     47.16     51.18  --
622.61/622.67	c  N dy 15080   2613945      2424     10395         0    137757     31622   5358777     47.17     49.76  --
627.50/627.55	c  N dy 15207   2634653      2424     10395         0     87478     31622   1686424     47.17     50.86  --
632.51/632.54	c  N dy 15326   2654725      2424     10395         0    107545     31622   3116310     47.18     50.24  --
638.69/638.75	c  N dy 15457   2674871      2424     10395         0    127689     31622   4569978     47.19     49.75  --
645.30/645.34	c  N dy 15586   2695006      2424     10395         0     75837     31622    789156     47.19     49.75  --
648.80/648.87	c  S st 15688   2711505      2424     10395         0     92332     31622   1974346     47.20   no data  --
649.01/649.03	c  S st 15688   2712008      2424     10395         0     92835     31622   2004020     47.20   no data  --
649.01/649.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
649.01/649.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
649.01/649.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
649.10/649.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
649.10/649.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
649.10/649.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
649.10/649.15	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
656.00/656.08	c lits-rem:        21  cl-subs:       16  v-elim:      0  v-fix:    0  time:  6.93 s
656.00/656.08	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
656.10/656.10	c vivif2 --  cl tried    92819 cl shrink        0 lits rem          0 time: 0.02
656.20/656.20	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.10
656.20/656.21	c calculated reachability. Time: 0.00
656.20/656.21	c  N dy 15688   2712008      2424     10395         0     92819     31622   2001940     47.20   no data  --
661.40/661.41	c  N dy 15804   2732385      2424     10395         0    113190     31622   3463256     47.20     50.23  --
667.71/667.79	c  N dy 15930   2752504      2424     10395         0    133299     31622   4905550     47.21     50.69  --
673.80/673.83	c  N dy 16060   2772545      2424     10395         0     80357     31622   1049400     47.22     49.73  --
678.40/678.44	c  N dy 16186   2792694      2424     10395         0    100501     31622   2494949     47.23     50.56  --
684.10/684.13	c  N dy 16285   2812787      2424     10395         0    120589     31622   3936654     47.22     49.75  --
692.70/692.79	c  N dy 16415   2832986      2424     10395         0    140784     31622   5378927     47.23     49.92  --
698.99/699.07	c  N dy 16535   2853135      2424     10395         0     86949     31622   1457170     47.24     50.73  --
704.89/704.90	c  N dy 16669   2873150      2424     10395         0    106954     31622   2898639     47.25     50.57  --
711.60/711.67	c  N dy 16774   2893238      2424     10395         0    127037     31622   4335948     47.25     50.11  --
720.10/720.11	c  N dy 16891   2913301      2424     10395         0    147095     31622   5771266     47.25     49.86  --
725.80/725.81	c  N dy 17001   2933381      2424     10395         0     92191     31622   1758868     47.25     49.99  --
731.90/731.98	c  N dy 17112   2953514      2424     10395         0    112318     31622   3202258     47.26     49.86  --
739.50/739.54	c  N dy 17235   2973582      2424     10395         0    132379     31622   4635155     47.26     60.84  --
748.10/748.16	c  N dy 17356   2993604      2424     10395         0     76415     31622    570357     47.27     61.25  --
753.40/753.41	c  N dy 17479   3013730      2424     10395         0     96540     31622   2006630     47.27     50.32  --
759.80/759.87	c  N dy 17604   3033819      2424     10395         0    116625     31622   3468608     47.28     56.69  --
767.59/767.69	c  N dy 17727   3053950      2424     10395         0    136753     31622   4912057     47.29     50.12  --
776.00/776.04	c  N dy 17850   3073961      2424     10395         0     79775     31622    741384     47.30     59.94  --
781.30/781.30	c  N dy 17981   3094045      2424     10395         0     99856     31622   2188811     47.31     49.84  --
788.10/788.18	c  N dy 18093   3114836      2424     10395         0    120642     31622   3676733     47.31     49.80  --
796.10/796.16	c  N dy 18216   3134876      2424     10395         0    140678     31622   5113797     47.31     49.84  --
804.30/804.33	c  N dy 18346   3155054      2424     10395         0     82872     31622    898805     47.32     50.00  --
809.90/809.92	c  N dy 18463   3175281      2424     10395         0    103095     31622   2345056     47.32     50.12  --
816.70/816.73	c  N dy 18575   3195398      2424     10395         0    123204     31622   3785204     47.33     49.89  --
823.30/823.35	c  S st 18677   3212009      2424     10395         0    139809     31622   4987630     47.33     42.26  --
823.60/823.64	c  S st 18677   3212511      2424     10395         0    140311     31622   5022177     47.33   no data  --
823.60/823.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
823.60/823.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
823.70/823.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.08
823.91/823.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
823.91/823.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
823.91/823.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
823.91/823.94	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
947.41/947.50	c lits-rem:         8  cl-subs:       64  v-elim:      0  v-fix:    0  time: 123.56 s
947.51/947.50	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
947.51/947.55	c vivif2 --  cl tried   140247 cl shrink        0 lits rem          0 time: 0.06
947.71/947.74	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.19
947.71/947.74	c calculated reachability. Time: 0.00
947.71/947.74	c  N dy 18677   3212511      2424     10395         0    140247     31622   5014467     47.33   no data  --
955.00/955.00	c  N dy 18791   3232660      2424     10395         0     81411     31622    737248     47.34     49.95  --
959.51/959.58	c  N dy 18921   3252704      2424     10395         0    101449     31622   2178151     47.34     52.50  --
965.20/965.23	c  N dy 19041   3272728      2424     10395         0    121469     31622   3608747     47.35     54.20  --
972.10/972.18	c  N dy 19171   3292790      2424     10395         0    141526     31622   5064209     47.36     51.68  --
979.70/979.71	c  N dy 19288   3312814      2424     10395         0     81567     31622    679055     47.36     50.59  --
984.31/984.37	c  N dy 19426   3332883      2424     10395         0    101629     31622   2125550     47.37     51.03  --
990.02/990.05	c  N dy 19541   3353018      2424     10395         0    121764     31622   3563780     47.37     50.55  --
996.62/996.61	c  N dy 19655   3373038      2424     10395         0    141779     31622   5011233     47.38     49.95  --
1004.70/1004.73	c  N dy 19790   3393171      2424     10395         0    161903     31622   6466133     47.39     50.16  --
1009.31/1009.32	c  N dy 19907   3413196      2424     10395         0    100945     31622   1996446     47.39     50.39  --
1015.00/1015.00	c  N dy 20036   3433378      2424     10395         0    121124     31622   3446085     47.40     50.42  --
1021.81/1021.82	c  N dy 20165   3453407      2424     10395         0    141150     31622   4888555     47.41     51.14  --
1029.62/1029.65	c  N dy 20283   3473520      2424     10395         0    161253     31622   6340755     47.41     50.22  --
1034.81/1034.80	c  N dy 20402   3493587      2424     10395         0     99335     31622   1817605     47.41     51.15  --
1040.30/1040.34	c  N dy 20528   3513629      2424     10395         0    119375     31622   3261034     47.42     51.31  --
1046.80/1046.88	c  N dy 20647   3533658      2424     10395         0    139401     31622   4705061     47.42     51.80  --
1054.51/1054.55	c  N dy 20760   3553719      2424     10395         0    159460     31622   6157316     47.43     56.24  --
1060.50/1060.55	c  N dy 20884   3574100      2424     10395         0     96847     31622   1584705     47.43     50.29  --
1066.81/1066.81	c  N dy 21003   3594164      2424     10395         0    116904     31622   3034697     47.44     50.37  --
1075.20/1075.22	c  N dy 21127   3614229      2424     10395         0    136965     31622   4481093     47.45     51.21  --
1084.70/1084.78	c  N dy 21247   3634380      2424     10395         0    157114     31622   5919995     47.45     50.37  --
1092.41/1092.47	c  N dy 21349   3654511      2424     10395         0     93265     31622   1256674     47.45     51.45  --
1098.31/1098.39	c  N dy 21464   3674767      2424     10395         0    113514     31622   2714148     47.45     50.49  --
1105.71/1105.74	c  N dy 21581   3694838      2424     10395         0    133581     31622   4164930     47.45     51.43  --
1113.40/1113.41	c  S st 21683   3712512      2424     10395         0    151247     31622   5428866     47.46     42.88  --
1113.70/1113.73	c  S st 21683   3713016      2424     10395         0    151750     31622   5456955     47.46   no data  --
1113.70/1113.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1113.70/1113.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1113.80/1113.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
1114.01/1114.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1114.01/1114.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1114.01/1114.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2424 time:  0.00 s
1114.01/1114.03	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1259.61/1259.63	c lits-rem:        11  cl-subs:       53  v-elim:      0  v-fix:    0  time: 145.60 s
1259.61/1259.63	c vivif2 --  cl tried    10395 cl shrink        0 lits rem          0 time: 0.00
1259.61/1259.69	c vivif2 --  cl tried   151697 cl shrink        0 lits rem          0 time: 0.06
1259.91/1259.93	c asymm  cl-useful: 0/10395/10395 lits-rem:0 time: 0.24
1259.91/1259.94	c calculated reachability. Time: 0.00
1259.91/1259.94	c  N dy 21683   3713016      2424     10395         0    151697     31622   5450324     47.46   no data  --
1269.21/1269.20	c  N dy 21809   3733155      2424     10395         0     86855     31622    734538     47.46     50.26  --
1274.51/1274.51	c  F st 21918   3751562      2424     10395         0    105258     31622   2056015     47.47     48.43  --
1275.11/1275.14	c  N st 21922   3753593      2424     10395         0    107288     31622   2217926     47.47   no data  --
1282.11/1282.13	c  N dy 22027   3773620      2424     10395         0    127311     31622   3691217     47.47     53.56  --
1290.71/1290.75	c  N dy 22157   3793698      2424     10395         0    147385     31622   5142449     47.48     53.17  --

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.19 2.15 2.83 5/395 9438
/proc/meminfo: memFree=14897208/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=11796 CPUtime=0 cores=1,3
/proc/9438/stat : 9438 (runsolver) R 9436 9438 8876 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 728426712 12079104 49 33554432000 4194304 5432360 140733275847568 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/9438/statm: 2949 49 30 303 0 2643 0

[startup+0.082892 s]
/proc/loadavg: 1.19 2.15 2.83 5/395 9438
/proc/meminfo: memFree=14897208/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=33440 CPUtime=0.07 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 1524 0 0 0 7 0 0 0 18 0 1 0 728426712 34242560 1380 33554432000 4194304 4650387 140735615005696 18446744073709551615 4303920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 8360 1380 378 112 0 3325 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 33440

[startup+0.100885 s]
/proc/loadavg: 1.19 2.15 2.83 5/395 9438
/proc/meminfo: memFree=14897208/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=33440 CPUtime=0.09 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 1547 0 0 0 9 0 0 0 18 0 1 0 728426712 34242560 1403 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 8360 1403 378 112 0 3325 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33440

[startup+0.300851 s]
/proc/loadavg: 1.19 2.15 2.83 5/395 9438
/proc/meminfo: memFree=14897208/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=33440 CPUtime=0.29 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 1793 0 0 0 29 0 0 0 18 0 1 0 728426712 34242560 1649 33554432000 4194304 4650387 140735615005696 18446744073709551615 4363478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 8360 1649 378 112 0 3325 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33440

[startup+0.70078 s]
/proc/loadavg: 1.19 2.15 2.83 5/395 9438
/proc/meminfo: memFree=14897208/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=33832 CPUtime=0.69 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 2402 0 0 0 69 0 0 0 18 0 1 0 728426712 34643968 1815 33554432000 4194304 4650387 140735615005696 18446744073709551615 4367270 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 8458 1815 380 112 0 3423 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33832

[startup+1.50064 s]
/proc/loadavg: 1.41 2.18 2.83 5/396 9439
/proc/meminfo: memFree=14858140/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=34388 CPUtime=1.48 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 3692 0 0 0 148 0 0 0 19 0 1 0 728426712 35213312 1860 33554432000 4194304 4650387 140735615005696 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 8597 1860 380 112 0 3562 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 34388

[startup+3.10037 s]
/proc/loadavg: 1.41 2.18 2.83 5/396 9440
/proc/meminfo: memFree=14838796/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=44776 CPUtime=3.08 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 7073 0 0 0 307 1 0 0 25 0 1 0 728426712 45850624 4484 33554432000 4194304 4650387 140735615005696 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 11194 4484 382 112 0 6159 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 44776

[startup+6.3008 s]
/proc/loadavg: 1.62 2.21 2.84 5/396 9440
/proc/meminfo: memFree=14816840/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=45952 CPUtime=6.28 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 10388 0 0 0 627 1 0 0 25 0 1 0 728426712 47054848 5025 33554432000 4194304 4650387 140735615005696 18446744073709551615 4363474 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 11488 5025 382 112 0 6453 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 45952

[startup+12.7007 s]
/proc/loadavg: 1.81 2.24 2.84 5/396 9440
/proc/meminfo: memFree=14654916/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=59580 CPUtime=12.68 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 17388 0 0 0 1266 2 0 0 25 0 1 0 728426712 61009920 8509 33554432000 4194304 4650387 140735615005696 18446744073709551615 4438634 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 14895 8509 382 112 0 9860 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59580

[startup+25.5004 s]
/proc/loadavg: 2.30 2.32 2.86 5/396 9440
/proc/meminfo: memFree=14622148/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=72732 CPUtime=25.48 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 28074 0 0 0 2544 4 0 0 25 0 1 0 728426712 74477568 11813 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 18183 11813 382 112 0 13148 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 72732

[startup+51.101 s]
/proc/loadavg: 2.88 2.46 2.89 5/396 9441
/proc/meminfo: memFree=14509736/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=85484 CPUtime=51.08 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 46437 0 0 0 5100 8 0 0 25 0 1 0 728426712 87535616 14128 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 21371 14128 382 112 0 16336 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 85484

[startup+102.315 s]
/proc/loadavg: 3.51 2.69 2.95 5/396 9442
/proc/meminfo: memFree=14402548/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=92440 CPUtime=102.3 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 76214 0 0 0 10215 15 0 0 25 0 1 0 728426712 94658560 16479 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 23110 16479 382 112 0 18075 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 92440

[startup+162.3 s]
/proc/loadavg: 4.01 2.97 3.03 5/396 9444
/proc/meminfo: memFree=14315080/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=116764 CPUtime=162.28 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 106510 0 0 0 16205 23 0 0 25 0 1 0 728426712 119566336 22741 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 29191 22741 382 112 0 24156 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 116764

[startup+222.301 s]
/proc/loadavg: 4.08 3.19 3.10 5/396 9445
/proc/meminfo: memFree=14271636/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=174720 CPUtime=222.29 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 127478 0 0 0 22200 29 0 0 25 0 1 0 728426712 178913280 28123 33554432000 4194304 4650387 140735615005696 18446744073709551615 4476434 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 43680 28123 382 112 0 38645 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 174720

[startup+282.3 s]
/proc/loadavg: 4.19 3.39 3.17 5/396 9447
/proc/meminfo: memFree=14236860/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=175340 CPUtime=282.29 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 140292 0 0 0 28197 32 0 0 25 0 1 0 728426712 179548160 28435 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 43835 28435 382 112 0 38800 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 175340

[startup+342.301 s]
/proc/loadavg: 4.10 3.51 3.22 5/396 9448
/proc/meminfo: memFree=14215996/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=131736 CPUtime=342.29 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 164257 0 0 0 34189 40 0 0 25 0 1 0 728426712 134897664 25166 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 32934 25166 382 112 0 27899 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 131736

[startup+402.3 s]
/proc/loadavg: 4.04 3.60 3.27 5/396 9450
/proc/meminfo: memFree=14186940/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=179712 CPUtime=402.29 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 182150 0 0 0 40179 50 0 0 25 0 1 0 728426712 184025088 28280 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 44928 28280 382 112 0 39893 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 179712

[startup+462.301 s]
/proc/loadavg: 4.01 3.67 3.31 5/396 9452
/proc/meminfo: memFree=14185792/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=180308 CPUtime=462.29 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 199259 0 0 0 46167 62 0 0 25 0 1 0 728426712 184635392 29909 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 45077 29909 382 112 0 40042 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 180308

[startup+522.3 s]
/proc/loadavg: 4.00 3.73 3.35 5/396 9453
/proc/meminfo: memFree=14177700/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=181444 CPUtime=522.3 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 215700 0 0 0 52157 73 0 0 25 0 1 0 728426712 185798656 30130 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 45361 30130 382 112 0 40326 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 181444

[startup+582.301 s]
/proc/loadavg: 4.00 3.77 3.39 5/396 9455
/proc/meminfo: memFree=14147160/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=182080 CPUtime=582.29 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 232807 0 0 0 58147 82 0 0 25 0 1 0 728426712 186449920 30207 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 45520 30207 382 112 0 40485 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 182080

[startup+642.3 s]
/proc/loadavg: 4.00 3.81 3.42 5/396 9456
/proc/meminfo: memFree=14156184/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=182744 CPUtime=642.31 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 251124 0 0 0 64143 88 0 0 25 0 1 0 728426712 187129856 30751 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 45686 30751 382 112 0 40651 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 182744

[startup+702.301 s]
/proc/loadavg: 4.00 3.84 3.46 5/396 9458
/proc/meminfo: memFree=14130344/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=137980 CPUtime=702.3 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 267210 0 0 0 70135 95 0 0 25 0 1 0 728426712 141291520 28321 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 34495 28321 382 112 0 29460 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 137980

[startup+762.314 s]
/proc/loadavg: 4.04 3.88 3.49 5/396 9460
/proc/meminfo: memFree=14108728/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=186424 CPUtime=762.31 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 281659 0 0 0 76127 104 0 0 25 0 1 0 728426712 190898176 30008 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365291 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 46606 30008 382 112 0 41571 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 186424

[startup+822.301 s]
/proc/loadavg: 4.22 3.96 3.54 5/396 9461
/proc/meminfo: memFree=14147504/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=186892 CPUtime=822.3 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 295631 0 0 0 82117 113 0 0 25 0 1 0 728426712 191377408 30873 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 46723 30873 382 112 0 41688 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 186892

[startup+882.3 s]
/proc/loadavg: 4.13 3.98 3.57 5/396 9463
/proc/meminfo: memFree=14053480/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=214884 CPUtime=882.3 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 302450 0 0 0 88116 114 0 0 25 0 1 0 728426712 220041216 37692 33554432000 4194304 4650387 140735615005696 18446744073709551615 4476389 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 53721 37692 382 112 0 48686 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 214884

[startup+942.301 s]
/proc/loadavg: 4.05 3.98 3.60 5/396 9464
/proc/meminfo: memFree=14101172/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=214884 CPUtime=942.31 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 302477 0 0 0 94117 114 0 0 25 0 1 0 728426712 220041216 37719 33554432000 4194304 4650387 140735615005696 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 53721 37719 382 112 0 48686 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 214884

[startup+1002.3 s]
/proc/loadavg: 4.02 3.98 3.62 5/396 9466
/proc/meminfo: memFree=14074104/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=215700 CPUtime=1002.3 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 317091 0 0 0 100112 118 0 0 25 0 1 0 728426712 220876800 38874 33554432000 4194304 4650387 140735615005696 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 53925 38874 382 112 0 48890 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 215700

[startup+1062.3 s]
/proc/loadavg: 4.00 3.98 3.64 5/396 9468
/proc/meminfo: memFree=13993228/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=166756 CPUtime=1062.31 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 333860 0 0 0 106107 124 0 0 25 0 1 0 728426712 170758144 34834 33554432000 4194304 4650387 140735615005696 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 41689 34834 382 112 0 36654 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 166756

[startup+1122.3 s]
/proc/loadavg: 4.00 3.98 3.66 5/396 9469
/proc/meminfo: memFree=13921988/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=235884 CPUtime=1122.31 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 348739 0 0 0 112101 130 0 0 25 0 1 0 728426712 241545216 42614 33554432000 4194304 4650387 140735615005696 18446744073709551615 4476101 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 58971 42614 382 112 0 53936 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 235884

[startup+1182.3 s]
/proc/loadavg: 4.00 3.98 3.68 5/396 9471
/proc/meminfo: memFree=13899904/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=235884 CPUtime=1182.31 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 348754 0 0 0 118101 130 0 0 25 0 1 0 728426712 241545216 42629 33554432000 4194304 4650387 140735615005696 18446744073709551615 4476482 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 58971 42629 382 112 0 53936 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 235884

[startup+1242.3 s]
/proc/loadavg: 4.00 3.98 3.70 5/396 9472
/proc/meminfo: memFree=13894168/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=235884 CPUtime=1242.31 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 348754 0 0 0 124101 130 0 0 25 0 1 0 728426712 241545216 42629 33554432000 4194304 4650387 140735615005696 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 58971 42629 382 112 0 53936 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 235884



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.10 4.01 3.72 2/390 9477
/proc/meminfo: memFree=14761812/32951124 swapFree=65586204/67111528
[pid=9438] ppid=9436 vsize=236920 CPUtime=1300.02 cores=1,3
/proc/9438/stat : 9438 (strangenight1-s) R 9436 9438 8876 0 -1 4202496 357255 0 0 0 129867 135 0 0 25 0 1 0 728426712 242606080 43952 33554432000 4194304 4650387 140735615005696 18446744073709551615 4314819 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/9438/statm: 59230 43952 382 112 0 54195 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 236920

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.04
CPU user time (s): 1298.68
CPU system time (s): 1.36479
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 249228

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

runsolver used 4.77127 second user time and 11.8082 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-14 16:06:01
IDJOB=3369765
IDBENCH=82574
IDSOLVER=1847
FILE ID=node119/3369765-1305381960
RUNJOBID= node119-1305381960-9398
PBS_JOBID= 13324383
Free space on /tmp= 73172 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S882087907-088-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369765-1305381960/watcher-3369765-1305381960 -o /tmp/evaluation-result-3369765-1305381960/solver-3369765-1305381960 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369765-1305381960.cnf

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

MD5SUM BENCH= 3cf1ca6aaef3b8ffa068d087f2b6934e
RANDOM SEED=606464855

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.815
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.67
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.815
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.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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:      14895388 kB
Buffers:        269588 kB
Cached:        4515304 kB
SwapCached:       4756 kB
Active:       14748380 kB
Inactive:      2972720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14895388 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           29368 kB
Writeback:           0 kB
AnonPages:    12933984 kB
Mapped:          30696 kB
Slab:           211812 kB
PageTables:      57432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102618340 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= 73176 MiB
End job on node119 at 2011-05-14 16:27:43