cloud-sat/run.sh

40 lines
1.2 KiB
Bash
Raw Normal View History

2023-03-30 09:26:46 +00:00
#!/bin/bash
2023-04-06 10:55:41 +00:00
#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
2023-04-13 15:10:19 +08:00
#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
2023-04-12 12:52:04 +08:00
# 这个200s 退出了
# 03bb7baaa45980753a0e7050ae44755d-atco_enc3_opt1_03_53.cnf
# preprocess 占了特别大内存
2023-04-19 13:49:18 +08:00
# 有BUG
2023-04-12 12:52:04 +08:00
# 04157f716c1e9606c6a530657bf8f957-Kakuro-easy-125-ext.xml.hg_4.cnf
2023-04-18 12:45:22 +00:00
2023-04-20 13:01:51 +08:00
#每次都有BUG
# 3d2a6e5c2f8f58dee79fd50444009625-cfi-rigid-z2-0088-03-or_2_shuffle_all.cnf
2023-04-18 12:45:22 +00:00
2023-04-20 22:28:48 +08:00
# cd kissat-inc
# make clean
# ./configure
# make -j 64
# cd ..
# make clean
2023-04-21 16:24:52 +08:00
# 这个存在问题
DIR=/pub/data/chenzh/data/sat2022
2023-04-21 18:50:58 +08:00
INSTANCE=3d2a6e5c2f8f58dee79fd50444009625-cfi-rigid-z2-0088-03-or_2_shuffle_all.cnf
2023-04-21 16:24:52 +08:00
2023-04-23 13:46:14 +08:00
# make -j 16 && mpirun --bind-to none -np 9 --allow-run-as-root ./light -i $DIR/$INSTANCE --shuffle=1 --share=1 --threads=16 --times=3600 --share_method=1
2023-04-21 16:24:52 +08:00
2023-04-23 13:46:14 +08:00
make -j 16 && mpirun --bind-to none -np 9 --allow-run-as-root ./light -i ./data/hard1.cnf --share=1 --threads=16 --times=10
2023-04-13 16:30:12 +08:00
#./light -i $DIR/$INSTANCE --share=1 --threads=16 --times=3600