SlideShare a Scribd company logo
1 of 9
Can one million ants transport one rice grain ton? Experiences building a Condor Grid
What we tried? To organize  a heterogeneous and spread  computer’s group , using a communications  channel , to run together  executing  computational algorisms, successfully and much more  …
To organize  a heterogeneous and spread  computer’s group [grid@felix ~]$ condor_status Name  OpSys  Arch  State  Activity LoadAv Mem  ActvtyTime slot1@all1.ibmb.cs LINUX  INTEL  Claimed  Busy  1.000  1013  0+00:01:35 slot2@all1.ibmb.cs LINUX  INTEL  Claimed  Busy  1.020  1013  0+00:24:06 slot1@all2.ibmb.cs LINUX  INTEL  Claimed  Busy  1.010  506  0+00:48:26 slot2@all2.ibmb.cs LINUX  INTEL  Claimed  Busy  1.000  506  0+01:01:02 slot3@all2.ibmb.cs LINUX  INTEL  Claimed  Busy  1.000  506  0+00:58:56 slot4@all2.ibmb.cs LINUX  INTEL  Claimed  Busy  0.990  506  0+00:58:06 cri-18.ibmb.csic.e LINUX  INTEL  Owner  Idle  1.020  1010  2+05:43:48 cri-22.ibmb.csic.e LINUX  INTEL  Claimed  Busy  1.270  1010  0+00:00:04 slot1@cri-33.ibmb. LINUX  INTEL  Claimed  Busy  1.000  1013  0+00:00:22 slot2@cri-33.ibmb. LINUX  INTEL  Claimed  Busy  1.000  1013  0+00:01:29 slot1@diogenes.ibm LINUX  INTEL  Claimed  Busy  1.000  505  0+00:04:41 slot2@diogenes.ibm LINUX  INTEL  Claimed  Busy  1.010  505  0+00:05:18 felix.ibmb.csic.es LINUX  INTEL  Claimed  Busy  1.060  503  0+00:07:00 slot1@ix.ibmb.csic LINUX  INTEL  Claimed  Busy  1.010  503  0+00:29:37 slot2@ix.ibmb.csic LINUX  INTEL  Claimed  Busy  1.020  503  0+00:35:57 slot1@liesel.ibmb. LINUX  INTEL  Claimed  Busy  1.000  503  0+00:21:14 slot2@liesel.ibmb. LINUX  INTEL  Claimed  Busy  1.000  503  0+00:07:39 orestes.ibmb.csic. LINUX  INTEL  Claimed  Busy  1.000  250  0+00:33:06 osaft.ibmb.csic.es LINUX  INTEL  Claimed  Busy  1.000  360  4+21:21:10 paris.ibmb.csic.es LINUX  INTEL  Claimed  Busy  1.020  1011  0+00:00:04 zoidberg.ibmb.csic LINUX  INTEL  Claimed  Busy  1.000  1011  0+00:19:49 slot1@lila.ibmb.cs LINUX  X86_64 Claimed  Busy  1.050  1006  0+00:06:39 slot2@lila.ibmb.cs LINUX  X86_64 Claimed  Busy  0.990  1006  0+00:06:43 slot1@nasrudin.ibm LINUX  X86_64 Owner  Idle  0.000  1005  0+00:34:30 slot2@nasrudin.ibm LINUX  X86_64 Owner  Idle  0.180  1005  0+00:54:38 ripley.ibmb.csic.e LINUX  X86_64 Claimed  Busy  1.000  980  0+00:01:29 sirius.ibmb.csic.e LINUX  X86_64 Claimed  Busy  1.000  996  0+00:04:25 Total Owner Claimed Unclaimed Matched Preempting Backfill INTEL/LINUX  21  1  20  0  0  0  0 X86_64/LINUX  6  2  4  0  0  0  0 Total  27  3  24  0  0  0  0 [grid@felix ~]$ condor_status -submitters Name  Machine  Running IdleJobs HeldJobs grid@ibmb.csic.es  felix.ibmb  0  0  0 drocri@ibmb.csic.es  sirius.ibm  0  1  0 grid@ibmb.csic.es  sirius.ibm  25  4925  0 RunningJobs  IdleJobs  HeldJobs drocri@ibmb.csic.es  0  1  0 grid@ibmb.csic.es  25  4925  0 Total  25  4926
using a communications  channel ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],25 GigaFlops IBMB 3 GigaFlops IJA 100 GigaFlops Dep. Arq. Computadors ,[object Object],[object Object],INTERNET   condor_config # # Incoming submitters # USER_NAME = grid SEC_DEFAULT_NEGOTIATION = OPTIONAL SEC_DEFAULT_AUTHENTICATION = OPTIONAL SEC_DEFAULT_AUTHENTICATION_METHODS = CLAIMTOBE, ANONYMOUS SEC_CLIENT_AUTHENTICATION = REQUIRED SCHEDD_NAME = grid@grid2.ija.csic.es CONDORC_WANTJOB = TRUE SCHEDD_EXPRS = CONDORC_WANTJOB
to run together  executing  computational algorisms ,[object Object],[object Object],[grid@felix ~]$ w 15:35:16 up 7 days,  7:37,  6 users,  load average: 0.99, 1.03, 1.06 USER  TTY  FROM  LOGIN@  IDLE  JCPU  PCPU WHAT grid  pts/1  :0.0  09:25  3:11m  0.51s  0.47s ssh grid@aocegrid.uab.es -L 25400:condor.uab.es:9618 grid  pts/2  :0.0  14:59  28:40  2.55s  0.06s bash cmd : grid_type = condor remote_schedd = grid@aocegrid.uab.es remote_pool=localhost:25400 +remote_jobuniverse = 5 +remote_requeriments = (Arch == "INTEL") && (OpSys == "LINUX") +remote_ShouldTransferFiles = "YES" +remote_WhenToTransferOutput = "ON_EXIT"
successfully 98.0 (100.0%) 100.0 (100.0%) 40.4 (46.0%) 37.0 (54.0%) 4347.8 grid  aocegrid.uab.es
and much more … matchmaking ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],cmd: # now the matchmaking at the cmd grid_resource =$$(grid_resource_name) Requirements =TARGET grid_resource_name UNDEFINED +remote_jobuniverse = 5 +remote_Requirements = (Arch = "INTEL") && (OpSys = "LINUX") +remote_ShouldTransferFiles = "YES" +remote_WhenToTransferOutput = "ON_EXIT" Name  OpSys  Arch  State  Activity LoadAv Mem  ActvtyTime slot1@all1.ibmb.cs LINUX  INTEL  Claimed  Busy  1.010  1013  0+00:12:29 ... (a lot of computers herein :-) slot2@ix.ibmb.csic LINUX  INTEL  Claimed  Busy  1.040  503  0+00:00:58 oliba_aocegrid  [???]  [??]  [Unknown] orestes.ibmb.csic. LINUX  INTEL  Claimed  Busy  0.920  250  0+00:00:04 osaft.ibmb.csic.es LINUX  INTEL  Claimed  Busy  1.000  360  4+21:38:39 paris.ibmb.csic.es LINUX  INTEL  Claimed  Busy  0.920  1011  0+00:02:04 slot1@piglet.ibmb. LINUX  INTEL  Claimed  Busy  1.750  503  0+00:38:13 slot2@piglet.ibmb. LINUX  INTEL  Claimed  Busy  1.250  503  0+00:21:36 zoidberg.ibmb.csic LINUX  INTEL  Claimed  Busy  1.100  1011  0+00:08:11 slot1@lila.ibmb.cs LINUX  X86_64 Claimed  Busy  1.000  1006  0+00:09:46 slot2@lila.ibmb.cs LINUX  X86_64 Claimed  Busy  1.000  1006  0+00:09:54 slot1@nasrudin.ibm LINUX  X86_64 Owner  Idle  1.000  1005  1+01:29:09 slot2@nasrudin.ibm LINUX  X86_64 Claimed  Busy  1.000  1005  0+00:24:29 pool_ija.csic.es  [???]  [??]  [Unknown] ripley.ibmb.csic.e LINUX  X86_64 Claimed  Busy  0.990  980  0+00:06:19 sirius.ibmb.csic.e LINUX  X86_64 Claimed  Busy  1.060  996  0+00:00:04 Total Owner Claimed Unclaimed Matched Preempting Backfill INTEL/LINUX  20  2  18  0  0  0  0 X86_64/LINUX  6  1  5  0  0  0  0 Total  26  3  23  0  0  0  0 (Omitted 2 malformed ads in computed attribute totals)
It is a team work!
36,59 millions, is the number of grains that a ton of rice has   [email_address] Experiences building a Condor Grid

More Related Content

Similar to Introduccion a la finanza

Basic Cisco Router config
Basic Cisco Router configBasic Cisco Router config
Basic Cisco Router config
Andrew Spiker
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
angelitoh11
 
A Decompiler for Blackhain-Based Smart Contracts Bytecode
A Decompiler for Blackhain-Based Smart Contracts BytecodeA Decompiler for Blackhain-Based Smart Contracts Bytecode
A Decompiler for Blackhain-Based Smart Contracts Bytecode
Shakacon
 

Similar to Introduccion a la finanza (20)

Five Great Ways to Lose Data on Kubernetes - KubeCon EU 2020
Five Great Ways to Lose Data on Kubernetes - KubeCon EU 2020Five Great Ways to Lose Data on Kubernetes - KubeCon EU 2020
Five Great Ways to Lose Data on Kubernetes - KubeCon EU 2020
 
Cisco IOS shellcode: All-in-one
Cisco IOS shellcode: All-in-oneCisco IOS shellcode: All-in-one
Cisco IOS shellcode: All-in-one
 
Automated reduction of attack surface using call graph enumeration
Automated reduction of attack surface using call graph enumerationAutomated reduction of attack surface using call graph enumeration
Automated reduction of attack surface using call graph enumeration
 
0x01 - Breaking into Linux VMs for Fun and Profit.pdf
0x01 - Breaking into Linux VMs for Fun and Profit.pdf0x01 - Breaking into Linux VMs for Fun and Profit.pdf
0x01 - Breaking into Linux VMs for Fun and Profit.pdf
 
Beyond php - it's not (just) about the code
Beyond php - it's not (just) about the codeBeyond php - it's not (just) about the code
Beyond php - it's not (just) about the code
 
Beyond php - it's not (just) about the code
Beyond php - it's not (just) about the codeBeyond php - it's not (just) about the code
Beyond php - it's not (just) about the code
 
0x01 - Breaking into Linux VMs for Fun and Profit
0x01 - Breaking into Linux VMs for Fun and Profit0x01 - Breaking into Linux VMs for Fun and Profit
0x01 - Breaking into Linux VMs for Fun and Profit
 
Basic Cisco Router config
Basic Cisco Router configBasic Cisco Router config
Basic Cisco Router config
 
AusNOG 2018 - The Robots are Coming!
AusNOG 2018 - The Robots are Coming!AusNOG 2018 - The Robots are Coming!
AusNOG 2018 - The Robots are Coming!
 
OpenZFS data-driven performance
OpenZFS data-driven performanceOpenZFS data-driven performance
OpenZFS data-driven performance
 
BKK16-211 Internet of Tiny Linux (io tl)- Status and Progress
BKK16-211 Internet of Tiny Linux (io tl)- Status and ProgressBKK16-211 Internet of Tiny Linux (io tl)- Status and Progress
BKK16-211 Internet of Tiny Linux (io tl)- Status and Progress
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
 
DEF CON 27 - XILING GONG PETER PI - exploiting qualcom wlan and modem over th...
DEF CON 27 - XILING GONG PETER PI - exploiting qualcom wlan and modem over th...DEF CON 27 - XILING GONG PETER PI - exploiting qualcom wlan and modem over th...
DEF CON 27 - XILING GONG PETER PI - exploiting qualcom wlan and modem over th...
 
Sangam 19 - PLSQL still the coolest
Sangam 19 - PLSQL still the coolestSangam 19 - PLSQL still the coolest
Sangam 19 - PLSQL still the coolest
 
Rac
RacRac
Rac
 
A Decompiler for Blackhain-Based Smart Contracts Bytecode
A Decompiler for Blackhain-Based Smart Contracts BytecodeA Decompiler for Blackhain-Based Smart Contracts Bytecode
A Decompiler for Blackhain-Based Smart Contracts Bytecode
 
Reverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande ModemReverse engineering Swisscom's Centro Grande Modem
Reverse engineering Swisscom's Centro Grande Modem
 
Inter-process communication of Android
Inter-process communication of AndroidInter-process communication of Android
Inter-process communication of Android
 
NetConf 2018 BPF Observability
NetConf 2018 BPF ObservabilityNetConf 2018 BPF Observability
NetConf 2018 BPF Observability
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 

Recently uploaded

VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
dipikadinghjn ( Why You Choose Us? ) Escorts
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
dipikadinghjn ( Why You Choose Us? ) Escorts
 

Recently uploaded (20)

Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...Top Rated  Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
Top Rated Pune Call Girls Viman Nagar ⟟ 6297143586 ⟟ Call Me For Genuine Sex...
 
The Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdfThe Economic History of the U.S. Lecture 19.pdf
The Economic History of the U.S. Lecture 19.pdf
 
Stock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdfStock Market Brief Deck (Under Pressure).pdf
Stock Market Brief Deck (Under Pressure).pdf
 
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
Independent Call Girl Number in Kurla Mumbai📲 Pooja Nehwal 9892124323 💞 Full ...
 
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
VIP Call Girl in Mira Road 💧 9920725232 ( Call Me ) Get A New Crush Everyday ...
 
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
VIP Call Girl Service Andheri West ⚡ 9920725232 What It Takes To Be The Best ...
 
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
05_Annelore Lenoir_Docbyte_MeetupDora&Cybersecurity.pptx
 
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Wadgaon Sheri  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Wadgaon Sheri 6297143586 Call Hot Ind...
 
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service NashikHigh Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
High Class Call Girls Nashik Maya 7001305949 Independent Escort Service Nashik
 
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
06_Joeri Van Speybroek_Dell_MeetupDora&Cybersecurity.pdf
 
The Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdfThe Economic History of the U.S. Lecture 23.pdf
The Economic History of the U.S. Lecture 23.pdf
 
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
Solution Manual for Financial Accounting, 11th Edition by Robert Libby, Patri...
 
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Maya Call 7001035870 Meet With Nagpur Escorts
 
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
(Vedika) Low Rate Call Girls in Pune Call Now 8250077686 Pune Escorts 24x7
 
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
VIP Independent Call Girls in Andheri 🌹 9920725232 ( Call Me ) Mumbai Escorts...
 
Log your LOA pain with Pension Lab's brilliant campaign
Log your LOA pain with Pension Lab's brilliant campaignLog your LOA pain with Pension Lab's brilliant campaign
Log your LOA pain with Pension Lab's brilliant campaign
 
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home DeliveryPooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
Pooja 9892124323 : Call Girl in Juhu Escorts Service Free Home Delivery
 
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
(INDIRA) Call Girl Mumbai Call Now 8250077686 Mumbai Escorts 24x7
 
Basic concepts related to Financial modelling
Basic concepts related to Financial modellingBasic concepts related to Financial modelling
Basic concepts related to Financial modelling
 
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
Solution Manual for Principles of Corporate Finance 14th Edition by Richard B...
 

Introduccion a la finanza

  • 1. Can one million ants transport one rice grain ton? Experiences building a Condor Grid
  • 2. What we tried? To organize a heterogeneous and spread computer’s group , using a communications channel , to run together executing computational algorisms, successfully and much more …
  • 3. To organize a heterogeneous and spread computer’s group [grid@felix ~]$ condor_status Name OpSys Arch State Activity LoadAv Mem ActvtyTime slot1@all1.ibmb.cs LINUX INTEL Claimed Busy 1.000 1013 0+00:01:35 slot2@all1.ibmb.cs LINUX INTEL Claimed Busy 1.020 1013 0+00:24:06 slot1@all2.ibmb.cs LINUX INTEL Claimed Busy 1.010 506 0+00:48:26 slot2@all2.ibmb.cs LINUX INTEL Claimed Busy 1.000 506 0+01:01:02 slot3@all2.ibmb.cs LINUX INTEL Claimed Busy 1.000 506 0+00:58:56 slot4@all2.ibmb.cs LINUX INTEL Claimed Busy 0.990 506 0+00:58:06 cri-18.ibmb.csic.e LINUX INTEL Owner Idle 1.020 1010 2+05:43:48 cri-22.ibmb.csic.e LINUX INTEL Claimed Busy 1.270 1010 0+00:00:04 slot1@cri-33.ibmb. LINUX INTEL Claimed Busy 1.000 1013 0+00:00:22 slot2@cri-33.ibmb. LINUX INTEL Claimed Busy 1.000 1013 0+00:01:29 slot1@diogenes.ibm LINUX INTEL Claimed Busy 1.000 505 0+00:04:41 slot2@diogenes.ibm LINUX INTEL Claimed Busy 1.010 505 0+00:05:18 felix.ibmb.csic.es LINUX INTEL Claimed Busy 1.060 503 0+00:07:00 slot1@ix.ibmb.csic LINUX INTEL Claimed Busy 1.010 503 0+00:29:37 slot2@ix.ibmb.csic LINUX INTEL Claimed Busy 1.020 503 0+00:35:57 slot1@liesel.ibmb. LINUX INTEL Claimed Busy 1.000 503 0+00:21:14 slot2@liesel.ibmb. LINUX INTEL Claimed Busy 1.000 503 0+00:07:39 orestes.ibmb.csic. LINUX INTEL Claimed Busy 1.000 250 0+00:33:06 osaft.ibmb.csic.es LINUX INTEL Claimed Busy 1.000 360 4+21:21:10 paris.ibmb.csic.es LINUX INTEL Claimed Busy 1.020 1011 0+00:00:04 zoidberg.ibmb.csic LINUX INTEL Claimed Busy 1.000 1011 0+00:19:49 slot1@lila.ibmb.cs LINUX X86_64 Claimed Busy 1.050 1006 0+00:06:39 slot2@lila.ibmb.cs LINUX X86_64 Claimed Busy 0.990 1006 0+00:06:43 slot1@nasrudin.ibm LINUX X86_64 Owner Idle 0.000 1005 0+00:34:30 slot2@nasrudin.ibm LINUX X86_64 Owner Idle 0.180 1005 0+00:54:38 ripley.ibmb.csic.e LINUX X86_64 Claimed Busy 1.000 980 0+00:01:29 sirius.ibmb.csic.e LINUX X86_64 Claimed Busy 1.000 996 0+00:04:25 Total Owner Claimed Unclaimed Matched Preempting Backfill INTEL/LINUX 21 1 20 0 0 0 0 X86_64/LINUX 6 2 4 0 0 0 0 Total 27 3 24 0 0 0 0 [grid@felix ~]$ condor_status -submitters Name Machine Running IdleJobs HeldJobs grid@ibmb.csic.es felix.ibmb 0 0 0 drocri@ibmb.csic.es sirius.ibm 0 1 0 grid@ibmb.csic.es sirius.ibm 25 4925 0 RunningJobs IdleJobs HeldJobs drocri@ibmb.csic.es 0 1 0 grid@ibmb.csic.es 25 4925 0 Total 25 4926
  • 4.
  • 5.
  • 6. successfully 98.0 (100.0%) 100.0 (100.0%) 40.4 (46.0%) 37.0 (54.0%) 4347.8 grid aocegrid.uab.es
  • 7.
  • 8. It is a team work!
  • 9. 36,59 millions, is the number of grains that a ton of rice has [email_address] Experiences building a Condor Grid