why is python running at over 90 percent on cpu all the time in ubuntu 11.10?












0















I just checked my processes over last 3 hours and python was running over 90 percent,sometimes 110.whats causing this ?it says something about a checkbox running when i hover over it.I uninstalled two apps-onboard keyboard and system testing and it seems that python is eased off and not even listed in processes.Is this a bug or can anyone tell me what python does exactly?whats a checkbox?I think the last thing I tried to do before this happened was run system testing and testing halted.When I closed it out then reopened it had a box open saying another checkbox was running










share|improve this question





























    0















    I just checked my processes over last 3 hours and python was running over 90 percent,sometimes 110.whats causing this ?it says something about a checkbox running when i hover over it.I uninstalled two apps-onboard keyboard and system testing and it seems that python is eased off and not even listed in processes.Is this a bug or can anyone tell me what python does exactly?whats a checkbox?I think the last thing I tried to do before this happened was run system testing and testing halted.When I closed it out then reopened it had a box open saying another checkbox was running










    share|improve this question



























      0












      0








      0








      I just checked my processes over last 3 hours and python was running over 90 percent,sometimes 110.whats causing this ?it says something about a checkbox running when i hover over it.I uninstalled two apps-onboard keyboard and system testing and it seems that python is eased off and not even listed in processes.Is this a bug or can anyone tell me what python does exactly?whats a checkbox?I think the last thing I tried to do before this happened was run system testing and testing halted.When I closed it out then reopened it had a box open saying another checkbox was running










      share|improve this question
















      I just checked my processes over last 3 hours and python was running over 90 percent,sometimes 110.whats causing this ?it says something about a checkbox running when i hover over it.I uninstalled two apps-onboard keyboard and system testing and it seems that python is eased off and not even listed in processes.Is this a bug or can anyone tell me what python does exactly?whats a checkbox?I think the last thing I tried to do before this happened was run system testing and testing halted.When I closed it out then reopened it had a box open saying another checkbox was running







      configuration python process






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 14 '12 at 3:02







      robert

















      asked Mar 14 '12 at 2:54









      robertrobert

      92619




      92619






















          1 Answer
          1






          active

          oldest

          votes


















          1














          Python is an "interpreter", similar to Java for instance. It runs applications. Any application that's written in the Python programming language will be run by a python process. This means that saying "python is running 90%" doesn't really tell us much. It simply means "some application is running".



          In this case, however, you provided a hint. Checkbox is the actual Python program that is running. It is a system to test different types of software. It is used for System Testing, which is used to test hardware support, among other things.



          Uninstalling an application doesn't exit the application (otherwise, upgrading the system while it is running would be impossible), so even if you have uninstalled system testing, it will still be running. It is difficult to know exactly why it doesn't quit. There's too many unknowns. However, if you log out and back in, the problem will go away. Or if you had to enter your password when running the test (running it as the 'root' user), a reboot will exit that application if it doesn't stop.



          Otherwise, you can open System Monitor and find the Python process running the "checkbox" instance. Then you can right-click and kill it.






          share|improve this answer
























          • I did perform a reboot and noticed python was still pegging over 90 percent when I logged back in.The only thing in this instance that put python to sleep was to uninstall system testing.After uninstalling everything was fine.When i started testing I noticed system testing froze so I closed it.Upon reopening it I saw the popup about checkbox running.I also noticed elsewhere that when I opened firefox and closed it the page I had been looking at was still in the titlebar until I clicked desktop then it would say desktop.When uninstalling system testing I feel i killed two birds here

            – robert
            Mar 14 '12 at 3:45











          • I removed the lagging of titles staying in top bar and rested python.Now removing system testing-what problems can it cause as far as systemwise in the future?I seriously dont think I need it if it doesnt run as supposed to

            – robert
            Mar 14 '12 at 3:47











          • Python is not an application. It's like Java. There are thousands of different applications that runs Python and they will all look similar if you only look at the command.You have to look at what is being run, not the interpreter.

            – Jo-Erlend Schinstad
            Mar 14 '12 at 7:42











          • thank you for your answers here jo-erlend.I understand what your saying now and it is very helpful info

            – robert
            Mar 14 '12 at 10:26











          • Glad to hear that. :)

            – Jo-Erlend Schinstad
            Mar 14 '12 at 12:58












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f112800%2fwhy-is-python-running-at-over-90-percent-on-cpu-all-the-time-in-ubuntu-11-10%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          1














          Python is an "interpreter", similar to Java for instance. It runs applications. Any application that's written in the Python programming language will be run by a python process. This means that saying "python is running 90%" doesn't really tell us much. It simply means "some application is running".



          In this case, however, you provided a hint. Checkbox is the actual Python program that is running. It is a system to test different types of software. It is used for System Testing, which is used to test hardware support, among other things.



          Uninstalling an application doesn't exit the application (otherwise, upgrading the system while it is running would be impossible), so even if you have uninstalled system testing, it will still be running. It is difficult to know exactly why it doesn't quit. There's too many unknowns. However, if you log out and back in, the problem will go away. Or if you had to enter your password when running the test (running it as the 'root' user), a reboot will exit that application if it doesn't stop.



          Otherwise, you can open System Monitor and find the Python process running the "checkbox" instance. Then you can right-click and kill it.






          share|improve this answer
























          • I did perform a reboot and noticed python was still pegging over 90 percent when I logged back in.The only thing in this instance that put python to sleep was to uninstall system testing.After uninstalling everything was fine.When i started testing I noticed system testing froze so I closed it.Upon reopening it I saw the popup about checkbox running.I also noticed elsewhere that when I opened firefox and closed it the page I had been looking at was still in the titlebar until I clicked desktop then it would say desktop.When uninstalling system testing I feel i killed two birds here

            – robert
            Mar 14 '12 at 3:45











          • I removed the lagging of titles staying in top bar and rested python.Now removing system testing-what problems can it cause as far as systemwise in the future?I seriously dont think I need it if it doesnt run as supposed to

            – robert
            Mar 14 '12 at 3:47











          • Python is not an application. It's like Java. There are thousands of different applications that runs Python and they will all look similar if you only look at the command.You have to look at what is being run, not the interpreter.

            – Jo-Erlend Schinstad
            Mar 14 '12 at 7:42











          • thank you for your answers here jo-erlend.I understand what your saying now and it is very helpful info

            – robert
            Mar 14 '12 at 10:26











          • Glad to hear that. :)

            – Jo-Erlend Schinstad
            Mar 14 '12 at 12:58
















          1














          Python is an "interpreter", similar to Java for instance. It runs applications. Any application that's written in the Python programming language will be run by a python process. This means that saying "python is running 90%" doesn't really tell us much. It simply means "some application is running".



          In this case, however, you provided a hint. Checkbox is the actual Python program that is running. It is a system to test different types of software. It is used for System Testing, which is used to test hardware support, among other things.



          Uninstalling an application doesn't exit the application (otherwise, upgrading the system while it is running would be impossible), so even if you have uninstalled system testing, it will still be running. It is difficult to know exactly why it doesn't quit. There's too many unknowns. However, if you log out and back in, the problem will go away. Or if you had to enter your password when running the test (running it as the 'root' user), a reboot will exit that application if it doesn't stop.



          Otherwise, you can open System Monitor and find the Python process running the "checkbox" instance. Then you can right-click and kill it.






          share|improve this answer
























          • I did perform a reboot and noticed python was still pegging over 90 percent when I logged back in.The only thing in this instance that put python to sleep was to uninstall system testing.After uninstalling everything was fine.When i started testing I noticed system testing froze so I closed it.Upon reopening it I saw the popup about checkbox running.I also noticed elsewhere that when I opened firefox and closed it the page I had been looking at was still in the titlebar until I clicked desktop then it would say desktop.When uninstalling system testing I feel i killed two birds here

            – robert
            Mar 14 '12 at 3:45











          • I removed the lagging of titles staying in top bar and rested python.Now removing system testing-what problems can it cause as far as systemwise in the future?I seriously dont think I need it if it doesnt run as supposed to

            – robert
            Mar 14 '12 at 3:47











          • Python is not an application. It's like Java. There are thousands of different applications that runs Python and they will all look similar if you only look at the command.You have to look at what is being run, not the interpreter.

            – Jo-Erlend Schinstad
            Mar 14 '12 at 7:42











          • thank you for your answers here jo-erlend.I understand what your saying now and it is very helpful info

            – robert
            Mar 14 '12 at 10:26











          • Glad to hear that. :)

            – Jo-Erlend Schinstad
            Mar 14 '12 at 12:58














          1












          1








          1







          Python is an "interpreter", similar to Java for instance. It runs applications. Any application that's written in the Python programming language will be run by a python process. This means that saying "python is running 90%" doesn't really tell us much. It simply means "some application is running".



          In this case, however, you provided a hint. Checkbox is the actual Python program that is running. It is a system to test different types of software. It is used for System Testing, which is used to test hardware support, among other things.



          Uninstalling an application doesn't exit the application (otherwise, upgrading the system while it is running would be impossible), so even if you have uninstalled system testing, it will still be running. It is difficult to know exactly why it doesn't quit. There's too many unknowns. However, if you log out and back in, the problem will go away. Or if you had to enter your password when running the test (running it as the 'root' user), a reboot will exit that application if it doesn't stop.



          Otherwise, you can open System Monitor and find the Python process running the "checkbox" instance. Then you can right-click and kill it.






          share|improve this answer













          Python is an "interpreter", similar to Java for instance. It runs applications. Any application that's written in the Python programming language will be run by a python process. This means that saying "python is running 90%" doesn't really tell us much. It simply means "some application is running".



          In this case, however, you provided a hint. Checkbox is the actual Python program that is running. It is a system to test different types of software. It is used for System Testing, which is used to test hardware support, among other things.



          Uninstalling an application doesn't exit the application (otherwise, upgrading the system while it is running would be impossible), so even if you have uninstalled system testing, it will still be running. It is difficult to know exactly why it doesn't quit. There's too many unknowns. However, if you log out and back in, the problem will go away. Or if you had to enter your password when running the test (running it as the 'root' user), a reboot will exit that application if it doesn't stop.



          Otherwise, you can open System Monitor and find the Python process running the "checkbox" instance. Then you can right-click and kill it.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 14 '12 at 3:23









          Jo-Erlend SchinstadJo-Erlend Schinstad

          26.5k556108




          26.5k556108













          • I did perform a reboot and noticed python was still pegging over 90 percent when I logged back in.The only thing in this instance that put python to sleep was to uninstall system testing.After uninstalling everything was fine.When i started testing I noticed system testing froze so I closed it.Upon reopening it I saw the popup about checkbox running.I also noticed elsewhere that when I opened firefox and closed it the page I had been looking at was still in the titlebar until I clicked desktop then it would say desktop.When uninstalling system testing I feel i killed two birds here

            – robert
            Mar 14 '12 at 3:45











          • I removed the lagging of titles staying in top bar and rested python.Now removing system testing-what problems can it cause as far as systemwise in the future?I seriously dont think I need it if it doesnt run as supposed to

            – robert
            Mar 14 '12 at 3:47











          • Python is not an application. It's like Java. There are thousands of different applications that runs Python and they will all look similar if you only look at the command.You have to look at what is being run, not the interpreter.

            – Jo-Erlend Schinstad
            Mar 14 '12 at 7:42











          • thank you for your answers here jo-erlend.I understand what your saying now and it is very helpful info

            – robert
            Mar 14 '12 at 10:26











          • Glad to hear that. :)

            – Jo-Erlend Schinstad
            Mar 14 '12 at 12:58



















          • I did perform a reboot and noticed python was still pegging over 90 percent when I logged back in.The only thing in this instance that put python to sleep was to uninstall system testing.After uninstalling everything was fine.When i started testing I noticed system testing froze so I closed it.Upon reopening it I saw the popup about checkbox running.I also noticed elsewhere that when I opened firefox and closed it the page I had been looking at was still in the titlebar until I clicked desktop then it would say desktop.When uninstalling system testing I feel i killed two birds here

            – robert
            Mar 14 '12 at 3:45











          • I removed the lagging of titles staying in top bar and rested python.Now removing system testing-what problems can it cause as far as systemwise in the future?I seriously dont think I need it if it doesnt run as supposed to

            – robert
            Mar 14 '12 at 3:47











          • Python is not an application. It's like Java. There are thousands of different applications that runs Python and they will all look similar if you only look at the command.You have to look at what is being run, not the interpreter.

            – Jo-Erlend Schinstad
            Mar 14 '12 at 7:42











          • thank you for your answers here jo-erlend.I understand what your saying now and it is very helpful info

            – robert
            Mar 14 '12 at 10:26











          • Glad to hear that. :)

            – Jo-Erlend Schinstad
            Mar 14 '12 at 12:58

















          I did perform a reboot and noticed python was still pegging over 90 percent when I logged back in.The only thing in this instance that put python to sleep was to uninstall system testing.After uninstalling everything was fine.When i started testing I noticed system testing froze so I closed it.Upon reopening it I saw the popup about checkbox running.I also noticed elsewhere that when I opened firefox and closed it the page I had been looking at was still in the titlebar until I clicked desktop then it would say desktop.When uninstalling system testing I feel i killed two birds here

          – robert
          Mar 14 '12 at 3:45





          I did perform a reboot and noticed python was still pegging over 90 percent when I logged back in.The only thing in this instance that put python to sleep was to uninstall system testing.After uninstalling everything was fine.When i started testing I noticed system testing froze so I closed it.Upon reopening it I saw the popup about checkbox running.I also noticed elsewhere that when I opened firefox and closed it the page I had been looking at was still in the titlebar until I clicked desktop then it would say desktop.When uninstalling system testing I feel i killed two birds here

          – robert
          Mar 14 '12 at 3:45













          I removed the lagging of titles staying in top bar and rested python.Now removing system testing-what problems can it cause as far as systemwise in the future?I seriously dont think I need it if it doesnt run as supposed to

          – robert
          Mar 14 '12 at 3:47





          I removed the lagging of titles staying in top bar and rested python.Now removing system testing-what problems can it cause as far as systemwise in the future?I seriously dont think I need it if it doesnt run as supposed to

          – robert
          Mar 14 '12 at 3:47













          Python is not an application. It's like Java. There are thousands of different applications that runs Python and they will all look similar if you only look at the command.You have to look at what is being run, not the interpreter.

          – Jo-Erlend Schinstad
          Mar 14 '12 at 7:42





          Python is not an application. It's like Java. There are thousands of different applications that runs Python and they will all look similar if you only look at the command.You have to look at what is being run, not the interpreter.

          – Jo-Erlend Schinstad
          Mar 14 '12 at 7:42













          thank you for your answers here jo-erlend.I understand what your saying now and it is very helpful info

          – robert
          Mar 14 '12 at 10:26





          thank you for your answers here jo-erlend.I understand what your saying now and it is very helpful info

          – robert
          Mar 14 '12 at 10:26













          Glad to hear that. :)

          – Jo-Erlend Schinstad
          Mar 14 '12 at 12:58





          Glad to hear that. :)

          – Jo-Erlend Schinstad
          Mar 14 '12 at 12:58


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f112800%2fwhy-is-python-running-at-over-90-percent-on-cpu-all-the-time-in-ubuntu-11-10%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Human spaceflight

          Can not write log (Is /dev/pts mounted?) - openpty in Ubuntu-on-Windows?

          File:DeusFollowingSea.jpg