Trace number 3367358

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

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S1201608256-021-UNKNOWN.cnf
MD5SUM211de71ef1119669a20965247c8273d8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark20.9058
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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367358-1305380980.cnf'
0.00/0.00	c -- header says num vars:          15000
0.00/0.00	c -- header says num clauses:       63000
0.00/0.03	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.03	c -- vars added      15000
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data
0.00/0.07	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.04
0.08/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.09/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.09/0.19	c lits-rem:         0  cl-subs:        0  v-elim:    404  v-fix:    0  time:  0.07 s
0.09/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.21	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.21	c calculated reachability. Time: 0.00
0.19/0.21	c Calc default polars -  time:   0.00 s pos:    6679 undec:    1639 neg:    6682
0.19/0.21	c =========================================================================================
0.19/0.21	c types(t): F = full restart, N = normal restart
0.19/0.21	c types(t): S = simplification begin/end, E = solution found
0.19/0.21	c restart types(rt): st = static, dy = dynamic
0.19/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.21	c  B st     0         0     14596     62572         0         0    190292         0   no data   no data
0.99/1.07	c  N dy    19      4105     14596     62572         0      4103    190292    820418    113.84    126.52
1.88/1.94	c  N dy    46      8283     14596     62572         0      8281    190292   1548258    112.07    122.71
2.79/2.83	c  N dy    72     12358     14596     62572         0     12355    190292   2269939    112.24    119.07
3.69/3.74	c  N dy    98     16386     14596     62572         0     16383    190292   2981791    112.58    119.89
4.59/4.69	c  N dy   120     20530     14596     62572         0     10534    190292    593340    111.73    118.84
5.50/5.59	c  N dy   147     24554     14596     62572         0     14558    190292   1315987    112.29    131.76
5.69/5.70	c  F st   150     25000     14596     62572         0     15004    190292   1399064    112.39   no data
6.88/6.96	c  N dy   156     30001     14596     62572         0     20004    190292   2615719    112.39   no data
6.88/6.96	c  S st   156     30001     14596     62572         0     20004    190292   2615719    112.39   no data
6.98/7.08	c  S st   156     30504     14596     62572         0     20507    190292   2678833    112.39   no data
6.98/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.09/7.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
7.09/7.14	c blocked clauses removed:      281 vars:     41 tried:       14596 T: 0.00 s
7.09/7.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.09/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14555 time:  0.00 s
7.09/7.15	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
7.19/7.21	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.06 s
7.28/7.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.88/7.99	c lits-rem:        12  cl-subs:        7  v-elim:      0  v-fix:    0  time:  0.61 s
7.98/8.06	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.07
7.98/8.07	c calculated reachability. Time: 0.00
7.98/8.07	c  N dy   156     30504     14548     62284         0     20405    189473   2651702    112.39   no data
8.99/9.07	c  N dy   184     34631     14548     62284         0     24532    189473   3401755    112.54    120.08
9.99/10.05	c  N dy   207     38659     14548     62284         0     28560    189473   4117826    112.49    119.67
11.00/11.05	c  N dy   231     42694     14548     62284         0     17144    189473    926837    112.50    156.94
11.69/11.76	c  S st   253     45758     14548     62284         0     20208    189473   1474709    112.46   no data
11.79/11.88	c  S st   253     46263     14548     62284         0     20713    189473   1537591    112.46   no data
11.79/11.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
11.89/11.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
11.89/11.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.89/11.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.89/11.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.89/11.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
11.89/11.95	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
11.89/12.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
12.00/12.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.19/12.26	c lits-rem:         4  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.19 s
12.19/12.26	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
12.19/12.28	c vivif2 --  cl tried    20712 cl shrink        0 lits rem          0 time: 0.02
12.29/12.35	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.07
12.29/12.36	c calculated reachability. Time: 0.00
12.29/12.36	c  N dy   253     46263     14548     62284         0     20712    189473   1536727    112.46   no data
13.29/13.34	c  N dy   281     50335     14548     62284         0     24784    189473   2265808    112.73    122.72
14.30/14.35	c  N dy   306     54409     14548     62284         0     28858    189473   2975295    112.52    119.91
15.29/15.38	c  N dy   337     58423     14548     62284         0     32872    189473   3695962    112.81    124.26
16.39/16.48	c  N dy   367     62585     14548     62284         0     37034    189473   4455204    112.93    126.52
17.39/17.47	c  N dy   390     66672     14548     62284         0     22395    189473   1222612    112.63    118.76
18.09/18.13	c  S st   407     69394     14548     62284         0     25117    189473   1713584    112.61   no data
18.19/18.25	c  S st   407     69896     14548     62284         0     25619    189473   1773514    112.61   no data
18.19/18.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
18.29/18.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
18.29/18.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.29/18.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.29/18.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.29/18.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
18.29/18.33	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
18.29/18.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
18.39/18.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.70/18.74	c lits-rem:         2  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.28 s
18.70/18.75	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.01
18.70/18.77	c vivif2 --  cl tried    25618 cl shrink        0 lits rem          0 time: 0.02
18.79/18.85	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.08
18.79/18.85	c calculated reachability. Time: 0.00
18.79/18.85	c  N dy   407     69896     14548     62284         0     25618    189473   1773473    112.61   no data
19.99/20.00	c  N dy   439     74459     14548     62284         0     30180    189473   2602887    112.72    122.14
21.19/21.28	c  N dy   475     79356     14548     62284         0     35077    189473   3493496    112.88    120.67
22.69/22.70	c  N dy   509     84666     14548     62284         0     40386    189473   4447192    112.90    122.07
23.39/23.44	c  F st   528     87501     14548     62284         0     22362    189473    826478    112.93   no data
24.20/24.28	c  N st   533     90799     14548     62284         0     25660    189473   1547385    112.93   no data
25.79/25.80	c  N dy   560     96651     14548     62284         0     31511    189473   2754964    112.84    120.44
27.40/27.44	c  N dy   603    102936     14548     62284         0     37795    189473   3885069    112.91    120.17
27.89/27.97	c  S st   619    104844     14548     62284         0     39703    189473   4243374    113.16   no data
28.09/28.11	c  S st   619    105348     14548     62284         0     40207    189473   4314139    113.16   no data
28.09/28.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.09/28.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
28.09/28.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.09/28.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.09/28.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.09/28.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
28.19/28.20	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
28.19/28.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
28.39/28.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.29/30.33	c lits-rem:        10  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.85 s
30.29/30.33	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
30.29/30.39	c vivif2 --  cl tried    40203 cl shrink        0 lits rem          0 time: 0.06
30.39/30.49	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.09
30.39/30.49	c calculated reachability. Time: 0.00
30.39/30.49	c  N dy   619    105348     14548     62284         0     40203    189473   4312831    113.16   no data
32.29/32.30	c  N dy   665    112090     14548     62284         0     24514    189473    916025    113.13    120.46
33.99/34.10	c  N dy   711    119295     14548     62284         0     31719    189473   2191304    113.03    120.68
36.09/36.12	c  N dy   763    126930     14548     62284         0     39354    189473   3578587    113.23    124.82
38.29/38.38	c  N dy   818    135031     14548     62284         0     23737    189473    505742    113.17    119.45
40.49/40.58	c  N dy   878    143809     14548     62284         0     32513    189473   2092002    113.19    120.70
42.98/43.05	c  N dy   945    153079     14548     62284         0     41781    189473   3774179    113.46    126.07
44.39/44.41	c  S st   975    158024     14548     62284         0     46726    189473   4663107    113.47   no data
44.49/44.56	c  S st   975    158527     14548     62284         0     47229    189473   4732083    113.47   no data
44.49/44.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.59/44.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
44.59/44.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.59/44.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.59/44.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.59/44.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
44.59/44.65	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
44.69/44.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
44.89/44.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.69/47.73	c lits-rem:         2  cl-subs:        4  v-elim:      0  v-fix:    0  time:  2.80 s
47.69/47.73	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.01
47.79/47.80	c vivif2 --  cl tried    47225 cl shrink        0 lits rem          0 time: 0.07
47.89/47.90	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.10
47.89/47.91	c calculated reachability. Time: 0.00
47.89/47.91	c  N dy   975    158527     14548     62284         0     47225    189473   4731724    113.47   no data
50.49/50.55	c  N dy  1037    168695     14548     62284         0     32535    189473   1844854    113.43    120.75
53.39/53.43	c  N dy  1105    179463     14548     62284         0     43301    189473   3791981    113.42    121.66
56.59/56.62	c  N dy  1185    191001     14548     62284         0     28914    189473   1005442    113.71    167.10
59.79/59.82	c  N dy  1268    203331     14548     62284         0     41244    189473   3240144    113.83    129.85
63.48/63.52	c  N dy  1358    216324     14548     62284         0     27274    189473    500665    113.95    121.46
67.09/67.11	c  N dy  1451    230156     14548     62284         0     41104    189473   3043418    114.11    120.96
69.09/69.20	c  S st  1497    237794     14548     62284         0     48741    189473   4412196    114.07    111.00
69.30/69.35	c  S st  1497    238295     14548     62284         0     49242    189473   4481909    114.07   no data
69.30/69.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
69.39/69.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
69.39/69.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.39/69.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.39/69.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.39/69.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
69.39/69.44	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
69.49/69.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
69.59/69.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.50/72.56	c lits-rem:        20  cl-subs:        8  v-elim:      0  v-fix:    0  time:  2.87 s
72.50/72.57	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
72.60/72.63	c vivif2 --  cl tried    49234 cl shrink        0 lits rem          0 time: 0.06
72.69/72.74	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.10
72.69/72.74	c calculated reachability. Time: 0.00
72.69/72.74	c  N dy  1497    238295     14548     62284         0     49234    189473   4477757    114.07   no data
76.89/76.95	c  N dy  1595    253581     14548     62284         0     36546    189473   2005010    114.09    149.77
81.49/81.50	c  N dy  1708    269789     14548     62284         0     52754    189473   4981697    114.18    129.12
86.19/86.27	c  N dy  1827    287085     14548     62284         0     41059    189473   2635356    114.28    120.79
91.49/91.50	c  N dy  1934    305420     14548     62284         0     59393    189473   5968080    114.19    122.26
91.69/91.78	c  F st  1941    306251     14548     62284         0     30228    189473    467525    114.20     92.77
96.88/96.93	c  N dy  2039    325158     14548     62284         0     49133    189473   4154547    114.23    122.42
102.59/102.66	c  N dy  2176    345250     14548     62284         0     38228    189473   1729939    114.26    121.69
105.98/106.00	c  S st  2256    357442     14548     62284         0     50419    189473   3905754    114.24   no data
106.08/106.15	c  S st  2256    357946     14548     62284         0     50923    189473   3973625    114.24   no data
106.08/106.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
106.18/106.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
106.18/106.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.18/106.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.18/106.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.18/106.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
106.18/106.24	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
106.28/106.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
106.38/106.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
108.98/109.05	c lits-rem:         5  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.58 s
108.98/109.06	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
109.08/109.11	c vivif2 --  cl tried    50918 cl shrink        0 lits rem          0 time: 0.06
109.18/109.22	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.10
109.18/109.22	c calculated reachability. Time: 0.00
109.18/109.22	c  N dy  2256    357946     14548     62284         0     50918    189473   3971485    114.24   no data
114.99/115.06	c  N dy  2402    377987     14548     62284         0     38963    189473   1735774    114.39    121.16
120.78/120.84	c  N dy  2538    398062     14548     62284         0     59037    189473   5458380    114.50    122.48
126.50/126.52	c  N dy  2666    418148     14548     62284         0     46124    189473   2795061    114.53    121.69
132.49/132.53	c  N dy  2799    438357     14548     62284         0     66332    189473   6504750    114.55    122.64
138.08/138.10	c  N dy  2932    458393     14548     62284         0     52369    189473   3753590    114.55    127.59
144.00/144.06	c  N dy  3059    478461     14548     62284         0     37434    189473    857643    114.52    121.75
149.69/149.70	c  N dy  3186    498511     14548     62284         0     57483    189473   4527486    114.54    164.79
155.68/155.73	c  N dy  3317    518624     14548     62284         0     41604    189473   1461457    114.56    121.71
160.89/160.99	c  S st  3438    536920     14548     62284         0     59898    189473   4788618    114.58   no data
161.09/161.16	c  S st  3438    537422     14548     62284         0     60400    189473   4858957    114.58   no data
161.09/161.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
161.19/161.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
161.19/161.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
161.19/161.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
161.19/161.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
161.19/161.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
161.19/161.27	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
161.29/161.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
161.49/161.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
163.99/164.07	c lits-rem:         7  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.53 s
163.99/164.07	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
164.09/164.14	c vivif2 --  cl tried    60399 cl shrink        0 lits rem          0 time: 0.07
164.19/164.26	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.12
164.19/164.26	c calculated reachability. Time: 0.00
164.19/164.26	c  N dy  3438    537422     14548     62284         0     60399    189473   4858311    114.58   no data
170.40/170.45	c  N dy  3579    557539     14548     62284         0     43518    189473   1632798    114.67    123.58
176.18/176.28	c  N dy  3712    577579     14548     62284         0     63557    189473   5280980    114.68    130.37
182.18/182.27	c  N dy  3838    597726     14548     62284         0     45704    189473   1841870    114.65    120.70
188.18/188.21	c  N dy  3979    617838     14548     62284         0     65816    189473   5518827    114.69    122.75
194.29/194.37	c  N dy  4117    637867     14548     62284         0     46842    189473   1872672    114.74    122.90
200.29/200.31	c  N dy  4247    658074     14548     62284         0     67048    189473   5615050    114.82    124.61
206.38/206.48	c  N dy  4381    678094     14548     62284         0     47069    189473   1746336    114.86    122.43
212.48/212.50	c  N dy  4522    698220     14548     62284         0     67190    189473   5463152    114.95    124.62
218.68/218.73	c  N dy  4641    718269     14548     62284         0     46246    189473   1399802    114.90    124.39
224.59/224.62	c  N dy  4768    738332     14548     62284         0     66307    189473   5056978    114.88    121.44
231.09/231.19	c  N dy  4904    758533     14548     62284         0     44510    189473    897364    114.86    128.83
237.09/237.10	c  N dy  5038    778732     14548     62284         0     64707    189473   4602537    114.88    124.58
243.59/243.65	c  N dy  5167    798893     14548     62284         0     84866    189473   8302357    114.91    126.19
245.78/245.81	c  S st  5218    806133     14548     62284         0     49108    189473   1555353    114.90   no data
245.88/245.96	c  S st  5218    806638     14548     62284         0     49613    189473   1615175    114.90   no data
245.88/245.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
245.98/246.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
245.98/246.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
245.98/246.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
245.98/246.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.98/246.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
245.98/246.05	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
246.08/246.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
246.08/246.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.68/246.73	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.56 s
246.68/246.74	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
246.68/246.76	c vivif2 --  cl tried    49612 cl shrink        0 lits rem          0 time: 0.02
246.78/246.86	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.10
246.78/246.86	c calculated reachability. Time: 0.00
246.78/246.86	c  N dy  5218    806638     14548     62284         0     49612    189473   1615056    114.90   no data
252.89/252.94	c  N dy  5361    826659     14548     62284         0     69632    189473   5314498    114.94    124.04
259.60/259.66	c  N dy  5499    846713     14548     62284         0     45689    189473    751225    114.96    121.04
265.48/265.58	c  N dy  5636    866886     14548     62284         0     65858    189473   4446420    115.00    123.10
272.09/272.10	c  N dy  5764    886898     14548     62284         0     85869    189473   8145249    115.00    122.27
278.08/278.16	c  N dy  5898    907006     14548     62284         0     60976    189473   3352036    115.04    124.79
284.48/284.52	c  N dy  6023    927072     14548     62284         0     81040    189473   7037478    115.03    122.17
290.89/290.96	c  N dy  6165    947089     14548     62284         0     55062    189473   2166778    115.10    149.84
297.19/297.28	c  N dy  6291    967490     14548     62284         0     75461    189473   5947633    115.12    121.93
304.09/304.14	c  N dy  6423    987641     14548     62284         0     48623    189473    742910    115.12    121.92
310.09/310.12	c  N dy  6557   1007731     14548     62284         0     68712    189473   4411101    115.14    153.84
316.79/316.83	c  N dy  6690   1027765     14548     62284         0     88744    189473   8129751    115.18    157.16
323.18/323.20	c  N dy  6824   1047866     14548     62284         0     60841    189473   2837110    115.21    124.48
329.59/329.65	c  N dy  6963   1067949     14548     62284         0     80921    189473   6595575    115.27    131.23
330.99/331.01	c  F st  6990   1071876     14548     62284         0     84848    189473   7347828    115.28   no data
336.49/336.56	c  N dy  7073   1088163     14548     62284         0     52138    189473   1029662    115.30    122.23
342.58/342.68	c  N dy  7211   1108179     14548     62284         0     72154    189473   4760921    115.34    123.41
349.28/349.39	c  N dy  7337   1128263     14548     62284         0     92237    189473   8520774    115.37    123.19
355.78/355.83	c  N dy  7473   1148284     14548     62284         0     62259    189473   2746469    115.39    123.86
362.19/362.29	c  N dy  7607   1168297     14548     62284         0     82268    189473   6473322    115.41    122.35
369.48/369.56	c  N dy  7739   1188397     14548     62284         0     51379    189473    561292    115.44    124.11
375.58/375.64	c  N dy  7877   1208478     14548     62284         0     71457    189473   4284151    115.49    125.84
376.09/376.11	c  S st  7888   1209958     14548     62284         0     72937    189473   4559992    115.50    100.78
376.19/376.29	c  S st  7888   1210463     14548     62284         0     73442    189473   4615208    115.50   no data
376.28/376.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
376.28/376.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
376.28/376.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
376.28/376.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
376.38/376.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
376.38/376.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
376.38/376.41	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
376.38/376.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
376.58/376.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
379.68/379.72	c lits-rem:         8  cl-subs:        4  v-elim:      0  v-fix:    0  time:  3.05 s
379.68/379.72	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
379.68/379.79	c vivif2 --  cl tried    73438 cl shrink        0 lits rem          0 time: 0.07
379.88/379.92	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.13
379.88/379.92	c calculated reachability. Time: 0.00
379.88/379.92	c  N dy  7888   1210463     14548     62284         0     73438    189473   4613660    115.50   no data
386.78/386.83	c  N dy  8032   1230536     14548     62284         0     93510    189473   8399799    115.55    137.84
393.48/393.50	c  N dy  8161   1250615     14548     62284         0     61597    189473   2246153    115.56    134.85
399.78/399.90	c  N dy  8292   1270698     14548     62284         0     81677    189473   5991204    115.58    123.13
407.08/407.10	c  N dy  8433   1290802     14548     62284         0    101780    189473   9736724    115.62    123.07
413.39/413.44	c  N dy  8559   1310899     14548     62284         0     68876    189473   3368868    115.61    131.17
420.08/420.13	c  N dy  8694   1330974     14548     62284         0     88950    189473   7085523    115.64    124.04
427.49/427.51	c  N dy  8830   1351027     14548     62284         0     55002    189473    685093    115.66    121.75
433.58/433.65	c  N dy  8956   1371040     14548     62284         0     75014    189473   4399094    115.68    139.10
440.49/440.51	c  N dy  9085   1391092     14548     62284         0     95062    189473   8133841    115.68    125.00
447.48/447.54	c  N dy  9207   1411100     14548     62284         0     60068    189473   1419085    115.67    121.99
453.78/453.87	c  N dy  9340   1431203     14548     62284         0     80169    189473   5112136    115.67    126.32
460.98/461.00	c  N dy  9471   1451206     14548     62284         0    100171    189473   8813516    115.68    122.16
467.98/468.01	c  N dy  9597   1471317     14548     62284         0     64285    189473   2014007    115.68    123.84
474.38/474.49	c  N dy  9731   1491376     14548     62284         0     84343    189473   5670517    115.68    126.71
481.69/481.75	c  N dy  9867   1511458     14548     62284         0    104424    189473   9370412    115.68    122.49
488.58/488.65	c  N dy 10000   1531592     14548     62284         0     67556    189473   2484494    115.68    126.09
495.18/495.26	c  N dy 10138   1551600     14548     62284         0     87562    189473   6165868    115.71    123.95
502.48/502.57	c  N dy 10273   1571688     14548     62284         0    107649    189473   9867762    115.73    127.01
509.38/509.41	c  N dy 10409   1591716     14548     62284         0     69684    189473   2668876    115.75    123.01
515.98/516.05	c  N dy 10531   1611830     14548     62284         0     89796    189473   6365959    115.74    123.76
523.38/523.49	c  N dy 10673   1631947     14548     62284         0    109910    189473  10130307    115.77    122.29
530.28/530.31	c  N dy 10803   1652019     14548     62284         0     70984    189473   2718954    115.76    122.65
536.98/537.02	c  N dy 10934   1672074     14548     62284         0     91035    189473   6458017    115.78    125.99
544.28/544.34	c  N dy 11062   1692092     14548     62284         0    111050    189473  10237760    115.80    130.77
550.78/550.81	c  S st 11181   1710466     14548     62284         0     69436    189473   2285159    115.80   no data
550.88/550.98	c  S st 11181   1710970     14548     62284         0     69940    189473   2352685    115.80   no data
550.88/550.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
550.99/551.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
550.99/551.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
550.99/551.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
550.99/551.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
550.99/551.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
550.99/551.09	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
551.09/551.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
551.18/551.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
552.68/552.70	c lits-rem:         6  cl-subs:        2  v-elim:      0  v-fix:    0  time:  1.45 s
552.68/552.70	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
552.68/552.74	c vivif2 --  cl tried    69938 cl shrink        0 lits rem          0 time: 0.04
552.78/552.86	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.12
552.78/552.86	c calculated reachability. Time: 0.00
552.78/552.86	c  N dy 11181   1710970     14548     62284         0     69938    189473   2351620    115.80   no data
559.58/559.60	c  N dy 11320   1731056     14548     62284         0     90021    189473   6084659    115.82    125.83
566.98/567.04	c  N dy 11453   1751211     14548     62284         0    110175    189473   9805267    115.84    123.50
574.19/574.26	c  N dy 11586   1771283     14548     62284         0     69248    189473   2051550    115.85    125.46
580.88/580.92	c  N dy 11725   1791301     14548     62284         0     89266    189473   5773516    115.87    124.99
588.28/588.38	c  N dy 11863   1811377     14548     62284         0    109338    189473   9499899    115.88    124.11
595.88/595.91	c  N dy 11995   1831391     14548     62284         0     67358    189473   1539865    115.90    126.05
602.48/602.57	c  N dy 12128   1851633     14548     62284         0     87599    189473   5355890    115.93    122.87
609.88/609.90	c  N dy 12269   1871827     14548     62284         0    107792    189473   9117631    115.95    122.20
617.68/617.73	c  N dy 12400   1891899     14548     62284         0     64871    189473    880398    115.94    126.34
624.18/624.23	c  N dy 12534   1912017     14548     62284         0     84988    189473   4614965    115.96    128.45
631.48/631.56	c  N dy 12676   1932061     14548     62284         0    105032    189473   8440685    115.99    122.54
639.58/639.64	c  N dy 12808   1952459     14548     62284         0    125428    189473  12290087    116.01    124.90
646.28/646.38	c  N dy 12944   1972490     14548     62284         0     81458    189473   3778794    116.03    124.21
653.39/653.46	c  N dy 13080   1992603     14548     62284         0    101568    189473   7467372    116.02    122.35
661.18/661.24	c  N dy 13212   2012678     14548     62284         0    121642    189473  11183837    116.04    122.31
668.38/668.44	c  N dy 13347   2032716     14548     62284         0     76680    189473   2746496    116.05    123.68
675.18/675.23	c  N dy 13468   2052781     14548     62284         0     96745    189473   6440698    116.04    122.23
682.78/682.81	c  N dy 13600   2072782     14548     62284         0    116746    189473  10158673    116.05    129.75
690.58/690.61	c  N dy 13726   2092859     14548     62284         0     70823    189473   1468366    116.05    129.61
697.18/697.21	c  N dy 13847   2113026     14548     62284         0     90985    189473   5168025    116.04    122.81
704.48/704.53	c  N dy 13979   2133065     14548     62284         0    111022    189473   8809553    116.03    125.30
712.58/712.67	c  N dy 14111   2153305     14548     62284         0    131259    189473  12579549    116.04    124.13
719.48/719.56	c  N dy 14250   2173512     14548     62284         0     84476    189473   3832069    116.06    127.20
726.58/726.69	c  N dy 14384   2193637     14548     62284         0    104601    189473   7557985    116.07    124.96
733.37/733.48	c  S st 14507   2210971     14548     62284         0    121935    189473  10755500    116.07   no data
733.69/733.73	c  S st 14507   2211478     14548     62284         0    122442    189473  10822349    116.07   no data
733.69/733.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
733.78/733.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
733.78/733.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
733.78/733.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
733.78/733.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.78/733.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
733.78/733.88	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
733.98/734.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.14 s
734.38/734.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
740.77/740.82	c lits-rem:        11  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.33 s
740.77/740.82	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
740.87/740.98	c vivif2 --  cl tried   122433 cl shrink        0 lits rem          0 time: 0.16
741.07/741.17	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.19
741.07/741.18	c calculated reachability. Time: 0.00
741.07/741.18	c  N dy 14507   2211478     14548     62284         0    122433    189473  10819361    116.07   no data
748.98/749.01	c  N dy 14642   2231607     14548     62284         0     74564    189473   1769568    116.08    122.54
755.78/755.83	c  N dy 14780   2251724     14548     62284         0     94678    189473   5515895    116.08    124.61
763.39/763.43	c  N dy 14916   2271750     14548     62284         0    114702    189473   9266193    116.10    123.75
771.58/771.65	c  N dy 15045   2291833     14548     62284         0    134780    189473  12954966    116.10    124.65
778.48/778.59	c  N dy 15178   2311905     14548     62284         0     85856    189473   3677967    116.11    128.17
785.78/785.86	c  N dy 15312   2332198     14548     62284         0    106149    189473   7452788    116.12    122.60
793.78/793.80	c  N dy 15451   2352277     14548     62284         0    126228    189473  11237120    116.15    123.22
801.68/801.73	c  N dy 15587   2372335     14548     62284         0     76295    189473   1766771    116.16    125.34
808.58/808.61	c  N dy 15717   2392483     14548     62284         0     96443    189473   5511205    116.16    123.36
816.19/816.21	c  N dy 15848   2412561     14548     62284         0    116520    189473   9268587    116.17    136.56
824.38/824.43	c  N dy 15971   2432654     14548     62284         0    136611    189473  12968717    116.17    123.29
831.59/831.69	c  N dy 16103   2452726     14548     62284         0     85681    189473   3301866    116.18    124.90
838.78/838.81	c  N dy 16231   2472768     14548     62284         0    105720    189473   6982826    116.18    135.71
846.58/846.69	c  N dy 16367   2492848     14548     62284         0    125796    189473  10715504    116.18    124.74
855.08/855.18	c  N dy 16504   2512949     14548     62284         0     73906    189473    945193    116.19    123.09
861.88/861.95	c  N dy 16639   2532999     14548     62284         0     93953    189473   4675048    116.19    124.99
869.48/869.52	c  N dy 16776   2553091     14548     62284         0    114044    189473   8419669    116.20    134.77
877.69/877.75	c  N dy 16913   2573118     14548     62284         0    134069    189473  12134931    116.21    130.02
885.58/885.68	c  N dy 17047   2593183     14548     62284         0     81139    189473   2109984    116.21    124.64
892.58/892.64	c  N dy 17179   2613217     14548     62284         0    101172    189473   5849973    116.23    123.63
900.28/900.33	c  N dy 17307   2633316     14548     62284         0    121269    189473   9582922    116.23    127.28
908.68/908.78	c  N dy 17438   2653391     14548     62284         0    141343    189473  13264853    116.24    122.77
916.19/916.30	c  N dy 17571   2673647     14548     62284         0     87603    189473   3124144    116.25    126.05
923.37/923.40	c  N dy 17698   2693767     14548     62284         0    107723    189473   6859805    116.25    124.22
929.58/929.61	c  S st 17814   2711478     14548     62284         0    125431    189473  10134869    116.25   no data
929.78/929.83	c  S st 17814   2711980     14548     62284         0    125932    189473  10209096    116.25   no data
929.78/929.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
929.88/929.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
929.88/929.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
929.88/929.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
929.88/929.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
929.88/929.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
929.88/929.97	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
930.08/930.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
930.38/930.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
936.38/936.42	c lits-rem:         8  cl-subs:       14  v-elim:      0  v-fix:    0  time:  5.95 s
936.38/936.42	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
936.48/936.57	c vivif2 --  cl tried   125918 cl shrink        0 lits rem          0 time: 0.14
936.68/936.74	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.17
936.68/936.75	c calculated reachability. Time: 0.00
936.68/936.75	c  N dy 17814   2711980     14548     62284         0    125918    189473  10206432    116.25   no data
944.38/944.42	c  N dy 17946   2732046     14548     62284         0    145984    189473  13948285    116.26    124.64
950.78/950.84	c  N dy 18073   2752144     14548     62284         0     91092    189473   3591657    116.26    143.79
957.28/957.33	c  N dy 18203   2772197     14548     62284         0    111144    189473   7344964    116.27    123.62
964.48/964.54	c  N dy 18338   2792283     14548     62284         0    131230    189473  11108925    116.29    138.71
972.28/972.35	c  N dy 18473   2812330     14548     62284         0    151277    189473  14810281    116.29    125.60
978.48/978.51	c  N dy 18602   2832479     14548     62284         0     95427    189473   4205145    116.30    124.76
985.18/985.23	c  N dy 18742   2852629     14548     62284         0    115575    189473   7936236    116.31    127.70
992.57/992.62	c  N dy 18885   2872683     14548     62284         0    135629    189473  11757209    116.33    125.62
1000.47/1000.50	c  N dy 19021   2892778     14548     62284         0     78723    189473    940778    116.34    122.70
1006.58/1006.67	c  N dy 19159   2912843     14548     62284         0     98787    189473   4697197    116.35    137.63
1013.48/1013.54	c  N dy 19297   2933051     14548     62284         0    118995    189473   8486244    116.37    123.36
1020.97/1021.02	c  N dy 19440   2953115     14548     62284         0    139058    189473  12242453    116.39    124.03
1028.67/1028.78	c  N dy 19569   2973334     14548     62284         0     81287    189473   1209781    116.39    125.57
1034.78/1034.89	c  N dy 19690   2993379     14548     62284         0    101331    189473   4905532    116.39    126.42
1041.58/1041.68	c  N dy 19820   3013451     14548     62284         0    121401    189473   8686850    116.40    126.11
1049.08/1049.15	c  N dy 19953   3033504     14548     62284         0    141452    189473  12375229    116.40    124.27
1056.78/1056.81	c  N dy 20072   3053583     14548     62284         0     82531    189473   1257172    116.40    122.82
1062.98/1063.02	c  N dy 20198   3073670     14548     62284         0    102618    189473   5006159    116.39    124.21
1069.87/1069.97	c  N dy 20341   3093713     14548     62284         0    122659    189473   8783737    116.41    134.84
1077.48/1077.53	c  N dy 20478   3113798     14548     62284         0    142743    189473  12599190    116.43    210.96
1085.28/1085.31	c  N dy 20606   3133856     14548     62284         0     82809    189473   1172570    116.43    125.82
1091.57/1091.64	c  N dy 20745   3154043     14548     62284         0    102995    189473   4967014    116.44    125.09
1098.47/1098.54	c  N dy 20890   3174091     14548     62284         0    123041    189473   8774380    116.47    125.01
1105.97/1106.09	c  N dy 21030   3194226     14548     62284         0    143170    189473  12529413    116.48    132.09
1113.28/1113.30	c  S st 21147   3211982     14548     62284         0    160926    189473  15810707    116.48   no data
1113.48/1113.56	c  S st 21147   3212482     14548     62284         0    161426    189473  15885844    116.48   no data
1113.48/1113.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1113.68/1113.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.12
1113.68/1113.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1113.68/1113.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1113.68/1113.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.68/1113.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14548 time:  0.00 s
1113.68/1113.74	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1113.88/1113.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.17 s
1114.47/1114.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1126.57/1126.61	c lits-rem:         5  cl-subs:       29  v-elim:      0  v-fix:    0  time: 12.09 s
1126.57/1126.62	c vivif2 --  cl tried    62284 cl shrink        0 lits rem          0 time: 0.00
1126.77/1126.84	c vivif2 --  cl tried   161397 cl shrink        0 lits rem          0 time: 0.23
1126.97/1127.07	c asymm  cl-useful: 0/62284/62284 lits-rem:0 time: 0.22
1126.97/1127.07	c calculated reachability. Time: 0.00
1126.97/1127.07	c  N dy 21147   3212482     14548     62284         0    161397    189473  15874864    116.48   no data
1133.27/1133.37	c  N dy 21279   3232532     14548     62284         0    100449    189473   4300408    116.48    127.27
1140.17/1140.22	c  N dy 21413   3252725     14548     62284         0    120641    189473   8084856    116.49    127.01
1147.57/1147.64	c  N dy 21546   3272792     14548     62284         0    140707    189473  11828274    116.50    125.85
1155.67/1155.79	c  N dy 21684   3292825     14548     62284         0    160739    189473  15567561    116.50    128.93
1162.28/1162.40	c  N dy 21813   3312883     14548     62284         0     98801    189473   3758768    116.50    126.96
1169.07/1169.10	c  N dy 21947   3332911     14548     62284         0    118825    189473   7488125    116.51    135.89
1176.37/1176.49	c  N dy 22081   3353092     14548     62284         0    139006    189473  11181714    116.51    126.88
1184.38/1184.47	c  N dy 22209   3373151     14548     62284         0    159064    189473  14904897    116.51    125.61
1191.47/1191.52	c  N dy 22345   3393223     14548     62284         0     96138    189473   3126701    116.52    141.86
1198.08/1198.11	c  N dy 22473   3413266     14548     62284         0    116180    189473   6871827    116.52    199.19
1205.37/1205.41	c  N dy 22616   3433319     14548     62284         0    136230    189473  10595843    116.53    122.90
1213.28/1213.31	c  N dy 22743   3453366     14548     62284         0    156271    189473  14313891    116.54    123.19
1220.67/1220.79	c  N dy 22867   3473535     14548     62284         0     92446    189473   2213190    116.54    126.72
1227.27/1227.31	c  N dy 23000   3493579     14548     62284         0    112490    189473   5925442    116.54    129.48
1234.37/1234.48	c  N dy 23141   3513747     14548     62284         0    132657    189473   9677266    116.55    127.28
1242.17/1242.30	c  N dy 23278   3533854     14548     62284         0    152763    189473  13446490    116.57    127.44
1250.48/1250.50	c  N dy 23414   3554000     14548     62284         0     87918    189473   1206616    116.57    123.74
1256.77/1256.82	c  N dy 23543   3574113     14548     62284         0    108031    189473   4944304    116.57    125.82
1263.67/1263.76	c  N dy 23667   3594322     14548     62284         0    128239    189473   8698061    116.57    123.18
1271.37/1271.43	c  N dy 23802   3614463     14548     62284         0    148379    189473  12482379    116.58    124.09
1279.57/1279.65	c  N dy 23929   3634529     14548     62284         0    168445    189473  16203185    116.58    130.86
1286.37/1286.49	c  N dy 24060   3654924     14548     62284         0    102840    189473   3810250    116.58    128.24
1293.37/1293.44	c  N dy 24194   3675242     14548     62284         0    123156    189473   7609513    116.59    124.01

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.12 4.06 3.45 5/307 17994
/proc/meminfo: memFree=19627548/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=33348 CPUtime=0 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 1695 0 0 0 0 0 0 0 25 0 1 0 649696556 34148352 1408 33554432000 4194304 4580011 140735712387008 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 8337 1413 324 95 0 3319 0

[startup+0.0852219 s]
/proc/loadavg: 4.12 4.06 3.45 5/307 17994
/proc/meminfo: memFree=19627548/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=38244 CPUtime=0.08 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 3241 0 0 0 8 0 0 0 25 0 1 0 649696556 39161856 2949 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293875 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 9561 2949 340 95 0 4543 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 38244

[startup+0.100215 s]
/proc/loadavg: 4.12 4.06 3.45 5/307 17994
/proc/meminfo: memFree=19627548/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=40888 CPUtime=0.09 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 3791 0 0 0 9 0 0 0 25 0 1 0 649696556 41869312 3499 33554432000 4194304 4580011 140735712387008 18446744073709551615 4401163 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 10222 3500 344 95 0 5204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40888

[startup+0.300187 s]
/proc/loadavg: 4.12 4.06 3.45 5/307 17994
/proc/meminfo: memFree=19627548/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=47824 CPUtime=0.29 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 6269 0 0 0 29 0 0 0 18 0 1 0 649696556 48971776 5236 33554432000 4194304 4580011 140735712387008 18446744073709551615 4318705 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 11956 5236 364 95 0 6938 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47824

[startup+0.701144 s]
/proc/loadavg: 4.12 4.06 3.45 5/307 17994
/proc/meminfo: memFree=19627548/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=47824 CPUtime=0.69 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 6678 0 0 0 69 0 0 0 18 0 1 0 649696556 48971776 5645 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293166 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 11956 5645 364 95 0 6938 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47824

[startup+1.50101 s]
/proc/loadavg: 4.12 4.06 3.45 5/308 17995
/proc/meminfo: memFree=19599388/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=47824 CPUtime=1.49 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 7364 0 0 0 149 0 0 0 19 0 1 0 649696556 48971776 6331 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293065 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 11956 6331 364 95 0 6938 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47824

[startup+3.10074 s]
/proc/loadavg: 4.11 4.06 3.46 5/308 17995
/proc/meminfo: memFree=19614392/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=80640 CPUtime=3.09 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 8659 0 0 0 308 1 0 0 23 0 1 0 649696556 82575360 7626 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 20160 7626 364 95 0 15142 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80640

[startup+6.30021 s]
/proc/loadavg: 4.11 4.06 3.46 5/308 17995
/proc/meminfo: memFree=19597064/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=52072 CPUtime=6.29 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 12119 0 0 0 628 1 0 0 25 0 1 0 649696556 53321728 7099 33554432000 4194304 4580011 140735712387008 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 13018 7099 365 95 0 8000 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52072

[startup+12.7011 s]
/proc/loadavg: 4.09 4.06 3.46 5/308 17996
/proc/meminfo: memFree=19534952/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=114708 CPUtime=12.69 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 32438 0 0 0 1264 5 0 0 25 0 1 0 649696556 117460992 22509 33554432000 4194304 4580011 140735712387008 18446744073709551615 4321156 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 28677 22509 367 95 0 23659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114708

[startup+25.501 s]
/proc/loadavg: 4.08 4.06 3.47 5/308 17996
/proc/meminfo: memFree=19522164/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=122440 CPUtime=25.49 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 45170 0 0 0 2541 8 0 0 25 0 1 0 649696556 125378560 25259 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294549 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 30610 25259 367 95 0 25592 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122440

[startup+51.1006 s]
/proc/loadavg: 4.05 4.05 3.48 5/308 17997
/proc/meminfo: memFree=19447540/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=202076 CPUtime=51.09 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 71671 0 0 0 5096 13 0 0 25 0 1 0 649696556 206925824 44808 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 50519 44808 367 95 0 45501 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 202076

[startup+102.311 s]
/proc/loadavg: 4.02 4.04 3.51 5/308 17998
/proc/meminfo: memFree=19368240/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=214828 CPUtime=102.3 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 94237 0 0 0 10213 17 0 0 25 0 1 0 649696556 219983872 48508 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293653 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 53707 48508 367 95 0 48689 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 214828

[startup+162.301 s]
/proc/loadavg: 4.04 4.05 3.54 5/308 18000
/proc/meminfo: memFree=19315748/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=294516 CPUtime=162.29 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 124532 0 0 0 16205 24 0 0 25 0 1 0 649696556 301584384 58181 33554432000 4194304 4580011 140735712387008 18446744073709551615 4416631 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 73629 58181 367 95 0 68611 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 294516

[startup+222.301 s]
/proc/loadavg: 4.01 4.03 3.57 5/308 18001
/proc/meminfo: memFree=19332068/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=295008 CPUtime=222.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 148631 0 0 0 22198 30 0 0 25 0 1 0 649696556 302088192 56996 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 73752 56996 367 95 0 68734 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 295008

[startup+282.301 s]
/proc/loadavg: 4.00 4.03 3.59 5/308 18003
/proc/meminfo: memFree=19285028/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=295476 CPUtime=282.29 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 174159 0 0 0 28191 38 0 0 25 0 1 0 649696556 302567424 59062 33554432000 4194304 4580011 140735712387008 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 73869 59062 367 95 0 68851 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 295476

[startup+342.301 s]
/proc/loadavg: 4.04 4.03 3.62 5/308 18005
/proc/meminfo: memFree=19267728/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=309852 CPUtime=342.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 203207 0 0 0 34184 44 0 0 25 0 1 0 649696556 317288448 61259 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 77463 61259 367 95 0 72445 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 309852

[startup+402.301 s]
/proc/loadavg: 4.01 4.02 3.64 5/308 18006
/proc/meminfo: memFree=19201484/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=310928 CPUtime=402.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 228112 0 0 0 40178 50 0 0 25 0 1 0 649696556 318390272 64088 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 77732 64088 367 95 0 72714 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 310928

[startup+462.301 s]
/proc/loadavg: 4.00 4.02 3.66 5/308 18008
/proc/meminfo: memFree=19216716/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=285616 CPUtime=462.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 257124 0 0 0 46171 57 0 0 25 0 1 0 649696556 292470784 59846 33554432000 4194304 4580011 140735712387008 18446744073709551615 4316688 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 71404 59847 367 95 0 66386 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 285616

[startup+522.3 s]
/proc/loadavg: 4.06 4.03 3.68 5/308 18009
/proc/meminfo: memFree=19199192/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=286252 CPUtime=522.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 292070 0 0 0 52163 65 0 0 25 0 1 0 649696556 293122048 59954 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 71563 59954 367 95 0 66545 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 286252

[startup+582.3 s]
/proc/loadavg: 4.09 4.04 3.70 5/308 18011
/proc/meminfo: memFree=19248488/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=286780 CPUtime=582.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 325862 0 0 0 58156 72 0 0 25 0 1 0 649696556 293662720 56925 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 71695 56925 367 95 0 66677 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 286780

[startup+642.3 s]
/proc/loadavg: 4.03 4.03 3.72 5/308 18013
/proc/meminfo: memFree=19201056/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=233712 CPUtime=642.29 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 359633 0 0 0 64147 82 0 0 25 0 1 0 649696556 239321088 51922 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 58428 51922 367 95 0 53410 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 233712

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.74 5/308 18023
/proc/meminfo: memFree=19205576/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=287756 CPUtime=702.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 392504 0 0 0 70139 89 0 0 25 0 1 0 649696556 294662144 58168 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 71939 58168 367 95 0 66921 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 287756

[startup+762.311 s]
/proc/loadavg: 4.04 4.03 3.75 5/308 18025
/proc/meminfo: memFree=19079388/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=365544 CPUtime=762.29 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 439423 0 0 0 76130 99 0 0 25 0 1 0 649696556 374317056 77756 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 91386 77756 367 95 0 86368 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 365544

[startup+822.301 s]
/proc/loadavg: 3.57 3.91 3.73 4/302 18044
/proc/meminfo: memFree=22873372/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=366060 CPUtime=822.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 470962 0 0 0 82121 107 0 0 25 0 1 0 649696556 374845440 81060 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 91515 81060 367 95 0 86497 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 366060

[startup+882.301 s]
/proc/loadavg: 3.21 3.74 3.68 4/302 18049
/proc/meminfo: memFree=22942188/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=366508 CPUtime=882.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 501983 0 0 0 88114 114 0 0 25 0 1 0 649696556 375304192 83064 33554432000 4194304 4580011 140735712387008 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 91627 83064 367 95 0 86609 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 366508

[startup+942.301 s]
/proc/loadavg: 2.84 3.56 3.62 3/296 18069
/proc/meminfo: memFree=23284524/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=394276 CPUtime=942.27 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 537131 0 0 0 94104 123 0 0 25 0 1 0 649696556 403738624 88437 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 98569 88437 367 95 0 93551 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 394276

[startup+1002.3 s]
/proc/loadavg: 2.31 3.27 3.51 3/296 18070
/proc/meminfo: memFree=23362480/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=339088 CPUtime=1002.28 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 572618 0 0 0 100097 131 0 0 25 0 1 0 649696556 347226112 77670 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 84772 77670 367 95 0 79754 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 339088

[startup+1062.3 s]
/proc/loadavg: 1.58 2.90 3.37 2/290 18090
/proc/meminfo: memFree=23801764/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=395244 CPUtime=1062.27 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 606936 0 0 0 106088 139 0 0 25 0 1 0 649696556 404729856 80167 33554432000 4194304 4580011 140735712387008 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 98811 80167 367 95 0 93793 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 395244

[startup+1122.3 s]
/proc/loadavg: 1.21 2.55 3.22 2/290 18091
/proc/meminfo: memFree=23669568/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=485124 CPUtime=1122.27 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 655672 0 0 0 112080 147 0 0 25 0 1 0 649696556 496766976 112610 33554432000 4194304 4580011 140735712387008 18446744073709551615 4416214 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 121281 112610 367 95 0 116263 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 485124

[startup+1182.3 s]
/proc/loadavg: 1.08 2.26 3.08 2/290 18093
/proc/meminfo: memFree=23679212/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=485504 CPUtime=1182.27 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 686825 0 0 0 118073 154 0 0 25 0 1 0 649696556 497156096 110663 33554432000 4194304 4580011 140735712387008 18446744073709551615 4324223 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 121376 110663 367 95 0 116358 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 485504

[startup+1242.3 s]
/proc/loadavg: 1.03 2.03 2.94 2/290 18095
/proc/meminfo: memFree=23679564/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=485944 CPUtime=1242.27 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 720027 0 0 0 124065 162 0 0 25 0 1 0 649696556 497606656 110203 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 121486 110203 367 95 0 116468 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 485944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.01 1.86 2.83 2/290 18096
/proc/meminfo: memFree=23688720/32951124 swapFree=63649232/67111528
[pid=17994] ppid=17992 vsize=486408 CPUtime=1299.98 cores=4,6
/proc/17994/stat : 17994 (strangenight2-s) R 17992 17994 17666 0 -1 4202496 751929 0 0 0 129830 168 0 0 25 0 1 0 649696556 498081792 107664 33554432000 4194304 4580011 140735712387008 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/17994/statm: 121602 107664 367 95 0 116584 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 486408

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.01
CPU user time (s): 1298.31
CPU system time (s): 1.70474
CPU usage (%): 99.9987
Max. virtual memory (cumulated for all children) (KiB): 486408

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

runsolver used 3.69844 second user time and 8.17776 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 15:49:41
IDJOB=3367358
IDBENCH=82567
IDSOLVER=1845
FILE ID=node130/3367358-1305380980
RUNJOBID= node130-1305379152-17685
PBS_JOBID= 13324372
Free space on /tmp= 73392 MiB

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

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

MD5SUM BENCH= 211de71ef1119669a20965247c8273d8
RANDOM SEED=1018417942

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.81
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.838
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19627828 kB
Buffers:        310480 kB
Cached:        7222568 kB
SwapCached:      10360 kB
Active:        7420956 kB
Inactive:      5614784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19627828 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            6656 kB
Writeback:           4 kB
AnonPages:     5500448 kB
Mapped:          14504 kB
Slab:           190004 kB
PageTables:      34680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 56310608 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= 73420 MiB
End job on node130 at 2011-05-14 16:11:23