Trace number 3367476

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.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S878494004-057-UNKNOWN.cnf
MD5SUMd6c81b59e209c449a4578a840944dc82
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.4941
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
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-3367476-1305383306.cnf'
0.00/0.01	c -- header says num vars:          20000
0.00/0.01	c -- header says num clauses:       84000
0.01/0.04	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.01/0.04	c -- vars added      20000
0.01/0.04	c Parsing time:  0.04 s
0.01/0.04	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data
0.01/0.10	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.05
0.09/0.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
0.09/0.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.00 s
0.09/0.16	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
0.19/0.24	c lits-rem:         0  cl-subs:        0  v-elim:    503  v-fix:    0  time:  0.09 s
0.19/0.25	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.27	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.19/0.27	c calculated reachability. Time: 0.00
0.19/0.27	c Calc default polars -  time:   0.00 s pos:    8902 undec:    2247 neg:    8851
0.19/0.27	c =========================================================================================
0.19/0.27	c types(t): F = full restart, N = normal restart
0.19/0.27	c types(t): S = simplification begin/end, E = solution found
0.19/0.27	c restart types(rt): st = static, dy = dynamic
0.19/0.27	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.27	c  B st     0         0     19497     83374         0         0    253087         0   no data   no data
1.19/1.23	c  N dy    17      4022     19497     83374         0      4022    253087    900544    132.85    144.24
2.10/2.20	c  N dy    43      8074     19497     83374         0      8074    253087   1704811    129.86    137.19
3.09/3.18	c  N dy    71     12109     19497     83374         0     12109    253087   2513103    129.64    138.80
4.19/4.22	c  N dy    98     16234     19497     83374         0     16234    253087   3372194    128.94    138.40
5.19/5.29	c  N dy   129     20323     19497     83374         0     10325    253087    620857    129.94    139.63
6.29/6.33	c  N dy   157     24449     19497     83374         0     14450    253087   1476215    130.79    139.54
6.39/6.46	c  F st   162     25000     19497     83374         0     15001    253087   1594456    130.97   no data
7.79/7.84	c  N dy   168     30002     19497     83374         0     20003    253087   2975534    130.97   no data
7.79/7.84	c  S st   168     30002     19497     83374         0     20003    253087   2975534    130.97   no data
7.89/7.96	c  S st   168     30505     19497     83374         0     20506    253087   3045835    130.97   no data
7.89/7.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.99/8.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.04
7.99/8.04	c blocked clauses removed:      407 vars:     61 tried:       19497 T: 0.01 s
7.99/8.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.99/8.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.99/8.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19436 time:  0.00 s
7.99/8.05	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
8.09/8.12	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.07 s
8.29/8.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.98/9.04	c lits-rem:        10  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.72 s
9.08/9.12	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.08
9.08/9.12	c calculated reachability. Time: 0.00
9.08/9.12	c  N dy   168     30505     19429     82961         0     20389    251898   3000910    130.97   no data
10.09/10.19	c  N dy   192     34565     19429     82961         0     24449    251898   3837169    130.71    140.19
11.19/11.27	c  N dy   217     38645     19429     82961         0     28529    251898   4652615    130.20    141.84
12.29/12.35	c  N dy   242     42659     19429     82961         0     17101    251898   1007119    130.03    147.14
13.09/13.16	c  S st   265     45758     19429     82961         0     20200    251898   1654738    130.29    132.41
13.20/13.28	c  S st   265     46262     19429     82961         0     20704    251898   1727313    130.29   no data
13.20/13.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13.29/13.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.04
13.29/13.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.29/13.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.29/13.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.29/13.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
13.29/13.37	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
13.39/13.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
13.48/13.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.68/13.71	c lits-rem:         3  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.20 s
13.68/13.72	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
13.68/13.74	c vivif2 --  cl tried    20702 cl shrink        0 lits rem          0 time: 0.02
13.78/13.82	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.08
13.78/13.83	c calculated reachability. Time: 0.00
13.78/13.83	c  N dy   265     46262     19429     82961         0     20702    251898   1726175    130.29   no data
14.89/14.90	c  N dy   291     50323     19429     82961         0     24763    251898   2569736    130.19    142.22
15.99/16.01	c  N dy   319     54395     19429     82961         0     28835    251898   3438443    130.25    138.10
17.09/17.14	c  N dy   345     58436     19429     82961         0     32876    251898   4304695    130.24    170.16
18.29/18.30	c  N dy   372     62532     19429     82961         0     36972    251898   5157875    130.44    140.32
19.38/19.41	c  N dy   399     66633     19429     82961         0     22358    251898   1394164    130.49    138.60
20.09/20.14	c  S st   415     69393     19429     82961         0     25118    251898   1953376    130.29    114.61
20.19/20.28	c  S st   415     69896     19429     82961         0     25621    251898   2029245    130.29   no data
20.19/20.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
20.29/20.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.04
20.29/20.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.29/20.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.29/20.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.29/20.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
20.29/20.36	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
20.39/20.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
20.49/20.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.79/20.83	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.30 s
20.79/20.83	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
20.79/20.86	c vivif2 --  cl tried    25620 cl shrink        0 lits rem          0 time: 0.03
20.90/20.94	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.08
20.90/20.95	c calculated reachability. Time: 0.00
20.90/20.95	c  N dy   415     69896     19429     82961         0     25620    251898   2029083    130.29   no data
22.19/22.22	c  N dy   450     74519     19429     82961         0     30242    251898   3027369    130.76    141.33
23.49/23.56	c  N dy   479     79402     19429     82961         0     35124    251898   4028144    130.57    138.17
24.89/24.99	c  N dy   512     84483     19429     82961         0     40203    251898   5049630    130.36    142.46
25.78/25.85	c  F st   535     87501     19429     82961         0     22360    251898    931409    130.45   no data
26.69/26.79	c  N st   540     90797     19429     82961         0     25656    251898   1824856    130.45   no data
28.29/28.38	c  N dy   567     96596     19429     82961         0     31454    251898   3119903    130.24    140.64
30.09/30.15	c  N dy   608    102813     19429     82961         0     37671    251898   4401935    130.38    140.05
30.69/30.74	c  S st   622    104844     19429     82961         0     39701    251898   4811518    130.32     99.61
30.80/30.88	c  S st   622    105349     19429     82961         0     40206    251898   4884264    130.32   no data
30.89/30.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.89/30.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
30.89/30.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.89/30.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.89/30.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.89/30.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
30.89/30.99	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
30.99/31.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
31.19/31.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.59/32.65	c lits-rem:        13  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.35 s
32.59/32.66	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
32.69/32.72	c vivif2 --  cl tried    40203 cl shrink        0 lits rem          0 time: 0.07
32.79/32.83	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.10
32.79/32.83	c calculated reachability. Time: 0.00
32.79/32.83	c  N dy   622    105349     19429     82961         0     40203    251898   4883019    130.32   no data
34.69/34.79	c  N dy   670    112125     19429     82961         0     24552    251898   1029440    130.32    147.67
36.69/36.72	c  N dy   717    119339     19429     82961         0     31766    251898   2467436    130.16    139.49
38.79/38.89	c  N dy   764    127134     19429     82961         0     39561    251898   4056467    129.97    141.12
41.29/41.31	c  N dy   822    135286     19429     82961         0     24001    251898    613525    130.11    138.10
43.59/43.65	c  N dy   879    143996     19429     82961         0     32711    251898   2373633    130.03    137.71
46.20/46.29	c  N dy   941    153292     19429     82961         0     42007    251898   4260066    129.99    137.72
47.59/47.68	c  S st   977    158024     19429     82961         0     46737    251898   5218654    130.08   no data
47.79/47.83	c  S st   977    158525     19429     82961         0     47238    251898   5289946    130.08   no data
47.79/47.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
47.89/47.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
47.89/47.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.89/47.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.89/47.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.89/47.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
47.89/47.93	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
47.99/48.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
48.18/48.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.09/50.14	c lits-rem:         7  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.89 s
50.09/50.15	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
50.19/50.22	c vivif2 --  cl tried    47235 cl shrink        0 lits rem          0 time: 0.07
50.29/50.34	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.11
50.29/50.34	c calculated reachability. Time: 0.00
50.29/50.34	c  N dy   977    158525     19429     82961         0     47235    251898   5289396    130.08   no data
53.19/53.20	c  N dy  1044    168743     19429     82961         0     32594    251898   2103875    130.10    138.68
56.19/56.28	c  N dy  1114    179547     19429     82961         0     43398    251898   4304772    130.03    137.01
59.69/59.71	c  N dy  1191    191223     19429     82961         0     29146    251898   1154004    130.10    138.22
63.09/63.16	c  N dy  1273    203468     19429     82961         0     41391    251898   3651291    130.02    149.08
66.99/67.04	c  N dy  1358    216517     19429     82961         0     27475    251898    578599    129.98    139.15
70.89/70.91	c  N dy  1458    230360     19429     82961         0     41317    251898   3446861    130.19    168.37
72.99/73.09	c  S st  1511    237789     19429     82961         0     48745    251898   4949815    130.23   no data
73.19/73.25	c  S st  1511    238294     19429     82961         0     49250    251898   5016716    130.23   no data
73.19/73.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
73.29/73.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
73.29/73.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.29/73.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.29/73.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.29/73.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
73.29/73.35	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
73.39/73.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
73.59/73.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.49/75.56	c lits-rem:         9  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.92 s
75.49/75.56	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
75.59/75.64	c vivif2 --  cl tried    49244 cl shrink        0 lits rem          0 time: 0.07
75.69/75.75	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.11
75.69/75.75	c calculated reachability. Time: 0.00
75.69/75.75	c  N dy  1511    238294     19429     82961         0     49244    251898   5015198    130.23   no data
80.09/80.18	c  N dy  1615    253559     19429     82961         0     36525    251898   2231209    130.26    139.34
84.89/84.96	c  N dy  1721    269842     19429     82961         0     52807    251898   5556355    130.19    137.17
89.89/89.94	c  N dy  1834    287064     19429     82961         0     41041    251898   2947830    130.22    143.86
95.39/95.46	c  N dy  1954    305492     19429     82961         0     59468    251898   6708322    130.18    138.78
95.70/95.72	c  F st  1958    306252     19429     82961         0     30233    251898    500974    130.16   no data
101.10/101.15	c  N dy  2047    325105     19429     82961         0     49083    251898   4745669    130.11    140.03
107.09/107.14	c  N dy  2183    345111     19429     82961         0     38092    251898   1885929    130.18    137.20
110.69/110.77	c  S st  2272    357441     19429     82961         0     50421    251898   4391340    130.26    131.03
110.89/110.92	c  S st  2272    357947     19429     82961         0     50927    251898   4458937    130.26   no data
110.89/110.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
110.89/110.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
111.00/111.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.00/111.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.00/111.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.00/111.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
111.00/111.02	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
111.10/111.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
111.19/111.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.89/113.97	c lits-rem:         3  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.69 s
113.89/113.98	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
113.99/114.04	c vivif2 --  cl tried    50923 cl shrink        0 lits rem          0 time: 0.07
114.09/114.15	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.11
114.09/114.16	c calculated reachability. Time: 0.00
114.09/114.16	c  N dy  2272    357947     19429     82961         0     50923    251898   4457893    130.26   no data
120.19/120.25	c  N dy  2410    378033     19429     82961         0     39012    251898   1915540    130.39    137.90
126.29/126.30	c  N dy  2551    398109     19429     82961         0     59088    251898   6102702    130.50    138.17
132.19/132.22	c  N dy  2689    418179     19429     82961         0     46158    251898   3167727    130.56    138.57
138.39/138.44	c  N dy  2822    438195     19429     82961         0     66174    251898   7349754    130.62    141.94
144.29/144.37	c  N dy  2960    458317     19429     82961         0     52301    251898   4202720    130.67    145.49
150.60/150.68	c  N dy  3092    478343     19429     82961         0     37326    251898    922681    130.71    139.84
156.59/156.63	c  N dy  3224    498471     19429     82961         0     57453    251898   5106171    130.74    138.01
162.89/162.94	c  N dy  3366    518473     19429     82961         0     41456    251898   1586235    130.86    138.42
168.49/168.52	c  S st  3489    536921     19429     82961         0     59901    251898   5464849    130.92    134.04
168.59/168.68	c  S st  3489    537425     19429     82961         0     60405    251898   5538618    130.92   no data
168.69/168.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
168.69/168.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
168.69/168.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
168.69/168.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
168.69/168.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
168.69/168.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
168.79/168.80	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
168.79/168.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
169.09/169.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.69/171.77	c lits-rem:         3  cl-subs:        6  v-elim:      0  v-fix:    0  time:  2.66 s
171.69/171.77	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
171.79/171.85	c vivif2 --  cl tried    60399 cl shrink        0 lits rem          0 time: 0.08
171.89/171.97	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.12
171.89/171.98	c calculated reachability. Time: 0.00
171.89/171.98	c  N dy  3489    537425     19429     82961         0     60399    251898   5536588    130.92   no data
178.20/178.26	c  N dy  3626    557530     19429     82961         0     43508    251898   1782668    130.95    139.36
184.30/184.39	c  N dy  3768    577605     19429     82961         0     63583    251898   5942646    130.99    142.59
190.59/190.68	c  N dy  3904    597624     19429     82961         0     45605    251898   2032574    131.09    140.15
196.80/196.81	c  N dy  4034    617675     19429     82961         0     65655    251898   6230650    131.11    138.85
203.10/203.19	c  N dy  4177    637809     19429     82961         0     46788    251898   2075994    131.20    141.10
209.39/209.40	c  N dy  4311    657913     19429     82961         0     66890    251898   6261266    131.23    142.68
215.80/215.87	c  N dy  4455    677924     19429     82961         0     46903    251898   1901150    131.34    138.95
221.99/222.09	c  N dy  4584    697997     19429     82961         0     66974    251898   6068993    131.30    141.63
228.60/228.60	c  N dy  4704    718241     19429     82961         0     46217    251898   1517523    131.24    138.64
234.79/234.84	c  N dy  4844    738347     19429     82961         0     66322    251898   5707776    131.28    143.37
241.40/241.40	c  N dy  4973    758348     19429     82961         0     44324    251898    935471    131.25    139.23
247.40/247.50	c  N dy  5106    778382     19429     82961         0     64357    251898   5060496    131.25    139.79
254.11/254.16	c  N dy  5237    798468     19429     82961         0     84442    251898   9249248    131.29    172.88
256.50/256.52	c  S st  5288    806139     19429     82961         0     49113    251898   1698584    131.28    116.18
256.60/256.68	c  S st  5288    806642     19429     82961         0     49616    251898   1768132    131.28   no data
256.60/256.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
256.70/256.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
256.70/256.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
256.70/256.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
256.70/256.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
256.70/256.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
256.70/256.78	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
256.80/256.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
256.90/256.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
257.41/257.48	c lits-rem:         1  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.55 s
257.41/257.48	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
257.50/257.51	c vivif2 --  cl tried    49616 cl shrink        0 lits rem          0 time: 0.03
257.60/257.61	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.10
257.60/257.62	c calculated reachability. Time: 0.00
257.60/257.62	c  N dy  5288    806642     19429     82961         0     49616    251898   1768131    131.28   no data
263.90/263.91	c  N dy  5431    826647     19429     82961         0     69620    251898   5905375    131.32    142.11
270.61/270.69	c  N dy  5566    846754     19429     82961         0     45730    251898    804824    131.34    139.36
276.80/276.84	c  N dy  5700    866800     19429     82961         0     65775    251898   5034498    131.38    159.07
283.50/283.55	c  N dy  5834    886852     19429     82961         0     85827    251898   9185724    131.39    141.36
289.79/289.85	c  N dy  5966    906858     19429     82961         0     60832    251898   3753980    131.42    149.80
296.39/296.45	c  N dy  6106    926926     19429     82961         0     80895    251898   7937789    131.45    138.92
302.99/303.01	c  N dy  6247    946966     19429     82961         0     54936    251898   2305853    131.49    139.81
309.40/309.42	c  N dy  6387    966967     19429     82961         0     74937    251898   6517537    131.55    143.89
316.39/316.49	c  N dy  6529    987022     19429     82961         0     47996    251898    680653    131.58    139.78
322.69/322.73	c  N dy  6672   1007049     19429     82961         0     68021    251898   4908131    131.63    139.67
329.50/329.54	c  N dy  6803   1027220     19429     82961         0     88192    251898   9135302    131.62    147.15
336.00/336.05	c  N dy  6933   1047397     19429     82961         0     60377    251898   2991953    131.59    138.77
342.59/342.62	c  N dy  7069   1067445     19429     82961         0     80422    251898   7174620    131.60    139.51
344.09/344.14	c  F st  7100   1071879     19429     82961         0     84856    251898   8095274    131.60    127.55
349.60/349.66	c  N dy  7178   1087519     19429     82961         0     51497    251898    982543    131.62    140.12
355.79/355.87	c  N dy  7306   1107533     19429     82961         0     71508    251898   5143717    131.60    144.09
362.70/362.75	c  N dy  7437   1127768     19429     82961         0     91737    251898   9357156    131.60    141.10
369.39/369.41	c  N dy  7572   1147972     19429     82961         0     61949    251898   3006454    131.62    146.70
375.89/375.96	c  N dy  7704   1168003     19429     82961         0     81979    251898   7231925    131.66    139.50
383.09/383.11	c  N dy  7836   1188022     19429     82961         0    101994    251898  11395769    131.68    141.84
389.41/389.41	c  N dy  7965   1208185     19429     82961         0     71160    251898   4682129    131.67    143.23
390.00/390.01	c  S st  7979   1209966     19429     82961         0     72941    251898   5059453    131.68    130.40
390.10/390.18	c  S st  7979   1210469     19429     82961         0     73444    251898   5131642    131.68   no data
390.20/390.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
390.20/390.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
390.20/390.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
390.20/390.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
390.20/390.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
390.30/390.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
390.30/390.30	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
390.30/390.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
390.51/390.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.30/393.35	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.76 s
393.30/393.36	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
393.40/393.43	c vivif2 --  cl tried    73441 cl shrink        0 lits rem          0 time: 0.07
393.50/393.56	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.13
393.50/393.57	c calculated reachability. Time: 0.00
393.50/393.57	c  N dy  7979   1210469     19429     82961         0     73441    251898   5131020    131.68   no data
400.50/400.51	c  N dy  8109   1230633     19429     82961         0     93604    251898   9364064    131.69    139.69
407.20/407.23	c  N dy  8240   1250646     19429     82961         0     61617    251898   2479638    131.70    139.24
413.80/413.87	c  N dy  8378   1270678     19429     82961         0     81647    251898   6685060    131.73    145.08
421.00/421.08	c  N dy  8511   1290915     19429     82961         0    101883    251898  10892019    131.72    139.73
427.60/427.65	c  N dy  8653   1310924     19429     82961         0     68900    251898   3850414    131.77    138.73
434.40/434.42	c  N dy  8783   1330961     19429     82961         0     88937    251898   7985866    131.77    141.34
441.70/441.78	c  N dy  8922   1351074     19429     82961         0     55049    251898    713767    131.81    141.50
448.10/448.11	c  N dy  9052   1371180     19429     82961         0     75154    251898   4917225    131.80    142.20
455.00/455.03	c  N dy  9182   1391216     19429     82961         0     95187    251898   9032914    131.79    140.57
462.10/462.18	c  N dy  9318   1411262     19429     82961         0     60241    251898   1606784    131.80    138.95
468.61/468.63	c  N dy  9442   1431281     19429     82961         0     80257    251898   5754343    131.79    139.15
475.70/475.71	c  N dy  9572   1451357     19429     82961         0    100330    251898   9877552    131.77    142.33
482.70/482.74	c  N dy  9706   1471457     19429     82961         0     64432    251898   2267776    131.77    139.53
489.30/489.36	c  N dy  9839   1491557     19429     82961         0     84531    251898   6428913    131.77    140.29
496.60/496.62	c  N dy  9973   1511737     19429     82961         0    104710    251898  10616729    131.76    146.77
503.60/503.63	c  N dy 10115   1531796     19429     82961         0     67775    251898   2843078    131.80    144.97
510.30/510.40	c  N dy 10251   1551835     19429     82961         0     87812    251898   7082672    131.81    139.74
517.60/517.70	c  N dy 10386   1571859     19429     82961         0    107834    251898  11282707    131.83    142.04
524.51/524.58	c  N dy 10515   1591865     19429     82961         0     69844    251898   2985797    131.83    138.94
531.31/531.34	c  N dy 10647   1611941     19429     82961         0     89920    251898   7230511    131.87    142.15
538.71/538.70	c  N dy 10772   1632054     19429     82961         0    110031    251898  11451013    131.86    139.48
545.61/545.69	c  N dy 10905   1652143     19429     82961         0     71121    251898   3059235    131.88    138.95
552.51/552.53	c  N dy 11044   1672230     19429     82961         0     91206    251898   7292534    131.90    140.14
559.81/559.89	c  N dy 11169   1692332     19429     82961         0    111307    251898  11447448    131.89    143.02
566.30/566.31	c  S st 11296   1710471     19429     82961         0     69445    251898   2508273    131.92    138.11
566.40/566.49	c  S st 11296   1710975     19429     82961         0     69949    251898   2585985    131.92   no data
566.40/566.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
566.51/566.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
566.51/566.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
566.51/566.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
566.51/566.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
566.60/566.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
566.60/566.60	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
566.60/566.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
566.70/566.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
568.20/568.24	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.45 s
568.20/568.25	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
568.20/568.29	c vivif2 --  cl tried    69945 cl shrink        0 lits rem          0 time: 0.04
568.40/568.41	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.12
568.40/568.42	c calculated reachability. Time: 0.00
568.40/568.42	c  N dy 11296   1710975     19429     82961         0     69945    251898   2584290    131.92   no data
575.11/575.17	c  N dy 11422   1731122     19429     82961         0     90090    251898   6739995    131.89    142.21
582.61/582.63	c  N dy 11561   1751323     19429     82961         0    110289    251898  10946535    131.90    140.63
589.90/589.95	c  N dy 11698   1771442     19429     82961         0     69417    251898   2299431    131.92    145.18
596.71/596.79	c  N dy 11842   1791603     19429     82961         0     89578    251898   6563434    131.95    139.55
604.00/604.09	c  N dy 11968   1811729     19429     82961         0    109703    251898  10709641    131.93    140.59
611.61/611.62	c  N dy 12101   1831806     19429     82961         0     67779    251898   1762391    131.92    140.28
618.31/618.31	c  N dy 12229   1851891     19429     82961         0     87864    251898   5983326    131.93    141.55
625.61/625.61	c  N dy 12362   1871896     19429     82961         0    107866    251898  10217836    131.94    139.08
633.31/633.39	c  N dy 12492   1891970     19429     82961         0     64941    251898    949413    131.95    139.85
639.90/639.97	c  N dy 12621   1912135     19429     82961         0     85102    251898   5114605    131.95    140.80
647.10/647.15	c  N dy 12752   1932149     19429     82961         0    105115    251898   9340941    131.95    182.05
654.91/654.94	c  N dy 12883   1952249     19429     82961         0    125214    251898  13567262    131.96    139.57
661.70/661.77	c  N dy 13020   1972267     19429     82961         0     81237    251898   4140660    131.97    139.10
668.91/668.92	c  N dy 13166   1992356     19429     82961         0    101325    251898   8394182    132.00    140.96
676.60/676.66	c  N dy 13304   2012419     19429     82961         0    121385    251898  12652215    132.02    147.55
683.80/683.87	c  N dy 13432   2032542     19429     82961         0     76510    251898   2938378    132.02    144.92
690.91/690.91	c  N dy 13579   2052644     19429     82961         0     96611    251898   7208044    132.05    162.07
698.41/698.51	c  N dy 13718   2072706     19429     82961         0    116671    251898  11418222    132.07    141.05
706.22/706.24	c  N dy 13850   2092818     19429     82961         0     70783    251898   1549496    132.08    140.24
712.90/712.96	c  N dy 13976   2112836     19429     82961         0     90798    251898   5761531    132.08    153.06
720.31/720.32	c  N dy 14109   2132911     19429     82961         0    110870    251898   9963552    132.10    141.09
728.22/728.24	c  N dy 14239   2152923     19429     82961         0    130881    251898  14132455    132.10    142.75
735.21/735.20	c  N dy 14371   2173029     19429     82961         0     83998    251898   4220445    132.12    140.71
742.30/742.33	c  N dy 14504   2193070     19429     82961         0    104038    251898   8438019    132.13    140.47
749.12/749.14	c  S st 14622   2210977     19429     82961         0    121943    251898  12159032    132.12   no data
749.31/749.38	c  S st 14622   2211480     19429     82961         0    122446    251898  12241916    132.12   no data
749.41/749.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
749.51/749.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
749.51/749.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
749.51/749.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
749.51/749.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
749.51/749.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
749.51/749.55	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
749.71/749.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.16 s
750.21/750.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
756.82/756.83	c lits-rem:        14  cl-subs:       11  v-elim:      0  v-fix:    0  time:  6.59 s
756.82/756.83	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
757.01/757.01	c vivif2 --  cl tried   122435 cl shrink        0 lits rem          0 time: 0.18
757.21/757.20	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.19
757.21/757.21	c calculated reachability. Time: 0.00
757.21/757.21	c  N dy 14622   2211480     19429     82961         0    122435    251898  12238504    132.12   no data
764.91/764.95	c  N dy 14756   2231514     19429     82961         0     74468    251898   1958358    132.13    158.97
771.81/771.86	c  N dy 14895   2251662     19429     82961         0     94613    251898   6267576    132.16    150.57
779.31/779.33	c  N dy 15032   2271720     19429     82961         0    114671    251898  10443037    132.17    141.34
787.41/787.42	c  N dy 15166   2291758     19429     82961         0    134708    251898  14640475    132.16    140.31
794.51/794.50	c  N dy 15304   2311854     19429     82961         0     85807    251898   4109383    132.17    140.55
801.60/801.65	c  N dy 15440   2331855     19429     82961         0    105807    251898   8295564    132.18    139.63
809.41/809.45	c  N dy 15574   2351891     19429     82961         0    125842    251898  12557128    132.20    143.11
817.41/817.40	c  N dy 15712   2372009     19429     82961         0     75971    251898   1793189    132.21    140.85
824.31/824.34	c  N dy 15846   2392129     19429     82961         0     96091    251898   6042467    132.21    139.77
831.71/831.77	c  N dy 15968   2412181     19429     82961         0    116142    251898  10253382    132.21    151.69
839.81/839.80	c  N dy 16094   2432214     19429     82961         0    136173    251898  14477990    132.21    142.45
847.02/847.09	c  N dy 16229   2452379     19429     82961         0     85346    251898   3578814    132.21    139.82
854.21/854.23	c  N dy 16357   2472406     19429     82961         0    105372    251898   7811557    132.22    139.24
862.01/862.07	c  N dy 16498   2492501     19429     82961         0    125465    251898  12079383    132.24    140.86
870.41/870.42	c  N dy 16630   2512569     19429     82961         0     73533    251898    914361    132.23    140.37
877.21/877.25	c  N dy 16769   2532597     19429     82961         0     93560    251898   5157671    132.25    179.11
884.61/884.64	c  N dy 16898   2552606     19429     82961         0    113568    251898   9380516    132.25    159.45
892.62/892.67	c  N dy 17034   2572720     19429     82961         0    133681    251898  13608799    132.26    148.95
900.51/900.53	c  N dy 17167   2592815     19429     82961         0     80774    251898   2219838    132.26    146.25
907.52/907.57	c  N dy 17304   2612923     19429     82961         0    100880    251898   6428345    132.27    140.87
915.23/915.26	c  N dy 17449   2632952     19429     82961         0    120907    251898  10707805    132.30    144.04
923.52/923.50	c  N dy 17580   2653043     19429     82961         0    140997    251898  14889627    132.30    145.99
931.01/931.01	c  N dy 17714   2673127     19429     82961         0     87086    251898   3348807    132.31    148.01
938.22/938.23	c  N dy 17846   2693291     19429     82961         0    107250    251898   7538800    132.30    140.88
945.31/945.31	c  S st 17973   2711482     19429     82961         0    125440    251898  11419665    132.32   no data
945.51/945.55	c  S st 17973   2711983     19429     82961         0    125941    251898  11501568    132.32   no data
945.51/945.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
945.61/945.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
945.71/945.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
945.71/945.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
945.71/945.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
945.71/945.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
945.71/945.72	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
945.81/945.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
946.31/946.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
952.71/952.77	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  6.45 s
952.71/952.77	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
952.91/952.94	c vivif2 --  cl tried   125937 cl shrink        0 lits rem          0 time: 0.16
953.11/953.14	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.20
953.11/953.15	c calculated reachability. Time: 0.00
953.11/953.15	c  N dy 17973   2711983     19429     82961         0    125937    251898  11500842    132.32   no data
961.51/961.54	c  N dy 18104   2731999     19429     82961         0    145953    251898  15721051    132.32    146.06
968.81/968.83	c  N dy 18243   2752028     19429     82961         0     90984    251898   4058954    132.34    140.40
976.01/976.09	c  N dy 18379   2772040     19429     82961         0    110995    251898   8188007    132.34    142.12
984.01/984.01	c  N dy 18516   2792101     19429     82961         0    131055    251898  12389261    132.35    147.95
992.62/992.61	c  N dy 18646   2812284     19429     82961         0    151237    251898  16627388    132.35    153.39
999.61/999.61	c  N dy 18784   2832301     19429     82961         0     95256    251898   4698619    132.36    144.44
1007.11/1007.12	c  N dy 18923   2852369     19429     82961         0    115322    251898   8930633    132.37    139.71
1015.22/1015.21	c  N dy 19058   2872498     19429     82961         0    135451    251898  13117283    132.37    142.51
1023.82/1023.80	c  N dy 19194   2892527     19429     82961         0     78492    251898    944465    132.37    140.46
1030.72/1030.73	c  N dy 19326   2912576     19429     82961         0     98540    251898   5204352    132.39    139.75
1038.22/1038.23	c  N dy 19452   2932812     19429     82961         0    118774    251898   9425939    132.38    148.42
1046.52/1046.51	c  N dy 19586   2953071     19429     82961         0    139031    251898  13686643    132.39    143.82
1055.01/1055.04	c  N dy 19727   2973126     19429     82961         0     81084    251898   1285377    132.40    142.85
1062.12/1062.12	c  N dy 19872   2993338     19429     82961         0    101294    251898   5531509    132.41    144.95
1069.71/1069.78	c  N dy 20009   3013386     19429     82961         0    121342    251898   9753939    132.42    145.41
1078.03/1078.08	c  N dy 20145   3033437     19429     82961         0    141388    251898  14019589    132.43    141.91
1086.52/1086.56	c  N dy 20279   3053511     19429     82961         0     82464    251898   1378292    132.44    139.66
1093.51/1093.55	c  N dy 20417   3073548     19429     82961         0    102500    251898   5603759    132.45    140.70
1101.13/1101.13	c  N dy 20544   3093740     19429     82961         0    122692    251898   9797296    132.44    141.66
1109.32/1109.38	c  N dy 20680   3113828     19429     82961         0    142777    251898  13991924    132.44    144.95
1118.02/1118.07	c  N dy 20820   3133861     19429     82961         0     82813    251898   1239741    132.45    139.87
1125.12/1125.12	c  N dy 20956   3153876     19429     82961         0    102825    251898   5441681    132.46    143.28
1132.82/1132.81	c  N dy 21093   3173922     19429     82961         0    122870    251898   9685265    132.48    141.83
1141.22/1141.25	c  N dy 21231   3194280     19429     82961         0    143226    251898  14001412    132.49    142.75
1149.02/1149.03	c  S st 21349   3211983     19429     82961         0    160929    251898  17755520    132.50   no data
1149.32/1149.31	c  S st 21349   3212489     19429     82961         0    161435    251898  17826831    132.50   no data
1149.32/1149.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1149.42/1149.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.13
1149.42/1149.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1149.42/1149.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1149.42/1149.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1149.53/1149.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19429 time:  0.00 s
1149.53/1149.52	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
1149.72/1149.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
1150.42/1150.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1162.92/1162.93	c lits-rem:         7  cl-subs:       13  v-elim:      0  v-fix:    0  time: 12.48 s
1162.92/1162.94	c vivif2 --  cl tried    82961 cl shrink        0 lits rem          0 time: 0.01
1163.12/1163.19	c vivif2 --  cl tried   161422 cl shrink        0 lits rem          0 time: 0.25
1163.42/1163.44	c asymm  cl-useful: 0/82961/82961 lits-rem:0 time: 0.25
1163.42/1163.45	c calculated reachability. Time: 0.00
1163.42/1163.45	c  N dy 21349   3212489     19429     82961         0    161422    251898  17820359    132.50   no data
1170.51/1170.59	c  N dy 21480   3232574     19429     82961         0    100513    251898   4789846    132.51    139.54
1178.12/1178.16	c  N dy 21606   3252768     19429     82961         0    120706    251898   9037995    132.51    142.20
1186.41/1186.47	c  N dy 21750   3272826     19429     82961         0    140763    251898  13339206    132.52    139.50
1195.32/1195.34	c  N dy 21890   3292920     19429     82961         0    160855    251898  17593354    132.54    142.75
1202.82/1202.81	c  N dy 22029   3313049     19429     82961         0     98987    251898   4230296    132.54    139.84
1210.32/1210.38	c  N dy 22170   3333081     19429     82961         0    119019    251898   8425096    132.55    164.03
1218.52/1218.52	c  N dy 22299   3353133     19429     82961         0    139071    251898  12619178    132.55    144.32
1227.22/1227.23	c  N dy 22428   3373209     19429     82961         0    159146    251898  16837780    132.56    141.12
1234.92/1234.97	c  N dy 22552   3393364     19429     82961         0     96303    251898   3428539    132.55    141.20
1242.42/1242.42	c  N dy 22689   3413369     19429     82961         0    116305    251898   7677998    132.57    160.49
1250.32/1250.36	c  N dy 22807   3433422     19429     82961         0    136355    251898  11836389    132.55    148.29
1259.22/1259.22	c  N dy 22948   3453562     19429     82961         0    156494    251898  16102618    132.56    141.53
1267.52/1267.57	c  N dy 23081   3473911     19429     82961         0     92852    251898   2533882    132.57    139.75
1275.02/1275.03	c  N dy 23216   3494128     19429     82961         0    113068    251898   6809252    132.57    142.64
1283.02/1283.05	c  N dy 23357   3514191     19429     82961         0    133128    251898  11086616    132.59    140.21
1291.63/1291.67	c  N dy 23497   3534203     19429     82961         0    153140    251898  15326405    132.60    143.31

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-3367476-1305383306/watcher-3367476-1305383306 -o /tmp/evaluation-result-3367476-1305383306/solver-3367476-1305383306 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367476-1305383306.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: 3.68 3.93 3.72 4/298 2918
/proc/meminfo: memFree=16848096/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=22424 CPUtime=0 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 897 0 0 0 0 0 0 0 25 0 1 0 649933412 22962176 837 33554432000 4194304 4580011 140737403192176 18446744073709551615 218371000455 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 5573 804 321 95 0 555 0

[startup+0.0208531 s]
/proc/loadavg: 3.68 3.93 3.72 4/298 2918
/proc/meminfo: memFree=16848096/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=37636 CPUtime=0.01 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 3038 0 0 0 1 0 0 0 25 0 1 0 649933412 38539264 2480 33554432000 4194304 4580011 140737403192176 18446744073709551615 218370618053 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 9409 2481 324 95 0 4391 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37636

[startup+0.100858 s]
/proc/loadavg: 3.68 3.93 3.72 4/298 2918
/proc/meminfo: memFree=16848096/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=40652 CPUtime=0.09 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 4103 0 0 0 9 0 0 0 25 0 1 0 649933412 41627648 3545 33554432000 4194304 4580011 140737403192176 18446744073709551615 4230871 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 10163 3557 340 95 0 5145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40652

[startup+0.300805 s]
/proc/loadavg: 3.68 3.93 3.72 4/298 2918
/proc/meminfo: memFree=16848096/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=53296 CPUtime=0.28 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 8497 0 0 0 28 0 0 0 25 0 1 0 649933412 54575104 6573 33554432000 4194304 4580011 140737403192176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 13324 6573 364 95 0 8306 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53296

[startup+0.700758 s]
/proc/loadavg: 3.68 3.93 3.72 4/298 2918
/proc/meminfo: memFree=16848096/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=53296 CPUtime=0.69 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 8900 0 0 0 68 1 0 0 25 0 1 0 649933412 54575104 6976 33554432000 4194304 4580011 140737403192176 18446744073709551615 4320697 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 13324 6976 364 95 0 8306 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53296

[startup+1.50062 s]
/proc/loadavg: 3.68 3.93 3.72 4/299 2919
/proc/meminfo: memFree=16812628/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=53296 CPUtime=1.49 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 9590 0 0 0 148 1 0 0 25 0 1 0 649933412 54575104 7666 33554432000 4194304 4580011 140737403192176 18446744073709551615 4292920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 13324 7666 364 95 0 8306 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53296

[startup+3.10034 s]
/proc/loadavg: 3.68 3.93 3.72 4/299 2919
/proc/meminfo: memFree=16796880/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=86112 CPUtime=3.09 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 10909 0 0 0 308 1 0 0 25 0 1 0 649933412 88178688 8985 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 21528 8985 364 95 0 16510 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 86112

[startup+6.30074 s]
/proc/loadavg: 3.63 3.92 3.72 4/298 2919
/proc/meminfo: memFree=16779568/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=58780 CPUtime=6.29 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 14607 0 0 0 628 1 0 0 25 0 1 0 649933412 60190720 8040 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 14695 8040 364 95 0 9677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58780

[startup+12.7006 s]
/proc/loadavg: 3.58 3.90 3.72 4/298 2919
/proc/meminfo: memFree=16696436/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=123060 CPUtime=12.69 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 35957 0 0 0 1265 4 0 0 25 0 1 0 649933412 126013440 23755 33554432000 4194304 4580011 140737403192176 18446744073709551615 4322495 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 30765 23755 367 95 0 25747 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123060

[startup+25.5003 s]
/proc/loadavg: 3.45 3.86 3.70 4/298 2920
/proc/meminfo: memFree=16600320/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=139036 CPUtime=25.48 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 50995 0 0 0 2542 6 0 0 25 0 1 0 649933412 142372864 27213 33554432000 4194304 4580011 140737403192176 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 34759 27213 367 95 0 29741 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 139036

[startup+51.1008 s]
/proc/loadavg: 3.30 3.79 3.68 4/298 2920
/proc/meminfo: memFree=16505920/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=269372 CPUtime=51.09 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 80876 0 0 0 5098 11 0 0 25 0 1 0 649933412 275836928 51446 33554432000 4194304 4580011 140737403192176 18446744073709551615 4339728 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 67343 51446 367 95 0 62325 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 269372

[startup+102.311 s]
/proc/loadavg: 3.13 3.66 3.65 4/298 2922
/proc/meminfo: memFree=16476600/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=293076 CPUtime=102.3 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 108168 0 0 0 10213 17 0 0 25 0 1 0 649933412 300109824 57699 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 73269 57699 367 95 0 68251 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 293076

[startup+162.301 s]
/proc/loadavg: 3.04 3.54 3.60 4/298 2924
/proc/meminfo: memFree=16434784/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=259052 CPUtime=162.29 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 137931 0 0 0 16206 23 0 0 25 0 1 0 649933412 265269248 58164 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 64763 58164 367 95 0 59745 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 259052

[startup+222.3 s]
/proc/loadavg: 3.01 3.44 3.56 4/298 2926
/proc/meminfo: memFree=16367280/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=312944 CPUtime=222.29 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 166709 0 0 0 22202 27 0 0 25 0 1 0 649933412 320454656 63285 33554432000 4194304 4580011 140737403192176 18446744073709551615 4324353 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 78236 63285 367 95 0 73218 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 312944

[startup+282.301 s]
/proc/loadavg: 3.05 3.37 3.53 4/298 2927
/proc/meminfo: memFree=16284148/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=325672 CPUtime=282.29 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 198583 0 0 0 28196 33 0 0 25 0 1 0 649933412 333488128 68553 33554432000 4194304 4580011 140737403192176 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 81418 68553 367 95 0 76400 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 325672

[startup+342.301 s]
/proc/loadavg: 3.09 3.32 3.50 4/298 2929
/proc/meminfo: memFree=16271596/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=326664 CPUtime=342.29 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 227549 0 0 0 34191 38 0 0 25 0 1 0 649933412 334503936 67184 33554432000 4194304 4580011 140737403192176 18446744073709551615 4321560 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 81666 67184 367 95 0 76648 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 326664

[startup+402.301 s]
/proc/loadavg: 3.03 3.26 3.46 4/298 2931
/proc/meminfo: memFree=16257892/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=329732 CPUtime=402.3 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 256809 0 0 0 40186 44 0 0 25 0 1 0 649933412 337645568 71218 33554432000 4194304 4580011 140737403192176 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 82433 71218 367 95 0 77415 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 329732

[startup+462.301 s]
/proc/loadavg: 3.01 3.21 3.43 4/298 2932
/proc/meminfo: memFree=16282632/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=282664 CPUtime=462.3 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 285880 0 0 0 46181 49 0 0 25 0 1 0 649933412 289447936 64370 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 70666 64370 367 95 0 65648 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 282664

[startup+522.301 s]
/proc/loadavg: 3.06 3.18 3.41 4/298 2934
/proc/meminfo: memFree=16244760/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=282664 CPUtime=522.3 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 316131 0 0 0 52175 55 0 0 25 0 1 0 649933412 289447936 65494 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 70666 65494 367 95 0 65648 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 282664

[startup+582.301 s]
/proc/loadavg: 3.02 3.15 3.38 4/298 2935
/proc/meminfo: memFree=16238516/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=338272 CPUtime=582.31 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 344529 0 0 0 58169 62 0 0 25 0 1 0 649933412 346390528 73332 33554432000 4194304 4580011 140737403192176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 84568 73332 367 95 0 79550 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 338272

[startup+642.301 s]
/proc/loadavg: 3.01 3.12 3.35 4/298 2937
/proc/meminfo: memFree=16215660/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=338772 CPUtime=642.31 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 372539 0 0 0 64164 67 0 0 25 0 1 0 649933412 346902528 69099 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 84693 69099 367 95 0 79675 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 338772

[startup+702.3 s]
/proc/loadavg: 3.00 3.09 3.33 4/298 2939
/proc/meminfo: memFree=16216844/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=312968 CPUtime=702.31 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 405530 0 0 0 70158 73 0 0 25 0 1 0 649933412 320479232 69426 33554432000 4194304 4580011 140737403192176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 78242 69426 367 95 0 73224 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 312968

[startup+762.311 s]
/proc/loadavg: 3.00 3.07 3.31 4/298 2940
/proc/meminfo: memFree=16102492/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=408776 CPUtime=762.32 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 460396 0 0 0 76151 81 0 0 25 0 1 0 649933412 418586624 93812 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 102194 93812 367 95 0 97176 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 408776

[startup+822.301 s]
/proc/loadavg: 3.06 3.07 3.29 4/298 2942
/proc/meminfo: memFree=16160732/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=409284 CPUtime=822.31 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 498144 0 0 0 82143 88 0 0 25 0 1 0 649933412 419106816 83906 33554432000 4194304 4580011 140737403192176 18446744073709551615 4323973 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 102321 83906 367 95 0 97303 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 409284

[startup+882.3 s]
/proc/loadavg: 3.02 3.06 3.27 4/298 2943
/proc/meminfo: memFree=16134512/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=409664 CPUtime=882.32 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 534144 0 0 0 88135 97 0 0 25 0 1 0 649933412 419495936 87129 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293886 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 102416 87129 367 95 0 97398 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 409664

[startup+942.301 s]
/proc/loadavg: 3.04 3.06 3.25 5/298 2945
/proc/meminfo: memFree=16069624/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=410088 CPUtime=942.31 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 569513 0 0 0 94128 103 0 0 25 0 1 0 649933412 419930112 88864 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 102522 88865 367 95 0 97504 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 410088

[startup+1002.3 s]
/proc/loadavg: 3.01 3.05 3.24 4/298 2949
/proc/meminfo: memFree=16049876/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=440052 CPUtime=1002.32 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 607661 0 0 0 100122 110 0 0 25 0 1 0 649933412 450613248 92574 33554432000 4194304 4580011 140737403192176 18446744073709551615 4322624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 110013 92574 367 95 0 104995 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 440052

[startup+1062.3 s]
/proc/loadavg: 3.08 3.05 3.22 4/298 2950
/proc/meminfo: memFree=16044616/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=440552 CPUtime=1062.32 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 642379 0 0 0 106116 116 0 0 25 0 1 0 649933412 451125248 91950 33554432000 4194304 4580011 140737403192176 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 110138 91950 367 95 0 105120 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 440552

[startup+1122.3 s]
/proc/loadavg: 3.03 3.04 3.21 4/298 2952
/proc/meminfo: memFree=16010104/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=440992 CPUtime=1122.31 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 676816 0 0 0 112109 122 0 0 25 0 1 0 649933412 451575808 90169 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293648 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 110248 90169 367 95 0 105230 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 440992

[startup+1182.3 s]
/proc/loadavg: 3.01 3.03 3.19 4/298 2953
/proc/meminfo: memFree=15859900/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=542828 CPUtime=1182.32 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 726821 0 0 0 118101 131 0 0 25 0 1 0 649933412 555855872 121677 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 135707 121677 367 95 0 130689 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 542828

[startup+1242.3 s]
/proc/loadavg: 3.00 3.02 3.17 4/298 2955
/proc/meminfo: memFree=15873876/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=543164 CPUtime=1242.32 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 760873 0 0 0 124094 138 0 0 25 0 1 0 649933412 556199936 118090 33554432000 4194304 4580011 140737403192176 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 135791 118090 367 95 0 130773 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 543164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.02 3.16 2/294 2959
/proc/meminfo: memFree=16407812/32951124 swapFree=52307768/67111528
[pid=2918] ppid=2916 vsize=483856 CPUtime=1300.03 cores=4,6
/proc/2918/stat : 2918 (strangenight2-s) R 2916 2918 2276 0 -1 4202496 792936 0 0 0 129858 145 0 0 25 0 1 0 649933412 495468544 111581 33554432000 4194304 4580011 140737403192176 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/2918/statm: 120964 111581 367 95 0 115946 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 483856

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.06
CPU user time (s): 1298.59
CPU system time (s): 1.47178
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 794100

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

runsolver used 3.75643 second user time and 8.12276 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-14 16:28:26
IDJOB=3367476
IDBENCH=82685
IDSOLVER=1845
FILE ID=node101/3367476-1305383306
RUNJOBID= node101-1305382004-2722
PBS_JOBID= 13324401
Free space on /tmp= 73724 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S878494004-057-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367476-1305383306/watcher-3367476-1305383306 -o /tmp/evaluation-result-3367476-1305383306/solver-3367476-1305383306 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367476-1305383306.cnf

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

MD5SUM BENCH= d6c81b59e209c449a4578a840944dc82
RANDOM SEED=186639063

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16848376 kB
Buffers:        310068 kB
Cached:        5847928 kB
SwapCached:      14848 kB
Active:       10822196 kB
Inactive:      5004252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16848376 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:           19068 kB
Writeback:           0 kB
AnonPages:     9664412 kB
Mapped:          15280 kB
Slab:           149356 kB
PageTables:      62624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42053696 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= 73732 MiB
End job on node101 at 2011-05-14 16:50:09