Trace number 3370643

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-Night-1-st (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_34.renamed-as.sat05-1926.cnf
MD5SUM349e2f9eff952d4e42f8e1caefaa382b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark61.3457
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of clauses194072
Sum of the clauses size507926
Maximum clause length34
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 276398
Number of clauses of size 3117606
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 568

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3370643-1305395753.cnf'
0.00/0.00	c -- header says num vars:           1156
0.00/0.00	c -- header says num clauses:      194072
0.06/0.06	c -- clauses added:            0 learnts,       194072 normals,            0 xors
0.06/0.06	c -- vars added       1156
0.06/0.06	c Parsing time:  0.04 s
0.06/0.06	c  N st     0         0      1156    117674     76398         0    507926         0   no data   no data  --
0.39/0.40	c asymm  cl-useful: 45/2958/117674 lits-rem:131 time: 0.36
0.59/0.60	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.19
0.59/0.65	c bin-w-bin subsume rem        38156 bins  time:  0.03 s
0.69/0.74	c subs with bin:    19440  lits-rem:     12988  v-fix:    0  time:  0.08 s
0.69/0.75	c Subs w/ non-existent bins:    193 l-rem:     65 v-fix:     0 done:   1155 time:  0.01 s
0.69/0.78	c Removed useless bin:    7340  fixed:     0  props:   5.78M  time:  0.02 s
0.89/0.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
0.89/0.94	c Finding binary XORs  T:     0.00 s  found:       0
1.00/1.02	c Finding non-binary XORs:     0.08 s (found:       0, avg size: nan)
1.00/1.02	c calculated reachability. Time: 0.00
1.00/1.02	c Calc default polars -  time:   0.00 s pos:       0 undec:       1 neg:    1155
1.00/1.02	c =========================================================================================
1.00/1.02	c types(t): F = full restart, N = normal restart
1.00/1.02	c types(t): S = simplification begin/end, E = solution found
1.00/1.02	c restart types(rt): st = static, dy = dynamic
1.00/1.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.00/1.02	c  B st     0         0      1155     97297     44331         0    382659         0   no data   no data  --
1.69/1.75	c  N dy    18      4010      1155     97297     44336      3978    382659    127508      9.58     10.15  --
2.59/2.62	c  N dy    35      8376      1155     97297     44336      8300    382659    237359      9.33     10.07  --
3.39/3.41	c  N dy    63     12431      1155     97297     44337     12321    382659    344897      9.59     10.18  --
4.19/4.29	c  N dy    86     16761      1155     97297     44338     16619    382659    459243      9.68     10.29  --
5.09/5.16	c  N dy   105     20972      1155     97297     44340     10874    382659    211881      9.63     10.15  --
5.89/5.94	c  F st   129     25000      1155     97297     44340     14869    382659    318472      9.63      8.77  --
5.89/5.96	c  N st   129     25000      1155     97297     44340     14869    382659    318472      9.63      8.77  --
6.89/6.99	c  N dy   135     30000      1155     97297     44340     19779    382659    446561      9.63   no data  --
6.89/6.99	c  S st   135     30000      1155     97297     44340     19779    382659    446561      9.63   no data  --
6.99/7.09	c  S st   135     30501      1155     97297     44340     20278    382659    458736      9.63   no data  --
6.99/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.99/7.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.29/7.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     51 BRemL:      1 BRemN:      0 P:  5.5M T:  0.21
7.29/7.35	c bin-w-bin subsume rem         3157 bins  time:  0.01 s
8.29/8.39	c subs with bin:       51  lits-rem:       419  v-fix:    0  time:  1.04 s
8.39/8.41	c Subs w/ non-existent bins:      0 l-rem:   4063 v-fix:     0 done:    644 time:  0.02 s
8.39/8.42	c Removed useless bin:       4  fixed:     0  props:   4.27M  time:  0.01 s
11.39/11.40	c lits-rem:       555  cl-subs:     2760  v-elim:      0  v-fix:    0  time:  2.98 s
11.79/11.81	c asymm  cl-useful: 0/1769/97249 lits-rem:0 time: 0.40
11.79/11.81	c calculated reachability. Time: 0.00
11.79/11.81	c  N dy   135     30501      1155     97249     41261     17515    376289    414572      9.63   no data  --
12.59/12.67	c  N dy   152     34878      1155     97249     41262     21854    376289    530716      9.54     10.13  --
13.49/13.58	c  N dy   170     39359      1155     97249     41263     26277    376289    651557      9.52     10.08  --
14.39/14.46	c  N dy   197     43533      1155     97249     41263     30387    376289    757680      9.58     10.23  --
14.89/14.90	c  S st   207     45751      1155     97249     41264     17286    376289    308245      9.57      8.45  --
14.89/14.99	c  S st   207     46252      1155     97249     41264     17787    376289    319937      9.57   no data  --
14.99/15.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.99/15.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.19/15.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      7 BRemL:      0 BRemN:      2 P:  5.5M T:  0.20
15.19/15.24	c bin-w-bin subsume rem           28 bins  time:  0.01 s
15.99/16.03	c subs with bin:       14  lits-rem:        75  v-fix:    0  time:  0.79 s
15.99/16.05	c Subs w/ non-existent bins:      0 l-rem:   2818 v-fix:     0 done:    950 time:  0.02 s
15.99/16.06	c Removed useless bin:       5  fixed:     0  props:   4.30M  time:  0.01 s
18.49/18.57	c lits-rem:       288  cl-subs:      904  v-elim:      0  v-fix:    0  time:  2.51 s
18.49/18.59	c vivif2 --  cl tried    97237 cl shrink        0 lits rem          0 time: 0.02
18.60/18.61	c vivif2 --  cl tried    16881 cl shrink     1002 lits rem       1393 time: 0.01
18.99/19.02	c asymm  cl-useful: 0/1679/97237 lits-rem:0 time: 0.41
18.99/19.02	c calculated reachability. Time: 0.00
18.99/19.02	c  N dy   207     46252      1155     97237     41245     16881    376249    304948      9.57   no data  --
19.89/19.91	c  N dy   225     50600      1155     97237     41246     21175    376249    418435      9.56     10.26  --
20.59/20.69	c  N dy   249     54681      1155     97237     41247     25218    376249    529824      9.59     10.19  --
21.49/21.51	c  N dy   266     58841      1155     97237     41247     29334    376249    644320      9.56     10.16  --
22.29/22.38	c  N dy   285     62891      1155     97237     41247     33344    376249    749125      9.56     10.20  --
23.19/23.28	c  N dy   315     67040      1155     97237     41247     18911    376249    255828      9.63     10.17  --
23.69/23.73	c  S st   327     69378      1155     97237     41247     21222    376249    317761      9.63   no data  --
23.79/23.82	c  S st   327     69878      1155     97237     41248     21719    376249    330591      9.63   no data  --
23.79/23.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.79/23.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
23.99/24.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     20 BRemL:      0 BRemN:      1 P:  5.7M T:  0.21
23.99/24.07	c bin-w-bin subsume rem            9 bins  time:  0.01 s
24.79/24.84	c subs with bin:       32  lits-rem:       131  v-fix:    0  time:  0.77 s
24.79/24.85	c Subs w/ non-existent bins:      0 l-rem:   1457 v-fix:     0 done:    901 time:  0.02 s
24.79/24.86	c Removed useless bin:      23  fixed:     0  props:   4.31M  time:  0.01 s
27.40/27.41	c lits-rem:       274  cl-subs:     1105  v-elim:      0  v-fix:    0  time:  2.55 s
27.40/27.44	c vivif2 --  cl tried    97207 cl shrink        0 lits rem          0 time: 0.03
27.40/27.46	c vivif2 --  cl tried    20612 cl shrink      590 lits rem        822 time: 0.02
27.79/27.87	c asymm  cl-useful: 3/1616/97207 lits-rem:9 time: 0.41
27.79/27.87	c calculated reachability. Time: 0.00
27.79/27.87	c  N dy   327     69878      1155     97204     41258     20612    376164    315679      9.63   no data  --
28.79/28.80	c  N dy   352     74515      1155     97204     41258     25206    376164    443410      9.64     10.17  --
29.70/29.78	c  N dy   383     79329      1155     97204     41258     29963    376164    573582      9.70     16.52  --
30.80/30.87	c  N dy   410     84470      1155     97204     41258     35048    376164    711565      9.72     10.24  --
31.49/31.55	c  F st   430     87500      1155     97204     41258     38038    376164    791428      9.74     10.06  --
32.29/32.30	c  N st   435     90806      1155     97204     41258     20668    376164    277005      9.74   no data  --
33.49/33.53	c  N dy   457     96640      1155     97204     41258     26424    376164    429501      9.74     10.35  --
34.79/34.85	c  N dy   484    102824      1155     97204     41258     32519    376164    586248      9.74     14.04  --
35.21/35.28	c  S st   499    104818      1155     97204     41258     34492    376164    639158      9.75     10.06  --
35.29/35.39	c  S st   499    105319      1155     97204     41258     34993    376164    651926      9.75   no data  --
35.29/35.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.29/35.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
35.59/35.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      6 P:  6.3M T:  0.22
35.59/35.66	c bin-w-bin subsume rem           20 bins  time:  0.01 s
36.70/36.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.04 s
36.70/36.73	c Subs w/ non-existent bins:      0 l-rem:   2585 v-fix:     0 done:    514 time:  0.02 s
36.70/36.74	c Removed useless bin:      15  fixed:     0  props:   4.35M  time:  0.01 s
39.99/40.00	c lits-rem:       557  cl-subs:     2592  v-elim:      0  v-fix:    0  time:  3.26 s
39.99/40.03	c vivif2 --  cl tried    97204 cl shrink        0 lits rem          0 time: 0.03
39.99/40.06	c vivif2 --  cl tried    32401 cl shrink     2872 lits rem       4321 time: 0.03
40.39/40.46	c asymm  cl-useful: 6/1531/97204 lits-rem:18 time: 0.40
40.39/40.46	c calculated reachability. Time: 0.00
40.39/40.46	c  N dy   499    105319      1155     97198     41223     32401    376102    607075      9.75   no data  --
41.89/41.92	c  N dy   546    112097      1155     97198     41224     39108    376102    801166      9.80     10.50  --
43.49/43.56	c  N dy   578    119457      1155     97198     41224     24228    376102    275013      9.78     10.48  --
45.10/45.15	c  N dy   610    127267      1155     97198     41224     31950    376102    479523      9.75     10.29  --
46.79/46.86	c  N dy   658    135393      1155     97198     41225     39970    376102    690422      9.76     10.41  --
48.79/48.82	c  N dy   711    144273      1155     97198     41225     25307    376102    249553      9.77     10.29  --
50.69/50.76	c  N dy   766    153625      1155     97198     41225     34548    376102    495989      9.78     10.42  --
51.59/51.69	c  S st   793    157978      1155     97198     41225     38851    376102    615786      9.79   no data  --
51.79/51.80	c  S st   793    158479      1155     97198     41225     39352    376102    628884      9.79   no data  --
51.79/51.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
51.79/51.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
51.99/52.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     12 BRemL:      0 BRemN:      0 P:  6.2M T:  0.22
51.99/52.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
53.09/53.11	c subs with bin:       12  lits-rem:        60  v-fix:    0  time:  1.04 s
53.09/53.13	c Subs w/ non-existent bins:      0 l-rem:   2979 v-fix:     0 done:    556 time:  0.02 s
53.09/53.14	c Removed useless bin:       2  fixed:     0  props:   4.36M  time:  0.01 s
56.49/56.57	c lits-rem:       601  cl-subs:     3020  v-elim:      0  v-fix:    0  time:  3.43 s
56.59/56.60	c vivif2 --  cl tried    97189 cl shrink        9 lits rem          9 time: 0.03
56.59/56.63	c vivif2 --  cl tried    36329 cl shrink     3325 lits rem       5228 time: 0.04
56.99/57.04	c asymm  cl-useful: 6/1545/97180 lits-rem:18 time: 0.40
56.99/57.04	c calculated reachability. Time: 0.00
56.99/57.04	c  N dy   793    158479      1155     97174     41258     36327    376074    578528      9.79   no data  --
59.20/59.22	c  N dy   853    168626      1155     97174     41258     46343    376074    846613      9.81     10.44  --
61.50/61.58	c  N dy   922    179473      1155     97174     41258     32515    376074    421408      9.84     10.40  --
63.89/63.96	c  N dy   986    190985      1155     97174     41258     43875    376074    741018      9.85     10.79  --
66.59/66.64	c  N dy  1047    203315      1155     97174     41258     30452    376074    360501      9.85     10.44  --
69.39/69.43	c  N dy  1116    216326      1155     97174     41258     43292    376074    701078      9.85     10.38  --
72.50/72.51	c  N dy  1196    230214      1155     97174     41258     30385    376074    302309      9.87     10.44  --
73.99/74.00	c  S st  1233    237718      1155     97174     41258     37792    376074    507467      9.87   no data  --
74.09/74.11	c  S st  1233    238219      1155     97174     41258     38292    376074    519692      9.87   no data  --
74.09/74.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
74.09/74.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.29/74.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.0M T:  0.22
74.29/74.37	c bin-w-bin subsume rem           17 bins  time:  0.01 s
75.29/75.38	c subs with bin:        3  lits-rem:         5  v-fix:    0  time:  1.00 s
75.29/75.40	c Subs w/ non-existent bins:      1 l-rem:   2992 v-fix:     0 done:    616 time:  0.02 s
75.39/75.40	c Removed useless bin:       6  fixed:     0  props:   4.39M  time:  0.01 s
78.59/78.64	c lits-rem:       326  cl-subs:     1743  v-elim:      0  v-fix:    0  time:  3.23 s
78.59/78.66	c vivif2 --  cl tried    97174 cl shrink        0 lits rem          0 time: 0.03
78.59/78.69	c vivif2 --  cl tried    36545 cl shrink     2352 lits rem       3871 time: 0.03
79.10/79.11	c asymm  cl-useful: 11/1540/97174 lits-rem:33 time: 0.41
79.10/79.11	c calculated reachability. Time: 0.00
79.10/79.11	c  N dy  1233    238219      1155     97163     41246     36545    376043    487835      9.87   no data  --
82.29/82.33	c  N dy  1318    253488      1155     97163     41247     51610    376043    905810      9.88     10.92  --
85.70/85.74	c  N dy  1415    269816      1155     97163     41247     40126    376043    510928      9.90     10.47  --
89.39/89.47	c  N dy  1508    287099      1155     97163     41248     57179    376043    971971      9.92     12.76  --
93.40/93.44	c  N dy  1601    305537      1155     97163     41248     46785    376043    644286      9.92     10.45  --
93.59/93.60	c  F st  1604    306253      1155     97163     41248     47492    376043    661645      9.92   no data  --
97.69/97.74	c  N dy  1681    325045      1155     97163     41248     36458    376043    347137      9.92     10.72  --
101.99/102.09	c  N dy  1793    345480      1155     97163     41248     56643    376043    894536      9.93     10.55  --
104.59/104.62	c  S st  1854    357329      1155     97163     41249     37734    376043    365784      9.93      8.52  --
104.69/104.72	c  S st  1854    357829      1155     97163     41249     38234    376043    379118      9.93   no data  --
104.69/104.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.69/104.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
104.89/104.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  5.7M T:  0.21
104.89/104.98	c bin-w-bin subsume rem            0 bins  time:  0.01 s
105.79/105.81	c subs with bin:       25  lits-rem:        22  v-fix:    0  time:  0.83 s
105.79/105.83	c Subs w/ non-existent bins:      0 l-rem:   2475 v-fix:     0 done:    850 time:  0.02 s
105.79/105.84	c Removed useless bin:       0  fixed:     0  props:   4.41M  time:  0.01 s
108.99/109.01	c lits-rem:       364  cl-subs:     1077  v-elim:      0  v-fix:    0  time:  3.17 s
108.99/109.04	c vivif2 --  cl tried    97162 cl shrink        0 lits rem          0 time: 0.03
108.99/109.06	c vivif2 --  cl tried    37133 cl shrink     1091 lits rem       1738 time: 0.02
109.39/109.48	c asymm  cl-useful: 6/1600/97162 lits-rem:18 time: 0.42
109.39/109.49	c calculated reachability. Time: 0.00
109.39/109.49	c  N dy  1854    357829      1155     97156     41256     37133    376036    358859      9.93   no data  --
113.69/113.72	c  N dy  1973    377881      1155     97156     41256     56941    376036    897419      9.95     10.52  --
117.99/118.02	c  N dy  2080    397913      1155     97156     41257     45130    376036    531577      9.95     11.73  --
122.39/122.42	c  N dy  2203    418006      1155     97156     41258     64962    376036   1063128      9.97     10.56  --
126.59/126.69	c  N dy  2302    438162      1155     97156     41258     52251    376036    715994      9.97     10.64  --
130.99/131.02	c  N dy  2399    458266      1155     97156     41259     38533    376036    323812      9.96     10.58  --
135.20/135.21	c  N dy  2518    478373      1155     97156     41259     58380    376036    861526      9.98     10.51  --
139.49/139.58	c  N dy  2650    498471      1155     97156     41259     43669    376036    447932     10.00     11.13  --
143.79/143.85	c  N dy  2742    518507      1155     97156     41260     63469    376036    996195      9.99     10.67  --
147.69/147.70	c  S st  2840    536743      1155     97156     41260     45933    376036    490639      9.99      8.18  --
147.79/147.80	c  S st  2840    537243      1155     97156     41260     46432    376036    503350      9.99   no data  --
147.79/147.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
147.79/147.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
147.99/148.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P:  6.0M T:  0.22
147.99/148.07	c bin-w-bin subsume rem            0 bins  time:  0.01 s
148.99/149.05	c subs with bin:       15  lits-rem:        36  v-fix:    0  time:  0.98 s
148.99/149.07	c Subs w/ non-existent bins:      1 l-rem:   2923 v-fix:     0 done:    642 time:  0.02 s
148.99/149.08	c Removed useless bin:       0  fixed:     0  props:   4.43M  time:  0.01 s
152.40/152.40	c lits-rem:       301  cl-subs:     2008  v-elim:      0  v-fix:    0  time:  3.32 s
152.40/152.43	c vivif2 --  cl tried    97156 cl shrink        0 lits rem          0 time: 0.03
152.40/152.46	c vivif2 --  cl tried    44408 cl shrink     2088 lits rem       3566 time: 0.03
152.80/152.87	c asymm  cl-useful: 0/1553/97156 lits-rem:0 time: 0.41
152.80/152.88	c calculated reachability. Time: 0.00
152.80/152.88	c  N dy  2840    537243      1155     97156     41264     44408    376036    466422      9.99   no data  --
157.21/157.24	c  N dy  2956    557267      1155     97156     41264     64189    376036   1011445     10.00     11.85  --
161.60/161.64	c  N dy  3073    577288      1155     97156     41264     47428    376036    512487     10.01     10.57  --
166.11/166.15	c  N dy  3171    597372      1155     97156     41265     67206    376036   1045286     10.02     10.72  --
170.70/170.75	c  N dy  3281    617782      1155     97156     41265     49872    376036    557154     10.02     10.59  --
175.10/175.15	c  N dy  3397    637808      1155     97156     41265     69652    376036   1102116     10.02     10.60  --
179.49/179.52	c  N dy  3518    657848      1155     97156     41265     50935    376036    560940     10.03     10.60  --
183.99/184.00	c  N dy  3637    677907      1155     97156     41265     70692    376036   1100635     10.04     11.28  --
188.49/188.54	c  N dy  3736    698524      1155     97156     41265     51540    376036    532048     10.04     10.69  --
193.09/193.15	c  N dy  3853    719564      1155     97156     41265     72322    376036   1100146     10.06     10.87  --
197.60/197.63	c  N dy  3967    739829      1155     97156     41265     51901    376036    512339     10.06     10.84  --
202.00/202.01	c  N dy  4086    759918      1155     97156     41265     71721    376036   1057622     10.07     13.69  --
206.40/206.48	c  N dy  4188    779986      1155     97156     41265     50071    376036    432344     10.07     10.75  --
210.70/210.71	c  N dy  4307    800072      1155     97156     41265     69910    376036    978063     10.08     12.12  --
212.00/212.05	c  S st  4343    805865      1155     97156     41265     75603    376036   1131587     10.08      7.56  --
212.10/212.16	c  S st  4343    806367      1155     97156     41265     76105    376036   1144611     10.08   no data  --
212.10/212.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
212.10/212.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
212.40/212.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  6.8M T:  0.25
212.40/212.48	c bin-w-bin subsume rem            0 bins  time:  0.01 s
213.60/213.61	c subs with bin:       12  lits-rem:         0  v-fix:    0  time:  1.13 s
213.60/213.63	c Subs w/ non-existent bins:      0 l-rem:   4078 v-fix:     0 done:    333 time:  0.02 s
213.60/213.64	c Removed useless bin:       0  fixed:     0  props:   4.45M  time:  0.01 s
216.50/216.55	c lits-rem:        96  cl-subs:     5659  v-elim:      0  v-fix:    0  time:  2.91 s
216.50/216.58	c vivif2 --  cl tried    97156 cl shrink        0 lits rem          0 time: 0.03
216.61/216.65	c vivif2 --  cl tried    70434 cl shrink     8841 lits rem      14980 time: 0.08
217.00/217.05	c asymm  cl-useful: 0/1399/97156 lits-rem:0 time: 0.40
217.00/217.06	c calculated reachability. Time: 0.00
217.00/217.06	c  N dy  4343    806367      1155     97156     41265     70434    376036   1039082     10.08   no data  --
221.60/221.65	c  N dy  4457    826410      1155     97156     41265     47861    376036    346564     10.09     10.90  --
225.90/225.96	c  N dy  4571    846630      1155     97156     41265     67826    376036    901333     10.09     10.92  --
230.50/230.55	c  N dy  4677    866679      1155     97156     41265     44194    376036    218308     10.09     10.68  --
234.80/234.82	c  N dy  4779    886822      1155     97156     41266     64062    376036    764476     10.09     10.68  --
239.29/239.35	c  N dy  4891    906888      1155     97156     41266     83863    376036   1307055     10.10     10.90  --
243.70/243.72	c  N dy  4995    927035      1155     97156     41266     59331    376036    617686     10.10     10.71  --
248.20/248.22	c  N dy  5102    947280      1155     97156     41268     79260    376036   1161342     10.10     10.63  --
252.91/252.92	c  N dy  5204    967854      1155     97156     41268     54177    376036    438547     10.10     10.67  --
257.20/257.23	c  N dy  5314    987916      1155     97156     41268     73940    376036    973530     10.10     10.63  --
261.81/261.81	c  N dy  5431   1007919      1155     97156     41269     47334    376036    239451     10.10     10.94  --
266.00/266.08	c  N dy  5536   1027934      1155     97156     41269     67072    376036    776871     10.11     10.71  --
270.50/270.60	c  N dy  5646   1048129      1155     97156     41269     87037    376036   1323834     10.11     10.88  --
274.90/275.01	c  N dy  5768   1068161      1155     97156     41269     59456    376036    552317     10.11     10.66  --
275.80/275.81	c  F st  5787   1071876      1155     97156     41269     63131    376036    654953     10.11   no data  --
279.30/279.40	c  N dy  5853   1088534      1155     97156     41269     79582    376036   1129958     10.11     10.85  --
283.99/284.06	c  N dy  5970   1108536      1155     97156     41271     50935    376036    291605     10.12     16.47  --
288.30/288.35	c  N dy  6091   1128758      1155     97156     41272     70906    376036    842300     10.12     11.06  --
292.90/292.99	c  N dy  6212   1148925      1155     97156     41272     90838    376036   1389654     10.13     10.75  --
297.50/297.50	c  N dy  6333   1169093      1155     97156     41272     61333    376036    554349     10.14     10.68  --
301.80/301.89	c  N dy  6446   1189233      1155     97156     41273     81216    376036   1108398     10.14     10.89  --
306.50/306.59	c  N dy  6556   1209550      1155     97156     41275     50960    376036    250340     10.14     10.51  --
306.50/306.59	c  S st  6556   1209550      1155     97156     41275     50960    376036    250340     10.14     10.51  --
306.60/306.69	c  S st  6556   1210051      1155     97156     41275     51460    376036    263530     10.14   no data  --
306.60/306.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
306.60/306.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
306.91/306.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      4 BRemL:      0 BRemN:      0 P:  5.6M T:  0.23
306.91/306.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
307.30/307.30	c subs with bin:      107  lits-rem:        21  v-fix:    0  time:  0.33 s
307.30/307.32	c Subs w/ non-existent bins:     17 l-rem:    763 v-fix:     0 done:   1155 time:  0.03 s
307.30/307.33	c Removed useless bin:       0  fixed:     0  props:   4.45M  time:  0.01 s
310.11/310.18	c lits-rem:        81  cl-subs:      274  v-elim:      0  v-fix:    0  time:  2.85 s
310.22/310.21	c vivif2 --  cl tried    97150 cl shrink        0 lits rem          0 time: 0.03
310.22/310.24	c vivif2 --  cl tried    51068 cl shrink      120 lits rem        168 time: 0.02
310.60/310.66	c asymm  cl-useful: 11/1559/97150 lits-rem:33 time: 0.42
310.60/310.67	c calculated reachability. Time: 0.00
310.60/310.67	c  N dy  6556   1210051      1155     97139     41294     51068    376019    259332     10.14   no data  --
314.80/314.87	c  N dy  6662   1230062      1155     97139     41294     70824    376019    809006     10.14     10.76  --
319.50/319.54	c  N dy  6778   1250073      1155     97139     41294     90585    376019   1360202     10.14     10.72  --
324.20/324.21	c  N dy  6896   1270114      1155     97139     41294     59031    376019    443765     10.15     10.71  --
328.50/328.59	c  N dy  7002   1290189      1155     97139     41295     78867    376019    983003     10.15     15.66  --
333.20/333.29	c  N dy  7117   1310252      1155     97139     41296     98619    376019   1522830     10.15     13.55  --
337.90/337.91	c  N dy  7230   1330491      1155     97139     41297     66289    376019    622050     10.15     10.70  --
342.40/342.42	c  N dy  7341   1350717      1155     97139     41298     86241    376019   1161423     10.15     10.69  --
347.10/347.17	c  N dy  7464   1370747      1155     97139     41298    105980    376019   1707471     10.16     10.93  --
351.50/351.56	c  N dy  7574   1390823      1155     97139     41298     72478    376019    761534     10.16     14.10  --
356.10/356.14	c  N dy  7691   1410999      1155     97139     41299     92390    376019   1314783     10.16     10.71  --
360.82/360.87	c  N dy  7800   1431095      1155     97139     41300     57949    376019    346557     10.16     10.70  --
365.11/365.19	c  N dy  7914   1451156      1155     97139     41302     77758    376019    887183     10.17     10.72  --
369.80/369.83	c  N dy  8021   1471221      1155     97139     41303     97548    376019   1427852     10.17     11.70  --
374.50/374.51	c  N dy  8125   1491446      1155     97139     41303     62233    376019    445339     10.17     10.77  --
378.90/378.97	c  N dy  8227   1511479      1155     97139     41304     81999    376019    978952     10.17     10.80  --
383.60/383.68	c  N dy  8349   1531540      1155     97139     41304    101754    376019   1514796     10.17     10.84  --
388.21/388.24	c  N dy  8467   1551553      1155     97139     41305     65306    376019    507974     10.18     15.72  --
392.61/392.62	c  N dy  8591   1571640      1155     97139     41305     85171    376019   1063447     10.18     11.04  --
397.60/397.69	c  N dy  8705   1591709      1155     97139     41306    104986    376019   1604373     10.18     11.13  --
402.80/402.81	c  N dy  8824   1612010      1155     97139     41306     67770    376019    549700     10.19     11.12  --
407.40/407.41	c  N dy  8929   1632429      1155     97139     41307     87860    376019   1085776     10.19     10.75  --
412.10/412.10	c  N dy  9039   1652436      1155     97139     41309    107588    376019   1642047     10.19     10.88  --
416.80/416.90	c  N dy  9155   1672869      1155     97139     41309     69551    376019    573196     10.19     10.86  --
421.41/421.41	c  N dy  9278   1693011      1155     97139     41309     89420    376019   1113371     10.20     10.87  --
425.31/425.33	c  S st  9380   1710051      1155     97139     41309    106197    376019   1580562     10.20     10.31  --
425.41/425.44	c  S st  9380   1710552      1155     97139     41309    106697    376019   1593135     10.20   no data  --
425.41/425.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
425.41/425.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
425.72/425.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:      5 BRemN:      0 P:  7.6M T:  0.28
425.81/425.81	c bin-w-bin subsume rem            4 bins  time:  0.01 s
427.01/427.00	c subs with bin:       45  lits-rem:        21  v-fix:    0  time:  1.18 s
427.01/427.02	c Subs w/ non-existent bins:      9 l-rem:   4932 v-fix:     0 done:    252 time:  0.03 s
427.01/427.03	c Removed useless bin:       0  fixed:     0  props:   4.45M  time:  0.01 s
431.60/431.69	c lits-rem:       125  cl-subs:     8353  v-elim:      0  v-fix:    0  time:  4.65 s
431.70/431.72	c vivif2 --  cl tried    97127 cl shrink        4 lits rem          4 time: 0.03
431.80/431.83	c vivif2 --  cl tried    98293 cl shrink    12946 lits rem      22428 time: 0.11
432.21/432.22	c asymm  cl-useful: 0/1265/97123 lits-rem:0 time: 0.39
432.21/432.23	c calculated reachability. Time: 0.00
432.21/432.23	c  N dy  9380   1710552      1155     97123     41322     98292    376001   1437449     10.20   no data  --
437.21/437.29	c  N dy  9475   1730649      1155     97123     41322    118128    376001   1970133     10.20     10.87  --
441.60/441.67	c  N dy  9583   1750723      1155     97123     41322     78832    376001    814745     10.20     10.92  --
446.20/446.25	c  N dy  9693   1770864      1155     97123     41323     98663    376001   1355424     10.20     10.77  --
451.20/451.23	c  N dy  9792   1791205      1155     97123     41323    118716    376001   1896914     10.20     10.85  --
455.60/455.66	c  N dy  9904   1811214      1155     97123     41323     78365    376001    778895     10.20     10.76  --
460.30/460.39	c  N dy 10014   1831640      1155     97123     41323     98468    376001   1308679     10.20     10.74  --
465.11/465.19	c  N dy 10132   1851652      1155     97123     41323    118207    376001   1851935     10.20     10.80  --
468.41/468.49	c Finding binary XORs  T:     0.00 s  found:       0
469.72/469.79	c  N dy 10241   1871688      1155     97123     41325     76835    376001    708126     10.20     14.81  --
474.71/474.75	c  N dy 10352   1891736      1155     97123     41325     96601    376001   1241092     10.20     10.97  --
480.21/480.22	c  N dy 10480   1912252      1155     97123     41327    116811    376001   1803665     10.21     10.90  --
485.12/485.17	c  N dy 10595   1932498      1155     97123     41327     74702    376001    633027     10.21     10.82  --
489.80/489.80	c  N dy 10719   1952722      1155     97123     41327     94643    376001   1176653     10.21     11.12  --
494.61/494.64	c  N dy 10838   1972934      1155     97123     41327    114575    376001   1718682     10.22     10.91  --
499.42/499.46	c  N dy 10954   1993251      1155     97123     41327     71488    376001    517300     10.22     10.94  --
503.91/503.93	c  N dy 11061   2013442      1155     97123     41327     91394    376001   1054403     10.22     10.76  --
508.61/508.68	c  N dy 11171   2033642      1155     97123     41328    111324    376001   1602284     10.22     10.78  --
513.72/513.75	c  N dy 11278   2053683      1155     97123     41329     67013    376001    375609     10.22     10.82  --
518.12/518.13	c  N dy 11378   2073737      1155     97123     41329     86815    376001    911070     10.22     10.76  --
522.81/522.81	c  N dy 11489   2093762      1155     97123     41329    106531    376001   1434435     10.22     11.80  --
527.81/527.84	c  N dy 11600   2113849      1155     97123     41330    126327    376001   1975634     10.22     10.84  --
532.32/532.39	c  N dy 11719   2133857      1155     97123     41330     80989    376001    742693     10.22     11.34  --
537.01/537.08	c  N dy 11833   2153914      1155     97123     41330    100773    376001   1279035     10.22     11.53  --
541.91/541.97	c  N dy 11933   2173953      1155     97123     41330    120525    376001   1811215     10.22     11.24  --
546.72/546.78	c  N dy 12048   2194075      1155     97123     41330     74292    376001    543204     10.23     10.77  --
550.41/550.50	c  S st 12141   2210556      1155     97123     41330     90543    376001    981752     10.23   no data  --
550.61/550.61	c  S st 12141   2211058      1155     97123     41330     91045    376001    994329     10.23   no data  --
550.61/550.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
550.61/550.62	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
550.81/550.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  6.9M T:  0.25
550.91/550.93	c bin-w-bin subsume rem           13 bins  time:  0.01 s
552.01/552.02	c subs with bin:       35  lits-rem:         3  v-fix:    0  time:  1.09 s
552.01/552.04	c Subs w/ non-existent bins:      0 l-rem:   3695 v-fix:     0 done:    419 time:  0.02 s
552.01/552.05	c Removed useless bin:       0  fixed:     0  props:   4.45M  time:  0.01 s
555.52/555.56	c lits-rem:       190  cl-subs:     4366  v-elim:      0  v-fix:    0  time:  3.50 s
555.52/555.59	c vivif2 --  cl tried    97123 cl shrink        3 lits rem          3 time: 0.03
555.60/555.66	c vivif2 --  cl tried    86644 cl shrink     6078 lits rem      10327 time: 0.07
556.00/556.06	c asymm  cl-useful: 3/1375/97120 lits-rem:9 time: 0.40
556.00/556.07	c calculated reachability. Time: 0.00
556.00/556.07	c  N dy 12141   2211058      1155     97117     41324     86644    375993    913719     10.23   no data  --
560.70/560.76	c  N dy 12253   2231214      1155     97117     41324    106486    375993   1437197     10.23     10.87  --
565.60/565.64	c  N dy 12368   2251346      1155     97117     41324    126310    375993   1986756     10.23     11.05  --
570.31/570.37	c  N dy 12489   2271383      1155     97117     41324     79095    375993    644328     10.23     10.85  --
574.91/574.93	c  N dy 12589   2291458      1155     97117     41325     98889    375993   1168053     10.23     15.24  --
579.72/579.71	c  N dy 12701   2311528      1155     97117     41325    118686    375993   1712339     10.23     11.12  --
584.61/584.64	c  N dy 12824   2331875      1155     97117     41325     70752    375993    393843     10.23     11.12  --
589.01/589.07	c  N dy 12938   2351991      1155     97117     41325     90574    375993    936109     10.24     10.78  --
593.92/593.97	c  N dy 13046   2372172      1155     97117     41325    110456    375993   1479089     10.24     10.80  --
599.52/599.55	c  N dy 13175   2392555      1155     97117     41326    130528    375993   2028614     10.24     10.89  --
604.92/604.99	c  N dy 13292   2412635      1155     97117     41326     81315    375993    657122     10.24     10.98  --
610.01/610.02	c  N dy 13410   2432674      1155     97117     41326    101068    375993   1191074     10.25     11.60  --
615.41/615.48	c  N dy 13526   2452977      1155     97117     41327    121026    375993   1736735     10.25     10.86  --
621.42/621.44	c  N dy 13646   2473298      1155     97117     41327     71102    375993    362327     10.25     10.82  --
626.01/626.04	c  N dy 13749   2493311      1155     97117     41327     90809    375993    907070     10.25     10.81  --
631.01/631.00	c  N dy 13866   2513410      1155     97117     41327    110608    375993   1446428     10.25     10.82  --
636.21/636.21	c  N dy 13982   2533632      1155     97117     41327    130545    375993   1997161     10.25     11.16  --
641.41/641.49	c  N dy 14104   2553946      1155     97117     41327     79609    375993    573446     10.26     11.34  --
646.11/646.17	c  N dy 14205   2574003      1155     97117     41328     99409    375993   1115561     10.26     11.01  --
651.22/651.28	c  N dy 14313   2594272      1155     97117     41331    119373    375993   1657755     10.25     10.85  --
656.61/656.67	c  N dy 14413   2614537      1155     97117     41331    139364    375993   2205467     10.25     11.42  --
661.61/661.66	c  N dy 14526   2634589      1155     97117     41334     87169    375993    762877     10.25     10.96  --
666.41/666.49	c  N dy 14627   2654835      1155     97117     41334    107110    375993   1297740     10.25     11.12  --
671.61/671.65	c  N dy 14744   2674978      1155     97117     41334    126908    375993   1842919     10.26     10.88  --
677.31/677.30	c  N dy 14860   2694995      1155     97117     41334     73756    375993    372545     10.26     11.26  --
680.92/680.92	c  S st 14949   2711059      1155     97117     41335     89588    375993    798069     10.26   no data  --
681.01/681.03	c  S st 14949   2711559      1155     97117     41335     90088    375993    812673     10.26   no data  --
681.01/681.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
681.01/681.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
681.31/681.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      8 BRemL:      0 BRemN:      0 P:  6.8M T:  0.28
681.31/681.38	c bin-w-bin subsume rem            3 bins  time:  0.01 s
682.51/682.51	c subs with bin:      295  lits-rem:        90  v-fix:    0  time:  1.13 s
682.51/682.53	c Subs w/ non-existent bins:      2 l-rem:   3188 v-fix:     0 done:    438 time:  0.02 s
682.51/682.54	c Removed useless bin:       0  fixed:     0  props:   4.44M  time:  0.01 s
685.91/685.93	c lits-rem:       125  cl-subs:     3179  v-elim:      0  v-fix:    0  time:  3.39 s
685.91/685.96	c vivif2 --  cl tried    97111 cl shrink        3 lits rem          3 time: 0.03
686.01/686.02	c vivif2 --  cl tried    86618 cl shrink     3758 lits rem       6186 time: 0.06
686.42/686.43	c asymm  cl-useful: 6/1389/97108 lits-rem:18 time: 0.41
686.42/686.44	c calculated reachability. Time: 0.00
686.42/686.44	c  N dy 14949   2711559      1155     97102     41353     86618    375978    753429     10.26   no data  --
691.11/691.20	c  N dy 15037   2731779      1155     97102     41353    106554    375978   1280980     10.26     10.84  --
696.02/696.06	c  N dy 15158   2751800      1155     97102     41353    126290    375978   1820231     10.26     13.09  --
701.11/701.18	c  N dy 15258   2771844      1155     97102     41353    146023    375978   2357687     10.26     10.82  --
705.81/705.85	c  N dy 15383   2792015      1155     97102     41353     92046    375978    849057     10.26     10.84  --
710.52/710.51	c  N dy 15500   2812031      1155     97102     41353    111766    375978   1381533     10.26     10.89  --
715.31/715.37	c  N dy 15619   2832052      1155     97102     41353    131464    375978   1918201     10.26     11.06  --
720.53/720.58	c  N dy 15739   2852120      1155     97102     41353     76385    375978    396931     10.27     10.86  --
725.01/725.03	c  N dy 15839   2872153      1155     97102     41353     96131    375978    925339     10.26     11.09  --
729.71/729.74	c  N dy 15932   2892163      1155     97102     41354    115867    375978   1447568     10.26     11.07  --
734.72/734.74	c  N dy 16049   2912260      1155     97102     41354    135694    375978   1998481     10.27     12.34  --
739.81/739.85	c  N dy 16179   2932352      1155     97102     41354     79615    375978    465867     10.27     11.07  --
744.22/744.29	c  N dy 16290   2952468      1155     97102     41354     99435    375978   1008910     10.27     10.81  --
749.02/749.09	c  N dy 16403   2972666      1155     97102     41355    119355    375978   1564608     10.27     10.91  --
754.11/754.12	c  N dy 16521   2992755      1155     97102     41355    139121    375978   2096365     10.27     11.32  --
759.11/759.17	c  N dy 16661   3012904      1155     97102     41355     82113    375978    509285     10.27     10.82  --
763.71/763.75	c  N dy 16783   3033452      1155     97102     41356    102354    375978   1059262     10.28     11.00  --
768.51/768.52	c  N dy 16907   3053486      1155     97102     41356    122118    375978   1596410     10.28     16.46  --
773.61/773.66	c  N dy 17025   3073575      1155     97102     41356    141898    375978   2126890     10.28     10.90  --
778.82/778.83	c  N dy 17137   3093684      1155     97102     41356     83827    375978    532553     10.28     10.85  --
783.32/783.36	c  N dy 17243   3113756      1155     97102     41356    103596    375978   1070352     10.28     10.85  --
788.02/788.01	c  N dy 17367   3133847      1155     97102     41356    123317    375978   1615930     10.28     11.05  --
793.13/793.18	c  N dy 17461   3153941      1155     97102     41356    143072    375978   2137619     10.28     10.98  --
798.71/798.76	c  N dy 17572   3174014      1155     97102     41356     84094    375978    521294     10.28     12.10  --
803.71/803.74	c  N dy 17681   3194119      1155     97102     41356    103907    375978   1058906     10.28     10.84  --
808.31/808.39	c  S st 17774   3211559      1155     97102     41356    121089    375978   1529566     10.28      8.94  --
808.52/808.51	c  S st 17774   3212062      1155     97102     41356    121592    375978   1542776     10.28   no data  --
808.52/808.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
808.52/808.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
808.81/808.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  7.8M T:  0.35
808.91/808.96	c bin-w-bin subsume rem            7 bins  time:  0.01 s
810.32/810.36	c subs with bin:       55  lits-rem:         2  v-fix:    0  time:  1.39 s
810.32/810.39	c Subs w/ non-existent bins:      3 l-rem:   4055 v-fix:     0 done:    248 time:  0.03 s
810.32/810.40	c Removed useless bin:       0  fixed:     0  props:   4.45M  time:  0.01 s
817.91/817.96	c lits-rem:        88  cl-subs:     7235  v-elim:      0  v-fix:    0  time:  7.56 s
817.91/817.99	c vivif2 --  cl tried    97102 cl shrink        0 lits rem          0 time: 0.03
818.11/818.13	c vivif2 --  cl tried   114299 cl shrink    10544 lits rem      17551 time: 0.13
818.51/818.57	c asymm  cl-useful: 14/1241/97102 lits-rem:42 time: 0.44
818.51/818.58	c calculated reachability. Time: 0.00
818.51/818.58	c  N dy 17774   3212062      1155     97088     41363    114299    375964   1411692     10.28   no data  --
824.11/824.18	c  N dy 17872   3232168      1155     97088     41363    134123    375964   1946974     10.28     10.85  --
830.12/830.13	c  N dy 17988   3252377      1155     97088     41365    154031    375964   2486833     10.29     10.86  --
835.32/835.31	c  N dy 18084   3272675      1155     97088     41365     94300    375964    771808     10.28     10.85  --
840.22/840.24	c  N dy 18200   3292712      1155     97088     41365    114026    375964   1293388     10.28     10.96  --
845.32/845.39	c  N dy 18311   3312794      1155     97088     41365    133848    375964   1837889     10.29     10.95  --
850.82/850.88	c  N dy 18434   3332847      1155     97088     41366    153600    375964   2371852     10.29     11.10  --
856.01/856.06	c  N dy 18541   3352972      1155     97088     41366     92696    375964    719864     10.29     10.87  --
860.82/860.90	c  N dy 18642   3373051      1155     97088     41366    112509    375964   1248056     10.29     11.00  --
866.12/866.15	c  N dy 18750   3393266      1155     97088     41366    132418    375964   1783437     10.29     11.29  --
871.62/871.63	c  N dy 18876   3413283      1155     97088     41366    152111    375964   2322181     10.29     11.29  --
877.02/877.06	c  N dy 18984   3433285      1155     97088     41367     90047    375964    619205     10.29     13.33  --
881.92/881.96	c  N dy 19100   3453497      1155     97088     41368    109920    375964   1154980     10.29     10.85  --
887.21/887.27	c  N dy 19230   3473798      1155     97088     41368    129912    375964   1695866     10.30     10.89  --
892.82/892.83	c  N dy 19338   3493982      1155     97088     41368    149758    375964   2223727     10.30     10.88  --
898.41/898.43	c  N dy 19450   3514064      1155     97088     41368     86824    375964    515210     10.30     10.86  --
903.02/903.01	c  N dy 19552   3534151      1155     97088     41369    106628    375964   1051940     10.30     11.20  --
907.81/907.80	c  N dy 19659   3554227      1155     97088     41369    126409    375964   1585025     10.30     10.85  --
912.71/912.77	c  N dy 19770   3574411      1155     97088     41369    146287    375964   2122174     10.30     10.96  --
918.11/918.14	c  N dy 19879   3594490      1155     97088     41370    166056    375964   2656007     10.30     10.85  --
922.83/922.87	c  N dy 19987   3614498      1155     97088     41370    102017    375964    890934     10.30     11.09  --
927.52/927.57	c  N dy 20106   3634537      1155     97088     41370    121753    375964   1424751     10.30     10.95  --
932.62/932.64	c  N dy 20213   3654641      1155     97088     41370    141550    375964   1949533     10.30     11.52  --
937.92/937.98	c  N dy 20320   3674713      1155     97088     41370    161321    375964   2484626     10.30     10.97  --
942.92/942.96	c  N dy 20426   3694834      1155     97088     41371     96464    375964    722461     10.30     10.92  --
946.82/946.89	c  S st 20520   3712064      1155     97088     41371    113415    375964   1179272     10.30   no data  --
947.02/947.01	c  S st 20520   3712564      1155     97088     41371    113914    375964   1192685     10.30   no data  --
947.02/947.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
947.02/947.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
947.22/947.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      7 BRemL:      3 BRemN:      0 P:  7.4M T:  0.27
947.32/947.35	c bin-w-bin subsume rem            0 bins  time:  0.01 s
948.42/948.46	c subs with bin:       27  lits-rem:         6  v-fix:    0  time:  1.11 s
948.42/948.49	c Subs w/ non-existent bins:     27 l-rem:   3265 v-fix:     0 done:    381 time:  0.02 s
948.52/948.50	c Removed useless bin:       0  fixed:     0  props:   4.44M  time:  0.01 s
952.72/952.73	c lits-rem:       128  cl-subs:     5530  v-elim:      0  v-fix:    0  time:  4.23 s
952.72/952.76	c vivif2 --  cl tried    97084 cl shrink        6 lits rem          6 time: 0.03
952.82/952.85	c vivif2 --  cl tried   108329 cl shrink     6751 lits rem      11291 time: 0.09
953.22/953.24	c asymm  cl-useful: 0/1302/97078 lits-rem:0 time: 0.39
953.22/953.25	c calculated reachability. Time: 0.00
953.22/953.25	c  N dy 20520   3712564      1155     97078     41384    108329    375954   1095763     10.30   no data  --
958.13/958.18	c  N dy 20613   3732899      1155     97078     41385    128355    375954   1637051     10.30     11.19  --
962.92/962.91	c  F st 20726   3751562      1155     97078     41385    146754    375954   2140100     10.30     10.17  --
963.42/963.46	c  N st 20730   3753600      1155     97078     41385    148757    375954   2197831     10.30   no data  --
968.82/968.82	c  N dy 20816   3773643      1155     97078     41385    168518    375954   2743716     10.30     11.16  --
973.72/973.70	c  N dy 20912   3793830      1155     97078     41385    102770    375954    879853     10.30     10.88  --
978.42/978.42	c  N dy 21027   3813831      1155     97078     41386    122409    375954   1383472     10.30     13.79  --
983.32/983.41	c  N dy 21145   3833877      1155     97078     41386    142139    375954   1912835     10.30     12.07  --
988.62/988.65	c  N dy 21259   3854022      1155     97078     41387    161983    375954   2451695     10.30     11.69  --
993.82/993.89	c  N dy 21374   3874089      1155     97078     41387     95145    375954    655121     10.31     10.89  --
998.43/998.45	c  N dy 21490   3894157      1155     97078     41388    114881    375954   1191189     10.31     12.74  --
1003.42/1003.43	c  N dy 21607   3914391      1155     97078     41388    134801    375954   1726293     10.31     10.85  --
1008.73/1008.74	c  N dy 21704   3934584      1155     97078     41388    154709    375954   2253313     10.31     10.95  --
1014.23/1014.25	c  N dy 21822   3955019      1155     97078     41389    174811    375954   2801982     10.31     10.90  --
1018.93/1018.92	c  N dy 21929   3975096      1155     97078     41390    107356    375954    961697     10.31     10.92  --
1023.62/1023.68	c  N dy 22046   3995106      1155     97078     41390    127041    375954   1496611     10.31     12.17  --
1028.92/1028.95	c  N dy 22163   4015193      1155     97078     41390    146850    375954   2037721     10.31     11.20  --
1034.93/1034.99	c  N dy 22278   4035407      1155     97078     41390    166752    375954   2588465     10.31     10.88  --
1040.82/1040.84	c  N dy 22388   4055428      1155     97078     41391     98107    375954    683207     10.31     15.30  --
1045.82/1045.83	c  N dy 22508   4075475      1155     97078     41392    117852    375954   1218545     10.31     12.82  --
1051.33/1051.33	c  N dy 22624   4095529      1155     97078     41392    137559    375954   1749273     10.31     10.91  --
1057.33/1057.31	c  N dy 22735   4116171      1155     97078     41392    157943    375954   2314233     10.31     10.86  --
1063.63/1063.65	c  N dy 22845   4136186      1155     97078     41393    177641    375954   2842623     10.31     12.15  --
1069.13/1069.11	c  N dy 22950   4156356      1155     97078     41395    108202    375954    924624     10.31     11.11  --
1074.43/1074.49	c  N dy 23054   4176422      1155     97078     41395    127969    375954   1439609     10.31     11.85  --
1079.93/1079.99	c  N dy 23155   4196485      1155     97078     41395    147682    375954   1971881     10.31     11.66  --
1084.33/1084.36	c  S st 23242   4212567      1155     97078     41395    163541    375954   2409404     10.31   no data  --
1084.53/1084.51	c  S st 23242   4213068      1155     97078     41395    164039    375954   2423325     10.31   no data  --
1084.53/1084.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1084.53/1084.51	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1084.83/1084.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      8 BRemL:      0 BRemN:      0 P:  9.0M T:  0.37
1085.03/1085.00	c bin-w-bin subsume rem            9 bins  time:  0.02 s
1086.33/1086.32	c subs with bin:       13  lits-rem:        27  v-fix:    0  time:  1.31 s
1086.33/1086.35	c Subs w/ non-existent bins:      6 l-rem:   4300 v-fix:     0 done:    151 time:  0.03 s
1086.33/1086.36	c Removed useless bin:       0  fixed:     0  props:   4.43M  time:  0.01 s
1097.12/1097.18	c lits-rem:        59  cl-subs:    13362  v-elim:      0  v-fix:    0  time: 10.82 s
1097.22/1097.21	c vivif2 --  cl tried    97075 cl shrink        9 lits rem          9 time: 0.03
1097.42/1097.41	c vivif2 --  cl tried   150658 cl shrink    18491 lits rem      30577 time: 0.20
1097.84/1097.81	c asymm  cl-useful: 6/1046/97066 lits-rem:18 time: 0.41
1097.84/1097.82	c calculated reachability. Time: 0.00
1097.84/1097.82	c  N dy 23242   4213068      1155     97060     41411    150658    375936   2188020     10.31   no data  --
1103.92/1103.98	c  N dy 23357   4233516      1155     97060     41413    170794    375936   2737661     10.31     10.87  --
1109.73/1109.74	c  N dy 23472   4253532      1155     97060     41413    100473    375936    684222     10.31     11.17  --
1114.63/1114.61	c  N dy 23590   4273582      1155     97060     41413    120203    375936   1213240     10.32     11.06  --
1119.84/1119.89	c  N dy 23703   4293670      1155     97060     41414    139991    375936   1749391     10.32     11.22  --
1125.42/1125.47	c  N dy 23813   4314332      1155     97060     41414    160303    375936   2297164     10.32     10.89  --
1131.32/1131.39	c  N dy 23920   4334479      1155     97060     41414    180138    375936   2826876     10.32     11.04  --
1136.73/1136.75	c  N dy 24029   4354489      1155     97060     41414    108743    375936    868065     10.32     11.04  --
1141.73/1141.75	c  N dy 24139   4374512      1155     97060     41415    128468    375936   1401463     10.32     11.02  --
1147.13/1147.13	c  N dy 24256   4394647      1155     97060     41415    148317    375936   1937338     10.32     10.97  --
1152.84/1152.85	c  N dy 24375   4415060      1155     97060     41415    168388    375936   2481979     10.32     10.87  --
1158.93/1158.92	c  N dy 24492   4435211      1155     97060     41415     96093    375936    511324     10.32     11.35  --
1163.73/1163.80	c  N dy 24597   4455373      1155     97060     41415    115917    375936   1027913     10.32     11.11  --
1168.83/1168.88	c  N dy 24715   4475420      1155     97060     41415    135634    375936   1546089     10.32     10.92  --
1174.43/1174.41	c  N dy 24835   4495672      1155     97060     41415    155548    375936   2086180     10.32     10.89  --
1180.13/1180.16	c  N dy 24955   4515703      1155     97060     41416    175219    375936   2610139     10.32     10.98  --
1185.93/1185.94	c  N dy 25059   4535848      1155     97060     41416    101985    375936    639708     10.32     11.02  --
1190.93/1190.91	c  N dy 25176   4556014      1155     97060     41416    121839    375936   1146617     10.32     11.07  --
1195.74/1195.78	c  N dy 25278   4576044      1155     97060     41416    141571    375936   1666426     10.32     11.06  --
1200.93/1200.96	c  N dy 25392   4596318      1155     97060     41416    161538    375936   2210717     10.32     10.97  --
1206.33/1206.39	c  N dy 25508   4616578      1155     97060     41416    181490    375936   2757021     10.33     11.21  --
1211.92/1211.96	c  N dy 25616   4636880      1155     97060     41417    107292    375936    747198     10.33     11.11  --
1216.73/1216.71	c  N dy 25730   4656968      1155     97060     41417    127053    375936   1278730     10.33     10.99  --
1221.63/1221.60	c  N dy 25846   4677048      1155     97060     41417    146848    375936   1825641     10.33     12.72  --
1226.83/1226.89	c  N dy 25953   4697086      1155     97060     41418    166613    375936   2361851     10.33     10.95  --
1231.22/1231.22	c  S st 26049   4713073      1155     97060     41419    182394    375936   2798895     10.33   no data  --
1231.32/1231.33	c  S st 26049   4713577      1155     97060     41419    182898    375936   2813798     10.33   no data  --
1231.32/1231.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1231.32/1231.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1231.62/1231.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:      2 BRemN:      0 P:  9.5M T:  0.35
1231.82/1231.82	c bin-w-bin subsume rem           11 bins  time:  0.01 s
1233.03/1233.10	c subs with bin:      127  lits-rem:        50  v-fix:    0  time:  1.28 s
1233.14/1233.13	c Subs w/ non-existent bins:     19 l-rem:   4228 v-fix:     0 done:    142 time:  0.03 s
1233.14/1233.13	c Removed useless bin:       0  fixed:     0  props:   4.44M  time:  0.01 s
1254.43/1254.40	c lits-rem:        45  cl-subs:    14511  v-elim:      0  v-fix:    0  time: 21.27 s
1254.43/1254.43	c vivif2 --  cl tried    97060 cl shrink        3 lits rem          3 time: 0.03
1254.63/1254.65	c vivif2 --  cl tried   168241 cl shrink    23171 lits rem      40364 time: 0.22
1255.04/1255.01	c asymm  cl-useful: 9/955/97057 lits-rem:27 time: 0.36
1255.04/1255.03	c calculated reachability. Time: 0.00
1255.04/1255.03	c  N dy 26049   4713577      1155     97048     41420    168241    375924   2547718     10.33   no data  --
1260.83/1260.81	c  N dy 26155   4733907      1155     97048     41420    188252    375924   3087819     10.33     10.99  --
1265.93/1265.96	c  N dy 26268   4754084      1155     97048     41420    112981    375924    880713     10.33     10.92  --
1270.83/1270.88	c  N dy 26382   4774350      1155     97048     41420    132923    375924   1415001     10.33     10.96  --
1275.83/1275.88	c  N dy 26500   4794453      1155     97048     41421    152709    375924   1946979     10.33     11.02  --
1281.13/1281.19	c  N dy 26621   4814707      1155     97048     41421    172663    375924   2490095     10.33     11.01  --
1286.73/1286.76	c  N dy 26725   4834783      1155     97048     41421    192418    375924   3017139     10.33     11.07  --
1291.83/1291.83	c  N dy 26841   4854802      1155     97048     41421    116017    375924    923574     10.33     10.90  --
1296.73/1296.71	c  N dy 26961   4874897      1155     97048     41421    135797    375924   1450609     10.33     11.28  --

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

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.83 3.97 3.64 4/367 16729
/proc/meminfo: memFree=24196104/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=30436 CPUtime=0 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 930 0 0 0 0 0 0 0 25 0 1 0 631990812 31166464 870 33554432000 4194304 4650387 140734521358304 18446744073709551615 4520320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 7609 872 327 112 0 2574 0

[startup+0.0698219 s]
/proc/loadavg: 3.83 3.97 3.64 4/367 16729
/proc/meminfo: memFree=24196104/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=38076 CPUtime=0.06 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 3437 0 0 0 6 0 0 0 25 0 1 0 631990812 38989824 3377 33554432000 4194304 4650387 140734521358304 18446744073709551615 4370400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 9519 3377 348 112 0 4484 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 38076

[startup+0.100813 s]
/proc/loadavg: 3.83 3.97 3.64 4/367 16729
/proc/meminfo: memFree=24196104/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=38076 CPUtime=0.09 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 3437 0 0 0 9 0 0 0 25 0 1 0 631990812 38989824 3377 33554432000 4194304 4650387 140734521358304 18446744073709551615 4369349 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 9519 3377 348 112 0 4484 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38076

[startup+0.300787 s]
/proc/loadavg: 3.83 3.97 3.64 4/367 16729
/proc/meminfo: memFree=24196104/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=38076 CPUtime=0.29 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 3437 0 0 0 29 0 0 0 25 0 1 0 631990812 38989824 3377 33554432000 4194304 4650387 140734521358304 18446744073709551615 4369845 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 9519 3377 348 112 0 4484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38076

[startup+0.700706 s]
/proc/loadavg: 3.83 3.97 3.64 4/367 16729
/proc/meminfo: memFree=24196104/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=53980 CPUtime=0.69 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 7960 0 0 0 68 1 0 0 25 0 1 0 631990812 55275520 6420 33554432000 4194304 4650387 140734521358304 18446744073709551615 4432344 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 13495 6420 362 112 0 8460 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53980

[startup+1.50056 s]
/proc/loadavg: 3.83 3.97 3.64 5/368 16730
/proc/meminfo: memFree=24164600/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=62560 CPUtime=1.49 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 9871 0 0 0 148 1 0 0 25 0 1 0 631990812 64061440 8331 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 15640 8331 378 112 0 10605 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62560

[startup+3.10027 s]
/proc/loadavg: 3.83 3.97 3.64 5/368 16730
/proc/meminfo: memFree=24162276/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=62560 CPUtime=3.09 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 10108 0 0 0 308 1 0 0 25 0 1 0 631990812 64061440 8568 33554432000 4194304 4650387 140734521358304 18446744073709551615 4364326 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 15640 8568 378 112 0 10605 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62560

[startup+6.30067 s]
/proc/loadavg: 3.84 3.97 3.64 5/368 16730
/proc/meminfo: memFree=24159608/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=62520 CPUtime=6.29 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 11362 0 0 0 628 1 0 0 25 0 1 0 631990812 64020480 8405 33554432000 4194304 4650387 140734521358304 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 15630 8405 381 112 0 10595 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62520

[startup+12.7005 s]
/proc/loadavg: 3.85 3.97 3.64 5/368 16730
/proc/meminfo: memFree=24133956/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=76324 CPUtime=12.69 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 14977 0 0 0 1267 2 0 0 25 0 1 0 631990812 78155776 12020 33554432000 4194304 4650387 140734521358304 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 19081 12020 382 112 0 14046 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76324

[startup+25.5002 s]
/proc/loadavg: 3.89 3.97 3.64 5/368 16731
/proc/meminfo: memFree=24125840/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=76676 CPUtime=25.49 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 18021 0 0 0 2547 2 0 0 25 0 1 0 631990812 78516224 12031 33554432000 4194304 4650387 140734521358304 18446744073709551615 4439339 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 19169 12031 382 112 0 14134 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76676

[startup+51.1004 s]
/proc/loadavg: 3.92 3.97 3.65 5/368 16731
/proc/meminfo: memFree=24101860/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=88732 CPUtime=51.09 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 23769 0 0 0 5106 3 0 0 25 0 1 0 631990812 90861568 14387 33554432000 4194304 4650387 140734521358304 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 22183 14387 382 112 0 17148 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 88732

[startup+102.314 s]
/proc/loadavg: 3.97 3.97 3.67 5/368 16733
/proc/meminfo: memFree=24074332/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=99676 CPUtime=102.3 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 26713 0 0 0 10226 4 0 0 25 0 1 0 631990812 102068224 17330 33554432000 4194304 4650387 140734521358304 18446744073709551615 4366784 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 24919 17330 382 112 0 19884 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 99676

[startup+162.301 s]
/proc/loadavg: 4.02 3.99 3.69 5/368 16734
/proc/meminfo: memFree=24044044/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=99864 CPUtime=162.3 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 28329 0 0 0 16225 5 0 0 25 0 1 0 631990812 102260736 18946 33554432000 4194304 4650387 140734521358304 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 24966 18946 382 112 0 19931 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 99864

[startup+222.301 s]
/proc/loadavg: 4.09 4.02 3.72 5/368 16736
/proc/meminfo: memFree=24005332/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=112344 CPUtime=222.3 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 35486 0 0 0 22224 6 0 0 25 0 1 0 631990812 115040256 21962 33554432000 4194304 4650387 140734521358304 18446744073709551615 4328458 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 28086 21962 382 112 0 23051 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 112344

[startup+282.301 s]
/proc/loadavg: 4.11 4.04 3.74 5/368 16738
/proc/meminfo: memFree=24015700/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=100024 CPUtime=282.3 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 42540 0 0 0 28223 7 0 0 25 0 1 0 631990812 102424576 19386 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363423 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 25006 19386 382 112 0 19971 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100024

[startup+342.301 s]
/proc/loadavg: 4.07 4.04 3.76 5/368 16775
/proc/meminfo: memFree=23994924/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=104880 CPUtime=342.3 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 55428 0 0 0 34220 10 0 0 25 0 1 0 631990812 107397120 19875 33554432000 4194304 4650387 140734521358304 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 26220 19875 382 112 0 21185 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 104880

[startup+402.301 s]
/proc/loadavg: 4.18 4.07 3.78 5/368 16777
/proc/meminfo: memFree=23973728/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=105060 CPUtime=402.3 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 67927 0 0 0 40217 13 0 0 25 0 1 0 631990812 107581440 19170 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 26265 19170 382 112 0 21230 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 105060

[startup+462.301 s]
/proc/loadavg: 4.07 4.05 3.79 5/368 16778
/proc/meminfo: memFree=23926792/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=127072 CPUtime=462.31 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 80506 0 0 0 46215 16 0 0 25 0 1 0 631990812 130121728 25414 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 31768 25414 382 112 0 26733 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 127072

[startup+522.301 s]
/proc/loadavg: 4.02 4.04 3.80 5/368 16780
/proc/meminfo: memFree=23888672/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=127412 CPUtime=522.31 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 86506 0 0 0 52214 17 0 0 25 0 1 0 631990812 130469888 25637 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 31853 25637 382 112 0 26818 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 127412

[startup+582.301 s]
/proc/loadavg: 4.01 4.03 3.82 5/368 16782
/proc/meminfo: memFree=23882164/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=127604 CPUtime=582.31 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 93805 0 0 0 58212 19 0 0 25 0 1 0 631990812 130666496 26765 33554432000 4194304 4650387 140734521358304 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 31901 26765 382 112 0 26866 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 127604

[startup+642.301 s]
/proc/loadavg: 4.04 4.04 3.83 5/368 16783
/proc/meminfo: memFree=23857184/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=114824 CPUtime=642.32 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 98656 0 0 0 64211 21 0 0 25 0 1 0 631990812 117579776 21668 33554432000 4194304 4650387 140734521358304 18446744073709551615 4364304 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 28706 21668 382 112 0 23671 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 114824

[startup+702.301 s]
/proc/loadavg: 4.07 4.04 3.84 5/368 16785
/proc/meminfo: memFree=23834296/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=126440 CPUtime=702.31 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 110691 0 0 0 70205 26 0 0 25 0 1 0 631990812 129474560 23560 33554432000 4194304 4650387 140734521358304 18446744073709551615 4519989 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 31610 23560 382 112 0 26575 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 126440

[startup+762.314 s]
/proc/loadavg: 4.02 4.03 3.85 5/368 16786
/proc/meminfo: memFree=23837336/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=115168 CPUtime=762.32 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 117633 0 0 0 76204 28 0 0 25 0 1 0 631990812 117932032 23648 33554432000 4194304 4650387 140734521358304 18446744073709551615 4364314 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 28792 23648 382 112 0 23757 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 115168

[startup+822.301 s]
/proc/loadavg: 4.06 4.04 3.86 5/368 16788
/proc/meminfo: memFree=23774524/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=130880 CPUtime=822.31 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 124413 0 0 0 82201 30 0 0 25 0 1 0 631990812 134021120 26883 33554432000 4194304 4650387 140734521358304 18446744073709551615 4328309 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 32720 26883 382 112 0 27685 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 130880

[startup+882.301 s]
/proc/loadavg: 4.02 4.03 3.86 5/368 16790
/proc/meminfo: memFree=23774456/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=144860 CPUtime=882.32 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 130970 0 0 0 88198 34 0 0 25 0 1 0 631990812 148336640 28949 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363423 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 36215 28949 382 112 0 31180 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 144860

[startup+942.301 s]
/proc/loadavg: 4.05 4.03 3.87 5/368 16791
/proc/meminfo: memFree=23792112/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=144988 CPUtime=942.32 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 137938 0 0 0 94195 37 0 0 25 0 1 0 631990812 148467712 28363 33554432000 4194304 4650387 140734521358304 18446744073709551615 4328240 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 36247 28363 382 112 0 31212 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 144988

[startup+1002.3 s]
/proc/loadavg: 4.06 4.04 3.89 5/368 16793
/proc/meminfo: memFree=23781304/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=145068 CPUtime=1002.32 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 147379 0 0 0 100193 39 0 0 25 0 1 0 631990812 148549632 29790 33554432000 4194304 4650387 140734521358304 18446744073709551615 4364320 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 36267 29790 382 112 0 31232 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 145068

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.89 5/368 16794
/proc/meminfo: memFree=23739100/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=202328 CPUtime=1062.32 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 156358 0 0 0 106188 44 0 0 25 0 1 0 631990812 207183872 31018 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 50582 31018 382 112 0 45547 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 202328

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.90 5/368 16796
/proc/meminfo: memFree=23736456/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=147624 CPUtime=1122.32 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 165905 0 0 0 112184 48 0 0 25 0 1 0 631990812 151166976 31492 33554432000 4194304 4650387 140734521358304 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 36906 31492 382 112 0 31871 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 147624

[startup+1182.3 s]
/proc/loadavg: 4.11 4.05 3.91 5/368 16798
/proc/meminfo: memFree=23725832/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=205672 CPUtime=1182.33 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 170572 0 0 0 118182 51 0 0 25 0 1 0 631990812 210608128 31739 33554432000 4194304 4650387 140734521358304 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 51418 31739 382 112 0 46383 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 205672

[startup+1242.3 s]
/proc/loadavg: 4.11 4.05 3.92 5/368 16799
/proc/meminfo: memFree=23726896/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=219484 CPUtime=1242.33 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 178647 0 0 0 124180 53 0 0 25 0 1 0 631990812 224751616 35305 33554432000 4194304 4650387 140734521358304 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 54871 35305 382 112 0 49836 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 219484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.60 3.94 3.89 3/356 16837
/proc/meminfo: memFree=23921292/32951124 swapFree=65980216/67111528
[pid=16729] ppid=16727 vsize=175708 CPUtime=1300.04 cores=5,7
/proc/16729/stat : 16729 (strangenight1-s) R 16727 16729 15582 0 -1 4202496 187363 0 0 0 129949 55 0 0 25 0 1 0 631990812 179924992 37894 33554432000 4194304 4650387 140734521358304 18446744073709551615 4333751 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/16729/statm: 43927 37894 382 112 0 38892 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 175708

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): 1299.5
CPU system time (s): 0.558915
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 249184

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

runsolver used 4.55631 second user time and 10.8304 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-14 19:55:53
IDJOB=3370643
IDBENCH=85965
IDSOLVER=1847
FILE ID=node142/3370643-1305395753
RUNJOBID= node142-1305395739-16582
PBS_JOBID= 13324407
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_34.renamed-as.sat05-1926.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370643-1305395753/watcher-3370643-1305395753 -o /tmp/evaluation-result-3370643-1305395753/solver-3370643-1305395753 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370643-1305395753.cnf

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

MD5SUM BENCH= 349e2f9eff952d4e42f8e1caefaa382b
RANDOM SEED=826529568

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24196144 kB
Buffers:        311120 kB
Cached:        3836100 kB
SwapCached:      11520 kB
Active:        6102956 kB
Inactive:      2318344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24196144 kB
SwapTotal:    67111528 kB
SwapFree:     65980216 kB
Dirty:           29164 kB
Writeback:           0 kB
AnonPages:     4271768 kB
Mapped:          21508 kB
Slab:           234804 kB
PageTables:      32416 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77166020 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= 73428 MiB
End job on node142 at 2011-05-14 20:17:35