Advertisement
Guest User

Untitled

a guest
Oct 17th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. # Run time limited to 90 wall-clock seconds
  2. #
  3. # C++ (optimized with -O2)
  4. # ... compilation
  5. # ... run 1
  6. real_TIME:89.59sec user_CPU:81.57sec sys_CPU:6.81sec max_RSS:222855168kb swaps:0 ctx_sw:23061+0 nlines: 367 run_try:1 header:'C++ (optimized with -O2)' version:'Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 ' src_file:primes.cpp
  7. # ... run 2
  8. real_TIME:90.02sec user_CPU:81.86sec sys_CPU:6.88sec max_RSS:222642176kb swaps:0 ctx_sw:23729+0 nlines: 368 run_try:2 header:'C++ (optimized with -O2)' version:'Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 ' src_file:primes.cpp
  9. # ... run 3
  10. real_TIME:89.92sec user_CPU:81.66sec sys_CPU:6.91sec max_RSS:222855168kb swaps:0 ctx_sw:25348+0 nlines: 367 run_try:3 header:'C++ (optimized with -O2)' version:'Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 ' src_file:primes.cpp
  11. # ... run 4
  12. real_TIME:89.95sec user_CPU:81.58sec sys_CPU:6.75sec max_RSS:222855168kb swaps:0 ctx_sw:25086+0 nlines: 366 run_try:4 header:'C++ (optimized with -O2)' version:'Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 ' src_file:primes.cpp
  13. # ... run 5
  14. real_TIME:89.98sec user_CPU:81.59sec sys_CPU:6.87sec max_RSS:222642176kb swaps:0 ctx_sw:27536+0 nlines: 365 run_try:5 header:'C++ (optimized with -O2)' version:'Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 ' src_file:primes.cpp
  15. # ... run 6
  16. real_TIME:89.91sec user_CPU:81.73sec sys_CPU:6.81sec max_RSS:222642176kb swaps:0 ctx_sw:25760+0 nlines: 367 run_try:6 header:'C++ (optimized with -O2)' version:'Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 ' src_file:primes.cpp
  17. # Rust
  18. # ... compilation
  19. # ... run 1
  20. real_TIME:90.11sec user_CPU:79.76sec sys_CPU:8.83sec max_RSS:110395392kb swaps:0 ctx_sw:27357+0 nlines: 379 run_try:1 header:'Rust' version:'rustc 1.12.0 (3191fbae9 2016-09-23) ' src_file:primes.rs
  21. # ... run 2
  22. real_TIME:90.12sec user_CPU:79.95sec sys_CPU:8.87sec max_RSS:110395392kb swaps:0 ctx_sw:25428+0 nlines: 381 run_try:2 header:'Rust' version:'rustc 1.12.0 (3191fbae9 2016-09-23) ' src_file:primes.rs
  23. # ... run 3
  24. real_TIME:90.13sec user_CPU:79.44sec sys_CPU:8.82sec max_RSS:110460928kb swaps:0 ctx_sw:26240+0 nlines: 378 run_try:3 header:'Rust' version:'rustc 1.12.0 (3191fbae9 2016-09-23) ' src_file:primes.rs
  25. # ... run 4
  26. real_TIME:90.07sec user_CPU:79.77sec sys_CPU:8.83sec max_RSS:110444544kb swaps:0 ctx_sw:23331+0 nlines: 380 run_try:4 header:'Rust' version:'rustc 1.12.0 (3191fbae9 2016-09-23) ' src_file:primes.rs
  27. # ... run 5
  28. real_TIME:85.69sec user_CPU:79.80sec sys_CPU:8.85sec max_RSS:110395392kb swaps:0 ctx_sw:24894+0 nlines: 380 run_try:5 header:'Rust' version:'rustc 1.12.0 (3191fbae9 2016-09-23) ' src_file:primes.rs
  29. # ... run 6
  30. real_TIME:90.21sec user_CPU:79.87sec sys_CPU:8.85sec max_RSS:110460928kb swaps:0 ctx_sw:23977+0 nlines: 380 run_try:6 header:'Rust' version:'rustc 1.12.0 (3191fbae9 2016-09-23) ' src_file:primes.rs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement