30 lines
991 B
Bash
Executable File
30 lines
991 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#make -j 16 && mpirun -np 4 --allow-run-as-root valgrind ./light -i data/class_1_easy_10_0.cnf --share=1 --threads=32 --times=60
|
|
|
|
#valgrind
|
|
|
|
#make -j 16 && mpirun --bind-to none -np 9 --allow-run-as-root ./light -i /pub/data/chenzh/data/sat2022/0205e0724a8a912dde9ad7dfba2aee0b-003-23-80.cnf --share=1 --threads=32 --times=3600
|
|
|
|
# 这个200s 退出了
|
|
# 03bb7baaa45980753a0e7050ae44755d-atco_enc3_opt1_03_53.cnf
|
|
|
|
# preprocess 占了特别大内存
|
|
|
|
|
|
|
|
# 有BUG
|
|
# 04157f716c1e9606c6a530657bf8f957-Kakuro-easy-125-ext.xml.hg_4.cnf
|
|
|
|
|
|
|
|
# 这个存在问题
|
|
DIR=/pub/data/chenzh/data/sat2022
|
|
INSTANCE=04157f716c1e9606c6a530657bf8f957-Kakuro-easy-125-ext.xml.hg_4.cnf
|
|
|
|
# make -j 16 && mpirun --bind-to none -np 5 --allow-run-as-root ./light -i $DIR/$INSTANCE --share=1 --threads=4 --times=3600
|
|
|
|
make -j 16 && mpirun --bind-to none -np 9 --allow-run-as-root ./light -i ./data/hard1.cnf --share=1 --threads=16 --times=3600
|
|
|
|
#./light -i $DIR/$INSTANCE --share=1 --threads=16 --times=3600
|