Trace number 3367483

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S1778317451-042-UNKNOWN.cnf
MD5SUM418f15c9ecdcb73d78687b6da2a74460
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.41063
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
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-3367483-1305383342.cnf'
0.00/0.00	c -- header says num vars:          10000
0.00/0.00	c -- header says num clauses:       42000
0.00/0.02	c -- clauses added:            0 learnts,        42000 normals,            0 xors
0.00/0.02	c -- vars added      10000
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0     10000     42000         0         0    126000         0   no data   no data
0.00/0.04	c asymm  cl-useful: 0/42000/42000 lits-rem:0 time: 0.03
0.00/0.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.00/0.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10000 time:  0.00 s
0.00/0.07	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
0.09/0.11	c lits-rem:         0  cl-subs:        0  v-elim:    255  v-fix:    0  time:  0.04 s
0.09/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.12	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.09/0.12	c calculated reachability. Time: 0.00
0.09/0.12	c Calc default polars -  time:   0.00 s pos:    4360 undec:    1137 neg:    4503
0.09/0.12	c =========================================================================================
0.09/0.12	c types(t): F = full restart, N = normal restart
0.09/0.12	c types(t): S = simplification begin/end, E = solution found
0.09/0.12	c restart types(rt): st = static, dy = dynamic
0.09/0.12	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.12	c  B st     0         0      9745     41713         0         0    126735         0   no data   no data
0.69/0.74	c  N dy    19      4053      9745     41713         0      4053    126735    645540     95.03    106.67
1.28/1.37	c  N dy    46      8121      9745     41713         0      4621    126735    322251     94.21     99.47
1.99/2.02	c  N dy    68     12236      9745     41713         0      8736    126735    926666     92.58     97.68
2.59/2.69	c  N dy    94     16269      9745     41713         0      7020    126735    385473     92.04    108.38
3.30/3.35	c  N dy   124     20370      9745     41713         0     11121    126735   1008162     92.62     98.43
3.99/4.05	c  N dy   150     24472      9745     41713         0      7853    126735    289355     92.89    109.65
4.09/4.14	c  F st   155     25000      9745     41713         0      8381    126735    368481     92.98   no data
4.99/5.02	c  N dy   161     30000      9745     41713         0     13381    126735   1267443     92.98   no data
4.99/5.02	c  S st   161     30000      9745     41713         0     13381    126735   1267443     92.98   no data
5.09/5.11	c  S st   161     30504      9745     41713         0     13885    126735   1329191     92.98   no data
5.09/5.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.09/5.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
5.09/5.14	c blocked clauses removed:      137 vars:     24 tried:        9745 T: 0.00 s
5.09/5.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.09/5.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.09/5.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9721 time:  0.00 s
5.09/5.15	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
5.09/5.18	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.03 s
5.19/5.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.40/5.43	c lits-rem:        17  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.18 s
5.40/5.47	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.04
5.40/5.48	c calculated reachability. Time: 0.00
5.40/5.48	c  N dy   161     30504      9718     41573         0     13855    126340   1323802     92.98   no data
6.09/6.16	c  N dy   183     34564      9718     41573         0      9241    126340    303269     92.52     97.95
6.79/6.84	c  N dy   213     38688      9718     41573         0     13365    126340    903427     92.44     99.06
7.49/7.56	c  N dy   242     42893      9718     41573         0     17570    126340   1532580     92.72     99.71
7.99/8.08	c  S st   262     45757      9718     41573         0     10597    126340    339079     92.64   no data
8.09/8.15	c  S st   262     46260      9718     41573         0     11100    126340    387164     92.64   no data
8.09/8.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.09/8.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
8.09/8.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.09/8.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.09/8.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.09/8.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
8.09/8.19	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
8.19/8.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
8.19/8.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.19/8.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
8.19/8.27	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
8.19/8.27	c vivif2 --  cl tried    11100 cl shrink        0 lits rem          0 time: 0.00
8.29/8.31	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.03
8.29/8.31	c calculated reachability. Time: 0.00
8.29/8.31	c  N dy   262     46260      9718     41573         0     11100    126340    387164     92.64   no data
8.89/8.99	c  N dy   293     50322      9718     41573         0     15161    126340   1004031     92.93     98.65
9.59/9.69	c  N dy   319     54366      9718     41573         0     19204    126340   1602047     92.94     99.14
10.39/10.43	c  N dy   350     58543      9718     41573         0     12465    126340    458252     93.29     99.71
11.09/11.15	c  N dy   377     62550      9718     41573         0     16472    126340   1044003     93.29     99.07
11.89/11.90	c  N dy   401     66657      9718     41573         0     20579    126340   1653473     93.17     98.38
12.39/12.40	c  S st   419     69391      9718     41573         0     23313    126340   2049081     93.12   no data
12.39/12.50	c  S st   419     69893      9718     41573         0     23815    126340   2102839     93.12   no data
12.49/12.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.49/12.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
12.49/12.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.49/12.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.49/12.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.49/12.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
12.49/12.54	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
12.49/12.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
12.59/12.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.32	c lits-rem:        10  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.64 s
13.29/13.33	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
13.29/13.36	c vivif2 --  cl tried    23811 cl shrink        0 lits rem          0 time: 0.03
13.39/13.41	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.05
13.39/13.41	c calculated reachability. Time: 0.00
13.39/13.41	c  N dy   419     69893      9718     41573         0     23811    126340   2101994     93.12   no data
14.20/14.22	c  N dy   448     74537      9718     41573         0     16495    126340    884439     93.14     99.65
14.99/15.08	c  N dy   478     79376      9718     41573         0     21334    126340   1597969     93.05    100.61
15.99/16.04	c  N dy   510     84454      9718     41573         0     13432    126340    293543     93.08     98.22
16.51/16.56	c  F st   532     87501      9718     41573         0     16479    126340    743015     93.12   no data
17.09/17.19	c  N st   537     90800      9718     41573         0     19777    126340   1411260     93.12   no data
18.29/18.30	c  N dy   567     96736      9718     41573         0     25712    126340   2384511     93.14     98.41
19.39/19.44	c  N dy   608    102960      9718     41573         0     17948    126340    825501     93.07     98.05
19.80/19.82	c  S st   624    104840      9718     41573         0     19828    126340   1119099     93.27   no data
19.89/19.93	c  S st   624    105346      9718     41573         0     20334    126340   1180044     93.27   no data
19.89/19.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.89/19.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
19.89/19.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.89/19.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.89/19.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.89/19.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
19.89/19.98	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
19.99/20.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
19.99/20.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.29/20.30	c lits-rem:         3  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.24 s
20.29/20.30	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
20.29/20.32	c vivif2 --  cl tried    20333 cl shrink        0 lits rem          0 time: 0.02
20.29/20.38	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.06
20.29/20.38	c calculated reachability. Time: 0.00
20.29/20.38	c  N dy   624    105346      9718     41573         0     20333    126340   1180019     93.27   no data
21.69/21.71	c  N dy   666    112178      9718     41573         0     27164    126340   2191130     93.18     99.49
23.10/23.11	c  N dy   716    119381      9718     41573         0     19373    126340    890157     93.34    133.49
24.59/24.60	c  N dy   766    127048      9718     41573         0     27040    126340   2067329     93.41    102.69
26.19/26.24	c  N dy   814    135418      9718     41573         0     19418    126340    747167     93.37     99.61
27.79/27.85	c  N dy   867    144083      9718     41573         0     28081    126340   2025382     93.33     98.93
29.60/29.64	c  N dy   933    153352      9718     41573         0     20348    126340    745405     93.42    100.40
30.39/30.49	c  S st   966    158020      9718     41573         0     25016    126340   1423315     93.46     97.18
30.49/30.59	c  S st   966    158525      9718     41573         0     25521    126340   1480580     93.46   no data
30.49/30.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.59/30.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.03
30.59/30.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.59/30.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.59/30.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.59/30.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
30.59/30.63	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
30.59/30.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
30.70/30.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.09/31.13	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.40 s
31.09/31.13	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
31.09/31.15	c vivif2 --  cl tried    25518 cl shrink        0 lits rem          0 time: 0.02
31.19/31.20	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.05
31.19/31.20	c calculated reachability. Time: 0.00
31.19/31.20	c  N dy   966    158525      9718     41573         0     25518    126340   1479724     93.46   no data
33.19/33.20	c  N dy  1035    168741      9718     41573         0     35733    126340   3015310     93.57     98.64
35.20/35.24	c  N dy  1110    179563      9718     41573         0     28560    126340   1839579     93.70    100.33
37.58/37.67	c  N dy  1186    191062      9718     41573         0     21059    126340    556826     93.74    111.45
40.08/40.15	c  N dy  1269    203346      9718     41573         0     33341    126340   2415274     93.88     99.20
42.79/42.86	c  N dy  1352    216369      9718     41573         0     26361    126340   1215586     93.91     99.18
45.68/45.75	c  N dy  1434    230267      9718     41573         0     40259    126340   3270964     93.80     99.98
47.19/47.21	c  S st  1482    237787      9718     41573         0     26786    126340   1126561     93.80     88.07
47.19/47.31	c  S st  1482    238291      9718     41573         0     27290    126340   1186383     93.80   no data
47.29/47.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.29/47.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
47.29/47.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.29/47.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.29/47.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.29/47.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
47.29/47.35	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
47.29/47.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
47.38/47.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.68/47.72	c lits-rem:         8  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.28 s
47.68/47.72	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
47.68/47.74	c vivif2 --  cl tried    27290 cl shrink        0 lits rem          0 time: 0.02
47.68/47.79	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.05
47.68/47.79	c calculated reachability. Time: 0.00
47.68/47.79	c  N dy  1482    238291      9718     41573         0     27290    126340   1186375     93.80   no data
50.88/50.90	c  N dy  1580    253612      9718     41573         0     42609    126340   3473957     93.78     99.77
54.08/54.18	c  N dy  1689    269978      9718     41573         0     36975    126340   2554966     93.93     99.89
57.68/57.71	c  N dy  1801    287272      9718     41573         0     31268    126340   1516956     94.01     99.17
61.49/61.60	c  N dy  1929    305687      9718     41573         0     25681    126340    532597     94.15    102.37
61.68/61.71	c  F st  1932    306250      9718     41573         0     26244    126340    611251     94.14     75.18
65.89/65.93	c  N dy  2032    325200      9718     41573         0     45192    126340   3684269     94.28    106.57
70.18/70.29	c  N dy  2158    345406      9718     41573         0     40395    126340   2592275     94.31     99.34
72.98/73.07	c  S st  2232    357437      9718     41573         0     26432    126340    354382     94.31   no data
73.08/73.17	c  S st  2232    357942      9718     41573         0     26937    126340    413806     94.31   no data
73.08/73.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.18/73.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
73.18/73.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.18/73.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.18/73.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.18/73.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
73.18/73.21	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
73.18/73.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
73.18/73.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.28/73.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
73.28/73.31	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
73.28/73.31	c vivif2 --  cl tried    26937 cl shrink        0 lits rem          0 time: 0.01
73.28/73.36	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.05
73.28/73.37	c calculated reachability. Time: 0.00
73.28/73.37	c  N dy  2232    357942      9718     41573         0     26937    126340    413806     94.31   no data
77.48/77.53	c  N dy  2362    378141      9718     41573         0     47134    126340   3458904     94.35    100.37
81.68/81.76	c  N dy  2484    398204      9718     41573         0     40197    126340   2273531     94.32     99.31
86.08/86.17	c  N dy  2616    418261      9718     41573         0     32257    126340    953319     94.40    100.07
90.48/90.50	c  N dy  2748    438288      9718     41573         0     52282    126340   3960665     94.42    104.27
94.78/94.84	c  N dy  2880    458308      9718     41573         0     43304    126340   2442639     94.44    105.30
99.38/99.41	c  N dy  3007    478392      9718     41573         0     33388    126340    827034     94.46    100.39
104.08/104.13	c  N dy  3132    498444      9718     41573         0     53439    126340   3866260     94.51    102.56
108.68/108.79	c  N dy  3261    518470      9718     41573         0     42464    126340   2069728     94.59    101.38
113.19/113.25	c  S st  3383    536913      9718     41573         0     60907    126340   4853531     94.63   no data
113.29/113.39	c  S st  3383    537417      9718     41573         0     61411    126340   4907787     94.63   no data
113.38/113.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.38/113.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
113.38/113.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.38/113.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.38/113.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.38/113.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
113.38/113.47	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
113.48/113.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
113.68/113.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.88/116.92	c lits-rem:        34  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.17 s
116.88/116.92	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
116.88/116.99	c vivif2 --  cl tried    61403 cl shrink        0 lits rem          0 time: 0.07
116.98/117.08	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.09
116.98/117.08	c calculated reachability. Time: 0.00
116.98/117.08	c  N dy  3383    537417      9718     41573         0     61403    126340   4905116     94.63   no data
121.48/121.50	c  N dy  3500    557568      9718     41573         0     49563    126340   3006102     94.60     99.73
126.08/126.19	c  N dy  3628    577629      9718     41573         0     36624    126340    884059     94.62    105.99
130.58/130.68	c  N dy  3755    597755      9718     41573         0     56749    126340   3942630     94.65    100.40
135.29/135.38	c  N dy  3895    617772      9718     41573         0     42762    126340   1663594     94.72    105.36
139.98/140.04	c  N dy  4034    637824      9718     41573         0     62811    126340   4684374     94.77    104.30
144.58/144.68	c  N dy  4168    657861      9718     41573         0     47847    126340   2286659     94.83    104.04
149.49/149.53	c  N dy  4294    677922      9718     41573         0     67907    126340   5286577     94.82    103.76
154.09/154.18	c  N dy  4425    698003      9718     41573         0     51985    126340   2766043     94.84     99.89
159.08/159.16	c  N dy  4561    718117      9718     41573         0     72096    126340   5817530     94.87     99.91
163.98/164.02	c  N dy  4684    738154      9718     41573         0     55137    126340   3070521     94.85    102.50
169.88/169.98	c  N dy  4822    758228      9718     41573         0     75210    126340   6132337     94.90    109.36
174.79/174.81	c  N dy  4956    778325      9718     41573         0     57308    126340   3281930     94.92    106.84
180.29/180.34	c  N dy  5097    798393      9718     41573         0     77376    126340   6343242     94.95    101.67
182.08/182.20	c  S st  5152    806126      9718     41573         0     46110    126340   1445569     94.96   no data
182.28/182.32	c  S st  5152    806627      9718     41573         0     46611    126340   1501752     94.96   no data
182.28/182.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
182.28/182.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.04
182.28/182.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
182.28/182.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
182.28/182.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
182.28/182.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
182.28/182.38	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
182.38/182.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
182.38/182.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
183.08/183.15	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.67 s
183.08/183.15	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
183.08/183.18	c vivif2 --  cl tried    46608 cl shrink        0 lits rem          0 time: 0.02
183.18/183.25	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.07
183.18/183.25	c calculated reachability. Time: 0.00
183.18/183.25	c  N dy  5152    806627      9718     41573         0     46608    126340   1501023     94.96   no data
188.28/188.33	c  N dy  5286    826895      9718     41573         0     66874    126340   4576729     94.98    100.87
193.39/193.46	c  N dy  5424    847049      9718     41573         0     47030    126340   1442534     95.00    102.57
198.18/198.27	c  N dy  5548    867157      9718     41573         0     67136    126340   4527192     95.02    101.00
203.39/203.42	c  N dy  5677    887239      9718     41573         0     46218    126340   1165491     95.02    100.36
208.19/208.22	c  N dy  5810    907571      9718     41573         0     66549    126340   4244158     95.05    101.46
213.48/213.57	c  N dy  5949    927577      9718     41573         0     44558    126340    777479     95.07    104.25
218.19/218.27	c  N dy  6081    947593      9718     41573         0     64570    126340   3846815     95.10    100.76
223.68/223.74	c  N dy  6220    967638      9718     41573         0     84611    126340   6920489     95.15    124.09
228.38/228.48	c  N dy  6337    987746      9718     41573         0     61726    126340   3200853     95.14    101.09
233.79/233.82	c  N dy  6474   1007768      9718     41573         0     81748    126340   6271593     95.19    104.32
238.78/238.88	c  N dy  6611   1027833      9718     41573         0     57819    126340   2530067     95.23    100.26
244.10/244.11	c  N dy  6743   1048102      9718     41573         0     78085    126340   5634679     95.25    100.65
249.39/249.45	c  N dy  6868   1068320      9718     41573         0     53305    126340   1658084     95.26    101.40
250.19/250.29	c  F st  6896   1071875      9718     41573         0     56860    126340   2193211     95.27   no data
254.49/254.50	c  N dy  6977   1088390      9718     41573         0     73375    126340   4939736     95.28    101.25
260.18/260.20	c  N dy  7107   1108452      9718     41573         0     47437    126340    618132     95.30    105.04
265.00/265.06	c  N dy  7238   1128516      9718     41573         0     67499    126340   3690475     95.33    126.37
270.98/271.00	c  N dy  7364   1148638      9718     41573         0     87621    126340   6797755     95.34    101.60
276.89/276.92	c  N dy  7502   1168792      9718     41573         0     60779    126340   2541878     95.39    101.57
282.98/283.02	c  N dy  7642   1188851      9718     41573         0     80838    126340   5609640     95.43    101.88
288.89/288.97	c  N dy  7779   1208933      9718     41573         0     52920    126340   1138551     95.46    108.64
289.19/289.21	c  S st  7787   1209940      9718     41573         0     53927    126340   1298663     95.46   no data
289.30/289.35	c  S st  7787   1210443      9718     41573         0     54430    126340   1361826     95.46   no data
289.30/289.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
289.30/289.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
289.38/289.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
289.38/289.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
289.38/289.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
289.38/289.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
289.38/289.41	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
289.38/289.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
289.48/289.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
289.98/290.08	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.57 s
289.98/290.09	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
290.08/290.11	c vivif2 --  cl tried    54427 cl shrink        0 lits rem          0 time: 0.02
290.08/290.19	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.08
290.08/290.19	c calculated reachability. Time: 0.00
290.08/290.19	c  N dy  7787   1210443      9718     41573         0     54427    126340   1361340     95.46   no data
295.48/295.56	c  N dy  7919   1230504      9718     41573         0     74487    126340   4454611     95.50    102.04
301.59/301.67	c  N dy  8051   1250557      9718     41573         0     94537    126340   7529027     95.53    101.58
306.89/306.97	c  N dy  8170   1270636      9718     41573         0     65616    126340   2920500     95.52    101.09
312.40/312.42	c  N dy  8296   1290713      9718     41573         0     85693    126340   5950465     95.52    101.47
318.19/318.20	c  N dy  8429   1310736      9718     41573         0     55715    126340   1304405     95.54    121.39
323.19/323.22	c  N dy  8553   1330742      9718     41573         0     75721    126340   4291823     95.52    103.67
329.09/329.11	c  N dy  8687   1350842      9718     41573         0     95819    126340   7411908     95.54    104.66
334.40/334.41	c  N dy  8816   1370923      9718     41573         0     64899    126340   2531200     95.55    104.46
339.80/339.82	c  N dy  8942   1390977      9718     41573         0     84951    126340   5619511     95.56    115.00
345.99/346.04	c  N dy  9081   1410998      9718     41573         0     52981    126340    591893     95.61    109.91
350.99/351.04	c  N dy  9220   1431012      9718     41573         0     72992    126340   3671684     95.64    100.73
356.79/356.84	c  N dy  9355   1451300      9718     41573         0     93279    126340   6776959     95.67    100.99
362.59/362.66	c  N dy  9488   1471341      9718     41573         0     60325    126340   1577548     95.68    116.47
367.89/367.93	c  N dy  9617   1491354      9718     41573         0     80337    126340   4638811     95.69    123.40
373.79/373.84	c  N dy  9740   1511406      9718     41573         0    100386    126340   7701183     95.68    114.53
379.40/379.45	c  N dy  9868   1531608      9718     41573         0     66583    126340   2382258     95.70    103.76
384.90/384.93	c  N dy 10006   1551666      9718     41573         0     86638    126340   5470089     95.71    104.03
391.20/391.20	c  N dy 10137   1571678      9718     41573         0    106649    126340   8518704     95.73    101.03
396.49/396.50	c  N dy 10258   1591687      9718     41573         0     71660    126340   2975846     95.72    104.56
402.09/402.15	c  N dy 10389   1611716      9718     41573         0     91683    126340   6027831     95.74    100.91
408.59/408.66	c  N dy 10528   1631812      9718     41573         0    111777    126340   9119705     95.77    103.83
413.79/413.81	c  N dy 10661   1651926      9718     41573         0     75903    126340   3544877     95.79    101.88
419.59/419.65	c  N dy 10784   1672114      9718     41573         0     96090    126340   6638788     95.79    101.38
425.99/426.05	c  N dy 10904   1692146      9718     41573         0     59126    126340    788420     95.78    141.15
430.80/430.85	c  S st 11024   1710444      9718     41573         0     77420    126340   3587497     95.79   no data
431.00/431.01	c  S st 11024   1710945      9718     41573         0     77921    126340   3643768     95.79   no data
431.00/431.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
431.00/431.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
431.00/431.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
431.00/431.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
431.00/431.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.00/431.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
431.00/431.09	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
431.11/431.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
431.21/431.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.79/433.88	c lits-rem:        11  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.60 s
433.79/433.89	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
433.89/433.94	c vivif2 --  cl tried    77916 cl shrink        0 lits rem          0 time: 0.05
433.99/434.04	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.10
433.99/434.05	c calculated reachability. Time: 0.00
433.99/434.05	c  N dy 11024   1710945      9718     41573         0     77916    126340   3642330     95.79   no data
439.91/439.98	c  N dy 11153   1731055      9718     41573         0     98026    126340   6702650     95.79    102.19
446.50/446.54	c  N dy 11284   1751219      9718     41573         0     60190    126340    797896     95.80    102.27
451.80/451.83	c  N dy 11415   1771416      9718     41573         0     80385    126340   3892843     95.81    101.90
457.90/457.97	c  N dy 11544   1791819      9718     41573         0    100786    126340   7024102     95.82    103.36
464.50/464.51	c  N dy 11677   1811931      9718     41573         0     61900    126340    919359     95.82    102.62
469.79/469.83	c  N dy 11813   1832024      9718     41573         0     81990    126340   3975347     95.83    103.22
475.89/475.92	c  N dy 11952   1852118      9718     41573         0    102081    126340   7053468     95.85    103.56
482.49/482.51	c  N dy 12080   1872192      9718     41573         0     62160    126340    817211     95.86    102.86
487.80/487.84	c  N dy 12206   1892275      9718     41573         0     82240    126340   3936763     95.88    104.89
493.91/493.91	c  N dy 12339   1912296      9718     41573         0    102258    126340   7011760     95.89    111.01
500.59/500.69	c  N dy 12469   1932322      9718     41573         0     61291    126340    534748     95.92    104.96
506.09/506.11	c  N dy 12607   1952496      9718     41573         0     81463    126340   3640954     95.95    102.23
512.00/512.09	c  N dy 12734   1972612      9718     41573         0    101578    126340   6731060     95.96    101.82
518.80/518.87	c  N dy 12856   1992791      9718     41573         0    121754    126340   9802582     95.95    101.19
524.50/524.50	c  N dy 12994   2012986      9718     41573         0     79962    126340   3295560     95.97    101.59
530.40/530.44	c  N dy 13122   2033103      9718     41573         0    100079    126340   6350477     95.97    101.47
537.00/537.07	c  N dy 13235   2053163      9718     41573         0    120137    126340   9442511     95.97    105.36
542.90/542.92	c  N dy 13376   2073200      9718     41573         0     77176    126340   2696665     96.00    101.36
548.69/548.77	c  N dy 13507   2093274      9718     41573         0     97246    126340   5750068     96.01    109.32
555.30/555.30	c  N dy 13618   2113346      9718     41573         0    117314    126340   8865559     96.01    102.26
561.70/561.72	c  N dy 13752   2133551      9718     41573         0     73526    126340   1974552     96.02    103.53
567.51/567.53	c  N dy 13883   2153587      9718     41573         0     93560    126340   5011274     96.03    114.45
574.00/574.01	c  N dy 14018   2173628      9718     41573         0    113597    126340   8104944     96.04    101.30
580.81/580.90	c  N dy 14149   2193722      9718     41573         0     68694    126340   1074999     96.04    101.69
585.60/585.63	c  S st 14264   2210946      9718     41573         0     85917    126340   3703431     96.05     90.86
585.70/585.79	c  S st 14264   2211450      9718     41573         0     86421    126340   3763453     96.05   no data
585.80/585.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
585.80/585.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
585.80/585.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
585.80/585.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
585.80/585.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
585.80/585.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
585.80/585.88	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
585.90/585.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
586.00/586.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
588.70/588.77	c lits-rem:        10  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.69 s
588.70/588.77	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
588.80/588.83	c vivif2 --  cl tried    86416 cl shrink        0 lits rem          0 time: 0.05
588.90/588.94	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.11
588.90/588.95	c calculated reachability. Time: 0.00
588.90/588.95	c  N dy 14264   2211450      9718     41573         0     86416    126340   3761457     96.05   no data
595.01/595.10	c  N dy 14391   2231497      9718     41573         0    106458    126340   6784464     96.05    107.14
602.10/602.15	c  N dy 14527   2251543      9718     41573         0    126502    126340   9889179     96.07    114.95
608.10/608.15	c  N dy 14664   2271596      9718     41573         0     80561    126340   2795091     96.09    101.39
614.10/614.11	c  N dy 14789   2291645      9718     41573         0    100609    126340   5890906     96.09    103.75
620.80/620.80	c  N dy 14911   2311665      9718     41573         0    120627    126340   8945157     96.08    108.52
627.40/627.45	c  N dy 15042   2331717      9718     41573         0     73686    126340   1555022     96.10    103.23
633.10/633.13	c  N dy 15171   2351740      9718     41573         0     93705    126340   4566896     96.10    103.43
639.60/639.62	c  N dy 15305   2371758      9718     41573         0    113720    126340   7657991     96.11    104.25
646.71/646.79	c  N dy 15435   2391761      9718     41573         0    133721    126340  10716606     96.12    101.60
652.50/652.53	c  N dy 15571   2411883      9718     41573         0     85850    126340   3255088     96.13    104.19
658.70/658.78	c  N dy 15712   2431973      9718     41573         0    105940    126340   6381891     96.15    103.07
665.61/665.69	c  N dy 15839   2452112      9718     41573         0    126077    126340   9470705     96.15    102.03
672.30/672.36	c  N dy 15975   2472364      9718     41573         0     77333    126340   1806211     96.16    102.29
678.10/678.17	c  N dy 16101   2492487      9718     41573         0     97453    126340   4891042     96.17    102.22
684.80/684.90	c  N dy 16244   2512511      9718     41573         0    117473    126340   7967605     96.18    101.79
692.20/692.22	c  N dy 16366   2532676      9718     41573         0    137636    126340  11026430     96.18    101.59
698.00/698.03	c  N dy 16494   2552703      9718     41573         0     87663    126340   3287980     96.19    127.84
704.20/704.21	c  N dy 16619   2572824      9718     41573         0    107782    126340   6355623     96.19    101.76
711.11/711.14	c  N dy 16737   2592825      9718     41573         0    127780    126340   9442896     96.20    104.81
718.50/718.56	c  N dy 16876   2612888      9718     41573         0     76854    126340   1479963     96.21    101.97
724.50/724.58	c  N dy 17015   2632949      9718     41573         0     96915    126340   4565013     96.22    103.11
731.21/731.23	c  N dy 17143   2653106      9718     41573         0    117072    126340   7640617     96.22    101.38
738.61/738.66	c  N dy 17270   2673307      9718     41573         0    137270    126340  10747191     96.23    108.13
745.01/745.03	c  N dy 17401   2693333      9718     41573         0     85299    126340   2605857     96.24    160.24
750.40/750.49	c  S st 17526   2711451      9718     41573         0    103415    126340   5412698     96.25   no data
750.60/750.67	c  S st 17526   2711952      9718     41573         0    103916    126340   5465208     96.25   no data
750.60/750.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
750.70/750.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
750.70/750.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
750.70/750.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
750.70/750.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
750.70/750.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
750.70/750.78	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
750.80/750.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
751.00/751.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
755.11/755.11	c lits-rem:         6  cl-subs:        7  v-elim:      0  v-fix:    0  time:  4.04 s
755.11/755.11	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
755.11/755.19	c vivif2 --  cl tried   103909 cl shrink        0 lits rem          0 time: 0.08
755.31/755.32	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.14
755.31/755.33	c calculated reachability. Time: 0.00
755.31/755.33	c  N dy 17526   2711952      9718     41573         0    103909    126340   5463411     96.25   no data
762.11/762.20	c  N dy 17660   2732114      9718     41573         0    124070    126340   8567656     96.26    102.28
769.92/769.91	c  N dy 17786   2752364      9718     41573         0    144317    126340  11681295     96.26    108.26
775.71/775.79	c  N dy 17918   2772394      9718     41573         0     91352    126340   3389073     96.27    101.68
782.12/782.14	c  N dy 18047   2792412      9718     41573         0    111368    126340   6469588     96.28    127.41
789.21/789.29	c  N dy 18182   2812414      9718     41573         0    131369    126340   9521480     96.29    103.54
796.71/796.74	c  N dy 18318   2832458      9718     41573         0     77419    126340   1095133     96.31    129.50
802.50/802.54	c  N dy 18451   2852461      9718     41573         0     97422    126340   4205076     96.32    101.76
809.11/809.13	c  N dy 18580   2872527      9718     41573         0    117485    126340   7280568     96.32    104.65
816.41/816.49	c  N dy 18711   2892706      9718     41573         0    137664    126340  10398372     96.33    103.61
823.61/823.61	c  N dy 18844   2912777      9718     41573         0     82738    126340   1774179     96.35    103.77
829.61/829.67	c  N dy 18976   2932841      9718     41573         0    102801    126340   4873261     96.35    102.38
836.41/836.47	c  N dy 19115   2952867      9718     41573         0    122824    126340   7993160     96.37    111.82
844.01/844.08	c  N dy 19254   2972976      9718     41573         0    142932    126340  11064770     96.37    105.70
850.81/850.83	c  N dy 19382   2993120      9718     41573         0     87082    126340   2292471     96.38    101.50
856.92/856.93	c  N dy 19494   3013180      9718     41573         0    107140    126340   5337067     96.36    103.20
864.01/864.02	c  N dy 19633   3033356      9718     41573         0    127314    126340   8473284     96.38    103.03
871.71/871.70	c  N dy 19760   3053389      9718     41573         0    147346    126340  11566481     96.38    101.51
878.21/878.24	c  N dy 19881   3073780      9718     41573         0     90744    126340   2692861     96.38    101.80
884.42/884.47	c  N dy 20001   3093798      9718     41573         0    110762    126340   5764606     96.38    106.02
892.12/892.19	c  N dy 20129   3113844      9718     41573         0    130807    126340   8863160     96.39    102.03
901.01/901.07	c  N dy 20257   3133900      9718     41573         0    150859    126340  11916777     96.40    104.18
908.32/908.39	c  N dy 20387   3153975      9718     41573         0     92938    126340   2894658     96.40    103.45
915.62/915.63	c  N dy 20517   3174059      9718     41573         0    113021    126340   5995693     96.41    102.58
923.02/923.09	c  N dy 20651   3194191      9718     41573         0    133150    126340   9117982     96.42    101.90
930.31/930.36	c  S st 20777   3211952      9718     41573         0    150911    126340  11861070     96.43     94.36
930.62/930.62	c  S st 20777   3212461      9718     41573         0    151420    126340  11920195     96.43   no data
930.62/930.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
930.71/930.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.11
930.71/930.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
930.71/930.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
930.71/930.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
930.71/930.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
930.71/930.77	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
930.91/930.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
931.41/931.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
940.12/940.13	c lits-rem:        13  cl-subs:       16  v-elim:      0  v-fix:    0  time:  8.71 s
940.12/940.13	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
940.32/940.30	c vivif2 --  cl tried   151404 cl shrink        0 lits rem          0 time: 0.16
940.43/940.51	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.21
940.53/940.51	c calculated reachability. Time: 0.00
940.53/940.51	c  N dy 20777   3212461      9718     41573         0    151404    126340  11915136     96.43   no data
947.41/947.48	c  N dy 20916   3232492      9718     41573         0     92443    126340   2671295     96.45    101.90
953.91/953.93	c  N dy 21045   3252555      9718     41573         0    112505    126340   5812345     96.46    103.59
961.12/961.14	c  N dy 21180   3272841      9718     41573         0    132789    126340   8949530     96.47    102.46
969.02/969.08	c  N dy 21304   3292969      9718     41573         0    152917    126340  12053518     96.47    104.30
975.91/975.90	c  N dy 21432   3313255      9718     41573         0     93208    126340   2638774     96.47    103.17
982.23/982.28	c  N dy 21552   3333379      9718     41573         0    113331    126340   5734110     96.47    102.59
989.21/989.28	c  N dy 21671   3353394      9718     41573         0    133346    126340   8802240     96.47    102.16
997.22/997.22	c  N dy 21796   3373509      9718     41573         0    153458    126340  11875870     96.47    104.19
1004.33/1004.36	c  N dy 21941   3393626      9718     41573         0     92575    126340   2437441     96.49    104.53
1010.71/1010.75	c  N dy 22075   3413761      9718     41573         0    112708    126340   5528542     96.50    101.83
1017.71/1017.78	c  N dy 22206   3433772      9718     41573         0    132719    126340   8594365     96.50    101.62
1025.82/1025.81	c  N dy 22353   3453915      9718     41573         0    152861    126340  11766192     96.53    102.29
1033.22/1033.21	c  N dy 22485   3473966      9718     41573         0     90911    126340   1993781     96.54    102.04
1039.53/1039.57	c  N dy 22619   3494188      9718     41573         0    111129    126340   5096984     96.55    101.87
1046.51/1046.57	c  N dy 22752   3514271      9718     41573         0    131210    126340   8211179     96.56    103.32
1054.42/1054.40	c  N dy 22877   3534374      9718     41573         0    151312    126340  11312462     96.56    102.95
1062.22/1062.28	c  N dy 23007   3554543      9718     41573         0     88481    126340   1468823     96.56    104.12
1068.42/1068.48	c  N dy 23137   3574701      9718     41573         0    108637    126340   4545809     96.56    103.04
1075.42/1075.40	c  N dy 23268   3594794      9718     41573         0    128728    126340   7630126     96.56    102.65
1083.12/1083.20	c  N dy 23404   3614854      9718     41573         0    148788    126340  10766080     96.58    103.45
1091.72/1091.70	c  N dy 23532   3634910      9718     41573         0     84853    126340    765717     96.58    102.04
1097.72/1097.78	c  N dy 23663   3654985      9718     41573         0    104927    126340   3868583     96.59    105.64
1104.52/1104.52	c  N dy 23776   3675220      9718     41573         0    125159    126340   6986630     96.58    102.54
1112.13/1112.12	c  N dy 23905   3695345      9718     41573         0    145282    126340  10092993     96.59    102.45
1119.22/1119.26	c  S st 24020   3712466      9718     41573         0    162400    126340  12744445     96.59   no data
1119.52/1119.54	c  S st 24020   3712970      9718     41573         0    162904    126340  12797482     96.59   no data
1119.52/1119.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1119.62/1119.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.11
1119.73/1119.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1119.73/1119.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1119.73/1119.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1119.73/1119.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9718 time:  0.00 s
1119.73/1119.71	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
1119.83/1119.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
1120.32/1120.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1130.42/1130.40	c lits-rem:        14  cl-subs:       23  v-elim:      0  v-fix:    0  time: 10.08 s
1130.42/1130.40	c vivif2 --  cl tried    41573 cl shrink        0 lits rem          0 time: 0.00
1130.52/1130.58	c vivif2 --  cl tried   162881 cl shrink        0 lits rem          0 time: 0.18
1130.83/1130.82	c asymm  cl-useful: 0/41573/41573 lits-rem:0 time: 0.24
1130.83/1130.83	c calculated reachability. Time: 0.00
1130.83/1130.83	c  N dy 24020   3712970      9718     41573         0    162881    126340  12790869     96.59   no data
1138.72/1138.74	c  N dy 24147   3732984      9718     41573         0     97904    126340   2611427     96.59    104.31
1145.53/1145.55	c  F st 24267   3751563      9718     41573         0    116480    126340   5511364     96.60   no data
1146.32/1146.31	c  N st 24271   3753599      9718     41573         0    118516    126340   5852940     96.60   no data
1154.42/1154.48	c  N dy 24387   3773739      9718     41573         0    138653    126340   9073488     96.60    104.54
1163.02/1163.00	c  N dy 24514   3793946      9718     41573         0    158858    126340  12194026     96.60    101.90
1171.12/1171.19	c  N dy 24655   3813974      9718     41573         0     92893    126340   1717816     96.61    108.71
1177.82/1177.82	c  N dy 24795   3834032      9718     41573         0    112948    126340   4820096     96.63    102.08
1185.12/1185.14	c  N dy 24920   3854052      9718     41573         0    132968    126340   7894648     96.63    107.44
1193.22/1193.23	c  N dy 25048   3874062      9718     41573         0    152975    126340  10970739     96.63    103.08
1201.82/1201.83	c  N dy 25167   3894139      9718     41573         0    173052    126340  14046792     96.62    104.36
1208.03/1208.05	c  N dy 25293   3914153      9718     41573         0    106072    126340   3575816     96.62    105.84
1214.82/1214.84	c  N dy 25422   3934210      9718     41573         0    126127    126340   6691838     96.63    102.26
1222.42/1222.45	c  N dy 25550   3954276      9718     41573         0    146191    126340   9759074     96.64    105.64
1230.84/1230.90	c  N dy 25673   3974421      9718     41573         0    166335    126340  12846433     96.64    105.24
1238.42/1238.45	c  N dy 25817   3994476      9718     41573         0     98396    126340   2311437     96.65    104.54
1245.03/1245.02	c  N dy 25955   4014539      9718     41573         0    118459    126340   5425238     96.66    102.19
1252.33/1252.39	c  N dy 26084   4034551      9718     41573         0    138470    126340   8468406     96.66    102.03
1260.54/1260.53	c  N dy 26214   4054682      9718     41573         0    158598    126340  11571345     96.67    102.38
1269.44/1269.42	c  N dy 26348   4074766      9718     41573         0     89686    126340    778678     96.67    102.03
1275.63/1275.65	c  N dy 26475   4094798      9718     41573         0    109718    126340   3839947     96.68    102.96
1282.54/1282.59	c  N dy 26604   4114842      9718     41573         0    129758    126340   6940771     96.68    101.81
1290.33/1290.34	c  N dy 26732   4134926      9718     41573         0    149841    126340   9996176     96.68    102.12
1299.03/1299.03	c  N dy 26869   4155043      9718     41573         0    169956    126340  13081264     96.68    104.14

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.77 4/304 32036
/proc/meminfo: memFree=13156232/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=34332 CPUtime=0.01 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 1972 0 0 0 1 0 0 0 22 0 1 0 649933911 35155968 1686 33554432000 4194304 4580011 140736697983760 18446744073709551615 208079893189 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 8583 1687 324 95 0 3565 0

[startup+0.093501 s]
/proc/loadavg: 4.00 4.00 3.77 4/304 32036
/proc/meminfo: memFree=13156232/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=41168 CPUtime=0.08 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 4441 0 0 0 8 0 0 0 22 0 1 0 649933911 42156032 3326 33554432000 4194304 4580011 140736697983760 18446744073709551615 4230313 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 10292 3326 354 95 0 5274 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41168

[startup+0.100494 s]
/proc/loadavg: 4.00 4.00 3.77 4/304 32036
/proc/meminfo: memFree=13156232/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=41168 CPUtime=0.09 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 4446 0 0 0 9 0 0 0 22 0 1 0 649933911 42156032 3331 33554432000 4194304 4580011 140736697983760 18446744073709551615 4399470 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 10292 3331 354 95 0 5274 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41168

[startup+0.300467 s]
/proc/loadavg: 4.00 4.00 3.77 4/304 32036
/proc/meminfo: memFree=13156232/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=41904 CPUtime=0.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 4807 0 0 0 29 0 0 0 23 0 1 0 649933911 42909696 3692 33554432000 4194304 4580011 140736697983760 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 10476 3692 364 95 0 5458 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41904

[startup+0.700391 s]
/proc/loadavg: 4.00 4.00 3.77 4/304 32036
/proc/meminfo: memFree=13156232/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=41904 CPUtime=0.69 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 5218 0 0 0 69 0 0 0 25 0 1 0 649933911 42909696 4103 33554432000 4194304 4580011 140736697983760 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 10476 4103 364 95 0 5458 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41904

[startup+1.50024 s]
/proc/loadavg: 4.00 4.00 3.77 5/308 32043
/proc/meminfo: memFree=13105976/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=43872 CPUtime=1.49 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 6389 0 0 0 148 1 0 0 25 0 1 0 649933911 44924928 3942 33554432000 4194304 4580011 140736697983760 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 10968 3942 364 95 0 5950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43872

[startup+3.10093 s]
/proc/loadavg: 4.00 4.00 3.77 5/308 32043
/proc/meminfo: memFree=13102032/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=44336 CPUtime=3.09 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 8380 0 0 0 308 1 0 0 25 0 1 0 649933911 45400064 4357 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 11084 4357 364 95 0 6066 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44336

[startup+6.30027 s]
/proc/loadavg: 4.00 4.00 3.77 5/308 32043
/proc/meminfo: memFree=13016736/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=72844 CPUtime=6.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 19017 0 0 0 626 3 0 0 25 0 1 0 649933911 74592256 11087 33554432000 4194304 4580011 140736697983760 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 18211 11087 367 95 0 13193 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 72844

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.77 5/308 32044
/proc/meminfo: memFree=12963528/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=100692 CPUtime=12.69 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 32048 0 0 0 1264 5 0 0 25 0 1 0 649933911 103108608 19760 33554432000 4194304 4580011 140736697983760 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 25173 19760 367 95 0 20155 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100692

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.77 5/308 32044
/proc/meminfo: memFree=12856660/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=146224 CPUtime=25.49 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 44164 0 0 0 2542 7 0 0 25 0 1 0 649933911 149733376 21066 33554432000 4194304 4580011 140736697983760 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 36556 21066 367 95 0 31538 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146224

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.78 5/308 32045
/proc/meminfo: memFree=12816132/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=153880 CPUtime=51.08 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 67313 0 0 0 5096 12 0 0 25 0 1 0 649933911 157573120 23590 33554432000 4194304 4580011 140736697983760 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 38470 23590 367 95 0 33452 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 153880

[startup+102.311 s]
/proc/loadavg: 4.00 4.00 3.79 5/308 32046
/proc/meminfo: memFree=12738816/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=155672 CPUtime=102.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 108483 0 0 0 10207 22 0 0 25 0 1 0 649933911 159408128 22735 33554432000 4194304 4580011 140736697983760 18446744073709551615 4320821 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 38918 22735 367 95 0 33900 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 155672

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.80 5/308 32048
/proc/meminfo: memFree=12631152/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=162956 CPUtime=162.28 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 162379 0 0 0 16195 33 0 0 25 0 1 0 649933911 166866944 34987 33554432000 4194304 4580011 140736697983760 18446744073709551615 4322084 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 40739 34987 367 95 0 35721 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 162956

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/308 32049
/proc/meminfo: memFree=12574308/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=210568 CPUtime=222.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 201118 0 0 0 22186 43 0 0 25 0 1 0 649933911 215621632 39151 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294436 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 52642 39151 367 95 0 47624 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 210568

[startup+282.301 s]
/proc/loadavg: 4.09 4.03 3.83 5/308 32051
/proc/meminfo: memFree=12529968/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=211652 CPUtime=282.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 239325 0 0 0 28177 52 0 0 25 0 1 0 649933911 216731648 38307 33554432000 4194304 4580011 140736697983760 18446744073709551615 4316670 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 52913 38307 367 95 0 47895 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 211652

[startup+342.3 s]
/proc/loadavg: 4.08 4.04 3.84 5/308 32052
/proc/meminfo: memFree=12502520/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=213332 CPUtime=342.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 275040 0 0 0 34167 62 0 0 25 0 1 0 649933911 218451968 40110 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 53333 40110 367 95 0 48315 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 213332

[startup+402.301 s]
/proc/loadavg: 4.03 4.03 3.85 5/308 32054
/proc/meminfo: memFree=12466516/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=214248 CPUtime=402.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 310881 0 0 0 40159 70 0 0 25 0 1 0 649933911 219389952 39342 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 53562 39342 367 95 0 48544 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 214248

[startup+462.3 s]
/proc/loadavg: 4.06 4.03 3.86 5/308 32056
/proc/meminfo: memFree=12460032/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=223420 CPUtime=462.29 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 345086 0 0 0 46150 79 0 0 25 0 1 0 649933911 228782080 44437 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 55855 44437 367 95 0 50837 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 223420

[startup+522.301 s]
/proc/loadavg: 4.02 4.03 3.86 5/308 32057
/proc/meminfo: memFree=12480680/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=173928 CPUtime=522.3 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 379298 0 0 0 52143 87 0 0 25 0 1 0 649933911 178102272 37495 33554432000 4194304 4580011 140736697983760 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 43482 37495 367 95 0 38464 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 173928

[startup+582.3 s]
/proc/loadavg: 4.04 4.03 3.87 5/308 32059
/proc/meminfo: memFree=12442932/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=174052 CPUtime=582.3 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 411722 0 0 0 58136 94 0 0 25 0 1 0 649933911 178229248 37342 33554432000 4194304 4580011 140736697983760 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 43513 37342 367 95 0 38495 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 174052

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.88 5/308 32060
/proc/meminfo: memFree=12403584/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=232500 CPUtime=642.31 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 442917 0 0 0 64131 100 0 0 25 0 1 0 649933911 238080000 46031 33554432000 4194304 4580011 140736697983760 18446744073709551615 4321560 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 58125 46031 367 95 0 53107 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 232500

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.89 5/308 32062
/proc/meminfo: memFree=12423500/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=233212 CPUtime=702.31 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 474459 0 0 0 70122 109 0 0 25 0 1 0 649933911 238809088 42665 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 58303 42665 367 95 0 53285 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 233212

[startup+762.311 s]
/proc/loadavg: 4.00 4.01 3.89 5/308 32064
/proc/meminfo: memFree=12371632/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=254372 CPUtime=762.32 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 506776 0 0 0 76115 117 0 0 25 0 1 0 649933911 260476928 50799 33554432000 4194304 4580011 140736697983760 18446744073709551615 4306039 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 63593 50799 367 95 0 58575 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 254372

[startup+822.301 s]
/proc/loadavg: 4.13 4.04 3.91 5/308 32065
/proc/meminfo: memFree=12395252/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=202328 CPUtime=822.31 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 536791 0 0 0 82107 124 0 0 25 0 1 0 649933911 207183872 43260 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 50582 43260 367 95 0 45564 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 202328

[startup+882.3 s]
/proc/loadavg: 4.05 4.03 3.91 5/308 32067
/proc/meminfo: memFree=12392472/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=255340 CPUtime=882.31 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 566286 0 0 0 88101 130 0 0 25 0 1 0 649933911 261468160 46929 33554432000 4194304 4580011 140736697983760 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 63835 46929 367 95 0 58817 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 255340

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.91 5/308 32068
/proc/meminfo: memFree=12109836/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=373908 CPUtime=942.31 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 615612 0 0 0 94089 142 0 0 25 0 1 0 649933911 382881792 83128 33554432000 4194304 4580011 140736697983760 18446744073709551615 4295869 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 93477 83128 367 95 0 88459 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 373908

[startup+1002.3 s]
/proc/loadavg: 4.07 4.03 3.91 5/308 32070
/proc/meminfo: memFree=12176752/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=320964 CPUtime=1002.31 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 644985 0 0 0 100082 149 0 0 25 0 1 0 649933911 328667136 71957 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 80241 71957 367 95 0 75223 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 320964

[startup+1062.3 s]
/proc/loadavg: 4.08 4.04 3.92 5/308 32072
/proc/meminfo: memFree=12154632/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=321044 CPUtime=1062.32 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 673012 0 0 0 106076 156 0 0 25 0 1 0 649933911 328749056 72107 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 80261 72107 367 95 0 75243 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 321044

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 3.92 5/308 32073
/proc/meminfo: memFree=12028196/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=424612 CPUtime=1122.32 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 709833 0 0 0 112069 163 0 0 25 0 1 0 649933911 434802688 94744 33554432000 4194304 4580011 140736697983760 18446744073709551615 4451804 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 106153 94744 367 95 0 101135 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 424612

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.92 5/308 32075
/proc/meminfo: memFree=12003484/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=425060 CPUtime=1182.32 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 732756 0 0 0 118061 171 0 0 25 0 1 0 649933911 435261440 88726 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 106265 88726 367 95 0 101247 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 425060

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.92 5/308 32076
/proc/meminfo: memFree=12049312/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=425500 CPUtime=1242.32 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 759612 0 0 0 124054 178 0 0 25 0 1 0 649933911 435712000 86201 33554432000 4194304 4580011 140736697983760 18446744073709551615 4294450 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 106375 86201 367 95 0 101357 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 425500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.92 3/306 32080
/proc/meminfo: memFree=12455892/32950928 swapFree=67083212/67111528
[pid=32036] ppid=32034 vsize=425732 CPUtime=1300.03 cores=4,6
/proc/32036/stat : 32036 (strangenight2-s) R 32034 32036 31408 0 -1 4202496 783759 0 0 0 129818 185 0 0 25 0 1 0 649933911 435949568 95383 33554432000 4194304 4580011 140736697983760 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/32036/statm: 106433 95383 367 95 0 101415 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 425732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.19
CPU system time (s): 1.87771
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 438992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.19
system time used= 1.87771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 783759
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 1051

runsolver used 3.67444 second user time and 8.25275 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 16:29:02
IDJOB=3367483
IDBENCH=82692
IDSOLVER=1845
FILE ID=node127/3367483-1305383342
RUNJOBID= node127-1305383342-32001
PBS_JOBID= 13324375
Free space on /tmp= 73464 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S1778317451-042-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367483-1305383342/watcher-3367483-1305383342 -o /tmp/evaluation-result-3367483-1305383342/solver-3367483-1305383342 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367483-1305383342.cnf

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

MD5SUM BENCH= 418f15c9ecdcb73d78687b6da2a74460
RANDOM SEED=137266052

node127.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.823
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.64
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.823
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.823
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.823
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.823
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.823
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.75
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.823
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.60
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.823
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:     32950928 kB
MemFree:      13156760 kB
Buffers:        275648 kB
Cached:        3338436 kB
SwapCached:       1620 kB
Active:       16729172 kB
Inactive:      2728104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13156760 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:           18572 kB
Writeback:         112 kB
AnonPages:    15841928 kB
Mapped:          26500 kB
Slab:           226488 kB
PageTables:      47404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44387392 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= 73460 MiB
End job on node127 at 2011-05-14 16:50:44