Trace number 3367473

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) 1299.94 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S619136916-059-UNKNOWN.cnf
MD5SUM17341e8eb76284acaef626682c91dea1
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark16.4195
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
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 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367473-1305383264.cnf'
0.00/0.01	c -- header says num vars:          15000
0.00/0.01	c -- header says num clauses:       63000
0.00/0.04	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.04	c -- vars added      15000
0.00/0.04	c Parsing time:  0.03 s
0.00/0.04	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data
0.03/0.09	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.04
0.08/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.08/0.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.08/0.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.08/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.08/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.08/0.13	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.18/0.20	c lits-rem:         0  cl-subs:        0  v-elim:    401  v-fix:    0  time:  0.07 s
0.18/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.18/0.21	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.18/0.21	c calculated reachability. Time: 0.00
0.18/0.22	c Calc default polars -  time:   0.00 s pos:    6661 undec:    1736 neg:    6603
0.18/0.22	c =========================================================================================
0.18/0.22	c types(t): F = full restart, N = normal restart
0.18/0.22	c types(t): S = simplification begin/end, E = solution found
0.18/0.22	c restart types(rt): st = static, dy = dynamic
0.18/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.18/0.22	c  B st     0         0     14599     62533         0         0    190006         0   no data   no data
1.07/1.18	c  N dy    20      4690     14599     62533         0      4689    190006    946050    111.43    118.78
1.96/2.00	c  N dy    48      8717     14599     62533         0      8716    190006   1674055    114.61    124.57
2.75/2.88	c  N dy    74     12800     14599     62533         0     12799    190006   2406008    113.85    121.95
3.64/3.77	c  N dy   102     16904     14599     62533         0     16902    190006   3117693    113.70    119.85
4.53/4.69	c  N dy   129     20925     14599     62533         0     10925    190006    676328    113.94    120.87
5.52/5.60	c  N dy   157     24985     14599     62533         0     14985    190006   1387161    113.53    121.94
5.52/5.60	c  F st   158     25000     14599     62533         0     15000    190006   1389017    113.51   no data
6.61/6.77	c  N dy   164     30000     14599     62533         0     20000    190006   2526676    113.51   no data
6.61/6.77	c  S st   164     30000     14599     62533         0     20000    190006   2526676    113.51   no data
6.71/6.88	c  S st   164     30502     14599     62533         0     20502    190006   2588929    113.51   no data
6.71/6.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
6.81/6.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
6.81/6.94	c blocked clauses removed:      310 vars:     53 tried:       14599 T: 0.01 s
6.81/6.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.81/6.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.81/6.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14546 time:  0.00 s
6.81/6.95	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
6.91/7.01	c lits-rem:         0  cl-subs:        0  v-elim:      6  v-fix:    0  time:  0.05 s
7.01/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.61/7.76	c lits-rem:        25  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.58 s
7.70/7.83	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.06
7.70/7.83	c calculated reachability. Time: 0.00
7.70/7.83	c  N dy   164     30502     14540     62218         0     20397    189103   2557846    113.51   no data
8.60/8.79	c  N dy   193     34569     14540     62218         0     24464    189103   3305271    114.22    121.92
9.59/9.77	c  N dy   220     38647     14540     62218         0     28541    189103   4051709    114.18    125.06
10.58/10.76	c  N dy   243     42796     14540     62218         0     17246    189103    927609    113.61    119.89
11.28/11.44	c  S st   266     45753     14540     62218         0     20202    189103   1485897    113.89   no data
11.38/11.55	c  S st   266     46257     14540     62218         0     20706    189103   1551580    113.89   no data
11.38/11.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.38/11.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
11.48/11.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.48/11.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.48/11.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.48/11.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
11.48/11.62	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
11.48/11.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
11.58/11.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.78/11.92	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.18 s
11.78/11.93	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
11.78/11.95	c vivif2 --  cl tried    20702 cl shrink        0 lits rem          0 time: 0.02
11.89/12.01	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.06
11.89/12.02	c calculated reachability. Time: 0.00
11.89/12.02	c  N dy   266     46257     14540     62218         0     20702    189103   1550524    113.89   no data
12.88/13.02	c  N dy   297     50411     14540     62218         0     24856    189103   2309567    114.01    121.42
13.87/14.04	c  N dy   326     54584     14540     62218         0     29029    189103   3066264    114.10    121.87
14.87/15.07	c  N dy   353     58864     14540     62218         0     33309    189103   3825605    113.90    121.63
15.98/16.17	c  N dy   381     63216     14540     62218         0     18939    189103    637172    113.72    120.58
16.88/17.10	c  N dy   406     67309     14540     62218         0     23031    189103   1392884    113.70    148.46
17.38/17.59	c  S st   424     69385     14540     62218         0     25105    189103   1781495    113.89   no data
17.58/17.71	c  S st   424     69891     14540     62218         0     25611    189103   1844480    113.89   no data
17.58/17.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
17.58/17.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
17.58/17.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.58/17.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.58/17.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.58/17.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
17.58/17.78	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
17.68/17.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
17.78/17.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.08/18.21	c lits-rem:         1  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.30 s
18.08/18.21	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
18.08/18.24	c vivif2 --  cl tried    25609 cl shrink        0 lits rem          0 time: 0.03
18.18/18.31	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.07
18.18/18.31	c calculated reachability. Time: 0.00
18.18/18.31	c  N dy   424     69891     14540     62218         0     25609    189103   1843760    113.89   no data
19.28/19.41	c  N dy   455     74443     14540     62218         0     30161    189103   2683732    114.01    120.07
20.48/20.60	c  N dy   487     79269     14540     62218         0     34987    189103   3568470    113.98    122.35
21.79/21.92	c  N dy   521     84465     14540     62218         0     40183    189103   4513020    113.99    130.55
22.58/22.70	c  F st   544     87500     14540     62218         0     22361    189103    859260    114.20   no data
23.37/23.50	c  N st   549     90798     14540     62218         0     25659    189103   1583434    114.20   no data
24.78/24.96	c  N dy   575     96659     14540     62218         0     31520    189103   2775597    114.34    141.46
26.38/26.54	c  N dy   616    103011     14540     62218         0     37872    189103   3924965    114.38    123.10
26.88/27.00	c  S st   626    104841     14540     62218         0     39702    189103   4250670    114.31    106.18
26.98/27.14	c  S st   626    105347     14540     62218         0     40208    189103   4319963    114.31   no data
26.98/27.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.08/27.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
27.08/27.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.08/27.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.08/27.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.08/27.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
27.08/27.23	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
27.18/27.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
27.29/27.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.07/29.27	c lits-rem:         9  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.77 s
29.07/29.27	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
29.17/29.33	c vivif2 --  cl tried    40202 cl shrink        0 lits rem          0 time: 0.06
29.27/29.42	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.09
29.27/29.42	c calculated reachability. Time: 0.00
29.27/29.42	c  N dy   626    105347     14540     62218         0     40202    189103   4317067    114.31   no data
31.08/31.20	c  N dy   671    112125     14540     62218         0     24548    189103    913223    114.17    123.04
32.78/32.96	c  N dy   716    119379     14540     62218         0     31800    189103   2234221    114.24    120.40
34.78/34.93	c  N dy   769    127089     14540     62218         0     39510    189103   3655671    114.34    123.24
36.98/37.12	c  N dy   821    135310     14540     62218         0     24014    189103    565681    114.38    122.21
39.08/39.24	c  N dy   878    144152     14540     62218         0     32856    189103   2166861    114.36    123.30
41.47/41.62	c  N dy   942    153434     14540     62218         0     42136    189103   3851012    114.49    121.03
42.68/42.84	c  S st   973    158020     14540     62218         0     46722    189103   4685980    114.46   no data
42.78/42.98	c  S st   973    158522     14540     62218         0     47224    189103   4749593    114.46   no data
42.78/42.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
42.87/43.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
42.87/43.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.87/43.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.87/43.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.87/43.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
42.87/43.07	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
42.97/43.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
43.17/43.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.98/46.11	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.77 s
45.98/46.12	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
45.98/46.19	c vivif2 --  cl tried    47221 cl shrink        0 lits rem          0 time: 0.07
46.09/46.28	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.10
46.09/46.29	c calculated reachability. Time: 0.00
46.09/46.29	c  N dy   973    158522     14540     62218         0     47221    189103   4748942    114.46   no data
48.67/48.86	c  N dy  1039    168727     14540     62218         0     32567    189103   1910116    114.46    122.73
51.47/51.65	c  N dy  1112    179650     14540     62218         0     43489    189103   3878230    114.42    125.47
54.58/54.70	c  N dy  1188    191175     14540     62218         0     29086    189103   1039403    114.40    123.01
57.58/57.77	c  N dy  1264    203394     14540     62218         0     41304    189103   3236094    114.36    145.50
61.17/61.32	c  N dy  1342    216466     14540     62218         0     27414    189103    530909    114.32    120.49
64.57/64.77	c  N dy  1433    230399     14540     62218         0     41347    189103   3068168    114.26    120.55
66.57/66.77	c  S st  1481    237787     14540     62218         0     48734    189103   4424594    114.31   no data
66.78/66.92	c  S st  1481    238289     14540     62218         0     49236    189103   4496775    114.31   no data
66.78/66.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
66.78/66.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
66.78/66.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
66.78/67.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
66.78/67.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
66.78/67.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
66.88/67.01	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
66.88/67.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
67.08/67.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.98/70.10	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.84 s
69.98/70.10	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
69.98/70.17	c vivif2 --  cl tried    49232 cl shrink        0 lits rem          0 time: 0.06
70.08/70.27	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.10
70.08/70.27	c calculated reachability. Time: 0.00
70.08/70.27	c  N dy  1481    238289     14540     62218         0     49232    189103   4495426    114.31   no data
74.17/74.30	c  N dy  1587    253495     14540     62218         0     36459    189103   1979609    114.32    122.07
78.47/78.60	c  N dy  1688    269679     14540     62218         0     52641    189103   4900883    114.21    122.50
82.97/83.17	c  N dy  1803    287033     14540     62218         0     41011    189103   2640102    114.27    122.02
88.07/88.20	c  N dy  1918    305390     14540     62218         0     59367    189103   5948360    114.23    122.37
88.27/88.46	c  F st  1922    306251     14540     62218         0     30236    189103    468964    114.20   no data
93.17/93.39	c  N dy  2016    324898     14540     62218         0     48882    189103   4194947    114.23    125.52
98.68/98.89	c  N dy  2144    344977     14540     62218         0     37957    189103   1697938    114.21    124.77
101.97/102.16	c  S st  2217    357434     14540     62218         0     50414    189103   3953178    114.15    119.86
102.19/102.31	c  S st  2217    357935     14540     62218         0     50915    189103   4023947    114.15   no data
102.19/102.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
102.19/102.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
102.19/102.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
102.19/102.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
102.19/102.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.27/102.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
102.27/102.40	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
102.27/102.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
102.47/102.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.07/105.21	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.58 s
105.07/105.21	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
105.07/105.27	c vivif2 --  cl tried    50912 cl shrink        0 lits rem          0 time: 0.06
105.17/105.37	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.10
105.17/105.37	c calculated reachability. Time: 0.00
105.17/105.37	c  N dy  2217    357935     14540     62218         0     50912    189103   4022307    114.15   no data
110.77/110.94	c  N dy  2353    377995     14540     62218         0     38981    189103   1721381    114.20    120.26
116.68/116.80	c  N dy  2488    398096     14540     62218         0     59081    189103   5397697    114.26    122.24
122.08/122.27	c  N dy  2615    418162     14540     62218         0     46144    189103   2825382    114.23    122.42
127.77/127.92	c  N dy  2736    438195     14540     62218         0     66176    189103   6441525    114.13    129.98
133.17/133.38	c  N dy  2876    458205     14540     62218         0     52188    189103   3752196    114.18    121.90
139.08/139.25	c  N dy  3011    478226     14540     62218         0     37214    189103    837193    114.29    130.20
144.48/144.69	c  N dy  3144    498295     14540     62218         0     57283    189103   4488251    114.28    120.87
150.38/150.50	c  N dy  3272    518301     14540     62218         0     41284    189103   1393758    114.30    122.92
155.48/155.64	c  S st  3398    536903     14540     62218         0     59885    189103   4846569    114.36   no data
155.68/155.80	c  S st  3398    537407     14540     62218         0     60389    189103   4910625    114.36   no data
155.68/155.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
155.68/155.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
155.68/155.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
155.68/155.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
155.68/155.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.68/155.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
155.78/155.90	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
155.78/155.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
155.99/156.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
158.48/158.68	c lits-rem:        11  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.51 s
158.48/158.68	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
158.58/158.75	c vivif2 --  cl tried    60385 cl shrink        0 lits rem          0 time: 0.07
158.68/158.86	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.11
158.68/158.87	c calculated reachability. Time: 0.00
158.68/158.87	c  N dy  3398    537407     14540     62218         0     60385    189103   4909434    114.36   no data
164.57/164.74	c  N dy  3533    557426     14540     62218         0     43405    189103   1604668    114.45    122.10
170.28/170.43	c  N dy  3668    577512     14540     62218         0     63486    189103   5366101    114.56    121.31
176.28/176.40	c  N dy  3797    597763     14540     62218         0     45741    189103   1859573    114.56    123.60
181.98/182.16	c  N dy  3931    617830     14540     62218         0     65807    189103   5552655    114.59    124.33
187.88/188.11	c  N dy  4070    637905     14540     62218         0     46881    189103   1891245    114.64    121.73
193.78/193.91	c  N dy  4210    658028     14540     62218         0     67003    189103   5614040    114.73    128.68
199.78/199.93	c  N dy  4338    678099     14540     62218         0     47078    189103   1752117    114.74    121.08
205.49/205.66	c  N dy  4467    698109     14540     62218         0     67086    189103   5383637    114.72    120.85
211.67/211.87	c  N dy  4614    718333     14540     62218         0     46310    189103   1422131    114.86    124.43
217.48/217.63	c  N dy  4742    738482     14540     62218         0     66459    189103   5088581    114.85    122.41
223.78/223.92	c  N dy  4874    758522     14540     62218         0     44500    189103    897665    114.88    123.02
229.48/229.65	c  N dy  5010    778811     14540     62218         0     64788    189103   4602952    114.91    124.01
235.98/236.12	c  N dy  5153    799001     14540     62218         0     84975    189103   8353190    115.01    121.25
237.98/238.18	c  S st  5208    806112     14540     62218         0     49087    189103   1584439    115.05   no data
238.18/238.32	c  S st  5208    806615     14540     62218         0     49590    189103   1655640    115.05   no data
238.18/238.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
238.18/238.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
238.18/238.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.28/238.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.28/238.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.28/238.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
238.28/238.41	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
238.28/238.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
238.38/238.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.98/239.14	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.60 s
238.98/239.14	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
238.98/239.17	c vivif2 --  cl tried    49589 cl shrink        0 lits rem          0 time: 0.02
239.08/239.26	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.09
239.08/239.27	c calculated reachability. Time: 0.00
239.08/239.27	c  N dy  5208    806615     14540     62218         0     49589    189103   1655490    115.05   no data
244.97/245.17	c  N dy  5343    826720     14540     62218         0     69690    189103   5368701    115.09    127.76
251.38/251.52	c  N dy  5464    846770     14540     62218         0     45742    189103    761028    115.03    138.54
257.08/257.22	c  N dy  5583    866789     14540     62218         0     65761    189103   4463724    115.05    122.39
263.48/263.65	c  N dy  5716    887010     14540     62218         0     85980    189103   8172407    115.07    121.14
269.39/269.58	c  N dy  5843    907121     14540     62218         0     61094    189103   3411842    115.06    121.17
275.58/275.76	c  N dy  5974    927132     14540     62218         0     81105    189103   7125196    115.08    121.62
281.88/282.06	c  N dy  6115    947225     14540     62218         0     55208    189103   2141408    115.12    126.10
287.88/288.08	c  N dy  6247    967230     14540     62218         0     75213    189103   5792224    115.12    122.11
294.58/294.75	c  N dy  6378    987261     14540     62218         0     48241    189103    694749    115.17    123.73
300.48/300.60	c  N dy  6518   1007306     14540     62218         0     68285    189103   4415731    115.21    134.17
306.98/307.13	c  N dy  6653   1027360     14540     62218         0     88337    189103   8119947    115.23    121.51
313.18/313.35	c  N dy  6787   1047436     14540     62218         0     60412    189103   2742508    115.25    121.88
319.38/319.58	c  N dy  6918   1067589     14540     62218         0     80563    189103   6494289    115.26    125.01
320.78/320.99	c  F st  6948   1071875     14540     62218         0     84848    189103   7256953    115.27   no data
326.08/326.25	c  N dy  7025   1087593     14540     62218         0     51568    189103    950895    115.28    122.39
331.88/332.10	c  N dy  7156   1107683     14540     62218         0     71656    189103   4615451    115.27    133.36
338.69/338.82	c  N dy  7291   1127965     14540     62218         0     91936    189103   8360066    115.28    123.66
344.88/345.07	c  N dy  7429   1147985     14540     62218         0     61959    189103   2682818    115.30    125.94
351.08/351.28	c  N dy  7551   1168044     14540     62218         0     82017    189103   6402631    115.28    135.90
358.08/358.26	c  N dy  7690   1188082     14540     62218         0     51060    189103    489483    115.31    122.29
363.99/364.14	c  N dy  7822   1208154     14540     62218         0     71127    189103   4177824    115.31    121.99
364.58/364.70	c  S st  7836   1209922     14540     62218         0     72895    189103   4502719    115.32   no data
364.68/364.87	c  S st  7836   1210425     14540     62218         0     73398    189103   4562588    115.32   no data
364.68/364.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
364.78/364.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
364.78/364.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
364.78/364.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
364.78/364.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
364.78/364.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
364.78/364.97	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
364.88/365.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
365.09/365.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
367.98/368.18	c lits-rem:         5  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.95 s
367.98/368.19	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
368.08/368.25	c vivif2 --  cl tried    73393 cl shrink        0 lits rem          0 time: 0.07
368.18/368.38	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.12
368.18/368.38	c calculated reachability. Time: 0.00
368.18/368.38	c  N dy  7836   1210425     14540     62218         0     73393    189103   4561728    115.32   no data
374.78/374.97	c  N dy  7966   1230443     14540     62218         0     93408    189103   8231444    115.31    122.58
381.38/381.51	c  N dy  8097   1250490     14540     62218         0     61459    189103   2194910    115.31    123.58
387.68/387.82	c  N dy  8239   1270583     14540     62218         0     81551    189103   5941213    115.37    181.17
394.58/394.72	c  N dy  8362   1290713     14540     62218         0    101681    189103   9631198    115.35    121.69
400.78/400.96	c  N dy  8495   1310730     14540     62218         0     68695    189103   3373864    115.38    123.10
407.28/407.47	c  N dy  8635   1330806     14540     62218         0     88770    189103   7096448    115.41    121.98
414.48/414.68	c  N dy  8770   1351035     14540     62218         0     55005    189103    669171    115.42    127.25
420.58/420.77	c  N dy  8908   1371058     14540     62218         0     75028    189103   4432455    115.46    124.67
427.48/427.66	c  N dy  9039   1391150     14540     62218         0     95119    189103   8119955    115.46    123.75
434.49/434.61	c  N dy  9170   1411277     14540     62218         0     60246    189103   1484885    115.46    123.02
440.68/440.83	c  N dy  9304   1431280     14540     62218         0     80248    189103   5237819    115.50    125.11
447.48/447.69	c  N dy  9438   1451302     14540     62218         0    100265    189103   8939526    115.52    139.23
454.38/454.57	c  N dy  9571   1471313     14540     62218         0     64285    189103   2027083    115.52    123.76
460.68/460.87	c  N dy  9700   1491342     14540     62218         0     84312    189103   5689214    115.51    124.36
467.58/467.79	c  N dy  9834   1511344     14540     62218         0    104312    189103   9390897    115.54    122.97
474.49/474.61	c  N dy  9969   1531445     14540     62218         0     67416    189103   2432259    115.54    122.75
480.88/481.06	c  N dy 10101   1551631     14540     62218         0     87602    189103   6186124    115.54    124.88
487.98/488.14	c  N dy 10230   1571700     14540     62218         0    107670    189103   9871205    115.54    151.20
494.68/494.87	c  N dy 10356   1591832     14540     62218         0     69808    189103   2671696    115.54    121.82
501.19/501.30	c  N dy 10480   1611904     14540     62218         0     89879    189103   6352437    115.53    123.41
508.38/508.55	c  N dy 10615   1632056     14540     62218         0    110030    189103  10084824    115.55    124.30
515.09/515.29	c  N dy 10747   1652188     14540     62218         0     71169    189103   2780550    115.56    125.66
521.78/521.90	c  N dy 10883   1672386     14540     62218         0     91365    189103   6481485    115.57    121.88
529.00/529.13	c  N dy 11019   1692393     14540     62218         0    111369    189103  10163603    115.58    122.27
535.19/535.31	c  S st 11138   1710425     14540     62218         0     69397    189103   2230844    115.59   no data
535.29/535.48	c  S st 11138   1710931     14540     62218         0     69903    189103   2296132    115.59   no data
535.29/535.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
535.39/535.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
535.39/535.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
535.39/535.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
535.39/535.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
535.39/535.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
535.39/535.58	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
535.49/535.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
535.60/535.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
536.99/537.11	c lits-rem:         2  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.37 s
536.99/537.11	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
536.99/537.15	c vivif2 --  cl tried    69898 cl shrink        0 lits rem          0 time: 0.03
537.09/537.26	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.12
537.09/537.27	c calculated reachability. Time: 0.00
537.09/537.27	c  N dy 11138   1710931     14540     62218         0     69898    189103   2295186    115.59   no data
543.68/543.86	c  N dy 11273   1730997     14540     62218         0     89962    189103   6000295    115.60    121.91
551.00/551.16	c  N dy 11418   1751042     14540     62218         0    110005    189103   9748334    115.62    122.95
558.09/558.25	c  N dy 11552   1771123     14540     62218         0     69095    189103   2038627    115.63    141.71
564.58/564.77	c  N dy 11687   1791285     14540     62218         0     89255    189103   5749946    115.64    122.92
571.79/571.94	c  N dy 11810   1811353     14540     62218         0    109323    189103   9478755    115.64    125.58
579.19/579.34	c  N dy 11935   1831449     14540     62218         0     67423    189103   1529304    115.63    126.66
585.68/585.82	c  N dy 12056   1851512     14540     62218         0     87484    189103   5260539    115.64    121.88
592.80/592.99	c  N dy 12195   1871635     14540     62218         0    107607    189103   8946328    115.65    122.27
600.50/600.65	c  N dy 12325   1891732     14540     62218         0     64700    189103    846716    115.64    127.22
606.79/606.93	c  N dy 12448   1911791     14540     62218         0     84759    189103   4567919    115.64    124.67
613.78/613.95	c  N dy 12579   1931883     14540     62218         0    104850    189103   8272966    115.64    135.90
621.48/621.68	c  N dy 12710   1951998     14540     62218         0    124964    189103  12018088    115.65    126.65
628.19/628.36	c  N dy 12844   1972332     14540     62218         0     81305    189103   3734697    115.66    129.48
635.19/635.31	c  N dy 12980   1992374     14540     62218         0    101345    189103   7472972    115.67    126.26
642.68/642.83	c  N dy 13110   2012383     14540     62218         0    121354    189103  11160220    115.67    124.12
649.79/649.91	c  N dy 13244   2032512     14540     62218         0     76486    189103   2654945    115.68    122.84
656.49/656.69	c  N dy 13371   2052613     14540     62218         0     96587    189103   6361690    115.68    122.42
663.99/664.12	c  N dy 13497   2072652     14540     62218         0    116623    189103  10080005    115.69    123.39
671.59/671.75	c  N dy 13627   2092750     14540     62218         0     70722    189103   1391069    115.70    122.18
678.09/678.24	c  N dy 13755   2112771     14540     62218         0     90743    189103   5031840    115.70    122.36
685.68/685.80	c  N dy 13900   2133357     14540     62218         0    111326    189103   8946650    115.73    124.37
693.58/693.77	c  N dy 14043   2153444     14540     62218         0    131410    189103  12668205    115.74    141.03
700.38/700.50	c  N dy 14182   2173518     14540     62218         0     84483    189103   3813728    115.76    160.81
707.59/707.78	c  N dy 14319   2194057     14540     62218         0    105021    189103   7681963    115.78    123.11
713.99/714.15	c  S st 14432   2210932     14540     62218         0    121893    189103  10830855    115.79     96.15
714.19/714.38	c  S st 14432   2211436     14540     62218         0    122397    189103  10896888    115.79   no data
714.29/714.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
714.39/714.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
714.39/714.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
714.39/714.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
714.39/714.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
714.39/714.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
714.39/714.53	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
714.48/714.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
714.99/715.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
721.39/721.52	c lits-rem:         0  cl-subs:       10  v-elim:      0  v-fix:    0  time:  6.38 s
721.39/721.52	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
721.50/721.68	c vivif2 --  cl tried   122387 cl shrink        0 lits rem          0 time: 0.15
721.69/721.87	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.19
721.69/721.87	c calculated reachability. Time: 0.00
721.69/721.87	c  N dy 14432   2211436     14540     62218         0    122387    189103  10892270    115.79   no data
729.39/729.53	c  N dy 14555   2231584     14540     62218         0     74543    189103   1796198    115.80    130.57
736.09/736.23	c  N dy 14695   2251755     14540     62218         0     94710    189103   5508264    115.81    123.00
743.59/743.76	c  N dy 14838   2271831     14540     62218         0    114783    189103   9259984    115.83    144.75
751.79/751.92	c  N dy 14968   2291858     14540     62218         0    134809    189103  12998039    115.83    140.39
758.69/758.82	c  N dy 15110   2311948     14540     62218         0     85906    189103   3758531    115.85    159.32
765.69/765.88	c  N dy 15251   2331998     14540     62218         0    105953    189103   7557904    115.88    123.33
773.39/773.57	c  N dy 15386   2352040     14540     62218         0    125995    189103  11282508    115.90    123.55
781.29/781.48	c  N dy 15521   2372243     14540     62218         0     76202    189103   1756399    115.91    124.90
788.09/788.24	c  N dy 15653   2392282     14540     62218         0     96241    189103   5511463    115.92    123.17
795.49/795.63	c  N dy 15783   2412428     14540     62218         0    116387    189103   9223233    115.92    127.57
803.59/803.79	c  N dy 15919   2432472     14540     62218         0    136430    189103  12933582    115.93    125.56
810.79/810.95	c  N dy 16055   2452634     14540     62218         0     85598    189103   3320250    115.94    122.99
817.79/817.98	c  N dy 16191   2472704     14540     62218         0    105666    189103   6990517    115.95    144.54
825.59/825.75	c  N dy 16323   2492755     14540     62218         0    125716    189103  10682485    115.95    125.21
834.00/834.12	c  N dy 16456   2512781     14540     62218         0     73743    189103    927709    115.95    129.61
840.59/840.75	c  N dy 16585   2532874     14540     62218         0     93836    189103   4600216    115.96    128.37
847.90/848.02	c  N dy 16717   2552964     14540     62218         0    113923    189103   8324049    115.96    123.75
855.80/855.97	c  N dy 16842   2573033     14540     62218         0    133991    189103  12028603    115.96    128.75
863.69/863.81	c  N dy 16975   2593047     14540     62218         0     81007    189103   2078664    115.97    122.39
870.49/870.68	c  N dy 17114   2613085     14540     62218         0    101043    189103   5844558    115.99    131.67
878.09/878.27	c  N dy 17246   2633183     14540     62218         0    121140    189103   9596093    116.00    124.78
886.29/886.50	c  N dy 17370   2653306     14540     62218         0    141261    189103  13270734    115.99    122.28
893.69/893.85	c  N dy 17500   2673322     14540     62218         0     87286    189103   3042880    115.99    126.60
900.70/900.90	c  N dy 17631   2693401     14540     62218         0    107364    189103   6784480    116.00    124.15
907.69/907.86	c  S st 17751   2711437     14540     62218         0    125399    189103  10133586    116.00   no data
907.89/908.09	c  S st 17751   2711939     14540     62218         0    125901    189103  10199404    116.00   no data
907.99/908.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
908.09/908.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
908.09/908.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
908.09/908.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
908.09/908.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
908.09/908.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
908.09/908.25	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
908.19/908.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
908.60/908.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
914.69/914.87	c lits-rem:         4  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.10 s
914.69/914.88	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
914.89/915.02	c vivif2 --  cl tried   125892 cl shrink        0 lits rem          0 time: 0.14
915.11/915.22	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.19
915.11/915.22	c calculated reachability. Time: 0.00
915.11/915.22	c  N dy 17751   2711939     14540     62218         0    125892    189103  10196216    116.00   no data
924.40/924.55	c  N dy 17889   2732065     14540     62218         0    146015    189103  14004937    116.03    122.95
931.61/931.78	c  N dy 18024   2752149     14540     62218         0     91097    189103   3603724    116.04    122.97
938.79/938.97	c  N dy 18165   2772211     14540     62218         0    111158    189103   7328578    116.06    122.64
946.79/946.90	c  N dy 18297   2792317     14540     62218         0    131262    189103  11057389    116.06    123.72
955.49/955.63	c  N dy 18431   2812483     14540     62218         0    151427    189103  14793063    116.06    123.28
962.30/962.50	c  N dy 18569   2832515     14540     62218         0     95463    189103   4212591    116.08    122.66
969.80/969.92	c  N dy 18708   2852555     14540     62218         0    115503    189103   7944756    116.09    130.73
977.90/978.00	c  N dy 18844   2872616     14540     62218         0    135563    189103  11665024    116.10    124.01
986.61/986.75	c  N dy 18983   2892724     14540     62218         0     78670    189103    928271    116.11    123.36
993.39/993.50	c  N dy 19115   2912790     14540     62218         0     98734    189103   4663352    116.12    122.32
1000.80/1000.95	c  N dy 19250   2932850     14540     62218         0    118793    189103   8411846    116.14    123.73
1009.09/1009.27	c  N dy 19392   2952861     14540     62218         0    138803    189103  12132334    116.16    130.30
1017.70/1017.84	c  N dy 19516   2972936     14540     62218         0     80878    189103   1146588    116.16    125.77
1024.49/1024.66	c  N dy 19652   2992970     14540     62218         0    100909    189103   4898701    116.17    139.88
1032.09/1032.22	c  N dy 19787   3013014     14540     62218         0    120952    189103   8596487    116.18    123.50
1040.40/1040.55	c  N dy 19927   3033031     14540     62218         0    140967    189103  12375392    116.19    128.31
1049.10/1049.21	c  N dy 20058   3053265     14540     62218         0     82207    189103   1231463    116.19    126.70
1055.99/1056.16	c  N dy 20201   3073563     14540     62218         0    102502    189103   5053654    116.20    122.75
1063.69/1063.82	c  N dy 20329   3093614     14540     62218         0    122553    189103   8813337    116.21    122.37
1072.10/1072.25	c  N dy 20465   3113703     14540     62218         0    142640    189103  12571406    116.22    122.55
1080.79/1080.92	c  N dy 20597   3133717     14540     62218         0     82658    189103   1125270    116.23    122.72
1087.70/1087.82	c  N dy 20732   3153718     14540     62218         0    102658    189103   4858524    116.24    122.85
1095.29/1095.45	c  N dy 20864   3173870     14540     62218         0    122807    189103   8590637    116.24    125.23
1103.70/1103.82	c  N dy 20991   3193968     14540     62218         0    142903    189103  12327278    116.24    124.48
1112.70/1112.87	c  S st 21115   3211940     14540     62218         0    160875    189103  15732087    116.26   no data
1113.01/1113.16	c  S st 21115   3212442     14540     62218         0    161377    189103  15803436    116.26   no data
1113.01/1113.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1113.20/1113.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.13
1113.20/1113.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1113.20/1113.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1113.20/1113.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.20/1113.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14540 time:  0.00 s
1113.20/1113.36	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1113.40/1113.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.18 s
1114.00/1114.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1126.10/1126.22	c lits-rem:         5  cl-subs:       20  v-elim:      0  v-fix:    0  time: 12.01 s
1126.10/1126.22	c vivif2 --  cl tried    62218 cl shrink        0 lits rem          0 time: 0.00
1126.31/1126.45	c vivif2 --  cl tried   161357 cl shrink        0 lits rem          0 time: 0.23
1126.50/1126.69	c asymm  cl-useful: 0/62218/62218 lits-rem:0 time: 0.24
1126.60/1126.70	c calculated reachability. Time: 0.00
1126.60/1126.70	c  N dy 21115   3212442     14540     62218         0    161357    189103  15795750    116.26   no data
1133.50/1133.68	c  N dy 21247   3232624     14540     62218         0    100548    189103   4256552    116.26    123.01
1141.10/1141.25	c  N dy 21387   3252636     14540     62218         0    120559    189103   8017092    116.27    132.33
1149.50/1149.66	c  N dy 21526   3272818     14540     62218         0    140739    189103  11753589    116.28    122.90
1158.50/1158.68	c  N dy 21665   3292916     14540     62218         0    160837    189103  15516807    116.30    128.24
1165.91/1166.01	c  N dy 21804   3312985     14540     62218         0     98909    189103   3848685    116.32    146.49
1173.40/1173.60	c  N dy 21947   3333208     14540     62218         0    119129    189103   7601182    116.32    123.52
1181.80/1181.90	c  N dy 22085   3353360     14540     62218         0    139277    189103  11365625    116.34    127.20
1190.60/1190.74	c  N dy 22217   3373370     14540     62218         0    159287    189103  15071890    116.34    140.22
1198.50/1198.61	c  N dy 22357   3393505     14540     62218         0     96429    189103   3154739    116.36    127.35
1205.80/1205.99	c  N dy 22487   3413576     14540     62218         0    116500    189103   6824820    116.36    122.81
1213.90/1214.09	c  N dy 22617   3433670     14540     62218         0    136593    189103  10531877    116.35    124.77
1222.90/1223.01	c  N dy 22759   3453703     14540     62218         0    156624    189103  14266361    116.37    122.93
1231.10/1231.29	c  N dy 22888   3473765     14540     62218         0     92694    189103   2255288    116.37    125.69
1238.41/1238.60	c  N dy 23022   3493842     14540     62218         0    112769    189103   5977961    116.38    124.05
1246.50/1246.60	c  N dy 23151   3513911     14540     62218         0    132836    189103   9708714    116.39    126.40
1255.10/1255.27	c  N dy 23280   3533923     14540     62218         0    152847    189103  13502199    116.40    134.83
1264.10/1264.20	c  N dy 23412   3553937     14540     62218         0     87868    189103   1188847    116.41    136.09
1271.20/1271.32	c  N dy 23543   3574189     14540     62218         0    108118    189103   4913027    116.40    128.13
1279.11/1279.21	c  N dy 23679   3594279     14540     62218         0    128205    189103   8662243    116.41    124.61
1287.70/1287.83	c  N dy 23820   3614371     14540     62218         0    148297    189103  12446691    116.43    123.21
1296.81/1296.98	c  N dy 23957   3634452     14540     62218         0    168378    189103  16214313    116.44    122.77

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-3367473-1305383264/watcher-3367473-1305383264 -o /tmp/evaluation-result-3367473-1305383264/solver-3367473-1305383264 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367473-1305383264.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: 3.70 3.96 3.71 4/321 7606
/proc/meminfo: memFree=23127188/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=11796 CPUtime=0 cores=1,3
/proc/7606/stat : 7606 (runsolver) S 7604 7606 7011 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 728556886 12079104 50 33554432000 4194304 5432360 140734552269888 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699960631 0 0 17 1 0 0 0
/proc/7606/statm: 2949 50 30 303 0 2643 0

[startup+0.0518899 s]
/proc/loadavg: 3.70 3.96 3.71 4/321 7606
/proc/meminfo: memFree=23127188/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=38236 CPUtime=0.03 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 3236 0 0 0 3 0 0 0 25 0 1 0 728556886 39153664 2945 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7606/statm: 9559 2945 339 95 0 4541 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 38236

[startup+0.100866 s]
/proc/loadavg: 3.70 3.96 3.71 4/321 7606
/proc/meminfo: memFree=23127188/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=38236 CPUtime=0.08 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 3238 0 0 0 8 0 0 0 25 0 1 0 728556886 39153664 2947 33554432000 4194304 4580011 140733986641392 18446744073709551615 4235516 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7606/statm: 9559 2947 340 95 0 4541 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38236

[startup+0.300828 s]
/proc/loadavg: 3.70 3.96 3.71 4/321 7606
/proc/meminfo: memFree=23127188/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=47520 CPUtime=0.28 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 6378 0 0 0 28 0 0 0 18 0 1 0 728556886 48660480 5124 33554432000 4194304 4580011 140733986641392 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7606/statm: 11880 5124 364 95 0 6862 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47520

[startup+0.700754 s]
/proc/loadavg: 3.70 3.96 3.71 4/321 7606
/proc/meminfo: memFree=23127188/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=47520 CPUtime=0.67 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 6816 0 0 0 67 0 0 0 18 0 1 0 728556886 48660480 5562 33554432000 4194304 4580011 140733986641392 18446744073709551615 4320853 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7606/statm: 11880 5562 364 95 0 6862 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 47520

[startup+1.5006 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23033780/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=47520 CPUtime=1.46 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 7527 0 0 0 146 0 0 0 19 0 1 0 728556886 48660480 6273 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293895 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7606/statm: 11880 6273 364 95 0 6862 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 47520

[startup+3.10031 s]
/proc/loadavg: 3.70 3.96 3.71 5/327 7612
/proc/meminfo: memFree=23021008/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=80336 CPUtime=3.05 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 8892 0 0 0 305 0 0 0 24 0 1 0 728556886 82264064 7638 33554432000 4194304 4580011 140733986641392 18446744073709551615 4318400 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7606/statm: 20084 7638 364 95 0 15066 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 80336

[startup+6.30071 s]
/proc/loadavg: 3.72 3.96 3.71 5/327 7612
/proc/meminfo: memFree=22986664/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=52320 CPUtime=6.22 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 12474 0 0 0 621 1 0 0 25 0 1 0 728556886 53575680 7170 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/7606/statm: 13080 7170 365 95 0 8062 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 52320

[startup+12.7006 s]
/proc/loadavg: 3.74 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22864712/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=113152 CPUtime=12.58 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 32512 0 0 0 1254 4 0 0 25 0 1 0 728556886 115867648 22363 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 28288 22363 367 95 0 23270 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 113152

[startup+25.5002 s]
/proc/loadavg: 3.80 3.96 3.71 5/327 7613
/proc/meminfo: memFree=22726632/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=172812 CPUtime=25.38 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 45765 0 0 0 2531 7 0 0 25 0 1 0 728556886 176959488 25517 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294428 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 43203 25517 367 95 0 38185 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 172812

[startup+51.1004 s]
/proc/loadavg: 3.87 3.96 3.72 5/327 7614
/proc/meminfo: memFree=22532232/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=250364 CPUtime=50.97 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 72795 0 0 0 5086 11 0 0 25 0 1 0 728556886 256372736 45539 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 62591 45539 367 95 0 57573 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 250364

[startup+102.312 s]
/proc/loadavg: 4.12 4.01 3.75 5/327 7615
/proc/meminfo: memFree=22358224/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=262272 CPUtime=102.19 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 95409 0 0 0 10203 16 0 0 25 0 1 0 728556886 268566528 49329 33554432000 4194304 4580011 140733986641392 18446744073709551615 4321054 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 65568 49329 367 95 0 60550 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 262272

[startup+162.301 s]
/proc/loadavg: 4.10 4.02 3.77 5/327 7617
/proc/meminfo: memFree=22237252/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=293508 CPUtime=162.17 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 126749 0 0 0 16194 23 0 0 25 0 1 0 728556886 300552192 60049 33554432000 4194304 4580011 140733986641392 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 73377 60049 367 95 0 68359 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 293508

[startup+222.301 s]
/proc/loadavg: 4.03 4.02 3.78 5/327 7618
/proc/meminfo: memFree=22222332/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=294000 CPUtime=222.18 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 152980 0 0 0 22189 29 0 0 25 0 1 0 728556886 301056000 60838 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 73500 60838 367 95 0 68482 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 294000

[startup+282.3 s]
/proc/loadavg: 4.01 4.01 3.79 5/327 7620
/proc/meminfo: memFree=22204048/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=243676 CPUtime=282.18 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 177815 0 0 0 28183 35 0 0 25 0 1 0 728556886 249524224 55763 33554432000 4194304 4580011 140733986641392 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 60919 55763 367 95 0 55901 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 243676

[startup+342.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/327 7621
/proc/meminfo: memFree=22177332/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=257524 CPUtime=342.18 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 208797 0 0 0 34175 43 0 0 25 0 1 0 728556886 263704576 59225 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293123 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 64381 59225 367 95 0 59363 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 257524

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.81 5/327 7623
/proc/meminfo: memFree=22155836/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=309984 CPUtime=402.18 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 232683 0 0 0 40170 48 0 0 25 0 1 0 728556886 317423616 60740 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293678 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 77496 60740 367 95 0 72478 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 309984

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.82 5/327 7625
/proc/meminfo: memFree=22117232/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=310740 CPUtime=462.18 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 259174 0 0 0 46165 53 0 0 25 0 1 0 728556886 318197760 63108 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 77685 63108 367 95 0 72667 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 310740

[startup+522.301 s]
/proc/loadavg: 4.04 4.01 3.83 5/327 7626
/proc/meminfo: memFree=22127460/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=285504 CPUtime=522.18 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 291551 0 0 0 52157 61 0 0 25 0 1 0 728556886 292356096 56873 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 71376 56873 367 95 0 66358 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 285504

[startup+582.301 s]
/proc/loadavg: 4.16 4.04 3.85 5/327 7628
/proc/meminfo: memFree=22126560/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=285944 CPUtime=582.18 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 325353 0 0 0 58151 67 0 0 25 0 1 0 728556886 292806656 53483 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 71486 53483 367 95 0 66468 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 285944

[startup+642.3 s]
/proc/loadavg: 4.12 4.04 3.86 5/327 7629
/proc/meminfo: memFree=22126628/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=286324 CPUtime=642.19 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 358752 0 0 0 64145 74 0 0 25 0 1 0 728556886 293195776 61075 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 71581 61075 367 95 0 66563 0
Current children cumulated CPU time (s) 642.19
Current children cumulated vsize (KiB) 286324

[startup+702.3 s]
/proc/loadavg: 4.15 4.06 3.88 5/327 7634
/proc/meminfo: memFree=22107088/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=286948 CPUtime=702.19 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 392919 0 0 0 70138 81 0 0 25 0 1 0 728556886 293834752 55047 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 71737 55047 367 95 0 66719 0
Current children cumulated CPU time (s) 702.19
Current children cumulated vsize (KiB) 286948

[startup+762.312 s]
/proc/loadavg: 4.05 4.05 3.88 5/327 7636
/proc/meminfo: memFree=21939540/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=366680 CPUtime=762.2 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 440760 0 0 0 76130 90 0 0 25 0 1 0 728556886 375480320 74990 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 91670 74990 367 95 0 86652 0
Current children cumulated CPU time (s) 762.2
Current children cumulated vsize (KiB) 366680

[startup+822.301 s]
/proc/loadavg: 4.02 4.04 3.89 5/327 7637
/proc/meminfo: memFree=22007208/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=367180 CPUtime=822.19 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 472901 0 0 0 82122 97 0 0 25 0 1 0 728556886 375992320 78398 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 91795 78398 367 95 0 86777 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 367180

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.89 5/327 7639
/proc/meminfo: memFree=21932392/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=367468 CPUtime=882.19 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 504379 0 0 0 88114 105 0 0 25 0 1 0 728556886 376287232 80720 33554432000 4194304 4580011 140733986641392 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 91867 80720 367 95 0 86849 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 367468

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.90 5/327 7640
/proc/meminfo: memFree=21763968/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=393016 CPUtime=942.2 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 538192 0 0 0 94106 114 0 0 25 0 1 0 728556886 402448384 84321 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 98254 84321 367 95 0 93236 0
Current children cumulated CPU time (s) 942.2
Current children cumulated vsize (KiB) 393016

[startup+1002.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/327 7642
/proc/meminfo: memFree=21716804/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=393388 CPUtime=1002.19 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 569241 0 0 0 100099 120 0 0 25 0 1 0 728556886 402829312 84429 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 98347 84429 367 95 0 93329 0
Current children cumulated CPU time (s) 1002.19
Current children cumulated vsize (KiB) 393388

[startup+1062.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/327 7644
/proc/meminfo: memFree=21763132/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=393788 CPUtime=1062.19 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 600101 0 0 0 106092 127 0 0 25 0 1 0 728556886 403238912 83526 33554432000 4194304 4580011 140733986641392 18446744073709551615 4318958 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 98447 83526 367 95 0 93429 0
Current children cumulated CPU time (s) 1062.19
Current children cumulated vsize (KiB) 393788

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.91 5/327 7645
/proc/meminfo: memFree=21598276/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=484004 CPUtime=1122.2 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 645317 0 0 0 112084 136 0 0 25 0 1 0 728556886 495620096 112515 33554432000 4194304 4580011 140733986641392 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 121001 112515 367 95 0 115983 0
Current children cumulated CPU time (s) 1122.2
Current children cumulated vsize (KiB) 484004

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/327 7647
/proc/meminfo: memFree=21565736/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=484460 CPUtime=1182.2 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 674057 0 0 0 118076 144 0 0 25 0 1 0 728556886 496087040 108279 33554432000 4194304 4580011 140733986641392 18446744073709551615 4317203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 121115 108279 367 95 0 116097 0
Current children cumulated CPU time (s) 1182.2
Current children cumulated vsize (KiB) 484460

[startup+1242.3 s]
/proc/loadavg: 4.14 4.06 3.93 5/327 7648
/proc/meminfo: memFree=21504552/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=484936 CPUtime=1242.2 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 704007 0 0 0 124069 151 0 0 25 0 1 0 728556886 496574464 104528 33554432000 4194304 4580011 140733986641392 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 121234 104528 367 95 0 116216 0
Current children cumulated CPU time (s) 1242.2
Current children cumulated vsize (KiB) 484936



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.05 3.93 3/325 7652
/proc/meminfo: memFree=22324788/32951124 swapFree=59305796/67111528
[pid=7606] ppid=7604 vsize=428092 CPUtime=1299.91 cores=1,3
/proc/7606/stat : 7606 (strangenight2-s) R 7604 7606 7011 0 -1 4202496 732177 0 0 0 129832 159 0 0 25 0 1 0 728556886 438366208 98161 33554432000 4194304 4580011 140733986641392 18446744073709551615 4292909 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7606/statm: 107023 98161 367 95 0 102005 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 428092

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): 1299.94
CPU user time (s): 1298.33
CPU system time (s): 1.60776
CPU usage (%): 99.9932
Max. virtual memory (cumulated for all children) (KiB): 485164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.33
system time used= 1.60776
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 732181
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= 1862

runsolver used 3.73543 second user time and 9.30458 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 16:27:44
IDJOB=3367473
IDBENCH=82682
IDSOLVER=1845
FILE ID=node111/3367473-1305383264
RUNJOBID= node111-1305381961-7425
PBS_JOBID= 13324391
Free space on /tmp= 73660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S619136916-059-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367473-1305383264/watcher-3367473-1305383264 -o /tmp/evaluation-result-3367473-1305383264/solver-3367473-1305383264 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367473-1305383264.cnf

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

MD5SUM BENCH= 17341e8eb76284acaef626682c91dea1
RANDOM SEED=710983127

node111.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23127460 kB
Buffers:        246456 kB
Cached:        6313900 kB
SwapCached:      13720 kB
Active:         825164 kB
Inactive:      8784308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23127460 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           28380 kB
Writeback:           0 kB
AnonPages:     3043772 kB
Mapped:          12844 kB
Slab:           114272 kB
PageTables:      36888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53394924 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= 73660 MiB
End job on node111 at 2011-05-14 16:49:26