8 core never run more that 50%

I have a 8 core with 16g of ram is use final cut, and imovie ( sometimes) when I'm finished with a project I use compressor to output. Using Qmaster with 8 instances selected, My cp monitor runs at only 50% on all... I have look in this and other forums but have found noting definitive about hoe to correct this. ( I never seem to get any of the processors to run at 100%, well no more that 1 for a short period)

Yes, of course, you are absolutely right.
Your questions are very good ones indeed. So, I think you and other Mac users with CPU demanding tasks to process deserve some answers.
Yes, it is a software design issue. An application, running only a single process, cannot utilize more than one CPU. It needs to divide its job into several chunks and start new processes for each sub-task. The operating system can then schedule CPU cycles to each and every process, many of them in paralell (concurrently) using all the cores available. This is not done by itself, though, the application must be designed and written with great care in order to use all cores efficiently.
As Martin Pace correctly observed, BitVice will use all your 8 cores, unless you tell it to use "Low Priority". That is because it was designed to spawn as many processes as needed, for ultimate CPU usage, depending on how much CPU power is available at the time of excecution. The result is that, as long as your disk system is fast enough, all your cores may (will) get maxed out. This does not mean that everything else stops, though, because all other processes running on the system will get their fair share of CPU time. The bottom line is that BitVice is so carefully written that it will be able to utilize all the surplus CPU cycles, from every core, that none of other processes have any demand for. You can run as many applications as you like, at the same time. At least if they are behaving nearly as responsible as you can expect from applications that you paid good money for.
That is exactly what you were asking for, right?
If so, you are welcome to try the free demo versions of Innobits products.
http://www.innobits.com/downloads.html
However, when you rather want to save electric energy, instead of time, you can of course choose a lower priority setting in BitVice, so that most of the CPUs (cores) will be idling, thinking there is nothing more around worthwhile spending CPU cycles on. The lowest priority will inhibit any parallel computing at all.

Similar Messages

  • Editor pane crashes when run more that once

    Hello,
    I'm using an editor pane in my application to display an html file for on-line help.
    The page runs fine, with all the hyperlinks working fine as well.
    The problem is when I call the editor pane for a second time it always crashes in the middle of loading.
    Anyone got an ideas????
    Cheers for any help,
    Al

    MNot that I'm aware of. Here's the code:
    public class OnLineHelp extends JDialog implements HyperlinkListener
    //Component Initialisation------------------------------------------------------
    JScrollPane editorScrollPane;
    JEditorPane finalPane;
    JEditorPane editorPane = new JEditorPane();
    GridBagLayout gridBagLayout1 = new GridBagLayout();
    //Constructor-------------------------------------------------------------------
    public OnLineHelp(Frame parent)
    super(parent);
    enableEvents(AWTEvent.WINDOW_EVENT_MASK);
    try
    jbInit();
    catch(Exception e)
    e.printStackTrace();
    pack();
    private void jbInit() throws Exception
    this.setTitle("Rift Modeller Help"); //frame title
    this.getContentPane().setLayout(gridBagLayout1);
    setResizable(true);
    editorPane.setPreferredSize(new Dimension(700, 500));
    editorPane.setMinimumSize(new Dimension(700, 500));
    editorPane.setDisabledTextColor(Color.black);
    editorPane.setEditable(false);
    try
    editorPane.setPage(ClassLoader.getSystemResource("Images/help.htm"));
    editorPane.setVisible(true);
    catch(IOException e)
    System.err.println("Error: URL Not Recognised");
    finalPane = editorPane;
    editorPane.addHyperlinkListener(this);
    editorScrollPane = new JScrollPane(editorPane);
    editorScrollPane.setHorizontalScrollBarPolicy
    (JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
    editorScrollPane.setVerticalScrollBarPolicy
    (JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED);
    editorScrollPane.setMinimumSize(new Dimension(700, 500));
    editorScrollPane.setPreferredSize(new Dimension(700, 500));
    finalPane.setMinimumSize(new Dimension(700, 500));
    this.getContentPane().add(editorScrollPane,
    new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0,
    GridBagConstraints.CENTER, GridBagConstraints.BOTH,
    new Insets(2, 2, 2, 2), 0, 0));
    //method to enable hyperlink----------------------------------------------------
    public void hyperlinkUpdate(HyperlinkEvent he)
    try
    if(he.getEventType() == HyperlinkEvent.EventType.ACTIVATED)
    finalPane.setPage(he.getURL());
    catch (Exception e)
    System.out.println(System.err);
    //Overridden so we can exit when window is closed-------------------------------
    protected void processWindowEvent(WindowEvent e)
    if (e.getID() == WindowEvent.WINDOW_CLOSING)
    cancel();
    super.processWindowEvent(e);
    //Close dialog------------------------------------------------------------------
    void cancel()
    dispose();
    }

  • The fan is running more that ever

    My MacBook Air runs the internal fan at all times....Why?

    Do you mean even when you're not using it? Or when you're actually using it? If it's when you're using it, I have had the same experience where it'll run for a long time then stop later on. I think it's trying to prevent overheating at an earlier stage just to be safe.

  • Since installing 10.7.3 my downloads say that I do not have enough space on my computer for the download. These downloads are never more that 200 megs or so and I have 270 Gigs left on my hard drive. What can I do to fix this?

    Since installing 10.7.3 my downloads say that I do not have enough space on my computer for the download. These downloads are never more that 200 megs or so and I have 270 gigs left on my hard drive. Somehow the remaining space on my hard drive is not being correctly read. What can I do to fix this? I have run permissions repair several times, but to no avail.

    Th downloads do not finish. I am dowloading to a file on my desktop called MUSIC, but it first starts to download to my desktop and then I move it to the MUSIC file also on my desktop and I have been doing this without incident using 10.7.2 as well as 10.7.1 and 10.7.

  • How to keep Reader from being installed if running Pro? Running Acrobat X Pro. Occaisionally, a website with a PDF triggers Reader to be installed on my system. NEVER want reader (that's why i bought Pro). How do i keep Reader from EVER being installed?

    Running Acrobat X Pro.
    Occasionally, a website with a PDF triggers Reader to be installed on my system.
    NEVER want reader (that's why i bought Pro).
    How do i keep Reader from EVER being installed?

    I don't get a pop-up. Something triggers the Reader installer to be loaded on my system. This occurs without my knowledge. Then, the next time i go to open a PDF, instead of it opening immediately with Acrobat Pro, I get the first screen of the installation stuff for Reader (Accept/Decline Terms of use, etc.). At this point, i get out of the install, go into control panel and uninstall Reader (which is listed as a loaded program, even though i haven't finished the install). After i uninstall reader and open a PDF, it opens correctly with Acrobat Pro. This happens once or twice a month at least. Is it possible that the Adobe Acrobat Update Service task loads Reader on my system at some interval? How do i block Reader form EVER being installed or loaded?

  • Is a 64 core machine running Microsoft's Windows Server compatible with After Effects CC and other CC apps?

    I'm trying to build an editing / render machine that has a 64 threaded cores which requires me to use windows server.  Has anyone here ever try to run Creative Cloud on a Windows server 2012? Also, any opinions regarding effectiveness, compatibility, and thoughts about this set up is welcome, I would like to hear what you guys think.  This station will primarily be used a render station and to edit 4k video through a fiber network.

    Also, any opinions regarding effectiveness, compatibility, and thoughts about this set up is welcome, I would like to hear what you guys think. 
    Well, since you asked: Makes no sense. First off, Adobe desktop apps are generally not officially supported on any server operating systems. That doesn't mean they won't run, but there's no guarantees for anything. Second, if you wanted to use all the cores e.g. for MP rendering in AE, you'd only have 2 GB per core, which isn't much. You will run into all sorts of memory errors. Of course you can skew the balance by using less cores/ processors, but then you don't need 4 processors in the machine in the first place. Also currently AE's MP rendering only allows to use 32 processes at most, anyway. Still, even then the file I/O required to sustain all those 32 instances would probably kill your system. Third, and now we are getting to a point, due to how many things in AE work, limitations imposed by CoDecs and effects and a million other things you may end up never using more than 2 cores on a single processor and things feel like on an Amiga. And well, similar considerations would be true for AME, Premiere and whatever other tools/ programs. Sorry, but this is a highly fictional "What if...?" computer or an Edsel. The way they currently work, no Adobe app could ever feed this beast and exploit all the performance. In fact for 4K work in Premiere you may need a totally different graphics system like a Titan. You simply have things completely wrong and are solely focusing on processing power without seeing the bigger picture. You need to sit down and think it over.
    Mylenium

  • Give it to me straight -- Can the new Quad Core iMac run Maya well?

    Hey all, I've been hunting around the interwebs for reviews of the new 27 inch quad core machine and I'm having a heck of a time tracking down specifics regarding iMacs and their ability to run Maya, After Effects, other adobe programs, etc.
    I'm a student right now, going on four years. I own a small graphic design/animation business and I'm afraid my poor little Macbook Pro is going to keel over on me any day now. I've noticed a drop in performance in the last six months, especially with Maya and After Effects. So I've been evaluating options, and I know it has to run OSX. Windows has only given me headaches in regards to Maya work. In short, it's gonna be a Mac.
    I've priced out a Mac Pro, and I'd rather not spend 3 grand on a machine that doesn't have a monitor, and may have properties that I'm paying for that I don't necessarily need: monstrous expandability, server capabilities, a big-stinking CPU footprint. But the mantra I always hear is "Only pro models can run Maya". So I reluctantly began putting away money for a new Mac Pro, uncertain if I'd be able to afford the software to go with it. Then I read this article:
    http://gizmodo.com/5411073/why-its-gotten-straight-stupid-to-buy-a-mac-pro
    In my mind, this article couldn't be more perfect for my position. It's telling me, "These high end iMacs are almost as powerful as the Mac Pro you can't afford. You can save a thousand bucks off the base computer. It comes with a monitor that you don't have to pay for. " But unfortunately the one question I need answered, that I'm having a heckuva time tracking down is "Can the stinking thing run Maya or can't it?" And if it can, will it be crippled?
    So, please, anyone out there, can the new monster iMac run Maya, and if it can, does it suck at it?

    No, there's no way to talk to Apple technical support via email, and they probably could not or would not be able to answer any questions about performance with third-party products. I doubt that more than a handful of Apple employees, sales rep or tech, would have access to any benchmark data on Maya with any model of Mac, and those Apple people would probably be those working with the Pro VAR channel or directly with large production companies.
    I just got off the phone with an Apple sales associate who emphatically confirmed that the i7 iMac can run "all that Adobe stuff", but she'd never heard of Maya.... fun....
    Not terribly surprising; Maya is pretty specialized and the Apple Store phone reps are generalists working mostly with consumers. Most people running Maya would be working with an Apple VAR or would otherwise have access to specialists. You might try talking to an Apple Pro Video/Film VAR - there are a number around the country though none in Salt Lake, apparently - or asking in the Autodesk forums:
    http://area.autodesk.com/forum/autodesk-maya/
    If you search for "iMac", you'll find some comments, though none I can find yet regarding performance with the new iMac models. But if you post asking if anyone has experience with Maya on the i7, you might get useful responses.
    Regards.
    P.S.
    And on top of that I can't buy a 27 inch display separately
    Well, you can, and they're not terribly expensive; under $400.00. But that might be more than your budget could accept, which may be what you meant. I'd elect a smaller primary monitor and go with two displays in any case, even with an iMac. I find it much better for workflow to have a monitor for the primary canvas and a separate one for tool palettes, etc.
    Message was edited by: Dave Sawyer

  • I've never run verify disk permissions before, but I finally have, and it says it's going to take an hour and 35 minutes to complete.

    Although it keeps actively finding problems with the disk, the progress bar hasn't changed for more than a half an hour, and it still says it's going to take an hour and 35 minutes. I'm starting to worry it will never be done! My laptop, a Macbook Pro, is pretty old - about five years, and I don't know if the fact that I've never run a verify disk permissions before has anything to do with it.
    The only non-greyed out option is to currently 'stop permission verify'.

    Just let it run, it probably won't take that long. Also you may benefit from reading Disk Utility's Repair Disk Permissions messages that you can safely ignore.
    Roger

  • Recommendation on how much RAM on 8-core to run Parallels & XP?

    Hi
    I ordered my 8-core with 1Gb of RAM planning to expand it by buying an additional 2GB through Crucial...(cheaper than through Apple)
    1. Would 3GB of RAM be enough to concurrently run OSX+apps and Parallels with XP with a negligible speed impact
    2. While I am at it... is there a better/cheaper place to buy additional RAM from than Crucial? I've read somewhere that not all vendors had enough quality memory boards to support the 8-core... is that true?

    Lloyd Chambers has done some memory benchtests of 8-core and linked form Barefeats article. There is also an entire article
    http
    on the subject of Mac Pro memory.
    Can't go wrong with Crucial, but I use more than 2GB and found 4GB was what I needed, and I don't even run any heavy apps. Symmetrical balance of 4 x 1GB is a good way to make use of the quad channel 256-bit performance and recommended for some apps.
    Dig these articles and links:
    http://diglloyd.com/diglloyd/free/MacPro/
    http://www.geekpatrol.ca/2006/12/eight-core-mac-pro-benchmarks/
    http://diglloyd.com/diglloyd/free/MacPro/memory.html
    http://docs.info.apple.com/article.html?artnum=304492
    http://www.barefeats.com/octopro3.html

  • Making FCSvr run more than on job at a time?

    Hello everyone,
    How do I make FCsvr run more than one job at a time? I'm watching my Job Progress window and only one clip is being worked on at a time (creating thumb, poster, etc.) Also, when I look at the QMaster Admin it shows only one core working (even though I have all eight cores set for compressing).
    Thanks for any help you can give me
    Micheal

    It's actualy very long to explain in this post but I recommend you read all te Qmaster manual to understand the way it works.
    Just to help you in the process
    1) What you see in the Qmaster admin is a cluster wich can have several instances of compressor within it to run several process at the same time
    2) If you have in fact more than 1 instance of compressor within the cluster (lets say 4) you have 2 options depending of the compressor setting you are using. If the Allow Job Segmenting is ON in the setting all 4 instances are going to be use to transcode the clip and you can see the segments (batch monitor) in wich the file is partition to transcode them separately (in this case 8 segments of video and 1 audio). If the option is OFF only 1 instance is going to run to transcode 1 file, but in this case you can have up to 4 files transcoding at the same time.
    3) Make sure you have the qmaster cluster selected in the compressor option in the preferences panel of the FCS admin window.
    4) The number of cores used to trancode files is manage by Qmaster but I can tell you that if you have an 8 core MACPRO with 4 instances running, around a 90% of the CPU is being used for the compressor when you have 4 jobs running at the same time or 1 with job segmenting ON. When job segmenting is off and there is only 1 job running I saw over 50% of the system cpu running on that process.
    5) Probably the most important point: I really hope for your own good that you have Qmaster and FCS running on 2 different machines. As you can see Qmaster is using serious CPU during trancoding.
    Hope this help

  • Cannot run more than one instance of a remote app in remote desktop services Server 2012

    All,
    I installed "Remote Desktop Services (RDS) Quick Start Deployment for RemoteApp, Windows Server 2012 Style" using the instructions here http://blogs.technet.com/b/yungchou/archive/2013/02/07/remote-desktop-services-rds-quick-start-deployment-for-remoteapp-windows-server-2012-style.aspx
    I need to set up an image viewing program (Olyvia) to allow students using Macs and iPads access to this windows only application in order for them to get their work done.  We may have 12 or more students accessing and trying to run the Olyvia application
    at any one time.
    All works good, except that I cannot run the Olyvia application (setup as a remoteapp program) more than one instance at a time.  That is, when I start up "olyvia" on a Mac, it works great.  If I leave it up and running, and then try
    and start up "olyvia" on an iPad (using different accounts), I get the following error message:
    "Cannot run more than one instance of this program simultaneously.  Either the program is already running, or it has not been terminated completely."
    I need to understand the root issue.
    1.  Is this a licensing issue?  So, I need to add some CALs to the RDS server?
    2.  Is this a application issue with "olyvia"?  So, no matter what I do, it is not going to be able to be used by more than one person at a time when configured as a remoteapp?
    3.  Did I not "publish" the application correctly?
    4.  Is this happening because I followed the "quick start" guide?
    Appreciate any help I can get on this.  We have no problem getting CALs, I just need some help with the root issue.
    Thanks,
    Geoff Weatherford
    CVMBS, CSU

    Hi Geoff,
    Each application uses different techniques for determining if multiple instances are running.  If you can determine what method it is using then perhaps you could use App-V or other virtualization software.
    In the best case you really should direct your question to the maker of Olyvia.  The reason I said that is they specifically designed their software to prevent multiple instances, so the first question is, why?  Is it related to Licensing? 
    Compatibility?  If you knew the specific reason(s) why they are doing it and the technique used then at the point using a virtualization technique may be the best option.
    -TP

  • Firefox will not open or stay open especially when I'm first getting on it for the day. It will sometimes say that firefox is already running and that I have to close it which I don't understand.

    Right now I'm staying connected but when I tried it at 2:00 Firefox would not stay connected. It would keep saying not responding. Also sometimes if I would go to fast it would just jam up. I could be connected and then go to my email and it would say lost connection. It just kept changing as though I was getting more that one connection. Hopefully you can help me.

    Basically it means firefox didnt Shut down properly and if you close firefox and you try to open it again and you get the message firefox is already running then in windows right click on the taskbar and press on task manager and then once task manager is open press on processes and look for firefox.exe and then where it says End process click that and it will close firefox properly ok and then you can open firefox up again properly ok and for mac its a differnat way ok

  • IMac (2008) OS10.6.8 - Main menu freezes when running more than one application at a time.  Apple and 3rd party applications - all freeze the main menu.  Safe mode seems to work OK. Tried repairing permissions - didn't work.

    For the past 60 days I've experienced Main Menu freeze when running more than one application at a time.  iPhoto, Preview, Text Edit, Epson Scan, Firefox and Thunderbird are the apps I use almost daily.  No matter what I do, when more than one is running they will freeze the Main Menu (top of the screen).  I've tried booting is Safe Mode and I don't seem to have a problem.  I've tried several suggestions from repairing permission (DiskUtility) to eliminating specifis login items.  Nothing works. I've posted this issue on the Apple forum several times and no one else has experienced this problem.  I hesitate to take my iMac to the Apple Store or a private Apple repair service until I've exhausted all of my options.  Do I have any more options?    

    Question:  Everytime an app crashes I have the option to report it to Apple - which I usually do.  But I've NEVER reported a Main Menu freeze because it never asks me to
    There's really no need to submit to Apple, it's just a round file cabinet on the other end, especially with 10.6 or earlier.
    This sure sounds like a resource problem...
    See if the Disk is issuing any S.M.A.R.T errors in Disk Utility...
    http://support.apple.com/kb/PH7029
    Open Activity Monitor in Applications>Utilities, select All Processes & sort on CPU%, any indications there?
    How much RAM & free space do you have also, click on the Memory & Disk Usage Tabs.
    Open Console in Utilities & see if there are any clues or repeating messages when this happens.
    In the Memory tab, are there a lot of Pageouts?

  • "A script is already running" while attempting to run more than one item

    We upgrade recently to ODT 11.2.0.3.20. Since then, attempting to run more than one item from the Solution Explorer (by selecting the items, right-clicking, and selecting "Run") results in a popup error of "Oracle Developer Tools. A script is already running". If many items are selected it results in many error messages and only a random few of the items are actually executed on the server. Also, choosing "Run On" now results in it prompting for the target database for each item selected (rather than once for all items selected like it used to). This all used to work fine in the earlier release we were using. Has anyone else run into this? Any fixes? We used to use multi-select and "Run" or "Run On" to deploy multiple items at once, but this no longer works -- doing one at a time works, but if you have hundreds of items to run, this quickly becomes unusable.
    Thanks for any insight.
    - Josh

    cshay wrote:
    I don't believe that the intention was for you to be able to run a bunch of scripts one after the other. Often there are dependencies between scripts anyway and so you you have to order them. Because we're generally deploying a large set of stored procedures (and not just one-time scripts) the order doesn't really matter -- even if a stored procedure gets created before one it depends on, once all the SPs are on the server, the ones that are "invalid" will compile correctly once you execute them.
    I think a lot of people are creating master scripts that references child scripts using the "@" sql plus syntax.... have you tried that?
    I'll give that a try as a work around. Only issue I have with that solution is every time we add or remove something from the solution, we also have to update the script.
    We are doing a lot of enhancements to our script generation in the coming year. Keep an eye out for a beta to test.
    Like I said, this used to work fine in the older versions of ODT. It seems like the new version is attempting to execute multiple items at once on the same connection simultaneously, thus resulting in the "A script is already running" error. The old version used to be smart enough to execute them one at a time -- so something changed in a more recent version to completely break "Run" and "Run On" when you have more than one item highlighted (even just highlighting 2 items and choosing "Run" runs the first item, but then gives the error for the second item).
    Christian- Josh

  • IMac 3.4 GHz Intel Core i7, running Lion 10.7.3, won't recognize external speaker jack, any suggestions?

    iMac 3.4 GHz Intel Core i7, running Lion 10.7.3, won't recognize external speaker jack, any suggestions?  Got a brand new iMac and purchased external speakers for same.  Hooked them into external speaker jack and the computer does not recognize the external speaker jack.  I then plugged them into the external head phone jack and the computer recognized the head phone jack.  How can I get the computer to recognize the speaker jack?

    Thanks "a brody," my mistake, I was mistaking the "audio in" jack for a speaker output jack.  I have some Klipsch ProMedia 2.1 speakers with a built in amplifier that I am using and they sound beautiful.  I do have them plugged into the correct jack, but was thinking there was a speaker out put and headphone out put.
    Thanks again for correcting me, I feel much better now that I know my brand new iMac isn't defective, lol.

Maybe you are looking for