-
Notifications
You must be signed in to change notification settings - Fork 1
Description
org.apache.sysds.runtime.DMLRuntimeException: org.apache.sysds.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 22 and 31 -- Error evaluating instruction: OOC°ba+*°_mVar4·MATRIX·FP64°_mVar1·MATRIX·FP64°_mVar5·MATRIX·FP64°8
at org.apache.sysds.runtime.controlprogram.Program.execute(Program.java:163)
at org.apache.sysds.api.ScriptExecutorUtils.executeRuntimeProgram(ScriptExecutorUtils.java:89)
at org.apache.sysds.api.DMLScript.execute(DMLScript.java:497)
at org.apache.sysds.api.DMLScript.executeScript(DMLScript.java:333)
at org.apache.sysds.test.AutomatedTestBase.main(AutomatedTestBase.java:1547)
at org.apache.sysds.test.AutomatedTestBase.runTestWithTimeout(AutomatedTestBase.java:1502)
at org.apache.sysds.test.AutomatedTestBase.lambda$runTest$0(AutomatedTestBase.java:1412)
at java.base/java.lang.Thread.run(Thread.java:840)
Caused by: org.apache.sysds.runtime.DMLRuntimeException: ERROR: Runtime error in program block generated from statement block between lines 22 and 31 -- Error evaluating instruction: OOC°ba+*°_mVar4·MATRIX·FP64°_mVar1·MATRIX·FP64°_mVar5·MATRIX·FP64°8
at org.apache.sysds.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:269)
at org.apache.sysds.runtime.controlprogram.ProgramBlock.executeInstructions(ProgramBlock.java:196)
at org.apache.sysds.runtime.controlprogram.BasicProgramBlock.execute(BasicProgramBlock.java:127)
at org.apache.sysds.runtime.controlprogram.Program.execute(Program.java:157)
... 7 more
Caused by: org.apache.sysds.runtime.DMLRuntimeException: org.apache.sysds.runtime.DMLRuntimeException: Failed to load block 0_1
at org.apache.sysds.runtime.controlprogram.caching.MatrixObject.readBlobFromStream(MatrixObject.java:549)
at org.apache.sysds.runtime.controlprogram.caching.MatrixObject.readBlobFromStream(MatrixObject.java:73)
at org.apache.sysds.runtime.controlprogram.caching.CacheableData.acquireReadIntern(CacheableData.java:636)
at org.apache.sysds.runtime.controlprogram.caching.CacheableData.acquireRead(CacheableData.java:575)
at org.apache.sysds.runtime.controlprogram.caching.CacheableData.acquireReadAndRelease(CacheableData.java:554)
at org.apache.sysds.runtime.instructions.ooc.MatrixVectorBinaryOOCInstruction.processInstruction(MatrixVectorBinaryOOCInstruction.java:68)
at org.apache.sysds.runtime.controlprogram.ProgramBlock.executeSingleInstruction(ProgramBlock.java:233)
... 10 more
Caused by: org.apache.sysds.runtime.DMLRuntimeException: Failed to load block 0_1
at org.apache.sysds.runtime.instructions.ooc.OOCEvictionManager.loadFromDisk(OOCEvictionManager.java:556)
at org.apache.sysds.runtime.instructions.ooc.OOCEvictionManager.get(OOCEvictionManager.java:331)
at org.apache.sysds.runtime.instructions.ooc.ResettableStream.dequeueTask(ResettableStream.java:88)
at org.apache.sysds.runtime.instructions.ooc.ResettableStream.dequeueTask(ResettableStream.java:34)
at org.apache.sysds.runtime.controlprogram.caching.MatrixObject.readBlobFromStream(MatrixObject.java:535)
... 16 more
Caused by: java.io.IOException: invalid format: '63' (need to be 0-5).
at org.apache.sysds.runtime.matrix.data.MatrixBlock.readFields(MatrixBlock.java:2120)
at org.apache.sysds.runtime.instructions.ooc.OOCEvictionManager.loadFromDisk(OOCEvictionManager.java:552)
... 20 more