[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[HTCondor-users] "Job has not yet been considered by the matchmaker' When trying to submit to two machines.



Hi All,
 
Before, I will explain the problem I encountered, let me tell you that I worked with Condor, more than 25 years ago, and I am really happy to see that it is still around and how it has grown so nicely, anyways, since that was so long ago, I am actually starting now from scratch, so consider me a newbie.
 
OK and now to my problem
 
I have a Condor cluster with two machines. Ubu2 and ubu3. They are identical VMware VM’s running Ubuntu 16.04, each with 4 cores ( I add some commands output below, with the details of what I try. Also see attached my condor-profile.txt)
 
Ubu3 is the master and I am only submitting jobs from it. The problem is that as long as I specify machine count <= 4 , all works well. But if I try to specify a higher machine count, so that ubu2’s cores will be needed, the job just remains idle, and as far as I can tell, condor never attempts to run it.
 
I skimmed trough mailing list posts and various documentation sources and I couldn’t find anything that could help. I am sure I am missing something in the configuration but I can’t figure out what.
 
Please help!
 
Thanks,
 
Oren
 
 
 
 
oren@shilo-ubu3:~/condor$ condor_q
 
 
-- Schedd: shilo-ubu3.vi-seem.iucc.ac.il : <128.139.196.113:9618?... @ 08/12/18 13:37:48
OWNER BATCH_NAME      SUBMITTED   DONE   RUN    IDLE   HOLD  TOTAL JOB_IDS
 
0 jobs; 0 completed, 0 removed, 0 idle, 0 running, 0 held, 0 suspended
oren@shilo-ubu3:~/condor$ condor_status
Name                                OpSys      Arch   State     Activity LoadAv Mem   ActvtyTime
 
slot1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 4004  3+23:05:06
slot2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 4004  3+23:05:32
slot3@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 4004  3+23:05:33
slot4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 4004  3+23:05:34
slot1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 1990  0+03:11:30
slot2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 1990  0+03:11:30
slot3@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 1990  0+03:11:30
slot4@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx LINUX      X86_64 Unclaimed Idle      0.000 1990  0+03:11:30
 
                     Total Owner Claimed Unclaimed Matched Preempting Backfill  Drain
 
        X86_64/LINUX     8     0       0         8       0          0        0      0
 
               Total     8     0       0         8       0          0        0      0
 
 
oren@shilo-ubu3:~/condor$ cat sleepp.sub
universe = parallel
executable = sleep.sh
log = logfile
output = outfile.$(Node)
error = errfile.$(Node)
machine_count = 5
request_cpus = 1
should_transfer_files = Yes
when_to_transfer_output = ON_EXIT
queue
 
oren@shilo-ubu3:~/condor$ condor_submit sleepp.sub
Submitting job(s).
1 job(s) submitted to cluster 68.
oren@shilo-ubu3:~/condor$ condor_q
 
 
-- Schedd: shilo-ubu3.vi-seem.iucc.ac.il : <128.139.196.113:9618?... @ 08/12/18 13:40:07
OWNER    BATCH_NAME       SUBMITTED   DONE   RUN    IDLE  TOTAL JOB_IDS
oren     CMD: sleep.sh   8/12 13:40      _      _      1      1 68.0
 
1 jobs; 0 completed, 0 removed, 1 idle, 0 running, 0 held, 0 suspended
oren@shilo-ubu3:~/condor$ condr_q -better-analyze
-bash: condr_q: command not found
 
 
oren@shilo-ubu3:~/condor$ condor_q -better-analyze
 
 
-- Schedd: shilo-ubu3.vi-seem.iucc.ac.il : <128.139.196.113:9618?...
The Requirements _expression_ for job 68.000 is
 
    ( TARGET.Arch == "X86_64" ) && ( TARGET.OpSys == "LINUX" ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) &&
    ( TARGET.HasFileTransfer )
 
Job 68.000 defines the following attributes:
 
    DiskUsage = 1
    ImageSize = 1
    RequestDisk = DiskUsage
    RequestMemory = ifthenelse(MemoryUsage =!= undefined,MemoryUsage,( ImageSize + 1023 ) / 1024)
 
The Requirements _expression_ for job 68.000 reduces to these conditions:
 
         Slots
Step    Matched  Condition
-----  --------  ---------
[0]           8  TARGET.Arch == "X86_64"
[1]           8  TARGET.OpSys == "LINUX"
[3]           8  TARGET.Disk >= RequestDisk
[5]           8  TARGET.Memory >= RequestMemory
[7]           8  TARGET.HasFileTransfer
 
 
068.000:  Job has not yet been considered by the matchmaker.
 
 
068.000:  Run analysis summary ignoring user priority.  Of 8 machines,
      0 are rejected by your job's requirements
      0 reject your job because of their own requirements
      0 match and are already running your jobs
      0 match but are serving other users
      8 are available to run your job
 
 
 
 
 
################################
# User who created this report #
################################
 oren

####################################################
# Script invocation and on what machine was it run #
####################################################
 Script: /usr/bin/condor_gather_info 
 Machine: shilo-ubu3

###########################
# Date of Report Creation #
###########################
 ×?' ×?×?×? 12 14:09:56 IDT 2018

############
# uname -a #
############
 Linux shilo-ubu3 4.10.0-40-generic #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

##############
# /etc/issue #
##############
 Ubuntu Bionic Beaver (development branch) \n \l
 

#######################
# /etc/redhat-release #
#######################
 /bin/cat: /etc/redhat-release: No such file or directory

#######################
# /etc/debian_version #
#######################
 buster/sid

##############
# /etc/hosts #
##############
 127.0.0.1	localhost
 127.0.0.1	shilo-ubu3.vi-seem.iucc.ac.il shilo-ubu3
 128.139.196.112	shilo-ubu2.vi-seem.iucc.ac.il shilo-ubu2
 
 # The following lines are desirable for IPv6 capable hosts
 ::1     ip6-localhost ip6-loopback
 fe00::0 ip6-localnet
 ff00::0 ip6-mcastprefix
 ff02::1 ip6-allnodes
 ff02::2 ip6-allrouters
 192.168.1.141   saltmaster.iucc.ac.il saltmaster
 

######################
# /etc/nsswitch.conf #
######################
 # /etc/nsswitch.conf
 #
 # Example configuration of GNU Name Service Switch functionality.
 # If you have the `glibc-doc-reference' and `info' packages installed, try:
 # `info libc "Name Service Switch"' for information about this file.
 
 passwd:         compat systemd
 group:          compat systemd
 shadow:         compat
 gshadow:        files
 
 hosts:          files mdns4_minimal [NOTFOUND=return] dns
 networks:       files
 
 protocols:      db files
 services:       db files
 ethers:         db files
 rpc:            db files
 
 netgroup:       nis
 

#############
# ulimit -a #
#############
 time(seconds)        unlimited
 file(blocks)         unlimited
 data(kbytes)         unlimited
 stack(kbytes)        8192
 coredump(blocks)     0
 memory(kbytes)       unlimited
 locked memory(kbytes) 16384
 process              31661
 nofiles              1024
 vmemory(kbytes)      unlimited
 locks                unlimited
 rtprio               0

###########################
# Interface configuration #
###########################
 ens160: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
         inet 128.139.196.113  netmask 255.255.255.0  broadcast 128.139.196.255
         inet6 fe80::250:56ff:feab:9a99  prefixlen 64  scopeid 0x20<link>
         ether 00:50:56:ab:9a:99  txqueuelen 1000  (Ethernet)
         RX packets 12954565  bytes 1178425431 (1.1 GB)
         RX errors 0  dropped 139  overruns 0  frame 0
         TX packets 2564750  bytes 532479964 (532.4 MB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 
 lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
         inet 127.0.0.1  netmask 255.0.0.0
         inet6 ::1  prefixlen 128  scopeid 0x10<host>
         loop  txqueuelen 1000  (Local Loopback)
         RX packets 2008793  bytes 1639681901 (1.6 GB)
         RX errors 0  dropped 0  overruns 0  frame 0
         TX packets 2008793  bytes 1639681901 (1.6 GB)
         TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 

#####################
# ps auxww --forest #
#####################
USER         PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
 root           2  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00 [kthreadd]
 root           4  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kworker/0:0H]
 root           6  0.0  0.0      0     0 ?        S    ×?×?×?23   0:06  \_ [ksoftirqd/0]
 root           7  0.0  0.0      0     0 ?        S    ×?×?×?23   3:10  \_ [rcu_sched]
 root           8  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [rcu_bh]
 root           9  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [migration/0]
 root          10  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [lru-add-drain]
 root          11  0.0  0.0      0     0 ?        S    ×?×?×?23   0:04  \_ [watchdog/0]
 root          12  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [cpuhp/0]
 root          13  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [cpuhp/1]
 root          14  0.0  0.0      0     0 ?        S    ×?×?×?23   0:04  \_ [watchdog/1]
 root          15  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [migration/1]
 root          16  0.0  0.0      0     0 ?        S    ×?×?×?23   0:02  \_ [ksoftirqd/1]
 root          18  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kworker/1:0H]
 root          19  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [cpuhp/2]
 root          20  0.0  0.0      0     0 ?        S    ×?×?×?23   0:05  \_ [watchdog/2]
 root          21  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [migration/2]
 root          22  0.0  0.0      0     0 ?        S    ×?×?×?23   0:02  \_ [ksoftirqd/2]
 root          24  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kworker/2:0H]
 root          25  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [cpuhp/3]
 root          26  0.0  0.0      0     0 ?        S    ×?×?×?23   0:05  \_ [watchdog/3]
 root          27  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [migration/3]
 root          28  0.0  0.0      0     0 ?        S    ×?×?×?23   0:01  \_ [ksoftirqd/3]
 root          30  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kworker/3:0H]
 root          31  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [kdevtmpfs]
 root          32  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [netns]
 root          34  0.0  0.0      0     0 ?        S    ×?×?×?23   0:03  \_ [khungtaskd]
 root          35  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [oom_reaper]
 root          36  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [writeback]
 root          37  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [kcompactd0]
 root          38  0.0  0.0      0     0 ?        SN   ×?×?×?23   0:00  \_ [ksmd]
 root          39  0.0  0.0      0     0 ?        SN   ×?×?×?23   0:18  \_ [khugepaged]
 root          40  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [crypto]
 root          41  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kintegrityd]
 root          42  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root          43  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kblockd]
 root          45  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [ata_sff]
 root          46  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [md]
 root          47  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [devfreq_wq]
 root          48  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [watchdogd]
 root          52  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [kauditd]
 root          53  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [kswapd0]
 root          54  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [vmstat]
 root          55  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root          56  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [ecryptfs-kthrea]
 root          96  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kthrotld]
 root          97  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [acpi_thermal_pm]
 root          98  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root          99  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         100  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         101  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         102  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         103  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         104  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         105  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         106  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [scsi_eh_0]
 root         107  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [scsi_tmf_0]
 root         108  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [scsi_eh_1]
 root         109  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [scsi_tmf_1]
 root         115  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [ipv6_addrconf]
 root         136  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [charger_manager]
 root         137  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         193  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         194  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         195  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         196  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         197  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         198  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         199  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         200  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         201  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [mpt_poll_0]
 root         202  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [mpt/0]
 root         204  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:05  \_ [kworker/1:1H]
 root         205  0.0  0.0      0     0 ?        S    ×?×?×?23   0:00  \_ [scsi_eh_2]
 root         206  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [scsi_tmf_2]
 root         207  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         208  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [ttm_swap]
 root         225  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:23  \_ [kworker/0:1H]
 root         226  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:03  \_ [kworker/3:1H]
 root         235  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kdmflush]
 root         237  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         247  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:02  \_ [kworker/2:1H]
 root         304  0.0  0.0      0     0 ?        S    ×?×?×?23   1:17  \_ [jbd2/dm-0-8]
 root         305  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [ext4-rsv-conver]
 root         503  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [kdmflush]
 root         504  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [bioset]
 root         510  0.0  0.0      0     0 ?        S<   ×?×?×?23   0:00  \_ [ext4-rsv-conver]
 root      329551  0.0  0.0      0     0 ?        S    ×?×?×?10   0:08  \_ [kworker/2:0]
 root      343702  0.0  0.0      0     0 ?        S    ×?×?×?11   0:04  \_ [kworker/2:1]
 root      348368  0.0  0.0      0     0 ?        S    08:40   0:00  \_ [kworker/1:1]
 root      350416  0.0  0.0      0     0 ?        S    10:15   0:00  \_ [kworker/0:2]
 root      350822  0.0  0.0      0     0 ?        S    10:44   0:00  \_ [kworker/u256:0]
 root      350885  0.0  0.0      0     0 ?        S    10:51   0:00  \_ [kworker/0:0]
 root      350888  0.0  0.0      0     0 ?        S    10:51   0:00  \_ [kworker/3:1]
 root      350941  0.0  0.0      0     0 ?        S    10:57   0:00  \_ [kworker/u256:1]
 root      350996  0.0  0.0      0     0 ?        S    11:01   0:00  \_ [kworker/3:3]
 root      351021  0.0  0.0      0     0 ?        S    11:03   0:00  \_ [kworker/u256:2]
 root      352020  0.0  0.0      0     0 ?        S    14:01   0:00  \_ [kworker/1:2]
 root           1  0.0  0.1 221160  9144 ?        Ss   ×?×?×?23   1:33 /sbin/init splash
 root         340  0.0  0.2  92972 17596 ?        Ss   ×?×?×?23   6:37 /lib/systemd/systemd-journald
 root         363  0.0  0.0 103824  1956 ?        Ss   ×?×?×?23   0:00 /sbin/lvmetad -f
 root         368  0.0  0.1  50584  9364 ?        Ss   ×?×?×?23   0:13 /lib/systemd/systemd-udevd
 root         534  0.0  0.1 196636 10908 ?        Ssl  ×?×?×?23  16:02 /usr/bin/vmtoolsd
 root         535  0.0  0.0  52264  3764 ?        Ss   ×?×?×?23   0:04 /sbin/rpcbind -f -w
 systemd+     536  0.0  0.0 147980  5248 ?        Ssl  ×?×?×?23   0:04 /lib/systemd/systemd-timesyncd
 root         755  0.0  0.1 427628  9376 ?        Ssl  ×?×?×?23   0:00 /usr/sbin/ModemManager
 root         757  0.0  0.0 112716  3796 ?        Ssl  ×?×?×?23   3:13 /usr/sbin/irqbalance --foreground
 root         761  0.0  0.0 445916  8124 ?        Ssl  ×?×?×?23   0:04 /usr/lib/udisks2/udisksd
 daemon       762  0.0  0.0  28328  2548 ?        Ss   ×?×?×?23   0:00 /usr/sbin/atd -f
 root         765  0.0  0.0   4548   784 ?        Ss   ×?×?×?23   0:00 /usr/sbin/acpid
 root         766  0.0  0.0  66200  6064 ?        Ss   ×?×?×?23   0:18 /lib/systemd/systemd-logind
 root         767  0.0  0.1  87420  9800 ?        Ss   ×?×?×?23   0:00 /usr/bin/VGAuthService
 message+     768  0.0  0.0  50916  5392 ?        Ss   ×?×?×?23   1:17 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
 root         779  0.0  0.1 400024 16032 ?        Ssl  ×?×?×?23   0:03 /usr/sbin/NetworkManager --no-daemon
 avahi        780  0.0  0.0  51868  3584 ?        Ss   ×?×?×?23   0:23 avahi-daemon: running [shilo-ubu3.local]
 avahi        798  0.0  0.0  51736   372 ?        S    ×?×?×?23   0:00  \_ avahi-daemon: chroot helper
 root         781  0.0  0.0  31320  3160 ?        Ss   ×?×?×?23   0:04 /usr/sbin/cron -f
 root         782  0.0  0.0 287752  7164 ?        Ssl  ×?×?×?23   1:52 /usr/lib/accountsservice/accounts-daemon
 syslog       787  0.0  0.0 263604  4772 ?        Ssl  ×?×?×?23   2:07 /usr/sbin/rsyslogd -n
 root         788  0.0  0.1 293140  9556 ?        Ssl  ×?×?×?23   0:19 /usr/lib/policykit-1/polkitd --no-debug
 systemd+     814  0.0  0.0  66132  5312 ?        Ss   ×?×?×?23   0:04 /lib/systemd/systemd-resolved
 root         815  0.0  0.0 759972  8016 ?        Ssl  ×?×?×?23   1:25 /usr/local/sbin/urbackupclientbackend --config /etc/default/urbackupclient --no-consoletime
 root         822  0.0  0.1 364212  8896 ?        Ssl  ×?×?×?23   0:00 /usr/sbin/lightdm
 root         918  0.0  0.5 599240 44940 tty7     Ssl+ ×?×?×?23   0:15  \_ /usr/lib/xorg/Xorg -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
 root        1090  0.0  0.0 244300  7208 ?        Sl   ×?×?×?23   0:00  \_ lightdm --session-child 16 19
 lightdm     1111  0.0  0.0   4624   808 ?        Ss   ×?×?×?23   0:00  |   \_ /bin/sh /usr/lib/lightdm/lightdm-greeter-session /usr/sbin/unity-greeter
 lightdm     1112  0.0  0.7 1428692 63140 ?       Sl   ×?×?×?23   0:52  |       \_ /usr/sbin/unity-greeter
 root        1233  0.0  0.0 100828  5488 ?        S    ×?×?×?23   0:00  \_ lightdm --session-child 12 19
 nagios       894  0.0  0.0  24160  4420 ?        Ss   ×?×?×?23   0:00 /usr/sbin/nrpe -c /etc/nagios/nrpe.cfg -f
 root         910  0.0  0.0  72244  6420 ?        Ss   ×?×?×?23   3:26 /usr/sbin/sshd -D
 root      351836  0.0  0.0 124368  7768 ?        Ss   13:37   0:00  \_ sshd: oren [priv]
 oren      351860  0.0  0.0 124368  3704 ?        S    13:37   0:00      \_ sshd: oren@pts/0
 oren      351861  0.0  0.0  23132  5852 pts/0    Ss   13:37   0:00          \_ -bash
 oren      352053 20.0  0.2  57588 20168 pts/0    S+   14:09   0:00              \_ perl /usr/bin/condor_gather_info
 oren      352065  0.0  0.0  42192  3724 pts/0    R+   14:09   0:00                  \_ ps auxww --forest
 root         930  0.0  0.0  16180  2024 tty1     Ss+  ×?×?×?23   0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux
 root         940  0.0  0.3 937168 25768 ?        Ssl  ×?×?×?23  13:04 /usr/share/metricbeat/bin/metricbeat -c /etc/metricbeat/metricbeat.yml -path.home /usr/share/metricbeat -path.config /etc/metricbeat -path.data /var/lib/metricbeat -path.logs /var/log/metricbeat
 lightdm     1100  0.0  0.1  81016  8404 ?        Ss   ×?×?×?23   0:00 /lib/systemd/systemd --user
 lightdm     1101  0.0  0.0 256836  2456 ?        S    ×?×?×?23   0:00  \_ (sd-pam)
 lightdm     1118  0.0  0.0  50092  4624 ?        Ss   ×?×?×?23   0:07  \_ /usr/bin/dbus-daemon --session --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only
 lightdm     1124  0.0  0.0 349264  6076 ?        Ssl  ×?×?×?23   0:00  \_ /usr/lib/at-spi2-core/at-spi-bus-launcher
 lightdm     1130  0.0  0.0  49732  3816 ?        S    ×?×?×?23   0:00  |   \_ /usr/bin/dbus-daemon --config-file=/usr/share/defaults/at-spi2/accessibility.conf --nofork --print-address 3
 lightdm     1132  0.0  0.0 220592  5380 ?        Sl   ×?×?×?23   0:00  \_ /usr/lib/at-spi2-core/at-spi2-registryd --use-gnome-session
 lightdm     1137  0.0  0.0 284724  6960 ?        Ssl  ×?×?×?23   0:00  \_ /usr/lib/gvfs/gvfsd
 lightdm     1142  0.0  0.0 350568  7352 ?        Sl   ×?×?×?23   0:00  \_ /usr/lib/gvfs/gvfsd-fuse /run/user/108/gvfs -f -o big_writes
 lightdm     1153  0.0  0.0 187884  5228 ?        Sl   ×?×?×?23   0:00  \_ /usr/lib/dconf/dconf-service
 lightdm     1162  0.0  0.1 391224 10904 ?        Ssl  ×?×?×?23   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service
 lightdm     1167  0.0  0.0 498172  6916 ?        Ssl  ×?×?×?23   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service
 lightdm     1168  0.0  0.1 474364 14764 ?        Ssl  ×?×?×?23   0:25  \_ /usr/lib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service
 lightdm     1170  0.0  0.2 538908 19032 ?        Ssl  ×?×?×?23   0:01  \_ /usr/lib/x86_64-linux-gnu/indicator-keyboard/indicator-keyboard-service --use-gtk
 lightdm     1171  0.0  0.0 836576  7720 ?        Ssl  ×?×?×?23   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service
 lightdm     1172  0.0  0.1 937792 10924 ?        Ssl  ×?×?×?23   0:00  \_ /usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service
 lightdm     1221  0.0  0.0 1070200 7456 ?        Sl   ×?×?×?23   0:00  \_ /usr/bin/pulseaudio --start --log-target=syslog
 lightdm     1159  0.0  0.4 657772 34688 ?        Sl   ×?×?×?23   0:00 nm-applet
 lightdm     1161  0.0  0.3 683980 24960 ?        Sl   ×?×?×?23   0:15 /usr/lib/unity-settings-daemon/unity-settings-daemon
 root        1204  0.0  0.1 303556  8360 ?        Ssl  ×?×?×?23   0:00 /usr/lib/upower/upowerd
 rtkit       1224  0.0  0.0 188172  3320 ?        SNsl ×?×?×?23   0:27 /usr/lib/rtkit/rtkit-daemon
 colord      1226  0.0  0.1 317652 13428 ?        Ssl  ×?×?×?23   0:00 /usr/lib/colord/colord
 whoopsie    6599  0.0  0.1 388320 12620 ?        Ssl  ×?×?×?23   0:00 /usr/bin/whoopsie -f
 condor    297982  0.0  0.1 118348 13076 ?        Ss   ×?×?×?08   0:06 /usr/sbin/condor_master -f
 root      298026  0.0  0.0  27544  6904 ?        S    ×?×?×?08   0:41  \_ condor_procd -A /var/run/condor/procd_pipe -L /var/log/condor/ProcLog -R 1000000 -S 60 -C 126
 condor    298027  0.0  0.1 101608 11168 ?        Ss   ×?×?×?08   0:11  \_ condor_shared_port -f
 condor    298028  0.0  0.1 105120 12584 ?        Ss   ×?×?×?08   1:24  \_ condor_collector -f
 condor    298029  0.0  0.1 106824 12604 ?        Ss   ×?×?×?08   0:50  \_ condor_negotiator -f
 condor    298030  0.0  0.1 110016 14144 ?        Ss   ×?×?×?08   0:15  \_ condor_schedd -f
 condor    298031  0.0  0.1 106904 13108 ?        Ss   ×?×?×?08   0:11  \_ condor_startd -f
 root      344993  0.0  0.1 101892  8168 ?        Ss   00:08   0:00 /usr/sbin/cupsd -l
 root      344994  0.0  0.1 300140 13052 ?        Ssl  00:08   0:00 /usr/sbin/cups-browsed
 oren      351838  0.0  0.0  80868  7908 ?        Ss   13:37   0:00 /lib/systemd/systemd --user
 oren      351839  0.0  0.0 275512  2980 ?        S    13:37   0:00  \_ (sd-pam)

#########
# df -h #
#########
Filesystem                   Size  Used Avail Use% Mounted on
 udev                         3.9G     0  3.9G   0% /dev
 tmpfs                        797M   90M  707M  12% /run
 /dev/mapper/ubuntu--vg-root  287G   50G  223G  19% /
 tmpfs                        3.9G     0  3.9G   0% /dev/shm
 tmpfs                        5.0M  4.0K  5.0M   1% /run/lock
 tmpfs                        3.9G     0  3.9G   0% /sys/fs/cgroup
 /dev/sda1                    472M  123M  325M  28% /boot
 tmpfs                        797M   32K  797M   1% /run/user/108
 tmpfs                        797M     0  797M   0% /run/user/1004

############
# iptables #
############
iptables v1.6.1: can't initialize iptables table `filter': Permission denied (you must be root)
 Perhaps iptables or your kernel needs to be upgraded.

###########################
# Condor log dir contents #
###########################
CollectorLog
 KernelTuning.log
 MasterLog
 MatchLog
 NegotiatorLog
 ProcLog
 ProcLog.old
 ScheddRestartReport
 SchedLog
 ShadowLog
 SharedPortLog
 startd_history
 StarterLog
 StarterLog.slot1
 StarterLog.slot2
 StarterLog.slot3
 StarterLog.slot4
 StartLog
 XferStatsLog

##################
# Condor Version #
##################
 $CondorVersion: 8.6.8 Apr 06 2018 BuildID: Debian-8.6.8~dfsg.1-2 Debian-8.6.8~dfsg.1-2 $
 $CondorPlatform: X86_64-Ubuntu_ $

###################################
# Location of Condor Config Files #
###################################
 Configuration source:
 	/etc/condor/condor_config
 Local configuration sources:
 	/etc/condor/config.d/00debconf
 	/etc/condor/config.d/40root.config
 	/etc/condor/config.d/99MPI
 	/etc/condor/condor_config.local
 

###########################
# Condor Config Variables #
###########################
 # Configuration from machine: shilo-ubu3.vi-seem.iucc.ac.il
 ABORT_ON_EXCEPTION = false
  # at: <Default>
  # expanded: false
  # default: false
 ACCOUNTANT_HOST = 
  # at: <Default>
  # expanded: 
 ACCOUNTANT_LOCAL_DOMAIN = 
  # at: <Default>
  # expanded: 
 ActivationTimer = ifThenElse(JobStart =!= UNDEFINED, (time() - JobStart), 0)
  # at: <Default>
  # expanded: ifThenElse(JobStart =!= UNDEFINED, (time() - JobStart), 0)
  # default: ifThenElse(JobStart =!= UNDEFINED, (time() - JobStart), 0)
 ActivityTimer = (time() - EnteredCurrentActivity)
  # at: <Default>
  # expanded: (time() - EnteredCurrentActivity)
  # default: (time() - EnteredCurrentActivity)
 ADD_WINDOWS_FIREWALL_EXCEPTION = true
  # at: <Default>
  # expanded: true
  # default: true
 ADVERTISE_IPV4_FIRST = $(PREFER_IPV4)
  # at: <Default>
  # expanded: true
  # default: $(PREFER_IPV4)
 ALL_DEBUG = 
  # at: <Default>
  # expanded: 
 ALLOW_ADMIN_COMMANDS = true
  # at: <Default>
  # expanded: true
  # default: true
 ALLOW_ADMINISTRATOR = $(CONDOR_HOST)
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+0
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il
 ALLOW_NEGOTIATOR = $(CONDOR_HOST) $(IP_ADDRESS) 127.* *.vi-seem.iucc.ac.il
  # at: /etc/condor/config.d/40root.config, line 2
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il 128.139.196.113 127.* *.vi-seem.iucc.ac.il
 ALLOW_NEGOTIATOR_SCHEDD = $(ALLOW_NEGOTIATOR) $(FLOCK_NEGOTIATOR_HOSTS)
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+5
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il 128.139.196.113 127.* *.vi-seem.iucc.ac.il 
 ALLOW_OWNER = $(FULL_HOSTNAME) $(IPV4_ADDRESS) $(IPV6_ADDRESS)
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+1
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il 128.139.196.113 ::1
 ALLOW_READ = *
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+2
  # expanded: *
 ALLOW_READ_COLLECTOR = $(ALLOW_READ) $(FLOCK_FROM)
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+8
  # expanded: * 
 ALLOW_READ_STARTD = $(ALLOW_READ) $(FLOCK_FROM)
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+9
  # expanded: * 
 ALLOW_VM_CRUFT = false
  # at: <Default>
  # expanded: false
  # default: false
 ALLOW_WRITE = $(CONDOR_HOST) $(IP_ADDRESS) 127.* *.vi-seem.iucc.ac.il
  # at: /etc/condor/config.d/40root.config, line 1
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il 128.139.196.113 127.* *.vi-seem.iucc.ac.il
 ALLOW_WRITE_COLLECTOR = $(ALLOW_WRITE) $(FLOCK_FROM)
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+6
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il 128.139.196.113 127.* *.vi-seem.iucc.ac.il 
 ALLOW_WRITE_STARTD = $(ALLOW_WRITE) $(FLOCK_FROM)
  # at: /etc/condor/condor_config, line 42, use SECURITY:HOST_BASED+7
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il 128.139.196.113 127.* *.vi-seem.iucc.ac.il 
 ALWAYS_CLOSE_USERLOG = false
  # at: <Default>
  # expanded: false
  # default: false
 ALWAYS_REUSEADDR = true
  # at: <Default>
  # expanded: true
  # default: true
 ALWAYS_USE_LOCAL_CKPT_SERVER = false
  # at: <Default>
  # expanded: false
  # default: false
 ALWAYS_VM_UNIV_USE_NOBODY = false
  # at: <Default>
  # expanded: false
  # default: false
 ANNEXD = $(SBIN)/condor_annexd
  # at: <Default>
  # expanded: /usr/sbin/condor_annexd
  # default: $(SBIN)/condor_annexd
 ANNEXD_LOG = $(LOG)/AnnexdLog
  # at: <Default>
  # expanded: /var/log/condor/AnnexdLog
  # default: $(LOG)/AnnexdLog
 ANNEXD_NAME = Annex Daemon@$(FULL_HOSTNAME)
  # at: <Default>
  # expanded: Annex Daemon@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  # default: Annex Daemon@$(FULL_HOSTNAME)
 APPEND_RANK = 
  # at: <Default>
  # expanded: 
 APPEND_RANK_STANDARD = 
  # at: <Default>
  # expanded: 
 APPEND_RANK_VANILLA = 
  # at: <Default>
  # expanded: 
 APPEND_REQ_STANDARD = 
  # at: <Default>
  # expanded: 
 APPEND_REQ_VANILLA = 
  # at: <Default>
  # expanded: 
 APPEND_REQ_VM = 
  # at: <Default>
  # expanded: 
 APPEND_REQUIREMENTS = 
  # at: <Default>
  # expanded: 
 ARCH = X86_64
  # at: <Detected>
  # expanded: X86_64
 AUTO_INCLUDE_SHARED_PORT_IN_DAEMON_LIST = true
  # at: <Default>
  # expanded: true
  # default: true
 BACKFILL_SYSTEM = 
  # at: <Default>
  # expanded: 
 BackgroundLoad = 0.3
  # at: <Default>
  # expanded: 0.3
  # default: 0.3
 BASE_CGROUP = htcondor
  # at: <Default>
  # expanded: htcondor
  # default: htcondor
 BATCH_GAHP = $(GLITE_LOCATION)/bin/batch_gahp
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/glite/bin/batch_gahp
  # default: $(GLITE_LOCATION)/bin/batch_gahp
 BATCH_GAHP_CHECK_STATUS_ATTEMPTS = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 BENCHMARKS_JOBLIST = mips kflops
  # at: <Default>
  # expanded: mips kflops
  # default: mips kflops
 BENCHMARKS_KFLOPS_EXECUTABLE = $(LIBEXEC)/condor_kflops
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_kflops
  # default: $(LIBEXEC)/condor_kflops
 BENCHMARKS_KFLOPS_JOB_LOAD = 1.0
  # at: <Default>
  # expanded: 1.0
  # default: 1.0
 BENCHMARKS_MAX_JOB_LOAD = 1.0
  # at: <Default>
  # expanded: 1.0
  # default: 1.0
 BENCHMARKS_MIPS_EXECUTABLE = $(LIBEXEC)/condor_mips
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_mips
  # default: $(LIBEXEC)/condor_mips
 BENCHMARKS_MIPS_JOB_LOAD = 1.0
  # at: <Default>
  # expanded: 1.0
  # default: 1.0
 BenchmarkTimer = (time() - LastBenchmark)
  # at: <Default>
  # expanded: (time() - LastBenchmark)
  # default: (time() - LastBenchmark)
 BigJob = (TARGET.ImageSize >= (50 * 1024))
  # at: <Default>
  # expanded: (TARGET.ImageSize >= (50 * 1024))
  # default: (TARGET.ImageSize >= (50 * 1024))
 BIN = $(RELEASE_DIR)/bin
  # at: <Default>
  # expanded: /usr/bin
  # default: $(RELEASE_DIR)/bin
 BIND_ALL_INTERFACES = true
  # at: <Default>
  # expanded: true
  # default: true
 BIOTECH = 
  # at: <Default>
  # expanded: 
 C_GAHP_DEBUG = D_STATS
  # at: <Default>
  # expanded: D_STATS
  # default: D_STATS
 C_GAHP_LOCK = /tmp/CGAHPLock.$(USERNAME)
  # at: <Default>
  # expanded: /tmp/CGAHPLock.oren
  # default: /tmp/CGAHPLock.$(USERNAME)
 C_GAHP_LOG = /tmp/CGAHPLog.$(USERNAME)
  # at: <Default>
  # expanded: /tmp/CGAHPLog.oren
  # default: /tmp/CGAHPLog.$(USERNAME)
 C_GAHP_WORKER_THREAD_LOCK = /tmp/CGAHPWorkerLock.$(USERNAME)
  # at: <Default>
  # expanded: /tmp/CGAHPWorkerLock.oren
  # default: /tmp/CGAHPWorkerLock.$(USERNAME)
 C_GAHP_WORKER_THREAD_LOG = /tmp/CGAHPWorkerLog.$(USERNAME)
  # at: <Default>
  # expanded: /tmp/CGAHPWorkerLog.oren
  # default: /tmp/CGAHPWorkerLog.$(USERNAME)
 CCB_ADDRESS = 
  # at: <Default>
  # expanded: 
 CCB_HEARTBEAT_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 CCB_POLLING_INTERVAL = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 CCB_POLLING_MAX_INTERVAL = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 CCB_POLLING_TIMESLICE = 0.05
  # at: <Default>
  # expanded: 0.05
  # default: 0.05
 CCB_RECONNECT_FILE = 
  # at: <Default>
  # expanded: 
 CCB_SERVER_READ_BUFFER = 2048
  # at: <Default>
  # expanded: 2048
  # default: 2048
 CCB_SERVER_WRITE_BUFFER = 2048
  # at: <Default>
  # expanded: 2048
  # default: 2048
 CCB_SWEEP_INTERVAL = 1200
  # at: <Default>
  # expanded: 1200
  # default: 1200
 CERTIFICATE_MAPFILE = 
  # at: <Default>
  # expanded: 
 CERTIFICATE_MAPFILE_ASSUME_HASH_KEYS = false
  # at: <Default>
  # expanded: false
  # default: false
 CGROUP_MEMORY_LIMIT_POLICY = none
  # at: <Default>
  # expanded: none
  # default: none
 CHECKPOINT_PLATFORM = 
  # at: <Default>
  # expanded: 
 CHIRP_DELAYED_UPDATE_MAX_ATTRS = 100
  # at: <Default>
  # expanded: 100
  # default: 100
 CHIRP_DELAYED_UPDATE_PREFIX = Chirp*
  # at: <Default>
  # expanded: Chirp*
  # default: Chirp*
 CHOWN_JOB_SPOOL_FILES = False
  # at: <Default>
  # expanded: False
  # default: False
 CKPT_PROBE = $(LIBEXEC)/condor_ckpt_probe
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_ckpt_probe
  # default: $(LIBEXEC)/condor_ckpt_probe
 CKPT_SERVER = $(SBIN)/condor_ckpt_server
  # at: <Default>
  # expanded: /usr/sbin/condor_ckpt_server
  # default: $(SBIN)/condor_ckpt_server
 CKPT_SERVER_CHECK_PARENT_INTERVAL = 120
  # at: <Default>
  # expanded: 120
  # default: 120
 CKPT_SERVER_CLASSAD_FILE = 
  # at: <Default>
  # expanded: 
 CKPT_SERVER_CLEAN_INTERVAL = 86400
  # at: <Default>
  # expanded: 86400
  # default: 86400
 CKPT_SERVER_DIR = 
  # at: <Default>
  # expanded: 
 CKPT_SERVER_HOST = 
  # at: <Default>
  # expanded: 
 CKPT_SERVER_HOSTS = 
  # at: <Default>
  # expanded: 
 CKPT_SERVER_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 CKPT_SERVER_MAX_PROCESSES = 50
  # at: <Default>
  # expanded: 50
  # default: 50
 CKPT_SERVER_MAX_RESTORE_PROCESSES = 50
  # at: <Default>
  # expanded: 50
  # default: 50
 CKPT_SERVER_MAX_STORE_PROCESSES = 50
  # at: <Default>
  # expanded: 50
  # default: 50
 CKPT_SERVER_REPLICATION_LEVEL = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 CKPT_SERVER_SOCKET_BUFSIZE = 65536
  # at: <Default>
  # expanded: 65536
  # default: 65536
 CLAIM_PARTITIONABLE_LEFTOVERS = $(NEGOTIATOR_USE_SLOT_WEIGHTS)
  # at: <Default>
  # expanded: true
  # default: $(NEGOTIATOR_USE_SLOT_WEIGHTS)
 CLAIM_RECYCLING_CONSIDER_LIMITS = true
  # at: <Default>
  # expanded: true
  # default: true
 CLAIM_WORKLIFE = 1200
  # at: <Default>
  # expanded: 1200
  # default: 1200
 CLASSAD_ENABLE_USER_HOME = true
  # at: <Default>
  # expanded: true
  # default: true
 CLASSAD_LOG_STRICT_PARSING = true
  # at: <Default>
  # expanded: true
  # default: true
 CLASSAD_USER_LIBS = 
  # at: <Default>
  # expanded: 
 CLASSAD_USER_PYTHON_LIB = $(LIBEXEC)/libclassad_python_user.so
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/libclassad_python_user.so
  # default: $(LIBEXEC)/libclassad_python_user.so
 CLASSAD_USER_PYTHON_MODULES = 
  # at: <Default>
  # expanded: 
 CM_IP_ADDR = 
  # at: <Default>
  # expanded: 
 COLLECTOR = $(SBIN)/condor_collector
  # at: <Default>
  # expanded: /usr/sbin/condor_collector
  # default: $(SBIN)/condor_collector
 COLLECTOR_ADDRESS_FILE = $(LOG)/.collector_address
  # at: <Default>
  # expanded: /var/log/condor/.collector_address
  # default: $(LOG)/.collector_address
 COLLECTOR_DEBUG = 
  # at: <Default>
  # expanded: 
 COLLECTOR_DEBUG_WAIT = false
  # at: <Default>
  # expanded: false
  # default: false
 COLLECTOR_ENVIRONMENT = 
  # at: <Default>
  # expanded: 
 COLLECTOR_FLAG = 
  # at: <Default>
  # expanded: 
 COLLECTOR_HOST = $(CONDOR_HOST)
  # at: <Default>
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il
  # default: $(CONDOR_HOST)
 COLLECTOR_HOST_STRING = "$(COLLECTOR_HOST)"
  # at: <Default>
  # expanded: "shilo-ubu3.vi-seem.iucc.ac.il"
  # default: "$(COLLECTOR_HOST)"
 COLLECTOR_LOG = $(LOG)/CollectorLog
  # at: <Default>
  # expanded: /var/log/condor/CollectorLog
  # default: $(LOG)/CollectorLog
 COLLECTOR_MAX_FILE_DESCRIPTORS = 10240
  # at: <Default>
  # expanded: 10240
  # default: 10240
 COLLECTOR_NAME = Debian Condor Pool - $(CONDOR_HOST)
  # at: <Default>
  # expanded: Debian Condor Pool - shilo-ubu3.vi-seem.iucc.ac.il
  # default: Debian Condor Pool - $(CONDOR_HOST)
 COLLECTOR_PLUGIN_PYTHON_MODULES = 
  # at: <Default>
  # expanded: 
 COLLECTOR_PORT = 9618
  # at: <Default>
  # expanded: 9618
  # default: 9618
 COLLECTOR_REPEAT_STARTD_ADS = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 COLLECTOR_SOCKET_BUFSIZE = 10000*1024
  # at: <Default>
  # expanded: 10000*1024
  # default: 10000*1024
 COLLECTOR_STATS_SWEEP = 14400
  # at: <Default>
  # expanded: 14400
  # default: 14400
 COLLECTOR_SUPER_ADDRESS_FILE = $(LOG)/.collector_address.super
  # at: <Default>
  # expanded: /var/log/condor/.collector_address.super
  # default: $(LOG)/.collector_address.super
 COLLECTOR_TCP_SOCKET_BUFSIZE = 128*1024
  # at: <Default>
  # expanded: 128*1024
  # default: 128*1024
 COLLECTOR_UPDATE_INTERVAL = 900
  # at: <Default>
  # expanded: 900
  # default: 900
 COLLECTOR_USES_SHARED_PORT = true
  # at: <Default>
  # expanded: true
  # default: true
 COMPRESS_PERIODIC_CKPT = false
  # at: <Default>
  # expanded: false
  # default: false
 COMPRESS_VACATE_CKPT = false
  # at: <Default>
  # expanded: false
  # default: false
 CONCURRENCY_LIMIT_DEFAULT = 2308032
  # at: <Default>
  # expanded: 2308032
  # default: 2308032
 CONDOR_ADMIN = root@localhost
  # at: <Default>
  # expanded: root@localhost
  # default: root@localhost
 CONDOR_BUILD_PLATFORM = X86_64-Ubuntu_
  # at: <Default>
  # expanded: X86_64-Ubuntu_
  # default: X86_64-Ubuntu_
 CONDOR_CREDENTIAL_DIR = /tmp
  # at: <Default>
  # expanded: /tmp
  # default: /tmp
 CONDOR_DEVELOPERS = NONE
  # at: /etc/condor/condor_config, line 84
  # expanded: NONE
 CONDOR_DEVELOPERS_COLLECTOR = NONE
  # at: /etc/condor/condor_config, line 85
  # expanded: NONE
 CONDOR_GAHP = $(SBIN)/condor_c-gahp
  # at: <Default>
  # expanded: /usr/sbin/condor_c-gahp
  # default: $(SBIN)/condor_c-gahp
 CONDOR_GAHP_WORKER = $(SBIN)/condor_c-gahp_worker_thread
  # at: <Default>
  # expanded: /usr/sbin/condor_c-gahp_worker_thread
  # default: $(SBIN)/condor_c-gahp_worker_thread
 CONDOR_GATEKEEPER = 
  # at: <Default>
  # expanded: 
 CONDOR_HOST = $(FULL_HOSTNAME)
  # at: /etc/condor/config.d/00debconf, line 20
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il
 CONDOR_Q_DASH_BATCH_IS_DEFAULT = true
  # at: <Default>
  # expanded: true
  # default: true
 CONDOR_Q_ONLY_MY_JOBS = true
  # at: <Default>
  # expanded: true
  # default: true
 CONDOR_Q_USE_V3_PROTOCOL = true
  # at: <Default>
  # expanded: true
  # default: true
 CONDOR_SUPPORT_EMAIL = 
  # at: <Default>
  # expanded: 
 CONDOR_VERSION = 8.6.8
  # at: <Default>
  # expanded: 8.6.8
  # default: 8.6.8
 CONDOR_VIEW_CLASSAD_TYPES = 
  # at: <Default>
  # expanded: 
 CONDOR_VIEW_HOST = 
  # at: <Default>
  # expanded: 
 CONDORC_ATTRS_TO_COPY = 
  # at: <Default>
  # expanded: 
 CondorIsAdmin = false
  # at: <Detected>
  # expanded: false
 CONSOLE_DEVICES = mouse, console
  # at: <Default>
  # expanded: mouse, console
  # default: mouse, console
 ConsoleBusy = (ConsoleIdle  < $(MINUTE))
  # at: <Default>
  # expanded: (ConsoleIdle  < 60)
  # default: (ConsoleIdle  < $(MINUTE))
 CONSUMPTION_CPUS = quantize(target.RequestCpus,{1})
  # at: <Default>
  # expanded: quantize(target.RequestCpus,{1})
  # default: quantize(target.RequestCpus,{1})
 CONSUMPTION_DISK = quantize(target.RequestDisk,{1024})
  # at: <Default>
  # expanded: quantize(target.RequestDisk,{1024})
  # default: quantize(target.RequestDisk,{1024})
 CONSUMPTION_MEMORY = quantize(target.RequestMemory,{128})
  # at: <Default>
  # expanded: quantize(target.RequestMemory,{128})
  # default: quantize(target.RequestMemory,{128})
 CONSUMPTION_POLICY = false
  # at: <Default>
  # expanded: false
  # default: false
 CONTINUE = True
  # at: <Default>
  # expanded: True
  # default: True
 ContinueIdleTime = 5 * $(MINUTE)
  # at: <Default>
  # expanded: 5 * 60
  # default: 5 * $(MINUTE)
 CORE_FILE_NAME = core.$(SUBSYSTEM)
  # at: <Default>
  # expanded: core.TOOL
  # default: core.$(SUBSYSTEM)
 COUNT_HYPERTHREAD_CPUS = true
  # at: <Default>
  # expanded: true
  # default: true
 CPUBusy = ($(NonCondorLoadAvg) >= $(HighLoad))
  # at: <Default>
  # expanded: ((LoadAvg - CondorLoadAvg) >= 0.5)
  # default: ($(NonCondorLoadAvg) >= $(HighLoad))
 CPUIdle = ($(NonCondorLoadAvg) <= $(BackgroundLoad))
  # at: <Default>
  # expanded: ((LoadAvg - CondorLoadAvg) <= 0.3)
  # default: ($(NonCondorLoadAvg) <= $(BackgroundLoad))
 CREAM_GAHP = $(SBIN)/cream_gahp
  # at: <Default>
  # expanded: /usr/sbin/cream_gahp
  # default: $(SBIN)/cream_gahp
 CREAM_GAHP_WORKER_THREADS = $(GRIDMANAGER_MAX_PENDING_REQUESTS)
  # at: <Default>
  # expanded: 50
  # default: $(GRIDMANAGER_MAX_PENDING_REQUESTS)
 CREATE_CORE_FILES = true
  # at: <Default>
  # expanded: true
  # default: true
 CREATE_LOCKS_ON_LOCAL_DISK = true
  # at: <Default>
  # expanded: true
  # default: true
 CRED_MIN_TIME_LEFT = 120
  # at: <Default>
  # expanded: 120
  # default: 120
 CRED_STORE_DIR = $(LOCAL_DIR)/lib/condor/cred_dir
  # at: <Default>
  # expanded: /var/lib/condor/cred_dir
  # default: $(LOCAL_DIR)/lib/condor/cred_dir
 CRED_SUPER_USERS = 
  # at: <Default>
  # expanded: 
 CREDD = $(SBIN)/condor_credd
  # at: <Default>
  # expanded: /usr/sbin/condor_credd
  # default: $(SBIN)/condor_credd
 CREDD_ADDRESS_FILE = $(LOG)/.credd_address
  # at: <Default>
  # expanded: /var/log/condor/.credd_address
  # default: $(LOG)/.credd_address
 CREDD_ARGS = -p $(CREDD_PORT) -f
  # at: <Default>
  # expanded: -p 9620 -f
  # default: -p $(CREDD_PORT) -f
 CREDD_CACHE_LOCALLY = false
  # at: <Default>
  # expanded: false
  # default: false
 CREDD_DEBUG = D_FULLDEBUG
  # at: <Default>
  # expanded: D_FULLDEBUG
  # default: D_FULLDEBUG
 CREDD_HOST = 
  # at: <Default>
  # expanded: 
 CREDD_LOG = $(LOG)/CredLog
  # at: <Default>
  # expanded: /var/log/condor/CredLog
  # default: $(LOG)/CredLog
 CREDD_POLLING_TIMEOUT = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 CREDD_PORT = 9620
  # at: <Default>
  # expanded: 9620
  # default: 9620
 CURB_MATCHMAKING = false
  # at: <Default>
  # expanded: false
  # default: false
 DAEMON_LIST = COLLECTOR, NEGOTIATOR, SCHEDD, STARTD, MASTER
  # at: /etc/condor/config.d/00debconf, line 9
  # expanded: COLLECTOR, NEGOTIATOR, SCHEDD, STARTD, MASTER
  # default: MASTER
 DAEMON_SOCKET_DIR = auto
  # at: <Default>
  # expanded: auto
  # default: auto
 DAGMAN_ABORT_DUPLICATES = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_ABORT_ON_SCARY_SUBMIT = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_ALLOW_EVENTS = 114
  # at: <Default>
  # expanded: 114
  # default: 114
 DAGMAN_ALLOW_LOG_ERROR = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_ALWAYS_RUN_POST = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_AUTO_RESCUE = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_CONDOR_RM_EXE = $(BIN)/condor_rm
  # at: <Default>
  # expanded: /usr/bin/condor_rm
  # default: $(BIN)/condor_rm
 DAGMAN_CONDOR_SUBMIT_EXE = $(BIN)/condor_submit
  # at: <Default>
  # expanded: /usr/bin/condor_submit
  # default: $(BIN)/condor_submit
 DAGMAN_CONFIG_FILE = 
  # at: <Default>
  # expanded: 
  # default: 
 DAGMAN_COPY_TO_SPOOL = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_DEBUG = 
  # at: <Default>
  # expanded: 
 DAGMAN_DEBUG_CACHE_ENABLE = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_DEBUG_CACHE_SIZE = 5*1024*1024
  # at: <Default>
  # expanded: 5*1024*1024
  # default: 5*1024*1024
 DAGMAN_DEFAULT_NODE_LOG = @(DAG_DIR)/@(DAG_FILE).nodes.log
  # at: <Default>
  # expanded: @(DAG_DIR)/@(DAG_FILE).nodes.log
  # default: @(DAG_DIR)/@(DAG_FILE).nodes.log
 DAGMAN_DEFAULT_PRIORITY = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 DAGMAN_GENERATE_SUBDAG_SUBMITS = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_HOLD_CLAIM_TIME = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 DAGMAN_INSERT_SUB_FILE = 
  # at: <Default>
  # expanded: 
  # default: 
 DAGMAN_LOG_ON_NFS_IS_ERROR = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_MAX_JOB_HOLDS = 100
  # at: <Default>
  # expanded: 100
  # default: 100
 DAGMAN_MAX_JOBS_IDLE = 1000
  # at: <Default>
  # expanded: 1000
  # default: 1000
 DAGMAN_MAX_JOBS_SUBMITTED = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 DAGMAN_MAX_POST_SCRIPTS = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 DAGMAN_MAX_PRE_SCRIPTS = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 DAGMAN_MAX_RESCUE_NUM = 100
  # at: <Default>
  # expanded: 100
  # default: 100
 DAGMAN_MAX_SUBMIT_ATTEMPTS = 6
  # at: <Default>
  # expanded: 6
  # default: 6
 DAGMAN_MAX_SUBMITS_PER_INTERVAL = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 DAGMAN_MUNGE_NODE_NAMES = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_ON_EXIT_REMOVE = (ExitSignal =?= 11 || (ExitCode =!= UNDEFINED && ExitCode >=0 && ExitCode <= 2))
  # at: <Default>
  # expanded: (ExitSignal =?= 11 || (ExitCode =!= UNDEFINED && ExitCode >=0 && ExitCode <= 2))
  # default: (ExitSignal =?= 11 || (ExitCode =!= UNDEFINED && ExitCode >=0 && ExitCode <= 2))
 DAGMAN_PEGASUS_REPORT_METRICS = $(LIBEXEC)/condor_dagman_metrics_reporter
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_dagman_metrics_reporter
  # default: $(LIBEXEC)/condor_dagman_metrics_reporter
 DAGMAN_PEGASUS_REPORT_TIMEOUT = 100
  # at: <Default>
  # expanded: 100
  # default: 100
 DAGMAN_PENDING_REPORT_INTERVAL = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 DAGMAN_PROHIBIT_MULTI_JOBS = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_REMOVE_NODE_JOBS = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_RESET_RETRIES_UPON_RESCUE = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_RETRY_NODE_FIRST = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_RETRY_SUBMIT_FIRST = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_STARTUP_CYCLE_DETECT = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_SUBMIT_DELAY = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 DAGMAN_SUBMIT_DEPTH_FIRST = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_SUPPRESS_JOB_LOGS = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_SUPPRESS_NOTIFICATION = true
  # at: <Default>
  # expanded: true
  # default: true
 DAGMAN_USE_SHARED_PORT = false
  # at: <Default>
  # expanded: false
  # default: false
 DAGMAN_USE_STRICT = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 DAGMAN_USER_LOG_SCAN_INTERVAL = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 DAGMAN_VERBOSITY = 3
  # at: <Default>
  # expanded: 3
  # default: 3
 DAGMAN_WRITE_PARTIAL_RESCUE = true
  # at: <Default>
  # expanded: true
  # default: true
 DATABASE_PURGE_INTERVAL = 
  # at: <Default>
  # expanded: 
 DATABASE_REINDEX_INTERVAL = 
  # at: <Default>
  # expanded: 
 DBMSD = $(SBIN)/condor_dbmsd
  # at: <Default>
  # expanded: /usr/sbin/condor_dbmsd
  # default: $(SBIN)/condor_dbmsd
 DBMSMANAGER_NAME = 
  # at: <Default>
  # expanded: 
 DC_DAEMON_LIST = 
  # at: <Default>
  # expanded: 
 DCSTATISTICS_TIMESPANS = 4m:240 20m:1200 4h:14400
  # at: <Default>
  # expanded: 4m:240 20m:1200 4h:14400
  # default: 4m:240 20m:1200 4h:14400
 DCSTATISTICS_WINDOW_SECONDS = 
  # at: <Default>
  # expanded: 
 DEAD_COLLECTOR_MAX_AVOIDANCE_TIME = 3600
  # at: <Default>
  # expanded: 3600
  # default: 3600
 DEBUG_TIME_FORMAT = %m/%d/%y %H:%M:%S
  # at: <Default>
  # expanded: %m/%d/%y %H:%M:%S
  # default: %m/%d/%y %H:%M:%S
 DEDICATED_SCHEDULER_USE_FIFO = true
  # at: <Default>
  # expanded: true
  # default: true
 DedicatedScheduler = "DedicatedScheduler@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
  # at: /etc/condor/config.d/99MPI, line 1
  # expanded: "DedicatedScheduler@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 DEFAULT_DOMAIN_NAME = 
  # at: <Default>
  # expanded: 
 DEFAULT_IO_BUFFER_BLOCK_SIZE = 
  # at: <Default>
  # expanded: 
 DEFAULT_IO_BUFFER_SIZE = 
  # at: <Default>
  # expanded: 
 DEFAULT_JOB_MAX_RETRIES = 10
  # at: <Default>
  # expanded: 10
  # default: 10
 DEFAULT_MASTER_SHUTDOWN_SCRIPT = 
  # at: <Default>
  # expanded: 
  # default: 
 DEFAULT_PRIO_FACTOR = 1000
  # at: <Default>
  # expanded: 1000
  # default: 1000
 DEFAULT_RANK = 
  # at: <Default>
  # expanded: 
 DEFAULT_RANK_STANDARD = 
  # at: <Default>
  # expanded: 
 DEFAULT_RANK_VANILLA = 
  # at: <Default>
  # expanded: 
 DEFAULT_UNIVERSE = 
  # at: <Default>
  # expanded: 
 DEFRAG = $(LIBEXEC)/condor_defrag
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_defrag
  # default: $(LIBEXEC)/condor_defrag
 DEFRAG_CANCEL_REQUIREMENTS = $(DEFRAG_WHOLE_MACHINE_EXPR)
  # at: <Default>
  # expanded: Cpus == TotalCpus && Offline=!=True
  # default: $(DEFRAG_WHOLE_MACHINE_EXPR)
 DEFRAG_DRAINING_MACHINES_PER_HOUR = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 DEFRAG_DRAINING_SCHEDULE = graceful
  # at: <Default>
  # expanded: graceful
  # default: graceful
 DEFRAG_INTERVAL = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 DEFRAG_LOG = $(LOG)/DefragLog
  # at: <Default>
  # expanded: /var/log/condor/DefragLog
  # default: $(LOG)/DefragLog
 DEFRAG_MAX_CONCURRENT_DRAINING = -1
  # at: <Default>
  # expanded: -1
  # default: -1
 DEFRAG_MAX_WHOLE_MACHINES = -1
  # at: <Default>
  # expanded: -1
  # default: -1
 DEFRAG_NAME = 
  # at: <Default>
  # expanded: 
 DEFRAG_RANK = -ExpectedMachineGracefulDrainingBadput
  # at: <Default>
  # expanded: -ExpectedMachineGracefulDrainingBadput
  # default: -ExpectedMachineGracefulDrainingBadput
 DEFRAG_REQUIREMENTS = PartitionableSlot && Offline=!=True
  # at: <Default>
  # expanded: PartitionableSlot && Offline=!=True
  # default: PartitionableSlot && Offline=!=True
 DEFRAG_STATE_FILE = $(LOCK)/defrag_state
  # at: <Default>
  # expanded: /var/lock/condor/defrag_state
  # default: $(LOCK)/defrag_state
 DEFRAG_UPDATE_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 DEFRAG_WHOLE_MACHINE_EXPR = Cpus == TotalCpus && Offline=!=True
  # at: <Default>
  # expanded: Cpus == TotalCpus && Offline=!=True
  # default: Cpus == TotalCpus && Offline=!=True
 DELEGATE_JOB_GSI_CREDENTIALS = true
  # at: <Default>
  # expanded: true
  # default: true
 DELEGATE_JOB_GSI_CREDENTIALS_LIFETIME = 86400
  # at: <Default>
  # expanded: 86400
  # default: 86400
 DELEGATE_JOB_GSI_CREDENTIALS_REFRESH = 0.25
  # at: <Default>
  # expanded: 0.25
  # default: 0.25
 DETECTED_CORES = 4
  # at: <Detected>
  # expanded: 4
  # default: 1
 DETECTED_CPUS = 4
  # at: <Detected>
  # expanded: 4
  # default: 1
 DETECTED_MEMORY = 7963
  # at: <Detected>
  # expanded: 7963
 DETECTED_PHYSICAL_CPUS = 4
  # at: <Detected>
  # expanded: 4
  # default: 1
 DISABLE_AUTHENTICATION_IP_CHECK = false
  # at: <Default>
  # expanded: false
  # default: false
 DISCARD_SESSION_KEYRING_ON_STARTUP = true
  # at: <Default>
  # expanded: true
  # default: true
 DISCONNECTED_KEYBOARD_IDLE_BOOST = 1200
  # at: <Default>
  # expanded: 1200
  # default: 1200
 DNS_CACHE_REFRESH = 28800
  # at: <Default>
  # expanded: 28800
  # default: 28800
 DOCKER = /usr/bin/docker
  # at: <Default>
  # expanded: /usr/bin/docker
  # default: /usr/bin/docker
 DOCKER_DROP_ALL_CAPABILITIES = true
  # at: <Default>
  # expanded: true
  # default: true
 DROP_CORE_ON_RECONFIG = 
  # at: <Default>
  # expanded: 
 EC2_GAHP = $(SBIN)/ec2_gahp
  # at: <Default>
  # expanded: /usr/sbin/ec2_gahp
  # default: $(SBIN)/ec2_gahp
 EC2_GAHP_DEBUG = D_PID
  # at: <Default>
  # expanded: D_PID
  # default: D_PID
 EC2_GAHP_LOG = /tmp/EC2GahpLog.$(USERNAME)
  # at: <Default>
  # expanded: /tmp/EC2GahpLog.oren
  # default: /tmp/EC2GahpLog.$(USERNAME)
 ECRYPTFS_ADD_PASSPHRASE = ecryptfs-add-passphrase
  # at: <Default>
  # expanded: ecryptfs-add-passphrase
  # default: ecryptfs-add-passphrase
 ECRYPTFS_KEY_TIMEOUT = 3600
  # at: <Default>
  # expanded: 3600
  # default: 3600
 EMAIL_DOMAIN = 
  # at: <Default>
  # expanded: 
 EMAIL_NOTIFICATION_CC = 
  # at: <Default>
  # expanded: 
 ENABLE_ADDRESS_REWRITING = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_BACKFILL = false
  # at: <Default>
  # expanded: false
  # default: false
 ENABLE_CHIRP_DELAYED = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_CHIRP_IO = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_CHIRP_UPDATES = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_CLASSAD_CACHING = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_DEPRECATION_WARNINGS = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_GRID_MONITOR = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_HISTORY_ROTATION = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_IPV4 = auto
  # at: <Default>
  # expanded: auto
  # default: auto
 ENABLE_IPV6 = auto
  # at: <Default>
  # expanded: auto
  # default: auto
 ENABLE_KERNEL_TUNING = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_PERSISTENT_CONFIG = false
  # at: <Default>
  # expanded: false
  # default: false
 ENABLE_RUNTIME_CONFIG = false
  # at: <Default>
  # expanded: false
  # default: false
 ENABLE_SOAP = false
  # at: <Default>
  # expanded: false
  # default: false
 ENABLE_SOAP_SSL = false
  # at: <Default>
  # expanded: false
  # default: false
 ENABLE_STDOUT_TESTING = false
  # at: <Default>
  # expanded: false
  # default: false
 ENABLE_USERLOG_LOCKING = false
  # at: <Default>
  # expanded: false
  # default: false
 ENABLE_VERSIONED_OPSYS = true
  # at: <Default>
  # expanded: true
  # default: true
 ENABLE_WEB_SERVER = false
  # at: <Default>
  # expanded: false
  # default: false
 ENCRYPT_EXECUTE_DIRECTORY = false
  # at: <Default>
  # expanded: false
  # default: false
 ENCRYPT_EXECUTE_DIRECTORY_FILENAMES = false
  # at: <Default>
  # expanded: false
  # default: false
 ENCRYPT_SECRETS = true
  # at: <Default>
  # expanded: true
  # default: true
 ETC = /etc/condor
  # at: <Default>
  # expanded: /etc/condor
  # default: /etc/condor
 EVENT_LOG = 
  # at: <Default>
  # expanded: 
 EVENT_LOG_COUNT_EVENTS = false
  # at: <Default>
  # expanded: false
  # default: false
 EVENT_LOG_FSYNC = false
  # at: <Default>
  # expanded: false
  # default: false
 EVENT_LOG_JOB_AD_INFORMATION_ATTRS = 
  # at: <Default>
  # expanded: 
 EVENT_LOG_LOCKING = false
  # at: <Default>
  # expanded: false
  # default: false
 EVENT_LOG_MAX_ROTATIONS = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 EVENT_LOG_MAX_SIZE = 1000000
  # at: <Default>
  # expanded: 1000000
  # default: 1000000
 EVENT_LOG_ROTATION_LOCK = $(LOCK)/EventLogLock
  # at: <Default>
  # expanded: /var/lock/condor/EventLogLock
  # default: $(LOCK)/EventLogLock
 EVENT_LOG_USE_XML = false
  # at: <Default>
  # expanded: false
  # default: false
 EXCEPT_ON_ERROR = 
  # at: <Default>
  # expanded: 
 EXECUTE = $(LOCAL_DIR)/lib/condor/execute
  # at: /etc/condor/condor_config, line 63
  # expanded: /var/lib/condor/execute
  # default: $(LOCAL_DIR)/execute
 FILE_LOCK_VIA_MUTEX = true
  # at: <Default>
  # expanded: true
  # default: true
 FILE_TRANSFER_DISK_LOAD_THROTTLE = 
  # at: <Default>
  # expanded: 
 FILE_TRANSFER_DISK_LOAD_THROTTLE_LONG_HORIZON = 5m
  # at: <Default>
  # expanded: 5m
  # default: 5m
 FILE_TRANSFER_DISK_LOAD_THROTTLE_SHORT_HORIZON = 1m
  # at: <Default>
  # expanded: 1m
  # default: 1m
 FILE_TRANSFER_DISK_LOAD_THROTTLE_WAIT_BETWEEN_INCREMENTS = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 FILESYSTEM_DOMAIN = vi-seem.iucc.ac.il
  # at: /etc/condor/config.d/40root.config, line 3
  # expanded: vi-seem.iucc.ac.il
  # default: $(FULL_HOSTNAME)
 FILETRANSFER_PLUGINS = $(LIBEXEC)/curl_plugin, $(LIBEXEC)/data_plugin
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/curl_plugin, /usr/lib/condor/libexec/data_plugin
  # default: $(LIBEXEC)/curl_plugin, $(LIBEXEC)/data_plugin
 FLOCK_COLLECTOR_HOSTS = $(FLOCK_TO)
  # at: <Default>
  # expanded: 
  # default: $(FLOCK_TO)
 FLOCK_NEGOTIATOR_HOSTS = $(FLOCK_TO)
  # at: <Default>
  # expanded: 
  # default: $(FLOCK_TO)
 FS_ALLOW_UNSAFE = false
  # at: <Default>
  # expanded: false
  # default: false
 FS_LOCAL_DIR = 
  # at: <Default>
  # expanded: 
 FS_REMOTE_DIR = 
  # at: <Default>
  # expanded: 
 FULL_HOSTNAME = shilo-ubu3.vi-seem.iucc.ac.il
  # at: <Detected>
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il
 GAHP = 
  # at: <Default>
  # expanded: 
 GAHP_ARGS = 
  # at: <Default>
  # expanded: 
 GAHP_DEBUG_HIDE_SENSITIVE_DATA = true
  # at: <Default>
  # expanded: true
  # default: true
 GANGLIA_CONFIG = /etc/ganglia/gmond.conf
  # at: <Default>
  # expanded: /etc/ganglia/gmond.conf
  # default: /etc/ganglia/gmond.conf
 GANGLIA_GMETRIC = 
  # at: <Default>
  # expanded: 
 GANGLIA_GSTAT_COMMAND = gstat --all --mpifile --gmond_ip=localhost --gmond_port=8649
  # at: <Default>
  # expanded: gstat --all --mpifile --gmond_ip=localhost --gmond_port=8649
  # default: gstat --all --mpifile --gmond_ip=localhost --gmond_port=8649
 GANGLIA_LIB = 
  # at: <Default>
  # expanded: 
 GANGLIA_LIB64_PATH = /lib,/usr/lib,/usr/local/lib
  # at: <Default>
  # expanded: /lib,/usr/lib,/usr/local/lib
  # default: /lib,/usr/lib,/usr/local/lib
 GANGLIA_LIB_PATH = /lib,/usr/lib,/usr/local/lib
  # at: <Default>
  # expanded: /lib,/usr/lib,/usr/local/lib
  # default: /lib,/usr/lib,/usr/local/lib
 GANGLIA_SEND_DATA_FOR_ALL_HOSTS = false
  # at: <Default>
  # expanded: false
  # default: false
 GANGLIAD = $(LIBEXEC)/condor_gangliad
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_gangliad
  # default: $(LIBEXEC)/condor_gangliad
 GANGLIAD_INTERVAL = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 GANGLIAD_LOG = $(LOG)/GangliadLog
  # at: <Default>
  # expanded: /var/log/condor/GangliadLog
  # default: $(LOG)/GangliadLog
 GANGLIAD_METRICS_CONFIG_DIR = /etc/condor/ganglia.d
  # at: <Default>
  # expanded: /etc/condor/ganglia.d
  # default: /etc/condor/ganglia.d
 GANGLIAD_PER_EXECUTE_NODE_METRICS = true
  # at: <Default>
  # expanded: true
  # default: true
 GANGLIAD_REQUIREMENTS = 
  # at: <Default>
  # expanded: 
 GANGLIAD_VERBOSITY = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 GCE_GAHP = $(SBIN)/gce_gahp
  # at: <Default>
  # expanded: /usr/sbin/gce_gahp
  # default: $(SBIN)/gce_gahp
 GCE_GAHP_LOG = /tmp/GceGahpLog.$(USERNAME)
  # at: <Default>
  # expanded: /tmp/GceGahpLog.oren
  # default: /tmp/GceGahpLog.$(USERNAME)
 GLEXEC = 
  # at: <Default>
  # expanded: 
 GLEXEC_HOLD_ON_INITIAL_FAILURE = true
  # at: <Default>
  # expanded: true
  # default: true
 GLEXEC_JOB = false
  # at: <Default>
  # expanded: false
  # default: false
 GLEXEC_RETRIES = 3
  # at: <Default>
  # expanded: 3
  # default: 3
 GLEXEC_RETRY_DELAY = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 GLEXEC_STARTER = false
  # at: <Default>
  # expanded: false
  # default: false
 GLEXEC_USER_DIR = 
  # at: <Default>
  # expanded: 
 GLITE_LOCATION = $(LIBEXEC)/glite
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/glite
  # default: $(LIBEXEC)/glite
 GLOBAL_JOB_ID_WITH_TIME = true
  # at: <Default>
  # expanded: true
  # default: true
 GRACEFULLY_REMOVE_JOBS = true
  # at: <Default>
  # expanded: true
  # default: true
 GRAM_VERSION_DETECTION = true
  # at: <Default>
  # expanded: true
  # default: true
 GRID_MONITOR = $(SBIN)/grid_monitor
  # at: <Default>
  # expanded: /usr/sbin/grid_monitor
  # default: $(SBIN)/grid_monitor
 GRID_MONITOR_HEARTBEAT_TIMEOUT = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 GRID_MONITOR_RETRY_DURATION = 900
  # at: <Default>
  # expanded: 900
  # default: 900
 GRIDMANAGER = $(SBIN)/condor_gridmanager
  # at: <Default>
  # expanded: /usr/sbin/condor_gridmanager
  # default: $(SBIN)/condor_gridmanager
 GRIDMANAGER_ARGS = 
  # at: <Default>
  # expanded: 
 GRIDMANAGER_CONNECT_FAILURE_RETRY_COUNT = 3
  # at: <Default>
  # expanded: 3
  # default: 3
 GRIDMANAGER_CONNECT_FAILURE_RETRY_INTERVAL = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 GRIDMANAGER_CONTACT_SCHEDD_DELAY = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 GRIDMANAGER_DEBUG = 
  # at: <Default>
  # expanded: 
 GRIDMANAGER_GAHP_CALL_TIMEOUT_CONDOR = 28800
  # at: <Default>
  # expanded: 28800
  # default: 28800
 GRIDMANAGER_GAHP_RESPONSE_TIMEOUT = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 GRIDMANAGER_GAHPCLIENT_DEBUG = true
  # at: <Default>
  # expanded: true
  # default: true
 GRIDMANAGER_GAHPCLIENT_DEBUG_SIZE = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 GRIDMANAGER_GLOBUS_COMMIT_TIMEOUT = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 GRIDMANAGER_JM_EXIT_LIMIT = 30
  # at: <Default>
  # expanded: 30
  # default: 30
 GRIDMANAGER_LOCK = $(LOCK)/GridmanagerLock.$(USERNAME)
  # at: <Default>
  # expanded: /var/lock/condor/GridmanagerLock.oren
  # default: $(LOCK)/GridmanagerLock.$(USERNAME)
 GRIDMANAGER_LOG = $(LOG)/GridmanagerLog.$(USERNAME)
  # at: <Default>
  # expanded: /var/log/condor/GridmanagerLog.oren
  # default: $(LOG)/GridmanagerLog.$(USERNAME)
 GRIDMANAGER_MAX_JOBMANAGERS_PER_RESOURCE = 10
  # at: <Default>
  # expanded: 10
  # default: 10
 GRIDMANAGER_MAX_PENDING_REQUESTS = 50
  # at: <Default>
  # expanded: 50
  # default: 50
 GRIDMANAGER_MAX_PENDING_SUBMITS = 
  # at: <Default>
  # expanded: 
 GRIDMANAGER_MAX_PENDING_SUBMITS_PER_RESOURCE = 
  # at: <Default>
  # expanded: 
 GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE = 1000
  # at: <Default>
  # expanded: 1000
  # default: 1000
 GRIDMANAGER_MAX_SUBMITTED_JOBS_PER_RESOURCE_EC2 = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 GRIDMANAGER_PER_JOB = false
  # at: <Default>
  # expanded: false
  # default: false
 GRIDMANAGER_PROXY_REFRESH_TIME = 21600
  # at: <Default>
  # expanded: 21600
  # default: 21600
 GRIDMAP = 
  # at: <Default>
  # expanded: 
 GRIDSHELL = 
  # at: <Default>
  # expanded: 
 GROUP_ACCEPT_SURPLUS = false
  # at: <Default>
  # expanded: false
  # default: false
 GROUP_AUTOREGROUP = false
  # at: <Default>
  # expanded: false
  # default: false
 GROUP_NAMES = 
  # at: <Default>
  # expanded: 
 GROUP_QUOTA_MAX_ALLOCATION_ROUNDS = 3
  # at: <Default>
  # expanded: 3
  # default: 3
 GROUP_QUOTA_ROUND_ROBIN_RATE = 1.0e100
  # at: <Default>
  # expanded: 1.0e100
  # default: 1.0e100
 GROUP_SORT_EXPR = ifThenElse(AccountingGroup=?="<none>",3.4e+38,ifThenElse(GroupQuota>0,GroupResourcesInUse/GroupQuota,3.3e+38))
  # at: <Default>
  # expanded: ifThenElse(AccountingGroup=?="<none>",3.4e+38,ifThenElse(GroupQuota>0,GroupResourcesInUse/GroupQuota,3.3e+38))
  # default: ifThenElse(AccountingGroup=?="<none>",3.4e+38,ifThenElse(GroupQuota>0,GroupResourcesInUse/GroupQuota,3.3e+38))
 GSI_DAEMON_CERT = 
  # at: <Default>
  # expanded: 
 GSI_DAEMON_DIRECTORY = 
  # at: <Default>
  # expanded: 
  # default: 
 GSI_DAEMON_KEY = 
  # at: <Default>
  # expanded: 
 GSI_DAEMON_NAME = 
  # at: <Default>
  # expanded: 
 GSI_DAEMON_PROXY = 
  # at: <Default>
  # expanded: 
 GSI_DAEMON_TRUSTED_CA_DIR = 
  # at: <Default>
  # expanded: 
 GSI_SKIP_HOST_CHECK = false
  # at: <Default>
  # expanded: false
  # default: false
 GSI_SKIP_HOST_CHECK_CERT_REGEX = 
  # at: <Default>
  # expanded: 
 GSS_ASSIST_GRIDMAP_CACHE_EXPIRATION = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 GT2_GAHP = $(SBIN)/gahp_server
  # at: <Default>
  # expanded: /usr/sbin/gahp_server
  # default: $(SBIN)/gahp_server
 HA_LOCK_HOLD_TIME = 
  # at: <Default>
  # expanded: 
 HA_LOCK_URL = 
  # at: <Default>
  # expanded: 
 HA_POLL_PERIOD = 
  # at: <Default>
  # expanded: 
 HAD = $(SBIN)/condor_had
  # at: <Default>
  # expanded: /usr/sbin/condor_had
  # default: $(SBIN)/condor_had
 HAD_ARGS = -sock $(HAD_SOCKET_NAME)
  # at: <Default>
  # expanded: -sock had
  # default: -sock $(HAD_SOCKET_NAME)
 HAD_CONNECTION_TIMEOUT = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 HAD_DEBUG = 
  # at: <Default>
  # expanded: 
 HAD_LIST = 
  # at: <Default>
  # expanded: 
 HAD_LOG = $(LOG)/HADLog
  # at: <Default>
  # expanded: /var/log/condor/HADLog
  # default: $(LOG)/HADLog
 HAD_SOCKET_NAME = had
  # at: <Default>
  # expanded: had
  # default: had
 HAD_STAND_ALONE_DEBUG = 
  # at: <Default>
  # expanded: 
 HAD_UPDATE_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 HAD_USE_PRIMARY = false
  # at: <Default>
  # expanded: false
  # default: false
 HAD_USE_REPLICATION = false
  # at: <Default>
  # expanded: false
  # default: false
 HAD_USE_SHARED_PORT = false
  # at: <Default>
  # expanded: false
  # default: false
 HAVE_EXT_GLOBUS = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 HAVE_EXT_KRB5 = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 HighLoad = 0.5
  # at: <Default>
  # expanded: 0.5
  # default: 0.5
 HISTORY = $(SPOOL)/history
  # at: <Default>
  # expanded: /var/spool/condor/history
  # default: $(SPOOL)/history
 HISTORY_HELPER = $(BIN)/condor_history
  # at: <Default>
  # expanded: /usr/bin/condor_history
  # default: $(BIN)/condor_history
 HISTORY_HELPER_MAX_CONCURRENCY = 2
  # at: <Default>
  # expanded: 2
  # default: 2
 HISTORY_HELPER_MAX_HISTORY = 10000
  # at: <Default>
  # expanded: 10000
  # default: 10000
 HOSTNAME = shilo-ubu3
  # at: <Detected>
  # expanded: shilo-ubu3
 HOUR = 3600
  # at: <Default>
  # expanded: 3600
  # default: 3600
 IGNORE_ATTEMPTS_TO_SET_SECURE_JOB_ATTRS = true
  # at: <Default>
  # expanded: true
  # default: true
 IGNORE_DNS_PROTOCOL_PREFERENCE = $(PREFER_IPV4)
  # at: <Default>
  # expanded: true
  # default: $(PREFER_IPV4)
 IGNORE_LEAF_OOM = true
  # at: <Default>
  # expanded: true
  # default: true
 IGNORE_NFS_LOCK_ERRORS = false
  # at: <Default>
  # expanded: false
  # default: false
 IGNORE_TARGET_PROTOCOL_PREFERENCE = $(PREFER_IPV4)
  # at: <Default>
  # expanded: true
  # default: $(PREFER_IPV4)
 IMMUTABLE_JOB_ATTRS = 
  # at: <Default>
  # expanded: 
 IN_HIGHPORT = 
  # at: <Default>
  # expanded: 
 IN_LOWPORT = 
  # at: <Default>
  # expanded: 
 INCLUDE = $(RELEASE_DIR)/include/condor
  # at: /etc/condor/condor_config, line 66
  # expanded: /usr/include/condor
  # default: $(RELEASE_DIR)/include
 INTERACTIVE_SUBMIT_FILE = /etc/condor/interactive.sub
  # at: <Default>
  # expanded: /etc/condor/interactive.sub
  # default: /etc/condor/interactive.sub
 INVALID_LOG_FILES = 
  # at: <Default>
  # expanded: 
 IP_ADDRESS = 128.139.196.113
  # at: <Detected>
  # expanded: 128.139.196.113
 IP_ADDRESS_IS_IPV6 = false
  # at: <Detected>
  # expanded: false
 IPV4_ADDRESS = 128.139.196.113
  # at: <Detected>
  # expanded: 128.139.196.113
 IPV6_ADDRESS = ::1
  # at: <Detected>
  # expanded: ::1
 IS_OWNER = (START =?= False)
  # at: <Default>
  # expanded: (START =?= False)
  # default: (START =?= False)
 IS_VALID_CHECKPOINT_PLATFORM = 
  # at: <Default>
  # expanded: 
 IsCollector = false
  # at: <Default>
  # expanded: false
  # default: false
 IsMaster = false
  # at: <Default>
  # expanded: false
  # default: false
 IsMPI = (TARGET.JobUniverse == $(MPI))
  # at: <Default>
  # expanded: (TARGET.JobUniverse == 8)
  # default: (TARGET.JobUniverse == $(MPI))
 IsNegotiator = false
  # at: <Default>
  # expanded: false
  # default: false
 IsSchedd = false
  # at: <Default>
  # expanded: false
  # default: false
 IsShadow = false
  # at: <Default>
  # expanded: false
  # default: false
 IsStandard = (TARGET.JobUniverse == $(STANDARD))
  # at: <Default>
  # expanded: (TARGET.JobUniverse == 1)
  # default: (TARGET.JobUniverse == $(STANDARD))
 IsStartd = false
  # at: <Default>
  # expanded: false
  # default: false
 IsStarter = false
  # at: <Default>
  # expanded: false
  # default: false
 TOOL.IsTool = true
  # at: <Default>
  # expanded: true
  # default: true
 IsVanilla = (TARGET.JobUniverse == $(VANILLA))
  # at: <Default>
  # expanded: (TARGET.JobUniverse == 5)
  # default: (TARGET.JobUniverse == $(VANILLA))
 IsVM = (TARGET.JobUniverse == $(VM))
  # at: <Default>
  # expanded: (TARGET.JobUniverse == 13)
  # default: (TARGET.JobUniverse == $(VM))
 IsWindows = false
  # at: <Default>
  # expanded: false
  # default: false
 JAVA = /usr/bin/java
  # at: <Default>
  # expanded: /usr/bin/java
  # default: /usr/bin/java
 JAVA_BENCHMARK_TIME = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 JAVA_CLASSPATH_ARGUMENT = -classpath
  # at: <Default>
  # expanded: -classpath
  # default: -classpath
 JAVA_CLASSPATH_DEFAULT = $(LIB) $(LIB)/scimark2lib.jar .
  # at: <Default>
  # expanded: /usr/lib/condor /usr/lib/condor/scimark2lib.jar .
  # default: $(LIB) $(LIB)/scimark2lib.jar .
 JAVA_CLASSPATH_SEPARATOR = :
  # at: <Default>
  # expanded: :
  # default: :
 JAVA_EXTRA_ARGUMENTS = 
  # at: <Default>
  # expanded: 
 JAVA_MAXHEAP_ARGUMENT = -Xmx
  # at: <Default>
  # expanded: -Xmx
  # default: -Xmx
 JOB_DEFAULT_REQUESTCPUS = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 JOB_DEFAULT_REQUESTDISK = DiskUsage
  # at: <Default>
  # expanded: DiskUsage
  # default: DiskUsage
 JOB_DEFAULT_REQUESTMEMORY = ifthenelse(MemoryUsage =!= UNDEFINED,MemoryUsage,(ImageSize+1023)/1024)
  # at: <Default>
  # expanded: ifthenelse(MemoryUsage =!= UNDEFINED,MemoryUsage,(ImageSize+1023)/1024)
  # default: ifthenelse(MemoryUsage =!= UNDEFINED,MemoryUsage,(ImageSize+1023)/1024)
 JOB_EXECDIR_PERMISSIONS = user
  # at: <Default>
  # expanded: user
  # default: user
 JOB_INHERITS_STARTER_ENVIRONMENT = false
  # at: <Default>
  # expanded: false
  # default: false
 JOB_PROXY_OVERRIDE_FILE = 
  # at: <Default>
  # expanded: 
 JOB_RENICE_INCREMENT = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 JOB_ROUTER = $(LIBEXEC)/condor_job_router
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_job_router
  # default: $(LIBEXEC)/condor_job_router
 JOB_ROUTER_DEBUG = 
  # at: <Default>
  # expanded: 
 JOB_ROUTER_LOCK = $(LOCK)/$(JOB_ROUTER_NAME)Lock
  # at: <Default>
  # expanded: /var/lock/condor/jobrouterLock
  # default: $(LOCK)/$(JOB_ROUTER_NAME)Lock
 JOB_ROUTER_LOG = $(LOG)/JobRouterLog
  # at: <Default>
  # expanded: /var/log/condor/JobRouterLog
  # default: $(LOG)/JobRouterLog
 JOB_ROUTER_NAME = jobrouter
  # at: <Default>
  # expanded: jobrouter
  # default: jobrouter
 JOB_ROUTER_POLLING_PERIOD = 10
  # at: <Default>
  # expanded: 10
  # default: 10
 JOB_ROUTER_SOURCE_JOB_CONSTRAINT = 
  # at: <Default>
  # expanded: 
 JOB_SPOOL_PERMISSIONS = user
  # at: <Default>
  # expanded: user
  # default: user
 JOB_START_DELAY = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 JustCPU = ($(CPUBusy) && ($(KeyboardBusy) == False))
  # at: <Default>
  # expanded: (((LoadAvg - CondorLoadAvg) >= 0.5) && ((KeyboardIdle < 60) == False))
  # default: ($(CPUBusy) && ($(KeyboardBusy) == False))
 KBDD = $(SBIN)/condor_kbdd
  # at: <Default>
  # expanded: /usr/sbin/condor_kbdd
  # default: $(SBIN)/condor_kbdd
 KBDD_ADDRESS_FILE = $(LOG)/.kbdd_address
  # at: <Default>
  # expanded: /var/log/condor/.kbdd_address
  # default: $(LOG)/.kbdd_address
 KBDD_DEBUG = 
  # at: <Default>
  # expanded: 
 KBDD_LOG = $(LOG)/KbdLog
  # at: <Default>
  # expanded: /var/log/condor/KbdLog
  # default: $(LOG)/KbdLog
 KEEP_OUTPUT_SANDBOX = false
  # at: <Default>
  # expanded: false
  # default: false
 KEEP_POOL_HISTORY = 
  # at: <Default>
  # expanded: 
 KERBEROS_MAP_FILE = 
  # at: <Default>
  # expanded: 
 KERNEL_TUNING_LOG = $(LOG)/KernelTuning.log
  # at: <Default>
  # expanded: /var/log/condor/KernelTuning.log
  # default: $(LOG)/KernelTuning.log
 KEYBOARD_CPUS = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 KeyboardBusy = (KeyboardIdle < $(MINUTE))
  # at: <Default>
  # expanded: (KeyboardIdle < 60)
  # default: (KeyboardIdle < $(MINUTE))
 KeyboardNotBusy = ($(KeyboardBusy) == False)
  # at: <Default>
  # expanded: ((KeyboardIdle < 60) == False)
  # default: ($(KeyboardBusy) == False)
 KILL = False
  # at: <Default>
  # expanded: False
  # default: False
 KILLING_TIMEOUT = 30
  # at: <Default>
  # expanded: 30
  # default: 30
 LastCkpt = (time() - LastPeriodicCheckpoint)
  # at: <Default>
  # expanded: (time() - LastPeriodicCheckpoint)
  # default: (time() - LastPeriodicCheckpoint)
 LIB = $(RELEASE_DIR)/lib/condor
  # at: /etc/condor/condor_config, line 65
  # expanded: /usr/lib/condor
  # default: $(RELEASE_DIR)/lib
 LIBEXEC = $(RELEASE_DIR)/lib/condor/libexec
  # at: /etc/condor/condor_config, line 68
  # expanded: /usr/lib/condor/libexec
  # default: $(RELEASE_DIR)/libexec
 LIBVIRT_XML_SCRIPT = $(LIBEXEC)/libvirt_simple_script.awk
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/libvirt_simple_script.awk
  # default: $(LIBEXEC)/libvirt_simple_script.awk
 LINUX_KERNEL_TUNING_SCRIPT = /etc/condor/linux_kernel_tuning
  # at: <Default>
  # expanded: /etc/condor/linux_kernel_tuning
  # default: /etc/condor/linux_kernel_tuning
 LOCAL_CONFIG_DIR = /etc/condor/config.d
  # at: /etc/condor/condor_config, line 38
  # expanded: /etc/condor/config.d
 LOCAL_CONFIG_DIR_EXCLUDE_REGEXP = ^((\..*)|(.*\.pl)|(.*\.py)|(.*\.sh)|(.*~)|(#.*)|(.*\.rpmsave)|(.*\.rpmnew)|(.*\.dpkg-old)|(.*\.dpkg-dist)|(.*\.cfsaved))$
  # at: <Default>
  # expanded: ^((\..*)|(.*\.pl)|(.*\.py)|(.*\.sh)|(.*~)|(#.*)|(.*\.rpmsave)|(.*\.rpmnew)|(.*\.dpkg-old)|(.*\.dpkg-dist)|(.*\.cfsaved))$
  # default: ^((\..*)|(.*\.pl)|(.*\.py)|(.*\.sh)|(.*~)|(#.*)|(.*\.rpmsave)|(.*\.rpmnew)|(.*\.dpkg-old)|(.*\.dpkg-dist)|(.*\.cfsaved))$
 LOCAL_CONFIG_FILE = /etc/condor/condor_config.local
  # at: /etc/condor/condor_config, line 29
  # expanded: /etc/condor/condor_config.local
 LOCAL_DIR = /var
  # at: /etc/condor/condor_config, line 26
  # expanded: /var
  # default: $(TILDE)
 LOCAL_DISK_LOCK_DIR = 
  # at: <Default>
  # expanded: 
 LOCAL_UNIV_EXECUTE = $(SPOOL)/local_univ_execute
  # at: <Default>
  # expanded: /var/spool/condor/local_univ_execute
  # default: $(SPOOL)/local_univ_execute
 LOCAL_UNIVERSE_JOB_CLEANUP_RETRY_DELAY = 30
  # at: <Default>
  # expanded: 30
  # default: 30
 LOCAL_UNIVERSE_MAX_JOB_CLEANUP_RETRIES = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 LOCALNAME = TOOL
  # at: <Detected>
  # expanded: TOOL
 LOCK = $(LOCAL_DIR)/lock/condor
  # at: /etc/condor/condor_config, line 61
  # expanded: /var/lock/condor
  # default: $(LOG)
 LOCK_DEBUG_LOG_TO_APPEND = false
  # at: <Default>
  # expanded: false
  # default: false
 LOG = $(LOCAL_DIR)/log/condor
  # at: /etc/condor/condor_config, line 60
  # expanded: /var/log/condor
  # default: $(LOCAL_DIR)/log
 LOG_ON_NFS_IS_ERROR = false
  # at: <Default>
  # expanded: false
  # default: false
 LOG_TO_SYSLOG = false
  # at: <Default>
  # expanded: false
  # default: false
 LOGS_USE_TIMESTAMP = false
  # at: <Default>
  # expanded: false
  # default: false
 LOWPORT = 
  # at: <Default>
  # expanded: 
 MachineBusy = ($(CPUBusy) || $(KeyboardBusy))
  # at: <Default>
  # expanded: (((LoadAvg - CondorLoadAvg) >= 0.5) || (KeyboardIdle < 60))
  # default: ($(CPUBusy) || $(KeyboardBusy))
 MachineMaxVacateTime = $(MaxVacateTime)
  # at: <Default>
  # expanded: 10 * 60
  # default: $(MaxVacateTime)
 MAIL = /usr/bin/mail
  # at: <Default>
  # expanded: /usr/bin/mail
  # default: /usr/bin/mail
 MASTER = $(SBIN)/condor_master
  # at: <Default>
  # expanded: /usr/sbin/condor_master
  # default: $(SBIN)/condor_master
 MASTER_ADDRESS_FILE = $(LOG)/.master_address
  # at: <Default>
  # expanded: /var/log/condor/.master_address
  # default: $(LOG)/.master_address
 MASTER_BACKOFF_CEILING = 3600
  # at: <Default>
  # expanded: 3600
  # default: 3600
 MASTER_BACKOFF_CONSTANT = 9
  # at: <Default>
  # expanded: 9
  # default: 9
 MASTER_BACKOFF_FACTOR = 2.0
  # at: <Default>
  # expanded: 2.0
  # default: 2.0
 MASTER_CHECK_NEW_EXEC_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 MASTER_DAEMON_AD_FILE = 
  # at: <Default>
  # expanded: 
 MASTER_DEBUG = 
  # at: <Default>
  # expanded: 
 MASTER_DEBUG_WAIT = false
  # at: <Default>
  # expanded: false
  # default: false
 MASTER_ENVIRONMENT = 
  # at: <Default>
  # expanded: 
 MASTER_FLAG = 
  # at: <Default>
  # expanded: 
 MASTER_HA_LIST = 
  # at: <Default>
  # expanded: 
 MASTER_INSTANCE_LOCK = 
  # at: <Default>
  # expanded: 
 MASTER_LOG = $(LOG)/MasterLog
  # at: <Default>
  # expanded: /var/log/condor/MasterLog
  # default: $(LOG)/MasterLog
 MASTER_NAME = 
  # at: <Default>
  # expanded: 
 MASTER_NEW_BINARY_DELAY = 120
  # at: <Default>
  # expanded: 120
  # default: 120
 MASTER_NEW_BINARY_RESTART = GRACEFUL
  # at: <Default>
  # expanded: GRACEFUL
  # default: GRACEFUL
 MASTER_RECOVER_FACTOR = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 MASTER_SQLLOG = 
  # at: <Default>
  # expanded: 
 MASTER_TIMEOUT_MULTIPLIER = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 MASTER_UPDATE_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 MATCH_TIMEOUT = 120
  # at: <Default>
  # expanded: 120
  # default: 120
 MAX_ACCOUNTANT_DATABASE_SIZE = 1000000
  # at: <Default>
  # expanded: 1000000
  # default: 1000000
 MAX_C_GAHP_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_CLAIM_ALIVES_MISSED = 6
  # at: <Default>
  # expanded: 6
  # default: 6
 MAX_COLLECTOR_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_CREDD_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_DAGMAN_LOG = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 MAX_DEFAULT_LOG = 10 Mb
  # at: <Default>
  # expanded: 10 Mb
  # default: 10 Mb
 MAX_DISCARDED_RUN_TIME = 3600
  # at: <Default>
  # expanded: 3600
  # default: 3600
 MAX_GANGLIAD_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_GLOBAL_JOB_PRIOS = 500
  # at: <Default>
  # expanded: 500
  # default: 500
 MAX_GRIDMANAGER_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_HAD_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_JOB_MIRROR_UPDATE_LAG = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 MAX_JOB_QUEUE_LOG_ROTATIONS = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 MAX_JOB_ROUTER_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_JOBS_PER_OWNER = 100000
  # at: <Default>
  # expanded: 100000
  # default: 100000
 MAX_JOBS_PER_SUBMISSION = 20000
  # at: <Default>
  # expanded: 20000
  # default: 20000
 MAX_JOBS_RUNNING = MIN({$(DETECTED_MEMORY), 10000})
  # at: <Default>
  # expanded: MIN({7963, 10000})
  # default: MIN({$(DETECTED_MEMORY), 10000})
 MAX_JOBS_SUBMITTED = 2147483647
  # at: <Default>
  # expanded: 2147483647
  # default: 2147483647
 MAX_KBDD_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_MASTER_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_NEGOTIATOR_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_NEGOTIATOR_MATCH_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_PERIODIC_EXPR_INTERVAL = 1200
  # at: <Default>
  # expanded: 1200
  # default: 1200
 MAX_PID_COLLISION_RETRY = 9
  # at: <Default>
  # expanded: 9
  # default: 9
 MAX_PROCD_LOG = 1000000
  # at: <Default>
  # expanded: 1000000
  # default: 1000000
 MAX_REPLICATION_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_ROOSTER_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_RUNNING_SCHEDULER_JOBS_PER_OWNER = 
  # at: <Default>
  # expanded: 
 MAX_SCHEDD_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_SHADOW_EXCEPTIONS = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 MAX_SHADOW_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_SHARED_PORT_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_SLOT_TYPES = 10
  # at: <Default>
  # expanded: 10
  # default: 10
 MAX_STARTD_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_STARTER_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_TIME_SKIP = 1200
  # at: <Default>
  # expanded: 1200
  # default: 1200
 MAX_TRACKING_GID = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 MAX_TRANSFER_INPUT_MB = -1
  # at: <Default>
  # expanded: -1
  # default: -1
 MAX_TRANSFER_LIFETIME = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 MAX_TRANSFER_OUTPUT_MB = -1
  # at: <Default>
  # expanded: -1
  # default: -1
 MAX_TRANSFERER_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_VIRTUAL_MACHINE_TYPES = 10
  # at: <Default>
  # expanded: 10
  # default: 10
 MAX_VM_GAHP_LOG = $(MAX_DEFAULT_LOG)
  # at: <Default>
  # expanded: 10 Mb
  # default: $(MAX_DEFAULT_LOG)
 MAX_XML_LOG = 1900000000
  # at: <Default>
  # expanded: 1900000000
  # default: 1900000000
 MaxSuspendTime = 10 * $(MINUTE)
  # at: <Default>
  # expanded: 10 * 60
  # default: 10 * $(MINUTE)
 MaxVacateTime = 10 * $(MINUTE)
  # at: <Default>
  # expanded: 10 * 60
  # default: 10 * $(MINUTE)
 MediumJob = (TARGET.ImageSize >= (15 * 1024) && TARGET.ImageSize < (50 * 1024))
  # at: <Default>
  # expanded: (TARGET.ImageSize >= (15 * 1024) && TARGET.ImageSize < (50 * 1024))
  # default: (TARGET.ImageSize >= (15 * 1024) && TARGET.ImageSize < (50 * 1024))
 MEMORY_USAGE_METRIC = ((ResidentSetSize+1023)/1024)
  # at: <Default>
  # expanded: ((ResidentSetSize+1023)/1024)
  # default: ((ResidentSetSize+1023)/1024)
 MEMORY_USAGE_METRIC_VM = VM_Memory
  # at: <Default>
  # expanded: VM_Memory
  # default: VM_Memory
 MIN_TRACKING_GID = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 MINUTE = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 MODIFY_REQUEST_EXPR_REQUESTCPUS = quantize(RequestCpus,{1})
  # at: <Default>
  # expanded: quantize(RequestCpus,{1})
  # default: quantize(RequestCpus,{1})
 MODIFY_REQUEST_EXPR_REQUESTDISK = quantize(RequestDisk,{1024})
  # at: <Default>
  # expanded: quantize(RequestDisk,{1024})
  # default: quantize(RequestDisk,{1024})
 MODIFY_REQUEST_EXPR_REQUESTMEMORY = quantize(RequestMemory,{128})
  # at: <Default>
  # expanded: quantize(RequestMemory,{128})
  # default: quantize(RequestMemory,{128})
 MOUNT_UNDER_SCRATCH = 
  # at: <Default>
  # expanded: 
 MPI = 8
  # at: <Default>
  # expanded: 8
  # default: 8
 MPI_CONDOR_RSH_PATH = 
  # at: <Default>
  # expanded: 
 MPI_MASTER_IP = 
  # at: <Default>
  # expanded: 
 MUST_MODIFY_REQUEST_EXPRS = false
  # at: <Default>
  # expanded: false
  # default: false
 NAMED_CHROOT = 
  # at: <Default>
  # expanded: 
 NEGOTIATE_ALL_JOBS_IN_CLUSTER = 
  # at: <Default>
  # expanded: 
 NEGOTIATION_CYCLE_STATS_LENGTH = 3
  # at: <Default>
  # expanded: 3
  # default: 3
 NEGOTIATOR = $(SBIN)/condor_negotiator
  # at: <Default>
  # expanded: /usr/sbin/condor_negotiator
  # default: $(SBIN)/condor_negotiator
 NEGOTIATOR_ALLOW_QUOTA_OVERSUBSCRIPTION = true
  # at: <Default>
  # expanded: true
  # default: true
 NEGOTIATOR_CONSIDER_EARLY_PREEMPTION = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_CONSIDER_PREEMPTION = true
  # at: <Default>
  # expanded: true
  # default: true
 NEGOTIATOR_CROSS_SLOT_PRIOS = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_DEBUG = D_MATCH
  # at: <Default>
  # expanded: D_MATCH
  # default: D_MATCH
 NEGOTIATOR_DEBUG_WAIT = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_DISCOUNT_SUSPENDED_RESOURCES = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_IGNORE_USER_PRIORITIES = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_INFORM_STARTD = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_INTERVAL = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 NEGOTIATOR_LOG = $(LOG)/NegotiatorLog
  # at: <Default>
  # expanded: /var/log/condor/NegotiatorLog
  # default: $(LOG)/NegotiatorLog
 NEGOTIATOR_MATCH_EXPRS = 
  # at: <Default>
  # expanded: 
 NEGOTIATOR_MATCH_LOG = $(LOG)/MatchLog
  # at: <Default>
  # expanded: /var/log/condor/MatchLog
  # default: $(LOG)/MatchLog
 NEGOTIATOR_MATCHLIST_CACHING = true
  # at: <Default>
  # expanded: true
  # default: true
 NEGOTIATOR_MAX_TIME_PER_PIESPIN = 31536000
  # at: <Default>
  # expanded: 31536000
  # default: 31536000
 NEGOTIATOR_MAX_TIME_PER_SCHEDD = 31536000
  # at: <Default>
  # expanded: 31536000
  # default: 31536000
 NEGOTIATOR_MAX_TIME_PER_SUBMITTER = 31536000
  # at: <Default>
  # expanded: 31536000
  # default: 31536000
 NEGOTIATOR_POST_JOB_RANK = (RemoteOwner =?= UNDEFINED) * (ifthenElse(isUndefined(KFlops), 1000, Kflops) - SlotID - 1.0e10*(Offline=?=True))
  # at: <Default>
  # expanded: (RemoteOwner =?= UNDEFINED) * (ifthenElse(isUndefined(KFlops), 1000, Kflops) - SlotID - 1.0e10*(Offline=?=True))
  # default: (RemoteOwner =?= UNDEFINED) * (ifthenElse(isUndefined(KFlops), 1000, Kflops) - SlotID - 1.0e10*(Offline=?=True))
 NEGOTIATOR_PRE_JOB_RANK = (10000000 * My.Rank) + (1000000 * (RemoteOwner =?= UNDEFINED)) - (100000 * Cpus) - Memory
  # at: <Default>
  # expanded: (10000000 * My.Rank) + (1000000 * (RemoteOwner =?= UNDEFINED)) - (100000 * Cpus) - Memory
  # default: (10000000 * My.Rank) + (1000000 * (RemoteOwner =?= UNDEFINED)) - (100000 * Cpus) - Memory
 NEGOTIATOR_PREFETCH_REQUESTS = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_PREFETCH_REQUESTS_MAX_TIME = 120
  # at: <Default>
  # expanded: 120
  # default: 120
 NEGOTIATOR_READ_CONFIG_BEFORE_CYCLE = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_RESOURCE_REQUEST_LIST_SIZE = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 NEGOTIATOR_SLOT_CONSTRAINT = 
  # at: <Default>
  # expanded: 
 NEGOTIATOR_SLOT_POOLSIZE_CONSTRAINT = 
  # at: <Default>
  # expanded: 
 NEGOTIATOR_STATE_FILE = 
  # at: <Default>
  # expanded: 
 NEGOTIATOR_TIMEOUT = 30
  # at: <Default>
  # expanded: 30
  # default: 30
 NEGOTIATOR_TRIM_SHUTDOWN_THRESHOLD = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 NEGOTIATOR_UPDATE_AFTER_CYCLE = false
  # at: <Default>
  # expanded: false
  # default: false
 NEGOTIATOR_UPDATE_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 NEGOTIATOR_USE_NONBLOCKING_STARTD_CONTACT = true
  # at: <Default>
  # expanded: true
  # default: true
 NEGOTIATOR_USE_SLOT_WEIGHTS = true
  # at: <Default>
  # expanded: true
  # default: true
 NEGOTIATOR_USE_WEIGHTED_DEMAND = true
  # at: <Default>
  # expanded: true
  # default: true
 NETWORK_HOSTNAME = 
  # at: <Default>
  # expanded: 
 NETWORK_INTERFACE = *
  # at: <Default>
  # expanded: *
  # default: *
 NETWORK_MAX_PENDING_CONNECTS = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 NICE_USER_PRIO_FACTOR = 1e10
  # at: <Default>
  # expanded: 1e10
  # default: 1e10
 NO_DNS = false
  # at: <Default>
  # expanded: false
  # default: false
 NONBLOCKING_COLLECTOR_UPDATE = true
  # at: <Default>
  # expanded: true
  # default: true
 NonCondorLoadAvg = (LoadAvg - CondorLoadAvg)
  # at: <Default>
  # expanded: (LoadAvg - CondorLoadAvg)
  # default: (LoadAvg - CondorLoadAvg)
 NORDUGRID_GAHP = $(SBIN)/nordugrid_gahp
  # at: <Default>
  # expanded: /usr/sbin/nordugrid_gahp
  # default: $(SBIN)/nordugrid_gahp
 NOT_RESPONDING_TIMEOUT = 3600
  # at: <Default>
  # expanded: 3600
  # default: 3600
 NUM_CPUS = $(DETECTED_CPUS)
  # at: <Default>
  # expanded: 4
  # default: $(DETECTED_CPUS)
 OBITUARY_LOG_LENGTH = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 OPENMPI_EXCLUDE_NETWORK_INTERFACES = docker0,virbr0
  # at: <Default>
  # expanded: docker0,virbr0
  # default: docker0,virbr0
 OPENMPI_INSTALL_PATH = /usr/lib64/openmpi
  # at: <Default>
  # expanded: /usr/lib64/openmpi
  # default: /usr/lib64/openmpi
 OPSYS = LINUX
  # at: <Detected>
  # expanded: LINUX
 OPSYSANDVER = Ubuntu0
  # at: <Detected>
  # expanded: Ubuntu0
 OPSYSLEGACY = LINUX
  # at: <Detected>
  # expanded: LINUX
 OPSYSLONGNAME = Ubuntu Bionic Beaver (development branch)
  # at: <Detected>
  # expanded: Ubuntu Bionic Beaver (development branch)
 OPSYSNAME = Ubuntu
  # at: <Detected>
  # expanded: Ubuntu
 OPSYSSHORTNAME = Ubuntu
  # at: <Detected>
  # expanded: Ubuntu
 OUT_HIGHPORT = 
  # at: <Default>
  # expanded: 
 OUT_LOWPORT = 
  # at: <Default>
  # expanded: 
 PANDA_QUEUE_GRACE = 3
  # at: <Default>
  # expanded: 3
  # default: 3
 PANDA_QUEUE_SIZE = 131072
  # at: <Default>
  # expanded: 131072
  # default: 131072
 PANDA_STATISTICS_LOG = /tmp/pandaStatisticsLog
  # at: <Default>
  # expanded: /tmp/pandaStatisticsLog
  # default: /tmp/pandaStatisticsLog
 PANDA_UPDATE_TIMEOUT = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 PANDAD = $(LIBEXEC)/condor_pandad
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_pandad
  # default: $(LIBEXEC)/condor_pandad
 PARROT = 
  # at: <Default>
  # expanded: 
 PASSWD_CACHE_REFRESH = 72000
  # at: <Default>
  # expanded: 72000
  # default: 72000
 PER_JOB_HISTORY_DIR = 
  # at: <Default>
  # expanded: 
 PER_JOB_NAMESPACES = true
  # at: <Default>
  # expanded: true
  # default: true
 PERIODIC_CHECKPOINT = ((time() - LastPeriodicCheckpoint)/60.0) > (180.0 + $RANDOM_INTEGER(-30,30,1))
  # at: <Default>
  # expanded: ((time() - LastPeriodicCheckpoint)/60.0) > (180.0 + 0)
  # default: ((time() - LastPeriodicCheckpoint)/60.0) > (180.0 + $RANDOM_INTEGER(-30,30,1))
 PERIODIC_EXPR_INTERVAL = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 PERIODIC_EXPR_TIMESLICE = 0.01
  # at: <Default>
  # expanded: 0.01
  # default: 0.01
 PERIODIC_MEMORY_SYNC = false
  # at: <Default>
  # expanded: false
  # default: false
 PERSISTENT_CONFIG_DIR = 
  # at: <Default>
  # expanded: 
 PID = 352073
  # at: <Detected>
  # expanded: 352073
 PID_SNAPSHOT_INTERVAL = 15
  # at: <Default>
  # expanded: 15
  # default: 15
 PIPE_BUFFER_MAX = 10240
  # at: <Default>
  # expanded: 10240
  # default: 10240
 PLUGIN_DIR = 
  # at: <Default>
  # expanded: 
 PLUGINS = 
  # at: <Default>
  # expanded: 
 POLLING_INTERVAL = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 POLLING_PERIOD = 
  # at: <Default>
  # expanded: 
 POOL_HISTORY_DIR = 
  # at: <Default>
  # expanded: 
 POOL_HISTORY_MAX_STORAGE = 10000000
  # at: <Default>
  # expanded: 10000000
  # default: 10000000
 POOL_HISTORY_SAMPLING_INTERVAL = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 PPID = 352053
  # at: <Detected>
  # expanded: 352053
 PREEMPT = False
  # at: <Default>
  # expanded: False
  # default: False
 PREEMPTION_RANK = (RemoteUserPrio * 1000000) - ifThenElse(isUndefined(TotalJobRuntime), 0, TotalJobRuntime)
  # at: <Default>
  # expanded: (RemoteUserPrio * 1000000) - ifThenElse(isUndefined(TotalJobRuntime), 0, TotalJobRuntime)
  # default: (RemoteUserPrio * 1000000) - ifThenElse(isUndefined(TotalJobRuntime), 0, TotalJobRuntime)
 PREEMPTION_REQUIREMENTS = False
  # at: <Default>
  # expanded: False
  # default: False
 PREEN = $(SBIN)/condor_preen
  # at: <Default>
  # expanded: /usr/sbin/condor_preen
  # default: $(SBIN)/condor_preen
 PREEN_ADMIN = 
  # at: <Default>
  # expanded: 
 PREEN_ARGS = -m -r
  # at: <Default>
  # expanded: -m -r
  # default: -m -r
 PREEN_INTERVAL = 86400
  # at: <Default>
  # expanded: 86400
  # default: 86400
 PREFER_IPV4 = true
  # at: <Default>
  # expanded: true
  # default: true
 PREFER_OUTBOUND_IPV4 = $(PREFER_IPV4)
  # at: <Default>
  # expanded: true
  # default: $(PREFER_IPV4)
 PRIORITY_HALFLIFE = 86400
  # at: <Default>
  # expanded: 86400
  # default: 86400
 PRIVATE_NETWORK_INTERFACE = 
  # at: <Default>
  # expanded: 
 PRIVATE_NETWORK_NAME = $(FULL_HOSTNAME)
  # at: <Default>
  # expanded: shilo-ubu3.vi-seem.iucc.ac.il
  # default: $(FULL_HOSTNAME)
 PRIVSEP_ENABLED = false
  # at: <Default>
  # expanded: false
  # default: false
 PRIVSEP_SWITCHBOARD = 
  # at: <Default>
  # expanded: 
 PROCD = $(SBIN)/condor_procd
  # at: <Default>
  # expanded: /usr/sbin/condor_procd
  # default: $(SBIN)/condor_procd
 PROCD_ADDRESS = $(RUN)/procd_pipe
  # at: /etc/condor/condor_config, line 72
  # expanded: /var/run/condor/procd_pipe
  # default: $(LOCK)/procd_pipe
 PROCD_DEBUG = false
  # at: <Default>
  # expanded: false
  # default: false
 PROCD_LOG = $(LOG)/ProcLog
  # at: <Default>
  # expanded: /var/log/condor/ProcLog
  # default: $(LOG)/ProcLog
 PROCD_MAX_SNAPSHOT_INTERVAL = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 PROTECTED_JOB_ATTRS = 
  # at: <Default>
  # expanded: 
 PUBLISH_OBITUARIES = 
  # at: <Default>
  # expanded: 
 Q_QUERY_TIMEOUT = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 QUERY_TIMEOUT = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 QUEUE_ALL_USERS_TRUSTED = false
  # at: <Default>
  # expanded: false
  # default: false
 QUEUE_SUPER_USER_MAY_IMPERSONATE = 
  # at: <Default>
  # expanded: 
 QUEUE_SUPER_USERS = root, condor
  # at: <Default>
  # expanded: root, condor
  # default: root, condor
 QUILL = $(SBIN)/condor_quill
  # at: <Default>
  # expanded: /usr/sbin/condor_quill
  # default: $(SBIN)/condor_quill
 QUILL_DB_IP_ADDR = 
  # at: <Default>
  # expanded: 
 QUILL_DB_NAME = 
  # at: <Default>
  # expanded: 
 QUILL_DB_QUERY_PASSWORD = 
  # at: <Default>
  # expanded: 
 QUILL_DB_TYPE = PGSQL
  # at: <Default>
  # expanded: PGSQL
  # default: PGSQL
 QUILL_DB_USER = 
  # at: <Default>
  # expanded: 
 QUILL_DBSIZE_LIMIT = 
  # at: <Default>
  # expanded: 
 QUILL_ENABLED = false
  # at: <Default>
  # expanded: false
  # default: false
 QUILL_HISTORY_CLEANING_INTERVAL = 24
  # at: <Default>
  # expanded: 24
  # default: 24
 QUILL_HISTORY_DURATION = 180
  # at: <Default>
  # expanded: 180
  # default: 180
 QUILL_IS_REMOTELY_QUERYABLE = true
  # at: <Default>
  # expanded: true
  # default: true
 QUILL_JOB_HISTORY_DURATION = 
  # at: <Default>
  # expanded: 
 QUILL_MAINTAIN_DB_CONN = true
  # at: <Default>
  # expanded: true
  # default: true
 QUILL_MAINTAIN_SOFT_STATE = true
  # at: <Default>
  # expanded: true
  # default: true
 QUILL_MANAGE_VACUUM = false
  # at: <Default>
  # expanded: false
  # default: false
 QUILL_NAME = 
  # at: <Default>
  # expanded: 
 QUILL_POLLING_PERIOD = 10
  # at: <Default>
  # expanded: 10
  # default: 10
 QUILL_RESOURCE_HISTORY_DURATION = 
  # at: <Default>
  # expanded: 
 QUILL_RUN_HISTORY_DURATION = 
  # at: <Default>
  # expanded: 
 QUILL_SHOULD_REINDEX = true
  # at: <Default>
  # expanded: true
  # default: true
 QUILL_USE_SQL_LOG = false
  # at: <Default>
  # expanded: false
  # default: false
 QUILL_USE_TEMP_TABLE = false
  # at: <Default>
  # expanded: false
  # default: false
 REAL_GID = 1004
  # at: <Detected>
  # expanded: 1004
 REAL_TIME_JOB_SUSPEND_UPDATES = 
  # at: <Default>
  # expanded: 
 REAL_UID = 1004
  # at: <Detected>
  # expanded: 1004
 RECEIVE_MSGS_DURATION = 250
  # at: <Default>
  # expanded: 250
  # default: 250
 RECONNECT_BACKOFF_CEILING = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 RELEASE_DIR = /usr
  # at: /etc/condor/condor_config, line 22
  # expanded: /usr
  # default: /tmp/condorinstall0
 REMOTE_GAHP = $(SBIN)/remote_gahp
  # at: <Default>
  # expanded: /usr/sbin/remote_gahp
  # default: $(SBIN)/remote_gahp
 REMOTE_PRIO_FACTOR = 1e7
  # at: <Default>
  # expanded: 1e7
  # default: 1e7
 REPLICATION = $(SBIN)/condor_replication
  # at: <Default>
  # expanded: /usr/sbin/condor_replication
  # default: $(SBIN)/condor_replication
 REPLICATION_ARGS = -sock $(REPLICATION_SOCKET_NAME)
  # at: <Default>
  # expanded: -sock replication
  # default: -sock $(REPLICATION_SOCKET_NAME)
 REPLICATION_DEBUG = 
  # at: <Default>
  # expanded: 
 REPLICATION_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 REPLICATION_LIST = 
  # at: <Default>
  # expanded: 
 REPLICATION_LOG = $(LOG)/ReplicationLog
  # at: <Default>
  # expanded: /var/log/condor/ReplicationLog
  # default: $(LOG)/ReplicationLog
 REPLICATION_SOCKET_NAME = replication
  # at: <Default>
  # expanded: replication
  # default: replication
 REPLICATION_USE_SHARED_PORT = $(HAD_USE_SHARED_PORT)
  # at: <Default>
  # expanded: false
  # default: $(HAD_USE_SHARED_PORT)
 REQUIRE_LOCAL_CONFIG_FILE = false
  # at: <Default>
  # expanded: false
  # default: false
 RESERVE_AFS_CACHE = false
  # at: <Default>
  # expanded: false
  # default: false
 RESERVED_MEMORY = 
  # at: /etc/condor/config.d/00debconf, line 13
  # expanded: 
 RESERVED_SWAP = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 RESTART_PROCD_ON_ERROR = true
  # at: <Default>
  # expanded: true
  # default: true
 REUSE_CONDOR_RUN_ACCOUNT = 
  # at: <Default>
  # expanded: 
 ROOSTER = $(LIBEXEC)/condor_rooster
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_rooster
  # default: $(LIBEXEC)/condor_rooster
 ROOSTER_DEBUG = 
  # at: <Default>
  # expanded: 
 ROOSTER_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 ROOSTER_LOG = $(LOG)/RoosterLog
  # at: <Default>
  # expanded: /var/log/condor/RoosterLog
  # default: $(LOG)/RoosterLog
 ROOSTER_MAX_UNHIBERNATE = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 ROOSTER_UNHIBERNATE = Offline && Unhibernate
  # at: <Default>
  # expanded: Offline && Unhibernate
  # default: Offline && Unhibernate
 ROOSTER_UNHIBERNATE_RANK = 
  # at: <Default>
  # expanded: 
 ROOSTER_WAKEUP_CMD = "$(BIN)/condor_power -d -i"
  # at: <Default>
  # expanded: "/usr/bin/condor_power -d -i"
  # default: "$(BIN)/condor_power -d -i"
 RUN = $(LOCAL_DIR)/run/condor
  # at: /etc/condor/condor_config, line 59
  # expanded: /var/run/condor
 RUN_FILETRANSFER_PLUGINS_WITH_ROOT = false
  # at: <Default>
  # expanded: false
  # default: false
 RunBenchmarks = LastBenchmark == 0
  # at: <Default>
  # expanded: LastBenchmark == 0
  # default: LastBenchmark == 0
 RUNTIME_CONFIG_ADMIN = 
  # at: <Default>
  # expanded: 
 SANDBOX_TRANSFER_METHOD = 
  # at: <Default>
  # expanded: 
 SBIN = $(RELEASE_DIR)/sbin
  # at: <Default>
  # expanded: /usr/sbin
  # default: $(RELEASE_DIR)/sbin
 SCHED_DEBUG_WAIT = false
  # at: <Default>
  # expanded: false
  # default: false
 SCHED_UNIV_RENICE_INCREMENT = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 SCHEDD = $(SBIN)/condor_schedd
  # at: <Default>
  # expanded: /usr/sbin/condor_schedd
  # default: $(SBIN)/condor_schedd
 SCHEDD_ADDRESS_FILE = $(SPOOL)/.schedd_address
  # at: <Default>
  # expanded: /var/spool/condor/.schedd_address
  # default: $(SPOOL)/.schedd_address
 SCHEDD_BACKUP_SPOOL = 
  # at: <Default>
  # expanded: 
 SCHEDD_CRON_NAME = 
  # at: <Default>
  # expanded: 
 SCHEDD_DAEMON_AD_FILE = $(SPOOL)/.schedd_classad
  # at: <Default>
  # expanded: /var/spool/condor/.schedd_classad
  # default: $(SPOOL)/.schedd_classad
 SCHEDD_DEBUG = ALL:2
  # at: /etc/condor/config.d/40root.config, line 5
  # expanded: ALL:2
  # default: D_PID
 SCHEDD_INTERVAL = 
  # at: <Default>
  # expanded: 
 SCHEDD_JOB_QUEUE_LOG_FLUSH_DELAY = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 SCHEDD_LOG = $(LOG)/SchedLog
  # at: <Default>
  # expanded: /var/log/condor/SchedLog
  # default: $(LOG)/SchedLog
 SCHEDD_MAX_FILE_DESCRIPTORS = 4096
  # at: <Default>
  # expanded: 4096
  # default: 4096
 SCHEDD_MIN_INTERVAL = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 SCHEDD_NAME = 
  # at: <Default>
  # expanded: 
 SCHEDD_PREEMPTION_RANK = 
  # at: <Default>
  # expanded: 
 SCHEDD_PREEMPTION_REQUIREMENTS = 
  # at: <Default>
  # expanded: 
 SCHEDD_QUERY_WORKERS = 8
  # at: <Default>
  # expanded: 8
  # default: 8
 SCHEDD_RESTART_REPORT = $(LOG)/ScheddRestartReport
  # at: <Default>
  # expanded: /var/log/condor/ScheddRestartReport
  # default: $(LOG)/ScheddRestartReport
 SCHEDD_ROUND_ATTR_DiskUsage = 25%
  # at: <Default>
  # expanded: 25%
  # default: 25%
 SCHEDD_ROUND_ATTR_ExecutableSize = 25%
  # at: <Default>
  # expanded: 25%
  # default: 25%
 SCHEDD_ROUND_ATTR_ImageSize = 25%
  # at: <Default>
  # expanded: 25%
  # default: 25%
 SCHEDD_ROUND_ATTR_NumCkpts = 4
  # at: <Default>
  # expanded: 4
  # default: 4
 SCHEDD_ROUND_ATTR_ProportionalSetSizeKb = 25%
  # at: <Default>
  # expanded: 25%
  # default: 25%
 SCHEDD_ROUND_ATTR_ResidentSetSize = 25%
  # at: <Default>
  # expanded: 25%
  # default: 25%
 SCHEDD_SEND_VACATE_VIA_TCP = true
  # at: <Default>
  # expanded: true
  # default: true
 SCHEDD_SLOT_WEIGHT = 
  # at: <Default>
  # expanded: 
 SCHEDD_SUPER_ADDRESS_FILE = $(SPOOL)/.schedd_address.super
  # at: <Default>
  # expanded: /var/spool/condor/.schedd_address.super
  # default: $(SPOOL)/.schedd_address.super
 SCHEDD_USE_SLOT_WEIGHT = true
  # at: <Default>
  # expanded: true
  # default: true
 SCP = 
  # at: <Default>
  # expanded: 
 SEC_CLAIMTOBE_INCLUDE_DOMAIN = false
  # at: <Default>
  # expanded: false
  # default: false
 SEC_CLAIMTOBE_USER = 
  # at: <Default>
  # expanded: 
 SEC_DEBUG_PRINT_KEYS = false
  # at: <Default>
  # expanded: false
  # default: false
 SEC_DEFAULT_AUTHENTICATION_TIMEOUT = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 SEC_ENABLE_MATCH_PASSWORD_AUTHENTICATION = true
  # at: <Default>
  # expanded: true
  # default: true
 SEC_INVALIDATE_SESSIONS_VIA_TCP = true
  # at: <Default>
  # expanded: true
  # default: true
 SEC_PASSWORD_DOMAIN = 
  # at: <Default>
  # expanded: 
 SEC_PASSWORD_FILE = 
  # at: <Default>
  # expanded: 
 SEC_SESSION_DURATION_SLOP = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 SEC_TCP_SESSION_TIMEOUT = 20
  # at: <Default>
  # expanded: 20
  # default: 20
 SECURE_JOB_ATTRS = 
  # at: <Default>
  # expanded: 
 SENDMAIL = sendmail
  # at: <Default>
  # expanded: sendmail
  # default: sendmail
 SETTABLE_ATTRS_ADMINISTRATOR = 
  # at: <Default>
  # expanded: 
 SETTABLE_ATTRS_CONFIG = 
  # at: <Default>
  # expanded: 
 SHADOW = $(SBIN)/condor_shadow
  # at: <Default>
  # expanded: /usr/sbin/condor_shadow
  # default: $(SBIN)/condor_shadow
 SHADOW_ALLOW_UNSAFE_REMOTE_EXEC = 
  # at: <Default>
  # expanded: 
 SHADOW_CHECKPROXY_INTERVAL = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 SHADOW_DEBUG = 
  # at: <Default>
  # expanded: 
 SHADOW_DEBUG_WAIT = false
  # at: <Default>
  # expanded: false
  # default: false
 SHADOW_JOB_CLEANUP_RETRY_DELAY = 30
  # at: <Default>
  # expanded: 30
  # default: 30
 SHADOW_LAZY_QUEUE_UPDATE = true
  # at: <Default>
  # expanded: true
  # default: true
 SHADOW_LIST = SHADOW, SHADOW_STANDARD
  # at: <Default>
  # expanded: SHADOW, SHADOW_STANDARD
  # default: SHADOW, SHADOW_STANDARD
 SHADOW_LOCK = $(LOCK)/ShadowLock
  # at: <Default>
  # expanded: /var/lock/condor/ShadowLock
  # default: $(LOCK)/ShadowLock
 SHADOW_LOG = $(LOG)/ShadowLog
  # at: <Default>
  # expanded: /var/log/condor/ShadowLog
  # default: $(LOG)/ShadowLog
 SHADOW_MAX_JOB_CLEANUP_RETRIES = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 SHADOW_RENICE_INCREMENT = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 SHADOW_RUN_UNKNOWN_USER_JOBS = false
  # at: <Default>
  # expanded: false
  # default: false
 SHADOW_SIZE_ESTIMATE = 125
  # at: <Default>
  # expanded: 125
  # default: 125
 SHADOW_STANDARD = $(SBIN)/condor_shadow.std
  # at: <Default>
  # expanded: /usr/sbin/condor_shadow.std
  # default: $(SBIN)/condor_shadow.std
 SHADOW_STATS_LOG = $(LOG)/XferStatsLog
  # at: <Default>
  # expanded: /var/log/condor/XferStatsLog
  # default: $(LOG)/XferStatsLog
 SHADOW_WORKLIFE = 3600
  # at: <Default>
  # expanded: 3600
  # default: 3600
 SHARE = $(RELEASE_DIR)/share/condor
  # at: /etc/condor/condor_config, line 69
  # expanded: /usr/share/condor
 SHARED_PORT = $(LIBEXEC)/condor_shared_port
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_shared_port
  # default: $(LIBEXEC)/condor_shared_port
 SHARED_PORT_ADDRESS_REWRITING = false
  # at: <Default>
  # expanded: false
  # default: false
 SHARED_PORT_DAEMON_AD_FILE = $(LOCK)/shared_port_ad
  # at: <Default>
  # expanded: /var/lock/condor/shared_port_ad
  # default: $(LOCK)/shared_port_ad
 SHARED_PORT_DEBUG = 
  # at: <Default>
  # expanded: 
 SHARED_PORT_DEFAULT_ID = 
  # at: <Default>
  # expanded: 
 SHARED_PORT_LOG = $(LOG)/SharedPortLog
  # at: <Default>
  # expanded: /var/log/condor/SharedPortLog
  # default: $(LOG)/SharedPortLog
 SHARED_PORT_MAX_FILE_DESCRIPTORS = 4096
  # at: <Default>
  # expanded: 4096
  # default: 4096
 SHARED_PORT_PORT = $(COLLECTOR_PORT)
  # at: <Default>
  # expanded: 9618
  # default: $(COLLECTOR_PORT)
 SHUTDOWN_FAST_TIMEOUT = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 SHUTDOWN_GRACEFUL_TIMEOUT = 
  # at: <Default>
  # expanded: 
 SINGULARITY = /usr/bin/singularity
  # at: <Default>
  # expanded: /usr/bin/singularity
  # default: /usr/bin/singularity
 SINGULARITY_IMAGE_EXPR = SingularityImage
  # at: <Default>
  # expanded: SingularityImage
  # default: SingularityImage
 SINGULARITY_JOB = false
  # at: <Default>
  # expanded: false
  # default: false
 SLOT_WEIGHT = Cpus
  # at: <Default>
  # expanded: Cpus
  # default: Cpus
 SLOTS_CONNECTED_TO_CONSOLE = $(NUM_CPUS)
  # at: <Default>
  # expanded: 4
  # default: $(NUM_CPUS)
 SLOTS_CONNECTED_TO_KEYBOARD = $(NUM_CPUS)
  # at: <Default>
  # expanded: 4
  # default: $(NUM_CPUS)
 SLOW_CKPT_SPEED = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 SmallJob = (TARGET.ImageSize <  (15 * 1024))
  # at: <Default>
  # expanded: (TARGET.ImageSize <  (15 * 1024))
  # default: (TARGET.ImageSize <  (15 * 1024))
 SMTP_SERVER = 
  # at: <Default>
  # expanded: 
 SOAP_LEAVE_IN_QUEUE = 
  # at: <Default>
  # expanded: 
 SOAP_SSL_CA_DIR = 
  # at: <Default>
  # expanded: 
 SOAP_SSL_CA_FILE = 
  # at: <Default>
  # expanded: 
 SOAP_SSL_DH_FILE = 
  # at: <Default>
  # expanded: 
 SOAP_SSL_PORT = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 SOAP_SSL_SERVER_KEYFILE = 
  # at: <Default>
  # expanded: 
 SOAP_SSL_SERVER_KEYFILE_PASSWORD = 96hoursofmattslife
  # at: <Default>
  # expanded: 96hoursofmattslife
  # default: 96hoursofmattslife
 SOAP_SSL_SKIP_HOST_CHECK = false
  # at: <Default>
  # expanded: false
  # default: false
 SOCKET_LISTEN_BACKLOG = 500
  # at: <Default>
  # expanded: 500
  # default: 500
 SOFT_UID_DOMAIN = 
  # at: <Default>
  # expanded: 
 SPOOL = $(LOCAL_DIR)/spool/condor
  # at: <Default>
  # expanded: /var/spool/condor
  # default: $(LOCAL_DIR)/spool/condor
 SSH_KEYGEN = 
  # at: <Default>
  # expanded: 
 SSH_KEYGEN_ARGS = 
  # at: <Default>
  # expanded: 
 SSH_TO_JOB_SSHD_CONFIG_TEMPLATE = /etc/condor/condor_ssh_to_job_sshd_config_template
  # at: /etc/condor/condor_config, line 87
  # expanded: /etc/condor/condor_ssh_to_job_sshd_config_template
 SSHD = 
  # at: <Default>
  # expanded: 
 SSHD_ARGS = 
  # at: <Default>
  # expanded: 
 STANDARD = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 START = True
  # at: <Default>
  # expanded: True
  # default: True
 START_DAEMONS = 
  # at: <Default>
  # expanded: 
 START_LOCAL_UNIVERSE = TotalLocalJobsRunning < 200
  # at: <Default>
  # expanded: TotalLocalJobsRunning < 200
  # default: TotalLocalJobsRunning < 200
 START_MASTER = 
  # at: <Default>
  # expanded: 
 START_SCHEDULER_UNIVERSE = TotalSchedulerJobsRunning < 200
  # at: <Default>
  # expanded: TotalSchedulerJobsRunning < 200
  # default: TotalSchedulerJobsRunning < 200
 STARTD = $(SBIN)/condor_startd
  # at: <Default>
  # expanded: /usr/sbin/condor_startd
  # default: $(SBIN)/condor_startd
 STARTD_AD_REEVAL_EXPR = 
  # at: <Default>
  # expanded: 
 STARTD_ADDRESS_FILE = $(LOG)/.startd_address
  # at: <Default>
  # expanded: /var/log/condor/.startd_address
  # default: $(LOG)/.startd_address
 STARTD_ATTRS = , DedicatedScheduler
  # at: /etc/condor/config.d/99MPI, line 2
  # expanded: , DedicatedScheduler
 STARTD_CLAIM_ID_FILE = 
  # at: <Default>
  # expanded: 
 STARTD_COMPUTE_AVAIL_STATS = false
  # at: <Default>
  # expanded: false
  # default: false
 STARTD_CONTACT_TIMEOUT = 45
  # at: <Default>
  # expanded: 45
  # default: 45
 STARTD_CRON_AUTOPUBLISH = 
  # at: <Default>
  # expanded: 
 STARTD_CRON_NAME = 
  # at: <Default>
  # expanded: 
 STARTD_DEBUG = 
  # at: <Default>
  # expanded: 
 STARTD_FACTORY_SCRIPT_AVAILABLE_PARTITIONS = 
  # at: <Default>
  # expanded: 
 STARTD_FACTORY_SCRIPT_BACK_PARTITION = 
  # at: <Default>
  # expanded: 
 STARTD_FACTORY_SCRIPT_BOOT_PARTITION = 
  # at: <Default>
  # expanded: 
 STARTD_FACTORY_SCRIPT_DESTROY_PARTITION = 
  # at: <Default>
  # expanded: 
 STARTD_FACTORY_SCRIPT_GENERATE_PARTITION = 
  # at: <Default>
  # expanded: 
 STARTD_FACTORY_SCRIPT_QUERY_WORK_LOADS = 
  # at: <Default>
  # expanded: 
 STARTD_FACTORY_SCRIPT_SHUTDOWN_PARTITION = 
  # at: <Default>
  # expanded: 
 STARTD_HAS_BAD_UTMP = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 STARTD_HISTORY = $(LOG)/startd_history
  # at: <Default>
  # expanded: /var/log/condor/startd_history
  # default: $(LOG)/startd_history
 STARTD_JOB_ATTRS = 
  # at: <Default>
  # expanded: 
 STARTD_JOB_HOOK_KEYWORD = 
  # at: <Default>
  # expanded: 
 STARTD_LOG = $(LOG)/StartLog
  # at: <Default>
  # expanded: /var/log/condor/StartLog
  # default: $(LOG)/StartLog
 STARTD_MAX_AVAIL_PERIOD_SAMPLES = 100
  # at: <Default>
  # expanded: 100
  # default: 100
 STARTD_NAME = 
  # at: <Default>
  # expanded: 
 STARTD_NOCLAIM_SHUTDOWN = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 STARTD_RECOMPUTE_DISK_FREE = false
  # at: <Default>
  # expanded: false
  # default: false
 STARTD_RESOURCE_PREFIX = 
  # at: <Default>
  # expanded: 
 STARTD_SENDS_ALIVES = peer
  # at: <Default>
  # expanded: peer
  # default: peer
 STARTD_SHOULD_WRITE_CLAIM_ID_FILE = true
  # at: <Default>
  # expanded: true
  # default: true
 STARTD_SLOT_ATTRS = 
  # at: <Default>
  # expanded: 
 STARTD_SLOT_EXPRS = 
  # at: <Default>
  # expanded: 
 STARTER = $(SBIN)/condor_starter
  # at: <Default>
  # expanded: /usr/sbin/condor_starter
  # default: $(SBIN)/condor_starter
 STARTER_CHOOSES_CKPT_SERVER = 
  # at: <Default>
  # expanded: 
 STARTER_DEBUG = D_PID 
  # at: <Default>
  # expanded: D_PID 
  # default: D_PID 
 STARTER_DEBUG_WAIT = false
  # at: <Default>
  # expanded: false
  # default: false
 STARTER_HANDLES_ALIVES = true
  # at: <Default>
  # expanded: true
  # default: true
 STARTER_INITIAL_UPDATE_INTERVAL = 8
  # at: <Default>
  # expanded: 8
  # default: 8
 STARTER_JOB_ENVIRONMENT = 
  # at: <Default>
  # expanded: 
 STARTER_JOB_HOOK_KEYWORD = 
  # at: <Default>
  # expanded: 
 STARTER_LIST = STARTER, STARTER_STANDARD
  # at: <Default>
  # expanded: STARTER, STARTER_STANDARD
  # default: STARTER, STARTER_STANDARD
 STARTER_LOCAL = $(SBIN)/condor_starter
  # at: <Default>
  # expanded: /usr/sbin/condor_starter
  # default: $(SBIN)/condor_starter
 STARTER_LOCAL_LOGGING = 
  # at: <Default>
  # expanded: 
 STARTER_LOG = $(LOG)/StarterLog
  # at: <Default>
  # expanded: /var/log/condor/StarterLog
  # default: $(LOG)/StarterLog
 STARTER_LOG_NAME_APPEND = 
  # at: <Default>
  # expanded: 
 STARTER_RLIMIT_AS = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 STARTER_STANDARD = $(SBIN)/condor_starter.std
  # at: <Default>
  # expanded: /usr/sbin/condor_starter.std
  # default: $(SBIN)/condor_starter.std
 STARTER_STATS_LOG = $(LOG)/XferStatsLog
  # at: <Default>
  # expanded: /var/log/condor/XferStatsLog
  # default: $(LOG)/XferStatsLog
 STARTER_UPLOAD_TIMEOUT = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 StartIdleTime = 15 * $(MINUTE)
  # at: <Default>
  # expanded: 15 * 60
  # default: 15 * $(MINUTE)
 StateTimer = (time() - EnteredCurrentState)
  # at: <Default>
  # expanded: (time() - EnteredCurrentState)
  # default: (time() - EnteredCurrentState)
 STATISTICS_WINDOW_QUANTUM = 240
  # at: <Default>
  # expanded: 240
  # default: 240
 STATISTICS_WINDOW_QUANTUM_DC = 
  # at: <Default>
  # expanded: 
 STATISTICS_WINDOW_QUANTUM_SCHEDD = 
  # at: <Default>
  # expanded: 
 STATISTICS_WINDOW_SECONDS = 1200
  # at: <Default>
  # expanded: 1200
  # default: 1200
 SUBMIT_ATTRS = 
  # at: <Default>
  # expanded: 
 SUBMIT_EXPRS = 
  # at: <Default>
  # expanded: 
 SUBMIT_PUBLISH_WINDOWS_OSVERSIONINFO = false
  # at: <Default>
  # expanded: false
  # default: false
 SUBMIT_REQUIREMENT_NAMES = 
  # at: <Default>
  # expanded: 
 SUBMIT_SEND_RESCHEDULE = true
  # at: <Default>
  # expanded: true
  # default: true
 SUBMIT_SKIP_FILECHECKS = 
  # at: <Default>
  # expanded: 
 SUBSYSTEM = TOOL
  # at: <Detected>
  # expanded: TOOL
 SUSPEND = False
  # at: <Default>
  # expanded: False
  # default: False
 SYSAPI_GET_LOADAVG = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 SYSTEM_IMMUTABLE_JOB_ATTRS = Owner ClusterId ProcId TotalSubmitProcs MyType TargetType
  # at: <Default>
  # expanded: Owner ClusterId ProcId TotalSubmitProcs MyType TargetType
  # default: Owner ClusterId ProcId TotalSubmitProcs MyType TargetType
 SYSTEM_JOB_MACHINE_ATTRS = Cpus,SlotWeight
  # at: <Default>
  # expanded: Cpus,SlotWeight
  # default: Cpus,SlotWeight
 SYSTEM_JOB_MACHINE_ATTRS_HISTORY_LENGTH = 1
  # at: <Default>
  # expanded: 1
  # default: 1
 SYSTEM_PROTECTED_JOB_ATTRS = 
  # at: <Default>
  # expanded: 
 SYSTEM_SECURE_JOB_ATTRS = x509userProxySubject x509UserProxyEmail x509UserProxyVOName x509UserProxyFirstFQAN x509UserProxyFQAN
  # at: <Default>
  # expanded: x509userProxySubject x509UserProxyEmail x509UserProxyVOName x509UserProxyFirstFQAN x509UserProxyFQAN
  # default: x509userProxySubject x509UserProxyEmail x509UserProxyVOName x509UserProxyFirstFQAN x509UserProxyFQAN
 SYSTEM_STARTD_ATTRS = COLLECTOR_HOST_STRING DedicatedScheduler
  # at: <Default>
  # expanded: COLLECTOR_HOST_STRING DedicatedScheduler
  # default: COLLECTOR_HOST_STRING DedicatedScheduler
 SYSTEM_STARTD_JOB_ATTRS = ImageSize, ExecutableSize, JobUniverse, NiceUser
  # at: <Default>
  # expanded: ImageSize, ExecutableSize, JobUniverse, NiceUser
  # default: ImageSize, ExecutableSize, JobUniverse, NiceUser
 SYSTEM_STARTD_SLOT_ATTRS = 
  # at: <Default>
  # expanded: 
 SYSTEM_VALID_SPOOL_FILES = job_queue.log, job_queue.log.tmp, history, Accountant.log, Accountantnew.log, local_univ_execute, .quillwritepassword, .pgpass, .schedd_address, .schedd_address.super, .schedd_classad, OfflineLog
  # at: <Default>
  # expanded: job_queue.log, job_queue.log.tmp, history, Accountant.log, Accountantnew.log, local_univ_execute, .quillwritepassword, .pgpass, .schedd_address, .schedd_address.super, .schedd_classad, OfflineLog
  # default: job_queue.log, job_queue.log.tmp, history, Accountant.log, Accountantnew.log, local_univ_execute, .quillwritepassword, .pgpass, .schedd_address, .schedd_address.super, .schedd_classad, OfflineLog
 TCP_FORWARDING_HOST = 
  # at: <Default>
  # expanded: 
 TCP_KEEPALIVE_INTERVAL = 360
  # at: <Default>
  # expanded: 360
  # default: 360
 TCP_UPDATE_COLLECTORS = 
  # at: <Default>
  # expanded: 
 TEMP_DIR = 
  # at: <Default>
  # expanded: 
 TILDE = /var/lib/condor
  # at: <Detected>
  # expanded: /var/lib/condor
 TMP_DIR = 
  # at: <Default>
  # expanded: 
 TOUCH_LOG_INTERVAL = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 TRANSFER_IO_REPORT_INTERVAL = 10
  # at: <Default>
  # expanded: 10
  # default: 10
 TRANSFER_IO_REPORT_TIMESPANS = 1m:60 5m:300 1h:3600 1d:86400
  # at: <Default>
  # expanded: 1m:60 5m:300 1h:3600 1d:86400
  # default: 1m:60 5m:300 1h:3600 1d:86400
 TRANSFER_QUEUE_USER_EXPR = strcat("Owner_",Owner)
  # at: <Default>
  # expanded: strcat("Owner_",Owner)
  # default: strcat("Owner_",Owner)
 TRANSFERD = 
  # at: <Default>
  # expanded: 
 TRANSFERER = $(LIBEXEC)/condor_transferer
  # at: <Default>
  # expanded: /usr/lib/condor/libexec/condor_transferer
  # default: $(LIBEXEC)/condor_transferer
 TRANSFERER_DEBUG = 
  # at: <Default>
  # expanded: 
 TRANSFERER_LOG = $(LOG)/TransfererLog
  # at: <Default>
  # expanded: /var/log/condor/TransfererLog
  # default: $(LOG)/TransfererLog
 TRUNC_COLLECTOR_LOG_ON_OPEN = false
  # at: <Default>
  # expanded: false
  # default: false
 TRUNC_MASTER_LOG_ON_OPEN = false
  # at: <Default>
  # expanded: false
  # default: false
 TRUNC_MATCH_LOG_ON_OPEN = false
  # at: <Default>
  # expanded: false
  # default: false
 TRUNC_NEGOTIATOR_LOG_ON_OPEN = false
  # at: <Default>
  # expanded: false
  # default: false
 TRUNC_SCHED_LOG_ON_OPEN = false
  # at: <Default>
  # expanded: false
  # default: false
 TRUNC_SHADOW_LOG_ON_OPEN = false
  # at: <Default>
  # expanded: false
  # default: false
 TRUNC_STARTER_LOG_ON_OPEN = false
  # at: <Default>
  # expanded: false
  # default: false
 TRUST_UID_DOMAIN = 
  # at: <Default>
  # expanded: 
 UID_DOMAIN = vi-seem.iucc.ac.il
  # at: /etc/condor/config.d/40root.config, line 4
  # expanded: vi-seem.iucc.ac.il
  # default: $(FULL_HOSTNAME)
 UNAME_ARCH = x86_64
  # at: <Detected>
  # expanded: x86_64
 UNAME_OPSYS = Linux
  # at: <Detected>
  # expanded: Linux
 UNICORE_GAHP = $(SBIN)/unicore_gahp
  # at: <Default>
  # expanded: /usr/sbin/unicore_gahp
  # default: $(SBIN)/unicore_gahp
 UNUSED_CLAIM_TIMEOUT = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 UPDATE_COLLECTOR_WITH_TCP = true
  # at: <Default>
  # expanded: true
  # default: true
 UPDATE_INTERVAL = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 UPDATE_SPREAD_TIME = $(UPDATE_COLLECTOR_WITH_TCP:0) ? 0 : 8
  # at: <Default>
  # expanded: true ? 0 : 8
  # default: $(UPDATE_COLLECTOR_WITH_TCP:0) ? 0 : 8
 UPDATE_VIEW_COLLECTOR_WITH_TCP = false
  # at: <Default>
  # expanded: false
  # default: false
 USE_AFS = 
  # at: <Default>
  # expanded: 
 USE_CKPT_SERVER = 
  # at: <Default>
  # expanded: 
 USE_CLONE_TO_CREATE_PROCESSES = true
  # at: <Default>
  # expanded: true
  # default: true
 USE_GID_PROCESS_TRACKING = false
  # at: <Default>
  # expanded: false
  # default: false
 USE_GLOBAL_JOB_PRIOS = false
  # at: <Default>
  # expanded: false
  # default: false
 USE_KEYRING_SESSIONS = false
  # at: <Default>
  # expanded: false
  # default: false
 USE_NFS = 
  # at: <Default>
  # expanded: 
 USE_PROCD = true
  # at: <Default>
  # expanded: true
  # default: true
 USE_PROCESS_GROUPS = true
  # at: <Default>
  # expanded: true
  # default: true
 USE_RESOURCE_REQUEST_COUNTS = true
  # at: <Default>
  # expanded: true
  # default: true
 USE_SCRIPT_TO_CREATE_CONFIG = false
  # at: <Default>
  # expanded: false
  # default: false
 USE_SHARED_PORT = true
  # at: <Default>
  # expanded: true
  # default: true
 USE_VISIBLE_DESKTOP = false
  # at: <Default>
  # expanded: false
  # default: false
 USER_CONFIG_FILE = user_config
  # at: <Default>
  # expanded: user_config
  # default: user_config
 USER_JOB_WRAPPER = 
  # at: <Default>
  # expanded: 
 USER_MAPFILE = 
  # at: <Default>
  # expanded: 
 USERNAME = oren
  # at: <Detected>
  # expanded: oren
 UTSNAME_MACHINE = x86_64
  # at: <Detected>
  # expanded: x86_64
 UTSNAME_NODENAME = shilo-ubu3
  # at: <Detected>
  # expanded: shilo-ubu3
 UTSNAME_RELEASE = 4.10.0-40-generic
  # at: <Detected>
  # expanded: 4.10.0-40-generic
 UTSNAME_SYSNAME = Linux
  # at: <Detected>
  # expanded: Linux
 UTSNAME_VERSION = #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017
  # at: <Detected>
  # expanded: #44~16.04.1-Ubuntu SMP Thu Nov 9 15:37:44 UTC 2017
 VALID_COD_USERS = 
  # at: <Default>
  # expanded: 
 VALID_SPOOL_FILES = 
  # at: <Default>
  # expanded: 
 VANILLA = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 VM = 13
  # at: <Default>
  # expanded: 13
  # default: 13
 VM_GAHP_CONFIG = 
  # at: <Default>
  # expanded: 
 VM_GAHP_LOG = $(LOG)/VMGahpLog
  # at: <Default>
  # expanded: /var/log/condor/VMGahpLog
  # default: $(LOG)/VMGahpLog
 VM_GAHP_REQ_TIMEOUT = 300
  # at: <Default>
  # expanded: 300
  # default: 300
 VM_GAHP_SEND_ALL_CLASSAD = true
  # at: <Default>
  # expanded: true
  # default: true
 VM_GAHP_SERVER = $(SBIN)/condor_vm-gahp
  # at: <Default>
  # expanded: /usr/sbin/condor_vm-gahp
  # default: $(SBIN)/condor_vm-gahp
 VM_HARDWARE_VT = false
  # at: <Default>
  # expanded: false
  # default: false
 VM_KILLING_TIMEOUT = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 VM_MAX_MEMORY = 0
  # at: <Default>
  # expanded: 0
  # default: 0
 VM_MAX_NUMBER = 
  # at: <Default>
  # expanded: 
 VM_MEMORY = 
  # at: <Default>
  # expanded: 
 VM_NETWORKING = false
  # at: <Default>
  # expanded: false
  # default: false
 VM_NETWORKING_DEFAULT_TYPE = 
  # at: <Default>
  # expanded: 
 VM_NETWORKING_MAC_PREFIX = 
  # at: <Default>
  # expanded: 
 VM_NETWORKING_TYPE = 
  # at: <Default>
  # expanded: 
 VM_RECHECK_INTERVAL = 600
  # at: <Default>
  # expanded: 600
  # default: 600
 VM_SOFT_SUSPEND = false
  # at: <Default>
  # expanded: false
  # default: false
 VM_STATUS_INTERVAL = 60
  # at: <Default>
  # expanded: 60
  # default: 60
 VM_STATUS_MAX_ERROR = 5
  # at: <Default>
  # expanded: 5
  # default: 5
 VM_TYPE = 
  # at: <Default>
  # expanded: 
 VM_UNIV_NOBODY_USER = 
  # at: <Default>
  # expanded: 
 VMP_HOST_MACHINE = 
  # at: <Default>
  # expanded: 
 VMP_VM_LIST = 
  # at: <Default>
  # expanded: 
 VMWARE_NETWORKING_TYPE = 
  # at: <Default>
  # expanded: 
 VMWARE_PERL = 
  # at: <Default>
  # expanded: 
 VMWARE_SCRIPT = $(SBIN)/condor_vm_vmware
  # at: <Default>
  # expanded: /usr/sbin/condor_vm_vmware
  # default: $(SBIN)/condor_vm_vmware
 WANT_SUSPEND = False
  # at: <Default>
  # expanded: False
  # default: False
 WANT_UDP_COMMAND_SOCKET = true
  # at: <Default>
  # expanded: true
  # default: true
 WANT_VACATE = True
  # at: <Default>
  # expanded: True
  # default: True
 WANT_XML_LOG = false
  # at: <Default>
  # expanded: false
  # default: false
 WARN_ON_UNUSED_SUBMIT_FILE_MACROS = 
  # at: <Default>
  # expanded: 
 WEB_ROOT_DIR = 
  # at: <Default>
  # expanded: 
 WINDOWS_FIREWALL_FAILURE_RETRY = 2
  # at: <Default>
  # expanded: 2
  # default: 2
 WINDOWS_RMDIR = 
  # at: <Default>
  # expanded: 
  # default: 
 WINDOWS_SOFTKILL = 
  # at: <Default>
  # expanded: 
  # default: 
 X_RUNS_HERE = 
  # at: <Default>
  # expanded: 
 XAUTHORITY_USERS = 
  # at: <Default>
  # expanded: 
 XEN_ALLOW_HARDWARE_VT_SUSPEND = false
  # at: <Default>
  # expanded: false
  # default: false
 XEN_BOOTLOADER = 
  # at: <Default>
  # expanded: 
 XEN_BRIDGE_SCRIPT = 
  # at: <Default>
  # expanded: 
 XEN_SCRIPT = 
  # at: <Default>
  # expanded: 

#####################
# ldd condor_schedd #
#####################
 	linux-vdso.so.1 (0x00007ffd0cdcd000)
 	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f1e3ea19000)
 	libcondor_utils_8_6_8.so => /usr/lib/libcondor_utils_8_6_8.so (0x00007f1e3e44c000)
 	librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f1e3e244000)
 	libclassad.so.8 => /usr/lib/libclassad.so.8 (0x00007f1e3dfb5000)
 	libglobus_gss_assist.so.3 => /usr/lib/x86_64-linux-gnu/libglobus_gss_assist.so.3 (0x00007f1e3dda6000)
 	libglobus_gssapi_gsi.so.4 => /usr/lib/x86_64-linux-gnu/libglobus_gssapi_gsi.so.4 (0x00007f1e3db84000)
 	libglobus_gsi_proxy_core.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_gsi_proxy_core.so.0 (0x00007f1e3d96f000)
 	libglobus_gsi_credential.so.1 => /usr/lib/x86_64-linux-gnu/libglobus_gsi_credential.so.1 (0x00007f1e3d75e000)
 	libglobus_gsi_callback.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_gsi_callback.so.0 (0x00007f1e3d552000)
 	libglobus_gsi_sysconfig.so.1 => /usr/lib/x86_64-linux-gnu/libglobus_gsi_sysconfig.so.1 (0x00007f1e3d344000)
 	libglobus_oldgaa.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_oldgaa.so.0 (0x00007f1e3d13b000)
 	libglobus_gsi_cert_utils.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_gsi_cert_utils.so.0 (0x00007f1e3cf35000)
 	libglobus_openssl.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_openssl.so.0 (0x00007f1e3cd30000)
 	libglobus_openssl_error.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_openssl_error.so.0 (0x00007f1e3cb2b000)
 	libglobus_proxy_ssl.so.1 => /usr/lib/x86_64-linux-gnu/libglobus_proxy_ssl.so.1 (0x00007f1e3c927000)
 	libglobus_callout.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_callout.so.0 (0x00007f1e3c722000)
 	libglobus_common.so.0 => /usr/lib/x86_64-linux-gnu/libglobus_common.so.0 (0x00007f1e3c4da000)
 	libltdl.so.7 => /usr/lib/x86_64-linux-gnu/libltdl.so.7 (0x00007f1e3c2d0000)
 	libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f1e3c09c000)
 	libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f1e3be2a000)
 	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f1e3bc0d000)
 	libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1 (0x00007f1e3b9a3000)
 	libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 (0x00007f1e3b52b000)
 	libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 (0x00007f1e3b258000)
 	libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2 (0x00007f1e3b052000)
 	libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3 (0x00007f1e3ae20000)
 	libkrb5support.so.0 => /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007f1e3ac15000)
 	libgssapi_krb5.so.2 => /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007f1e3a9cb000)
 	libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f1e3a645000)
 	libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f1e3a2a7000)
 	libgomp.so.1 => /usr/lib/x86_64-linux-gnu/libgomp.so.1 (0x00007f1e3a076000)
 	libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f1e39e5f000)
 	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f1e39c40000)
 	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f1e3984f000)
 	/lib64/ld-linux-x86-64.so.2 (0x0000555dfdc18000)
 	libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1 (0x00007f1e39649000)
 	libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f1e3942e000)

#####################
# uptime #
#####################
  14:09:56 up 20 days,  5:48,  1 user,  load average: 0.00, 0.00, 0.00

#####################
# free #
#####################
               total        used        free      shared  buff/cache   available
 Mem:        8154200      352520     5709004       94140     2092676     7401492
 Swap:       8384508           0     8384508