Skip to content

Instantly share code, notes, and snippets.

@gdunstone
Created April 10, 2015 06:31
Show Gist options
  • Save gdunstone/5888a59b316c05d5fb00 to your computer and use it in GitHub Desktop.
Save gdunstone/5888a59b316c05d5fb00 to your computer and use it in GitHub Desktop.
WITH 16 CORES
Command being timed: "bash -xe generate_gigapan.sh ./ test1 16"
User time (seconds): 1913.30
System time (seconds): 1.43
Percent of CPU this job got: 111%
Elapsed (wall clock) time (h:mm:ss or m:ss): 28:39.25
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 402464
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 0
Minor (reclaiming a frame) page faults: 614371
Voluntary context switches: 5569
Involuntary context switches: 231376
Swaps: 0
File system inputs: 0
File system outputs: 7832
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
WITH 1 CORE
Command being timed: "bash -xe generate_gigapan.sh ./ test1 1"
User time (seconds): 2774.21
System time (seconds): 1.26
Percent of CPU this job got: 99%
Elapsed (wall clock) time (h:mm:ss or m:ss): 46:18.02
Average shared text size (kbytes): 0
Average unshared data size (kbytes): 0
Average stack size (kbytes): 0
Average total size (kbytes): 0
Maximum resident set size (kbytes): 402448
Average resident set size (kbytes): 0
Major (requiring I/O) page faults: 0
Minor (reclaiming a frame) page faults: 614237
Voluntary context switches: 33
Involuntary context switches: 303701
Swaps: 0
File system inputs: 0
File system outputs: 7784
Socket messages sent: 0
Socket messages received: 0
Signals delivered: 0
Page size (bytes): 4096
Exit status: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment