Trace number 4486345

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a1SAT (TO)53340 3600.21 3611.88

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUM1adddfdbf1ced655bc7cf87afdf2cbda
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark40509
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

997.59/1000.56	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4486345-1751289355.opb
997.59/1000.56	c Solving mode: optimization
997.59/1000.56	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
997.59/1000.56	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
997.59/1000.56	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
997.59/1000.56	c presolving:
997.59/1000.56	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16096 upgd conss, 0 impls, 2016 clqs
997.59/1000.56	c (round 2, medium)     0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 14784 chg sides, 14784 chg coeffs, 16096 upgd conss, 0 impls, 2016 clqs
997.59/1000.56	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 14784 chg sides, 22176 chg coeffs, 16096 upgd conss, 0 impls, 2016 clqs
997.59/1000.56	c    (0.7s) probing: 51/1344 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
997.59/1000.56	c    (0.7s) probing aborted: 50/50 successive totally useless probings
997.59/1000.56	c    (0.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
997.59/1000.56	c    (1.0s) no symmetry present (symcode time: 0.01)
997.59/1000.56	c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
997.59/1000.56	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
997.59/1000.56	c  0 implications, 2016 cliques
997.59/1000.56	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
997.59/1000.56	c    7496 constraints of type <knapsack>
997.59/1000.56	c    2016 constraints of type <setppc>
997.59/1000.56	c    6584 constraints of type <logicor>
997.59/1000.56	c transformed objective value is always integral (scale: 1)
997.59/1000.56	c Presolving Time: 0.91
997.59/1000.56	c 
997.59/1000.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.59/1000.56	c   2.2s|     1 |     0 |  3214 |     - |   140M |   0 |1344 |  16k|  16k|   0 |  0 |  80 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c   9.2s|     1 |     0 | 22189 |     - |   143M |   0 |1344 |  16k|  16k|  12 |  1 |  81 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  11.1s|     1 |     0 | 23961 |     - |   145M |   0 |1344 |  16k|  16k|  21 |  2 |  87 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  13.1s|     1 |     0 | 25574 |     - |   147M |   0 |1344 |  16k|  16k|  30 |  3 |  89 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  15.0s|     1 |     0 | 27161 |     - |   149M |   0 |1344 |  16k|  16k|  39 |  4 |  93 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  17.1s|     1 |     0 | 28766 |     - |   150M |   0 |1344 |  16k|  16k|  49 |  5 |  94 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  19.0s|     1 |     0 | 30460 |     - |   152M |   0 |1344 |  16k|  16k|  59 |  6 |  96 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  21.1s|     1 |     0 | 32181 |     - |   154M |   0 |1344 |  16k|  16k|  67 |  7 | 100 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  23.1s|     1 |     0 | 33837 |     - |   156M |   0 |1344 |  16k|  16k|  76 |  8 | 104 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  24.7s|     1 |     0 | 34839 |     - |   157M |   0 |1344 |  16k|  16k|  87 |  9 | 106 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  26.7s|     1 |     0 | 36317 |     - |   159M |   0 |1344 |  16k|  16k|  98 | 10 | 107 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  27.5s|     1 |     0 | 38287 |     - |   161M |   0 |1344 |  16k|  16k| 111 | 11 | 109 |   0 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c  62.9s|     1 |     2 | 80519 |     - |   162M |   0 |1344 |  16k|  16k| 111 | 11 | 162 |  20 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c   204s|   100 |   101 |257692 |2216.2 |   198M |  17 |1344 |  16k|  16k| 481 |  1 | 304 | 268 | 3.191600e+04 |      --      |    Inf | unknown
997.59/1000.56	c d 248s|   153 |   154 |343966 |2011.0 |veclendi|  23 |1344 |  16k|  16k|   0 |  1 | 395 | 310 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.59/1000.56	c   287s|   200 |   201 |409600 |1865.9 |   240M |  23 |1344 |  16k|  16k| 898 |  1 | 418 | 351 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c   377s|   300 |   301 |570752 |1780.8 |   260M |  23 |1344 |  16k|  16k|1303 |  1 | 503 | 439 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c   477s|   400 |   401 |783066 |1866.6 |   268M |  25 |1344 |  16k|  16k|1688 |  1 | 773 | 519 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c   611s|   500 |   501 |  1083k|2094.1 |   284M |  25 |1344 |  16k|  16k|2268 |  1 |1324 | 631 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c   706s|   600 |   601 |  1311k|2125.7 |   300M |  25 |1344 |  16k|  16k|2696 |  1 |1865 | 718 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c   816s|   700 |   699 |  1567k|2187.9 |   317M |  25 |1344 |  16k|  16k|3328 |  1 |2301 | 816 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c   924s|   800 |   797 |  1810k|2218.4 |   330M |  27 |1344 |  16k|  16k|3932 |  1 |2752 | 904 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
997.59/1000.56	c 
997.59/1000.56	c SCIP Status        : solving was interrupted [time limit reached]
997.59/1000.56	c Solving Time (sec) : 1000.00
997.59/1000.56	c Solving Nodes      : 878
997.59/1000.56	c Primal Bound       : +5.43090000000000e+04 (1 solutions)
997.59/1000.56	c Dual Bound         : +3.19160000000000e+04
997.59/1000.56	c Gap                : 70.16 %
997.59/1000.56	c All original constraints are satisfied.
997.59/1000.56	c SCIP's best solution is verified feasible for the original problem.
997.59/1000.56	c ----------------------------------------------------------------------
997.59/1000.56	c dual bound: 31916.0 -> 31916
997.59/1000.56	c primal bound: 54309.0 -> 54309
997.59/1000.56	c scip-goal-lb: 31916
997.59/1000.56	c scip-goal-ub: 54309
997.59/1000.56	c writing output to: HOME/tmpsznfv710.opb
997.59/1000.56	c appending fixed variable constraints
997.59/1000.56	c scip-fixed vars: 0.00% (0/1344)
997.59/1000.56	c ----------------------------------------------------------------------
997.59/1000.56	c executing external solver: HOME/naps-1.03a6
997.59/1000.56	c ----------------------------------------------------------------------
997.59/1000.56	c command: HOME/naps-1.03a6 -goal-lb=31916 -goal-ub=54308 HOME/tmpsznfv710.opb
997.59/1000.58	c NaPS 1.03a6.
997.59/1000.58	c Input file name: HOME/tmpsznfv710.opb
1004.95/1007.95	c single stage optimization mode
3600.01/3611.70	o 53340
3600.01/3611.70	c
3600.01/3611.70	c *** TERMINATED *** by signal 15
3600.01/3611.70	c _____________________________________________________________________________
3600.01/3611.70	c std/band forms        : 7892,1
3600.01/3611.70	c 2cl/3cl ITE-codings   : 0,0
3600.01/3611.70	c BDD/srt/adr Max costs : 612064,230174,0
3600.01/3611.70	c BDDraw/bin/mul/srt/adr: 7394,0,0,499,0
3600.01/3611.70	c BDD nodes             : 898490
3600.01/3611.70	c Es1/CC detections     : 0,0
3600.01/3611.70	c CC sort               : 496
3600.01/3611.70	c SAT/UNSAT calls       : 1,0
3600.01/3611.70	c regenrated variables  : 0
3600.01/3611.70	c eliminated fixed lits : 0
3600.01/3611.70	c goal lit flips        : 0
3600.01/3611.70	c goal stages           : 1
3600.01/3611.70	c goal shrink           : 0
3600.01/3611.70	c goal coeff separations: 0
3600.01/3611.70	c restarts              : 174
3600.01/3611.70	c conflicts             : 1204           (0 /sec)
3600.01/3611.70	c decisions             : 35546          (14 /sec)
3600.01/3611.70	c propagations          : 14978937       (5757 /sec)
3600.01/3611.70	c inspects              : 0              (0 /sec)
3600.01/3611.70	c CPU time (solving tm) : 2602 s        (2594 s, SAT 2.207 s, UNSAT 0 s)
3600.01/3611.70	c Time for Opt-base     : 0.1162 s
3600.01/3611.70	c Steps for Opt-base    : 601216
3600.01/3611.70	c Time for BDD coding   : 6.303 s
3600.01/3611.70	c Time for srt coding   : 0.04627 s
3600.01/3611.70	c _____________________________________________________________________________
3600.01/3611.70	s SATISFIABLE
3600.01/3611.70	v -x897 -x898 -x899 -x900 x901 x902 x903 -x904 -x905 -x906 x907 -x908 -x909 -x910 -x911 -x912 x913 -x914 -x915 -x916 -x917 x918 -x919 -x920 -x921 -x922 -x923 -x924 x925 -x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 x934 -x935 -x936 -x937 -x938 x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 x959 -x960 -x961 -x962 x963 x964 x965 -x966 -x967 -x968 x969 -x970 -x971 -x972 -x973 -x974 x975 -x976 -x977 -x978 -x979 -x980 x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 x990 -x991 -x992 -x993 -x994 -x995 x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 x1015 -x1016 -x1017 -x1018 -x1019 -x1020 x1021 -x1022 -x1023 -x1024 x1025 x1026 x1027 -x1028 -x1029 -x1030 -x1031 x1032 -x1033 -x1034 -x1035 -x1036 -x1037 x1038 -x1039 -x1040 -x1041 -x1042 -x1043 x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 x1053 -x1054 -x1055 -x1056 -x1057 -x1058 -x1059 x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 x1071 -x1072 -x1073 -x1074 -x1075 -x1076 x1077 -x1078 -x1079 -x1080 x1081 -x1082 -x1083 -x1084 -x1085 x1086 x1087 -x1088 x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 x1103 -x1104 -x1105 -x1106 -x1107 -x1108 x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 -x1121 -x1122 -x1123 x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 x1134 -x1135 -x1136 -x1137 -x1138 -x1139 x1140 -x1141 -x1142 -x1143 -x1144 x1145 -x1146 -x1147 -x1148 x1149 -x1150 x1151 x1152 x1153 -x1154 -x1155 -x1156 x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 x1181 -x1182 -x1183 -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 x1190 -x1191 -x1192 -x1193 -x1194 x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 x1202 -x1203 -x1204 -x1205 x1206 -x1207 -x1208 -x1209 -x1210 -x1211 x1212 -x1213 x1214 x1215 x1216 x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 x1266 -x1267 -x1268 -x1269 x1270 -x1271 -x1272 -x1273 -x1274 x1275 x1276 -x1277 x1278 x1279 x1280 x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 x1302 -x1303 -x1304 -x1305 -x1306 -x1307 -x1308 x1309 -x1310 x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 x1323 x1324 -x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 x1335 -x1336 -x1337 -x1338 -x1339 x1340 x1341 -x1342 x1343 x1344 -x2 -x66 x130 -x194 -x258 -x322 -x386 -x450 -x514 -x578 -x642 -x706 -x770 -x834 -x3 -x67 -x131 -x195 -x259 -x323 -x387 -x451 -x515 -x579 x643 -x707 -x771 -x835 -x4 -x68 -x132 -x196 -x260 -x324 -x388 -x452 -x516 -x580 -x644 x708 -x772 -x836 -x5 -x69 -x133 x197 -x261 -x325 -x389 -x453 -x517 -x581 -x645 -x709 -x773 -x837 -x6 -x70 -x134 -x198 -x262 -x326 -x390 -x454 -x518 x582 -x646 -x710 -x774 -x838 -x7 -x71 -x135 -x199 -x263 x327 -x391 -x455 -x519 -x583 -x647 -x711 -x775 -x839 -x8 x72 -x136 -x200 -x264 -x328 -x392 -x456 -x520 -x584 -x648 -x712 -x776 -x840 -x9 -x73 -x137 -x201 -x265 -x329 -x393 -x457 -x521 -x585 -x649 -x713 x777 -x841 -x11 -x75 -x139 -x203 -x267 -x331 x395 -x459 -x523 -x587 -x651 -x715 -x779 -x843 -x12 -x76 -x140 -x204 -x268 -x332 -x396 x460 -x524 -x588 -x652 -x716 -x780 -x844 -x13 -x77 -x141 -x205 -x269 -x333 -x397 -x461 -x525 -x589 -x653 x717 -x781 -x845 -x14 -x78 -x142 -x206 -x270 x334 -x398 -x462 -x526 -x590 -x654 -x718 -x782 -x846 -x15 -x79 -x143 x207 -x271 -x335 -x399 -x463 -x527 -x591 -x655 -x719 -x783 -x847 -x16 -x80 -x144 -x208 -x272 -x336 -x400 -x464 -x528 -x592 -x656 -x720 -x784 x848 -x17 -x81 -x145 -x209 x273 -x337 -x401 -x465 -x529 -x593 -x657 -x721 -x785 -x849 -x18 -x82 -x146 -x210 -x274 -x338 -x402 -x466 x530 -x594 -x658 -x722 -x786 -x850 -x20 -x84 -x148 -x212 -x276 -x340 -x404 -x468 -x532 -x596 -x660 -x724 x788 -x852 -x21 -x85 -x149 -x213 -x277 -x341 -x405 x469 -x533 -x597 -x661 -x725 -x789 -x853 -x22 -x86 -x150 x214 -x278 -x342 -x406 -x470 -x534 -x598 -x662 -x726 -x790 -x854 -x23 -x87 -x151 -x215 -x279 -x343 -x407 -x471 -x535 x599 -x663 -x727 -x791 -x855 -x24 -x88 -x152 -x216 -x280 x344 -x408 -x472 -x536 -x600 -x664 -x728 -x792 -x856 -x25 -x89 -x153 -x217 -x281 -x345 -x409 -x473 x537 -x601 -x665 -x729 -x793 -x857 x26 -x90 -x154 -x218 -x282 -x346 -x410 -x474 -x538 -x602 -x666 -x730 -x794 -x858 -x27 -x91 x155 -x219 -x283 -x347 -x411 -x475 -x539 -x603 -x667 -x731 -x795 -x859 -x29 -x93 -x157 -x221 -x285 x349 -x413 -x477 -x541 -x605 -x669 -x733 -x797 -x861 -x30 -x94 -x158 -x222 -x286 -x350 -x414 -x478 -x542 -x606 x670 -x734 -x798 -x862 -x31 x95 -x159 -x223 -x287 -x351 -x415 -x479 -x543 -x607 -x671 -x735 -x799 -x863 -x32 -x96 -x160 -x224 -x288 -x352 -x416 -x480 -x544 x608 -x672 -x736 -x800 -x864 -x33 -x97 -x161 -x225 -x289 -x353 x417 -x481 -x545 -x609 -x673 -x737 -x801 -x865 -x34 -x98 -x162 -x226 -x290 -x354 -x418 -x482 -x546 x610 -x674 -x738 -x802 -x866 -x35 x99 -x163 -x227 -x291 -x355 -x419 -x483 -x547 -x611 -x675 -x739 -x803 -x867 -x36 -x100 -x164 -x228 -x292 -x356 -x420 -x484 -x548 -x612 -x676 -x740 -x804 x868 -x38 -x102 -x166 -x230 -x294 -x358 -x422 -x486 x550 -x614 -x678 -x742 -x806 -x870 -x39 -x103 x167 -x231 -x295 -x359 -x423 -x487 -x551 -x615 -x679 -x743 -x807 -x871 -x40 -x104 -x168 -x232 -x296 -x360 -x424 -x488 -x552 -x616 x680 -x744 -x808 -x872 -x41 -x105 -x169 -x233 -x297 -x361 -x425 -x489 -x553 -x617 -x681 -x745 -x809 x873 -x42 x106 -x170 -x234 -x298 -x362 -x426 -x490 -x554 -x618 -x682 -x746 -x810 -x874 -x43 -x107 -x171 -x235 -x299 -x363 -x427 -x491 -x555 -x619 -x683 x747 -x811 -x875 -x44 -x108 -x172 -x236 x300 -x364 -x428 -x492 -x556 -x620 -x684 -x748 -x812 -x876 x45 -x109 -x173 -x237 -x301 -x365 -x429 -x493 -x557 -x621 -x685 -x749 -x813 -x877 -x47 -x111 -x175 -x239 -x303 -x367 -x431 x495 -x559 -x623 -x687 -x751 -x815 -x879 -x48 -x112 x176 -x240 -x304 -x368 -x432 -x496 -x560 -x624 -x688 -x752 -x816 -x880 x49 -x113 -x177 -x241 -x305 -x369 -x433 -x497 -x561 -x625 -x689 -x753 -x817 -x881 -x50 -x114 -x178 -x242 -x306 -x370 -x434 -x498 -x562 -x626 x690 -x754 -x818 -x882 -x51 -x115 -x179 -x243 -x307 -x371 -x435 -x499 -x563 -x627 -x691 -x755 -x819 x883 -x52 -x116 -x180 -x244 -x308 -x372 x436 -x500 -x564 -x628 -x692 -x756 -x820 -x884 -x53 -x117 -x181 -x245 x309 -x373 -x437 -x501 -x565 -x629 -x693 -x757 -x821 -x885 -x54 -x118 -x182 -x246 -x310 -x374 -x438 -x502 -x566 -x630 -x694 -x758 x822 -x886 -x56 -x120 -x184 -x248 -x312 -x376 -x440 -x504 x568 -x632 -x696 -x760 -x824 -x888 -x57 -x121 -x185 -x249 -x313 -x377 -x441 x505 -x569 -x633 -x697 -x761 -x825 -x889 -x58 -x122 -x186 -x250 x314 -x378 -x442 -x506 -x570 -x634 -x698 -x762 -x826 -x890 x59 -x123 -x187 -x251 -x315 -x379 -x443 -x507 -x571 -x635 -x699 -x763 -x827 -x891 -x60 -x124 -x188 x252 -x316 -x380 -x444 -x508 -x572 -x636 -x700 -x764 -x828 -x892 -x61 -x125 -x189 -x253 -x317 -x381 -x445 -x509 -x573 -x637 -x701 -x765 x829 -x893 -x62 -x126 -x190 -x254 -x318 -x382 x446 -x510 -x574 -x638 -x702 -x766 -x830 -x894 -x63 -x127 -x191 -x255 -x319 -x383 -x447 -x511 -x575 -x639 -x703 x767 -x831 -x895 x10 x74 x138 -x202 x266 -x330 -x394 -x458 x522 x586 x650 -x714 -x778 -x842 x19 x83 x147 -x211 -x275 -x339 x403 -x467 -x531 -x595 x659 x723 -x787 x851 -x28 -x92 -x156 x220 x284 -x348 x412 x476 -x540 -x604 -x668 x732 x796 x860 x37 -x101 -x165 x229 x293 x357 -x421 x485 -x549 -x613 -x677 x741 x805 -x869 -x46 -x110 -x174 x238 -x302 x366 x430 -x494 x558 x622 x686 -x750 x814 -x878 -x55 x119 x183 x247 -x311 x375 -x439 x503 -x567 x631 -x695 x759 -x823 -x887 -x64 x128 x192 -x256 -x320 x384 -x448 -x512 x576 x640 x704 -x768 -x832 x896 x1 -x65 -x129 -x193 x257 -x321 x385 x449 x513 -x577 -x641 -x705 x769 x833
3600.15/3611.84	c received SIGTERM, forwarding to pbsolver...
3600.15/3611.84	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

OK	53340

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (62826 MiB free)
  memory of node 1: 64507 MiB (61377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486345-1751289355/watcher-4486345-1751289355 -o /tmp/evaluation-result-4486345-1751289355/solver-4486345-1751289355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751280833-37157 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4486345-1751289355.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=38940, runsolver pid=38937

[startup+0.100066 s]*
/proc/loadavg: 4.66 4.28 4.20 5/255 38945
/proc/meminfo: memFree=127184836/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=19024 memory=14080 CPUtime=0.06 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 1846 0 0 0 6 0 0 0 20 0 1 0 44615188 19480576 3520 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 4756 3520 1984 1 0 1510 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 23216 KiB
Current children cumulated memory: 17152 KiB

[startup+0.213254 s]*
/proc/loadavg: 4.66 4.28 4.20 5/255 38945
/proc/meminfo: memFree=127181580/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1186924 memory=31820 CPUtime=0.17 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 3698 0 0 0 15 2 0 0 20 0 1 0 44615188 1215410176 7955 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 296731 7955 4883 1 0 268753 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1191116 KiB
Current children cumulated memory: 34892 KiB

[startup+0.313475 s]*
/proc/loadavg: 4.66 4.28 4.20 5/255 38945
/proc/meminfo: memFree=127176540/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1192528 memory=37708 CPUtime=0.26 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 4779 0 0 0 24 2 0 0 20 0 1 0 44615188 1221148672 9427 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 298132 9427 5331 1 0 269796 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1196720 KiB
Current children cumulated memory: 40780 KiB

[startup+0.700387 s]
/proc/loadavg: 4.66 4.28 4.20 5/255 38945
/proc/meminfo: memFree=127141260/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1249548 memory=101964 CPUtime=0.64 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 18446 0 0 0 58 6 0 0 20 0 1 0 44615188 1279537152 25491 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 312387 25491 7923 1 0 283745 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1253740 KiB
Current children cumulated memory: 105036 KiB

[startup+1.5004 s]
/proc/loadavg: 4.66 4.28 4.20 5/255 38945
/proc/meminfo: memFree=127128872/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1343760 memory=183036 CPUtime=1.43 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 34892 0 0 0 134 9 0 0 20 0 1 0 44615188 1376010240 45759 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 335940 45759 8083 1 0 307298 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1347952 KiB
Current children cumulated memory: 186108 KiB

[startup+3.11225 s]
/proc/loadavg: 4.77 4.31 4.21 5/255 38945
/proc/meminfo: memFree=127061356/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1346904 memory=186364 CPUtime=3.05 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 35865 0 0 0 295 10 0 0 20 0 1 0 44615188 1379229696 46591 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 336726 46591 8115 1 0 308084 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1351096 KiB
Current children cumulated memory: 189436 KiB

[startup+6.30033 s]
/proc/loadavg: 4.77 4.31 4.21 5/255 38945
/proc/meminfo: memFree=127061356/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1347112 memory=186492 CPUtime=6.23 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 35898 0 0 0 613 10 0 0 20 0 1 0 44615188 1379442688 46623 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 336778 46623 8115 1 0 308136 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1351304 KiB
Current children cumulated memory: 189564 KiB

[startup+12.7003 s]
/proc/loadavg: 4.79 4.32 4.21 5/255 38945
/proc/meminfo: memFree=127052788/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1356592 memory=192272 CPUtime=12.61 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 38200 0 0 0 1251 10 0 0 20 0 1 0 44615188 1389150208 48068 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 339148 48068 8147 1 0 310506 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1360784 KiB
Current children cumulated memory: 195344 KiB

[startup+25.5003 s]
/proc/loadavg: 4.68 4.32 4.21 5/255 38945
/proc/meminfo: memFree=126925376/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1369984 memory=194832 CPUtime=25.37 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 38848 0 0 0 2527 10 0 0 20 0 1 0 44615188 1402863616 48708 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 342496 48708 8147 1 0 313854 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1374176 KiB
Current children cumulated memory: 197904 KiB

[startup+51.1131 s]
/proc/loadavg: 4.53 4.31 4.21 5/256 38946
/proc/meminfo: memFree=126374912/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1373020 memory=194832 CPUtime=50.92 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 38854 0 0 0 5082 10 0 0 20 0 1 0 44615188 1405972480 48708 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 343255 48708 8147 1 0 314613 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1377212 KiB
Current children cumulated memory: 197904 KiB

[startup+102.3 s]
/proc/loadavg: 4.30 4.28 4.20 5/256 38948
/proc/meminfo: memFree=126229348/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1401256 memory=221328 CPUtime=101.97 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 45463 0 0 0 10186 11 0 0 20 0 1 0 44615188 1434886144 55332 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 350314 55332 8147 1 0 321672 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 1405448 KiB
Current children cumulated memory: 224400 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.22 4.18 5/257 38951
/proc/meminfo: memFree=121888976/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1478344 memory=296020 CPUtime=161.81 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 65175 0 0 0 16166 15 0 0 20 0 1 0 44615188 1513824256 74005 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 369586 74005 8147 1 0 340944 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 1482536 KiB
Current children cumulated memory: 299092 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.21 4.18 5/257 38953
/proc/meminfo: memFree=121774584/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1478344 memory=296148 CPUtime=221.66 cores=0,2
/proc/38945/stat : 38945 (python3) R 38940 38940 37147 0 -1 4194304 65211 0 0 0 22151 15 0 0 20 0 1 0 44615188 1513824256 74037 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 369586 74037 8147 1 0 340944 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 1482536 KiB

################
# More data... #
################

/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=577592 memory=550908 CPUtime=2214.23 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 122561 0 0 0 221381 42 0 0 20 0 1 0 44715243 591454208 137727 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 144398 137727 608 696 0 143559 0
Current children cumulated CPU time: 3211.89 s
Current children cumulated vsize: 2154600 KiB
Current children cumulated memory: 909904 KiB

[startup+3282.3 s]
/proc/loadavg: 2.16 2.36 3.03 3/246 39175
/proc/meminfo: memFree=128696460/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=535488 memory=508816 CPUtime=2274.05 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 122749 0 0 0 227363 42 0 0 20 0 1 0 44715243 548339712 127204 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 133872 127204 608 696 0 133033 0
Current children cumulated CPU time: 3271.71 s
Current children cumulated vsize: 2112496 KiB
Current children cumulated memory: 867812 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.31 2.97 3/247 39181
/proc/meminfo: memFree=128634952/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=580472 memory=553800 CPUtime=2333.87 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 124093 0 0 0 233343 44 0 0 20 0 1 0 44715243 594403328 138450 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 145118 138450 608 696 0 144279 0
Current children cumulated CPU time: 3331.53 s
Current children cumulated vsize: 2157480 KiB
Current children cumulated memory: 912796 KiB

[startup+3402.3 s]
/proc/loadavg: 1.48 2.10 2.85 2/240 39214
/proc/meminfo: memFree=129206888/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=535488 memory=508816 CPUtime=2393.67 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 124195 0 0 0 239323 44 0 0 20 0 1 0 44715243 548339712 127204 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 133872 127204 608 696 0 133033 0
Current children cumulated CPU time: 3391.33 s
Current children cumulated vsize: 2112496 KiB
Current children cumulated memory: 867812 KiB

[startup+3462.3 s]
/proc/loadavg: 1.24 1.91 2.74 2/240 39216
/proc/meminfo: memFree=129203536/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=535488 memory=508816 CPUtime=2453.46 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 125066 0 0 0 245301 45 0 0 20 0 1 0 44715243 548339712 127204 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 133872 127204 608 696 0 133033 0
Current children cumulated CPU time: 3451.12 s
Current children cumulated vsize: 2112496 KiB
Current children cumulated memory: 867812 KiB

[startup+3522.3 s]
/proc/loadavg: 1.13 1.76 2.63 2/240 39222
/proc/meminfo: memFree=129186668/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=573868 memory=547184 CPUtime=2513.26 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 126111 0 0 0 251280 46 0 0 20 0 1 0 44715243 587640832 136796 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 143467 136796 608 696 0 142628 0
Current children cumulated CPU time: 3510.92 s
Current children cumulated vsize: 2150876 KiB
Current children cumulated memory: 906180 KiB

[startup+3582.3 s]
/proc/loadavg: 1.17 1.65 2.54 2/237 39225
/proc/meminfo: memFree=129206880/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=535488 memory=508816 CPUtime=2573.05 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 126193 0 0 0 257259 46 0 0 20 0 1 0 44715243 548339712 127204 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 133872 127204 608 696 0 133033 0
Current children cumulated CPU time: 3570.71 s
Current children cumulated vsize: 2112496 KiB
Current children cumulated memory: 867812 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.7 s]
/proc/loadavg: 1.10 1.59 2.49 2/237 39226
/proc/meminfo: memFree=129207132/131382112 swapFree=33010684/33010684
[pid=38940] ppid=38937 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/38940/stat : 38940 (scip-naps-1.00.) S 38937 38940 37147 0 -1 4194304 257 339 0 0 0 0 0 0 20 0 1 0 44615185 4292608 768 18446744073709551615 93925919105024 93925919999557 140730945190512 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 93925920238608 93925920286352 93925927063552 140730945198497 140730945198594 140730945198594 140730945204196 0
/proc/38940/statm: 1048 768 704 219 0 110 0
[pid=38945] ppid=38940 vsize=1572816 memory=355924 CPUtime=997.66 cores=0,2
/proc/38945/stat : 38945 (python3) S 38940 38940 37147 0 -1 4194304 80152 0 0 0 99748 18 0 0 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
[pid=38994] ppid=38945 vsize=535488 memory=508816 CPUtime=2602.35 cores=0,2
/proc/38994/stat : 38994 (naps-1.03a6) R 38945 38994 38994 0 -1 4194304 126197 0 0 0 260189 46 0 0 20 0 1 0 44715243 548339712 127204 18446744073709551615 4198400 7047149 140724452233792 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 29614080 140724452235635 140724452235763 140724452235763 140724452241353 0
/proc/38994/statm: 133872 127204 608 696 0 133033 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2112496 KiB
Current children cumulated memory: 867812 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3611.72 s]
# the end of solver process 38940 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.003921 s, system=0.009793 s

[startup+3611.88 s]
# the end of solver process 38945 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3599.51 s, system=0.694695 s
# this solver process was not waited by its parent and was adopted by runsolver

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3611.82 s]*
/proc/loadavg: 1.10 1.59 2.49 3/235 39226
/proc/meminfo: memFree=129715036/131382112 swapFree=33010684/33010684
[pid=38945] ppid=38937 vsize=1572816 memory=355924 CPUtime=3600.14 cores=0,2
/proc/38945/stat : 38945 (python3) R 38937 38940 37147 0 -1 4194304 95792 126198 0 0 99759 20 260189 46 20 0 1 0 44615188 1610563584 88981 18446744073709551615 94620405989376 94620405989753 140722766120272 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94620406001048 94620406001668 94620435755008 140722766129511 140722766129698 140722766129698 140722766135271 0
/proc/38945/statm: 393204 88981 8211 1 0 364562 0
Current cumulated CPU time of completed processes: 0.013714 s
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 1572816 KiB
Current children cumulated memory: 355924 KiB

Child status: 0

Real time (s): 3611.88
CPU time (s): 3600.21
CPU user time (s): 3599.51
CPU system time (s): 0.694695
CPU usage (%): 99.6769
Max. virtual memory (cumulated for all children) (KiB): 2199388
Max. memory (cumulated for all children) (KiB): 954700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.51
system time used= 0.694695
maximum resident set size= 595704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229541
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 533
involuntary context switches= 7899


# summary of solver processes directly reported to runsolver:
#   pid: 38940,38945
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3599.51
#   total CPU system time (s): 0.694695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.812 second user time and 36.7688 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-30 15:15:55
IDJOB=4486345
IDBENCH=147018
IDSOLVER=3368
FILE ID=nodeC012/4486345-1751289355
RUNJOBID= nodeC012-1751280833-37157
SLURM_JOB_ID= 9594230
Free space on /tmp= 433040 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486345-1751289355/watcher-4486345-1751289355 -o /tmp/evaluation-result-4486345-1751289355/solver-4486345-1751289355 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751280833-37157 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4486345-1751289355.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=2036755923

nodeC012 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.836
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3659.093
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.152
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.187
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.562
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.709
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.594
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127176828 kB
MemAvailable:   127064512 kB
Buffers:            3280 kB
Cached:           696612 kB
SwapCached:            0 kB
Active:          3149048 kB
Inactive:         397472 kB
Active(anon):    2864588 kB
Inactive(anon):        0 kB
Active(file):     284460 kB
Inactive(file):   397472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6336 kB
Writeback:             4 kB
AnonPages:       2848704 kB
Mapped:           128716 kB
Shmem:             17960 kB
KReclaimable:      90372 kB
Slab:             173236 kB
SReclaimable:      90372 kB
SUnreclaim:        82864 kB
KernelStack:        4160 kB
PageTables:         9368 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6524088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1843200 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC012 at 2025-06-30 16:16:07