miriambellver / refvos

RefVOS
MIT License
26 stars 5 forks source link

Please release the version of package. #3

Open 9p15p opened 3 years ago

9p15p commented 3 years ago

I follow the introduction to install the pip_env. However, there're still some errors. It seems to be from the mismatch of version.

ssh://supermicro-2:/home/supermicro-2/anaconda3/envs/refvos/bin/python -u /home/supermicro-2/ldz_project/refvos/train.py -b 4 --dataset refcoco --model_id model
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:516: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint8 = np.dtype([("qint8", np.int8, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:517: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:518: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint16 = np.dtype([("qint16", np.int16, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:519: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:520: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint32 = np.dtype([("qint32", np.int32, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorflow/python/framework/dtypes.py:525: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  np_resource = np.dtype([("resource", np.ubyte, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:541: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint8 = np.dtype([("qint8", np.int8, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:542: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint8 = np.dtype([("quint8", np.uint8, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:543: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint16 = np.dtype([("qint16", np.int16, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:544: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_quint16 = np.dtype([("quint16", np.uint16, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:545: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  _np_qint32 = np.dtype([("qint32", np.int32, 1)])
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/tensorboard/compat/tensorflow_stub/dtypes.py:550: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy, it will be understood as (type, (1,)) / '(1,)type'.
  np_resource = np.dtype([("resource", np.ubyte, 1)])
loading dataset refcoco into memory...
creating index...
index created.
DONE (t=8.01s)
loading dataset refcoco into memory...
creating index...
index created.
DONE (t=8.03s)
WARNING:tensorflow:From /home/supermicro-2/ldz_project/refvos/logger.py:17: The name tf.summary.FileWriter is deprecated. Please use tf.compat.v1.summary.FileWriter instead.

OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 24933 tid 24933 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 24974 tid 24974 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25014 tid 25014 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25054 tid 25054 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25094 tid 25094 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25134 tid 25134 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25175 tid 25175 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25215 tid 25215 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25255 tid 25255 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25295 tid 25295 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25335 tid 25335 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25375 tid 25375 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25424 tid 25424 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25465 tid 25465 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25505 tid 25505 thread 0 bound to OS proc set 0
OMP: Info #154: KMP_AFFINITY: Initial OS proc set respected: 0-39
OMP: Info #214: KMP_AFFINITY: decoding x2APIC ids.
OMP: Info #156: KMP_AFFINITY: 40 available OS procs
OMP: Info #157: KMP_AFFINITY: Uniform topology
OMP: Info #285: KMP_AFFINITY: topology layer "LL cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L3 cache" is equivalent to "socket".
OMP: Info #285: KMP_AFFINITY: topology layer "L2 cache" is equivalent to "core".
OMP: Info #285: KMP_AFFINITY: topology layer "L1 cache" is equivalent to "core".
OMP: Info #191: KMP_AFFINITY: 2 sockets x 10 cores/socket x 2 threads/core (20 total cores)
OMP: Info #216: KMP_AFFINITY: OS proc to physical thread map:
OMP: Info #171: KMP_AFFINITY: OS proc 0 maps to socket 0 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 20 maps to socket 0 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 1 maps to socket 0 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 21 maps to socket 0 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 2 maps to socket 0 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 22 maps to socket 0 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 3 maps to socket 0 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 23 maps to socket 0 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 4 maps to socket 0 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 24 maps to socket 0 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 5 maps to socket 0 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 25 maps to socket 0 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 6 maps to socket 0 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 26 maps to socket 0 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 7 maps to socket 0 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 27 maps to socket 0 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 8 maps to socket 0 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 28 maps to socket 0 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 9 maps to socket 0 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 29 maps to socket 0 core 12 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 10 maps to socket 1 core 0 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 30 maps to socket 1 core 0 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 11 maps to socket 1 core 1 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 31 maps to socket 1 core 1 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 12 maps to socket 1 core 2 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 32 maps to socket 1 core 2 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 13 maps to socket 1 core 3 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 33 maps to socket 1 core 3 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 14 maps to socket 1 core 4 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 34 maps to socket 1 core 4 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 15 maps to socket 1 core 8 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 35 maps to socket 1 core 8 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 16 maps to socket 1 core 9 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 36 maps to socket 1 core 9 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 17 maps to socket 1 core 10 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 37 maps to socket 1 core 10 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 18 maps to socket 1 core 11 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 38 maps to socket 1 core 11 thread 1 
OMP: Info #171: KMP_AFFINITY: OS proc 19 maps to socket 1 core 12 thread 0 
OMP: Info #171: KMP_AFFINITY: OS proc 39 maps to socket 1 core 12 thread 1 
OMP: Info #252: KMP_AFFINITY: pid 25546 tid 25546 thread 0 bound to OS proc set 0
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torchvision/transforms/functional.py:365: UserWarning: Argument interpolation should be of type InterpolationMode instead of int. Please, use InterpolationMode enum.
  "Argument interpolation should be of type InterpolationMode instead of int. "
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
/home/supermicro-2/ldz_project/refvos/transforms.py:76: UserWarning: The given NumPy array is not writeable, and PyTorch does not support non-writeable tensors. This means you can write to the underlying (supposedly non-writeable) NumPy array using the tensor. You may want to copy the array to protect its data or make it writeable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at  /pytorch/torch/csrc/utils/tensor_numpy.cpp:143.)
  target = torch.as_tensor(np.asarray(target), dtype=torch.int64)
Traceback (most recent call last):
  File "/home/supermicro-2/ldz_project/refvos/train.py", line 467, in <module>
    main(args)
  File "/home/supermicro-2/ldz_project/refvos/train.py", line 418, in main
    logger_train, iterations, bert_model, baseline_model=baseline_model)
  File "/home/supermicro-2/ldz_project/refvos/train.py", line 252, in train_one_epoch
    last_hidden_states = bert_model(sentences, attention_mask=attentions)[0]
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/transformers/models/bert/modeling_bert.py", line 976, in forward
    return_dict=return_dict,
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/transformers/models/bert/modeling_bert.py", line 574, in forward
    output_attentions,
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/transformers/models/bert/modeling_bert.py", line 460, in forward
    past_key_value=self_attn_past_key_value,
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/transformers/models/bert/modeling_bert.py", line 393, in forward
    output_attentions,
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/transformers/models/bert/modeling_bert.py", line 252, in forward
    mixed_query_layer = self.query(hidden_states)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
    result = self.forward(*input, **kwargs)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/modules/linear.py", line 94, in forward
    return F.linear(input, self.weight, self.bias)
  File "/home/supermicro-2/anaconda3/envs/refvos/lib/python3.7/site-packages/torch/nn/functional.py", line 1753, in linear
    return torch._C._nn.linear(input, weight, bias)
RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling `cublasCreate(handle)`

Process finished with exit code 1
9p15p commented 3 years ago

Thank, you. It's OK, now.

This is my packages' version for reference.

# Name                    Version                   Build  Channel
_libgcc_mutex             0.1                        main    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
_tflow_select             2.3.0                       mkl    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
absl-py                   0.11.0             pyhd3eb1b0_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
astor                     0.8.1            py37h06a4308_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
blas                      1.0                         mkl    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
c-ares                    1.17.1               h27cfd23_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
ca-certificates           2021.1.19            h06a4308_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
certifi                   2020.12.5        py37h06a4308_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
cffi                      1.14.5           py37h261ae71_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
chardet                   4.0.0                    pypi_0    pypi
click                     7.1.2                    pypi_0    pypi
coverage                  5.5              py37h27cfd23_2    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
cudatoolkit               10.0.130                      0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
cycler                    0.10.0                   pypi_0    pypi
cython                    0.29.22          py37h2531618_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
decorator                 4.4.2                    pypi_0    pypi
filelock                  3.0.12                   pypi_0    pypi
freetype                  2.10.4               h5ab3b9f_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
gast                      0.4.0                      py_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
google-pasta              0.2.0                      py_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
grpcio                    1.36.1           py37h2157cd5_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
h5py                      2.10.0           py37hd6299e0_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
hdf5                      1.10.6               hb1b8bf9_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
idna                      2.10                     pypi_0    pypi
imageio                   2.9.0                    pypi_0    pypi
importlib-metadata        2.0.0                      py_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
intel-openmp              2020.2                      254    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
joblib                    1.0.1                    pypi_0    pypi
jpeg                      9b                   h024ee3a_2    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
keras-applications        1.0.8                      py_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
keras-preprocessing       1.1.2              pyhd3eb1b0_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
kiwisolver                1.3.1                    pypi_0    pypi
lcms2                     2.11                 h396b838_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
ld_impl_linux-64          2.33.1               h53a641e_7    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libedit                   3.1.20191231         h14c3975_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libffi                    3.3                  he6710b0_2    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libgcc-ng                 9.1.0                hdf63c60_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libgfortran-ng            7.3.0                hdf63c60_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libpng                    1.6.37               hbc83047_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libprotobuf               3.14.0               h8c45485_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libstdcxx-ng              9.1.0                hdf63c60_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
libtiff                   4.1.0                h2733197_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
lz4-c                     1.9.3                h2531618_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
markdown                  3.3.4            py37h06a4308_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
matplotlib                3.3.4                    pypi_0    pypi
mkl                       2020.2                      256    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
mkl-service               2.3.0            py37he8ac12f_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
mkl_fft                   1.3.0            py37h54f3939_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
mkl_random                1.1.1            py37h0573a6f_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
ncurses                   6.2                  he6710b0_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
networkx                  2.5                      pypi_0    pypi
ninja                     1.10.2           py37hff7bd54_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
numpy                     1.19.2           py37h54aff64_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
numpy-base                1.19.2           py37hfa32c7d_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
olefile                   0.46                     py37_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
openssl                   1.1.1j               h27cfd23_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
packaging                 20.9                     pypi_0    pypi
pillow                    8.1.1            py37he98fc37_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
pip                       21.0.1           py37h06a4308_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
protobuf                  3.14.0           py37h2531618_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
pycocotools               2.0.2                    pypi_0    pypi
pycparser                 2.20                       py_2    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
pyparsing                 2.4.7                    pypi_0    pypi
python                    3.7.10               hdb3f193_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
python-dateutil           2.8.1                    pypi_0    pypi
pytorch                   1.1.0           py3.7_cuda10.0.130_cudnn7.5.1_0    pytorch
pywavelets                1.1.1                    pypi_0    pypi
readline                  8.1                  h27cfd23_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
regex                     2020.11.13               pypi_0    pypi
requests                  2.25.1                   pypi_0    pypi
sacremoses                0.0.43                   pypi_0    pypi
scikit-image              0.18.1                   pypi_0    pypi
scipy                     1.6.1            py37h91f5cce_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
setuptools                52.0.0           py37h06a4308_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
six                       1.15.0           py37h06a4308_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
sqlite                    3.33.0               h62c20be_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tensorboard               1.14.0           py37hf484d3e_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tensorflow                1.14.0          mkl_py37h45c423b_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tensorflow-base           1.14.0          mkl_py37h7ce6ba3_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tensorflow-estimator      1.14.0                     py_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
termcolor                 1.1.0            py37h06a4308_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tifffile                  2021.3.4                 pypi_0    pypi
tk                        8.6.10               hbc83047_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
tokenizers                0.10.1                   pypi_0    pypi
torch                     1.8.0                    pypi_0    pypi
torchvision               0.9.0                    pypi_0    pypi
tqdm                      4.58.0                   pypi_0    pypi
transformers              4.3.3                    pypi_0    pypi
typing-extensions         3.7.4.3                  pypi_0    pypi
urllib3                   1.26.3                   pypi_0    pypi
werkzeug                  1.0.1              pyhd3eb1b0_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
wheel                     0.36.2             pyhd3eb1b0_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
wrapt                     1.12.1           py37h7b6447c_1    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
xz                        5.2.5                h7b6447c_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
zipp                      3.4.0              pyhd3eb1b0_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
zlib                      1.2.11               h7b6447c_3    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main
zstd                      1.4.5                h9ceee32_0    https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main