Trace number 4523759

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.00a1Wrong Cert. 1629.25 1634.44

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

202.10/202.83	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4523759-1751593820.opb
202.10/202.83	c Solving mode: optimization
202.10/202.83	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
202.10/202.83	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
202.10/202.83	c original problem has 1289 variables (1289 bin, 0 int, 0 impl, 0 cont) and 1094 constraints
202.10/202.83	c presolving:
202.10/202.83	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
202.10/202.83	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
202.10/202.83	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
202.10/202.83	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
202.10/202.83	c    (1.1s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
202.10/202.83	c    (1.1s) probing aborted: 50/50 successive totally useless probings
202.10/202.83	c    (1.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
202.10/202.83	c    (1.4s) no symmetry present (symcode time: 0.00)
202.10/202.83	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
202.10/202.83	c  13 deleted vars, 22 deleted constraints, 0 added constraints, 13 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
202.10/202.83	c  0 implications, 1 cliques
202.10/202.83	c presolved problem has 1276 variables (1276 bin, 0 int, 0 impl, 0 cont) and 1072 constraints
202.10/202.83	c    1071 constraints of type <knapsack>
202.10/202.83	c       1 constraints of type <setppc>
202.10/202.83	c transformed objective value is always integral (scale: 1)
202.10/202.83	c Presolving Time: 1.46
202.10/202.83	c 
202.10/202.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
202.10/202.83	c p 2.0s|     1 |     0 |     0 |     - |   locks|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.397800e+04 |    Inf | unknown
202.10/202.83	c i 2.0s|     1 |     0 |     0 |     - |  oneopt|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   2.1s|     1 |     0 |   249 |     - |   342M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   2.6s|     1 |     0 |   437 |     - |   367M |   0 |1276 |1072 |1237 | 165 |  1 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   3.1s|     1 |     0 |   597 |     - |   390M |   0 |1276 |1072 |1365 | 293 |  2 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   3.7s|     1 |     0 |   726 |     - |   412M |   0 |1276 |1072 |1458 | 386 |  3 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   4.2s|     1 |     0 |   816 |     - |   436M |   0 |1276 |1072 |1524 | 452 |  4 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   4.8s|     1 |     0 |   888 |     - |   463M |   0 |1276 |1072 |1571 | 499 |  5 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   5.3s|     1 |     0 |   969 |     - |   485M |   0 |1276 |1072 |1630 | 558 |  6 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   5.9s|     1 |     0 |  1052 |     - |   500M |   0 |1276 |1072 |1683 | 611 |  7 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   6.4s|     1 |     0 |  1122 |     - |   540M |   0 |1276 |1072 |1744 | 672 |  8 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   7.0s|     1 |     0 |  1181 |     - |   547M |   0 |1276 |1072 |1794 | 722 |  9 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   7.6s|     1 |     0 |  1265 |     - |   584M |   0 |1276 |1072 |1854 | 782 | 10 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c   8.0s|     1 |     0 |  1328 |     - |   589M |   0 |1276 |1072 |1737 | 827 | 11 |   0 |   0 | 0.000000e+00 | 6.815000e+03 |    Inf | unknown
202.10/202.83	c L16.7s|     1 |     0 | 11381 |     - |    alns|   0 |1276 |1077 |1737 | 827 | 11 |   5 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
202.10/202.83	c  16.8s|     1 |     0 | 11381 |     - |   589M |   0 |1276 |1077 |1737 | 827 | 11 |   5 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c  17.2s|     1 |     0 | 11968 |     - |   591M |   0 |1276 |1077 |1768 | 858 | 12 |   5 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c  17.4s|     1 |     0 | 12441 |     - |   591M |   0 |1276 |1078 |1781 | 871 | 13 |   6 |   0 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c  21.1s|     1 |     2 | 12537 |     - |   591M |   0 |1276 |1079 |1781 | 871 | 13 |   7 |  41 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c  64.8s|   100 |   101 | 37594 | 355.6 |   592M |  39 |1276 |1083 |1075 | 945 |  1 |  11 | 504 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c  82.1s|   200 |   201 | 75308 | 366.4 |   603M |  41 |1276 |1085 |1104 |1266 |  1 |  13 | 539 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   131s|   300 |   301 |109753 | 359.1 |   613M |  45 |1276 |1090 |1084 |1624 |  1 |  18 | 555 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   141s|   400 |   401 |131619 | 323.9 |   657M |  59 |1276 |1091 |1100 |1965 |  1 |  20 | 590 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   149s|   500 |   501 |153624 | 303.1 |   654M |  75 |1276 |1107 |1120 |2248 |  1 |  36 | 617 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   158s|   600 |   601 |172047 | 283.2 |   655M |  75 |1276 |1146 |1125 |2804 |  1 |  76 | 648 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   167s|   700 |   701 |193610 | 273.6 |   656M |  75 |1276 |1158 |1118 |3265 |  1 |  88 | 686 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   176s|   800 |   801 |207699 | 257.0 |   656M |  79 |1276 |1173 |1112 |3599 |  1 | 103 | 766 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   185s|   900 |   901 |229445 | 252.6 |   657M |  79 |1276 |1202 |1128 |3955 |  1 | 132 | 816 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   193s|  1000 |  1001 |245140 | 243.0 |   657M |  79 |1276 |1207 |1111 |4301 |  1 | 137 | 857 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
202.10/202.83	c (run 1, node 1049) performing user restart
202.10/202.83	c 
202.10/202.83	c (restart) converted 56 cuts from the global cut pool into linear constraints
202.10/202.83	c 
202.10/202.83	c presolving:
202.10/202.83	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
202.10/202.83	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
202.10/202.83	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 18 changed coefficients
202.10/202.83	c  0 implications, 1 cliques
202.10/202.83	c presolved problem has 1276 variables (1276 bin, 0 int, 0 impl, 0 cont) and 1263 constraints
202.10/202.83	c    1127 constraints of type <knapsack>
202.10/202.83	c       1 constraints of type <setppc>
202.10/202.83	c       1 constraints of type <linear>
202.10/202.83	c     134 constraints of type <logicor>
202.10/202.83	c transformed objective value is always integral (scale: 1)
202.10/202.83	c Presolving Time: 1.75
202.10/202.83	c transformed 3/3 original solutions to the transformed problem space
202.10/202.83	c 
202.10/202.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
202.10/202.83	c   199s|     1 |     0 |257122 |     - |   601M |   0 |1276 |1263 |1128 |   0 |  0 | 137 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   200s|     1 |     0 |257375 |     - |   609M |   0 |1276 |1263 |1283 | 155 |  1 | 137 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   200s|     1 |     0 |257868 |     - |   612M |   0 |1276 |1264 |1436 | 308 |  2 | 138 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
202.10/202.83	c   201s|     1 |     0 |258095 |     - |   620M |   0 |1276 |1265 |1620 | 492 |  3 | 139 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   202s|     1 |     0 |258365 |     - |   621M |   0 |1276 |1266 |1807 | 679 |  4 | 140 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   203s|     1 |     0 |258631 |     - |   626M |   0 |1276 |1267 |1994 | 866 |  5 | 141 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   204s|     1 |     0 |258859 |     - |   627M |   0 |1276 |1269 |2139 |1011 |  6 | 143 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   204s|     1 |     0 |259075 |     - |   634M |   0 |1276 |1270 |2287 |1159 |  7 | 144 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   205s|     1 |     0 |259222 |     - |   655M |   0 |1276 |1271 |2405 |1277 |  8 | 145 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   206s|     1 |     0 |259623 |     - |   651M |   0 |1276 |1273 |2518 |1390 |  9 | 147 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   207s|     1 |     0 |259775 |     - |   659M |   0 |1276 |1274 |2615 |1487 | 10 | 148 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   207s|     1 |     0 |259891 |     - |   660M |   0 |1276 |1275 |2518 |1583 | 11 | 149 | 897 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   236s|     1 |     2 |288163 |     - |   660M |   0 |1276 |1283 |2518 |1583 | 11 | 157 | 915 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c   253s|   100 |   101 |346731 | 297.3 |   663M |  27 |1276 |1304 |1227 |2073 |  2 | 178 | 953 | 0.000000e+00 | 6.422000e+03 |    Inf | unknown
777.00/779.55	c o 265s|   186 |   187 |380050 | 303.6 |feaspump|  35 |1276 |1306 |1223 |2457 |  1 | 180 | 992 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
777.00/779.55	c   267s|   200 |   201 |386430 | 305.3 |   643M |  35 |1276 |1317 |1160 |2457 |  1 | 191 | 996 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   291s|   300 |   301 |464932 | 340.9 |   643M |  35 |1276 |1353 |1238 |3575 |  1 | 229 |1039 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   341s|   400 |   401 |663613 | 454.5 |   643M |  66 |1276 |1383 |1304 |3905 |  1 | 261 |1066 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   356s|   500 |   499 |713203 | 457.2 |   641M |  81 |1276 |1405 |1318 |4079 |  1 | 285 |1105 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   366s|   600 |   599 |745287 | 448.9 |   640M | 135 |1276 |1413 |1335 |4161 |  1 | 293 |1128 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   375s|   700 |   699 |769808 | 437.3 |   640M | 151 |1276 |1435 |1340 |4200 |  1 | 317 |1164 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   388s|   800 |   797 |811684 | 436.3 |   641M | 163 |1276 |1485 |1332 |4498 |  1 | 369 |1212 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   398s|   900 |   897 |834870 | 425.8 |   642M | 164 |1276 |1493 |1413 |4930 |  1 | 377 |1261 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   411s|  1000 |   991 |863449 | 419.0 |   644M | 172 |1276 |1545 |1439 |5415 |  4 | 431 |1363 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   424s|  1100 |  1081 |890684 | 412.1 |   638M | 177 |1276 |1561 |1440 |5926 |  2 | 447 |1456 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   436s|  1200 |  1161 |920887 | 407.2 |   638M | 189 |1276 |1589 |1419 |6084 |  1 | 475 |1508 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   451s|  1300 |  1231 |950283 | 402.4 |   624M | 189 |1276 |1593 |1393 |6386 |  1 | 482 |1645 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   463s|  1400 |  1313 |975978 | 396.5 |   624M | 191 |1276 |1594 |1396 |6710 |  1 | 483 |1748 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   479s|  1500 |  1395 |  1018k| 397.5 |   624M | 191 |1276 |1593 |1260 |7025 |  1 | 484 |1818 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   492s|  1600 |  1495 |  1048k| 393.9 |   625M | 191 |1276 |1594 |1263 |7459 |  1 | 486 |1884 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
777.00/779.55	c   506s|  1700 |  1595 |  1081k| 391.6 |   627M | 191 |1276 |1611 |1277 |8022 |  1 | 503 |1931 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   518s|  1800 |  1695 |  1103k| 385.6 |   627M | 191 |1276 |1620 |1287 |8649 |  1 | 513 |1985 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   532s|  1900 |  1795 |  1130k| 381.8 |   632M | 191 |1276 |1618 |1294 |9175 |  1 | 517 |2097 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   542s|  2000 |  1891 |  1150k| 375.6 |   632M | 191 |1276 |1617 |1203 |9577 |  0 | 524 |2156 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   551s|  2100 |  1973 |  1176k| 371.9 |   633M | 191 |1276 |1615 |1411 |9773 |  1 | 524 |2206 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   560s|  2200 |  2063 |  1201k| 368.2 |   634M | 191 |1276 |1618 |1367 |  10k|  1 | 528 |2235 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   569s|  2300 |  2155 |  1229k| 365.7 |   634M | 191 |1276 |1622 |1415 |  10k|  1 | 533 |2261 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   579s|  2400 |  2239 |  1261k| 364.3 |   634M | 191 |1276 |1621 |1394 |  10k|  1 | 534 |2290 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   587s|  2500 |  2333 |  1288k| 361.6 |   634M | 191 |1276 |1625 |1330 |  11k|  1 | 539 |2310 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   595s|  2600 |  2429 |  1318k| 360.0 |   635M | 191 |1276 |1627 |1388 |  11k|  2 | 544 |2324 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   603s|  2700 |  2523 |  1345k| 357.7 |   635M | 191 |1276 |1632 |1367 |  11k|  1 | 551 |2331 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   612s|  2800 |  2611 |  1380k| 357.4 |   636M | 191 |1276 |1629 |1322 |  12k|  2 | 553 |2340 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   620s|  2900 |  2711 |  1401k| 353.5 |   636M | 191 |1276 |1640 |1229 |  12k|  1 | 569 |2364 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   630s|  3000 |  2811 |  1424k| 350.5 |   637M | 191 |1276 |1666 |1318 |  12k|  1 | 597 |2402 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   640s|  3100 |  2911 |  1445k| 347.2 |   638M | 191 |1276 |1670 |1315 |  12k|  1 | 603 |2456 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
777.00/779.55	c   649s|  3200 |  3009 |  1468k| 344.4 |   638M | 191 |1276 |1670 |1320 |  12k|  1 | 606 |2485 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   662s|  3300 |  3107 |  1496k| 342.9 |   638M | 191 |1276 |1679 |1313 |  12k|  1 | 619 |2557 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   676s|  3400 |  3197 |  1521k| 340.8 |   639M | 191 |1276 |1694 |1339 |  13k|  1 | 638 |2643 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   691s|  3500 |  3293 |  1557k| 341.2 |   639M | 191 |1276 |1695 |1368 |  13k|  1 | 640 |2760 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   703s|  3600 |  3363 |  1586k| 340.2 |   640M | 191 |1276 |1695 |1417 |  13k|  0 | 640 |2841 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   712s|  3700 |  3443 |  1614k| 338.9 |   640M | 191 |1276 |1693 |1363 |  14k|  1 | 641 |2872 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   721s|  3800 |  3541 |  1647k| 338.7 |   640M | 191 |1276 |1696 |1426 |  14k|  1 | 646 |2880 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   731s|  3900 |  3623 |  1681k| 338.6 |   641M | 191 |1276 |1693 |1431 |  15k|  1 | 648 |2900 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   740s|  4000 |  3691 |  1709k| 337.5 |   642M | 191 |1276 |1697 |1452 |  15k|  1 | 652 |2933 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   750s|  4100 |  3765 |  1748k| 338.5 |   643M | 191 |1276 |1705 |1393 |  15k|  1 | 663 |2955 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   759s|  4200 |  3835 |  1778k| 337.8 |   643M | 191 |1276 |1704 |1369 |  16k|  1 | 665 |2976 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
777.00/779.55	c   770s|  4300 |  3923 |  1818k| 339.0 |   643M | 191 |1276 |1712 |1350 |  16k|  1 | 679 |2981 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   779s|  4400 |  4009 |  1849k| 338.5 |   643M | 191 |1276 |1710 |1402 |  16k|  1 | 680 |2994 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   793s|  4500 |  4097 |  1897k| 341.1 |   644M | 191 |1276 |1716 |1370 |  17k|  1 | 696 |3030 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   806s|  4600 |  4189 |  1933k| 341.3 |   644M | 191 |1276 |1725 |1397 |  17k|  1 | 716 |3084 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.60/1000.87	c   819s|  4700 |  4253 |  1966k| 341.1 |   645M | 191 |1276 |1724 |1330 |  18k|  1 | 721 |3153 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   829s|  4800 |  4345 |  1993k| 340.0 |   645M | 191 |1276 |1723 |1330 |  18k|  1 | 730 |3203 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   841s|  4900 |  4425 |  2022k| 339.1 |   645M | 191 |1276 |1715 |1323 |  18k|  1 | 739 |3272 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   854s|  5000 |  4515 |  2054k| 338.9 |   645M | 191 |1276 |1717 |1330 |  18k|  1 | 761 |3330 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   864s|  5100 |  4603 |  2081k| 337.6 |   645M | 191 |1276 |1709 |1333 |  19k|  1 | 768 |3372 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   876s|  5200 |  4703 |  2119k| 338.4 |   645M | 191 |1276 |1704 |1330 |  19k|  1 | 771 |3439 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   889s|  5300 |  4779 |  2154k| 338.5 |   645M | 191 |1276 |1701 |1417 |  19k|  0 | 781 |3520 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   900s|  5400 |  4871 |  2183k| 337.8 |   646M | 191 |1276 |1695 |1395 |  20k|  1 | 788 |3581 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   910s|  5500 |  4953 |  2213k| 337.2 |   646M | 191 |1276 |1695 |1383 |  20k|  2 | 793 |3620 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   920s|  5600 |  5035 |  2246k| 337.2 |   646M | 191 |1276 |1692 |1397 |  20k|  2 | 807 |3643 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   929s|  5700 |  5125 |  2282k| 337.5 |   646M | 191 |1276 |1689 |1326 |  21k|  1 | 811 |3658 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   937s|  5800 |  5209 |  2310k| 336.7 |   646M | 191 |1276 |1685 |1424 |  21k|  1 | 821 |3666 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   948s|  5900 |  5287 |  2347k| 337.1 |   646M | 191 |1276 |1687 |1327 |  21k|  1 | 827 |3697 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	c   958s|  6000 |  5379 |  2386k| 337.8 |   646M | 191 |1276 |1696 |1371 |  22k|  1 | 847 |3712 | 0.000000e+00 | 7.080000e+02 |    Inf | unknown
997.60/1000.87	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.60/1000.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.60/1000.87	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.60/1000.87	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.60/1000.87	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.60/1000.87	c 
997.60/1000.87	c SCIP Status        : solving was interrupted [time limit reached]
997.60/1000.87	c Solving Time (sec) : 1000.00
997.60/1000.87	c Solving Nodes      : 6440 (total of 7489 nodes in 2 runs)
997.60/1000.87	c Primal Bound       : +7.08000000000000e+02 (4 solutions)
997.60/1000.87	c Dual Bound         : +0.00000000000000e+00
997.60/1000.87	c Gap                : infinite
997.60/1000.87	c All original constraints are satisfied.
997.60/1000.87	c SCIP's best solution is verified feasible for the original problem.
997.60/1000.87	c ----------------------------------------------------------------------
997.60/1000.87	c dual bound: 0.0 -> 0
997.60/1000.87	c primal bound: 708.0 -> 708
997.60/1000.87	c scip-goal-lb: 0
997.60/1000.87	c scip-goal-ub: 708
997.60/1000.87	c writing output to: HOME/tmpwxp3j_f1.opb
997.60/1000.87	c appending fixed variable constraints
997.60/1000.87	c scip-fixed vars: 1.02% (13/1276)
997.60/1000.87	c ----------------------------------------------------------------------
997.60/1000.87	c executing external solver: HOME/naps-1.03a6
997.60/1000.87	c ----------------------------------------------------------------------
997.60/1000.87	c command: HOME/naps-1.03a6 -goal-lb=0 -goal-ub=707 HOME/tmpwxp3j_f1.opb
997.60/1000.88	c NaPS 1.03a6.
997.60/1000.88	c Input file name: HOME/tmpwxp3j_f1.opb
1407.19/1411.75	c single stage optimization mode
1628.18/1633.40	c
1628.18/1633.40	c *** TERMINATED *** by signal 15
1628.18/1633.40	c _____________________________________________________________________________
1628.18/1633.40	c std/band forms        : 1082,0
1628.18/1633.40	c 2cl/3cl ITE-codings   : 62359314,0
1628.18/1633.40	c BDD/srt/adr Max costs : 319938,64,0
1628.18/1633.40	c BDDraw/bin/mul/srt/adr: 1080,0,1,1,0
1628.18/1633.40	c BDD nodes             : 62786511
1628.18/1633.40	c Es1/CC detections     : 0,0
1628.18/1633.40	c CC sort               : 1
1628.18/1633.40	c SAT/UNSAT calls       : 0,0
1628.18/1633.40	c regenrated variables  : 0
1628.18/1633.40	c eliminated fixed lits : 28
1628.18/1633.40	c goal lit flips        : 0
1628.18/1633.40	c goal stages           : 1
1628.18/1633.40	c goal shrink           : 0
1628.18/1633.40	c goal coeff separations: 1
1628.18/1633.40	c restarts              : 0
1628.18/1633.40	c conflicts             : 0              (0 /sec)
1628.18/1633.40	c decisions             : 0              (0 /sec)
1628.18/1633.40	c propagations          : 0              (0 /sec)
1628.18/1633.40	c inspects              : 0              (0 /sec)
1628.18/1633.40	c CPU time (solving tm) : 620 s        (218.6 s, SAT 0 s, UNSAT 0 s)
1628.18/1633.40	c Time for Opt-base     : 0.01461 s
1628.18/1633.40	c Steps for Opt-base    : 64848
1628.18/1633.40	c Time for BDD coding   : 305.5 s
1628.18/1633.40	c Time for srt coding   : 2e-05 s
1628.18/1633.40	c _____________________________________________________________________________
997.69/1634.01	c received SIGTERM, forwarding to pbsolver...
997.69/1634.01	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.69/1634.01	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.69/1634.01	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.69/1634.01	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.69/1634.01	o 708
997.69/1634.01	s SATISFIABLE

Verifier Data

FAILED
ERROR: unsatisfied constraint on line 691
	-4>=-3

Falsified constraint is:
+52*x1136[=0] -1*x995[=1] +1*x996[=1] +1*x997[=0] -1*x998[=0] -1*x999[=1] -1*x1000[=0] -1*x1001[=1] +1*x1002[=1] -1*x1003[=0] +1*x1004[=1] +1*x1005[=0] -1*x1006[=0] -1*x1007[=1] -1*x1008[=1] +1*x1009[=1] +1*x1010[=0] -1*x1011[=0] -1*x1012[=0] +1*x1013[=0] +1*x1014[=1] -1*x1015[=0] -1*x1016[=0] +1*x1017[=1] +1*x1018[=1] -1*x1019[=1] -1*x1020[=1] -1*x1021[=0] +1*x1022[=1] +1*x1023[=1] +1*x1024[=1] -1*x1025[=1] -1*x1026[=0] -1*x1027[=1] +1*x1028[=1] -1*x1029[=0] -1*x1030[=1] -1*x1031[=0] -1*x1032[=1] -1*x1033[=1] +1*x1034[=0] +1*x1035[=1] +1*x1036[=0] -1*x1037[=0] +1*x1038[=1] -1*x1039[=1] -1*x1040[=1] -1*x1041[=0] -1*x1042[=1] -1*x1043[=1] +1*x1044[=1] +1*x1045[=0] -1*x1046[=0] -1*x1047[=1] -1*x1048[=1] -1*x1049[=1] +1*x1050[=1] +1*x1051[=1] -1*x1052[=1] +1*x1053[=0] -1*x1054[=1] +1*x1055[=0] -1*x1056[=0] +1*x1057[=0] +1*x1058[=0] -1*x1059[=1] -1*x1060[=0] +1*x1061[=1] +1*x1062[=0] -1*x1063[=0] -1*x1064[=0] +1*x1065[=1] +1*x1066[=1] +1*x1067[=0] -1*x1068[=1] +1*x1069[=0] +1*x1070[=1] +1*x1071[=0] -1*x1072[=0] -1*x1073[=0] +1*x1074[=1] -1*x1075[=0] -1*x1076[=1] +1*x1077[=0] -1*x1078[=0] -1*x1079[=1] +1*x1080[=0] +1*x1081[=0] -1*x1082[=1] +1*x1083[=1] -1*x1084[=1] +1*x1085[=1] -1*x1086[=1] +1*x1087[=1] -1*x1088[=1] -1*x1089[=0] +1*x1090[=1] +1*x1091[=0] -1*x1092[=1] +1*x1093[=1] -1*x1094[=0] >= -3 

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523759-1751593820/watcher-4523759-1751593820 -o /tmp/evaluation-result-4523759-1751593820/solver-4523759-1751593820 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751592140-93467 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4523759-1751593820.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
solver pid=93715, runsolver pid=93712
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 4.14 4.09 3.74 5/256 93720
/proc/meminfo: memFree=64102060/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=12528 memory=9856 CPUtime=0.06 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 1462 0 0 0 5 1 0 0 20 0 1 0 75061118 12828672 2464 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 3132 2464 1184 1 0 1344 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 16720 KiB
Current children cumulated memory: 12928 KiB

[startup+0.213776 s]*
/proc/loadavg: 4.14 4.09 3.74 5/256 93720
/proc/meminfo: memFree=64101836/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1186044 memory=30596 CPUtime=0.16 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 3471 0 0 0 13 3 0 0 20 0 1 0 75061118 1214509056 7649 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 296511 7649 4801 1 0 268579 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190236 KiB
Current children cumulated memory: 33668 KiB

[startup+0.313552 s]*
/proc/loadavg: 4.14 4.09 3.74 5/256 93720
/proc/meminfo: memFree=64101836/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1189948 memory=34948 CPUtime=0.26 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 4354 0 0 0 23 3 0 0 20 0 1 0 75061118 1218506752 8737 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 297487 8737 5057 1 0 269396 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1194140 KiB
Current children cumulated memory: 38020 KiB

[startup+0.700376 s]
/proc/loadavg: 4.14 4.09 3.74 5/256 93720
/proc/meminfo: memFree=64101836/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1249076 memory=102532 CPUtime=0.63 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 18655 0 0 0 55 8 0 0 20 0 1 0 75061118 1279053824 25633 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 312269 25633 7841 1 0 283627 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1253268 KiB
Current children cumulated memory: 105604 KiB

[startup+1.50038 s]
/proc/loadavg: 4.14 4.09 3.74 5/256 93720
/proc/meminfo: memFree=64101620/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1338104 memory=186852 CPUtime=1.43 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 39140 0 0 0 130 13 0 0 20 0 1 0 75061118 1370218496 46713 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 334526 46713 7969 1 0 305884 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1342296 KiB
Current children cumulated memory: 189924 KiB

[startup+3.11301 s]
/proc/loadavg: 4.14 4.09 3.74 5/256 93720
/proc/meminfo: memFree=63885692/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1576020 memory=395432 CPUtime=3.04 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 74784 0 0 0 282 22 0 0 20 0 1 0 75061118 1613844480 98858 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 394005 98858 8161 1 0 365363 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1580212 KiB
Current children cumulated memory: 398504 KiB

[startup+6.30036 s]
/proc/loadavg: 4.13 4.09 3.74 5/256 93720
/proc/meminfo: memFree=63769712/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1713872 memory=533104 CPUtime=6.21 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 109431 0 0 0 593 28 0 0 20 0 1 0 75061118 1755004928 133276 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 428468 133276 8161 1 0 399826 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1718064 KiB
Current children cumulated memory: 536176 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.09 3.74 5/255 93720
/proc/meminfo: memFree=62740576/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1830672 memory=649436 CPUtime=12.59 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 135326 0 0 0 1226 33 0 0 20 0 1 0 75061118 1874608128 162359 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 457668 162359 8161 1 0 429026 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 1834864 KiB
Current children cumulated memory: 652508 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.09 3.75 5/255 93721
/proc/meminfo: memFree=63510788/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1839528 memory=658432 CPUtime=25.35 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 136024 0 0 0 2501 34 0 0 20 0 1 0 75061118 1883676672 164608 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 459882 164608 8161 1 0 431240 0
Current children cumulated CPU time: 25.35 s
Current children cumulated vsize: 1843720 KiB
Current children cumulated memory: 661504 KiB

[startup+51.1132 s]
/proc/loadavg: 4.13 4.09 3.76 5/255 93722
/proc/meminfo: memFree=63473924/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1839528 memory=658592 CPUtime=50.89 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 148086 0 0 0 5053 36 0 0 20 0 1 0 75061118 1883676672 164648 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 459882 164648 8161 1 0 431240 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1843720 KiB
Current children cumulated memory: 661664 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 3.78 5/255 93724
/proc/meminfo: memFree=63443328/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1921912 memory=740476 CPUtime=101.92 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 167733 0 0 0 10154 38 0 0 20 0 1 0 75061118 1968037888 185119 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 480478 185119 8161 1 0 451836 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 1926104 KiB
Current children cumulated memory: 743548 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 3.80 5/253 93823
/proc/meminfo: memFree=117217508/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1931032 memory=749628 CPUtime=161.73 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 173942 0 0 0 16134 39 0 0 20 0 1 0 75061118 1977376768 187407 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 482758 187407 8161 1 0 454116 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 1935224 KiB
Current children cumulated memory: 752700 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.09 3.83 5/255 93831
/proc/meminfo: memFree=117112316/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1948468 memory=769084 CPUtime=221.54 cores=0,2
/proc/93720/stat : 93720 (python3) R 93715 93715 93457 0 -1 4194304 178035 0 0 0 22113 41 0 0 20 0 1 0 75061118 1995231232 192271 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 487117 192271 8161 1 0 458475 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 1952660 KiB

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

/proc/93880/stat : 93880 (naps-1.03a6) R 93720 93880 93880 0 -1 4194304 198383 0 0 0 29972 74 0 0 20 0 1 0 75161202 1778225152 430726 18446744073709551615 4198400 7047149 140729855520320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30834688 140729855527289 140729855527411 140729855527411 140729855533001 0
/proc/93880/statm: 434137 430726 576 696 0 433298 0
Current children cumulated CPU time: 1298.13 s
Current children cumulated vsize: 3704544 KiB
Current children cumulated memory: 2520788 KiB

[startup+1362.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/257 93896
/proc/meminfo: memFree=100014008/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1963804 memory=794812 CPUtime=997.67 cores=0,2
/proc/93720/stat : 93720 (python3) S 93715 93715 93457 0 -1 4194304 182335 0 0 0 99720 47 0 0 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
[pid=93880] ppid=93720 vsize=3358188 memory=3177348 CPUtime=360.27 cores=0,2
/proc/93880/stat : 93880 (naps-1.03a6) R 93720 93880 93880 0 -1 4194304 394549 0 0 0 35901 126 0 0 20 0 1 0 75161202 3438784512 794337 18446744073709551615 4198400 7047149 140729855520320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30834688 140729855527289 140729855527411 140729855527411 140729855533001 0
/proc/93880/statm: 839547 794337 576 696 0 838708 0
Current children cumulated CPU time: 1357.94 s
Current children cumulated vsize: 5326184 KiB
Current children cumulated memory: 3975232 KiB

[startup+1422.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/258 93903
/proc/meminfo: memFree=69325452/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1963804 memory=794812 CPUtime=997.67 cores=0,2
/proc/93720/stat : 93720 (python3) S 93715 93715 93457 0 -1 4194304 182335 0 0 0 99720 47 0 0 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
[pid=93880] ppid=93720 vsize=22333520 memory=21504600 CPUtime=420.09 cores=0,2
/proc/93880/stat : 93880 (naps-1.03a6) R 93720 93880 93880 0 -1 4194304 3122711 0 0 0 41188 821 0 0 20 0 1 0 75161202 22869524480 5376150 18446744073709551615 4198400 7047149 140729855520320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30834688 140729855527289 140729855527411 140729855527411 140729855533001 0
/proc/93880/statm: 5583380 5376150 608 696 0 5582541 0
Current children cumulated CPU time: 1417.76 s
Current children cumulated vsize: 24301516 KiB
Current children cumulated memory: 22302484 KiB

[startup+1482.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/258 93905
/proc/meminfo: memFree=68188884/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1963804 memory=794812 CPUtime=997.67 cores=0,2
/proc/93720/stat : 93720 (python3) S 93715 93715 93457 0 -1 4194304 182335 0 0 0 99720 47 0 0 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
[pid=93880] ppid=93720 vsize=22399056 memory=21563996 CPUtime=479.9 cores=0,2
/proc/93880/stat : 93880 (naps-1.03a6) R 93720 93880 93880 0 -1 4194304 3128677 0 0 0 47166 824 0 0 20 0 1 0 75161202 22936633344 5390999 18446744073709551615 4198400 7047149 140729855520320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30834688 140729855527289 140729855527411 140729855527411 140729855533001 0
/proc/93880/statm: 5599764 5390999 608 696 0 5598925 0
Current children cumulated CPU time: 1477.57 s
Current children cumulated vsize: 24367052 KiB
Current children cumulated memory: 22361880 KiB

[startup+1542.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/258 93909
/proc/meminfo: memFree=30266524/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1963804 memory=794812 CPUtime=997.67 cores=0,2
/proc/93720/stat : 93720 (python3) S 93715 93715 93457 0 -1 4194304 182335 0 0 0 99720 47 0 0 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
[pid=93880] ppid=93720 vsize=23651376 memory=22237136 CPUtime=539.71 cores=0,2
/proc/93880/stat : 93880 (naps-1.03a6) R 93720 93880 93880 0 -1 4194304 3305618 0 0 0 53081 890 0 0 20 0 1 0 75161202 24219009024 5559284 18446744073709551615 4198400 7047149 140729855520320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30834688 140729855527289 140729855527411 140729855527411 140729855533001 0
/proc/93880/statm: 5912844 5559284 608 696 0 5912005 0
Current children cumulated CPU time: 1537.38 s
Current children cumulated vsize: 25619372 KiB
Current children cumulated memory: 23035020 KiB

[startup+1602.3 s]
/proc/loadavg: 4.14 4.10 4.02 5/258 93911
/proc/meminfo: memFree=21248236/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1963804 memory=794812 CPUtime=997.67 cores=0,2
/proc/93720/stat : 93720 (python3) S 93715 93715 93457 0 -1 4194304 182335 0 0 0 99720 47 0 0 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
[pid=93880] ppid=93720 vsize=29034832 memory=27677080 CPUtime=599.51 cores=0,2
/proc/93880/stat : 93880 (naps-1.03a6) R 93720 93880 93880 0 -1 4194304 3326669 0 0 0 58950 1001 0 0 20 0 1 0 75161202 29731667968 6919270 18446744073709551615 4198400 7047149 140729855520320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30834688 140729855527289 140729855527411 140729855527411 140729855533001 0
/proc/93880/statm: 7258708 6919270 608 696 0 7257869 0
Current children cumulated CPU time: 1597.18 s
Current children cumulated vsize: 31002828 KiB
Current children cumulated memory: 28474964 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1633.4 s]
/proc/loadavg: 4.16 4.10 4.02 5/258 93913
/proc/meminfo: memFree=22857260/131382112 swapFree=33005784/33010684
[pid=93715] ppid=93712 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93715/stat : 93715 (scip-naps-1.00.) S 93712 93715 93457 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 75061115 4292608 768 18446744073709551615 94611759091712 94611759986245 140721785099936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94611760225296 94611760273040 94611780825088 140721785104801 140721785104898 140721785104898 140721785110500 0
/proc/93715/statm: 1048 768 704 219 0 110 0
[pid=93720] ppid=93715 vsize=1963804 memory=794812 CPUtime=997.67 cores=0,2
/proc/93720/stat : 93720 (python3) S 93715 93715 93457 0 -1 4194304 182335 0 0 0 99720 47 0 0 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
[pid=93880] ppid=93720 vsize=29889984 memory=26529600 CPUtime=630.51 cores=0,2
/proc/93880/stat : 93880 (naps-1.03a6) R 93720 93880 93880 0 -1 4194304 3333580 0 0 0 62003 1048 0 0 20 0 1 0 75161202 30607343616 6632400 18446744073709551615 4198400 7047149 140729855520320 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 30834688 140729855527289 140729855527411 140729855527411 140729855533001 0
/proc/93880/statm: 7472496 6632400 608 696 0 7471657 0
Current children cumulated CPU time: 1628.18 s
Current children cumulated vsize: 31857980 KiB
Current children cumulated memory: 27327484 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=1617.61 s, system=11.6356 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+1633.61 s]
/proc/loadavg: 4.16 4.10 4.02 5/257 93913
/proc/meminfo: memFree=24825868/131382112 swapFree=33005784/33010684
[pid=93720] ppid=93712 vsize=1963804 memory=794812 CPUtime=997.67 cores=0,2
/proc/93720/stat : 93720 (python3) S 93712 93715 93457 0 -1 4194304 182348 0 0 0 99720 47 0 0 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
Current cumulated CPU time of completed processes: 0.015473 s
Current children cumulated CPU time: 997.67 s
Current children cumulated vsize: 1963804 KiB
Current children cumulated memory: 794812 KiB

[startup+1634 s]*
/proc/loadavg: 4.16 4.10 4.02 5/257 93913
/proc/meminfo: memFree=46224300/131382112 swapFree=33005784/33010684
[pid=93720] ppid=93712 vsize=1963804 memory=794812 CPUtime=1628.81 cores=0,2
/proc/93720/stat : 93720 (python3) R 93712 93715 93457 0 -1 4194304 185836 3333582 0 0 99722 48 62003 1108 20 0 1 0 75061118 2010935296 198703 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 490951 198703 8225 1 0 462309 0
Current cumulated CPU time of completed processes: 0.015473 s
Current children cumulated CPU time: 1628.81 s
Current children cumulated vsize: 1963804 KiB
Current children cumulated memory: 794812 KiB

[startup+1634.4 s]
/proc/loadavg: 4.16 4.10 4.02 5/257 93913
/proc/meminfo: memFree=46224300/131382112 swapFree=33005784/33010684
[pid=93720] ppid=93712 vsize=1766244 memory=621460 CPUtime=1629.17 cores=0,2
/proc/93720/stat : 93720 (python3) R 93712 93715 93457 0 -1 4194304 196131 3333582 0 0 99756 50 62003 1108 20 0 1 0 75061118 1808633856 155365 18446744073709551615 93856966406144 93856966406521 140727734662656 0 0 0 0 16781312 0 0 0 0 17 2 0 0 0 0 0 93856966417816 93856966418436 93856990355456 140727734667623 140727734667810 140727734667810 140727734673383 0
/proc/93720/statm: 441561 155365 8225 1 0 412919 0
Current cumulated CPU time of completed processes: 0.015473 s
Current children cumulated CPU time: 1629.17 s
Current children cumulated vsize: 1766244 KiB
Current children cumulated memory: 621460 KiB

Child status: 0

Real time (s): 1634.44
CPU time (s): 1629.25
CPU user time (s): 1617.61
CPU system time (s): 11.6356
CPU usage (%): 99.6823
Max. virtual memory (cumulated for all children) (KiB): 31857980
Max. memory (cumulated for all children) (KiB): 28474964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1617.61
system time used= 11.6356
maximum resident set size= 27677080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3530964
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= 366
involuntary context switches= 3628


# summary of solver processes directly reported to runsolver:
#   pid: 93715,93720
#   total CPU time (s): 1629.25
#   total CPU user time (s): 1617.61
#   total CPU system time (s): 11.6356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.73383 second user time and 16.8636 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 03:50:20
IDJOB=4523759
IDBENCH=180371
IDSOLVER=3368
FILE ID=nodeC007/4523759-1751593820
RUNJOBID= nodeC007-1751592140-93467
SLURM_JOB_ID= 9598854
Free space on /tmp= 431008 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
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.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523759-1751593820/watcher-4523759-1751593820 -o /tmp/evaluation-result-4523759-1751593820/solver-4523759-1751593820 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751592140-93467 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4523759-1751593820.opb

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

MD5SUM BENCH= f94de02fa01250a2017b0bd253a5fded
RANDOM SEED=617735837

nodeC007 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.800
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.68
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		: 3691.353
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.68
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.200
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.68
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.266
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.68
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		: 3491.837
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.68
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.913
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.68
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		: 1196.746
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.68
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		: 3700.000
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        64101992 kB
MemAvailable:   73873332 kB
Buffers:              16 kB
Cached:         10439232 kB
SwapCached:          252 kB
Active:         56027952 kB
Inactive:       10122640 kB
Active(anon):   55677132 kB
Inactive(anon):    47716 kB
Active(file):     350820 kB
Inactive(file): 10074924 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              8804 kB
Writeback:             0 kB
AnonPages:      55713536 kB
Mapped:           126980 kB
Shmem:             13504 kB
KReclaimable:     370444 kB
Slab:             461288 kB
SReclaimable:     370444 kB
SUnreclaim:        90844 kB
KernelStack:        4112 kB
PageTables:       112960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   61898824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  27097088 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430996 MiB
End job on nodeC007 at 2025-07-04 04:17:34