Checking out a license... done: academic license. Looking for additional Simics modules in ./modules +----------------+ Copyright 1998-2005 by Virtutech, All Rights Reserved | Virtutech | Version: simics-2.2.19 | Simics | Compiled: Tue Aug 16 20:23:17 CEST 2005 +----------------+ www.simics.com "Virtutech" and "Simics" are trademarks of Virtutech AB Type 'copyright' for details on copyright. Type 'license' for details on warranty, copying, etc. Type 'readme' for further information about this version. Type 'help help' for info on the on-line documentation. [povray-train.simics:1] @from text_console_common import wait_for_string [povray-train.simics:2] @import sys [povray-train.simics:3] @sys.path.append('/u/g/i/gibson/mfacet/non_code/workloads/silver-scripts-simics3') [povray-train.simics:4] @import mfacet_create [povray-train.simics:5] @from mfacet_create import * [povray-train.simics:6] @from mod_xterm_console_commands import * [povray-train.simics:7] [povray-train.simics:17] @g_shellCommands = [ "tcsh", "cd /space", "mount /host", "cp -r /host/p/multifacet/projects/spec_cpu2k6/libs/* . ", "cp -r /host/p/multifacet/projects/spec_cpu2k6/benchspec/453.povray/training_inputs/* .", "find /host/p/multifacet/projects/spec_cpu2k6/benchspec/453.povray/bin/* -type f -exec cp {} povray \; ", "umount /host", "setenv LD_LIBRARY_PATH /space", ] [povray-train.simics:17] [povray-train.simics:18] [povray-train.simics:19] read-configuration /p/multifacet/projects/images3/silver/simics-2.X/silver-1p.check [qlc0 info] Disk registering: Loop id: 0x2 [qlc0 info] Disk registering: Loop id: 0x3 [qlc0 info] Disk registering: Loop id: 0xc [qlc0 info] Disk registering: Loop id: 0xd [qlc0 info] Disk registering: Loop id: 0xe [qlc0 info] Disk registering: Loop id: 0xf [qlc0 info] Disk registering: Loop id: 0x10 [qlc0 info] Disk registering: Loop id: 0x11 [qlc0 info] Disk registering: Loop id: 0x12 [qlc0 info] Disk registering: Loop id: 0x13 [qlc0 info] Disk registering: Loop id: 0x14 [qlc1 info] Disk registering: Loop id: 0x2 [qlc0 info] Disk registering: Loop id: 0x4 [qlc1 info] Disk registering: Loop id: 0x3 [qlc1 info] Disk registering: Loop id: 0x4 [qlc1 info] Disk registering: Loop id: 0x5 [qlc1 info] Disk registering: Loop id: 0x6 [qlc1 info] Disk registering: Loop id: 0x7 [qlc1 info] Disk registering: Loop id: 0x8 [qlc1 info] Disk registering: Loop id: 0x9 [qlc1 info] Disk registering: Loop id: 0xa [qlc1 info] Disk registering: Loop id: 0xb [qlc1 info] Disk registering: Loop id: 0xc [qlc0 info] Disk registering: Loop id: 0x5 [qlc1 info] Disk registering: Loop id: 0xd [qlc1 info] Disk registering: Loop id: 0xe [qlc1 info] Disk registering: Loop id: 0xf [qlc1 info] Disk registering: Loop id: 0x10 [qlc1 info] Disk registering: Loop id: 0x11 [qlc1 info] Disk registering: Loop id: 0x12 [qlc1 info] Disk registering: Loop id: 0x13 [qlc1 info] Disk registering: Loop id: 0x14 [qlc0 info] Disk registering: Loop id: 0x6 [qlc0 info] Disk registering: Loop id: 0x7 [qlc0 info] Disk registering: Loop id: 0x8 [qlc0 info] Disk registering: Loop id: 0x9 [qlc0 info] Disk registering: Loop id: 0xa [qlc0 info] Disk registering: Loop id: 0xb [povray-train.simics:20] magic-break-enable [povray-train.simics:21] [povray-train.simics:29] @def doCommands(): global g_shellCommands for command in g_shellCommands: insert_cmd(SIM_get_object("con0"), "%s\n" % command ) break_cmd(SIM_get_object("con0"), "# ") run("c") unbreak_cmd(SIM_get_object("con0"), "# ") [povray-train.simics:29] [povray-train.simics:30] @doCommands() tcsh #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector cd /space #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector mount /host Dec 2 06:00:19 sarek.network.sim simicsfs: Warning: this simicsfs module is not compiled for Solaris 5.11 #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector cp -r /host/p/multifacet/projects/spec_cpu2k6/libs/* . #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector cp -r /host/p/multifacet/projects/spec_cpu2k6/benchspec/453.povray/training_inputs/* . #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector find /host/p/multifacet/projects/spec_cpu2k6/benchspec/453.povray/bin/* -type f -exec cp {} povray \; #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector umount /host #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector setenv LD_LIBRARY_PATH /space #[text-console - con0] Breaking on string '# ' [text-console] Break on string [cpu0] Pending trap (0x60) Interrupt_Vector [povray-train.simics:31] @insert_cmd(SIM_get_object("con0"), "./povray SPEC-benchmark-train.ini && magic_call break\n" ) [povray-train.simics:32] @run("c 50000000 ") ./povray SPEC-benchmark-train.ini && magic_call break Persistence of Vision(tm) Ray Tracer Version 3.6.1by POV-Team This is an unofficial version prepared by the POV-Ray Team for SPEC. If you have any questions about POV-Ray, please direct them to thorsten@povray.org. All other questions should be directed to SPEC. POV-Ray is based on DKBTrace 2.12 by David K. Buck & Aaron A. Collins Copyright 1991-2003 Persistence of Vision Team Copyright 2003-2004 Persistence of Vision Raytracer Pty. Ltd. Primary POV-Ray 3.5/3.6 Developers: (Alphabetically) Chris Cason Thorsten Froehlich Nathan Kopp Ron Parker Contributing Authors: (Alphabetically) Steve Anger Eric Barish Dieter Bayer Steve A. Bennett David K. Buck Nicolas Calimet Aaron A. Collins Chris Dailey Steve Demlow Andreas Dilger Alexander Enzmann Dan Farmer Mark Gordon Christoph Hormann Mike Hough Chris Huff Kari Kivisalo Lutz Kretzschmar Jochen Lippert Pascal Massimino Jim McElhiney Douglas Muir Juha Nieminen Bill Pulver Eduard Schwan Wlodzimierz Skiba Robert Skinner Yvo Smellenbergh Zsolt Szalavari Scott Taylor Massimo Valentini Timothy Wegne[cpu0] v:0x0000000100107654 p:0x00000001e58eb654 add %g2, %o5, %o4 [povray-train.simics:33] @run("c 119000000 ") r Drew Wells Chris Young Other contributors are listed in the documentation. Redirecting Options All Streams to console..........On and file SPEC-benchmark.log Debug Stream to console.........Off Fatal Stream to console.........On Render Stream to console........On Statistics Stream to console....On Warning Stream to console.......Off Parsing Options Input file: SPEC-benchmark-train.pov (compatible to version 3.50) Remove bounds........Off Split unions.........Off Library paths: Output Options Image resolution 200 by 200 (rows 1 to 200, columns 1 to 200). Graphic display......Off Mosaic preview.......Off CPU usage histogram..Off Continued trace......Off Tracing Options Quality: 9 Bounding boxes.......On Bounding threshold: 1 Light Buffer.........On Vista Buffer.........On Draw Vista Buffer....Off Antialiasing.........On (Method 1, Threshold 0.300, Depth 3, Jitter Off) Clock value: 0.000 (Animation off) High Quality focal blur used... Cleanup Parse Warning: Focal blur is used. Standard antialiasing is switched off. Scene Statistics Finite objects: 190 Infinite objects: 10 Light sources: 1 Total: 201 Render Statistics (Partial Image Rendered) Image Resolution 200 x 200 ---------------------------------------------------------------------------- Pixels: 0 Samples: 0 Rays: 0 Saved: 0 Max Level: 0/5 ---------------------------------------------------------------------------- Ray->Shape Intersection Tests Succeeded ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Calls to Noise: 0 Calls to DNoise: 10 ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Render Statistics (Partial Image Rendered) Image Resolution 200 x 200 ---------------------------------------------------------------------------- Pixels: 200 Samples: 1400 Rays: 1400 Saved: 0 Max Level: 1/5 ---------------------------------------------------------------------------- Ray->Shape Intersection Tests Succeeded ---------------------------------------------------------------------------- CSG Intersection 36400 0 Plane 84000 79712 Quadric 14000 2720 Sphere 134400 0 Boundi[cpu0] v:0x00000000010431d4 p:0x0000000002c431d4 bl,a,pt %xcc, 0x10431b4 [povray-train.simics:34] [povray-train.simics:35] @run("write-configuration /panfs/panasas-01.cs.wisc.edu/scratch/spec_cpu2k6_checkpoints/training/raw/povray-train.check") [povray-train.simics:36] @run("quit") Simics license checked in!