-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from MoseleyBioinformaticsLab/text
Modifies text format to reflect JSON
- Loading branch information
Showing
34 changed files
with
879 additions
and
494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"system_ram_capacity": 67000000000.0, | ||
"max_ram": { | ||
"main": { | ||
"total_rss": 16754.0, | ||
"private_rss": 6718.0, | ||
"shared_rss": 10036.0 | ||
"max_ram": { | ||
"unit": "bytes", | ||
"system_capacity": 67000000000.0, | ||
"system": 31000000000.0, | ||
"main": { | ||
"total_rss": 16754.0, | ||
"private_rss": 6718.0, | ||
"shared_rss": 10036.0 | ||
}, | ||
"descendents": { | ||
"total_rss": 30208.0, | ||
"private_rss": 13818.0, | ||
"shared_rss": 16390.0 | ||
}, | ||
"combined": { | ||
"total_rss": 42553.0, | ||
"private_rss": 20536.0, | ||
"shared_rss": 22017.0 | ||
} | ||
}, | ||
"descendents": { | ||
"total_rss": 30208.0, | ||
"private_rss": 13818.0, | ||
"shared_rss": 16390.0 | ||
"max_gpu_ram": { | ||
"unit": "megabytes", | ||
"main": 1600.0, | ||
"descendents": 4300.0, | ||
"combined": 5800.0 | ||
}, | ||
"combined": { | ||
"total_rss": 42553.0, | ||
"private_rss": 20536.0, | ||
"shared_rss": 22017.0 | ||
}, | ||
"system": 31000000000.0 | ||
}, | ||
"ram_unit": "bytes", | ||
"max_gpu_ram": { | ||
"main": 1600.0, | ||
"descendents": 4300.0, | ||
"combined": 5800.0 | ||
}, | ||
"gpu_ram_unit": "megabytes", | ||
"compute_time": 300.0, | ||
"time_unit": "seconds" | ||
"compute_time": { | ||
"unit": "seconds", | ||
"time": 300.0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
Max RAM (combined total RSS): 42553.000 bytes | ||
Max GPU RAM (combined): 5800.000 megabytes | ||
Compute time: 300.000 seconds | ||
Max RAM: | ||
Unit: bytes | ||
System capacity: 67000000000.0 | ||
System: 31000000000.0 | ||
Main: | ||
Total RSS: 16754.0 | ||
Private RSS: 6718.0 | ||
Shared RSS: 10036.0 | ||
Descendents: | ||
Total RSS: 30208.0 | ||
Private RSS: 13818.0 | ||
Shared RSS: 16390.0 | ||
Combined: | ||
Total RSS: 42553.0 | ||
Private RSS: 20536.0 | ||
Shared RSS: 22017.0 | ||
Max GPU RAM: | ||
Unit: megabytes | ||
Main: 1600.0 | ||
Descendents: 4300.0 | ||
Combined: 5800.0 | ||
Compute time: | ||
Unit: seconds | ||
Time: 300.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"system_ram_capacity": 67000000.0, | ||
"max_ram": { | ||
"main": { | ||
"total_rss": 16.753999999999998, | ||
"private_rss": 6.718, | ||
"shared_rss": 10.036 | ||
"max_ram": { | ||
"unit": "kilobytes", | ||
"system_capacity": 67000000.0, | ||
"system": 31000000.0, | ||
"main": { | ||
"total_rss": 16.753999999999998, | ||
"private_rss": 6.718, | ||
"shared_rss": 10.036 | ||
}, | ||
"descendents": { | ||
"total_rss": 30.208, | ||
"private_rss": 13.818, | ||
"shared_rss": 16.39 | ||
}, | ||
"combined": { | ||
"total_rss": 42.553, | ||
"private_rss": 20.536, | ||
"shared_rss": 22.017 | ||
} | ||
}, | ||
"descendents": { | ||
"total_rss": 30.208, | ||
"private_rss": 13.818, | ||
"shared_rss": 16.39 | ||
"max_gpu_ram": { | ||
"unit": "bytes", | ||
"main": 1600000000.0, | ||
"descendents": 4300000000.0, | ||
"combined": 5800000000.0 | ||
}, | ||
"combined": { | ||
"total_rss": 42.553, | ||
"private_rss": 20.536, | ||
"shared_rss": 22.017 | ||
}, | ||
"system": 31000000.0 | ||
}, | ||
"ram_unit": "kilobytes", | ||
"max_gpu_ram": { | ||
"main": 1600000000.0, | ||
"descendents": 4300000000.0, | ||
"combined": 5800000000.0 | ||
}, | ||
"gpu_ram_unit": "bytes", | ||
"compute_time": 0.003472222222222222, | ||
"time_unit": "days" | ||
"compute_time": { | ||
"unit": "days", | ||
"time": 0.003472222222222222 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
Max RAM (combined total RSS): 42.553 kilobytes | ||
Max GPU RAM (combined): 5800000000.000 bytes | ||
Compute time: 0.003 days | ||
Max RAM: | ||
Unit: kilobytes | ||
System capacity: 67000000.0 | ||
System: 31000000.0 | ||
Main: | ||
Total RSS: 16.754 | ||
Private RSS: 6.718 | ||
Shared RSS: 10.036 | ||
Descendents: | ||
Total RSS: 30.208 | ||
Private RSS: 13.818 | ||
Shared RSS: 16.39 | ||
Combined: | ||
Total RSS: 42.553 | ||
Private RSS: 20.536 | ||
Shared RSS: 22.017 | ||
Max GPU RAM: | ||
Unit: bytes | ||
Main: 1600000000.0 | ||
Descendents: 4300000000.0 | ||
Combined: 5800000000.0 | ||
Compute time: | ||
Unit: days | ||
Time: 0.003 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
{ | ||
"system_ram_capacity": 67000000.0, | ||
"max_ram": { | ||
"main": { | ||
"total_rss": 16.753999999999998, | ||
"private_rss": 6.718, | ||
"shared_rss": 10.036 | ||
"max_ram": { | ||
"unit": "kilobytes", | ||
"system_capacity": 67000000.0, | ||
"system": 31000000.0, | ||
"main": { | ||
"total_rss": 16.753999999999998, | ||
"private_rss": 6.718, | ||
"shared_rss": 10.036 | ||
}, | ||
"descendents": { | ||
"total_rss": 30.208, | ||
"private_rss": 13.818, | ||
"shared_rss": 16.39 | ||
}, | ||
"combined": { | ||
"total_rss": 42.553, | ||
"private_rss": 20.536, | ||
"shared_rss": 22.017 | ||
} | ||
}, | ||
"descendents": { | ||
"total_rss": 30.208, | ||
"private_rss": 13.818, | ||
"shared_rss": 16.39 | ||
"max_gpu_ram": { | ||
"unit": "gigabytes", | ||
"main": 1.6, | ||
"descendents": 4.3, | ||
"combined": 5.8 | ||
}, | ||
"combined": { | ||
"total_rss": 42.553, | ||
"private_rss": 20.536, | ||
"shared_rss": 22.017 | ||
}, | ||
"system": 31000000.0 | ||
}, | ||
"ram_unit": "kilobytes", | ||
"max_gpu_ram": { | ||
"main": 1.6, | ||
"descendents": 4.3, | ||
"combined": 5.8 | ||
}, | ||
"gpu_ram_unit": "gigabytes", | ||
"compute_time": 5.0, | ||
"time_unit": "minutes" | ||
"compute_time": { | ||
"unit": "minutes", | ||
"time": 5.0 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,24 @@ | ||
Max RAM (combined total RSS): 42.553 kilobytes | ||
Max GPU RAM (combined): 5.800 gigabytes | ||
Compute time: 5.000 minutes | ||
Max RAM: | ||
Unit: kilobytes | ||
System capacity: 67000000.0 | ||
System: 31000000.0 | ||
Main: | ||
Total RSS: 16.754 | ||
Private RSS: 6.718 | ||
Shared RSS: 10.036 | ||
Descendents: | ||
Total RSS: 30.208 | ||
Private RSS: 13.818 | ||
Shared RSS: 16.39 | ||
Combined: | ||
Total RSS: 42.553 | ||
Private RSS: 20.536 | ||
Shared RSS: 22.017 | ||
Max GPU RAM: | ||
Unit: gigabytes | ||
Main: 1.6 | ||
Descendents: 4.3 | ||
Combined: 5.8 | ||
Compute time: | ||
Unit: minutes | ||
Time: 5.0 |
Oops, something went wrong.