Trace number 3367357

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.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v5000-c21000-S425619685-036-UNKNOWN.cnf
MD5SUMe54dff8ae8b71ab472786a7e95ae7d20
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.55861
Satisfiable
(Un)Satisfiability was proved
Number of variables5000
Number of clauses21000
Sum of the clauses size63000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 321000
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-3367357-1305380936.cnf'
0.00/0.00	c -- header says num vars:           5000
0.00/0.00	c -- header says num clauses:       21000
0.00/0.01	c -- clauses added:            0 learnts,        21000 normals,            0 xors
0.00/0.01	c -- vars added       5000
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      5000     21000         0         0     63000         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/21000/21000 lits-rem:0 time: 0.01
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   5000 time:  0.00 s
0.00/0.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:        0  v-elim:    118  v-fix:    0  time:  0.02 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.07	c calculated reachability. Time: 0.00
0.00/0.07	c Calc default polars -  time:   0.00 s pos:    2213 undec:     552 neg:    2235
0.00/0.07	c =========================================================================================
0.00/0.07	c types(t): F = full restart, N = normal restart
0.00/0.07	c types(t): S = simplification begin/end, E = solution found
0.00/0.07	c restart types(rt): st = static, dy = dynamic
0.00/0.07	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.07	c  B st     0         0      4882     20880         0         0     63394         0   no data   no data
0.49/0.50	c  N dy    16      4184      4882     20880         0      4184     63394    455328     65.28     69.08
0.89/0.96	c  N dy    38      8422      4882     20880         0      5921     63394    455057     64.76     68.39
1.38/1.42	c  N dy    61     12476      4882     20880         0      5726     63394    271372     65.02     82.93
1.88/1.91	c  N dy    91     16679      4882     20880         0      9929     63394    711516     65.44     71.65
2.28/2.39	c  N dy   119     20793      4882     20880         0      8420     63394    428884     65.72     70.64
2.79/2.89	c  N dy   145     24854      4882     20880         0     12481     63394    850773     65.65     69.86
2.89/2.90	c  F st   147     25000      4882     20880         0     12627     63394    865970     65.63   no data
3.49/3.54	c  N dy   153     30000      4882     20880         0     10815     63394    610653     65.63   no data
3.49/3.54	c  S st   153     30000      4882     20880         0     10815     63394    610653     65.63   no data
3.59/3.60	c  S st   153     30505      4882     20880         0     11320     63394    649818     65.63   no data
3.59/3.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.59/3.62	c blocked clauses removed:       93 vars:     18 tried:        4882 T: 0.00 s
3.59/3.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4864 time:  0.00 s
3.59/3.63	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
3.59/3.64	c lits-rem:         0  cl-subs:        0  v-elim:      2  v-fix:    0  time:  0.02 s
3.59/3.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.68/3.76	c lits-rem:        13  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.09 s
3.68/3.79	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.02
3.68/3.79	c calculated reachability. Time: 0.00
3.68/3.79	c  N dy   153     30505      4862     20785         0     11295     63125    646535     65.63   no data
4.29/4.32	c  N dy   178     34685      4862     20785         0     15475     63125   1075172     65.78     69.92
4.79/4.82	c  N dy   200     38776      4862     20785         0     11672     63125    545123     65.73     69.62
5.29/5.35	c  N dy   228     42998      4862     20785         0     15894     63125    973396     65.72     69.48
5.69/5.71	c  S st   248     45758      4862     20785         0      9708     63125    237425     65.79   no data
5.69/5.77	c  S st   248     46261      4862     20785         0     10211     63125    276552     65.79   no data
5.69/5.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.69/5.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
5.69/5.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.69/5.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.69/5.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.69/5.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
5.69/5.79	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
5.79/5.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
5.79/5.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.79/5.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
5.79/5.84	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
5.79/5.85	c vivif2 --  cl tried    10211 cl shrink        0 lits rem          0 time: 0.00
5.79/5.87	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.02
5.79/5.87	c calculated reachability. Time: 0.00
5.79/5.87	c  N dy   248     46261      4862     20785         0     10211     63125    276552     65.79   no data
6.29/6.39	c  N dy   274     50448      4862     20785         0     14398     63125    703043     65.65     69.74
6.89/6.94	c  N dy   301     54554      4862     20785         0     18503     63125   1127779     65.83     69.31
7.39/7.45	c  N dy   319     58581      4862     20785         0     12554     63125    426872     65.70     69.29
7.89/7.97	c  N dy   347     62648      4862     20785         0     16621     63125    858408     65.96     70.24
8.49/8.53	c  N dy   371     66702      4862     20785         0     20675     63125   1275657     66.01     69.66
8.88/8.90	c  S st   389     69391      4862     20785         0     12377     63125    318457     66.14   no data
8.88/8.96	c  S st   389     69895      4862     20785         0     12881     63125    359026     66.14   no data
8.88/8.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.88/8.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
8.88/8.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.88/8.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.88/8.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.88/8.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
8.88/8.98	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
8.98/9.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.98/9.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.98/9.05	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.04 s
8.98/9.06	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
8.98/9.06	c vivif2 --  cl tried    12880 cl shrink        0 lits rem          0 time: 0.01
8.98/9.08	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.02
8.98/9.09	c calculated reachability. Time: 0.00
8.98/9.09	c  N dy   389     69895      4862     20785         0     12880     63125    358748     66.14   no data
9.58/9.68	c  N dy   417     74393      4862     20785         0     17377     63125    830692     66.22     69.99
10.29/10.34	c  N dy   445     79155      4862     20785         0     22138     63125   1327445     66.19     70.58
11.00/11.04	c  N dy   474     84301      4862     20785         0     15296     63125    514132     66.19     70.09
11.39/11.47	c  F st   497     87502      4862     20785         0     18497     63125    851286     66.28   no data
11.89/11.93	c  N st   502     90798      4862     20785         0     21793     63125   1216998     66.28   no data
12.69/12.79	c  N dy   532     96748      4862     20785         0     14742     63125    364690     66.42     71.07
13.58/13.63	c  N dy   568    102998      4862     20785         0     20992     63125   1023248     66.48     72.17
13.78/13.89	c  S st   581    104843      4862     20785         0     22837     63125   1212300     66.49   no data
13.88/13.97	c  S st   581    105346      4862     20785         0     23340     63125   1256350     66.49   no data
13.88/13.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.88/13.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
13.98/14.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.98/14.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.98/14.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.98/14.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
13.98/14.00	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
13.98/14.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
13.98/14.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.49/14.51	c lits-rem:        17  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.43 s
14.49/14.51	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
14.49/14.53	c vivif2 --  cl tried    23337 cl shrink        0 lits rem          0 time: 0.02
14.49/14.56	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.03
14.49/14.56	c calculated reachability. Time: 0.00
14.49/14.56	c  N dy   581    105346      4862     20785         0     23337     63125   1256120     66.49   no data
15.49/15.54	c  N dy   620    112079      4862     20785         0     16074     63125    402424     66.54     70.06
16.49/16.58	c  N dy   657    119610      4862     20785         0     23604     63125   1182866     66.40     70.96
17.68/17.74	c  N dy   705    127249      4862     20785         0     16251     63125    315921     66.43     70.53
18.89/18.90	c  N dy   758    135400      4862     20785         0     24400     63125   1168150     66.46     82.85
20.19/20.24	c  N dy   814    144058      4862     20785         0     17056     63125    310459     66.53    111.71
21.48/21.58	c  N dy   872    153477      4862     20785         0     26473     63125   1297353     66.49     70.03
22.18/22.29	c  S st   901    158019      4862     20785         0     31015     63125   1770882     66.48   no data
22.28/22.38	c  S st   901    158523      4862     20785         0     31519     63125   1815177     66.48   no data
22.28/22.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.38/22.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
22.38/22.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.38/22.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.38/22.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.38/22.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
22.38/22.42	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
22.38/22.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
22.48/22.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.48/23.52	c lits-rem:        25  cl-subs:        4  v-elim:      0  v-fix:    0  time:  1.00 s
23.48/23.52	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
23.48/23.55	c vivif2 --  cl tried    31515 cl shrink        0 lits rem          0 time: 0.02
23.48/23.59	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.04
23.48/23.59	c calculated reachability. Time: 0.00
23.48/23.59	c  N dy   901    158523      4862     20785         0     31515     63125   1814467     66.48   no data
24.98/25.08	c  N dy   965    168691      4862     20785         0     24680     63125   1011078     66.58     71.03
26.79/26.83	c  N dy  1035    179556      4862     20785         0     35545     63125   2143517     66.61     70.52
28.49/28.53	c  N dy  1110    191201      4862     20785         0     29190     63125   1400343     66.76     70.62
30.49/30.57	c  N dy  1192    203718      4862     20785         0     22704     63125    600884     66.83     73.32
32.68/32.71	c  N dy  1282    216986      4862     20785         0     35970     63125   1999675     66.91     71.19
34.79/34.87	c  N dy  1363    230930      4862     20785         0     29923     63125   1246599     66.86     70.42
35.89/35.98	c  S st  1404    237784      4862     20785         0     36777     63125   1964094     66.86     57.28
35.99/36.07	c  S st  1404    238287      4862     20785         0     37280     63125   2008648     66.86   no data
35.99/36.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
36.09/36.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
36.09/36.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.09/36.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.09/36.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.09/36.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
36.09/36.11	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
36.09/36.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
36.19/36.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.59/37.60	c lits-rem:        24  cl-subs:        9  v-elim:      0  v-fix:    0  time:  1.38 s
37.59/37.60	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
37.59/37.63	c vivif2 --  cl tried    37271 cl shrink        0 lits rem          0 time: 0.03
37.59/37.68	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.05
37.59/37.68	c calculated reachability. Time: 0.00
37.59/37.68	c  N dy  1404    238287      4862     20785         0     37271     63125   2006669     66.86   no data
40.09/40.12	c  N dy  1501    253498      4862     20785         0     31479     63125   1333528     66.92     71.82
42.90/42.95	c  N dy  1603    269750      4862     20785         0     25733     63125    631804     66.94     72.96
45.79/45.82	c  N dy  1707    286980      4862     20785         0     42961     63125   2433460     66.96     70.84
48.78/48.85	c  N dy  1822    305322      4862     20785         0     38308     63125   1851776     67.04     70.84
48.98/49.02	c  F st  1828    306250      4862     20785         0     39236     63125   1948998     67.04     62.61
52.19/52.23	c  N dy  1917    324878      4862     20785         0     33862     63125   1282137     67.07     73.97
55.68/55.77	c  N dy  2030    344944      4862     20785         0     28925     63125    677869     67.07     76.89
57.79/57.89	c  S st  2114    357433      4862     20785         0     41412     63125   1994249     67.14     65.14
57.89/58.00	c  S st  2114    357939      4862     20785         0     41918     63125   2034090     67.14   no data
57.99/58.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.99/58.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
57.99/58.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.99/58.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.99/58.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.99/58.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
57.99/58.04	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
57.99/58.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
58.09/58.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.58/59.66	c lits-rem:        48  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.51 s
59.58/59.66	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
59.58/59.69	c vivif2 --  cl tried    41912 cl shrink        0 lits rem          0 time: 0.03
59.68/59.73	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.05
59.68/59.74	c calculated reachability. Time: 0.00
59.68/59.74	c  N dy  2114    357939      4862     20785         0     41912     63125   2032675     67.14   no data
63.19/63.25	c  N dy  2237    378057      4862     20785         0     36036     63125   1301513     67.18     71.76
66.89/66.99	c  N dy  2364    398136      4862     20785         0     29112     63125    482758     67.27     71.27
70.49/70.54	c  N dy  2494    418200      4862     20785         0     49174     63125   2609763     67.33     72.13
74.09/74.16	c  N dy  2609    438417      4862     20785         0     41392     63125   1670107     67.30     70.96
77.99/78.08	c  N dy  2737    458856      4862     20785         0     32829     63125    686513     67.35     71.51
81.68/81.73	c  N dy  2858    478945      4862     20785         0     52915     63125   2787545     67.35     78.19
85.39/85.49	c  N dy  2996    498963      4862     20785         0     42934     63125   1659042     67.43     78.60
89.48/89.57	c  N dy  3123    519069      4862     20785         0     32041     63125    400305     67.45     71.67
92.69/92.71	c  S st  3236    536908      4862     20785         0     49878     63125   2292494     67.48   no data
92.79/92.82	c  S st  3236    537409      4862     20785         0     50379     63125   2337447     67.48   no data
92.79/92.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
92.79/92.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
92.79/92.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
92.79/92.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
92.79/92.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
92.79/92.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
92.79/92.87	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
92.89/92.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
92.89/92.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
95.18/95.21	c lits-rem:        71  cl-subs:        7  v-elim:      0  v-fix:    0  time:  2.23 s
95.18/95.21	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
95.18/95.25	c vivif2 --  cl tried    50372 cl shrink        0 lits rem          0 time: 0.03
95.28/95.31	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.06
95.28/95.31	c calculated reachability. Time: 0.00
95.28/95.31	c  N dy  3236    537409      4862     20785         0     50372     63125   2336671     67.48   no data
99.29/99.35	c  N dy  3358    557449      4862     20785         0     38423     63125    982361     67.49     72.56
103.19/103.23	c  N dy  3483    577467      4862     20785         0     58439     63125   3106192     67.52     74.56
106.99/107.08	c  N dy  3602    597549      4862     20785         0     45520     63125   1612703     67.53     71.44
111.29/111.38	c  N dy  3727    617581      4862     20785         0     65549     63125   3719497     67.58     71.64
115.18/115.21	c  N dy  3844    637838      4862     20785         0     51812     63125   2192173     67.59     74.08
119.49/119.59	c  N dy  3965    657882      4862     20785         0     36859     63125    500939     67.61     71.35
123.39/123.41	c  N dy  4094    677986      4862     20785         0     56962     63125   2622437     67.64     72.01
127.89/127.90	c  N dy  4216    699162      4862     20785         0     42135     63125    964417     67.65     71.55
131.89/131.97	c  N dy  4335    719289      4862     20785         0     62260     63125   3078738     67.65     71.63
136.19/136.24	c  N dy  4457    739421      4862     20785         0     45394     63125   1205853     67.66     71.86
140.29/140.37	c  N dy  4583    759459      4862     20785         0     65428     63125   3301821     67.67     72.07
144.69/144.72	c  N dy  4714    779541      4862     20785         0     47513     63125   1352675     67.71     75.70
148.89/148.97	c  N dy  4835    799570      4862     20785         0     67540     63125   3484866     67.73     71.43
150.49/150.55	c  S st  4871    806114      4862     20785         0     74082     63125   4175207     67.73   no data
150.60/150.70	c  S st  4871    806621      4862     20785         0     74589     63125   4215581     67.73   no data
150.70/150.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
150.70/150.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.05
150.70/150.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
150.70/150.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
150.70/150.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
150.70/150.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
150.70/150.77	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
150.79/150.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
150.89/150.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.19/155.22	c lits-rem:        54  cl-subs:       18  v-elim:      0  v-fix:    0  time:  4.24 s
155.19/155.22	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
155.19/155.29	c vivif2 --  cl tried    74571 cl shrink        0 lits rem          0 time: 0.06
155.29/155.38	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.09
155.29/155.38	c calculated reachability. Time: 0.00
155.29/155.38	c  N dy  4871    806621      4862     20785         0     74571     63125   4211276     67.73   no data
159.40/159.44	c  N dy  4996    826704      4862     20785         0     55655     63125   2079746     67.75     71.46
164.09/164.10	c  N dy  5121    846766      4862     20785         0     75713     63125   4202471     67.77     73.21
168.19/168.25	c  N dy  5249    866844      4862     20785         0     55796     63125   2011640     67.78     72.00
172.79/172.85	c  N dy  5369    886938      4862     20785         0     75887     63125   4120827     67.79     73.15
177.10/177.17	c  N dy  5492    906946      4862     20785         0     54894     63125   1868969     67.82     83.86
181.69/181.78	c  N dy  5608    927140      4862     20785         0     75086     63125   3994436     67.80     71.86
186.19/186.24	c  N dy  5740    947145      4862     20785         0     53098     63125   1538087     67.84     73.66
190.80/190.81	c  N dy  5869    967382      4862     20785         0     73333     63125   3700679     67.87     71.94
195.49/195.58	c  N dy  6000    987514      4862     20785         0     50469     63125   1153726     67.89     72.47
199.89/199.92	c  N dy  6120   1007620      4862     20785         0     70574     63125   3252632     67.88     71.57
204.99/205.08	c  N dy  6244   1028007      4862     20785         0     46969     63125    684995     67.89     71.75
209.20/209.24	c  N dy  6345   1048102      4862     20785         0     67063     63125   2809782     67.87     71.55
214.40/214.44	c  N dy  6475   1068226      4862     20785         0     87183     63125   4953646     67.90     72.31
215.39/215.47	c  F st  6497   1071875      4862     20785         0     45833     63125    454601     67.90     55.87
218.69/218.73	c  N dy  6578   1088235      4862     20785         0     62190     63125   2247538     67.91     72.41
223.60/223.67	c  N dy  6702   1108312      4862     20785         0     82265     63125   4393706     67.92     74.45
228.49/228.52	c  N dy  6837   1128374      4862     20785         0     56324     63125   1486627     67.95     72.34
233.10/233.11	c  N dy  6951   1148444      4862     20785         0     76391     63125   3653624     67.96     93.21
238.39/238.50	c  N dy  7070   1168821      4862     20785         0     49774     63125    679551     67.96     71.97
242.79/242.80	c  N dy  7188   1189037      4862     20785         0     69985     63125   2826469     67.97     73.48
247.99/248.07	c  N dy  7314   1209293      4862     20785         0     90236     63125   4988165     67.98     71.60
248.19/248.26	c  S st  7318   1209932      4862     20785         0     90875     63125   5055448     67.98   no data
248.39/248.44	c  S st  7318   1210438      4862     20785         0     91381     63125   5095945     67.98   no data
248.39/248.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
248.50/248.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
248.50/248.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
248.50/248.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
248.50/248.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.50/248.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
248.50/248.53	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
248.50/248.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
248.69/248.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.59/254.68	c lits-rem:        56  cl-subs:       11  v-elim:      0  v-fix:    0  time:  5.89 s
254.59/254.68	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
254.69/254.75	c vivif2 --  cl tried    91370 cl shrink        0 lits rem          0 time: 0.07
254.79/254.86	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.11
254.79/254.87	c calculated reachability. Time: 0.00
254.79/254.87	c  N dy  7318   1210438      4862     20785         0     91370     63125   5093977     67.98   no data
259.39/259.40	c  N dy  7437   1230527      4862     20785         0     63468     63125   2021654     67.99     72.45
264.30/264.35	c  N dy  7562   1250587      4862     20785         0     83527     63125   4147081     67.99     72.92
269.59/269.69	c  N dy  7688   1270792      4862     20785         0     54732     63125   1001726     68.01     71.71
274.19/274.22	c  N dy  7811   1290962      4862     20785         0     74902     63125   3132450     68.01     72.11
279.60/279.62	c  N dy  7928   1310992      4862     20785         0     94932     63125   5275752     68.03     72.14
284.19/284.26	c  N dy  8043   1331043      4862     20785         0     64983     63125   2001012     68.03     73.14
289.20/289.30	c  N dy  8169   1351106      4862     20785         0     85042     63125   4146887     68.05     88.36
294.89/294.99	c  N dy  8295   1371189      4862     20785         0     54131     63125    739004     68.06     72.22
299.29/299.38	c  N dy  8418   1391248      4862     20785         0     74181     63125   2880001     68.07     76.01
304.79/304.83	c  N dy  8549   1411351      4862     20785         0     94283     63125   5014627     68.08     71.93
309.90/309.97	c  N dy  8668   1431445      4862     20785         0     62383     63125   1521026     68.08     72.12
314.79/314.84	c  N dy  8793   1451473      4862     20785         0     82410     63125   3661858     68.10     72.56
320.70/320.71	c  N dy  8926   1471523      4862     20785         0    102460     63125   5815268     68.12     73.23
325.29/325.39	c  N dy  9041   1491616      4862     20785         0     69552     63125   2176218     68.12     73.82
330.59/330.60	c  N dy  9170   1511694      4862     20785         0     89625     63125   4319835     68.15     94.00
336.50/336.56	c  N dy  9294   1531792      4862     20785         0     55730     63125    604604     68.16     72.48
341.10/341.11	c  N dy  9427   1551798      4862     20785         0     75732     63125   2745745     68.19     72.75
346.60/346.60	c  N dy  9552   1571910      4862     20785         0     95842     63125   4884193     68.20     73.53
352.19/352.27	c  N dy  9663   1591933      4862     20785         0     60872     63125   1047791     68.20     72.37
357.00/357.01	c  N dy  9785   1612073      4862     20785         0     81009     63125   3184262     68.20     72.65
362.70/362.72	c  N dy  9914   1632171      4862     20785         0    101103     63125   5337556     68.22     72.02
368.30/368.31	c  N dy 10049   1652304      4862     20785         0     65242     63125   1428424     68.24     72.77
373.29/373.36	c  N dy 10194   1672319      4862     20785         0     85255     63125   3592737     68.28     73.47
379.20/379.29	c  N dy 10317   1692322      4862     20785         0    105254     63125   5755976     68.29     74.22
384.20/384.28	c  S st 10428   1710441      4862     20785         0     66375     63125   1444849     68.29   no data
384.40/384.41	c  S st 10428   1710943      4862     20785         0     66877     63125   1485813     68.29   no data
384.40/384.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
384.40/384.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
384.40/384.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
384.40/384.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
384.40/384.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
384.40/384.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
384.40/384.47	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
384.50/384.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
384.50/384.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
385.70/385.72	c lits-rem:        26  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.17 s
385.70/385.73	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
385.70/385.75	c vivif2 --  cl tried    66876 cl shrink        0 lits rem          0 time: 0.02
385.80/385.83	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.08
385.80/385.83	c calculated reachability. Time: 0.00
385.80/385.83	c  N dy 10428   1710943      4862     20785         0     66876     63125   1485640     68.29   no data
390.90/390.99	c  N dy 10551   1731073      4862     20785         0     87003     63125   3644062     68.30     72.11
397.10/397.16	c  N dy 10665   1751919      4862     20785         0    107845     63125   5920732     68.29     72.60
402.61/402.63	c  N dy 10800   1771927      4862     20785         0     69862     63125   1717337     68.31     72.20
407.90/407.91	c  N dy 10938   1792046      4862     20785         0     89979     63125   3891820     68.33     73.84
414.00/414.08	c  N dy 11059   1812194      4862     20785         0    110126     63125   6033945     68.33     73.09
419.50/419.53	c  N dy 11171   1832496      4862     20785         0     71433     63125   1783634     68.33     74.29
424.70/424.77	c  N dy 11299   1852516      4862     20785         0     91453     63125   3920866     68.34     73.34
430.90/430.95	c  N dy 11420   1872615      4862     20785         0    111548     63125   6061116     68.34     72.26
436.50/436.54	c  N dy 11555   1892645      4862     20785         0     71585     63125   1695765     68.36     73.62
441.70/441.79	c  N dy 11684   1912719      4862     20785         0     91658     63125   3836401     68.37     79.85
448.00/448.08	c  N dy 11819   1932742      4862     20785         0    111677     63125   5975848     68.39     72.70
453.80/453.85	c  N dy 11935   1952826      4862     20785         0     70763     63125   1525117     68.39     73.21
459.00/459.02	c  N dy 12060   1972844      4862     20785         0     90779     63125   3666044     68.41     73.54
465.21/465.24	c  N dy 12187   1992851      4862     20785         0    110785     63125   5806385     68.41     72.58
471.40/471.49	c  N dy 12312   2012889      4862     20785         0     68825     63125   1204259     68.42     74.06
476.50/476.58	c  N dy 12441   2032979      4862     20785         0     88915     63125   3334637     68.43     72.92
482.50/482.55	c  N dy 12566   2052985      4862     20785         0    108920     63125   5492618     68.44     74.84
489.20/489.23	c  N dy 12689   2073127      4862     20785         0     66068     63125    811503     68.44     72.22
494.10/494.19	c  N dy 12808   2093313      4862     20785         0     86253     63125   2958899     68.45     72.23
500.10/500.14	c  N dy 12926   2113356      4862     20785         0    106295     63125   5100144     68.45     74.60
507.01/507.07	c  N dy 13056   2133449      4862     20785         0    126384     63125   7229731     68.46     72.11
512.20/512.22	c  N dy 13184   2153455      4862     20785         0     82394     63125   2469129     68.47     74.66
517.91/517.98	c  N dy 13309   2173630      4862     20785         0    102568     63125   4634258     68.47     73.60
524.80/524.81	c  N dy 13436   2193696      4862     20785         0    122631     63125   6787468     68.48     72.35
529.81/529.87	c  S st 13545   2210943      4862     20785         0     74882     63125   1556000     68.48   no data
530.01/530.02	c  S st 13545   2211444      4862     20785         0     75383     63125   1592308     68.48   no data
530.01/530.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
530.01/530.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
530.01/530.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
530.01/530.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
530.01/530.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
530.01/530.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
530.01/530.07	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
530.11/530.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
530.11/530.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.21/531.24	c lits-rem:        22  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.08 s
531.21/531.25	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
531.21/531.27	c vivif2 --  cl tried    75380 cl shrink        0 lits rem          0 time: 0.03
531.31/531.35	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.08
531.31/531.36	c calculated reachability. Time: 0.00
531.31/531.36	c  N dy 13545   2211444      4862     20785         0     75380     63125   1592025     68.48   no data
536.60/536.70	c  N dy 13669   2231447      4862     20785         0     95381     63125   3762632     68.49     77.15
543.00/543.09	c  N dy 13795   2251530      4862     20785         0    115463     63125   5919940     68.50     80.11
550.01/550.04	c  N dy 13928   2271573      4862     20785         0     69506     63125    869666     68.51     72.47
555.10/555.15	c  N dy 14065   2291673      4862     20785         0     89606     63125   3023243     68.52     72.60
561.30/561.35	c  N dy 14193   2311995      4862     20785         0    109926     63125   5197920     68.52     73.57
568.40/568.48	c  N dy 14321   2332083      4862     20785         0    130013     63125   7330617     68.53     80.65
574.00/574.00	c  N dy 14449   2352108      4862     20785         0     83043     63125   2216288     68.54     72.27
579.71/579.74	c  N dy 14572   2372153      4862     20785         0    103085     63125   4356655     68.55     73.02
586.40/586.43	c  N dy 14701   2392171      4862     20785         0    123101     63125   6528423     68.57     72.65
593.00/593.06	c  N dy 14825   2412191      4862     20785         0     75130     63125   1278516     68.58     91.49
598.31/598.40	c  N dy 14944   2432242      4862     20785         0     95180     63125   3421020     68.58     74.61
604.80/604.83	c  N dy 15068   2452427      4862     20785         0    115361     63125   5564006     68.58     72.87
612.20/612.24	c  N dy 15193   2472532      4862     20785         0    135464     63125   7728441     68.58     73.03
617.71/617.72	c  N dy 15315   2492849      4862     20785         0     86790     63125   2416539     68.58     73.31
623.61/623.68	c  N dy 15449   2512899      4862     20785         0    106839     63125   4559801     68.59     72.76
630.61/630.70	c  N dy 15570   2533068      4862     20785         0    127008     63125   6709126     68.59     72.39
637.40/637.46	c  N dy 15696   2553246      4862     20785         0     77183     63125   1295440     68.60     73.65
642.91/642.97	c  N dy 15822   2573390      4862     20785         0     97321     63125   3462945     68.61     72.40
649.31/649.36	c  N dy 15943   2593468      4862     20785         0    117393     63125   5616793     68.61     72.47
656.91/656.91	c  N dy 16076   2613566      4862     20785         0    137488     63125   7772794     68.62     72.49
662.71/662.72	c  N dy 16196   2633610      4862     20785         0     86541     63125   2202576     68.63     76.21
668.51/668.57	c  N dy 16318   2653676      4862     20785         0    106603     63125   4350157     68.63     72.97
675.61/675.66	c  N dy 16442   2674409      4862     20785         0    127333     63125   6588161     68.64     72.97
683.12/683.17	c  N dy 16572   2694471      4862     20785         0     75404     63125    892835     68.65     72.58
687.61/687.64	c  S st 16674   2711445      4862     20785         0     92377     63125   2703926     68.65   no data
687.81/687.82	c  S st 16674   2711947      4862     20785         0     92879     63125   2745870     68.65   no data
687.81/687.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
687.81/687.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
687.81/687.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
687.81/687.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
687.81/687.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
687.81/687.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
687.81/687.89	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
687.91/687.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
688.01/688.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
691.01/691.04	c lits-rem:        19  cl-subs:       10  v-elim:      0  v-fix:    0  time:  2.99 s
691.01/691.04	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
691.01/691.08	c vivif2 --  cl tried    92869 cl shrink        0 lits rem          0 time: 0.04
691.11/691.19	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.11
691.11/691.19	c calculated reachability. Time: 0.00
691.11/691.19	c  N dy 16674   2711947      4862     20785         0     92869     63125   2744472     68.65   no data
697.32/697.34	c  N dy 16804   2732028      4862     20785         0    112950     63125   4910340     68.66     73.66
704.51/704.58	c  N dy 16934   2752117      4862     20785         0    133038     63125   7062703     68.66     72.46
711.61/711.67	c  N dy 17062   2772123      4862     20785         0     80049     63125   1287887     68.67     72.36
717.22/717.28	c  N dy 17189   2792186      4862     20785         0    100109     63125   3428013     68.68     78.21
723.91/723.91	c  N dy 17321   2812552      4862     20785         0    120472     63125   5625573     68.69     72.31
731.52/731.54	c  N dy 17449   2832694      4862     20785         0    140610     63125   7799831     68.70     74.79
737.81/737.82	c  N dy 17565   2852751      4862     20785         0     86678     63125   1900936     68.70     74.03
743.71/743.78	c  N dy 17703   2872940      4862     20785         0    106863     63125   4085505     68.71     73.97
750.71/750.78	c  N dy 17832   2893009      4862     20785         0    126932     63125   6216298     68.71     72.91
758.71/758.76	c  N dy 17968   2913040      4862     20785         0    146961     63125   8371764     68.73     74.51
764.52/764.54	c  N dy 18087   2933216      4862     20785         0     92138     63125   2382481     68.73     73.70
770.71/770.73	c  N dy 18220   2953270      4862     20785         0    112189     63125   4549242     68.75     72.47
778.01/778.06	c  N dy 18350   2973293      4862     20785         0    132210     63125   6707294     68.76     73.71
786.21/786.29	c  N dy 18482   2993382      4862     20785         0     76311     63125    587376     68.77     72.88
791.61/791.65	c  N dy 18615   3013426      4862     20785         0     96352     63125   2753307     68.79     78.33
798.01/798.06	c  N dy 18756   3033594      4862     20785         0    116518     63125   4929366     68.80     74.25
805.41/805.46	c  N dy 18890   3053618      4862     20785         0    136540     63125   7095800     68.81     72.70
813.61/813.61	c  N dy 19024   3073653      4862     20785         0     79581     63125    833657     68.82     72.52
819.11/819.10	c  N dy 19154   3093677      4862     20785         0     99604     63125   2991051     68.83     72.82
825.71/825.70	c  N dy 19284   3114053      4862     20785         0    119974     63125   5166638     68.84     73.93
833.21/833.23	c  N dy 19406   3134181      4862     20785         0    140098     63125   7328806     68.84     72.98
841.42/841.42	c  N dy 19532   3154327      4862     20785         0     82253     63125   1032560     68.84     72.93
847.12/847.18	c  N dy 19661   3174419      4862     20785         0    102343     63125   3198892     68.85     80.39
853.82/853.88	c  N dy 19783   3194519      4862     20785         0    122443     63125   5370926     68.86     77.02
860.41/860.45	c  S st 19891   3211950      4862     20785         0    139873     63125   7240619     68.86     63.14
860.71/860.71	c  S st 19891   3212450      4862     20785         0    140373     63125   7282509     68.86   no data
860.71/860.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
860.81/860.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
860.81/860.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
860.81/860.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
860.81/860.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
860.81/860.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
860.81/860.83	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
860.91/860.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
861.11/861.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
870.21/870.20	c lits-rem:        78  cl-subs:       26  v-elim:      0  v-fix:    0  time:  9.00 s
870.21/870.20	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
870.31/870.31	c vivif2 --  cl tried   140347 cl shrink        0 lits rem          0 time: 0.11
870.41/870.49	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.18
870.41/870.49	c calculated reachability. Time: 0.00
870.41/870.49	c  N dy 19891   3212450      4862     20785         0    140347     63125   7276972     68.86   no data
878.82/878.81	c  N dy 20026   3232461      4862     20785         0     81363     63125    840465     68.87     86.28
884.32/884.39	c  N dy 20140   3252593      4862     20785         0    101493     63125   3007086     68.87     72.80
891.11/891.11	c  N dy 20275   3272873      4862     20785         0    121769     63125   5200041     68.88     72.67
898.81/898.83	c  N dy 20404   3292953      4862     20785         0    141848     63125   7360390     68.89     88.05
907.31/907.32	c  N dy 20538   3313014      4862     20785         0     81911     63125    790588     68.89     76.22
912.92/912.99	c  N dy 20661   3333158      4862     20785         0    102054     63125   2976463     68.90     74.05
919.63/919.69	c  N dy 20797   3353217      4862     20785         0    122109     63125   5131367     68.91     74.09
927.32/927.34	c  N dy 20918   3373361      4862     20785         0    142247     63125   7293975     68.91     75.58
935.92/935.92	c  N dy 21029   3393415      4862     20785         0     81314     63125    622643     68.90     74.81
941.52/941.55	c  N dy 21161   3413512      4862     20785         0    101411     63125   2810387     68.92     72.95
948.23/948.29	c  N dy 21298   3433820      4862     20785         0    121717     63125   5012462     68.93     72.69
955.92/955.96	c  N dy 21428   3453835      4862     20785         0    141731     63125   7209958     68.94     77.59
964.52/964.57	c  N dy 21553   3473842      4862     20785         0    161737     63125   9372601     68.95     73.22
970.61/970.67	c  N dy 21685   3493897      4862     20785         0     99794     63125   2520221     68.96     73.30
977.11/977.17	c  N dy 21813   3513994      4862     20785         0    119890     63125   4681293     68.97     72.85
984.72/984.74	c  N dy 21947   3534003      4862     20785         0    139897     63125   6852639     68.98     73.01
993.22/993.28	c  N dy 22077   3554079      4862     20785         0    159971     63125   9007556     68.99    110.68
1000.02/1000.05	c  N dy 22209   3574175      4862     20785         0     97070     63125   2131093     69.00     87.87
1006.43/1006.41	c  N dy 22323   3594646      4862     20785         0    117539     63125   4328472     69.00     72.88
1013.71/1013.76	c  N dy 22440   3614788      4862     20785         0    137674     63125   6538300     69.00     72.84
1022.32/1022.36	c  N dy 22572   3634893      4862     20785         0    157776     63125   8708616     69.01     72.72
1029.81/1029.83	c  N dy 22699   3654923      4862     20785         0     93814     63125   1669463     69.01     72.75
1036.02/1036.02	c  N dy 22824   3675032      4862     20785         0    113918     63125   3856141     69.02     76.40
1043.32/1043.32	c  N dy 22952   3695080      4862     20785         0    133963     63125   6029791     69.03     85.52
1050.31/1050.40	c  S st 23061   3712450      4862     20785         0    151332     63125   7883005     69.03   no data
1050.61/1050.69	c  S st 23061   3712952      4862     20785         0    151834     63125   7924586     69.03   no data
1050.71/1050.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1050.81/1050.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.10
1050.81/1050.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1050.81/1050.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1050.81/1050.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1050.81/1050.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
1050.81/1050.81	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1050.91/1050.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1051.11/1051.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1061.12/1061.13	c lits-rem:        75  cl-subs:       17  v-elim:      0  v-fix:    0  time:  9.93 s
1061.12/1061.13	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
1061.22/1061.25	c vivif2 --  cl tried   151817 cl shrink        0 lits rem          0 time: 0.12
1061.43/1061.44	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.19
1061.43/1061.44	c calculated reachability. Time: 0.00
1061.43/1061.44	c  N dy 23061   3712952      4862     20785         0    151817     63125   7921161     69.03   no data
1070.33/1070.37	c  N dy 23190   3733147      4862     20785         0     87022     63125    834223     69.04     73.53
1075.72/1075.74	c  F st 23308   3751562      4862     20785         0    105436     63125   2838608     69.05   no data
1076.32/1076.35	c  N st 23312   3753598      4862     20785         0    107472     63125   3079103     69.05   no data
1083.22/1083.26	c  N dy 23426   3773731      4862     20785         0    127600     63125   5328398     69.06     72.94
1091.52/1091.59	c  N dy 23563   3793823      4862     20785         0    147691     63125   7508836     69.07     72.98
1100.62/1100.68	c  N dy 23697   3813920      4862     20785         0    167785     63125   9672411     69.08     73.90
1107.22/1107.28	c  N dy 23807   3834244      4862     20785         0    102118     63125   2350377     69.07     73.58
1113.82/1113.82	c  N dy 23928   3854299      4862     20785         0    122171     63125   4529238     69.08     84.33
1121.32/1121.33	c  N dy 24047   3874368      4862     20785         0    142236     63125   6701615     69.08     90.84
1130.02/1130.01	c  N dy 24169   3894431      4862     20785         0    162297     63125   8858928     69.08     74.12
1138.02/1138.06	c  N dy 24304   3914447      4862     20785         0     95321     63125   1509860     69.09     73.26
1144.32/1144.36	c  N dy 24443   3934506      4862     20785         0    115377     63125   3684034     69.11     73.97
1151.63/1151.63	c  N dy 24572   3954594      4862     20785         0    135460     63125   5871471     69.11     73.38
1159.72/1159.76	c  N dy 24684   3974600      4862     20785         0    155464     63125   8048947     69.12     72.85
1169.13/1169.10	c  N dy 24803   3994650      4862     20785         0    175514     63125  10228542     69.12     80.47
1175.32/1175.32	c  N dy 24947   4014901      4862     20785         0    107774     63125   2780897     69.13     75.00
1182.22/1182.27	c  N dy 25078   4034907      4862     20785         0    127776     63125   4924180     69.14     76.06
1190.13/1190.17	c  N dy 25203   4055172      4862     20785         0    148039     63125   7123566     69.14     74.25
1199.12/1199.14	c  N dy 25320   4075251      4862     20785         0    168118     63125   9282839     69.15     74.49
1206.63/1206.61	c  N dy 25449   4095339      4862     20785         0     99214     63125   1745234     69.15     75.02
1212.13/1212.17	c  N dy 25566   4115343      4862     20785         0    119216     63125   3871206     69.15     73.33
1218.83/1218.88	c  N dy 25712   4135419      4862     20785         0    139291     63125   6061900     69.16     75.88
1226.33/1226.35	c  N dy 25840   4155498      4862     20785         0    159366     63125   8238790     69.17     80.86
1234.92/1234.90	c  N dy 25970   4175561      4862     20785         0    179423     63125  10425470     69.18     76.20
1240.32/1240.35	c  N dy 26098   4195600      4862     20785         0    109472     63125   2749097     69.18     73.01
1245.62/1245.65	c  S st 26215   4212952      4862     20785         0    126824     63125   4632118     69.19   no data
1245.82/1245.86	c  S st 26215   4213453      4862     20785         0    127325     63125   4674661     69.19   no data
1245.82/1245.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1245.93/1245.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
1245.93/1245.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1245.93/1245.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1245.93/1245.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1245.93/1245.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   4862 time:  0.00 s
1245.93/1245.95	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1246.03/1246.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1246.13/1246.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1250.23/1250.20	c lits-rem:        40  cl-subs:       15  v-elim:      0  v-fix:    0  time:  4.01 s
1250.23/1250.20	c vivif2 --  cl tried    20785 cl shrink        0 lits rem          0 time: 0.00
1250.23/1250.27	c vivif2 --  cl tried   127310 cl shrink        0 lits rem          0 time: 0.07
1250.43/1250.40	c asymm  cl-useful: 0/20785/20785 lits-rem:0 time: 0.13
1250.43/1250.40	c calculated reachability. Time: 0.00
1250.43/1250.40	c  N dy 26215   4213453      4862     20785         0    127310     63125   4671642     69.19   no data
1257.33/1257.33	c  N dy 26335   4233574      4862     20785         0    147429     63125   6846119     69.19     73.59
1265.23/1265.23	c  N dy 26469   4253603      4862     20785         0    167458     63125   9021629     69.20     73.58
1272.82/1272.87	c  N dy 26595   4273611      4862     20785         0     96478     63125   1248412     69.21     88.67
1278.33/1278.35	c  N dy 26723   4293665      4862     20785         0    116531     63125   3436125     69.21     82.68
1284.73/1284.73	c  N dy 26845   4313720      4862     20785         0    136584     63125   5588064     69.21     74.15
1292.12/1292.15	c  N dy 26970   4333833      4862     20785         0    156696     63125   7737143     69.22     72.89

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

running on 2 cores: 0,2

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.07 4.01 3.39 5/250 5866
/proc/meminfo: memFree=17958796/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=20352 CPUtime=0 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4194304 205 0 0 0 0 0 0 0 25 0 1 0 649694356 20840448 160 33554432000 4194304 4580011 140734905779216 18446744073709551615 222916855216 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/5866/statm: 5088 166 142 95 0 57 0

[startup+0.0146919 s]
/proc/loadavg: 4.07 4.01 3.39 5/250 5866
/proc/meminfo: memFree=17958796/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=32076 CPUtime=0 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 1238 0 0 0 0 0 0 0 25 0 1 0 649694356 32845824 1081 33554432000 4194304 4580011 140734905779216 18446744073709551615 4487317 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 8019 1082 323 95 0 3001 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 32076

[startup+0.100694 s]
/proc/loadavg: 4.07 4.01 3.39 5/250 5866
/proc/meminfo: memFree=17958796/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=35576 CPUtime=0.09 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 2451 0 0 0 9 0 0 0 25 0 1 0 649694356 36429824 2037 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 8894 2037 364 95 0 3876 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35576

[startup+0.300626 s]
/proc/loadavg: 4.07 4.01 3.39 5/250 5866
/proc/meminfo: memFree=17958796/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=35576 CPUtime=0.29 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 2670 0 0 0 29 0 0 0 25 0 1 0 649694356 36429824 2256 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 8894 2256 364 95 0 3876 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35576

[startup+0.700547 s]
/proc/loadavg: 4.07 4.01 3.39 5/250 5866
/proc/meminfo: memFree=17958796/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=36628 CPUtime=0.69 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 3281 0 0 0 69 0 0 0 25 0 1 0 649694356 37507072 2201 33554432000 4194304 4580011 140734905779216 18446744073709551615 4320761 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 9157 2201 364 95 0 4139 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36628

[startup+1.50044 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5867
/proc/meminfo: memFree=17955688/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=37264 CPUtime=1.48 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 4356 0 0 0 148 0 0 0 25 0 1 0 649694356 38158336 2422 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 9316 2422 364 95 0 4298 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 37264

[startup+3.10113 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5867
/proc/meminfo: memFree=17947132/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=37880 CPUtime=3.09 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 6405 0 0 0 308 1 0 0 25 0 1 0 649694356 38789120 2367 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 9470 2367 365 95 0 4452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37880

[startup+6.30056 s]
/proc/loadavg: 4.07 4.01 3.39 5/251 5867
/proc/meminfo: memFree=17932428/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=52672 CPUtime=6.29 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 13154 0 0 0 627 2 0 0 25 0 1 0 649694356 53936128 6536 33554432000 4194304 4580011 140734905779216 18446744073709551615 4306034 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 13168 6536 367 95 0 8150 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52672

[startup+12.7004 s]
/proc/loadavg: 4.06 4.00 3.40 5/251 5867
/proc/meminfo: memFree=17927724/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=55420 CPUtime=12.69 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 19971 0 0 0 1266 3 0 0 25 0 1 0 649694356 56750080 6838 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 13855 6838 367 95 0 8837 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55420

[startup+25.501 s]
/proc/loadavg: 4.05 4.00 3.40 6/251 5868
/proc/meminfo: memFree=17890120/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=87640 CPUtime=25.48 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 37259 0 0 0 2543 5 0 0 25 0 1 0 649694356 89743360 15832 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293102 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 21910 15832 367 95 0 16892 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 87640

[startup+51.1003 s]
/proc/loadavg: 4.03 4.00 3.42 5/251 5869
/proc/meminfo: memFree=17890504/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=98484 CPUtime=51.09 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 58263 0 0 0 5098 11 0 0 25 0 1 0 649694356 100847616 17704 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 24621 17704 367 95 0 19603 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98484

[startup+102.31 s]
/proc/loadavg: 4.19 4.04 3.46 6/251 5870
/proc/meminfo: memFree=17805124/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=156880 CPUtime=102.3 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 92905 0 0 0 10212 18 0 0 25 0 1 0 649694356 160645120 23605 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293688 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 39220 23605 367 95 0 34202 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 156880

[startup+162.301 s]
/proc/loadavg: 4.07 4.03 3.49 6/251 5871
/proc/meminfo: memFree=17742100/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=187704 CPUtime=162.29 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 131840 0 0 0 16203 26 0 0 25 0 1 0 649694356 192208896 31328 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 46926 31328 367 95 0 41908 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 187704

[startup+222.301 s]
/proc/loadavg: 4.02 4.03 3.52 6/251 5873
/proc/meminfo: memFree=17786584/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=188960 CPUtime=222.3 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 163581 0 0 0 22196 34 0 0 25 0 1 0 649694356 193495040 31755 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 47240 31755 367 95 0 42222 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 188960

[startup+282.301 s]
/proc/loadavg: 4.01 4.02 3.55 6/251 5875
/proc/meminfo: memFree=17712044/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=170764 CPUtime=282.29 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 196461 0 0 0 28188 41 0 0 25 0 1 0 649694356 174862336 35220 33554432000 4194304 4580011 140734905779216 18446744073709551615 4321373 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 42691 35220 367 95 0 37673 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 170764

[startup+342.301 s]
/proc/loadavg: 4.00 4.01 3.58 6/251 5876
/proc/meminfo: memFree=17703188/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=217040 CPUtime=342.3 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 224344 0 0 0 34182 48 0 0 25 0 1 0 649694356 222248960 37497 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293900 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 54260 37497 367 95 0 49242 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 217040

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 3.60 6/251 5878
/proc/meminfo: memFree=17668052/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=171088 CPUtime=402.29 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 250335 0 0 0 40175 54 0 0 25 0 1 0 649694356 175194112 35935 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 42772 35935 367 95 0 37754 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 171088

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.62 6/251 5879
/proc/meminfo: memFree=17653872/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=218572 CPUtime=462.3 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 275490 0 0 0 46168 62 0 0 25 0 1 0 649694356 223817728 39232 33554432000 4194304 4580011 140734905779216 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 54643 39232 367 95 0 49625 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 218572

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.64 6/251 5881
/proc/meminfo: memFree=17682476/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=219304 CPUtime=522.3 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 299632 0 0 0 52161 69 0 0 25 0 1 0 649694356 224567296 40454 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 54826 40454 367 95 0 49808 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 219304

[startup+582.301 s]
/proc/loadavg: 4.05 4.01 3.67 6/251 5883
/proc/meminfo: memFree=17687032/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=219988 CPUtime=582.3 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 322916 0 0 0 58154 76 0 0 25 0 1 0 649694356 225267712 39734 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 54997 39734 367 95 0 49979 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 219988

[startup+642.301 s]
/proc/loadavg: 4.16 4.04 3.69 6/251 5884
/proc/meminfo: memFree=17699028/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=220600 CPUtime=642.31 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 345925 0 0 0 64150 81 0 0 25 0 1 0 649694356 225894400 37716 33554432000 4194304 4580011 140734905779216 18446744073709551615 4320887 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 55150 37717 367 95 0 50132 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 220600

[startup+702.301 s]
/proc/loadavg: 4.06 4.03 3.71 6/251 5886
/proc/meminfo: memFree=17609840/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=222616 CPUtime=702.31 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 366822 0 0 0 70145 86 0 0 25 0 1 0 649694356 227958784 41288 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 55654 41288 367 95 0 50636 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 222616

[startup+762.31 s]
/proc/loadavg: 4.02 4.02 3.73 6/251 5896
/proc/meminfo: memFree=17606588/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=173560 CPUtime=762.32 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 388734 0 0 0 76139 93 0 0 25 0 1 0 649694356 177725440 36371 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294354 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 43390 36371 367 95 0 38372 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 173560

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 3.74 5/251 5898
/proc/meminfo: memFree=17515780/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=223704 CPUtime=822.31 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 409900 0 0 0 82133 98 0 0 25 0 1 0 649694356 229072896 38987 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 55926 38987 367 95 0 50908 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 223704

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.75 6/251 5900
/proc/meminfo: memFree=17331352/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=220332 CPUtime=882.31 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 437708 0 0 0 88127 104 0 0 25 0 1 0 649694356 225619968 47835 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 55083 47835 367 95 0 50065 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 220332

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.76 5/251 5904
/proc/meminfo: memFree=17296032/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=271200 CPUtime=942.31 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 457995 0 0 0 94122 109 0 0 25 0 1 0 649694356 277708800 48674 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 67800 48674 367 95 0 62782 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 271200

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.78 6/251 5906
/proc/meminfo: memFree=17265372/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=271608 CPUtime=1002.31 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 477919 0 0 0 100117 114 0 0 25 0 1 0 649694356 278126592 48549 33554432000 4194304 4580011 140734905779216 18446744073709551615 4320998 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 67902 48549 367 95 0 62884 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 271608

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/251 5907
/proc/meminfo: memFree=17211028/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=299760 CPUtime=1062.32 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 500173 0 0 0 106113 119 0 0 25 0 1 0 649694356 306954240 60603 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 74940 60603 367 95 0 69922 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 299760

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.81 5/251 5909
/proc/meminfo: memFree=17208276/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=300240 CPUtime=1122.32 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 519788 0 0 0 112106 126 0 0 25 0 1 0 649694356 307445760 59430 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 75060 59430 367 95 0 70042 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 300240

[startup+1182.3 s]
/proc/loadavg: 3.04 3.75 3.73 3/239 5947
/proc/meminfo: memFree=18035952/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=300692 CPUtime=1182.32 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 538963 0 0 0 118101 131 0 0 25 0 1 0 649694356 307908608 57405 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 75173 57405 367 95 0 70155 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 300692

[startup+1242.3 s]
/proc/loadavg: 1.93 3.31 3.58 2/233 5966
/proc/meminfo: memFree=18441928/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=301100 CPUtime=1242.32 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 559161 0 0 0 124095 137 0 0 25 0 1 0 649694356 308326400 55951 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 75275 55951 367 95 0 70257 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 301100



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.37 2.92 3.43 2/233 5968
/proc/meminfo: memFree=18415484/32951124 swapFree=66522240/67111528
[pid=5866] ppid=5864 vsize=301312 CPUtime=1300.03 cores=0,2
/proc/5866/stat : 5866 (strangenight2-s) R 5864 5866 5485 0 -1 4202496 576470 0 0 0 129862 141 0 0 25 0 1 0 649694356 308543488 62273 33554432000 4194304 4580011 140734905779216 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/5866/statm: 75328 62273 367 95 0 70310 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 301312

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1298.63
CPU system time (s): 1.42778
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 301312

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

runsolver used 3.21851 second user time and 7.00493 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-14 15:48:56
IDJOB=3367357
IDBENCH=82566
IDSOLVER=1845
FILE ID=node109/3367357-1305380936
RUNJOBID= node109-1305379155-5503
PBS_JOBID= 13324393
Free space on /tmp= 73204 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v5000-c21000-S425619685-036-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367357-1305380936/watcher-3367357-1305380936 -o /tmp/evaluation-result-3367357-1305380936/solver-3367357-1305380936 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367357-1305380936.cnf

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

MD5SUM BENCH= e54dff8ae8b71ab472786a7e95ae7d20
RANDOM SEED=689959780

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17958952 kB
Buffers:        266564 kB
Cached:        2920468 kB
SwapCached:      19100 kB
Active:        7079460 kB
Inactive:      7681224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17958952 kB
SwapTotal:    67111528 kB
SwapFree:     66522240 kB
Dirty:            5872 kB
Writeback:           0 kB
AnonPages:    11560832 kB
Mapped:          19204 kB
Slab:           136400 kB
PageTables:      32656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 18695184 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= 73220 MiB
End job on node109 at 2011-05-14 16:10:38