Trace number 4530594

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.00a2SAT (MO)708 1629.04 1634.74

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_rot_16_label5_adversarial_norm_1.opb
MD5SUMf94de02fa01250a2017b0bd253a5fded
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.91643
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1289
Total number of constraints1094
Number of constraints which are clauses13
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1080
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 773
Biggest coefficient in the objective function 15502
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 46385
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 15502
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 46385
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

199.22/200.01	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530594-1752264292.opb
199.22/200.01	c Solving mode: optimization
199.22/200.01	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
199.22/200.01	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
199.22/200.01	c original problem has 1289 variables (1289 bin, 0 int, 0 impl, 0 cont) and 1094 constraints
199.22/200.01	c presolving:
199.22/200.01	c (round 1, fast)       13 del vars, 13 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
199.22/200.01	c (round 2, fast)       13 del vars, 22 del conss, 0 add conss, 13 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
199.22/200.01	c (round 3, exhaustive) 13 del vars, 22 del conss, 0 add conss, 13 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs
199.22/200.01	c (round 4, exhaustive) 13 del vars, 22 del conss, 0 add conss, 13 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs
199.22/200.01	c    (1.0s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
199.22/200.01	c    (1.0s) probing aborted: 50/50 successive totally useless probings
199.22/200.01	c    (1.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
199.22/200.01	c    (1.4s) no symmetry present (symcode time: 0.00)
199.22/200.01	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
199.22/200.01	c  13 deleted vars, 22 deleted constraints, 0 added constraints, 13 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
199.22/200.01	c  0 implications, 1 cliques
199.22/200.01	c presolved problem has 1276 variables (1276 bin, 0 int, 0 impl, 0 cont) and 1072 constraints
199.22/200.01	c    1071 constraints of type <knapsack>
199.22/200.01	c       1 constraints of type <setppc>
199.22/200.01	c transformed objective value is always integral (scale: 1)
199.22/200.01	c Presolving Time: 1.41
199.22/200.01	c 
199.22/200.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.22/200.01	c p 1.9s|     1 |     0 |     0 |     - |   locks|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.397800e+04 |    Inf | unknown
199.22/200.01	c i 2.0s|     1 |     0 |     0 |     - |  oneopt|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   2.0s|     1 |     0 |   249 |     - |   342M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   2.6s|     1 |     0 |   437 |     - |   367M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   3.1s|     1 |     0 |   597 |     - |   390M |   0 |1276 |1072 |1365 | 293 |  2 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   3.6s|     1 |     0 |   726 |     - |   412M |   0 |1276 |1072 |1458 | 386 |  3 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   4.1s|     1 |     0 |   816 |     - |   436M |   0 |1276 |1072 |1524 | 452 |  4 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   4.7s|     1 |     0 |   888 |     - |   463M |   0 |1276 |1072 |1571 | 499 |  5 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   5.2s|     1 |     0 |   969 |     - |   485M |   0 |1276 |1072 |1630 | 558 |  6 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   5.8s|     1 |     0 |  1052 |     - |   500M |   0 |1276 |1072 |1683 | 611 |  7 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   6.3s|     1 |     0 |  1122 |     - |   540M |   0 |1276 |1072 |1744 | 672 |  8 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   6.9s|     1 |     0 |  1181 |     - |   547M |   0 |1276 |1072 |1794 | 722 |  9 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   7.4s|     1 |     0 |  1265 |     - |   584M |   0 |1276 |1072 |1854 | 782 | 10 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c   7.8s|     1 |     0 |  1328 |     - |   589M |   0 |1276 |1072 |1737 | 827 | 11 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
199.22/200.01	c L16.6s|     1 |     0 | 11381 |     - |    alns|   0 |1276 |1077 |1737 | 827 | 11 |   5 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.22/200.01	c  16.7s|     1 |     0 | 11381 |     - |   589M |   0 |1276 |1077 |1737 | 827 | 11 |   5 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c  17.1s|     1 |     0 | 11968 |     - |   591M |   0 |1276 |1077 |1768 | 858 | 12 |   5 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c  17.2s|     1 |     0 | 12441 |     - |   591M |   0 |1276 |1078 |1781 | 871 | 13 |   6 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c  20.9s|     1 |     2 | 12537 |     - |   591M |   0 |1276 |1079 |1781 | 871 | 13 |   7 |  41 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c  63.4s|   100 |   101 | 37594 | 355.6 |   592M |  39 |1276 |1083 |1075 | 945 |  1 |  11 | 504 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c  80.2s|   200 |   201 | 75308 | 366.4 |   603M |  41 |1276 |1085 |1104 |1266 |  1 |  13 | 539 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   129s|   300 |   301 |109753 | 359.1 |   613M |  45 |1276 |1090 |1084 |1624 |  1 |  18 | 555 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   139s|   400 |   401 |131619 | 323.9 |   657M |  59 |1276 |1091 |1100 |1965 |  1 |  20 | 590 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   147s|   500 |   501 |153624 | 303.1 |   654M |  75 |1276 |1107 |1120 |2248 |  1 |  36 | 617 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   156s|   600 |   601 |172047 | 283.2 |   655M |  75 |1276 |1146 |1125 |2804 |  1 |  76 | 648 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   165s|   700 |   701 |193610 | 273.6 |   656M |  75 |1276 |1158 |1118 |3265 |  1 |  88 | 686 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   174s|   800 |   801 |207699 | 257.0 |   656M |  79 |1276 |1173 |1112 |3599 |  1 | 103 | 766 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   183s|   900 |   901 |229445 | 252.6 |   657M |  79 |1276 |1202 |1128 |3955 |  1 | 132 | 816 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   190s|  1000 |  1001 |245140 | 243.0 |   657M |  79 |1276 |1207 |1111 |4301 |  1 | 137 | 857 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
199.22/200.01	c (run 1, node 1049) performing user restart
199.22/200.01	c 
199.22/200.01	c (restart) converted 56 cuts from the global cut pool into linear constraints
199.22/200.01	c 
199.22/200.01	c presolving:
199.22/200.01	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 10 chg coeffs, 56 upgd conss, 0 impls, 1 clqs
199.22/200.01	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
199.22/200.01	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 18 changed coefficients
199.22/200.01	c  0 implications, 1 cliques
199.22/200.01	c presolved problem has 1276 variables (1276 bin, 0 int, 0 impl, 0 cont) and 1263 constraints
199.22/200.01	c    1127 constraints of type <knapsack>
199.22/200.01	c       1 constraints of type <setppc>
199.22/200.01	c       1 constraints of type <linear>
199.22/200.01	c     134 constraints of type <logicor>
199.22/200.01	c transformed objective value is always integral (scale: 1)
199.22/200.01	c Presolving Time: 1.70
199.22/200.01	c transformed 3/3 original solutions to the transformed problem space
199.22/200.01	c 
199.22/200.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.22/200.01	c   197s|     1 |     0 |257122 |     - |   601M |   0 |1276 |1263 |1128 |   0 |  0 | 137 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   197s|     1 |     0 |257375 |     - |   609M |   0 |1276 |1263 |1283 | 155 |  1 | 137 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   198s|     1 |     0 |257868 |     - |   612M |   0 |1276 |1264 |1436 | 308 |  2 | 138 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
199.22/200.01	c   199s|     1 |     0 |258095 |     - |   620M |   0 |1276 |1265 |1620 | 492 |  3 | 139 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   199s|     1 |     0 |258365 |     - |   621M |   0 |1276 |1266 |1807 | 679 |  4 | 140 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   200s|     1 |     0 |258631 |     - |   626M |   0 |1276 |1267 |1994 | 866 |  5 | 141 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   201s|     1 |     0 |258859 |     - |   627M |   0 |1276 |1269 |2139 |1011 |  6 | 143 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   202s|     1 |     0 |259075 |     - |   634M |   0 |1276 |1270 |2287 |1159 |  7 | 144 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   202s|     1 |     0 |259222 |     - |   655M |   0 |1276 |1271 |2405 |1277 |  8 | 145 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   203s|     1 |     0 |259623 |     - |   651M |   0 |1276 |1273 |2518 |1390 |  9 | 147 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   204s|     1 |     0 |259775 |     - |   659M |   0 |1276 |1274 |2615 |1487 | 10 | 148 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   204s|     1 |     0 |259891 |     - |   660M |   0 |1276 |1275 |2518 |1583 | 11 | 149 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   232s|     1 |     2 |288163 |     - |   660M |   0 |1276 |1283 |2518 |1583 | 11 | 157 | 915 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c   250s|   100 |   101 |346731 | 297.3 |   663M |  27 |1276 |1304 |1227 |2073 |  2 | 178 | 953 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
774.70/777.46	c o 262s|   186 |   187 |380050 | 303.6 |feaspump|  35 |1276 |1306 |1223 |2457 |  1 | 180 | 992 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
774.70/777.46	c   264s|   200 |   201 |386430 | 305.3 |   643M |  35 |1276 |1317 |1160 |2457 |  1 | 191 | 996 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   289s|   300 |   301 |464932 | 340.9 |   643M |  35 |1276 |1353 |1238 |3575 |  1 | 229 |1039 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   338s|   400 |   401 |663613 | 454.5 |   643M |  66 |1276 |1383 |1304 |3905 |  1 | 261 |1066 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   353s|   500 |   499 |713203 | 457.2 |   641M |  81 |1276 |1405 |1318 |4079 |  1 | 285 |1105 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   363s|   600 |   599 |745287 | 448.9 |   640M | 135 |1276 |1413 |1335 |4161 |  1 | 293 |1128 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   372s|   700 |   699 |769808 | 437.3 |   640M | 151 |1276 |1435 |1340 |4200 |  1 | 317 |1164 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   385s|   800 |   797 |811684 | 436.3 |   641M | 163 |1276 |1485 |1332 |4498 |  1 | 369 |1212 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   396s|   900 |   897 |834870 | 425.8 |   642M | 164 |1276 |1493 |1413 |4930 |  1 | 377 |1261 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   409s|  1000 |   991 |863449 | 419.0 |   644M | 172 |1276 |1545 |1439 |5415 |  4 | 431 |1363 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   421s|  1100 |  1081 |890684 | 412.1 |   638M | 177 |1276 |1561 |1440 |5926 |  2 | 447 |1456 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   434s|  1200 |  1161 |920887 | 407.2 |   638M | 189 |1276 |1589 |1419 |6084 |  1 | 475 |1508 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   449s|  1300 |  1231 |950283 | 402.4 |   624M | 189 |1276 |1593 |1393 |6386 |  1 | 482 |1645 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   461s|  1400 |  1313 |975978 | 396.5 |   624M | 191 |1276 |1594 |1396 |6710 |  1 | 483 |1748 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   477s|  1500 |  1395 |  1018k| 397.5 |   624M | 191 |1276 |1593 |1260 |7025 |  1 | 484 |1818 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   490s|  1600 |  1495 |  1048k| 393.9 |   625M | 191 |1276 |1594 |1263 |7459 |  1 | 486 |1884 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
774.70/777.46	c   504s|  1700 |  1595 |  1081k| 391.6 |   627M | 191 |1276 |1611 |1277 |8022 |  1 | 503 |1931 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   515s|  1800 |  1695 |  1103k| 385.6 |   627M | 191 |1276 |1620 |1287 |8649 |  1 | 513 |1985 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   530s|  1900 |  1795 |  1130k| 381.8 |   632M | 191 |1276 |1618 |1294 |9175 |  1 | 517 |2097 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   540s|  2000 |  1891 |  1150k| 375.6 |   632M | 191 |1276 |1617 |1203 |9577 |  0 | 524 |2156 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   549s|  2100 |  1973 |  1176k| 371.9 |   633M | 191 |1276 |1615 |1411 |9773 |  1 | 524 |2206 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   558s|  2200 |  2063 |  1201k| 368.2 |   634M | 191 |1276 |1618 |1367 |  10k|  1 | 528 |2235 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   567s|  2300 |  2155 |  1229k| 365.7 |   634M | 191 |1276 |1622 |1415 |  10k|  1 | 533 |2261 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   577s|  2400 |  2239 |  1261k| 364.3 |   634M | 191 |1276 |1621 |1394 |  10k|  1 | 534 |2290 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   585s|  2500 |  2333 |  1288k| 361.6 |   634M | 191 |1276 |1625 |1330 |  11k|  1 | 539 |2310 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   594s|  2600 |  2429 |  1318k| 360.0 |   635M | 191 |1276 |1627 |1388 |  11k|  2 | 544 |2324 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   601s|  2700 |  2523 |  1345k| 357.7 |   635M | 191 |1276 |1632 |1367 |  11k|  1 | 551 |2331 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   611s|  2800 |  2611 |  1380k| 357.4 |   636M | 191 |1276 |1629 |1322 |  12k|  2 | 553 |2340 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   619s|  2900 |  2711 |  1401k| 353.5 |   636M | 191 |1276 |1640 |1229 |  12k|  1 | 569 |2364 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   628s|  3000 |  2811 |  1424k| 350.5 |   637M | 191 |1276 |1666 |1318 |  12k|  1 | 597 |2402 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   638s|  3100 |  2911 |  1445k| 347.2 |   638M | 191 |1276 |1670 |1315 |  12k|  1 | 603 |2456 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
774.70/777.46	c   647s|  3200 |  3009 |  1468k| 344.4 |   638M | 191 |1276 |1670 |1320 |  12k|  1 | 606 |2485 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   660s|  3300 |  3107 |  1496k| 342.9 |   638M | 191 |1276 |1679 |1313 |  12k|  1 | 619 |2557 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   674s|  3400 |  3197 |  1521k| 340.8 |   639M | 191 |1276 |1694 |1339 |  13k|  1 | 638 |2643 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   689s|  3500 |  3293 |  1557k| 341.2 |   639M | 191 |1276 |1695 |1368 |  13k|  1 | 640 |2760 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   701s|  3600 |  3363 |  1586k| 340.2 |   640M | 191 |1276 |1695 |1417 |  13k|  0 | 640 |2841 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   710s|  3700 |  3443 |  1614k| 338.9 |   640M | 191 |1276 |1693 |1363 |  14k|  1 | 641 |2872 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   719s|  3800 |  3541 |  1647k| 338.7 |   640M | 191 |1276 |1696 |1426 |  14k|  1 | 646 |2880 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   729s|  3900 |  3623 |  1681k| 338.6 |   641M | 191 |1276 |1693 |1431 |  15k|  1 | 648 |2900 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   739s|  4000 |  3691 |  1709k| 337.5 |   642M | 191 |1276 |1697 |1452 |  15k|  1 | 652 |2933 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   749s|  4100 |  3765 |  1748k| 338.5 |   643M | 191 |1276 |1705 |1393 |  15k|  1 | 663 |2955 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   757s|  4200 |  3835 |  1778k| 337.8 |   643M | 191 |1276 |1704 |1369 |  16k|  1 | 665 |2976 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
774.70/777.46	c   768s|  4300 |  3923 |  1818k| 339.0 |   643M | 191 |1276 |1712 |1350 |  16k|  1 | 679 |2981 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   777s|  4400 |  4009 |  1849k| 338.5 |   643M | 191 |1276 |1710 |1402 |  16k|  1 | 680 |2994 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   791s|  4500 |  4097 |  1897k| 341.1 |   644M | 191 |1276 |1716 |1370 |  17k|  1 | 696 |3030 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   804s|  4600 |  4189 |  1933k| 341.3 |   644M | 191 |1276 |1725 |1397 |  17k|  1 | 716 |3084 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.24/1000.78	c   817s|  4700 |  4253 |  1966k| 341.1 |   645M | 191 |1276 |1724 |1330 |  18k|  1 | 721 |3153 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   828s|  4800 |  4345 |  1993k| 340.0 |   645M | 191 |1276 |1723 |1330 |  18k|  1 | 730 |3203 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   840s|  4900 |  4425 |  2022k| 339.1 |   645M | 191 |1276 |1715 |1323 |  18k|  1 | 739 |3272 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   852s|  5000 |  4515 |  2054k| 338.9 |   645M | 191 |1276 |1717 |1330 |  18k|  1 | 761 |3330 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   862s|  5100 |  4603 |  2081k| 337.6 |   645M | 191 |1276 |1709 |1333 |  19k|  1 | 768 |3372 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   875s|  5200 |  4703 |  2119k| 338.4 |   645M | 191 |1276 |1704 |1330 |  19k|  1 | 771 |3439 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   888s|  5300 |  4779 |  2154k| 338.5 |   645M | 191 |1276 |1701 |1417 |  19k|  0 | 781 |3520 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   899s|  5400 |  4871 |  2183k| 337.8 |   646M | 191 |1276 |1695 |1395 |  20k|  1 | 788 |3581 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   909s|  5500 |  4953 |  2213k| 337.2 |   646M | 191 |1276 |1695 |1383 |  20k|  2 | 793 |3620 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   918s|  5600 |  5035 |  2246k| 337.2 |   646M | 191 |1276 |1692 |1397 |  20k|  2 | 807 |3643 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   928s|  5700 |  5125 |  2282k| 337.5 |   646M | 191 |1276 |1689 |1326 |  21k|  1 | 811 |3658 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   936s|  5800 |  5209 |  2310k| 336.7 |   646M | 191 |1276 |1685 |1424 |  21k|  1 | 821 |3666 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   947s|  5900 |  5287 |  2347k| 337.1 |   646M | 191 |1276 |1687 |1327 |  21k|  1 | 827 |3697 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   957s|  6000 |  5379 |  2386k| 337.8 |   646M | 191 |1276 |1696 |1371 |  22k|  1 | 847 |3712 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   968s|  6100 |  5435 |  2426k| 338.7 |   646M | 191 |1276 |1697 |1355 |  22k|  1 | 854 |3723 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.24/1000.78	c   978s|  6200 |  5531 |  2459k| 338.6 |   647M | 191 |1276 |1694 |1330 |  22k|  1 | 858 |3733 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   986s|  6300 |  5611 |  2490k| 338.3 |   647M | 191 |1276 |1691 |1426 |  23k|  1 | 860 |3735 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c   995s|  6400 |  5695 |  2522k| 338.0 |   647M | 191 |1276 |1680 |1406 |  23k|  1 | 865 |3739 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.24/1000.78	c 
997.24/1000.78	c SCIP Status        : solving was interrupted [time limit reached]
997.24/1000.78	c Solving Time (sec) : 1000.00
997.24/1000.78	c Solving Nodes      : 6440 (total of 7489 nodes in 2 runs)
997.24/1000.78	c Primal Bound       : +7.08000000000000e+02 (4 solutions)
997.24/1000.78	c Dual Bound         : +0.00000000000000e+00
997.24/1000.78	c Gap                : infinite
997.24/1000.78	c All original constraints are satisfied.
997.24/1000.78	c SCIP's best solution is verified feasible for the original problem.
997.24/1000.78	c ----------------------------------------------------------------------
997.24/1000.78	c dual bound: 0.0 -> 0
997.24/1000.78	c primal bound: 708.0 -> 708
997.24/1000.78	c scip-goal-lb: 0
997.24/1000.78	c scip-goal-ub: 708
997.24/1000.78	c writing output to: HOME/tmpt2uc5785.opb
997.24/1000.78	c appending fixed variable constraints
997.24/1000.78	c scip-fixed vars: 1.02% (13/1276)
997.24/1000.78	c ----------------------------------------------------------------------
997.24/1000.78	c executing external solver: HOME/naps-1.03a6
997.24/1000.78	c ----------------------------------------------------------------------
997.24/1000.78	c command: HOME/naps-1.03a6 -goal-lb=0 -goal-ub=707 HOME/tmpt2uc5785.opb
997.33/1000.81	c NaPS 1.03a6.
997.33/1000.81	c Input file name: HOME/tmpt2uc5785.opb
1407.05/1412.07	c single stage optimization mode
1627.99/1633.70	c
1627.99/1633.70	c *** TERMINATED *** by signal 15
1627.99/1633.70	c s UNKNOWN
1627.99/1633.70	c _____________________________________________________________________________
1627.99/1633.70	c std/band forms        : 1082,0
1627.99/1633.70	c 2cl/3cl ITE-codings   : 62359314,0
1627.99/1633.70	c BDD/srt/adr Max costs : 319938,64,0
1627.99/1633.70	c BDDraw/bin/mul/srt/adr: 1080,0,1,1,0
1627.99/1633.70	c BDD nodes             : 62786511
1627.99/1633.70	c Es1/CC detections     : 0,0
1627.99/1633.70	c CC sort               : 1
1627.99/1633.70	c SAT/UNSAT calls       : 0,0
1627.99/1633.70	c regenrated variables  : 0
1627.99/1633.70	c eliminated fixed lits : 28
1627.99/1633.70	c goal lit flips        : 0
1627.99/1633.70	c goal stages           : 1
1627.99/1633.70	c goal shrink           : 0
1627.99/1633.70	c goal coeff separations: 1
1627.99/1633.70	c restarts              : 0
1627.99/1633.70	c conflicts             : 0              (0 /sec)
1627.99/1633.70	c decisions             : 0              (0 /sec)
1627.99/1633.70	c propagations          : 0              (0 /sec)
1627.99/1633.70	c inspects              : 0              (0 /sec)
1627.99/1633.70	c CPU time (solving tm) : 620.3 s        (218.5 s, SAT 0 s, UNSAT 0 s)
1627.99/1633.70	c Time for Opt-base     : 0.01436 s
1627.99/1633.70	c Steps for Opt-base    : 64848
1627.99/1633.70	c Time for BDD coding   : 305 s
1627.99/1633.70	c Time for srt coding   : 2.1e-05 s
1627.99/1633.70	c _____________________________________________________________________________
1627.99/1633.70	c received SIGTERM, forwarding to pbsolver...
997.34/1634.24	v x1 x2 x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 x27 x28 -x29 x30 x31 -x32 -x33 x34 -x35 x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 x59 -x60 x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 -x109 x110 -x111 -x112 x113 x114 x115 x116 x117 x118 -x119 -x120 -x121 x122 -x123 -x124 -x125 -x126 -x127 x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 x137 -x138 -x139 -x140 x141 -x142 -x143 x144 x145 x146 x147 x148 x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 x169 -x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 x202 x204 x205 x206 x207 x208 x209 x210 x211 x212 x213 x214 -x215 -x216 -x217 -x218 -x219 -x221 -x222 -x223 -x224 x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 x239 x240 x241 x242 x243 x244 -x245 -x246 -x247 x248 -x249 -x250 x251 -x252 -x253 -x254 x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 x269 x270 x271 x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 x298 x299 x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 x335 x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 x370 -x371 -x372
997.34/1634.24	v -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 x383 x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 x396 x397 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 x440 -x441 -x443 -x444 -x445 x446 -x447 -x448 -x449 -x450 x451 x452 -x453 -x454 -x455 -x456 -x457 x458 x459 x460 x461 x462 x463 x464 x465 x466 x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 x481 -x482 -x483 -x484 -x485 x486 x487 x488 x489 x490 x491 x492 x493 x494 x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 x506 -x507 -x508 x509 -x510 -x511 -x512 x513 x514 x515 -x516 -x517 -x518 -x519 x520 x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 x570 x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 x580 -x581 -x582 -x583 x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 x599 x600 x601 -x602 -x603 x604 -x605 x606 -x607 x608 -x609 -x610 -x611 -x612 -x613 -x614 x615 -x616 -x617 x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 x628 x629 x630 -x631 x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 -x644 -x645 -x646 x647 x648 x649 -x650 -x651 -x652 -x653 -x654 -x655 x656 x657 x658 x659 x660 x661 -x662 x663 x664 -x665 -x666 -x667 -x668 -x669 -x670 x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 x685 x686 x687 x688 x689 x692 -x693 -x694 -x695 x696 -x697 -x698 -x701 x702 -x703 -x704 x705 x706 x707 x708 x709 -x710 x711 -x712 -x713 x714 x715 x716 x717 x718 x719 x720 -x721 -x722 -x723 x724 x725 -x726 -x727 -x728 -x729
997.34/1634.24	v -x730 x731 -x732 x733 x734 x735 x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 x744 x745 x746 -x747 -x748 -x749 x750 x751 x753 x754 -x755 x756 x757 -x758 -x759 -x760 -x761 -x762 x763 x764 x765 x766 x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 x781 x782 x783 x784 x82 x795 x97 x203 x220 x398 x442 x643 x690 x691 x699 x700 x752 -x796 -x797 -x798 x799 x800 -x801 -x802 x803 x804 x805 x806 x807 -x808 x809 x810 x811 -x812 x813 x814 -x815 -x816 x817 x818 x819 x820 -x821 x822 x823 x824 x825 -x826 x827 x828 x829 x830 x831 x832 -x833 -x834 x835 -x836 -x837 -x838 x839 x840 -x841 x842 -x843 x844 -x845 x846 x847 -x848 x849 -x850 -x851 x852 -x853 x854 x855 -x856 -x857 -x858 -x859 x860 x861 x862 x863 x864 x865 x866 x867 x868 -x869 -x870 x871 x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 x882 x883 -x884 -x885 -x886 x887 -x888 -x889 -x890 x891 -x892 x893 -x894 x895 x896 -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
997.34/1634.24	v 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 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 x794
997.34/1634.24	o 708
997.34/1634.24	s SATISFIABLE

Verifier Data

OK	708

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: 63837 MiB (62419 MiB free)
  memory of node 1: 64465 MiB (46495 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530594-1752264292/watcher-4530594-1752264292 -o /tmp/evaluation-result-4530594-1752264292/solver-4530594-1752264292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752257289-119336 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530594-1752264292.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=120833, runsolver pid=120830

[startup+0.100093 s]*
/proc/loadavg: 4.18 4.12 4.10 4/257 120838
/proc/meminfo: memFree=111528824/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=18844 memory=13440 CPUtime=0.06 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 1814 0 0 0 5 1 0 0 20 0 1 0 142107892 19296256 3360 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 4711 3360 1824 1 0 1484 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 23036 KiB
Current children cumulated memory: 16512 KiB

[startup+0.210848 s]*
/proc/loadavg: 4.18 4.12 4.10 5/257 120838
/proc/meminfo: memFree=111524820/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1186552 memory=31244 CPUtime=0.17 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 3587 0 0 0 14 3 0 0 20 0 1 0 142107892 1215029248 7811 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 296638 7811 4873 1 0 268660 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1190744 KiB
Current children cumulated memory: 34316 KiB

[startup+0.310637 s]*
/proc/loadavg: 4.18 4.12 4.10 5/257 120838
/proc/meminfo: memFree=111520288/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1190780 memory=35980 CPUtime=0.27 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 4558 0 0 0 23 4 0 0 20 0 1 0 142107892 1219358720 8995 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 297695 8995 5097 1 0 269586 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1194972 KiB
Current children cumulated memory: 39052 KiB

[startup+0.700408 s]
/proc/loadavg: 4.16 4.12 4.09 5/257 120838
/proc/meminfo: memFree=111503152/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1268356 memory=120972 CPUtime=0.64 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 23216 0 0 0 56 8 0 0 20 0 1 0 142107892 1298796544 30243 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 317089 30243 7913 1 0 288447 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1272548 KiB
Current children cumulated memory: 124044 KiB

[startup+1.5004 s]
/proc/loadavg: 4.16 4.12 4.09 5/257 120838
/proc/meminfo: memFree=111422516/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1339844 memory=191108 CPUtime=1.44 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 40234 0 0 0 132 12 0 0 20 0 1 0 142107892 1372000256 47777 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 334961 47777 7945 1 0 306319 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1344036 KiB
Current children cumulated memory: 194180 KiB

[startup+3.11343 s]
/proc/loadavg: 4.16 4.12 4.09 5/257 120838
/proc/meminfo: memFree=111163204/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1583836 memory=402276 CPUtime=3.05 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 78736 0 0 0 284 21 0 0 20 0 1 0 142107892 1621848064 100569 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 395959 100569 8137 1 0 367317 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1588028 KiB
Current children cumulated memory: 405348 KiB

[startup+6.30039 s]
/proc/loadavg: 4.15 4.11 4.09 5/257 120838
/proc/meminfo: memFree=111590524/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1715276 memory=534464 CPUtime=6.23 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 112108 0 0 0 595 28 0 0 20 0 1 0 142107892 1756442624 133616 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 428819 133616 8137 1 0 400177 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1719468 KiB
Current children cumulated memory: 537536 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.11 4.09 5/257 120838
/proc/meminfo: memFree=111561984/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1838724 memory=656316 CPUtime=12.61 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 137693 0 0 0 1228 33 0 0 20 0 1 0 142107892 1882853376 164079 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 459681 164079 8137 1 0 431039 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1842916 KiB
Current children cumulated memory: 659388 KiB

[startup+25.5005 s]
/proc/loadavg: 4.12 4.11 4.09 5/257 120838
/proc/meminfo: memFree=111624412/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1848512 memory=666640 CPUtime=25.37 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 138757 0 0 0 2504 33 0 0 20 0 1 0 142107892 1892876288 166660 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 462128 166660 8137 1 0 433486 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1852704 KiB
Current children cumulated memory: 669712 KiB

[startup+51.1136 s]
/proc/loadavg: 4.15 4.11 4.09 5/257 120839
/proc/meminfo: memFree=111549992/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1859712 memory=678032 CPUtime=50.92 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 148601 0 0 0 5058 34 0 0 20 0 1 0 142107892 1904345088 169508 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 464928 169508 8137 1 0 436286 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1863904 KiB
Current children cumulated memory: 681104 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/257 120894
/proc/meminfo: memFree=111560204/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1922144 memory=739736 CPUtime=101.94 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 163705 0 0 0 10158 36 0 0 20 0 1 0 142107892 1968275456 184934 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 480536 184934 8137 1 0 451894 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 1926336 KiB
Current children cumulated memory: 742808 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/257 120896
/proc/meminfo: memFree=111794668/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1913920 memory=732572 CPUtime=161.75 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 166190 0 0 0 16138 37 0 0 20 0 1 0 142107892 1959854080 183143 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 478480 183143 8137 1 0 449838 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 1918112 KiB
Current children cumulated memory: 735644 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/257 120898
/proc/meminfo: memFree=112222984/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1934444 memory=753880 CPUtime=221.55 cores=4,6
/proc/120838/stat : 120838 (python3) R 120833 120833 119325 0 -1 4194304 171188 0 0 0 22116 39 0 0 20 0 1 0 142107892 1980870656 188470 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 483611 188470 8137 1 0 454969 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 1938636 KiB

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

/proc/120838/stat : 120838 (python3) S 120833 120833 119325 0 -1 4194304 180797 0 0 0 99686 47 0 0 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
[pid=120980] ppid=120838 vsize=1732720 memory=1719372 CPUtime=300.35 cores=4,6
/proc/120980/stat : 120980 (naps-1.03a6) R 120838 120980 120980 0 -1 4194304 196819 0 0 0 29963 72 0 0 20 0 1 0 142207969 1774305280 429843 18446744073709551615 4198400 7047149 140725212539296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 41119744 140725212547447 140725212547569 140725212547569 140725212553161 0
/proc/120980/statm: 433180 429843 576 696 0 432341 0
Current children cumulated CPU time: 1297.68 s
Current children cumulated vsize: 3683616 KiB
Current children cumulated memory: 2494252 KiB

[startup+1362.3 s]
/proc/loadavg: 3.13 3.51 3.84 4/249 121031
/proc/meminfo: memFree=114120720/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1946704 memory=771808 CPUtime=997.33 cores=4,6
/proc/120838/stat : 120838 (python3) S 120833 120833 119325 0 -1 4194304 180797 0 0 0 99686 47 0 0 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
[pid=120980] ppid=120838 vsize=3130200 memory=2942616 CPUtime=360.15 cores=4,6
/proc/120980/stat : 120980 (naps-1.03a6) R 120838 120980 120980 0 -1 4194304 343352 0 0 0 35904 111 0 0 20 0 1 0 142207969 3205324800 735654 18446744073709551615 4198400 7047149 140725212539296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 41119744 140725212547447 140725212547569 140725212547569 140725212553161 0
/proc/120980/statm: 782550 735654 576 696 0 781711 0
Current children cumulated CPU time: 1357.48 s
Current children cumulated vsize: 5081096 KiB
Current children cumulated memory: 3717496 KiB

[startup+1422.3 s]
/proc/loadavg: 3.09 3.43 3.79 4/249 121033
/proc/meminfo: memFree=95391688/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1946704 memory=771808 CPUtime=997.33 cores=4,6
/proc/120838/stat : 120838 (python3) S 120833 120833 119325 0 -1 4194304 180797 0 0 0 99686 47 0 0 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
[pid=120980] ppid=120838 vsize=22333520 memory=21503680 CPUtime=419.97 cores=4,6
/proc/120980/stat : 120980 (naps-1.03a6) R 120838 120980 120980 0 -1 4194304 3116155 0 0 0 41196 801 0 0 20 0 1 0 142207969 22869524480 5375920 18446744073709551615 4198400 7047149 140725212539296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 41119744 140725212547447 140725212547569 140725212547569 140725212553161 0
/proc/120980/statm: 5583380 5375920 608 696 0 5582541 0
Current children cumulated CPU time: 1417.3 s
Current children cumulated vsize: 24284416 KiB
Current children cumulated memory: 22278560 KiB

[startup+1482.3 s]
/proc/loadavg: 3.14 3.38 3.75 4/249 121035
/proc/meminfo: memFree=95409824/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1946704 memory=771808 CPUtime=997.33 cores=4,6
/proc/120838/stat : 120838 (python3) S 120833 120833 119325 0 -1 4194304 180797 0 0 0 99686 47 0 0 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
[pid=120980] ppid=120838 vsize=22399056 memory=21563844 CPUtime=479.77 cores=4,6
/proc/120980/stat : 120980 (naps-1.03a6) R 120838 120980 120980 0 -1 4194304 3121968 0 0 0 47173 804 0 0 20 0 1 0 142207969 22936633344 5390961 18446744073709551615 4198400 7047149 140725212539296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 41119744 140725212547447 140725212547569 140725212547569 140725212553161 0
/proc/120980/statm: 5599764 5390961 608 696 0 5598925 0
Current children cumulated CPU time: 1477.1 s
Current children cumulated vsize: 24349952 KiB
Current children cumulated memory: 22338724 KiB

[startup+1542.3 s]
/proc/loadavg: 3.11 3.33 3.71 4/249 121037
/proc/meminfo: memFree=94698132/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1946704 memory=771808 CPUtime=997.33 cores=4,6
/proc/120838/stat : 120838 (python3) S 120833 120833 119325 0 -1 4194304 180797 0 0 0 99686 47 0 0 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
[pid=120980] ppid=120838 vsize=23627832 memory=22222196 CPUtime=539.56 cores=4,6
/proc/120980/stat : 120980 (naps-1.03a6) R 120838 120980 120980 0 -1 4194304 3295105 0 0 0 53088 868 0 0 20 0 1 0 142207969 24194899968 5555549 18446744073709551615 4198400 7047149 140725212539296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 41119744 140725212547447 140725212547569 140725212547569 140725212553161 0
/proc/120980/statm: 5906958 5555549 608 696 0 5906119 0
Current children cumulated CPU time: 1536.89 s
Current children cumulated vsize: 25578728 KiB
Current children cumulated memory: 22997076 KiB

[startup+1602.3 s]
/proc/loadavg: 3.16 3.30 3.67 4/248 121039
/proc/meminfo: memFree=90228060/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1946704 memory=771808 CPUtime=997.33 cores=4,6
/proc/120838/stat : 120838 (python3) S 120833 120833 119325 0 -1 4194304 180797 0 0 0 99686 47 0 0 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
[pid=120980] ppid=120838 vsize=28055992 memory=26696256 CPUtime=599.35 cores=4,6
/proc/120980/stat : 120980 (naps-1.03a6) R 120838 120980 120980 0 -1 4194304 3318834 0 0 0 58978 957 0 0 20 0 1 0 142207969 28729335808 6674064 18446744073709551615 4198400 7047149 140725212539296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 41119744 140725212547447 140725212547569 140725212547569 140725212553161 0
/proc/120980/statm: 7013998 6674064 608 696 0 7013159 0
Current children cumulated CPU time: 1596.68 s
Current children cumulated vsize: 30006888 KiB
Current children cumulated memory: 27471136 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1633.7 s]
/proc/loadavg: 3.09 3.27 3.65 4/248 121039
/proc/meminfo: memFree=90730896/131382120 swapFree=33010416/33010684
[pid=120833] ppid=120830 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/120833/stat : 120833 (scip-naps-1.00a) S 120830 120833 119325 0 -1 4194304 259 344 0 0 0 0 0 0 20 0 1 0 142107890 4292608 768 18446744073709551615 94567137992704 94567138887237 140721988643120 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94567139126288 94567139174032 94567159627776 140721988651419 140721988651518 140721988651518 140721988657122 0
/proc/120833/statm: 1048 768 704 219 0 110 0
[pid=120838] ppid=120833 vsize=1946704 memory=771808 CPUtime=997.33 cores=4,6
/proc/120838/stat : 120838 (python3) S 120833 120833 119325 0 -1 4194304 180797 0 0 0 99686 47 0 0 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
[pid=120980] ppid=120838 vsize=29889984 memory=26732720 CPUtime=630.66 cores=4,6
/proc/120980/stat : 120980 (naps-1.03a6) R 120838 120980 120980 0 -1 4194304 3325701 0 0 0 62032 1034 0 0 20 0 1 0 142207969 30607343616 6683180 18446744073709551615 4198400 7047149 140725212539296 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 41119744 140725212547447 140725212547569 140725212547569 140725212553161 0
/proc/120980/statm: 7472496 6683180 608 696 0 7471657 0
Current children cumulated CPU time: 1627.99 s
Current children cumulated vsize: 31840880 KiB
Current children cumulated memory: 27507600 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.002789 s, system=0.009921 s
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=1617.58 s, system=11.4626 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+1634.4 s]
/proc/loadavg: 3.09 3.27 3.65 4/247 121039
/proc/meminfo: memFree=97810800/131382120 swapFree=33010416/33010684
[pid=120838] ppid=120830 vsize=1946704 memory=771808 CPUtime=1628.68 cores=4,6
/proc/120838/stat : 120838 (python3) R 120830 120833 119325 0 -1 4194304 192333 3325703 0 0 99701 48 62032 1087 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 6 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
Current cumulated CPU time of completed processes: 0.01271 s
Current children cumulated CPU time: 1628.68 s
Current children cumulated vsize: 1946704 KiB
Current children cumulated memory: 771808 KiB

[startup+1634.6 s]
/proc/loadavg: 3.09 3.27 3.65 4/247 121039
/proc/meminfo: memFree=97810800/131382120 swapFree=33010416/33010684
[pid=120838] ppid=120830 vsize=1946704 memory=771808 CPUtime=1628.88 cores=4,6
/proc/120838/stat : 120838 (python3) R 120830 120833 119325 0 -1 4194304 205583 3325703 0 0 99718 51 62032 1087 20 0 1 0 142107892 1993424896 192952 18446744073709551615 94698000502784 94698000503161 140725197729648 0 0 0 0 16781312 16386 0 0 0 17 6 0 0 0 0 0 94698000514456 94698000515076 94698011414528 140725197736286 140725197736480 140725197736480 140725197742055 0
/proc/120838/statm: 486676 192952 8201 1 0 458034 0
Current cumulated CPU time of completed processes: 0.01271 s
Current children cumulated CPU time: 1628.88 s
Current children cumulated vsize: 1946704 KiB
Current children cumulated memory: 771808 KiB

[startup+1634.7 s]*
/proc/loadavg: 3.09 3.27 3.65 4/246 121039
/proc/meminfo: memFree=117291036/131382120 swapFree=33010416/33010684
Current cumulated CPU time of completed processes: 0.01271 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1634.74
CPU time (s): 1629.04
CPU user time (s): 1617.58
CPU system time (s): 11.4626
CPU usage (%): 99.6515
Max. virtual memory (cumulated for all children) (KiB): 31840880
Max. memory (cumulated for all children) (KiB): 28450024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1617.58
system time used= 11.4626
maximum resident set size= 27675144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3538799
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 363
involuntary context switches= 1982


# summary of solver processes directly reported to runsolver:
#   pid: 120833,120838
#   total CPU time (s): 1629.04
#   total CPU user time (s): 1617.58
#   total CPU system time (s): 11.4626

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.86702 second user time and 17.1545 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-11 22:04:52
IDJOB=4530594
IDBENCH=180371
IDSOLVER=3388
FILE ID=nodeC003/4530594-1752264292
RUNJOBID= nodeC003-1752257289-119336
SLURM_JOB_ID= 9682606
Free space on /tmp= 432008 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_rot_16_label5_adversarial_norm_1.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530594-1752264292/watcher-4530594-1752264292 -o /tmp/evaluation-result-4530594-1752264292/solver-4530594-1752264292 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752257289-119336 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530594-1752264292.opb

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

MD5SUM BENCH= f94de02fa01250a2017b0bd253a5fded
RANDOM SEED=20859243

nodeC003 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		: 3661.643
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.44
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		: 3499.190
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.44
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.290
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.44
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.295
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.44
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		: 1197.577
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.44
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		: 3691.287
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.44
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		: 1596.210
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.44
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.263
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        111528648 kB
MemAvailable:   111950640 kB
Buffers:            2736 kB
Cached:          1214660 kB
SwapCached:           36 kB
Active:         18586920 kB
Inactive:         668480 kB
Active(anon):   18048324 kB
Inactive(anon):     7604 kB
Active(file):     538596 kB
Inactive(file):   660876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8764 kB
Writeback:             0 kB
AnonPages:      18033948 kB
Mapped:           135448 kB
Shmem:             17924 kB
KReclaimable:     124292 kB
Slab:             213440 kB
SReclaimable:     124292 kB
SUnreclaim:        89148 kB
KernelStack:        4144 kB
PageTables:        39252 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   25458328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149512 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10940416 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 431788 MiB
End job on nodeC003 at 2025-07-11 22:32:07