Coder Social home page Coder Social logo

compucell3d / compucell3d Goto Github PK

View Code? Open in Web Editor NEW
56.0 56.0 36.0 142.48 MB

CompuCell3D public source code repository

Python 13.54% CMake 1.07% C++ 76.41% C 7.04% Shell 0.14% Cuda 0.12% Makefile 0.10% Batchfile 0.01% Lex 0.02% Yacc 0.03% SWIG 1.20% Jupyter Notebook 0.32%

compucell3d's Introduction

CompuCell3D

CompuCell3D is a multiscale multicellular virtual tissue modeling and simulation environment. CompuCell3D is written in C++ and provides Python bindings for model and simulation development in Python. CompuCell3D is supported on Windows, Mac and Linux.

Installation

Binaries

Binary distributions of CompuCell3D are available for download at the CompuCell3D project page. Binaries of CompuCell3D are also available via conda,

conda install -c compucell3d -c conda-forge cc3d

Source

Instructions for building CompuCell3D from source are available at the CompuCell3D project page.

Getting Started

compucell3d's People

Contributors

adrs0049 avatar afuerst avatar anwarsk avatar clayadavis avatar compucell3d avatar deconvfft avatar fyffep avatar ismailm avatar jeremyadamsfisher avatar julianogianlupi avatar maciekswat avatar milotrince avatar supunkamburugamuve avatar tjsego avatar voisinneg avatar zafarali avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

compucell3d's Issues

How to compile CompuCell3D from CLI?

I am trying to compile cc3d on a virtual machine with no access to GUI, therefore I cannot run cmake-gui.

Could you shortly explain how to compile the project from CLI using plain old cmake?

Thank you,
Lukasz

error in cc3d

Hi,
I installed some python libraries, then cc3d didn't work properly!
This is the errors I receive
sc

Note that( I have miniconda installed, when I change the default python to miniconda, cc3d doesn't work. How I can fix this?) I want to run my program and compucell3 simulation together?

How to resolve this?

Thanks

Unable to access Menu on Startup on Mac

Opening CompuCell3D on Mac disables the menu at top. It is visible but inaccessible.

WORKAROUND:
You can access menu once you switch between between windows and come back to CompuCell3D.

Twedit++: Incorrect annotation on simulation file

urrent version of twedit__ is annotating these files as Simulation version="3.6.2" rather than 3.7.6

<Simulation version="3.6.2">
   <XMLScript Type="XMLScript">Simulation/DemonstrationOfParameters.xml</XMLScript>
   <PythonScript Type="PythonScript">Simulation/DemonstrationOfParameters.py</PythonScript>
   <Resource Type="Python">Simulation/Demonstration3.py</Resource>
   <Resource Type="Python">Simulation/DemonstrationOfParametersSteppables.py</Resource>
   <Resource Type="Python">Simulation/Parameters1.py</Resource>
   <Resource Type="Python">Simulation/Parameters3.py</Resource>
</Simulation>

Source: James email with subject- 'Some more minor twedit++ issues'

CC3D hangs while running

Hi,
I have noticed that sometimes cc3d simulation hangs after running, there is no error . It may work if I rerun it again!. What is the cause of this?

Thanks

Build without VTK?

Hi,

I am trying to build CompuCell3D on a CentOS cluster at my university. I am running ccmake to emulate cmake-gui so that I can build the configuration files to be able to make and make install.

I do not need the visualizations to run, I just need to use my own modules (built in python) to be able to save all the data I need for post processing). Is there a way for me to build CompuCell3D without VTK as the cluster doesn't include VTK.

Zaf

(Note: I did look at #8 but it doesn't seem to be what I am looking for)

VTK files not being saved

Hi

I'm running CompuCell3D 3.75 Rev: 20170130 on Windows 7. Standard install to C:\CompuCell3D-64bit
Followed tutorial https://www.youtube.com/watch?v=cEE6IeaQRwU I am using the Angiogenesis.cc3d file and am trying to output 3D VTK to be rendered in Blender 3D.

However no output folder is being created or VTK files outputted.

Please let me know what steps to take to diagnose and remedy. I can't see anything abnormal in the command window. There appears to be no evidence in the command window of lattice files being written out.

Thanks

D

Waves in model

Hi there,

I had a quick question, when running models with the Mitosis and Growth plugin enabled, we observe "wave"-like phenomenon which resembles a bubble bursting somewhere and then propagating through the whole lattice. This especially happens if two cell types have slightly differing growth rates.

This even occurs in clusterMitsosis.cc3d
screen shot 2015-06-09 at 11 16 27 am

image

  • sudden increase in # of cells at ≈6500MCS due to contraction
    screen shot 2015-06-09 at 11 22 21 am

I was curious as to why this happens and if here is a tweak to fix it?

DLL load failed error

Hi,
I installed compucell3d -3.7.5 on windows 64 bit. When I run the player via cmd, I get this error:
"c://compucell3d/player/compucell3d.pyw line 9
import sip
DLL failed: The specified module couldn't be found"

It seems something is missing?

Thanks

PIFDumper steppable ignores Frequency that is inserted by Twedit

Twedit generates:

<Steppable Frequency="100" Type="PIFDumper">
    <!-- Periodically stores cell layout configuration in a piff format -->
    <PIFName>NewSimulation</PIFName>
    <PIFFileExtension>piff</PIFFileExtension>
</Steppable>

but in PIFDumper.cpp the Frequency is ignored.

Parameter estimation in CC3D

Hi,
I have a CC3D model with more than 10 parameters, and I want to write some code to estimate few sensitive parameters values based on experimental data. However, I still don't have much experience in CC3D development. Thus I need some advice. I have the following questions in mind:

-How is it easy to interrupt and reestablish the simulation with adapted parameters values?
-How to integrate additional code into CC3D?.
-I've read that parameters in CC3D are dependent!. Is that mean I shall change all parameters at once?

I don't know if this is the right place to ask these questions!. If not I do apologize.

Regards,
Nada

error in cc3d (sip module missing)

Hi,

I had cc3d on linux virtual machine, it was working properly.
Recently, I installed Miniconda with some packages such as numpy,scikit-image,matplotlib,opencv..
whenI run cc3d, I got an error"File "/home/nada/cc3d_install/player/compucell3d.pyw", line 9, in
import sip
ImportError: No module named sip"

Any suggestions to resolve this?

Thanks
Nada

[BUG] self.stopSimulation() doesn't call steppable.finish()

Hi,

I noticed that calling self.stopSimulation() in a steppable does not call the finish() for the registered steppables. Is this a deliberate design decision? I would assume that finish() runs regardless of how the simulation has been ended.

Re-starting simulation that results depend on MCS

Hi,
I'm doing tissue modelling and I'd like to be able to re-start the simulation from a previous configuration to try different treatments but because my steppables depend on the MCS I'm not succeeding. Any suggestions on how to setup the MCS to the one at which the configuration was saved? Thanks a lot, Angela

Twedit++ Create Cell does not initialize values of x, y, size and output does not match that in tutorial.

In following PythonScriptingManual_v.3.7.2.pdf, the code snippet generated in CC3D Python -> Cell Manipulation -> Create Cell does not include
x=10
y=10
size=5

While these values obviously need to be edited, having them show up in the code snippet would make this more clear. Perhaps x=SIZEOFX or something similar to remind that this needs to be present. As generated, the console output simply reports "Error: NameError: global name 'x' is not defined".

The values are specified on page 13 of the manual, but not mentioned when going through the next page of the manual which makes them easy to miss.

In addition, the options in CC3D Python -> Cell Manipulation are slightly different than shown in the manual. Options include:
Create Cell
Create Cell (old style)
Create Cell (one liner)
Delete Cell
Fetch Cell by Id
Get Cell At a Pixel
Move Cell

The snippet generated with Create Cell does not match that shown in the manual. Rather than:
cell=self.potts.createCell()
cell.type=self.CONDENSING

the output is:
cell=self.newCell(self.TYPENAME)

Trying both, the one included in the tutorial,
cell=self.potts.createCell()
cell.type=self.CONDENSING
does not seem to work correctly. When I try this, it creates a cell in the correct location with the correct size, but it is empty and rapidly disappears. Using cell=self.newCell(self.CONDENSING)
works and behaves as expected.

Simulation-Function?

Hi,
it's me again...
I'm trying to optimize some simulations for getting better and better fitness results. I tried to use the Parameter Scan function but it's just a parameter-listing I cannot use efficiently for my optimization tool. Is there a better solution, for example some kind of fitness- or objective function/mathematical model the simulations uses? Is it possible to extract it from code? Maybe after initializing a simulation?

Sincerely,
Karinski

change name simulation output directory

Hi,

I want to change the name of output directory (simulation name_cc3d_month_day_year_###) of each simulation. Instead ,it can be as (simulation name_ Simulation num), from where I can do that?

Thanks

Twedit++ new project wizard version

From package CC3D_3.7.2_MacOSX_10.9_20140429.zip, creating a new CC3D Project using the wizard in Twedit++ sets the first line of the project.xml to:

This should be 3.7.2

new release not opening player

screen shot 2017-06-29 at 18 43 35

I've tried loading a couple of simulations including demos but I can't open player
I'm using Mac OS El Capitan 10.11.6

Twedit++ : 'Save All' does not save newly added resources

"SaveAll" button/menu item does NOT save these added resources. If I create a resource, hit save all and then close Twedit++ and reopen the simulation, these files are lost. This means that if Twedit++ dies for some reason, you lose everything. Only if I select "close project" then Twedit++ opens a dialogue box which asks me if I want to save changes to the project. If I answer "Yes" then Twedit++ does save the added resources, so it isn't impossible to save them, but "SaveAll should really save all of the project.

Source: James email with subject- 'Some issues with Twedit++'

Access SimFileName, if Thread is of Type CMLFieldHandler ? (executed by runScript.bat)

If you execute cc3d python scripts by opening the cc3d files in the GUI version of Compucell, the variable "simthread" will be an instance of Simulation.Simulationthread.

This way you are able to access the methods of SimulationThread.py, for example getSimFileName(), to identify the path of the executed cc3d file.

If you run the same file using the runSim.bat, the instance of simthread will be of CMLFieldHandler.CMLFieldHandler and this class has other methods available. If you call the method simFileName=self.simthread.getSimFileName() this will cause python to crash without further logging.

I added this code to my python setup:

 def __init__(self, sim, simthread):
        print "Simthread:",simthread

Output if you run the script from compucell GUI:
Simthread: <Simulation.SimlationThread.SimulationThread object at 0x04BD1030>
Output if you run the script from runScript.bat:

Simthread: <CMLFieldHandler.CMLFieldHandler instance at 0x0369B5A8>

This is how I start the runscript.bat file:

.\runScript.bat -i "C:\Users\Myuser\Documents\compucellmodels\SpaSdbCdiInDa\1485109855769\runJson.cc3d" -f 10000

EDIT:
This is how I initialize the Compucell3d Setup.

import sys
from os import environ

import CompuCellSetup
sys.path.append(environ["PYTHON_MODULE_PATH"])

sim, simthread = CompuCellSetup.getCoreSimulationObjects()

# Now load the model to simulate!
from ModuroModel.Sd.JsonBasedModelDa import JsonBasedModelDa
model = JsonBasedModelDa(sim, simthread)
print "Model initialized. Running simulation...."
model._run()

I have to identify the path of the current cc3d file to load a matching configuration file, which is always located in the same directory as the cc3d file. Each cc3d file refers to the same python script, so I cannot use static paths.

Is there a way to receive the path of the current cc3d file, if you execute the cc3d-file by the runScript.bat?

Is there something like a parameter map you can access for each simulation, which also includes this info?

Sincerly

Karin

[BUG] I/O related random segfaults

Hi,

I experience segmentation faults at the end of simulation when writing some data to a file. The bug is not very reproducible. It might happen e.g. after I ran the simulation three times.

Here is an example of a steppable producing the segfault:

class RegisterSteppable(SteppableBasePy):
    ''' Class governing cell growth steps.

    '''

    def __init__(self, _simulator, _frequency=1):

        SteppableBasePy.__init__(self, _simulator, _frequency)

    def start(self):
        self.cell_data = []

        self.cell_columns = ['mcs', 'id',
                             'type', 'age', 'P_sr',
                             'n_type1', 'n_type2', # Number of neighbors by types
                             'a_type1', 'a_type2'] # Total contact area by types

    def step(self, mcs):

        for cell in self.cellList:
            n_type1 = 0
            n_type2 = 0
            a_type1 = 0
            a_type2 = 0

            for neighbor, contact_area in self.getCellNeighborDataList(cell):
                if neighbor is None: # Medium
                    continue
                if neighbor.type == 1:
                    n_type1 += 1
                    a_type1 += contact_area
                elif neighbor.type == 2:
                    n_type2 += 1
                    a_type2 += contact_area

            cellDict = self.getDictionaryAttribute(cell)

            step_data = [mcs, cell.id,
                         cell.type,
                         cellDict['age'],
                         cellDict['P_sr'],
                         n_type1, n_type2,
                         a_type1, a_type2]
            self.cell_data.append(step_data)

    def finish(self):

        # sim_dir = CompuCellSetup.getSimulationOutputDir()

        timestamp = datetime.datetime.now().__str__()
        timestamp = timestamp.replace(' ','-')
        timestamp = timestamp.replace('.','-')
        timestamp = timestamp.replace(':','-')

        full_fname = '/home/guillaume/Bureau/sim_cell_data_%s.csv' %timestamp
        metadata = full_fname
        col_names = ','.join(self.cell_columns)
        header = '\n'.join([metadata, col_names])
         np.savetxt(full_fname, np.asarray(self.cell_data),
                    header=col_names, delimiter=',')

         print('saved sim cell data to {}'.format(full_fname))

Commenting out the np.savetxt line removes the segfault, that also happens with the file opening mechanism provided in the docs, or during parameter scans.

Best,

Guillaume

CompuCell3D licence?

Hi, thank you for your great work!

I can't find a license statement or file on the code. Which is it?

Best,

Guillaume

Doesn't start in Mac OS El Capitan

CompuCell doesn't start in Mac OS El Capitan. Here is the error I get:

Now starting CompuCell3D 3.7.4 in GUI mode:

Traceback (most recent call last):
File "/Applications/CC3D_3.7.4/player/compucell3d.pyw", line 47, in
from PyQt4.QtCore import *
ImportError: dlopen(/Applications/CC3D_3.7.4/player/PyQt4/QtCore.so, 2): Library not loaded: @rpath/Deps/QtCore
Referenced from: /Applications/CC3D_3.7.4/player/PyQt4/QtCore.so
Reason: image not found
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
Deleting expired sessions...6 completed.

[Process completed]

Crash when running DynamicNumberOfProcessors.cc3d

After a fresh unzip of CC3D, this simulation will run to completion. However, if I try to run it again, it errors out. I have attached some output from the terminal farther down. The first was one where I stopped it after 274 MCS, then clicked 'play' and it crashed. The second file was after closing CC3D, opening a new terminal, opening CC3D again, and trying to run the simulation. You can see that in this case, there was an error after MCS 10 when changing the lattice size.

I just opened at new terminal window and was able to run SBMLSolverOscilatorDemo.cc3d without error.

I then get the same error as before when trying to run DynamicNumberOfProcessors.cc3d, with the error between MCS 10 and 11.

I just now unzipped into my downloads folder, and ran DynamicNumberOfProcessors.cc3d from there. It ran and finished without error. I clicked play to run it again, it got further than MCS 10, but still resulted in an error:

Number of Attempted Energy Calculations=5717
Step 1010 Flips 166/160000 Energy -286 Cells 793 Inventory=793
2608.86 ms spent in solving diffusion problem
CompuCell3D(63054,0x11d42f000) malloc: *** error for object 0x7feb3ba36208: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
./compucell3d.command: line 125: 63054 Abort trap: 6 ${PYTHON_EXEC} ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${PREFIX_CC3D}

In addition, it doesn't seem to actually use multiple CPUs. CPU load only reaches 16%, which on a 6 core system is 1 core. It is spread out over multiple cores, however.

System information:
Mac Pro 2013 edition, 6 core, D700 video cards.
OSX 10.9.5

I had previously run 3.7.1 on this computer, so it is possible that some setting has been changed in a figure file somewhere other than the main CC3D folder.

Sorry for the copy and paste from terminal, but apparently I can not attach text files here. I can email text files if that would be easier.

First:
ericwatt@R2D2 19> cc3d


CompuCell3D version 3.7.3
(OS X 10.8 x86_64 build)


====> CompuCell3D working directory: /Applications/CC3D_3.7.3
/Applications/CC3D_3.7.3


setting shell variables used by CompuCell3D:
====> PYTHON_MODULE_PATH: /Applications/CC3D_3.7.3/pythonSetupScripts
====> COMPUCELL3D_PLUGIN_PATH: /Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
====> COMPUCELL3D_STEPPABLE_PATH: /Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
====> SWIG_LIB_INSTALL_DIR: /Applications/CC3D_3.7.3/lib/python
====> SOSLIB_PATH: /Applications/CC3D_3.7.3


setting the DYLD_LIBRARY_PATH shell variable as used by CompuCell3D:
====> DYLD_LIBRARY_PATH: /Applications/CC3D_3.7.3/player/VTKLibs:/Applications/CC3D_3.7.3/player/vtk:/Applications/CC3D_3.7.3/Deps/QtDeps:/Applications/CC3D_3.7.3/Deps:/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables:/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins:/Applications/CC3D_3.7.3/lib/python:/Applications/CC3D_3.7.3/lib


setting the PYTHONLIB_SYSTEM shell variable as used by CompuCell3D:
ln: /Applications/CC3D_3.7.3/CompuCell3D: File exists
====> PYTHONLIB_SYSTEM: /System/Library/Frameworks/Python.framework/Versions/2.7


setting the PATH shell variable as used by CompuCell3D:
====> PATH: /System/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/bin:/usr/local/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin


Hello World. Python --version says:


Python 2.7.5


Now starting CompuCell3D 3.7.3 in GUI mode:

compucell3d.pyw: type(argv)= <type 'list'>
compucell3d.pyw: argv= ['--currentDir=/Applications/CC3D_3.7.3']
argv[0:] = ['--currentDir=/Applications/CC3D_3.7.3']
type(opts), opts= <type 'list'> [('--currentDir', '/Applications/CC3D_3.7.3')]
type(args), args= <type 'list'> []
o= --currentDir
a= /Applications/CC3D_3.7.3
------ PlotManagerSetup.py: plotSupportFlag= -1
------ PlotManagerSetup.py: importing PyQwt PlotManager
CONSOLE PARENT= <PyQt4.QtGui.QDockWidget object at 0x111064640>
self.baseFont.fixedPitch()= True
TWEDIT socket.socketDescriptor()= -1
TRY TO FIGURE OUT PORT

CHECKING PORT= 47406
established empty port= 47406
o= --currentDir
a= /Applications/CC3D_3.7.3
currentDirectory= /Applications/CC3D_3.7.3
projectVersion= 3.6.2
currentVersion= 3.7.3
<CC3DSimulationDataHandler.CC3DSimulationData instance at 0x111c88d40>
runSim self.screenshotDirectoryName=
__runSim self.screenshotDirectoryName=
__builtins
{'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': , 'help': Type help() for interactive help, or help(object) for help about object., 'vars': , 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': , 'copyright': Copyright (c) 2001-2013 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': , 'oct': , 'bin': , 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': , 'repr': , 'sorted': , 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': , 'reload': , 'Warning': <type 'exceptions.Warning'>, 'package': None, 'round': , 'dir': , 'cmp': , 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': , 'intern': , 'issubclass': , 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': , 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': , 'getattr': , 'abs': , 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': , 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': , 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': , 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, 'name': 'builtin', 'ord': , 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': Type license() to see the full license text, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': , 'range': , 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': , 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': , 'divmod': , 'enumerate': <type 'enumerate'>, 'apply': , 'LookupError': <type 'exceptions.LookupError'>, 'open': , 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': , 'hex': , 'long': <type 'long'>, 'next': , 'ImportError': <type 'exceptions.ImportError'>, 'chr': , 'xrange': <type 'xrange'>, 'type': <type 'type'>, 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': , 'delattr': , 'setattr': , 'raw_input': , 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': , 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, 'import': , 'KeyError': <type 'exceptions.KeyError'>, 'coerce': , 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': , 'id': , 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': , 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': , 'any': , 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': , 'buffer': <type 'buffer'>, 'max': , 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': , 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': , 'debug': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>}
steppablePath=/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
pluginPath=/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
THIS IS JUST BEFORE LOADING LIBRARIES
AFTER LOAD LIBRARIES
Platform: darwin
Did not find dl module, will try manual dl initialization...
steppablePath=/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
pluginPath=/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
THIS IS JUST BEFORE LOADING LIBRARIES
AFTER LOAD LIBRARIES
INSIDE IF CompuCellPythonSimulationNewPlayer

Platform: darwin
Did not find dl module, will try manual dl initialization...
steppablePath=/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
pluginPath=/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
THIS IS JUST BEFORE LOADING LIBRARIES
AFTER LOAD LIBRARIES

self.basePath= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors
self.playerSimulationXMLFileName= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/Simulation/DynamicNumberOfProcessors.xml
simulationPythonScriptName= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/Simulation/DynamicNumberOfProcessors.py simulationFileName= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/Simulation/DynamicNumberOfProcessors.xml
Element Plugin
Element Plugin
Element Plugin
Element Steppable
Element Steppable
Element Potts
Element Metadata
BEFORE initializePotts
INSIDE initializePottsCC3D=

ppdCC3DPtr=0x7fd8361ee340ppdCC3DPtr->dim=(0,0,0)
_xmlData->getFirstElement(Dimensions)->getAttributeAsUInt(x)=200
_xmlData->getFirstElement(Dimensions)->getAttributeAsUInt(y)=200
_xmlData->getFirstElement(Dimensions)->getAttributeAsUInt(z)=1
_ppdCC3DPtr->algorithmName =
ppdCC3DPtr->seed = 0
ppdCC3DPtr->boundary_x =
_ppdCC3DPtr->boundary_y =
ppdCC3DPtr->boundary_z =
ppdCC3DPtr->latticeType = square
BoundaryStrategy singleton is ALIVE!
initialized square lattice
potts.getLatticeType()=1
setNeighborOrder maxNeighborIndex=7
ppdCC3DPtr->depthFlag = 0
ppdCC3DPtr->debugOutputFrequency = 1
setNeighborOrder maxNeighborIndex=7
_numberOfProcessors =1 numArrayElements=33
SINGLE PROCESSOR RUN minDim=(0,0,0) maxDim=(200,200,1)
_numberOfProcessors =1 numArrayElements=33
SINGLE PROCESSOR RUN minDim=(0,0,0) maxDim=(200,200,1)
_numberOfProcessors =4 numArrayElements=33
gridId=0 minDim=(0,0,0) maxDim=(100,100,1)
gridId=1 minDim=(100,0,0) maxDim=(200,100,1)
gridId=2 minDim=(0,100,0) maxDim=(100,200,1)
gridId=3 minDim=(100,100,0) maxDim=(200,200,1)
GID=0 subgridId=0 minSubDim=(0,0,0) maxSubDim=(50,50,1)
GID=0 subgridId=1 minSubDim=(50,0,0) maxSubDim=(100,50,1)
GID=0 subgridId=2 minSubDim=(0,50,0) maxSubDim=(50,100,1)
GID=0 subgridId=3 minSubDim=(50,50,0) maxSubDim=(100,100,1)
GID=1 subgridId=0 minSubDim=(100,0,0) maxSubDim=(150,50,1)
GID=1 subgridId=1 minSubDim=(150,0,0) maxSubDim=(200,50,1)
GID=1 subgridId=2 minSubDim=(100,50,0) maxSubDim=(150,100,1)
GID=1 subgridId=3 minSubDim=(150,50,0) maxSubDim=(200,100,1)
GID=2 subgridId=0 minSubDim=(0,100,0) maxSubDim=(50,150,1)
GID=2 subgridId=1 minSubDim=(50,100,0) maxSubDim=(100,150,1)
GID=2 subgridId=2 minSubDim=(0,150,0) maxSubDim=(50,200,1)
GID=2 subgridId=3 minSubDim=(50,150,0) maxSubDim=(100,200,1)
GID=3 subgridId=0 minSubDim=(100,100,0) maxSubDim=(150,150,1)
GID=3 subgridId=1 minSubDim=(150,100,0) maxSubDim=(200,150,1)
GID=3 subgridId=2 minSubDim=(100,150,0) maxSubDim=(150,200,1)
GID=3 subgridId=3 minSubDim=(150,150,0) maxSubDim=(200,200,1)
_numberOfProcessors =4 numArrayElements=33
gridId=0 minDim=(0,0,0) maxDim=(100,100,1)
gridId=1 minDim=(100,0,0) maxDim=(200,100,1)
gridId=2 minDim=(0,100,0) maxDim=(100,200,1)
gridId=3 minDim=(100,100,0) maxDim=(200,200,1)
GID=0 subgridId=0 minSubDim=(0,0,0) maxSubDim=(50,50,1)
GID=0 subgridId=1 minSubDim=(50,0,0) maxSubDim=(100,50,1)
GID=0 subgridId=2 minSubDim=(0,50,0) maxSubDim=(50,100,1)
GID=0 subgridId=3 minSubDim=(50,50,0) maxSubDim=(100,100,1)
GID=1 subgridId=0 minSubDim=(100,0,0) maxSubDim=(150,50,1)
GID=1 subgridId=1 minSubDim=(150,0,0) maxSubDim=(200,50,1)
GID=1 subgridId=2 minSubDim=(100,50,0) maxSubDim=(150,100,1)
GID=1 subgridId=3 minSubDim=(150,50,0) maxSubDim=(200,100,1)
GID=2 subgridId=0 minSubDim=(0,100,0) maxSubDim=(50,150,1)
GID=2 subgridId=1 minSubDim=(50,100,0) maxSubDim=(100,150,1)
GID=2 subgridId=2 minSubDim=(0,150,0) maxSubDim=(50,200,1)
GID=2 subgridId=3 minSubDim=(50,150,0) maxSubDim=(100,200,1)
GID=3 subgridId=0 minSubDim=(100,100,0) maxSubDim=(150,150,1)
GID=3 subgridId=1 minSubDim=(150,100,0) maxSubDim=(200,150,1)
GID=3 subgridId=2 minSubDim=(100,150,0) maxSubDim=(150,200,1)
GID=3 subgridId=3 minSubDim=(150,150,0) maxSubDim=(200,200,1)
AFTER initializePotts
INITIALIZING Volume
GOT HERE BEFORE CALLING INIT
INITIALIZING CellType
INITIALIZING Contact
Default constructor DiffusableVectorCommon
INITIALIZING DiffusionSolverFE

INSIDE UPDATE XML
DiffusionConstant: 0.1
DecayConstant: 1e-05
DeltaX: 1
DeltaT: 1
fieldName: FGF

diffSecrFieldTuppleVec.size()=1
concentrationFieldNameVector[i]=FGF
FIELDS THAT I HAVE
Field 0 name: FGF
DiffusionSolverFE: extra Init in read XML
registring field: FGF field address=0x7fd8361f1180
INITIALIZING BlobInitializer
radius=80 gap=0 types=Condensing,NonCondensing
GOT HERE BEFORE EXIT
SIMTHREAD= <Simulation.SimulationThread.SimulationThread object at 0x111c8ad60>
SIMULATION FILE NAME= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/DynamicNumberOfProcessors.cc3d
EXTRACTING restartEnabled
WILL RUN SIMULATION FROM BEGINNING
, extraInit for: VolumeTracker
, extraInit for: CellTypeMonitor
, extraInit for: CellType
size=3
contact[0][0]=0
contact[0][1]=16
contact[0][2]=16
contact[1][0]=16
contact[1][1]=2
contact[1][2]=11
contact[2][0]=16
contact[2][1]=11
contact[2][2]=16
Contact maxNeighborIndex=7
typeNameMap.size()=3
, extraInit for: Contact
automaton=0x7fd8361efed8
, extraInit for: Volume
Simulator::start(): Plugins:, VolumeTracker, CellTypeMonitor, CellType, Contact, Volume
_BLOB INIT_***
GOT HERE
itDim=(40,40,1)
Step 0 Energy 0 Cells 793
windowNames= []
self.graphicsWindowDict= {}
GOT HERE REMOVE ALL VTK
self.graphicsWindowDict= {}
len(self.subWindowList())= 0
2014-10-16 15:26:38.485 CompuCell3D[62761:507] invalid drawable
2014-10-16 15:26:38.486 CompuCell3D[62761:507] invalid drawable
pluginName = Volume
pluginName = CellType
pluginName = Contact

self.basicSimulationData= ['doc', 'init', 'module', 'fieldDim', 'numberOfSteps', 'sim']
self.basicSimulationData.fieldDim= (200,200,1)
self.basicSimulationData.numberOfSteps= 1000
self.basicSimulationData.sim= <CompuCell.Simulator; proxy of <Swig Object of type 'CompuCell3D::Simulator *' at 0x111ca2930> >
windowName= 1
after windowName= 1
AFTER setInitialCrossSection
CREATING SCREENSHOT WINDOW
2014-10-16 15:26:38.614 CompuCell3D[62761:507] invalid drawable
2014-10-16 15:26:38.615 CompuCell3D[62761:507] invalid drawable
xSize= 600 ySize= 600
ADDITIONAL SCREENSHOT WINDOW SIZE= (600, 600)
THIS IS ROOT ITEM= CompuCell3D
ROOT ITEM DOMNode= CompuCell3D
---- SimpleTabView.py: initializeSimulationViewWidget(): before TRY ACQUIRE
---- SimpleTabView.py: initializeSimulationViewWidget(): AFTER RELEASE
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6015
Step 0 Flips 1739/40000 Energy 5810 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6203
Step 1 Flips 2099/40000 Energy 2767 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6410
Step 2 Flips 2235/40000 Energy 1410 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6683
Step 3 Flips 2386/40000 Energy 744 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6626
Step 4 Flips 2408/40000 Energy 1101 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6693
Step 5 Flips 2472/40000 Energy -133 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6813
Step 6 Flips 2531/40000 Energy 712 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6590
Step 7 Flips 2433/40000 Energy 263 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6682
Step 8 Flips 2479/40000 Energy 173 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6820
Step 9 Flips 2626/40000 Energy -274 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6843
Step 10 Flips 2650/40000 Energy 186 Cells 793 Inventory=793
PYSTEPPABLES INSIDE resizeAndShiftLattice
okFlag= True
_numberOfProcessors =4 numArrayElements=33
gridId=0 minDim=(0,0,0) maxDim=(200,200,1)
gridId=1 minDim=(200,0,0) maxDim=(400,200,1)
gridId=2 minDim=(0,200,0) maxDim=(200,400,1)
gridId=3 minDim=(200,200,0) maxDim=(400,400,1)
GID=0 subgridId=0 minSubDim=(0,0,0) maxSubDim=(100,100,1)
GID=0 subgridId=1 minSubDim=(100,0,0) maxSubDim=(200,100,1)
GID=0 subgridId=2 minSubDim=(0,100,0) maxSubDim=(100,200,1)
GID=0 subgridId=3 minSubDim=(100,100,0) maxSubDim=(200,200,1)
GID=1 subgridId=0 minSubDim=(200,0,0) maxSubDim=(300,100,1)
GID=1 subgridId=1 minSubDim=(300,0,0) maxSubDim=(400,100,1)
GID=1 subgridId=2 minSubDim=(200,100,0) maxSubDim=(300,200,1)
GID=1 subgridId=3 minSubDim=(300,100,0) maxSubDim=(400,200,1)
GID=2 subgridId=0 minSubDim=(0,200,0) maxSubDim=(100,300,1)
GID=2 subgridId=1 minSubDim=(100,200,0) maxSubDim=(200,300,1)
GID=2 subgridId=2 minSubDim=(0,300,0) maxSubDim=(100,400,1)
GID=2 subgridId=3 minSubDim=(100,300,0) maxSubDim=(200,400,1)
GID=3 subgridId=0 minSubDim=(200,200,0) maxSubDim=(300,300,1)
GID=3 subgridId=1 minSubDim=(300,200,0) maxSubDim=(400,300,1)
GID=3 subgridId=2 minSubDim=(200,300,0) maxSubDim=(300,400,1)
GID=3 subgridId=3 minSubDim=(300,300,0) maxSubDim=(400,400,1)
resetAllCameras in GraphicsFrame = <Graphics.GraphicsFrameWidget.GraphicsFrameWidget object at 0x114380348>
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6676
Step 11 Flips 2677/160000 Energy -358 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6763
Step 12 Flips 2667/160000 Energy -639 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6759
Step 13 Flips 2600/160000 Energy -83 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6585
Step 14 Flips 2525/160000 Energy -406 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6697
Step 15 Flips 2615/160000 Energy 11 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6689
Step 16 Flips 2555/160000 Energy 145 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6767
Step 17 Flips 2573/160000 Energy 239 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6901
Step 18 Flips 2634/160000 Energy -717 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6871
Step 19 Flips 2666/160000 Energy -829 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6659
Step 20 Flips 2536/160000 Energy 26 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6643
Step 21 Flips 2533/160000 Energy 734 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6683
Step 22 Flips 2600/160000 Energy 223 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6770
Step 23 Flips 2672/160000 Energy 454 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6711
Step 24 Flips 2610/160000 Energy -458 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6853
Step 25 Flips 2658/160000 Energy -91 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6819
Step 26 Flips 2655/160000 Energy 342 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6821
Step 27 Flips 2667/160000 Energy -1007 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6768
Step 28 Flips 2652/160000 Energy 172 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6759
Step 29 Flips 2616/160000 Energy -255 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6875
Step 30 Flips 2617/160000 Energy 134 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6725
Step 31 Flips 2645/160000 Energy -220 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6865
Step 32 Flips 2660/160000 Energy -312 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6838
Step 33 Flips 2718/160000 Energy -171 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6693
Step 34 Flips 2619/160000 Energy -115 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6722
Step 35 Flips 2618/160000 Energy -644 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6722
Step 36 Flips 2652/160000 Energy 307 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6844
Step 37 Flips 2753/160000 Energy 600 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6808
Step 38 Flips 2712/160000 Energy -1077 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6877
Step 39 Flips 2729/160000 Energy -89 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6758
Step 40 Flips 2609/160000 Energy 345 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6778
Step 41 Flips 2649/160000 Energy -22 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6914
Step 42 Flips 2699/160000 Energy 267 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6897
Step 43 Flips 2617/160000 Energy 173 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6783
Step 44 Flips 2655/160000 Energy -722 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6834
Step 45 Flips 2706/160000 Energy 1233 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6775
Step 46 Flips 2680/160000 Energy 152 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6911
Step 47 Flips 2803/160000 Energy -1417 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6678
Step 48 Flips 2643/160000 Energy -427 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6929
Step 49 Flips 2750/160000 Energy 468 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6851
Step 50 Flips 2676/160000 Energy -547 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6880
Step 51 Flips 2673/160000 Energy -225 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6839
Step 52 Flips 2661/160000 Energy -281 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6831
Step 53 Flips 2709/160000 Energy -274 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6915
Step 54 Flips 2680/160000 Energy -815 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6806
Step 55 Flips 2656/160000 Energy 1093 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6756
Step 56 Flips 2596/160000 Energy -292 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6814
Step 57 Flips 2667/160000 Energy -190 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6723
Step 58 Flips 2585/160000 Energy 73 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6876
Step 59 Flips 2629/160000 Energy -278 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6864
Step 60 Flips 2629/160000 Energy 712 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6711
Step 61 Flips 2589/160000 Energy -413 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6814
Step 62 Flips 2622/160000 Energy -802 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=7148
Step 63 Flips 2740/160000 Energy 278 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6823
Step 64 Flips 2665/160000 Energy -313 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6932
Step 65 Flips 2714/160000 Energy 842 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6819
Step 66 Flips 2710/160000 Energy -105 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6663
Step 67 Flips 2585/160000 Energy -390 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6800
Step 68 Flips 2599/160000 Energy 534 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6800
Step 69 Flips 2588/160000 Energy -452 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6738
Step 70 Flips 2710/160000 Energy 143 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6722
Step 71 Flips 2613/160000 Energy -288 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6805
Step 72 Flips 2659/160000 Energy 175 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6829
Step 73 Flips 2717/160000 Energy -395 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6854
Step 74 Flips 2721/160000 Energy -261 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6747
Step 75 Flips 2576/160000 Energy -1426 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6781
Step 76 Flips 2641/160000 Energy 1149 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6832
Step 77 Flips 2648/160000 Energy -685 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6741
Step 78 Flips 2590/160000 Energy 1142 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6773
Step 79 Flips 2652/160000 Energy 445 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6809
Step 80 Flips 2658/160000 Energy -149 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6829
Step 81 Flips 2704/160000 Energy -792 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6726
Step 82 Flips 2602/160000 Energy 125 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6769
Step 83 Flips 2666/160000 Energy 439 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6713
Step 84 Flips 2643/160000 Energy -1255 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6826
Step 85 Flips 2689/160000 Energy 540 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6813
Step 86 Flips 2572/160000 Energy -24 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6731
Step 87 Flips 2595/160000 Energy -573 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6655
Step 88 Flips 2509/160000 Energy 458 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6726
Step 89 Flips 2610/160000 Energy -795 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6682
Step 90 Flips 2664/160000 Energy 19 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6680
Step 91 Flips 2554/160000 Energy 275 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6647
Step 92 Flips 2603/160000 Energy 518 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6843
Step 93 Flips 2687/160000 Energy 299 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6733
Step 94 Flips 2659/160000 Energy -798 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6807
Step 95 Flips 2689/160000 Energy -184 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6770
Step 96 Flips 2702/160000 Energy 283 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6732
Step 97 Flips 2559/160000 Energy -139 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6670
Step 98 Flips 2649/160000 Energy 412 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6770
Step 99 Flips 2682/160000 Energy -389 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6688
Step 100 Flips 2646/160000 Energy -511 Cells 793 Inventory=793
_numberOfProcessors =8 numArrayElements=33
gridId=0 minDim=(0,0,0) maxDim=(100,200,1)
gridId=1 minDim=(100,0,0) maxDim=(200,200,1)
gridId=2 minDim=(200,0,0) maxDim=(300,200,1)
gridId=3 minDim=(300,0,0) maxDim=(400,200,1)
gridId=4 minDim=(0,200,0) maxDim=(100,400,1)
gridId=5 minDim=(100,200,0) maxDim=(200,400,1)
gridId=6 minDim=(200,200,0) maxDim=(300,400,1)
gridId=7 minDim=(300,200,0) maxDim=(400,400,1)
GID=0 subgridId=0 minSubDim=(0,0,0) maxSubDim=(50,100,1)
GID=0 subgridId=1 minSubDim=(50,0,0) maxSubDim=(100,100,1)
GID=0 subgridId=2 minSubDim=(0,100,0) maxSubDim=(50,200,1)
GID=0 subgridId=3 minSubDim=(50,100,0) maxSubDim=(100,200,1)
GID=1 subgridId=0 minSubDim=(100,0,0) maxSubDim=(150,100,1)
GID=1 subgridId=1 minSubDim=(150,0,0) maxSubDim=(200,100,1)
GID=1 subgridId=2 minSubDim=(100,100,0) maxSubDim=(150,200,1)
GID=1 subgridId=3 minSubDim=(150,100,0) maxSubDim=(200,200,1)
GID=2 subgridId=0 minSubDim=(200,0,0) maxSubDim=(250,100,1)
GID=2 subgridId=1 minSubDim=(250,0,0) maxSubDim=(300,100,1)
GID=2 subgridId=2 minSubDim=(200,100,0) maxSubDim=(250,200,1)
GID=2 subgridId=3 minSubDim=(250,100,0) maxSubDim=(300,200,1)
GID=3 subgridId=0 minSubDim=(300,0,0) maxSubDim=(350,100,1)
GID=3 subgridId=1 minSubDim=(350,0,0) maxSubDim=(400,100,1)
GID=3 subgridId=2 minSubDim=(300,100,0) maxSubDim=(350,200,1)
GID=3 subgridId=3 minSubDim=(350,100,0) maxSubDim=(400,200,1)
GID=4 subgridId=0 minSubDim=(0,200,0) maxSubDim=(50,300,1)
GID=4 subgridId=1 minSubDim=(50,200,0) maxSubDim=(100,300,1)
GID=4 subgridId=2 minSubDim=(0,300,0) maxSubDim=(50,400,1)
GID=4 subgridId=3 minSubDim=(50,300,0) maxSubDim=(100,400,1)
GID=5 subgridId=0 minSubDim=(100,200,0) maxSubDim=(150,300,1)
GID=5 subgridId=1 minSubDim=(150,200,0) maxSubDim=(200,300,1)
GID=5 subgridId=2 minSubDim=(100,300,0) maxSubDim=(150,400,1)
GID=5 subgridId=3 minSubDim=(150,300,0) maxSubDim=(200,400,1)
GID=6 subgridId=0 minSubDim=(200,200,0) maxSubDim=(250,300,1)
GID=6 subgridId=1 minSubDim=(250,200,0) maxSubDim=(300,300,1)
GID=6 subgridId=2 minSubDim=(200,300,0) maxSubDim=(250,400,1)
GID=6 subgridId=3 minSubDim=(250,300,0) maxSubDim=(300,400,1)
GID=7 subgridId=0 minSubDim=(300,200,0) maxSubDim=(350,300,1)
GID=7 subgridId=1 minSubDim=(350,200,0) maxSubDim=(400,300,1)
GID=7 subgridId=2 minSubDim=(300,300,0) maxSubDim=(350,400,1)
GID=7 subgridId=3 minSubDim=(350,300,0) maxSubDim=(400,400,1)
VolumeTrackerPlugin::handleEvent=
automaton=0x7fd8361efed8
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6812
Step 101 Flips 2676/160000 Energy 241 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6949
Step 102 Flips 2722/160000 Energy -307 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6694
Step 103 Flips 2577/160000 Energy -533 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6785
Step 104 Flips 2681/160000 Energy 185 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6853
Step 105 Flips 2718/160000 Energy 467 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6802
Step 106 Flips 2683/160000 Energy 763 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6801
Step 107 Flips 2579/160000 Energy -888 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6811
Step 108 Flips 2620/160000 Energy -305 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6721
Step 109 Flips 2556/160000 Energy 497 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6847
Step 110 Flips 2693/160000 Energy 97 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6845
Step 111 Flips 2755/160000 Energy 549 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6856
Step 112 Flips 2727/160000 Energy -894 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6896
Step 113 Flips 2824/160000 Energy -138 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6865
Step 114 Flips 2712/160000 Energy 371 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6825
Step 115 Flips 2783/160000 Energy 39 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6826
Step 116 Flips 2628/160000 Energy -4 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6835
Step 117 Flips 2674/160000 Energy 100 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6796
Step 118 Flips 2685/160000 Energy -638 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6755
Step 119 Flips 2613/160000 Energy -390 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6793
Step 120 Flips 2617/160000 Energy -29 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6716
Step 121 Flips 2662/160000 Energy 1021 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6819
Step 122 Flips 2713/160000 Energy -765 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6800
Step 123 Flips 2667/160000 Energy 847 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6868
Step 124 Flips 2660/160000 Energy -330 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6780
Step 125 Flips 2627/160000 Energy 390 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6879
Step 126 Flips 2755/160000 Energy 360 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6784
Step 127 Flips 2692/160000 Energy -916 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6777
Step 128 Flips 2767/160000 Energy 247 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6744
Step 129 Flips 2722/160000 Energy -741 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6762
Step 130 Flips 2684/160000 Energy 238 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6734
Step 131 Flips 2662/160000 Energy 190 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6761
Step 132 Flips 2656/160000 Energy 295 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6939
Step 133 Flips 2852/160000 Energy -283 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6737
Step 134 Flips 2742/160000 Energy 286 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6658
Step 135 Flips 2619/160000 Energy -163 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6954
Step 136 Flips 2772/160000 Energy 61 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6789
Step 137 Flips 2747/160000 Energy 96 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6840
Step 138 Flips 2802/160000 Energy 171 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6773
Step 139 Flips 2663/160000 Energy 18 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6813
Step 140 Flips 2710/160000 Energy -170 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6766
Step 141 Flips 2643/160000 Energy 550 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6647
Step 142 Flips 2606/160000 Energy 96 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6693
Step 143 Flips 2700/160000 Energy -1364 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6712
Step 144 Flips 2627/160000 Energy 52 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6792
Step 145 Flips 2719/160000 Energy -463 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6716
Step 146 Flips 2696/160000 Energy 708 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6816
Step 147 Flips 2674/160000 Energy -493 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6671
Step 148 Flips 2591/160000 Energy -9 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6805
Step 149 Flips 2700/160000 Energy 217 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6974
Step 150 Flips 2791/160000 Energy 1001 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6936
Step 151 Flips 2784/160000 Energy -1120 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6809
Step 152 Flips 2704/160000 Energy 185 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6813
Step 153 Flips 2748/160000 Energy -99 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6921
Step 154 Flips 2714/160000 Energy 349 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6854
Step 155 Flips 2713/160000 Energy -699 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6610
Step 156 Flips 2629/160000 Energy 468 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6890
Step 157 Flips 2682/160000 Energy 157 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6908
Step 158 Flips 2721/160000 Energy -197 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6825
Step 159 Flips 2768/160000 Energy 265 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6839
Step 160 Flips 2755/160000 Energy -723 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6800
Step 161 Flips 2774/160000 Energy 97 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6845
Step 162 Flips 2678/160000 Energy -44 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6868
Step 163 Flips 2683/160000 Energy -279 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6835
Step 164 Flips 2653/160000 Energy 853 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6836
Step 165 Flips 2728/160000 Energy -156 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6773
Step 166 Flips 2747/160000 Energy -643 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6809
Step 167 Flips 2741/160000 Energy -526 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6890
Step 168 Flips 2763/160000 Energy 300 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6760
Step 169 Flips 2688/160000 Energy 367 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6837
Step 170 Flips 2666/160000 Energy -144 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6753
Step 171 Flips 2639/160000 Energy -278 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6800
Step 172 Flips 2741/160000 Energy 311 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6788
Step 173 Flips 2704/160000 Energy 88 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6848
Step 174 Flips 2801/160000 Energy -261 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6929
Step 175 Flips 2673/160000 Energy -26 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6677
Step 176 Flips 2590/160000 Energy -621 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6655
Step 177 Flips 2650/160000 Energy 0 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6743
Step 178 Flips 2691/160000 Energy 1020 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6838
Step 179 Flips 2753/160000 Energy 395 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6932
Step 180 Flips 2796/160000 Energy -351 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6610
Step 181 Flips 2677/160000 Energy -450 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6652
Step 182 Flips 2693/160000 Energy -102 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6811
Step 183 Flips 2718/160000 Energy -1261 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6733
Step 184 Flips 2742/160000 Energy 39 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6668
Step 185 Flips 2602/160000 Energy -173 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6669
Step 186 Flips 2692/160000 Energy 933 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6766
Step 187 Flips 2713/160000 Energy 322 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6719
Step 188 Flips 2655/160000 Energy -465 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6734
Step 189 Flips 2670/160000 Energy 873 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6727
Step 190 Flips 2698/160000 Energy -453 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6730
Step 191 Flips 2605/160000 Energy -419 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6738
Step 192 Flips 2706/160000 Energy -240 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6706
Step 193 Flips 2695/160000 Energy 818 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6852
Step 194 Flips 2714/160000 Energy -68 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6969
Step 195 Flips 2855/160000 Energy -94 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6654
Step 196 Flips 2660/160000 Energy -249 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6825
Step 197 Flips 2778/160000 Energy -62 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6755
Step 198 Flips 2707/160000 Energy -382 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6907
Step 199 Flips 2828/160000 Energy 380 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6773
Step 200 Flips 2657/160000 Energy 115 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6815
Step 201 Flips 2781/160000 Energy -75 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6701
Step 202 Flips 2650/160000 Energy -451 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6754
Step 203 Flips 2745/160000 Energy -18 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6807
Step 204 Flips 2695/160000 Energy 699 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6661
Step 205 Flips 2671/160000 Energy -44 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6852
Step 206 Flips 2844/160000 Energy -482 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6799
Step 207 Flips 2717/160000 Energy 471 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6827
Step 208 Flips 2760/160000 Energy 134 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6727
Step 209 Flips 2679/160000 Energy -647 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6807
Step 210 Flips 2726/160000 Energy -79 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6689
Step 211 Flips 2666/160000 Energy 296 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6787
Step 212 Flips 2719/160000 Energy 125 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6652
Step 213 Flips 2750/160000 Energy -152 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6768
Step 214 Flips 2661/160000 Energy -303 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6892
Step 215 Flips 2760/160000 Energy 37 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6878
Step 216 Flips 2779/160000 Energy 104 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6720
Step 217 Flips 2739/160000 Energy -327 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6887
Step 218 Flips 2776/160000 Energy 976 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6814
Step 219 Flips 2793/160000 Energy -968 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6839
Step 220 Flips 2808/160000 Energy 876 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6724
Step 221 Flips 2681/160000 Energy -95 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6916
Step 222 Flips 2793/160000 Energy 391 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=7007
Step 223 Flips 2844/160000 Energy -674 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6928
Step 224 Flips 2825/160000 Energy 675 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6936
Step 225 Flips 2797/160000 Energy 301 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6708
Step 226 Flips 2740/160000 Energy -998 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6779
Step 227 Flips 2750/160000 Energy 171 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6789
Step 228 Flips 2781/160000 Energy 610 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6759
Step 229 Flips 2768/160000 Energy -455 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6886
Step 230 Flips 2714/160000 Energy 584 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6750
Step 231 Flips 2757/160000 Energy -181 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6748
Step 232 Flips 2753/160000 Energy -374 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6793
Step 233 Flips 2742/160000 Energy -561 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6719
Step 234 Flips 2707/160000 Energy -382 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6805
Step 235 Flips 2676/160000 Energy 441 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6694
Step 236 Flips 2705/160000 Energy -581 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6793
Step 237 Flips 2749/160000 Energy 524 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6740
Step 238 Flips 2700/160000 Energy 147 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6743
Step 239 Flips 2736/160000 Energy 332 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6704
Step 240 Flips 2746/160000 Energy -307 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6706
Step 241 Flips 2689/160000 Energy -579 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6668
Step 242 Flips 2726/160000 Energy 201 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6851
Step 243 Flips 2784/160000 Energy 638 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6714
Step 244 Flips 2678/160000 Energy -509 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6868
Step 245 Flips 2700/160000 Energy -337 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6834
Step 246 Flips 2776/160000 Energy 227 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6721
Step 247 Flips 2664/160000 Energy -66 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6820
Step 248 Flips 2735/160000 Energy 314 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6888
Step 249 Flips 2792/160000 Energy -196 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6750
Step 250 Flips 2684/160000 Energy -663 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6737
Step 251 Flips 2685/160000 Energy 279 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6622
Step 252 Flips 2639/160000 Energy -59 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6863
Step 253 Flips 2658/160000 Energy 971 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6883
Step 254 Flips 2829/160000 Energy 309 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6724
Step 255 Flips 2768/160000 Energy -19 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6777
Step 256 Flips 2753/160000 Energy 84 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6796
Step 257 Flips 2803/160000 Energy 288 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6821
Step 258 Flips 2736/160000 Energy -701 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6731
Step 259 Flips 2729/160000 Energy 25 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6722
Step 260 Flips 2715/160000 Energy 245 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6723
Step 261 Flips 2686/160000 Energy -1007 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6801
Step 262 Flips 2746/160000 Energy 693 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6920
Step 263 Flips 2808/160000 Energy -160 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6747
Step 264 Flips 2753/160000 Energy -560 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6906
Step 265 Flips 2832/160000 Energy 228 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6660
Step 266 Flips 2646/160000 Energy -456 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6641
Step 267 Flips 2671/160000 Energy 673 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6815
Step 268 Flips 2715/160000 Energy -239 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6787
Step 269 Flips 2745/160000 Energy -399 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6784
Step 270 Flips 2739/160000 Energy -783 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6777
Step 271 Flips 2711/160000 Energy 400 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6675
Step 272 Flips 2705/160000 Energy 101 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6783
Step 273 Flips 2732/160000 Energy 37 Cells 793 Inventory=793
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6693
Step 274 Flips 2649/160000 Energy 330 Cells 793 Inventory=793
END OF SIMULATION
CALLING UNLOAD MODULES NEW PLAYER
SIMULATION RUNTIME 5 s : 816 ms
EQUIVALENT OF 5.817 seconds
COMPLETED execfile in CompuCellPythonSimulationNewPlayer

INSIDE handleSimulationFinishedRegular
JUST BEFORE CLOSING self.screenshotGraphicsWidget
numberOfActors= 0
actorsList= []
QVTK INTERACTOR CLOSE EVENT
CompuCell3D(62761,0x7fff79367310) malloc: *** error for object 0x101010101010101: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
/Applications/CC3D_3.7.3/compucell3d.command: line 125: 62761 Abort trap: 6 ${PYTHON_EXEC} ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${PREFIX_CC3D}
ericwatt@R2D2 20>

Second:

Last login: Thu Oct 16 15:27:56 on ttys005
ericwatt@R2D2 1> cc3d


CompuCell3D version 3.7.3
(OS X 10.8 x86_64 build)


====> CompuCell3D working directory: /Applications/CC3D_3.7.3
/Applications/CC3D_3.7.3


setting shell variables used by CompuCell3D:
====> PYTHON_MODULE_PATH: /Applications/CC3D_3.7.3/pythonSetupScripts
====> COMPUCELL3D_PLUGIN_PATH: /Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
====> COMPUCELL3D_STEPPABLE_PATH: /Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
====> SWIG_LIB_INSTALL_DIR: /Applications/CC3D_3.7.3/lib/python
====> SOSLIB_PATH: /Applications/CC3D_3.7.3


setting the DYLD_LIBRARY_PATH shell variable as used by CompuCell3D:
====> DYLD_LIBRARY_PATH: /Applications/CC3D_3.7.3/player/VTKLibs:/Applications/CC3D_3.7.3/player/vtk:/Applications/CC3D_3.7.3/Deps/QtDeps:/Applications/CC3D_3.7.3/Deps:/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables:/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins:/Applications/CC3D_3.7.3/lib/python:/Applications/CC3D_3.7.3/lib


setting the PYTHONLIB_SYSTEM shell variable as used by CompuCell3D:
ln: /Applications/CC3D_3.7.3/CompuCell3D: File exists
====> PYTHONLIB_SYSTEM: /System/Library/Frameworks/Python.framework/Versions/2.7


setting the PATH shell variable as used by CompuCell3D:
====> PATH: /System/Library/Frameworks/Python.framework/Versions/2.7/bin:/usr/bin:/usr/local/bin:/usr/local/mysql/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin


Hello World. Python --version says:


Python 2.7.5


Now starting CompuCell3D 3.7.3 in GUI mode:

compucell3d.pyw: type(argv)= <type 'list'>
compucell3d.pyw: argv= ['--currentDir=/Applications/CC3D_3.7.3']
argv[0:] = ['--currentDir=/Applications/CC3D_3.7.3']
type(opts), opts= <type 'list'> [('--currentDir', '/Applications/CC3D_3.7.3')]
type(args), args= <type 'list'> []
o= --currentDir
a= /Applications/CC3D_3.7.3
------ PlotManagerSetup.py: plotSupportFlag= -1
------ PlotManagerSetup.py: importing PyQwt PlotManager
CONSOLE PARENT= <PyQt4.QtGui.QDockWidget object at 0x11ebc9640>
self.baseFont.fixedPitch()= True
TWEDIT socket.socketDescriptor()= -1
TRY TO FIGURE OUT PORT

CHECKING PORT= 47406
established empty port= 47406
o= --currentDir
a= /Applications/CC3D_3.7.3
currentDirectory= /Applications/CC3D_3.7.3
openSim: self.__fileName= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/DynamicNumberOfProcessors.cc3d
projectVersion= 3.6.2
currentVersion= 3.7.3
<CC3DSimulationDataHandler.CC3DSimulationData instance at 0x11f7f4368>
__runSim self.screenshotDirectoryName=
__runSim self.screenshotDirectoryName=
__builtins
{'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': , 'help': Type help() for interactive help, or help(object) for help about object., 'vars': , 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': , 'copyright': Copyright (c) 2001-2013 Python Software Foundation.
All Rights Reserved.

Copyright (c) 2000 BeOpen.com.
All Rights Reserved.

Copyright (c) 1995-2001 Corporation for National Research Initiatives.
All Rights Reserved.

Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam.
All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': , 'oct': , 'bin': , 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': , 'repr': , 'sorted': , 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': , 'reload': , 'Warning': <type 'exceptions.Warning'>, 'package': None, 'round': , 'dir': , 'cmp': , 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': , 'intern': , 'issubclass': , 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': , 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': , 'getattr': , 'abs': , 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': , 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': , 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': , 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands
for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, 'name': 'builtin', 'ord': , 'super': <type 'super'>, 'TypeError': <type 'exceptions.TypeError'>, 'license': Type license() to see the full license text, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': , 'range': , 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': , 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': , 'divmod': , 'enumerate': <type 'enumerate'>, 'apply': , 'LookupError': <type 'exceptions.LookupError'>, 'open': , 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': , 'hex': , 'long': <type 'long'>, 'next': , 'ImportError': <type 'exceptions.ImportError'>, 'chr': , 'xrange': <type 'xrange'>, 'type': <type 'type'>, 'doc': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the nil' object; Ellipsis represents...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': , 'delattr': , 'setattr': , 'raw_input': , 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': , 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, 'import': , 'KeyError': <type 'exceptions.KeyError'>, 'coerce': , 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': , 'id': , 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': , 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': , 'any': , 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': , 'buffer': <type 'buffer'>, 'max': , 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': , 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': , 'debug': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>}
steppablePath=/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
pluginPath=/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
THIS IS JUST BEFORE LOADING LIBRARIES
AFTER LOAD LIBRARIES
Platform: darwin
Did not find dl module, will try manual dl initialization...
steppablePath=/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
pluginPath=/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
THIS IS JUST BEFORE LOADING LIBRARIES
AFTER LOAD LIBRARIES
INSIDE IF CompuCellPythonSimulationNewPlayer

Platform: darwin
Did not find dl module, will try manual dl initialization...
steppablePath=/Applications/CC3D_3.7.3/lib/CompuCell3DSteppables
pluginPath=/Applications/CC3D_3.7.3/lib/CompuCell3DPlugins
THIS IS JUST BEFORE LOADING LIBRARIES
AFTER LOAD LIBRARIES

self.basePath= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors
self.playerSimulationXMLFileName= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/Simulation/DynamicNumberOfProcessors.xml
simulationPythonScriptName= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/Simulation/DynamicNumberOfProcessors.py simulationFileName= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/Simulation/DynamicNumberOfProcessors.xml
Element Plugin
Element Plugin
Element Plugin
Element Steppable
Element Steppable
Element Potts
Element Metadata
BEFORE initializePotts
INSIDE initializePottsCC3D=

ppdCC3DPtr=0x7ff543cb9bc0ppdCC3DPtr->dim=(0,0,0)
_xmlData->getFirstElement(Dimensions)->getAttributeAsUInt(x)=200
_xmlData->getFirstElement(Dimensions)->getAttributeAsUInt(y)=200
_xmlData->getFirstElement(Dimensions)->getAttributeAsUInt(z)=1
_ppdCC3DPtr->algorithmName =
ppdCC3DPtr->seed = 0
ppdCC3DPtr->boundary_x =
_ppdCC3DPtr->boundary_y =
ppdCC3DPtr->boundary_z =
ppdCC3DPtr->latticeType = square
BoundaryStrategy singleton is ALIVE!
initialized square lattice
potts.getLatticeType()=1
setNeighborOrder maxNeighborIndex=7
ppdCC3DPtr->depthFlag = 0
ppdCC3DPtr->debugOutputFrequency = 1
setNeighborOrder maxNeighborIndex=7
_numberOfProcessors =1 numArrayElements=33
SINGLE PROCESSOR RUN minDim=(0,0,0) maxDim=(200,200,1)
_numberOfProcessors =1 numArrayElements=33
SINGLE PROCESSOR RUN minDim=(0,0,0) maxDim=(200,200,1)
_numberOfProcessors =4 numArrayElements=33
gridId=0 minDim=(0,0,0) maxDim=(100,100,1)
gridId=1 minDim=(100,0,0) maxDim=(200,100,1)
gridId=2 minDim=(0,100,0) maxDim=(100,200,1)
gridId=3 minDim=(100,100,0) maxDim=(200,200,1)
GID=0 subgridId=0 minSubDim=(0,0,0) maxSubDim=(50,50,1)
GID=0 subgridId=1 minSubDim=(50,0,0) maxSubDim=(100,50,1)
GID=0 subgridId=2 minSubDim=(0,50,0) maxSubDim=(50,100,1)
GID=0 subgridId=3 minSubDim=(50,50,0) maxSubDim=(100,100,1)
GID=1 subgridId=0 minSubDim=(100,0,0) maxSubDim=(150,50,1)
GID=1 subgridId=1 minSubDim=(150,0,0) maxSubDim=(200,50,1)
GID=1 subgridId=2 minSubDim=(100,50,0) maxSubDim=(150,100,1)
GID=1 subgridId=3 minSubDim=(150,50,0) maxSubDim=(200,100,1)
GID=2 subgridId=0 minSubDim=(0,100,0) maxSubDim=(50,150,1)
GID=2 subgridId=1 minSubDim=(50,100,0) maxSubDim=(100,150,1)
GID=2 subgridId=2 minSubDim=(0,150,0) maxSubDim=(50,200,1)
GID=2 subgridId=3 minSubDim=(50,150,0) maxSubDim=(100,200,1)
GID=3 subgridId=0 minSubDim=(100,100,0) maxSubDim=(150,150,1)
GID=3 subgridId=1 minSubDim=(150,100,0) maxSubDim=(200,150,1)
GID=3 subgridId=2 minSubDim=(100,150,0) maxSubDim=(150,200,1)
GID=3 subgridId=3 minSubDim=(150,150,0) maxSubDim=(200,200,1)
_numberOfProcessors =4 numArrayElements=33
gridId=0 minDim=(0,0,0) maxDim=(100,100,1)
gridId=1 minDim=(100,0,0) maxDim=(200,100,1)
gridId=2 minDim=(0,100,0) maxDim=(100,200,1)
gridId=3 minDim=(100,100,0) maxDim=(200,200,1)
GID=0 subgridId=0 minSubDim=(0,0,0) maxSubDim=(50,50,1)
GID=0 subgridId=1 minSubDim=(50,0,0) maxSubDim=(100,50,1)
GID=0 subgridId=2 minSubDim=(0,50,0) maxSubDim=(50,100,1)
GID=0 subgridId=3 minSubDim=(50,50,0) maxSubDim=(100,100,1)
GID=1 subgridId=0 minSubDim=(100,0,0) maxSubDim=(150,50,1)
GID=1 subgridId=1 minSubDim=(150,0,0) maxSubDim=(200,50,1)
GID=1 subgridId=2 minSubDim=(100,50,0) maxSubDim=(150,100,1)
GID=1 subgridId=3 minSubDim=(150,50,0) maxSubDim=(200,100,1)
GID=2 subgridId=0 minSubDim=(0,100,0) maxSubDim=(50,150,1)
GID=2 subgridId=1 minSubDim=(50,100,0) maxSubDim=(100,150,1)
GID=2 subgridId=2 minSubDim=(0,150,0) maxSubDim=(50,200,1)
GID=2 subgridId=3 minSubDim=(50,150,0) maxSubDim=(100,200,1)
GID=3 subgridId=0 minSubDim=(100,100,0) maxSubDim=(150,150,1)
GID=3 subgridId=1 minSubDim=(150,100,0) maxSubDim=(200,150,1)
GID=3 subgridId=2 minSubDim=(100,150,0) maxSubDim=(150,200,1)
GID=3 subgridId=3 minSubDim=(150,150,0) maxSubDim=(200,200,1)
AFTER initializePotts
INITIALIZING Volume
GOT HERE BEFORE CALLING INIT
INITIALIZING CellType
INITIALIZING Contact
Default constructor DiffusableVectorCommon
INITIALIZING DiffusionSolverFE

INSIDE UPDATE XML
DiffusionConstant: 0.1
DecayConstant: 1e-05
DeltaX: 1
DeltaT: 1
fieldName: FGF

diffSecrFieldTuppleVec.size()=1
concentrationFieldNameVector[i]=FGF
FIELDS THAT I HAVE
Field 0 name: FGF
DiffusionSolverFE: extra Init in read XML
registring field: FGF field address=0x7ff543c636a0
INITIALIZING BlobInitializer
radius=80 gap=0 types=Condensing,NonCondensing
GOT HERE BEFORE EXIT
SIMTHREAD= <Simulation.SimulationThread.SimulationThread object at 0x11f7efdf8>
SIMULATION FILE NAME= /Applications/CC3D_3.7.3/Demos/SimulationSettings/ParallelCC3DExamples/DynamicNumberOfProcessors/DynamicNumberOfProcessors.cc3d
EXTRACTING restartEnabled
WILL RUN SIMULATION FROM BEGINNING
, extraInit for: VolumeTracker
, extraInit for: CellTypeMonitor
, extraInit for: CellType
size=3
contact[0][0]=0
contact[0][1]=16
contact[0][2]=16
contact[1][0]=16
contact[1][1]=2
contact[1][2]=11
contact[2][0]=16
contact[2][1]=11
contact[2][2]=16
Contact maxNeighborIndex=7
typeNameMap.size()=3
, extraInit for: Contact
automaton=0x7ff543cab9d8
, extraInit for: Volume
Simulator::start(): Plugins:, VolumeTracker, CellTypeMonitor, CellType, Contact, Volume
_BLOB INIT_***
GOT HERE
itDim=(40,40,1)
Step 0 Energy 0 Cells 793
windowNames= []
self.graphicsWindowDict= {}
GOT HERE REMOVE ALL VTK
self.graphicsWindowDict= {}
len(self.subWindowList())= 0
2014-10-16 15:35:19.925 CompuCell3D[62851:507] invalid drawable
2014-10-16 15:35:19.926 CompuCell3D[62851:507] invalid drawable
pluginName = Volume
pluginName = CellType
pluginName = Contact

self.basicSimulationData= ['doc', 'init', 'module', 'fieldDim', 'numberOfSteps', 'sim']
self.basicSimulationData.fieldDim= (200,200,1)
self.basicSimulationData.numberOfSteps= 1000
self.basicSimulationData.sim= <CompuCell.Simulator; proxy of <Swig Object of type 'CompuCell3D::Simulator *' at 0x11f803d50> >
windowName= 1
after windowName= 1
AFTER setInitialCrossSection
CREATING SCREENSHOT WINDOW
2014-10-16 15:35:20.058 CompuCell3D[62851:507] invalid drawable
2014-10-16 15:35:20.060 CompuCell3D[62851:507] invalid drawable
xSize= 600 ySize= 600
ADDITIONAL SCREENSHOT WINDOW SIZE= (600, 600)
THIS IS ROOT ITEM= CompuCell3D
ROOT ITEM DOMNode= CompuCell3D
---- SimpleTabView.py: initializeSimulationViewWidget(): before TRY ACQUIRE
---- SimpleTabView.py: initializeSimulationViewWidget(): AFTER RELEASE
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=5995
Step 0 Flips 1650/40000 Energy 5845 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6262
Step 1 Flips 2095/40000 Energy 2260 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6431
Step 2 Flips 2240/40000 Energy 1569 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6517
Step 3 Flips 2413/40000 Energy 2123 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6520
Step 4 Flips 2331/40000 Energy -55 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6570
Step 5 Flips 2567/40000 Energy 906 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6664
Step 6 Flips 2508/40000 Energy 88 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6692
Step 7 Flips 2490/40000 Energy -307 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6681
Step 8 Flips 2497/40000 Energy 15 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6803
Step 9 Flips 2690/40000 Energy 390 Cells 793 Inventory=793
FAST numberOfAttempts=40000
Number of Attempted Energy Calculations=6724
Step 10 Flips 2588/40000 Energy -155 Cells 793 Inventory=793
PYSTEPPABLES INSIDE resizeAndShiftLattice
okFlag= True
_numberOfProcessors =4 numArrayElements=33
gridId=0 minDim=(0,0,0) maxDim=(200,200,1)
gridId=1 minDim=(200,0,0) maxDim=(400,200,1)
gridId=2 minDim=(0,200,0) maxDim=(200,400,1)
gridId=3 minDim=(200,200,0) maxDim=(400,400,1)
GID=0 subgridId=0 minSubDim=(0,0,0) maxSubDim=(100,100,1)
GID=0 subgridId=1 minSubDim=(100,0,0) maxSubDim=(200,100,1)
GID=0 subgridId=2 minSubDim=(0,100,0) maxSubDim=(100,200,1)
GID=0 subgridId=3 minSubDim=(100,100,0) maxSubDim=(200,200,1)
GID=1 subgridId=0 minSubDim=(200,0,0) maxSubDim=(300,100,1)
GID=1 subgridId=1 minSubDim=(300,0,0) maxSubDim=(400,100,1)
GID=1 subgridId=2 minSubDim=(200,100,0) maxSubDim=(300,200,1)
GID=1 subgridId=3 minSubDim=(300,100,0) maxSubDim=(400,200,1)
GID=2 subgridId=0 minSubDim=(0,200,0) maxSubDim=(100,300,1)
GID=2 subgridId=1 minSubDim=(100,200,0) maxSubDim=(200,300,1)
GID=2 subgridId=2 minSubDim=(0,300,0) maxSubDim=(100,400,1)
GID=2 subgridId=3 minSubDim=(100,300,0) maxSubDim=(200,400,1)
GID=3 subgridId=0 minSubDim=(200,200,0) maxSubDim=(300,300,1)
GID=3 subgridId=1 minSubDim=(300,200,0) maxSubDim=(400,300,1)
GID=3 subgridId=2 minSubDim=(200,300,0) maxSubDim=(300,400,1)
GID=3 subgridId=3 minSubDim=(300,300,0) maxSubDim=(400,400,1)
resetAllCameras in GraphicsFrame = <Graphics.GraphicsFrameWidget.GraphicsFrameWidget object at 0x1229b93e0>
FAST numberOfAttempts=160000
Number of Attempted Energy Calculations=6665
Step 11 Flips 2563/160000 Energy -152 Cells 793 Inventory=793
/Applications/CC3D_3.7.3/compucell3d.command: line 125: 62851 Segmentation fault: 11 ${PYTHON_EXEC} ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${PREFIX_CC3D}

Event Logs

Hi!

I was wondering if CompuCell3D has a built in way of storing events (mitosis, division, growth) etc.
Are there any plugins which allow us to do this?

Also was wondering which genome expression network you recommend to use with CC3D?

Thanks

Twedit++ : Reopening displays previously opened random files

When you close twedit++ and reopen it, it has a somewhat random bunch of previously opened files in it, but these are not visible or accessible from the leftmost CC3D Project tree subwindow. They should either not open at all, or should come with their hierarchy.

Mac version build reporting

After unzipping CC3D_3.7.2_MacOSX_10.9_20140429.zip and running compucell3d.command the terminal reports:

CompuCell3D version 3.7.2
(OS X 10.8 x86_64 build)

Should be OS X 10.9 not 10.8. Either the build is being reported incorrectly, or the wrong version was packaged.

Random Seed to Investigate Faults, Errors and Crashes

Hi,

Is there any way to obtain and fix the seed being used by the random number generator in CC3D?
I am experiencing segmentation faults , bus errors and random crashes and would like to investigate if it is due to certain seeds or a problem with the code.

Some errors I have received:
1.

END OF SIMULATION  
emiting finish request
11217.7 ms spent in solving diffusion problem
./compucell3d.command: line 125:   583 Segmentation fault: 11  ${PYTHON_EXEC} ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${PREFIX_CC3D}
terminate called after throwing an instance of 'BasicException'
./compucell3d.command: line 125:  3309 Abort trap: 6           ${PYTHON_EXEC} ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${PREFIX_CC3D}
./compucell3d.command: line 125:  1514 Bus error: 10           ${PYTHON_EXEC} ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${PREFIX_CC3D}
./compucell3d.command: line 125:   685 Segmentation fault: 11  ${PYTHON_EXEC} ${PREFIX_CC3D}/player/compucell3d.pyw $* --currentDir=${PREFIX_CC3D}

documenting this progress at:
zafarali/metastasis#5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.