Trace number 4523851

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. 1652.82 1658.02

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_73_label5_adversarial_norm_1.opb
MD5SUM1376b7e36587a728493ace6af4c57a8e
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 benchmark9
Best CPU time to get the best result obtained on this benchmark231.564
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1294
Total number of constraints1091
Number of constraints which are clauses2
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 785
Biggest coefficient in the objective function 7345
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 59444
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 7345
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 59444
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

234.81/236.10	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4523851-1751593941.opb
234.81/236.10	c Solving mode: optimization
234.81/236.10	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
234.81/236.10	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
234.81/236.10	c original problem has 1294 variables (1294 bin, 0 int, 0 impl, 0 cont) and 1091 constraints
234.81/236.10	c presolving:
234.81/236.10	c (round 1, fast)       2 del vars, 2 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
234.81/236.10	c (round 2, fast)       2 del vars, 11 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
234.81/236.10	c (round 3, exhaustive) 2 del vars, 11 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 1070 upgd conss, 0 impls, 1 clqs
234.81/236.10	c (round 4, exhaustive) 2 del vars, 11 del conss, 0 add conss, 2 chg bounds, 0 chg sides, 0 chg coeffs, 1080 upgd conss, 0 impls, 1 clqs
234.81/236.10	c    (1.2s) probing: 51/1292 (3.9%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
234.81/236.10	c    (1.2s) probing aborted: 50/50 successive totally useless probings
234.81/236.10	c    (1.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
234.81/236.10	c    (1.5s) no symmetry present (symcode time: 0.00)
234.81/236.10	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
234.81/236.10	c  2 deleted vars, 11 deleted constraints, 0 added constraints, 2 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
234.81/236.10	c  0 implications, 1 cliques
234.81/236.10	c presolved problem has 1292 variables (1292 bin, 0 int, 0 impl, 0 cont) and 1080 constraints
234.81/236.10	c    1079 constraints of type <knapsack>
234.81/236.10	c       1 constraints of type <setppc>
234.81/236.10	c transformed objective value is always integral (scale: 1)
234.81/236.10	c Presolving Time: 1.56
234.81/236.10	c 
234.81/236.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
234.81/236.10	c p 2.1s|     1 |     0 |     0 |     - |   locks|   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.959600e+04 |    Inf | unknown
234.81/236.10	c i 2.1s|     1 |     0 |     0 |     - |  oneopt|   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   2.2s|     1 |     0 |   276 |     - |   343M |   0 |1292 |1080 |1080 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   2.7s|     1 |     0 |   532 |     - |   371M |   0 |1292 |1080 |1236 | 156 |  1 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   3.3s|     1 |     0 |   744 |     - |   395M |   0 |1292 |1080 |1359 | 279 |  2 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   3.8s|     1 |     0 |   924 |     - |   416M |   0 |1292 |1080 |1482 | 402 |  3 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   4.4s|     1 |     0 |  1031 |     - |   439M |   0 |1292 |1080 |1573 | 493 |  4 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   4.9s|     1 |     0 |  1137 |     - |   468M |   0 |1292 |1080 |1649 | 569 |  5 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   5.4s|     1 |     0 |  1226 |     - |   486M |   0 |1292 |1080 |1713 | 633 |  6 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   5.9s|     1 |     0 |  1282 |     - |   511M |   0 |1292 |1080 |1755 | 675 |  7 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   6.4s|     1 |     0 |  1382 |     - |   546M |   0 |1292 |1080 |1814 | 734 |  8 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   6.9s|     1 |     0 |  1485 |     - |   553M |   0 |1292 |1080 |1890 | 810 |  9 |   0 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   7.4s|     1 |     0 |  1552 |     - |   594M |   0 |1292 |1081 |1949 | 869 | 10 |   1 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   7.7s|     1 |     0 |  1622 |     - |   596M |   0 |1292 |1081 |1858 | 931 | 11 |   1 |   0 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c  25.2s|     1 |     2 | 10347 |     - |   596M |   0 |1292 |1084 |1858 | 931 | 11 |   5 |  23 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
234.81/236.10	c  74.2s|   100 |   101 | 42680 | 414.7 |   666M |  21 |1292 |1091 |1210 |1543 |  1 |  12 | 585 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   105s|   200 |   201 |130281 | 646.5 |   696M |  22 |1292 |1114 |1210 |2201 |  1 |  36 | 640 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c   133s|   300 |   301 |170739 | 565.6 |   767M |  22 |1292 |1120 |1229 |2877 |  1 |  42 | 695 | 0.000000e+00 | 2.859900e+04 |    Inf | unknown
234.81/236.10	c o 144s|   385 |   386 |191063 | 493.3 |feaspump|  22 |1292 |1135 |1219 |3528 |  1 |  58 | 746 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   145s|   400 |   398 |193591 | 481.1 |   812M |  22 |1292 |1136 |1197 |3645 |  1 |  59 | 750 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   157s|   500 |   498 |219306 | 436.2 |   803M |  27 |1292 |1141 |1238 |4537 |  1 |  66 | 795 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   176s|   600 |   598 |263830 | 437.7 |   802M |  29 |1292 |1164 |1225 |5340 |  1 |  91 | 817 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   188s|   700 |   698 |289084 | 411.2 |   803M |  29 |1292 |1182 |1210 |6223 |  1 | 109 | 844 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   201s|   800 |   798 |321713 | 400.6 |   803M |  29 |1292 |1197 |1196 |7574 |  1 | 124 | 873 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   213s|   900 |   898 |355143 | 393.2 |   803M |  29 |1292 |1215 |1216 |9485 |  1 | 143 | 898 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   225s|  1000 |   998 |389637 | 388.4 |   791M |  29 |1292 |1236 |1196 |  11k|  1 | 164 | 916 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
234.81/236.10	c (run 1, node 1046) performing user restart
234.81/236.10	c 
234.81/236.10	c (restart) converted 142 cuts from the global cut pool into linear constraints
234.81/236.10	c 
234.81/236.10	c presolving:
234.81/236.10	c (round 1, fast)       0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 13 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
234.81/236.10	c (round 2, exhaustive) 0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 13 chg coeffs, 137 upgd conss, 0 impls, 1 clqs
234.81/236.10	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
234.81/236.10	c  0 deleted vars, 2 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 17 changed coefficients
234.81/236.10	c  0 implications, 1 cliques
234.81/236.10	c presolved problem has 1292 variables (1292 bin, 0 int, 0 impl, 0 cont) and 1378 constraints
234.81/236.10	c    1215 constraints of type <knapsack>
234.81/236.10	c       1 constraints of type <setppc>
234.81/236.10	c      15 constraints of type <linear>
234.81/236.10	c     147 constraints of type <logicor>
234.81/236.10	c transformed objective value is always integral (scale: 1)
234.81/236.10	c Presolving Time: 1.88
234.81/236.10	c transformed 3/3 original solutions to the transformed problem space
234.81/236.10	c 
234.81/236.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
234.81/236.10	c   231s|     1 |     0 |402494 |     - |   707M |   0 |1292 |1378 |1222 |   0 |  0 | 166 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   231s|     1 |     0 |402895 |     - |   719M |   0 |1292 |1378 |1385 | 163 |  1 | 166 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   232s|     1 |     0 |403108 |     - |   721M |   0 |1292 |1379 |1560 | 338 |  2 | 167 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   233s|     1 |     0 |403339 |     - |   726M |   0 |1292 |1381 |1747 | 525 |  3 | 169 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   234s|     1 |     0 |403588 |     - |   726M |   0 |1292 |1382 |1931 | 709 |  4 | 170 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
234.81/236.10	c   235s|     1 |     0 |403975 |     - |   725M |   0 |1292 |1383 |2115 | 893 |  5 | 171 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   235s|     1 |     0 |404125 |     - |   721M |   0 |1292 |1384 |2249 |1027 |  6 | 172 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   236s|     1 |     0 |404319 |     - |   719M |   0 |1292 |1385 |2390 |1168 |  7 | 173 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   237s|     1 |     0 |404489 |     - |   709M |   0 |1292 |1386 |2528 |1306 |  8 | 174 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   238s|     1 |     0 |404582 |     - |   714M |   0 |1292 |1387 |2644 |1422 |  9 | 175 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   239s|     1 |     0 |404684 |     - |   690M |   0 |1292 |1388 |2770 |1548 | 10 | 176 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   239s|     1 |     0 |404805 |     - |   692M |   0 |1292 |1389 |2870 |1648 | 11 | 177 | 920 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   279s|     1 |     2 |426893 |     - |   693M |   0 |1292 |1391 |2870 |1648 | 11 | 180 | 955 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   298s|   100 |   101 |450926 | 390.1 |   689M |  21 |1292 |1404 |1196 |2794 |  1 | 193 |1127 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   314s|   200 |   201 |492560 | 392.2 |   712M |  44 |1292 |1412 |1312 |3494 |  1 | 203 |1175 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
620.84/623.20	c   321s|   300 |   301 |506989 | 373.8 |   708M |  66 |1292 |1415 |1349 |3804 |  1 | 208 |1210 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   328s|   400 |   401 |519624 | 356.7 |   706M |  97 |1292 |1421 |1375 |3911 |  1 | 214 |1244 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   334s|   500 |   501 |534014 | 342.9 |   701M | 112 |1292 |1441 |1373 |4046 |  1 | 234 |1260 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   350s|   600 |   601 |552488 | 333.3 |   693M | 112 |1292 |1455 |1373 |4108 |  1 | 250 |1317 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   356s|   700 |   701 |563612 | 320.6 |   689M | 112 |1292 |1471 |1379 |4226 |  1 | 267 |1354 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   364s|   800 |   801 |577529 | 310.7 |   690M | 122 |1292 |1490 |1388 |4293 |  1 | 287 |1394 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   368s|   900 |   901 |587039 | 299.6 |   690M | 135 |1292 |1539 |1398 |4349 |  1 | 336 |1418 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   375s|  1000 |  1001 |600377 | 291.5 |   690M | 135 |1292 |1575 |1379 |4599 |  1 | 372 |1450 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   382s|  1100 |  1101 |614615 | 284.6 |   690M | 135 |1292 |1586 |1381 |4739 |  1 | 383 |1494 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   389s|  1200 |  1201 |627627 | 277.7 |   691M | 135 |1292 |1615 |1402 |4887 |  1 | 412 |1539 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   410s|  1300 |  1301 |702807 | 297.9 |   691M | 138 |1292 |1638 |1279 |5121 |  1 | 435 |1573 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   417s|  1400 |  1401 |714893 | 290.7 |   691M | 138 |1292 |1662 |1410 |5331 |  1 | 459 |1622 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   424s|  1500 |  1501 |727913 | 284.3 |   691M | 144 |1292 |1711 |1387 |5383 |  1 | 508 |1657 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   432s|  1600 |  1601 |743025 | 279.3 |   691M | 144 |1292 |1729 |1392 |5566 |  1 | 526 |1705 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   437s|  1700 |  1701 |751731 | 272.3 |   692M | 144 |1292 |1801 |1403 |5632 |  1 | 602 |1747 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
620.84/623.20	c   441s|  1800 |  1801 |758301 | 265.0 |   681M | 145 |1292 |1865 |1412 |5673 |  1 | 667 |1776 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   448s|  1900 |  1901 |772047 | 260.7 |   681M | 153 |1292 |1910 |1405 |5793 |  1 | 715 |1828 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   454s|  2000 |  2001 |781857 | 255.4 |   681M | 153 |1292 |1951 |1419 |5857 |  1 | 757 |1875 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   459s|  2100 |  2099 |797096 | 252.1 |   681M | 153 |1292 |2003 |1419 |5936 |  0 | 810 |1898 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   464s|  2200 |  2199 |806394 | 247.2 |   682M | 153 |1292 |2044 |1420 |5948 |  1 | 851 |1932 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   469s|  2300 |  2297 |815931 | 242.7 |   682M | 160 |1292 |2091 |1442 |6289 |  1 | 901 |1983 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   478s|  2400 |  2393 |828438 | 239.2 |   686M | 166 |1292 |2109 |1458 |6794 |  1 | 925 |2062 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   490s|  2500 |  2491 |852025 | 239.1 |   691M | 166 |1292 |2152 |1471 |7460 |  1 | 974 |2150 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   497s|  2600 |  2587 |871289 | 237.9 |   694M | 166 |1292 |2209 |1471 |7983 |  1 |1033 |2165 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   502s|  2700 |  2687 |885175 | 235.2 |   695M | 166 |1292 |2255 |1385 |8143 |  1 |1085 |2182 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   507s|  2800 |  2787 |897832 | 232.4 |   695M | 166 |1292 |2283 |1419 |8286 |  1 |1121 |2196 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   513s|  2900 |  2883 |912307 | 230.2 |   692M | 166 |1292 |2312 |1392 |8569 |  1 |1160 |2213 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   518s|  3000 |  2979 |925383 | 227.7 |   688M | 166 |1292 |2319 |1468 |8688 |  1 |1176 |2220 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   523s|  3100 |  3073 |941396 | 226.1 |   688M | 166 |1292 |2358 |1409 |8941 |  1 |1220 |2231 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   528s|  3200 |  3173 |954892 | 223.9 |   688M | 166 |1292 |2384 |1411 |9123 |  1 |1258 |2236 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
620.84/623.20	c   532s|  3300 |  3273 |966458 | 221.5 |   689M | 166 |1292 |2416 |1399 |9224 |  1 |1305 |2241 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   537s|  3400 |  3373 |978125 | 219.1 |   689M | 166 |1292 |2428 |1389 |9360 |  1 |1344 |2253 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   541s|  3500 |  3467 |990047 | 216.9 |   690M | 166 |1292 |2495 |1439 |9676 |  1 |1433 |2256 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   546s|  3600 |  3563 |  1004k| 215.4 |   690M | 166 |1292 |2495 |1405 |9944 |  1 |1447 |2258 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   549s|  3700 |  3663 |  1013k| 212.7 |   691M | 166 |1292 |2556 |1392 |  10k|  1 |1544 |2258 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   555s|  3800 |  3759 |  1028k| 211.3 |   691M | 166 |1292 |2559 |1428 |  10k|  1 |1569 |2260 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   561s|  3900 |  3859 |  1048k| 211.3 |   691M | 166 |1292 |2551 |1430 |  10k|  1 |1578 |2261 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   566s|  4000 |  3959 |  1061k| 209.6 |   691M | 166 |1292 |2555 |1387 |  10k|  1 |1665 |2264 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   571s|  4100 |  4055 |  1077k| 208.6 |   691M | 166 |1292 |2543 |1470 |  10k|  1 |1717 |2277 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   580s|  4200 |  4143 |  1094k| 207.8 |   693M | 168 |1292 |2547 |1394 |  11k|  1 |1799 |2320 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   592s|  4300 |  4237 |  1135k| 211.6 |   693M | 168 |1292 |2524 |1481 |  11k|  1 |1855 |2336 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   600s|  4400 |  4329 |  1156k| 211.6 |   693M | 168 |1292 |2514 |1337 |  12k|  1 |1899 |2386 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   608s|  4500 |  4423 |  1173k| 210.9 |   693M | 168 |1292 |2513 |1373 |  12k|  1 |1976 |2421 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
620.84/623.20	c   615s|  4600 |  4509 |  1189k| 210.0 |   693M | 168 |1292 |2530 |1424 |  12k|  2 |2022 |2473 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   623s|  4700 |  4609 |  1204k| 208.9 |   693M | 168 |1292 |2522 |1414 |  12k|  2 |2060 |2510 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
937.73/941.10	c   629s|  4800 |  4701 |  1217k| 207.6 |   693M | 168 |1292 |2504 |1410 |  12k|  1 |2091 |2553 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   637s|  4900 |  4771 |  1235k| 207.2 |   694M | 168 |1292 |2526 |1411 |  13k|  1 |2142 |2599 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   645s|  5000 |  4849 |  1252k| 206.5 |   694M | 168 |1292 |2551 |1357 |  13k|  2 |2200 |2670 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   652s|  5100 |  4949 |  1268k| 205.8 |   695M | 168 |1292 |2531 |1409 |  13k|  1 |2209 |2713 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   658s|  5200 |  5045 |  1283k| 204.8 |   695M | 168 |1292 |2510 |1382 |  13k|  1 |2236 |2736 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   664s|  5300 |  5135 |  1298k| 203.9 |   695M | 168 |1292 |2493 |1420 |  14k|  1 |2244 |2772 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   670s|  5400 |  5231 |  1313k| 203.2 |   695M | 168 |1292 |2455 |1356 |  14k|  2 |2266 |2782 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   676s|  5500 |  5329 |  1329k| 202.4 |   695M | 168 |1292 |2430 |1420 |  14k|  1 |2298 |2807 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   681s|  5600 |  5419 |  1343k| 201.5 |   695M | 168 |1292 |2418 |1406 |  14k|  1 |2361 |2815 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   685s|  5700 |  5511 |  1355k| 200.4 |   695M | 168 |1292 |2391 |1440 |  15k|  1 |2384 |2825 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   692s|  5800 |  5597 |  1377k| 200.6 |   696M | 173 |1292 |2373 |1421 |  15k|  1 |2391 |2832 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   697s|  5900 |  5683 |  1394k| 200.2 |   696M | 173 |1292 |2385 |1403 |  15k|  1 |2463 |2837 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   703s|  6000 |  5763 |  1413k| 200.0 |   696M | 173 |1292 |2366 |1419 |  16k|  1 |2468 |2840 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   709s|  6100 |  5855 |  1431k| 199.8 |   696M | 173 |1292 |2395 |1328 |  16k|  1 |2549 |2848 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   713s|  6200 |  5953 |  1445k| 198.9 |   696M | 173 |1292 |2390 |1486 |  16k|  1 |2599 |2857 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
937.73/941.10	c   719s|  6300 |  6035 |  1463k| 198.6 |   696M | 173 |1292 |2385 |1462 |  16k|  1 |2628 |2863 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   724s|  6400 |  6131 |  1476k| 197.8 |   696M | 173 |1292 |2354 |1399 |  17k|  1 |2661 |2864 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   730s|  6500 |  6217 |  1500k| 198.3 |   697M | 173 |1292 |2344 |1469 |  17k|  1 |2686 |2867 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   736s|  6600 |  6297 |  1519k| 198.2 |   697M | 173 |1292 |2333 |1420 |  17k|  1 |2693 |2881 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   742s|  6700 |  6381 |  1537k| 197.9 |   698M | 173 |1292 |2319 |1388 |  18k|  1 |2702 |2887 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   748s|  6800 |  6469 |  1552k| 197.4 |   698M | 173 |1292 |2319 |1478 |  18k|  1 |2747 |2914 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   756s|  6900 |  6553 |  1570k| 197.1 |   699M | 173 |1292 |2314 |1473 |  18k|  1 |2783 |2967 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   765s|  7000 |  6615 |  1591k| 197.3 |   700M | 173 |1292 |2311 |1448 |  19k|  1 |2802 |3008 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   772s|  7100 |  6699 |  1606k| 196.7 |   700M | 173 |1292 |2283 |1466 |  19k|  1 |2811 |3052 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   779s|  7200 |  6771 |  1623k| 196.4 |   700M | 173 |1292 |2259 |1460 |  19k|  0 |2816 |3094 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   788s|  7300 |  6849 |  1645k| 196.6 |   700M | 173 |1292 |2245 |1517 |  20k|  2 |2822 |3146 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   795s|  7400 |  6929 |  1668k| 197.0 |   700M | 176 |1292 |2228 |1490 |  20k|  2 |2847 |3175 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   803s|  7500 |  7003 |  1687k| 197.0 |   700M | 176 |1292 |2258 |1382 |  20k|  1 |2927 |3226 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   811s|  7600 |  7075 |  1703k| 196.6 |   700M | 176 |1292 |2315 |1531 |  21k|  0 |3016 |3294 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   817s|  7700 |  7157 |  1719k| 196.1 |   701M | 176 |1292 |2351 |1403 |  21k|  1 |3089 |3326 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
937.73/941.10	c   825s|  7800 |  7235 |  1738k| 196.0 |   701M | 176 |1292 |2347 |1467 |  21k|  1 |3109 |3374 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   831s|  7900 |  7299 |  1755k| 195.8 |   701M | 176 |1292 |2334 |1556 |  22k|  9 |3113 |3404 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   838s|  8000 |  7379 |  1779k| 196.2 |   702M | 176 |1292 |2324 |1510 |  22k|  1 |3126 |3419 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   844s|  8100 |  7444 |  1796k| 196.0 |   702M | 176 |1292 |2319 |1463 |  22k|  1 |3137 |3446 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   850s|  8200 |  7534 |  1813k| 195.7 |   702M | 176 |1292 |2337 |1449 |  23k|  2 |3236 |3455 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   855s|  8300 |  7598 |  1831k| 195.6 |   702M | 176 |1292 |2321 |1496 |  23k|  1 |3258 |3456 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   859s|  8400 |  7678 |  1847k| 195.1 |   702M | 176 |1292 |2350 |1486 |  23k|  1 |3332 |3462 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   864s|  8500 |  7766 |  1862k| 194.7 |   702M | 176 |1292 |2333 |1392 |  24k|  1 |3390 |3465 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   869s|  8600 |  7842 |  1876k| 194.1 |   703M | 176 |1292 |2358 |1400 |  24k|  1 |3506 |3469 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   874s|  8700 |  7919 |  1894k| 194.0 |   703M | 176 |1292 |2340 |1408 |  24k|  1 |3535 |3473 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   879s|  8800 |  8011 |  1913k| 193.9 |   703M | 176 |1292 |2325 |1406 |  25k|  1 |3552 |3476 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   884s|  8900 |  8087 |  1930k| 193.7 |   703M | 176 |1292 |2304 |1514 |  25k|  1 |3563 |3479 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   889s|  9000 |  8167 |  1945k| 193.3 |   703M | 176 |1292 |2296 |1369 |  25k|  1 |3579 |3480 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   894s|  9100 |  8259 |  1961k| 192.9 |   703M | 176 |1292 |2258 |1474 |  26k|  2 |3586 |3484 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   898s|  9200 |  8339 |  1973k| 192.3 |   703M | 176 |1292 |2257 |1394 |  26k|  1 |3649 |3485 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
937.73/941.10	c   904s|  9300 |  8433 |  1995k| 192.4 |   704M | 176 |1292 |2274 |1441 |  26k|  1 |3718 |3492 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   909s|  9400 |  8501 |  2008k| 191.9 |   704M | 176 |1292 |2325 |1455 |  27k|  1 |3832 |3499 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   916s|  9500 |  8575 |  2036k| 192.7 |   704M | 176 |1292 |2283 |1367 |  27k|  1 |3834 |3504 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   920s|  9600 |  8665 |  2051k| 192.3 |   704M | 176 |1292 |2260 |1492 |  27k|  1 |3840 |3520 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   927s|  9700 |  8749 |  2070k| 192.3 |   704M | 176 |1292 |2311 |1399 |  28k|  1 |3960 |3549 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
937.73/941.10	c   934s|  9800 |  8823 |  2087k| 192.1 |   705M | 176 |1292 |2315 |1520 |  28k|  1 |3998 |3597 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   940s|  9900 |  8915 |  2103k| 191.8 |   705M | 176 |1292 |2308 |1467 |  28k|  1 |4041 |3622 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   945s| 10000 |  9001 |  2117k| 191.3 |   705M | 176 |1292 |2275 |1373 |  28k|  1 |4088 |3636 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   953s| 10100 |  9081 |  2132k| 191.0 |   705M | 176 |1292 |2281 |1438 |  29k|  1 |4174 |3697 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   959s| 10200 |  9147 |  2148k| 190.7 |   705M | 176 |1292 |2266 |1445 |  29k|  1 |4187 |3714 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   965s| 10300 |  9231 |  2164k| 190.4 |   705M | 176 |1292 |2246 |1505 |  29k|  1 |4197 |3748 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   970s| 10400 |  9309 |  2178k| 190.0 |   705M | 176 |1292 |2256 |1413 |  30k|  1 |4271 |3778 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   978s| 10500 |  9403 |  2199k| 190.1 |   705M | 176 |1292 |2243 |1419 |  30k|  2 |4275 |3816 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   985s| 10600 |  9493 |  2216k| 190.0 |   705M | 176 |1292 |2213 |1448 |  30k|  1 |4291 |3865 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c   992s| 10700 |  9573 |  2232k| 189.7 |   705M | 176 |1292 |2223 |1435 |  31k|  1 |4339 |3899 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.36/1000.88	c   998s| 10800 |  9659 |  2247k| 189.4 |   705M | 176 |1292 |2308 |1520 |  31k|  4 |4483 |3925 | 0.000000e+00 | 1.139000e+03 |    Inf | unknown
997.36/1000.88	c 
997.36/1000.88	c SCIP Status        : solving was interrupted [time limit reached]
997.36/1000.88	c Solving Time (sec) : 1000.00
997.36/1000.88	c Solving Nodes      : 10848 (total of 11894 nodes in 2 runs)
997.36/1000.88	c Primal Bound       : +1.13900000000000e+03 (3 solutions)
997.36/1000.88	c Dual Bound         : +0.00000000000000e+00
997.36/1000.88	c Gap                : infinite
997.36/1000.88	c All original constraints are satisfied.
997.36/1000.88	c SCIP's best solution is verified feasible for the original problem.
997.36/1000.88	c ----------------------------------------------------------------------
997.36/1000.88	c dual bound: 0.0 -> 0
997.36/1000.88	c primal bound: 1139.0 -> 1139
997.36/1000.88	c scip-goal-lb: 0
997.36/1000.88	c scip-goal-ub: 1139
997.36/1000.88	c writing output to: HOME/tmpvvywtk6w.opb
997.36/1000.88	c appending fixed variable constraints
997.36/1000.88	c scip-fixed vars: 0.15% (2/1292)
997.36/1000.88	c ----------------------------------------------------------------------
997.36/1000.88	c executing external solver: HOME/naps-1.03a6
997.36/1000.88	c ----------------------------------------------------------------------
997.36/1000.88	c command: HOME/naps-1.03a6 -goal-lb=0 -goal-ub=1138 HOME/tmpvvywtk6w.opb
997.45/1000.92	c NaPS 1.03a6.
997.45/1000.92	c Input file name: HOME/tmpvvywtk6w.opb
1425.02/1429.62	c single stage optimization mode
1651.67/1656.90	c
1651.67/1656.90	c *** TERMINATED *** by signal 15
1651.67/1656.90	c _____________________________________________________________________________
1651.67/1656.90	c std/band forms        : 1090,0
1651.67/1656.90	c 2cl/3cl ITE-codings   : 64667470,0
1651.67/1656.90	c BDD/srt/adr Max costs : 442838,64,0
1651.67/1656.90	c BDDraw/bin/mul/srt/adr: 1088,0,1,1,0
1651.67/1656.90	c BDD nodes             : 65092399
1651.67/1656.90	c Es1/CC detections     : 0,0
1651.67/1656.90	c CC sort               : 1
1651.67/1656.90	c SAT/UNSAT calls       : 0,0
1651.67/1656.90	c regenrated variables  : 0
1651.67/1656.90	c eliminated fixed lits : 6
1651.67/1656.90	c goal lit flips        : 0
1651.67/1656.90	c goal stages           : 1
1651.67/1656.90	c goal shrink           : 0
1651.67/1656.90	c goal coeff separations: 0
1651.67/1656.90	c restarts              : 0
1651.67/1656.90	c conflicts             : 0              (0 /sec)
1651.67/1656.90	c decisions             : 0              (0 /sec)
1651.67/1656.90	c propagations          : 0              (0 /sec)
1651.67/1656.90	c inspects              : 0              (0 /sec)
1651.67/1656.90	c CPU time (solving tm) : 644.1 s        (224.8 s, SAT 0 s, UNSAT 0 s)
1651.67/1656.90	c Time for Opt-base     : 0.01347 s
1651.67/1656.90	c Steps for Opt-base    : 50960
1651.67/1656.90	c Time for BDD coding   : 317.8 s
1651.67/1656.90	c Time for srt coding   : 2e-05 s
1651.67/1656.90	c _____________________________________________________________________________
997.47/1657.49	c received SIGTERM, forwarding to pbsolver...
997.47/1657.49	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 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 x92 x93 x94 -x95 -x96 -x97 -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 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 x216 x217 -x218 x219 -x220 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
997.47/1657.49	v -x371 -x372 -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 -x398 -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 -x442 -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 -x643 -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 -x690 x691 x692 -x693 -x694 -x695 x696 -x697 x698 -x699 -x700 -x701 x702 x703 -x704 -x705 -x706 x707 -x708 -x709 -x710 -x711 -x712
997.47/1657.49	v -x713 x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 x733 x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 x743 -x744 -x745 -x746 x747 -x748 x749 -x750 -x751 -x752 -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 x1294 x795 -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
997.47/1657.49	v -x1068 -x1069 -x1070 x1071 -x1072 -x1073 -x1074 -x1075 x1076 x1077 x1078 x1079 x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 x1087 x1088 x1089 x1090 x1091 x1092 -x1093 x1094 x1095 x1096 x1097 x1098 x1099 -x1100 x1101 x1102 x1103 x1104 -x1105 -x1106 -x1107 x1108 x1109 x1110 x1111 -x1112 -x1113 -x1114 x1115 x1116 -x1117 x1118 x1119 x1120 x1121 x1122 x1123 -x1124 x1125 x1126 -x1127 x1128 -x1129 -x1130 x1131 x1132 x1133 x1134 x1135 x1136 -x1137 x1138 x1139 x1140 -x1141 -x1142 x1143 x1144 x1145 x1146 -x1147 -x1148 x1149 -x1150 -x1151 x1152 -x1153 x1154 -x1155 x1156 x1157 x1158 -x1159 -x1160 -x1161 -x1162 -x1163 x1164 x1165 -x1166 x1167 -x1168 x1169 -x1170 -x1171 -x1172 -x1173 x1174 -x1175 x1176 -x1177 -x1178 x1179 -x1180 x1181 -x1182 -x1183 x1184 -x1185 -x1186 -x1187 -x1188 x1189 -x1190 x1191 -x1192 x1193 x1194 x1195 -x1196 -x1197 x1198 x1199 x1200 x1201 x1202 x1203 -x1204 -x1205 -x1206 x1207 x1208 x1209 -x1210 -x1211 -x1212 x1213 x1214 -x1215 -x1216 -x1217 -x1218 x1219 -x1220 -x1221 x1222 x1223 x1224 -x1225 -x1226 x1227 -x1228 x1229 -x1230 -x1231 -x1232 -x1233 x1234 x1235 -x1236 -x1237 x1238 x1239 x1240 x1241 -x1242 x1243 -x1244 -x1245 -x1246 x1247 -x1248 -x1249 x1250 -x1251 x1252 x1253 x1254 x1255 -x1256 x1257 -x1258 -x1259 -x1260 x1261 -x1262 x1263 x1264 -x1265 x1266 x1267 x1268 x1269 -x1270 x1271 x1272 x1273 x1274 -x1275 -x1276 x1277 x1278 x1279 x1280 -x1281 -x1282 -x1283 -x1284 -x1285 x1286 -x1287 x1288 -x1289 -x1290 x1291 x1292 x1293 -x785 x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794
997.47/1657.49	o 1139
997.47/1657.49	s SATISFIABLE

Verifier Data

FAILED
ERROR: unsatisfied constraint on line 17
	4>=5

Falsified constraint is:
+396*x799[=0] +1*x1[=0] -1*x2[=1] -1*x3[=0] -1*x4[=1] -1*x5[=0] -1*x6[=1] -1*x7[=0] -1*x8[=0] +1*x9[=1] -1*x10[=1] -1*x11[=0] -1*x12[=0] -1*x13[=0] +1*x14[=0] +1*x15[=0] +1*x16[=0] -1*x17[=0] +1*x18[=0] -1*x19[=0] +1*x20[=0] -1*x21[=1] -1*x22[=1] +1*x23[=1] -1*x24[=1] +1*x25[=0] +1*x26[=1] -1*x27[=0] -1*x28[=0] -1*x29[=0] +1*x30[=0] -1*x31[=1] -1*x32[=0] -1*x33[=0] -1*x34[=1] +1*x35[=0] +1*x36[=0] -1*x37[=1] -1*x38[=1] +1*x39[=0] -1*x40[=0] +1*x41[=0] +1*x42[=0] +1*x43[=0] -1*x44[=0] +1*x45[=0] -1*x46[=1] +1*x47[=1] -1*x48[=1] +1*x49[=0] +1*x50[=1] +1*x51[=1] +1*x52[=1] +1*x53[=1] +1*x54[=1] +1*x55[=0] -1*x56[=0] +1*x57[=0] -1*x58[=0] -1*x59[=0] +1*x60[=1] -1*x61[=1] -1*x62[=0] -1*x63[=0] +1*x64[=1] -1*x65[=0] +1*x66[=0] +1*x67[=0] -1*x68[=0] +1*x69[=0] -1*x70[=1] +1*x71[=0] -1*x72[=0] +1*x73[=1] +1*x74[=0] +1*x75[=0] -1*x76[=1] +1*x77[=1] +1*x78[=0] +1*x79[=1] -1*x80[=0] +1*x81[=0] +1*x82[=1] -1*x83[=0] -1*x84[=0] +1*x85[=0] -1*x86[=0] -1*x87[=0] -1*x88[=0] +1*x89[=0] +1*x90[=0] +1*x91[=1] +1*x92[=1] +1*x93[=1] -1*x94[=1] -1*x95[=0] +1*x96[=0] +1*x97[=0] -1*x98[=0] +1*x99[=0] -1*x100[=0] +1*x101[=0] -1*x102[=0] +1*x103[=0] +1*x104[=0] +1*x105[=1] -1*x106[=0] -1*x107[=1] -1*x108[=1] -1*x109[=0] +1*x110[=1] -1*x111[=0] +1*x112[=0] -1*x113[=0] +1*x114[=0] +1*x115[=1] -1*x116[=1] +1*x117[=0] +1*x118[=0] +1*x119[=0] -1*x120[=1] +1*x121[=0] +1*x122[=1] -1*x123[=0] +1*x124[=0] +1*x125[=0] +1*x126[=1] -1*x127[=0] +1*x128[=0] -1*x129[=0] -1*x130[=0] +1*x131[=0] +1*x132[=0] +1*x133[=1] +1*x134[=0] -1*x135[=1] -1*x136[=1] -1*x137[=1] +1*x138[=1] -1*x139[=0] +1*x140[=0] -1*x141[=1] -1*x142[=1] +1*x143[=1] -1*x144[=0] +1*x145[=0] +1*x146[=0] +1*x147[=0] +1*x148[=0] +1*x149[=0] -1*x150[=1] -1*x151[=0] -1*x152[=0] +1*x153[=1] +1*x154[=1] -1*x155[=1] -1*x156[=0] +1*x157[=0] -1*x158[=0] +1*x159[=0] +1*x160[=1] +1*x161[=1] +1*x162[=0] -1*x163[=0] -1*x164[=0] -1*x165[=0] -1*x166[=0] +1*x167[=0] +1*x168[=0] +1*x169[=1] -1*x170[=1] -1*x171[=0] -1*x172[=0] +1*x173[=1] +1*x174[=0] -1*x175[=0] -1*x176[=0] +1*x177[=0] -1*x178[=0] -1*x179[=0] -1*x180[=0] -1*x181[=0] -1*x182[=0] -1*x183[=0] -1*x184[=0] -1*x185[=0] +1*x186[=0] +1*x187[=1] +1*x188[=1] +1*x189[=0] -1*x190[=0] -1*x191[=1] +1*x192[=0] +1*x193[=1] +1*x194[=0] +1*x195[=0] -1*x196[=0] -1*x197[=1] -1*x198[=1] -1*x199[=0] -1*x200[=1] +1*x201[=0] -1*x202[=1] +1*x203[=0] +1*x204[=0] +1*x205[=0] +1*x206[=0] +1*x207[=0] -1*x208[=0] -1*x209[=0] -1*x210[=0] -1*x211[=0] +1*x212[=0] +1*x213[=0] +1*x214[=0] +1*x215[=1] +1*x216[=1] -1*x217[=1] -1*x218[=0] -1*x219[=1] -1*x220[=0] +1*x221[=1] +1*x222[=0] +1*x223[=1] +1*x224[=0] -1*x225[=1] -1*x226[=0] -1*x227[=0] -1*x228[=0] +1*x229[=1] -1*x230[=0] +1*x231[=0] +1*x232[=0] +1*x233[=0] -1*x234[=0] +1*x235[=0] -1*x236[=0] -1*x237[=1] -1*x238[=1] -1*x239[=0] +1*x240[=0] -1*x241[=0] -1*x242[=0] +1*x243[=0] +1*x244[=1] +1*x245[=1] +1*x246[=0] -1*x247[=0] -1*x248[=0] -1*x249[=1] -1*x250[=0] +1*x251[=0] -1*x252[=0] -1*x253[=0] -1*x254[=0] -1*x255[=1] -1*x256[=1] +1*x257[=0] -1*x258[=0] -1*x259[=0] -1*x260[=0] +1*x261[=0] -1*x262[=0] -1*x263[=0] -1*x264[=1] -1*x265[=1] +1*x266[=1] -1*x267[=0] +1*x268[=0] -1*x269[=0] -1*x270[=0] +1*x271[=0] +1*x272[=1] +1*x273[=1] +1*x274[=0] -1*x275[=1] -1*x276[=0] -1*x277[=1] +1*x278[=0] +1*x279[=1] +1*x280[=0] +1*x281[=1] +1*x282[=1] +1*x283[=0] -1*x284[=0] -1*x285[=0] +1*x286[=0] -1*x287[=0] +1*x288[=0] +1*x289[=0] +1*x290[=0] +1*x291[=1] -1*x292[=1] -1*x293[=1] -1*x294[=0] -1*x295[=0] -1*x296[=0] -1*x297[=0] -1*x298[=0] -1*x299[=0] +1*x300[=0] +1*x301[=1] +1*x302[=1] +1*x303[=0] -1*x304[=0] -1*x305[=0] +1*x306[=0] +1*x307[=0] +1*x308[=1] -1*x309[=1] -1*x310[=0] -1*x311[=0] -1*x312[=0] +1*x313[=0] +1*x314[=0] +1*x315[=0] +1*x316[=0] +1*x317[=0] +1*x318[=1] +1*x319[=1] +1*x320[=1] -1*x321[=1] -1*x322[=0] -1*x323[=0] -1*x324[=0] -1*x325[=0] -1*x326[=0] -1*x327[=0] +1*x328[=0] +1*x329[=1] +1*x330[=1] +1*x331[=0] -1*x332[=0] -1*x333[=0] +1*x334[=0] +1*x335[=0] -1*x336[=0] -1*x337[=0] +1*x338[=0] -1*x339[=0] +1*x340[=0] +1*x341[=0] -1*x342[=0] +1*x343[=0] +1*x344[=1] +1*x345[=1] +1*x346[=0] -1*x347[=0] -1*x348[=1] -1*x349[=1] -1*x350[=0] -1*x351[=0] -1*x352[=0] -1*x353[=0] +1*x354[=0] +1*x355[=0] +1*x356[=0] +1*x357[=1] +1*x358[=1] +1*x359[=0] -1*x360[=0] -1*x361[=1] +1*x362[=0] -1*x363[=0] -1*x364[=0] +1*x365[=0] -1*x366[=0] -1*x367[=0] -1*x368[=0] -1*x369[=0] -1*x370[=0] -1*x371[=0] +1*x372[=0] +1*x373[=0] +1*x374[=0] +1*x375[=0] -1*x376[=1] -1*x377[=1] -1*x378[=0] -1*x379[=0] -1*x380[=1] -1*x381[=0] +1*x382[=0] +1*x383[=0] +1*x384[=0] +1*x385[=0] -1*x386[=1] +1*x387[=0] +1*x388[=0] -1*x389[=0] +1*x390[=0] +1*x391[=0] -1*x392[=0] -1*x393[=0] -1*x394[=0] +1*x395[=0] -1*x396[=0] +1*x397[=0] +1*x398[=0] -1*x399[=0] -1*x400[=1] +1*x401[=0] +1*x402[=0] +1*x403[=0] -1*x404[=1] -1*x405[=1] -1*x406[=0] -1*x407[=0] -1*x408[=0] -1*x409[=0] +1*x410[=0] +1*x411[=0] +1*x412[=0] +1*x413[=0] -1*x414[=1] +1*x415[=0] -1*x416[=0] -1*x417[=1] +1*x418[=0] -1*x419[=0] -1*x420[=0] +1*x421[=0] +1*x422[=0] +1*x423[=0] -1*x424[=0] +1*x425[=0] +1*x426[=0] +1*x427[=0] -1*x428[=0] +1*x429[=1] +1*x430[=1] +1*x431[=0] -1*x432[=1] -1*x433[=1] -1*x434[=1] -1*x435[=1] -1*x436[=0] -1*x437[=0] +1*x438[=0] +1*x439[=0] +1*x440[=0] -1*x441[=1] +1*x442[=0] -1*x443[=0] -1*x444[=0] -1*x445[=0] +1*x446[=0] -1*x447[=0] +1*x448[=0] -1*x449[=0] +1*x450[=0] +1*x451[=0] -1*x452[=0] +1*x453[=0] +1*x454[=0] -1*x455[=0] -1*x456[=0] +1*x457[=1] +1*x458[=1] +1*x459[=0] -1*x460[=0] -1*x461[=1] -1*x462[=1] -1*x463[=0] -1*x464[=0] +1*x465[=0] -1*x466[=0] +1*x467[=0] -1*x468[=0] +1*x469[=0] +1*x470[=0] -1*x471[=0] -1*x472[=0] -1*x473[=0] +1*x474[=0] -1*x475[=0] -1*x476[=0] +1*x477[=0] -1*x478[=1] +1*x479[=0] -1*x480[=0] +1*x481[=0] +1*x482[=0] -1*x483[=0] +1*x484[=0] +1*x485[=1] +1*x486[=1] +1*x487[=0] +1*x488[=0] -1*x489[=0] -1*x490[=0] -1*x491[=1] -1*x492[=1] +1*x493[=1] +1*x494[=1] -1*x495[=1] +1*x496[=1] +1*x497[=0] -1*x498[=0] +1*x499[=0] -1*x500[=0] +1*x501[=1] +1*x502[=0] -1*x503[=0] -1*x504[=0] +1*x505[=0] +1*x506[=0] +1*x507[=0] -1*x508[=0] +1*x509[=0] -1*x510[=0] -1*x511[=0] +1*x512[=0] +1*x513[=1] +1*x514[=1] +1*x515[=0] +1*x516[=0] -1*x517[=0] -1*x518[=0] -1*x519[=0] -1*x520[=0] -1*x521[=1] -1*x522[=0] -1*x523[=0] +1*x524[=0] -1*x525[=0] -1*x526[=0] -1*x527[=0] +1*x528[=0] +1*x529[=0] +1*x530[=0] +1*x531[=0] -1*x532[=0] -1*x533[=0] +1*x534[=0] -1*x535[=0] -1*x536[=0] +1*x537[=0] -1*x538[=0] +1*x539[=0] +1*x540[=0] +1*x541[=0] +1*x542[=1] +1*x543[=0] +1*x544[=0] -1*x545[=0] -1*x546[=0] -1*x547[=0] -1*x548[=0] -1*x549[=0] -1*x550[=0] -1*x551[=0] +1*x552[=0] +1*x553[=0] +1*x554[=0] +1*x555[=0] -1*x556[=0] -1*x557[=0] +1*x558[=0] -1*x559[=1] +1*x560[=0] -1*x561[=0] +1*x562[=0] -1*x563[=0] -1*x564[=0] +1*x565[=0] +1*x566[=0] -1*x567[=0] +1*x568[=0] +1*x569[=1] +1*x570[=1] +1*x571[=0] -1*x572[=0] +1*x573[=0] +1*x574[=0] -1*x575[=0] -1*x576[=0] -1*x577[=0] +1*x578[=0] +1*x579[=0] -1*x580[=0] -1*x581[=0] +1*x582[=1] +1*x583[=0] -1*x584[=0] -1*x585[=0] +1*x586[=0] +1*x587[=0] +1*x588[=0] +1*x589[=0] +1*x590[=0] -1*x591[=0] -1*x592[=0] -1*x593[=0] -1*x594[=0] -1*x595[=0] +1*x596[=0] +1*x597[=1] +1*x598[=1] -1*x599[=0] -1*x600[=0] -1*x601[=0] +1*x602[=0] +1*x603[=0] +1*x604[=0] -1*x605[=0] +1*x606[=0] +1*x607[=0] +1*x608[=1] +1*x609[=0] +1*x610[=0] +1*x611[=0] -1*x612[=0] +1*x613[=0] -1*x614[=0] -1*x615[=0] +1*x616[=0] +1*x617[=1] +1*x618[=0] -1*x619[=0] -1*x620[=0] -1*x621[=0] +1*x622[=0] +1*x623[=0] +1*x624[=0] +1*x625[=1] +1*x626[=1] +1*x627[=0] +1*x628[=0] -1*x629[=0] +1*x630[=0] +1*x631[=0] +1*x632[=0] -1*x633[=0] -1*x634[=0] -1*x635[=0] -1*x636[=0] +1*x637[=0] +1*x638[=0] +1*x639[=0] +1*x640[=0] +1*x641[=0] +1*x642[=0] +1*x643[=0] +1*x644[=0] +1*x645[=0] +1*x646[=0] -1*x647[=0] -1*x648[=1] +1*x649[=0] +1*x650[=0] +1*x651[=0] +1*x652[=0] +1*x653[=1] +1*x654[=1] -1*x655[=0] -1*x656[=0] +1*x657[=0] -1*x658[=0] +1*x659[=0] -1*x660[=0] -1*x661[=0] -1*x662[=0] -1*x663[=0] -1*x664[=0] +1*x665[=0] +1*x666[=0] +1*x667[=0] -1*x668[=0] -1*x669[=0] -1*x670[=0] +1*x671[=0] +1*x672[=0] -1*x673[=0] +1*x674[=1] +1*x675[=1] -1*x676[=1] -1*x677[=0] -1*x678[=0] -1*x679[=0] +1*x680[=0] -1*x681[=1] -1*x682[=0] -1*x683[=0] -1*x684[=0] -1*x685[=0] -1*x686[=0] -1*x687[=0] -1*x688[=0] +1*x689[=0] -1*x690[=0] -1*x691[=1] -1*x692[=1] +1*x693[=0] -1*x694[=0] -1*x695[=0] -1*x696[=1] +1*x697[=0] -1*x698[=1] -1*x699[=0] -1*x700[=0] +1*x701[=0] -1*x702[=1] +1*x703[=1] -1*x704[=0] -1*x705[=0] -1*x706[=0] -1*x707[=1] +1*x708[=0] -1*x709[=0] -1*x710[=0] -1*x711[=0] -1*x712[=0] +1*x713[=0] -1*x714[=1] -1*x715[=0] +1*x716[=0] +1*x717[=0] -1*x718[=0] +1*x719[=0] +1*x720[=0] -1*x721[=0] +1*x722[=0] -1*x723[=0] +1*x724[=0] -1*x725[=0] +1*x726[=0] -1*x727[=0] -1*x728[=0] -1*x729[=0] +1*x730[=0] -1*x731[=0] +1*x732[=0] -1*x733[=1] +1*x734[=1] +1*x735[=0] -1*x736[=0] +1*x737[=0] +1*x738[=0] +1*x739[=0] +1*x740[=0] -1*x741[=0] +1*x742[=0] +1*x743[=1] +1*x744[=0] +1*x745[=0] +1*x746[=0] -1*x747[=1] +1*x748[=0] +1*x749[=1] -1*x750[=0] +1*x751[=0] +1*x752[=0] -1*x753[=0] +1*x754[=0] +1*x755[=0] -1*x756[=0] +1*x757[=0] -1*x758[=0] -1*x759[=0] +1*x760[=1] +1*x761[=0] -1*x762[=1] +1*x763[=0] +1*x764[=0] +1*x765[=0] +1*x766[=1] -1*x767[=1] -1*x768[=0] -1*x769[=0] +1*x770[=0] +1*x771[=0] +1*x772[=0] +1*x773[=1] +1*x774[=0] -1*x775[=0] -1*x776[=0] -1*x777[=0] -1*x778[=0] -1*x779[=0] -1*x780[=1] +1*x781[=0] +1*x782[=0] -1*x783[=0] -1*x784[=0] >= 5 

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

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


[startup+0.100072 s]*
/proc/loadavg: 4.04 4.07 3.78 5/253 93822
/proc/meminfo: memFree=118126844/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=11988 memory=9216 CPUtime=0.04 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 1333 0 0 0 4 0 0 0 20 0 1 0 75073301 12275712 2304 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 2997 2304 1120 1 0 1233 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 16180 KiB
Current children cumulated memory: 12288 KiB

[startup+0.217812 s]*
/proc/loadavg: 4.04 4.07 3.78 5/253 93822
/proc/meminfo: memFree=118122336/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=127376 memory=26880 CPUtime=0.14 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 3036 0 0 0 12 2 0 0 20 0 1 0 75073301 130433024 6720 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 31844 6720 4256 1 0 3946 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 131568 KiB
Current children cumulated memory: 29952 KiB

[startup+0.313629 s]*
/proc/loadavg: 4.04 4.07 3.78 5/253 93822
/proc/meminfo: memFree=118077636/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1188416 memory=33536 CPUtime=0.22 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 4045 0 0 0 19 3 0 0 20 0 1 0 75073301 1216937984 8384 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 297104 8384 4992 1 0 269055 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 1192608 KiB
Current children cumulated memory: 36608 KiB

[startup+0.700291 s]
/proc/loadavg: 4.04 4.07 3.78 5/253 93822
/proc/meminfo: memFree=118067556/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1250756 memory=103936 CPUtime=0.57 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 19081 0 0 0 49 8 0 0 20 0 1 0 75073301 1280774144 25984 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 312689 25984 7776 1 0 284047 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 1254948 KiB
Current children cumulated memory: 107008 KiB

[startup+1.50028 s]
/proc/loadavg: 4.04 4.07 3.78 5/253 93822
/proc/meminfo: memFree=117942848/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1328256 memory=180864 CPUtime=1.36 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 38199 0 0 0 123 13 0 0 20 0 1 0 75073301 1360134144 45216 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 332064 45216 7904 1 0 303422 0
Current children cumulated CPU time: 1.36 s
Current children cumulated vsize: 1332448 KiB
Current children cumulated memory: 183936 KiB

[startup+3.10559 s]
/proc/loadavg: 4.12 4.09 3.79 5/253 93822
/proc/meminfo: memFree=117658888/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1573884 memory=394904 CPUtime=2.94 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 75876 0 0 0 273 21 0 0 20 0 1 0 75073301 1611657216 98726 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 393471 98726 8096 1 0 364829 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 1578076 KiB
Current children cumulated memory: 397976 KiB

[startup+6.30025 s]
/proc/loadavg: 4.12 4.09 3.79 5/253 93822
/proc/meminfo: memFree=117538100/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1724672 memory=542808 CPUtime=6.1 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 112443 0 0 0 582 28 0 0 20 0 1 0 75073301 1766064128 135702 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 431168 135702 8096 1 0 402526 0
Current children cumulated CPU time: 6.1 s
Current children cumulated vsize: 1728864 KiB
Current children cumulated memory: 545880 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.09 3.79 5/253 93822
/proc/meminfo: memFree=117312308/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1840468 memory=658096 CPUtime=12.43 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 136758 0 0 0 1211 32 0 0 20 0 1 0 75073301 1884639232 164524 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 460117 164524 8096 1 0 431475 0
Current children cumulated CPU time: 12.43 s
Current children cumulated vsize: 1844660 KiB
Current children cumulated memory: 661168 KiB

[startup+25.5003 s]
/proc/loadavg: 4.08 4.08 3.79 5/253 93822
/proc/meminfo: memFree=117307164/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1855724 memory=673544 CPUtime=25.11 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 138055 0 0 0 2478 33 0 0 20 0 1 0 75073301 1900261376 168386 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 463931 168386 8096 1 0 435289 0
Current children cumulated CPU time: 25.11 s
Current children cumulated vsize: 1859916 KiB
Current children cumulated memory: 676616 KiB

[startup+51.1135 s]
/proc/loadavg: 4.13 4.09 3.81 5/253 93823
/proc/meminfo: memFree=117153368/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1897520 memory=714376 CPUtime=50.45 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 148279 0 0 0 5011 34 0 0 20 0 1 0 75073301 1943060480 178594 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 474380 178594 8096 1 0 445738 0
Current children cumulated CPU time: 50.45 s
Current children cumulated vsize: 1901712 KiB
Current children cumulated memory: 717448 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.09 3.83 5/255 93831
/proc/meminfo: memFree=117112568/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=1929032 memory=745160 CPUtime=101.49 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 165293 0 0 0 10112 37 0 0 20 0 1 0 75073301 1975328768 186290 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 482258 186290 8096 1 0 453616 0
Current children cumulated CPU time: 101.49 s
Current children cumulated vsize: 1933224 KiB
Current children cumulated memory: 748232 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.10 3.85 5/255 93833
/proc/meminfo: memFree=116966216/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2062508 memory=878476 CPUtime=161.31 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 197384 0 0 0 16088 43 0 0 20 0 1 0 75073301 2112008192 219619 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 515627 219619 8096 1 0 486985 0
Current children cumulated CPU time: 161.31 s
Current children cumulated vsize: 2066700 KiB
Current children cumulated memory: 881548 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.10 3.87 5/256 93838
/proc/meminfo: memFree=116935608/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2084340 memory=899084 CPUtime=221.14 cores=4,6
/proc/93822/stat : 93822 (python3) R 93817 93817 93457 0 -1 4194304 202710 0 0 0 22069 45 0 0 20 0 1 0 75073301 2134364160 224771 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 521085 224771 8096 1 0 492443 0
Current children cumulated CPU time: 221.14 s
Current children cumulated vsize: 2088532 KiB

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

Current children cumulated CPU time: 1238.2 s
Current children cumulated vsize: 4058648 KiB
Current children cumulated memory: 2809544 KiB

[startup+1302.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/258 93903
/proc/meminfo: memFree=69321860/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2091580 memory=912360 CPUtime=997.46 cores=4,6
/proc/93822/stat : 93822 (python3) S 93817 93817 93457 0 -1 4194304 205302 0 0 0 99693 53 0 0 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
[pid=93886] ppid=93822 vsize=1742904 memory=1731400 CPUtime=300.58 cores=4,6
/proc/93886/stat : 93886 (naps-1.03a6) R 93822 93886 93886 0 -1 4194304 199325 0 0 0 29984 74 0 0 20 0 1 0 75173387 1784733696 432850 18446744073709551615 4198400 7047149 140737069439136 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 33492992 140737069447544 140737069447667 140737069447667 140737069453257 0
/proc/93886/statm: 435726 432850 576 696 0 434887 0
Current children cumulated CPU time: 1298.04 s
Current children cumulated vsize: 3838676 KiB
Current children cumulated memory: 2646832 KiB

[startup+1362.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/258 93905
/proc/meminfo: memFree=67430212/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2091580 memory=912360 CPUtime=997.46 cores=4,6
/proc/93822/stat : 93822 (python3) S 93817 93817 93457 0 -1 4194304 205302 0 0 0 99693 53 0 0 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
[pid=93886] ppid=93822 vsize=2013552 memory=1901720 CPUtime=360.41 cores=4,6
/proc/93886/stat : 93886 (naps-1.03a6) R 93822 93886 93886 0 -1 4194304 228440 0 0 0 35959 82 0 0 20 0 1 0 75173387 2061877248 475430 18446744073709551615 4198400 7047149 140737069439136 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 33492992 140737069447544 140737069447667 140737069447667 140737069453257 0
/proc/93886/statm: 503388 475430 576 696 0 502549 0
Current children cumulated CPU time: 1357.87 s
Current children cumulated vsize: 4109324 KiB
Current children cumulated memory: 2817152 KiB

[startup+1422.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/258 93909
/proc/meminfo: memFree=29745308/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2091580 memory=912360 CPUtime=997.46 cores=4,6
/proc/93822/stat : 93822 (python3) S 93817 93817 93457 0 -1 4194304 205302 0 0 0 99693 53 0 0 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
[pid=93886] ppid=93822 vsize=20483080 memory=19619492 CPUtime=420.27 cores=4,6
/proc/93886/stat : 93886 (naps-1.03a6) R 93822 93886 93886 0 -1 4194304 2812034 0 0 0 41262 765 0 0 20 0 1 0 75173387 20974673920 4904873 18446744073709551615 4198400 7047149 140737069439136 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 33492992 140737069447544 140737069447667 140737069447667 140737069453257 0
/proc/93886/statm: 5120770 4904873 576 696 0 5119931 0
Current children cumulated CPU time: 1417.73 s
Current children cumulated vsize: 22578852 KiB
Current children cumulated memory: 20534924 KiB

[startup+1482.3 s]
/proc/loadavg: 4.14 4.10 4.02 5/258 93911
/proc/meminfo: memFree=21252052/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2091580 memory=912360 CPUtime=997.46 cores=4,6
/proc/93822/stat : 93822 (python3) S 93817 93817 93457 0 -1 4194304 205302 0 0 0 99693 53 0 0 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
[pid=93886] ppid=93822 vsize=22920460 memory=22142324 CPUtime=480.11 cores=4,6
/proc/93886/stat : 93886 (naps-1.03a6) R 93822 93886 93886 0 -1 4194304 3245770 0 0 0 47167 844 0 0 20 0 1 0 75173387 23470551040 5535581 18446744073709551615 4198400 7047149 140737069439136 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 33492992 140737069447544 140737069447667 140737069447667 140737069453257 0
/proc/93886/statm: 5730115 5535581 608 696 0 5729276 0
Current children cumulated CPU time: 1477.57 s
Current children cumulated vsize: 25016232 KiB
Current children cumulated memory: 23057756 KiB

[startup+1542.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/256 93962
/proc/meminfo: memFree=67596736/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2091580 memory=912360 CPUtime=997.46 cores=4,6
/proc/93822/stat : 93822 (python3) S 93817 93817 93457 0 -1 4194304 205302 0 0 0 99693 53 0 0 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
[pid=93886] ppid=93822 vsize=24259912 memory=22875496 CPUtime=539.94 cores=4,6
/proc/93886/stat : 93886 (naps-1.03a6) R 93822 93886 93886 0 -1 4194304 3437820 0 0 0 53079 915 0 0 20 0 1 0 75173387 24842149888 5718874 18446744073709551615 4198400 7047149 140737069439136 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 33492992 140737069447544 140737069447667 140737069447667 140737069453257 0
/proc/93886/statm: 6064978 5718874 608 696 0 6064139 0
Current children cumulated CPU time: 1537.4 s
Current children cumulated vsize: 26355684 KiB
Current children cumulated memory: 23790928 KiB

[startup+1602.3 s]
/proc/loadavg: 4.23 4.13 4.03 5/257 94013
/proc/meminfo: memFree=64436520/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2091580 memory=912360 CPUtime=997.46 cores=4,6
/proc/93822/stat : 93822 (python3) S 93817 93817 93457 0 -1 4194304 205302 0 0 0 99693 53 0 0 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
[pid=93886] ppid=93822 vsize=24259912 memory=22875496 CPUtime=599.78 cores=4,6
/proc/93886/stat : 93886 (naps-1.03a6) R 93822 93886 93886 0 -1 4194304 3441216 0 0 0 59062 916 0 0 20 0 1 0 75173387 24842149888 5718874 18446744073709551615 4198400 7047149 140737069439136 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 33492992 140737069447544 140737069447667 140737069447667 140737069453257 0
/proc/93886/statm: 6064978 5718874 608 696 0 6064139 0
Current children cumulated CPU time: 1597.24 s
Current children cumulated vsize: 26355684 KiB
Current children cumulated memory: 23790928 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1656.9 s]
/proc/loadavg: 4.16 4.12 4.03 5/257 94015
/proc/meminfo: memFree=58232384/131382112 swapFree=33005784/33010684
[pid=93817] ppid=93814 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/93817/stat : 93817 (scip-naps-1.00.) S 93814 93817 93457 0 -1 4194304 256 340 0 0 0 0 0 0 20 0 1 0 75073297 4292608 768 18446744073709551615 94001618173952 94001619068485 140726029180464 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94001619307536 94001619355280 94001622585344 140726029183393 140726029183490 140726029183490 140726029189092 0
/proc/93817/statm: 1048 768 704 219 0 110 0
[pid=93822] ppid=93817 vsize=2091580 memory=912360 CPUtime=997.46 cores=4,6
/proc/93822/stat : 93822 (python3) S 93817 93817 93457 0 -1 4194304 205302 0 0 0 99693 53 0 0 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 1 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
[pid=93886] ppid=93822 vsize=29847436 memory=27823152 CPUtime=654.21 cores=4,6
/proc/93886/stat : 93886 (naps-1.03a6) R 93822 93886 93886 0 -1 4194304 3463140 0 0 0 64405 1016 0 0 20 0 1 0 75173387 30563774464 6955276 18446744073709551615 4198400 7047149 140737069439136 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 33492992 140737069447544 140737069447667 140737069447667 140737069453257 0
/proc/93886/statm: 7461859 6955276 608 696 0 7461020 0
Current children cumulated CPU time: 1651.67 s
Current children cumulated vsize: 31943208 KiB
Current children cumulated memory: 28738584 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

# cumulated CPU time of all completed processes:  user=1641.39 s, system=11.4341 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+1657.6 s]
/proc/loadavg: 4.16 4.12 4.03 5/256 94015
/proc/meminfo: memFree=60892208/131382112 swapFree=33005784/33010684
[pid=93822] ppid=93814 vsize=2091580 memory=912360 CPUtime=1652.37 cores=4,6
/proc/93822/stat : 93822 (python3) R 93814 93817 93457 0 -1 4194304 217420 3463143 0 0 99701 55 64406 1075 20 0 1 0 75073301 2141777920 228090 18446744073709551615 94769561317376 94769561317753 140731810358256 0 0 0 0 16781312 16386 0 0 0 17 6 0 0 0 0 0 94769561329048 94769561329668 94769569771520 140731810363751 140731810363938 140731810363938 140731810369511 0
/proc/93822/statm: 522895 228090 8160 1 0 494253 0
Current cumulated CPU time of completed processes: 0.014548 s
Current children cumulated CPU time: 1652.37 s
Current children cumulated vsize: 2091580 KiB
Current children cumulated memory: 912360 KiB

[startup+1658 s]*
/proc/loadavg: 4.14 4.12 4.03 5/255 94015
/proc/meminfo: memFree=86225436/131382112 swapFree=33005784/33010684
Current cumulated CPU time of completed processes: 0.014548 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): 1658.02
CPU time (s): 1652.82
CPU user time (s): 1641.39
CPU system time (s): 11.4341
CPU usage (%): 99.6864
Max. virtual memory (cumulated for all children) (KiB): 31943208
Max. memory (cumulated for all children) (KiB): 28738584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1641.39
system time used= 11.4341
maximum resident set size= 27825200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3714895
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 343
involuntary context switches= 2406


# summary of solver processes directly reported to runsolver:
#   pid: 93817,93822
#   total CPU time (s): 1652.82
#   total CPU user time (s): 1641.39
#   total CPU system time (s): 11.4341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.9933 second user time and 17.4556 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 03:52:22
IDJOB=4523851
IDBENCH=180376
IDSOLVER=3368
FILE ID=nodeC007/4523851-1751593941
RUNJOBID= nodeC007-1751592140-93468
SLURM_JOB_ID= 9598854
Free space on /tmp= 431012 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_back_image_73_label5_adversarial_norm_1.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523851-1751593941/watcher-4523851-1751593941 -o /tmp/evaluation-result-4523851-1751593941/solver-4523851-1751593941 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751592140-93468 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4523851-1751593941.opb

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

MD5SUM BENCH= 1376b7e36587a728493ace6af4c57a8e
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		: 3661.170
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.393
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.477
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.330
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		: 1197.197
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		: 2394.461
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		: 1197.634
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		: 1197.688
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:        118127032 kB
MemAvailable:   127892384 kB
Buffers:              16 kB
Cached:         10433216 kB
SwapCached:          252 kB
Active:          1941408 kB
Inactive:       10116624 kB
Active(anon):    1590588 kB
Inactive(anon):    47716 kB
Active(file):     350820 kB
Inactive(file): 10068908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10328 kB
Writeback:             0 kB
AnonPages:       1626072 kB
Mapped:           120660 kB
Shmem:             13504 kB
KReclaimable:     370500 kB
Slab:             461368 kB
SReclaimable:     370500 kB
SUnreclaim:        90868 kB
KernelStack:        4064 kB
PageTables:         6788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5239896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 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= 430944 MiB
End job on nodeC007 at 2025-07-04 04:20:00