Trace number 4489151

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a1SAT (TO)192 3600.21 3610.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
MD5SUM1da12ebdd4ab5e725928f3bf845b8b1e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark186
Best CPU time to get the best result obtained on this benchmark3585.57
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables479
Total number of constraints479
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints479
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 479
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 479
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 479
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

66.27/66.56	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4489151-1751331499.opb
66.27/66.56	c Solving mode: optimization
66.27/66.56	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
66.27/66.56	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
66.27/66.56	c original problem has 479 variables (479 bin, 0 int, 0 impl, 0 cont) and 479 constraints
66.27/66.56	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 4.790000e+02
66.27/66.56	c presolving:
66.27/66.56	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 11 chg sides, 64 chg coeffs, 0 upgd conss, 0 impls, 138 clqs
66.27/66.56	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 11 chg sides, 64 chg coeffs, 479 upgd conss, 0 impls, 138 clqs
66.27/66.56	c (round 3, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 130 chg sides, 391 chg coeffs, 479 upgd conss, 0 impls, 138 clqs
66.27/66.56	c (round 4, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 131 chg sides, 395 chg coeffs, 479 upgd conss, 0 impls, 138 clqs
66.27/66.56	c (round 5, medium)     0 del vars, 153 del conss, 274 add conss, 0 chg bounds, 375 chg sides, 855 chg coeffs, 479 upgd conss, 0 impls, 138 clqs
66.27/66.56	c (round 6, fast)       0 del vars, 195 del conss, 293 add conss, 0 chg bounds, 462 chg sides, 1345 chg coeffs, 479 upgd conss, 0 impls, 138 clqs
66.27/66.56	c (round 7, exhaustive) 0 del vars, 195 del conss, 293 add conss, 0 chg bounds, 462 chg sides, 1355 chg coeffs, 479 upgd conss, 0 impls, 138 clqs
66.27/66.56	c (round 8, fast)       0 del vars, 195 del conss, 293 add conss, 0 chg bounds, 463 chg sides, 1361 chg coeffs, 479 upgd conss, 0 impls, 138 clqs
66.27/66.56	c    (0.0s) probing: 51/479 (10.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
66.27/66.56	c    (0.0s) probing aborted: 50/50 successive totally useless probings
66.27/66.56	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
66.27/66.56	c    (0.0s) no symmetry present (symcode time: 0.00)
66.27/66.56	c presolving (9 rounds: 9 fast, 4 medium, 3 exhaustive):
66.27/66.56	c  0 deleted vars, 195 deleted constraints, 293 added constraints, 0 tightened bounds, 0 added holes, 463 changed sides, 1361 changed coefficients
66.27/66.56	c  0 implications, 138 cliques
66.27/66.56	c presolved problem has 479 variables (479 bin, 0 int, 0 impl, 0 cont) and 577 constraints
66.27/66.56	c     418 constraints of type <knapsack>
66.27/66.56	c     138 constraints of type <setppc>
66.27/66.56	c      21 constraints of type <logicor>
66.27/66.56	c transformed objective value is always integral (scale: 1)
66.27/66.56	c Presolving Time: 0.02
66.27/66.56	c transformed 1/1 original solutions to the transformed problem space
66.27/66.56	c 
66.27/66.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.27/66.56	c p 0.0s|     1 |     0 |     0 |     - |   locks|   0 | 479 | 577 | 577 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.280000e+02 |    Inf | unknown
66.27/66.56	c i 0.0s|     1 |     0 |     0 |     - |  oneopt|   0 | 479 | 577 | 577 |   0 |  0 |   0 |   0 | 0.000000e+00 | 2.140000e+02 |    Inf | unknown
66.27/66.56	c   0.1s|     1 |     0 |  1920 |     - |  7460k |   0 | 479 | 577 | 577 |   0 |  0 |   0 |   0 | 1.561797e+02 | 2.140000e+02 |  37.02%| unknown
66.27/66.56	c   0.3s|     1 |     0 |  2549 |     - |    25M |   0 | 479 | 577 | 640 |  63 |  1 |   0 |   0 | 1.596207e+02 | 2.140000e+02 |  34.07%| unknown
66.27/66.56	c   0.4s|     1 |     0 |  3290 |     - |    39M |   0 | 479 | 577 | 698 | 121 |  2 |   0 |   0 | 1.618284e+02 | 2.140000e+02 |  32.24%| unknown
66.27/66.56	c   0.6s|     1 |     0 |  4013 |     - |    53M |   0 | 479 | 577 | 755 | 178 |  3 |   0 |   0 | 1.636560e+02 | 2.140000e+02 |  30.76%| unknown
66.27/66.56	c   0.7s|     1 |     0 |  4552 |     - |    64M |   0 | 479 | 577 | 815 | 238 |  4 |   0 |   0 | 1.648556e+02 | 2.140000e+02 |  29.81%| unknown
66.27/66.56	c   0.8s|     1 |     0 |  5004 |     - |    77M |   0 | 479 | 577 | 862 | 285 |  5 |   0 |   0 | 1.657388e+02 | 2.140000e+02 |  29.12%| unknown
66.27/66.56	c   0.9s|     1 |     0 |  5420 |     - |    91M |   0 | 479 | 577 | 912 | 335 |  6 |   0 |   0 | 1.664428e+02 | 2.140000e+02 |  28.57%| unknown
66.27/66.56	c   1.1s|     1 |     0 |  5763 |     - |   105M |   0 | 479 | 577 | 949 | 372 |  7 |   0 |   0 | 1.668049e+02 | 2.140000e+02 |  28.29%| unknown
66.27/66.56	c   1.2s|     1 |     0 |  6106 |     - |   108M |   0 | 479 | 577 | 984 | 407 |  8 |   0 |   0 | 1.670736e+02 | 2.140000e+02 |  28.09%| unknown
66.27/66.56	c   1.3s|     1 |     0 |  6452 |     - |   125M |   0 | 479 | 577 |1014 | 437 |  9 |   0 |   0 | 1.672858e+02 | 2.140000e+02 |  27.92%| unknown
66.27/66.56	c   1.5s|     1 |     0 |  6785 |     - |   141M |   0 | 479 | 577 |1043 | 466 | 10 |   0 |   0 | 1.674938e+02 | 2.140000e+02 |  27.77%| unknown
66.27/66.56	c   1.5s|     1 |     0 |  7118 |     - |   141M |   0 | 479 | 577 |1075 | 500 | 11 |   0 |   0 | 1.676241e+02 | 2.140000e+02 |  27.67%| unknown
66.27/66.56	c   1.6s|     1 |     0 |  7507 |     - |   141M |   0 | 479 | 577 |1106 | 531 | 12 |   0 |   0 | 1.678282e+02 | 2.140000e+02 |  27.51%| unknown
66.27/66.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.27/66.56	c   1.7s|     1 |     0 |  7652 |     - |   142M |   0 | 479 | 577 |1130 | 555 | 13 |   0 |   0 | 1.678791e+02 | 2.140000e+02 |  27.47%| unknown
66.27/66.56	c   1.7s|     1 |     0 |  7887 |     - |   142M |   0 | 479 | 577 |1152 | 577 | 14 |   0 |   0 | 1.679785e+02 | 2.140000e+02 |  27.40%| unknown
66.27/66.56	c   1.8s|     1 |     0 |  7975 |     - |   142M |   0 | 479 | 577 |1166 | 591 | 15 |   0 |   0 | 1.680003e+02 | 2.140000e+02 |  27.38%| unknown
66.27/66.56	c   1.8s|     1 |     0 |  7994 |     - |   142M |   0 | 479 | 577 |1170 | 595 | 16 |   0 |   0 | 1.680021e+02 | 2.140000e+02 |  27.38%| unknown
66.27/66.56	c   1.9s|     1 |     0 |  8032 |     - |   142M |   0 | 479 | 577 |1095 | 600 | 17 |   0 |   0 | 1.680034e+02 | 2.140000e+02 |  27.38%| unknown
66.27/66.56	c   1.9s|     1 |     0 |  8082 |     - |   142M |   0 | 479 | 577 |1097 | 602 | 18 |   0 |   0 | 1.680102e+02 | 2.140000e+02 |  27.37%| unknown
66.27/66.56	c   1.9s|     1 |     0 |  8088 |     - |   142M |   0 | 479 | 577 |1100 | 605 | 19 |   0 |   0 | 1.680102e+02 | 2.140000e+02 |  27.37%| unknown
66.27/66.56	c   3.7s|     1 |     2 |  8088 |     - |   144M |   0 | 479 | 577 |1100 | 605 | 20 |   0 |  29 | 1.682693e+02 | 2.140000e+02 |  27.18%| unknown
66.27/66.56	c d16.0s|    23 |    24 | 22605 | 659.9 |pscostdi|  22 | 479 | 577 |1094 |   0 |  1 |   0 | 251 | 1.682693e+02 | 2.130000e+02 |  26.58%| unknown
66.27/66.56	c d16.0s|    23 |    24 | 22610 | 660.1 |pscostdi|  22 | 479 | 577 |1094 |   0 |  1 |   0 | 251 | 1.682693e+02 | 2.110000e+02 |  25.39%| unknown
66.27/66.56	c i16.0s|    24 |    23 | 22619 | 631.8 |  oneopt|  22 | 479 | 577 |1033 | 838 |  0 |   0 | 251 | 1.682693e+02 | 2.100000e+02 |  24.80%| unknown
66.27/66.56	c  23.2s|   100 |   101 | 76179 | 687.8 |   209M |  32 | 479 | 577 |1096 |1589 |  8 |   2 | 278 | 1.682693e+02 | 2.100000e+02 |  24.80%| unknown
66.27/66.56	c o24.7s|   104 |   105 |100893 | 901.0 |objpscos|  32 | 479 | 577 |1044 |1589 |  1 |   2 | 278 | 1.682693e+02 | 2.090000e+02 |  24.21%| unknown
66.27/66.56	c o24.7s|   104 |   105 |100943 | 901.5 |objpscos|  32 | 479 | 577 |1044 |1589 |  1 |   2 | 278 | 1.682693e+02 | 2.090000e+02 |  24.21%| unknown
66.27/66.56	c o24.7s|   104 |   105 |100946 | 901.5 |objpscos|  32 | 479 | 577 |1044 |1589 |  1 |   2 | 278 | 1.682693e+02 | 2.080000e+02 |  23.61%| unknown
66.27/66.56	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
66.27/66.56	c i24.7s|   104 |   105 |101582 | 907.7 |  oneopt|  32 | 479 | 577 |1044 |1589 |  1 |   2 | 278 | 1.682693e+02 | 2.050000e+02 |  21.83%| unknown
66.27/66.56	c  34.3s|   200 |   201 |186071 | 894.4 |   204M |  33 | 479 | 580 |1034 |2141 |  1 |   8 | 312 | 1.683107e+02 | 2.050000e+02 |  21.80%| unknown
66.27/66.56	c d38.6s|   218 |   219 |235137 |1046.3 |pscostdi|  33 | 479 | 580 |1025 |   0 |  1 |   8 | 321 | 1.685863e+02 | 2.040000e+02 |  21.01%| unknown
66.27/66.56	c  52.3s|   300 |   301 |374898 |1226.8 |   205M |  33 | 479 | 580 |1097 |2892 |  1 |  16 | 351 | 1.687314e+02 | 2.040000e+02 |  20.90%| unknown
66.27/66.56	c d66.4s|   398 |   399 |527102 |1307.3 |pscostdi|  37 | 479 | 580 |1100 |   0 |  1 |  25 | 382 | 1.689749e+02 | 2.030000e+02 |  20.14%| unknown
239.96/240.77	c d66.4s|   398 |   399 |527106 |1307.4 |pscostdi|  37 | 479 | 580 |1100 |   0 |  1 |  25 | 382 | 1.689749e+02 | 2.020000e+02 |  19.54%| unknown
239.96/240.77	c  66.4s|   400 |   401 |527537 |1301.9 |   205M |  37 | 479 | 580 |1123 |3423 |  1 |  25 | 382 | 1.689749e+02 | 2.020000e+02 |  19.54%| unknown
239.96/240.77	c d78.2s|   474 |   475 |648180 |1353.3 |pscostdi|  37 | 479 | 580 | 972 |   0 |  1 |  32 | 408 | 1.690337e+02 | 2.010000e+02 |  18.91%| unknown
239.96/240.77	c  81.9s|   500 |   501 |683398 |1353.3 |   206M |  37 | 479 | 580 |1114 |4180 |  4 |  34 | 421 | 1.690624e+02 | 2.010000e+02 |  18.89%| unknown
239.96/240.77	c  95.9s|   600 |   601 |821607 |1358.1 |   208M |  37 | 479 | 581 |1105 |5066 |  1 |  41 | 463 | 1.691038e+02 | 2.010000e+02 |  18.86%| unknown
239.96/240.77	c L 106s|   674 |   675 |917730 |1351.6 |crossove|  37 | 479 | 581 |1042 |5740 |  1 |  42 | 480 | 1.691395e+02 | 1.920000e+02 |  13.52%| unknown
239.96/240.77	c   110s|   700 |   701 |949135 |1346.3 |   210M |  37 | 479 | 586 |1116 |5937 |  1 |  48 | 482 | 1.691596e+02 | 1.920000e+02 |  13.50%| unknown
239.96/240.77	c   122s|   800 |   801 |  1090k|1354.7 |   211M |  37 | 479 | 602 |1128 |6580 |  1 |  68 | 485 | 1.691870e+02 | 1.920000e+02 |  13.48%| unknown
239.96/240.77	c   135s|   900 |   901 |  1212k|1339.6 |   212M |  37 | 479 | 617 |1096 |7596 |  1 |  86 | 496 | 1.692140e+02 | 1.920000e+02 |  13.47%| unknown
239.96/240.77	c   149s|  1000 |  1001 |  1350k|1343.5 |   213M |  37 | 479 | 635 |1054 |8243 |  1 | 106 | 530 | 1.693032e+02 | 1.920000e+02 |  13.41%| unknown
239.96/240.77	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
239.96/240.77	c (run 1, node 1049) performing user restart
239.96/240.77	c 
239.96/240.77	c (restart) converted 319 cuts from the global cut pool into linear constraints
239.96/240.77	c 
239.96/240.77	c presolving:
239.96/240.77	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3 chg sides, 18 chg coeffs, 0 upgd conss, 0 impls, 138 clqs
239.96/240.77	c (round 2, exhaustive) 0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 18 chg coeffs, 0 upgd conss, 0 impls, 138 clqs
239.96/240.77	c (round 3, exhaustive) 0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 4 chg sides, 18 chg coeffs, 317 upgd conss, 0 impls, 138 clqs
239.96/240.77	c (round 4, fast)       0 del vars, 2 del conss, 0 add conss, 0 chg bounds, 5 chg sides, 19 chg coeffs, 317 upgd conss, 0 impls, 138 clqs
239.96/240.77	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
239.96/240.77	c  0 deleted vars, 2 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 5 changed sides, 20 changed coefficients
239.96/240.77	c  0 implications, 138 cliques
239.96/240.77	c presolved problem has 479 variables (479 bin, 0 int, 0 impl, 0 cont) and 952 constraints
239.96/240.77	c     638 constraints of type <knapsack>
239.96/240.77	c     138 constraints of type <setppc>
239.96/240.77	c     176 constraints of type <logicor>
239.96/240.77	c transformed objective value is always integral (scale: 1)
239.96/240.77	c Presolving Time: 0.04
239.96/240.77	c transformed 65/100 original solutions to the transformed problem space
239.96/240.77	c 
239.96/240.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
239.96/240.77	c   155s|     1 |     0 |  1404k|     - |   186M |   0 | 479 | 952 | 894 |   0 |  0 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   155s|     1 |     0 |  1405k|     - |   186M |   0 | 479 | 952 | 936 |  42 |  1 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   155s|     1 |     0 |  1406k|     - |   188M |   0 | 479 | 952 | 961 |  67 |  2 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   155s|     1 |     0 |  1406k|     - |   191M |   0 | 479 | 952 | 981 |  87 |  3 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1406k|     - |   197M |   0 | 479 | 952 | 996 | 102 |  4 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1406k|     - |   200M |   0 | 479 | 952 |1004 | 110 |  5 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1407k|     - |   204M |   0 | 479 | 952 |1011 | 117 |  6 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1407k|     - |   203M |   0 | 479 | 952 |1018 | 124 |  7 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1407k|     - |   204M |   0 | 479 | 952 |1021 | 127 |  8 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1407k|     - |   201M |   0 | 479 | 952 |1032 | 138 |  9 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1407k|     - |   205M |   0 | 479 | 952 |1037 | 143 | 10 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   156s|     1 |     0 |  1408k|     - |   205M |   0 | 479 | 952 |1042 | 148 | 11 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   206M |   0 | 479 | 952 |1050 | 156 | 12 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   206M |   0 | 479 | 952 |1054 | 160 | 13 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   206M |   0 | 479 | 952 |1055 | 161 | 14 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   206M |   0 | 479 | 952 | 996 | 163 | 15 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   206M |   0 | 479 | 952 |1001 | 168 | 16 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   206M |   0 | 479 | 952 |1014 | 181 | 17 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   207M |   0 | 479 | 952 |1024 | 191 | 18 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   207M |   0 | 479 | 952 |1034 | 201 | 19 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   207M |   0 | 479 | 952 |1037 | 204 | 20 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   157s|     1 |     0 |  1408k|     - |   207M |   0 | 479 | 952 |1008 | 205 | 21 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   158s|     1 |     0 |  1408k|     - |   207M |   0 | 479 | 952 |1013 | 210 | 22 | 107 | 537 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   160s|     1 |     2 |  1415k|     - |   207M |   0 | 479 | 955 |1013 | 210 | 23 | 110 | 558 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   181s|   100 |   101 |  1516k|1303.8 |   225M |  37 | 479 | 974 |1016 | 560 |  1 | 129 | 721 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   190s|   200 |   201 |  1594k|1261.2 |   271M |  61 | 479 | 976 |1066 | 795 |  1 | 134 | 756 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   194s|   300 |   299 |  1636k|1198.9 |   271M |  82 | 479 | 976 |1074 | 902 |  1 | 139 | 785 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   199s|   400 |   359 |  1676k|1143.6 |   272M |  87 | 479 | 976 |1076 |1045 |  2 | 156 | 818 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   205s|   500 |   389 |  1718k|1097.0 |   270M |  87 | 479 | 977 |1089 |1231 |  2 | 177 | 862 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   210s|   600 |   415 |  1773k|1064.0 |   270M |  88 | 479 | 978 |1074 |1358 |  1 | 191 | 892 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
239.96/240.77	c   212s|   700 |   497 |  1795k|1015.6 |   270M |  88 | 479 | 978 |1074 |1377 |  1 | 200 | 922 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   214s|   800 |   519 |  1817k| 972.7 |   270M |  95 | 479 | 978 |1074 |1389 |  1 | 213 | 955 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
239.96/240.77	c   227s|   900 |   605 |  1902k| 966.1 |   272M |  95 | 479 | 980 | 977 |1857 |  1 | 219 | 989 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
821.07/823.37	c   241s|  1000 |   705 |  1991k| 962.6 |   274M |  95 | 479 | 981 | 995 |2329 |  1 | 229 |1023 | 1.693221e+02 | 1.920000e+02 |  13.39%| unknown
821.07/823.37	c   255s|  1100 |   805 |  2106k| 971.3 |   276M |  95 | 479 | 980 |1000 |2871 |  1 | 231 |1051 | 1.693570e+02 | 1.920000e+02 |  13.37%| unknown
821.07/823.37	c   267s|  1200 |   905 |  2194k| 967.3 |   278M |  95 | 479 | 980 | 994 |3376 |  1 | 237 |1065 | 1.694232e+02 | 1.920000e+02 |  13.33%| unknown
821.07/823.37	c   279s|  1300 |  1005 |  2287k| 965.8 |   278M |  95 | 479 | 978 |1000 |3931 |  1 | 240 |1076 | 1.694705e+02 | 1.920000e+02 |  13.29%| unknown
821.07/823.37	c   290s|  1400 |  1105 |  2374k| 961.8 |   280M |  95 | 479 | 971 | 982 |4455 |  1 | 246 |1082 | 1.695215e+02 | 1.920000e+02 |  13.26%| unknown
821.07/823.37	c   303s|  1500 |  1205 |  2465k| 959.8 |   269M |  95 | 479 | 969 | 992 |5015 |  1 | 260 |1086 | 1.695626e+02 | 1.920000e+02 |  13.23%| unknown
821.07/823.37	c   316s|  1600 |  1305 |  2573k| 964.3 |   269M |  95 | 479 | 960 | 989 |5569 |  1 | 265 |1094 | 1.696015e+02 | 1.920000e+02 |  13.21%| unknown
821.07/823.37	c   329s|  1700 |  1405 |  2671k| 964.8 |   269M |  95 | 479 | 963 | 996 |6135 |  1 | 273 |1096 | 1.696570e+02 | 1.920000e+02 |  13.17%| unknown
821.07/823.37	c   341s|  1800 |  1505 |  2762k| 963.0 |   275M |  95 | 479 | 951 | 992 |6726 |  1 | 276 |1109 | 1.697008e+02 | 1.920000e+02 |  13.14%| unknown
821.07/823.37	c   354s|  1900 |  1605 |  2858k| 963.0 |   275M |  95 | 479 | 944 | 988 |7275 |  1 | 286 |1138 | 1.697385e+02 | 1.920000e+02 |  13.12%| unknown
821.07/823.37	c   366s|  2000 |  1705 |  2946k| 960.1 |   307M |  95 | 479 | 937 | 999 |7837 |  1 | 294 |1151 | 1.697802e+02 | 1.920000e+02 |  13.09%| unknown
821.07/823.37	c   378s|  2100 |  1805 |  3035k| 957.7 |   308M |  95 | 479 | 936 |1016 |8417 |  1 | 297 |1157 | 1.698047e+02 | 1.920000e+02 |  13.07%| unknown
821.07/823.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
821.07/823.37	c   389s|  2200 |  1905 |  3125k| 956.1 |   307M |  95 | 479 | 937 | 997 |8950 |  1 | 302 |1162 | 1.698511e+02 | 1.920000e+02 |  13.04%| unknown
821.07/823.37	c   401s|  2300 |  2005 |  3217k| 955.0 |   307M |  95 | 479 | 934 |1015 |9594 |  1 | 309 |1164 | 1.698874e+02 | 1.920000e+02 |  13.02%| unknown
821.07/823.37	c   411s|  2400 |  2105 |  3302k| 951.9 |   307M |  95 | 479 | 941 | 992 |  10k|  1 | 321 |1167 | 1.699395e+02 | 1.920000e+02 |  12.98%| unknown
821.07/823.37	c   422s|  2500 |  2205 |  3392k| 950.6 |   307M |  95 | 479 | 944 | 999 |  10k|  1 | 328 |1167 | 1.699535e+02 | 1.920000e+02 |  12.97%| unknown
821.07/823.37	c   433s|  2600 |  2305 |  3487k| 950.5 |   308M |  95 | 479 | 943 |1005 |  11k|  1 | 331 |1170 | 1.699841e+02 | 1.920000e+02 |  12.95%| unknown
821.07/823.37	c   444s|  2700 |  2405 |  3577k| 949.1 |   308M |  95 | 479 | 943 | 992 |  11k|  1 | 335 |1185 | 1.700143e+02 | 1.920000e+02 |  12.93%| unknown
821.07/823.37	c   459s|  2800 |  2505 |  3701k| 956.8 |   318M |  95 | 479 | 948 |1002 |  12k|  1 | 342 |1209 | 1.700264e+02 | 1.920000e+02 |  12.92%| unknown
821.07/823.37	c   471s|  2900 |  2605 |  3789k| 954.8 |   318M |  95 | 479 | 948 |1000 |  12k|  1 | 348 |1221 | 1.700456e+02 | 1.920000e+02 |  12.91%| unknown
821.07/823.37	c   484s|  3000 |  2705 |  3882k| 954.2 |   318M |  95 | 479 | 948 |1024 |  13k|  1 | 351 |1239 | 1.700610e+02 | 1.920000e+02 |  12.90%| unknown
821.07/823.37	c   495s|  3100 |  2805 |  3983k| 955.5 |   318M |  95 | 479 | 947 | 988 |  14k|  1 | 353 |1244 | 1.700897e+02 | 1.920000e+02 |  12.88%| unknown
821.07/823.37	c   507s|  3200 |  2905 |  4073k| 954.3 |   318M |  95 | 479 | 945 |1005 |  14k|  1 | 356 |1250 | 1.701201e+02 | 1.920000e+02 |  12.86%| unknown
821.07/823.37	c   518s|  3300 |  3005 |  4157k| 951.6 |   318M |  95 | 479 | 936 |1030 |  15k|  1 | 360 |1256 | 1.701530e+02 | 1.920000e+02 |  12.84%| unknown
821.07/823.37	c   528s|  3400 |  3105 |  4237k| 948.1 |   319M |  95 | 479 | 935 |1077 |  15k|  4 | 364 |1257 | 1.701697e+02 | 1.920000e+02 |  12.83%| unknown
821.07/823.37	c   538s|  3500 |  3205 |  4320k| 945.6 |   320M |  95 | 479 | 931 |1026 |  16k|  1 | 370 |1257 | 1.701843e+02 | 1.920000e+02 |  12.82%| unknown
821.07/823.37	c   547s|  3600 |  3305 |  4404k| 943.3 |   320M |  95 | 479 | 929 |1010 |  17k|  1 | 374 |1258 | 1.702007e+02 | 1.920000e+02 |  12.81%| unknown
821.07/823.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
821.07/823.37	c   558s|  3700 |  3405 |  4488k| 941.1 |   320M |  95 | 479 | 932 | 997 |  17k|  1 | 379 |1265 | 1.702189e+02 | 1.920000e+02 |  12.80%| unknown
821.07/823.37	c   569s|  3800 |  3505 |  4572k| 939.0 |   320M |  95 | 479 | 934 |1078 |  18k|  4 | 387 |1288 | 1.702345e+02 | 1.920000e+02 |  12.79%| unknown
821.07/823.37	c   580s|  3900 |  3605 |  4650k| 935.9 |   320M |  95 | 479 | 934 |1018 |  18k|  1 | 392 |1305 | 1.702540e+02 | 1.920000e+02 |  12.77%| unknown
821.07/823.37	c   592s|  4000 |  3705 |  4741k| 935.2 |   320M |  95 | 479 | 934 |1007 |  19k|  1 | 401 |1312 | 1.702661e+02 | 1.920000e+02 |  12.76%| unknown
821.07/823.37	c   599s|  4100 |  3805 |  4816k| 931.6 |   320M |  95 | 479 | 936 |1051 |  20k|  1 | 406 |1316 | 1.702784e+02 | 1.920000e+02 |  12.76%| unknown
821.07/823.37	c   609s|  4200 |  3905 |  4900k| 929.9 |   320M |  95 | 479 | 933 |1052 |  20k|  1 | 411 |1320 | 1.702878e+02 | 1.920000e+02 |  12.75%| unknown
821.07/823.37	c   620s|  4300 |  4005 |  4991k| 929.6 |   321M |  95 | 479 | 932 |1061 |  21k|  4 | 419 |1325 | 1.703040e+02 | 1.920000e+02 |  12.74%| unknown
821.07/823.37	c   630s|  4400 |  4105 |  5075k| 927.8 |   321M |  95 | 479 | 933 |1004 |  21k|  1 | 422 |1326 | 1.703216e+02 | 1.920000e+02 |  12.73%| unknown
821.07/823.37	c   641s|  4500 |  4205 |  5151k| 924.8 |   322M |  95 | 479 | 937 |1013 |  22k|  1 | 426 |1331 | 1.703441e+02 | 1.920000e+02 |  12.71%| unknown
821.07/823.37	c   651s|  4600 |  4305 |  5234k| 923.3 |   322M |  95 | 479 | 937 |1014 |  23k|  1 | 431 |1333 | 1.703621e+02 | 1.920000e+02 |  12.70%| unknown
821.07/823.37	c   661s|  4700 |  4405 |  5321k| 922.4 |   322M |  95 | 479 | 937 |1060 |  23k|  1 | 433 |1335 | 1.703780e+02 | 1.920000e+02 |  12.69%| unknown
821.07/823.37	c   672s|  4800 |  4505 |  5436k| 926.2 |   322M |  95 | 479 | 939 |1030 |  24k|  1 | 439 |1336 | 1.703889e+02 | 1.920000e+02 |  12.68%| unknown
821.07/823.37	c   681s|  4900 |  4605 |  5514k| 923.8 |   322M |  95 | 479 | 942 |1012 |  25k|  1 | 443 |1337 | 1.704007e+02 | 1.920000e+02 |  12.68%| unknown
821.07/823.37	c   691s|  5000 |  4705 |  5610k| 924.4 |   322M |  95 | 479 | 947 |1048 |  25k|  1 | 450 |1338 | 1.704064e+02 | 1.920000e+02 |  12.67%| unknown
821.07/823.37	c   701s|  5100 |  4805 |  5713k| 926.0 |   322M |  95 | 479 | 949 |1053 |  26k|  1 | 452 |1345 | 1.704174e+02 | 1.920000e+02 |  12.66%| unknown
821.07/823.37	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
821.07/823.37	c   709s|  5200 |  4905 |  5789k| 923.4 |   323M |  95 | 479 | 949 |1015 |  27k|  1 | 452 |1345 | 1.704252e+02 | 1.920000e+02 |  12.66%| unknown
821.07/823.37	c   719s|  5300 |  5005 |  5876k| 922.5 |   323M |  95 | 479 | 954 |1030 |  27k|  1 | 458 |1348 | 1.704347e+02 | 1.920000e+02 |  12.65%| unknown
821.07/823.37	c   728s|  5400 |  5105 |  5950k| 919.8 |   323M |  95 | 479 | 952 | 991 |  28k|  1 | 466 |1368 | 1.704410e+02 | 1.920000e+02 |  12.65%| unknown
821.07/823.37	c   739s|  5500 |  5205 |  6052k| 921.2 |   323M |  95 | 479 | 954 |1063 |  29k|  1 | 471 |1385 | 1.704512e+02 | 1.920000e+02 |  12.64%| unknown
821.07/823.37	c   752s|  5600 |  5305 |  6184k| 927.3 |   323M |  95 | 479 | 950 |1011 |  29k|  1 | 476 |1390 | 1.704586e+02 | 1.920000e+02 |  12.64%| unknown
821.07/823.37	c   763s|  5700 |  5405 |  6281k| 927.9 |   324M |  95 | 479 | 949 |1046 |  30k|  1 | 482 |1395 | 1.704712e+02 | 1.920000e+02 |  12.63%| unknown
821.07/823.37	c   774s|  5800 |  5505 |  6408k| 932.9 |   324M |  95 | 479 | 948 |1048 |  31k|  1 | 490 |1397 | 1.704860e+02 | 1.920000e+02 |  12.62%| unknown
821.07/823.37	c   785s|  5900 |  5605 |  6500k| 932.7 |   324M |  95 | 479 | 949 |1018 |  31k|  1 | 498 |1400 | 1.704972e+02 | 1.920000e+02 |  12.61%| unknown
821.07/823.37	c   795s|  6000 |  5705 |  6608k| 934.8 |   324M |  95 | 479 | 953 |1006 |  32k|  1 | 503 |1400 | 1.705078e+02 | 1.920000e+02 |  12.60%| unknown
821.07/823.37	c   803s|  6100 |  5805 |  6682k| 932.1 |   324M |  95 | 479 | 960 |1033 |  33k|  1 | 511 |1403 | 1.705139e+02 | 1.920000e+02 |  12.60%| unknown
821.07/823.37	c   814s|  6200 |  5905 |  6793k| 934.5 |   324M |  95 | 479 | 959 |1057 |  33k|  1 | 515 |1403 | 1.705266e+02 | 1.920000e+02 |  12.59%| unknown
997.46/1000.17	c   823s|  6300 |  6005 |  6878k| 933.3 |   325M |  95 | 479 | 960 |1078 |  34k|  4 | 516 |1408 | 1.705342e+02 | 1.920000e+02 |  12.59%| unknown
997.46/1000.17	c   832s|  6400 |  6105 |  6956k| 931.3 |   325M |  95 | 479 | 960 |1047 |  34k|  1 | 522 |1418 | 1.705424e+02 | 1.920000e+02 |  12.58%| unknown
997.46/1000.17	c   842s|  6500 |  6205 |  7035k| 929.4 |   325M |  95 | 479 | 959 |1067 |  35k|  5 | 524 |1432 | 1.705555e+02 | 1.920000e+02 |  12.57%| unknown
997.46/1000.17	c   852s|  6600 |  6305 |  7125k| 929.0 |   325M |  95 | 479 | 964 | 994 |  36k|  1 | 532 |1442 | 1.705671e+02 | 1.920000e+02 |  12.57%| unknown
997.46/1000.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.46/1000.17	c   862s|  6700 |  6405 |  7211k| 928.1 |   325M |  95 | 479 | 969 |1090 |  36k|  4 | 539 |1450 | 1.705742e+02 | 1.920000e+02 |  12.56%| unknown
997.46/1000.17	c   871s|  6800 |  6505 |  7288k| 926.1 |   325M |  95 | 479 | 970 |1067 |  37k|  1 | 547 |1452 | 1.705792e+02 | 1.920000e+02 |  12.56%| unknown
997.46/1000.17	c   882s|  6900 |  6605 |  7396k| 928.1 |   325M |  95 | 479 | 975 |1064 |  37k|  1 | 557 |1455 | 1.705849e+02 | 1.920000e+02 |  12.55%| unknown
997.46/1000.17	c   890s|  7000 |  6705 |  7481k| 927.1 |   325M |  95 | 479 | 973 |1059 |  38k|  1 | 561 |1460 | 1.705946e+02 | 1.920000e+02 |  12.55%| unknown
997.46/1000.17	c   899s|  7100 |  6805 |  7557k| 925.0 |   326M |  95 | 479 | 971 |1058 |  39k|  1 | 563 |1463 | 1.705992e+02 | 1.920000e+02 |  12.54%| unknown
997.46/1000.17	c   907s|  7200 |  6905 |  7636k| 923.4 |   326M |  95 | 479 | 977 |1039 |  39k|  1 | 574 |1465 | 1.706094e+02 | 1.920000e+02 |  12.54%| unknown
997.46/1000.17	c   917s|  7300 |  7005 |  7740k| 924.8 |   327M |  95 | 479 | 977 |1033 |  40k|  1 | 576 |1468 | 1.706169e+02 | 1.920000e+02 |  12.53%| unknown
997.46/1000.17	c   926s|  7400 |  7105 |  7826k| 924.0 |   327M |  95 | 479 | 977 |1064 |  41k|  4 | 582 |1470 | 1.706258e+02 | 1.920000e+02 |  12.53%| unknown
997.46/1000.17	c   934s|  7500 |  7205 |  7897k| 921.5 |   327M |  95 | 479 | 978 |1063 |  41k|  4 | 587 |1474 | 1.706300e+02 | 1.920000e+02 |  12.52%| unknown
997.46/1000.17	c   943s|  7600 |  7305 |  7978k| 920.3 |   327M |  95 | 479 | 977 |1054 |  42k|  4 | 588 |1488 | 1.706367e+02 | 1.920000e+02 |  12.52%| unknown
997.46/1000.17	c   952s|  7700 |  7405 |  8054k| 918.5 |   327M |  95 | 479 | 977 |1047 |  42k|  1 | 595 |1502 | 1.706460e+02 | 1.920000e+02 |  12.51%| unknown
997.46/1000.17	c   961s|  7800 |  7505 |  8135k| 917.2 |   327M |  95 | 479 | 974 |1066 |  43k|  1 | 596 |1508 | 1.706511e+02 | 1.920000e+02 |  12.51%| unknown
997.46/1000.17	c   970s|  7900 |  7605 |  8236k| 918.2 |   327M |  95 | 479 | 976 |1053 |  44k|  1 | 601 |1513 | 1.706551e+02 | 1.920000e+02 |  12.51%| unknown
997.46/1000.17	c   980s|  8000 |  7705 |  8329k| 918.3 |   327M |  95 | 479 | 977 |1081 |  44k|  4 | 603 |1519 | 1.706603e+02 | 1.920000e+02 |  12.50%| unknown
997.46/1000.17	c   988s|  8100 |  7805 |  8400k| 916.1 |   327M |  95 | 479 | 975 |1058 |  45k|  1 | 604 |1521 | 1.706708e+02 | 1.920000e+02 |  12.50%| unknown
997.46/1000.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.46/1000.17	c   996s|  8200 |  7905 |  8481k| 914.9 |   327M |  95 | 479 | 965 |1020 |  45k|  1 | 604 |1522 | 1.706782e+02 | 1.920000e+02 |  12.49%| unknown
997.46/1000.17	c 
997.46/1000.17	c SCIP Status        : solving was interrupted [time limit reached]
997.46/1000.17	c Solving Time (sec) : 1000.00
997.46/1000.17	c Solving Nodes      : 8237 (total of 9286 nodes in 2 runs)
997.46/1000.17	c Primal Bound       : +1.92000000000000e+02 (1036 solutions)
997.46/1000.17	c Dual Bound         : +1.70681953612988e+02
997.46/1000.17	c Gap                : 12.49 %
997.46/1000.17	c All original constraints are satisfied.
997.46/1000.17	c SCIP's best solution is verified feasible for the original problem.
997.46/1000.17	c ----------------------------------------------------------------------
997.46/1000.17	c dual bound: 170.68195361298814 -> 171
997.46/1000.17	c primal bound: 192.0 -> 192
997.46/1000.17	c scip-goal-lb: 171
997.46/1000.17	c scip-goal-ub: 192
997.46/1000.17	c writing output to: HOME/tmpasakzu4h.opb
997.46/1000.17	c appending fixed variable constraints
997.46/1000.17	c scip-fixed vars: 0.00% (0/479)
997.46/1000.17	c ----------------------------------------------------------------------
997.46/1000.17	c executing external solver: HOME/naps-1.03a6
997.46/1000.17	c ----------------------------------------------------------------------
997.46/1000.17	c command: HOME/naps-1.03a6 -goal-lb=171 -goal-ub=191 HOME/tmpasakzu4h.opb
997.46/1000.17	c NaPS 1.03a6.
997.46/1000.17	c Input file name: HOME/tmpasakzu4h.opb
997.53/1000.30	c single stage optimization mode
3600.07/3609.90	c
3600.07/3609.90	c *** TERMINATED *** by signal 15
3600.07/3609.90	c _____________________________________________________________________________
3600.07/3609.90	c std/band forms        : 479,0
3600.07/3609.90	c 2cl/3cl ITE-codings   : 12653,0
3600.07/3609.90	c BDD/srt/adr Max costs : 270,24423,0
3600.07/3609.90	c BDDraw/bin/mul/srt/adr: 349,0,128,2,0
3600.07/3609.90	c BDD nodes             : 21523
3600.07/3609.90	c Es1/CC detections     : 0,0
3600.07/3609.90	c CC sort               : 1
3600.07/3609.90	c SAT/UNSAT calls       : 0,0
3600.07/3609.90	c regenrated variables  : 0
3600.07/3609.90	c eliminated fixed lits : 0
3600.07/3609.90	c goal lit flips        : 0
3600.07/3609.90	c goal stages           : 1
3600.07/3609.90	c goal shrink           : 0
3600.07/3609.90	c goal coeff separations: 0
3600.07/3609.90	c restarts              : 0
3600.07/3609.90	c conflicts             : 0              (0 /sec)
3600.07/3609.90	c decisions             : 0              (0 /sec)
3600.07/3609.90	c propagations          : 0              (0 /sec)
3600.07/3609.90	c inspects              : 0              (0 /sec)
3600.07/3609.90	c CPU time (solving tm) : 2602 s        (2602 s, SAT 0 s, UNSAT 0 s)
3600.07/3609.90	c Time for Opt-base     : 0.01577 s
3600.07/3609.90	c Steps for Opt-base    : 44243
3600.07/3609.90	c Time for BDD coding   : 0.0693 s
3600.07/3609.90	c Time for srt coding   : 0.00265 s
3600.07/3609.90	c _____________________________________________________________________________
3600.07/3609.90	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 -x371 x372 -x373 -x374 -x375
3600.07/3609.90	v 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
3600.07/3609.90	o 192
3600.07/3609.90	s SATISFIABLE
3600.07/3609.99	c received SIGTERM, forwarding to pbsolver...
3600.07/3609.99	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

OK	192

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: 63665 MiB (62866 MiB free)
  memory of node 1: 64507 MiB (61661 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489151-1751331499/watcher-4489151-1751331499 -o /tmp/evaluation-result-4489151-1751331499/solver-4489151-1751331499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751324274-42411 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4489151-1751331499.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Current StackSize limit: 8192 KiB

solver pid=43501, runsolver pid=43484

[startup+0.100065 s]*
/proc/loadavg: 4.11 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127484768/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1185788 memory=29996 CPUtime=0.06 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 3353 0 0 0 5 1 0 0 20 0 1 0 48829538 1214246912 7499 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 296447 7499 4779 1 0 268515 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1189980 KiB
Current children cumulated memory: 33068 KiB

[startup+0.205813 s]*
/proc/loadavg: 4.11 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127434876/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1205528 memory=58284 CPUtime=0.16 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 7377 0 0 0 14 2 0 0 20 0 1 0 48829538 1234460672 14571 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 301382 14571 8075 1 0 272740 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1209720 KiB
Current children cumulated memory: 61356 KiB

[startup+0.305935 s]*
/proc/loadavg: 4.11 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127434624/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1206136 memory=58668 CPUtime=0.26 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 7492 0 0 0 24 2 0 0 20 0 1 0 48829538 1235083264 14667 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 301534 14667 8075 1 0 272892 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1210328 KiB
Current children cumulated memory: 61740 KiB

[startup+0.700216 s]
/proc/loadavg: 4.11 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127402672/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1251412 memory=103980 CPUtime=0.64 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 18787 0 0 0 60 4 0 0 20 0 1 0 48829538 1281445888 25995 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 312853 25995 8107 1 0 284211 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1255604 KiB
Current children cumulated memory: 107052 KiB

[startup+1.50022 s]
/proc/loadavg: 4.11 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127305904/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1324668 memory=174764 CPUtime=1.44 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 36493 0 0 0 137 7 0 0 20 0 1 0 48829538 1356460032 43691 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 331167 43691 8107 1 0 302525 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1328860 KiB
Current children cumulated memory: 177836 KiB

[startup+3.10559 s]
/proc/loadavg: 4.10 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127040136/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1343168 memory=192556 CPUtime=3.04 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 40919 0 0 0 296 8 0 0 20 0 1 0 48829538 1375404032 48139 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 335792 48139 8107 1 0 307150 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1347360 KiB
Current children cumulated memory: 195628 KiB

[startup+6.30022 s]
/proc/loadavg: 4.10 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127040504/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1343168 memory=192556 CPUtime=6.23 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 40919 0 0 0 615 8 0 0 20 0 1 0 48829538 1375404032 48139 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 335792 48139 8107 1 0 307150 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1347360 KiB
Current children cumulated memory: 195628 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.11 4.09 5/270 43508
/proc/meminfo: memFree=127040028/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1343168 memory=192556 CPUtime=12.61 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 40919 0 0 0 1253 8 0 0 20 0 1 0 48829538 1375404032 48139 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 335792 48139 8107 1 0 307150 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1347360 KiB
Current children cumulated memory: 195628 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.09 5/270 43508
/proc/meminfo: memFree=126907644/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1409232 memory=257580 CPUtime=25.38 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 57199 0 0 0 2527 11 0 0 20 0 1 0 48829538 1443053568 64395 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 352308 64395 8107 1 0 323666 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1413424 KiB
Current children cumulated memory: 260652 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 4.11 4.09 5/270 43508
/proc/meminfo: memFree=126890848/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1409232 memory=257580 CPUtime=50.91 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 57202 0 0 0 5080 11 0 0 20 0 1 0 48829538 1443053568 64395 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 352308 64395 8107 1 0 323666 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 1413424 KiB
Current children cumulated memory: 260652 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/270 43511
/proc/meminfo: memFree=126856616/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1409232 memory=257708 CPUtime=101.97 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 57207 0 0 0 10186 11 0 0 20 0 1 0 48829538 1443053568 64427 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 352308 64427 8107 1 0 323666 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 1413424 KiB
Current children cumulated memory: 260780 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/271 43577
/proc/meminfo: memFree=127128416/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1421972 memory=271916 CPUtime=161.8 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 60781 0 0 0 16168 12 0 0 20 0 1 0 48829538 1456099328 67979 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 355493 67979 8107 1 0 326851 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 1426164 KiB
Current children cumulated memory: 274988 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/271 43579
/proc/meminfo: memFree=127032732/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1481156 memory=331052 CPUtime=221.62 cores=5,7
/proc/43508/stat : 43508 (python3) R 43501 43501 42398 0 -1 4194304 75564 0 0 0 22147 15 0 0 20 0 1 0 48829538 1516703744 82763 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 370289 82763 8107 1 0 341647 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 1485348 KiB
Current children cumulated memory: 334124 KiB

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

[pid=43626] ppid=43508 vsize=138564 memory=136360 CPUtime=2216.01 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 58210 0 0 0 221569 32 0 0 20 0 1 0 48929553 141889536 34090 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 34641 34090 640 696 0 33802 0
Current children cumulated CPU time: 3213.54 s
Current children cumulated vsize: 1666488 KiB
Current children cumulated memory: 517552 KiB

[startup+3282.3 s]
/proc/loadavg: 4.38 4.29 4.17 5/272 43738
/proc/meminfo: memFree=126380812/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=144080 memory=141940 CPUtime=2275.82 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 58573 0 0 0 227550 32 0 0 20 0 1 0 48929553 147537920 35485 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 36020 35485 640 696 0 35181 0
Current children cumulated CPU time: 3273.35 s
Current children cumulated vsize: 1672004 KiB
Current children cumulated memory: 523132 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.26 4.17 5/271 43740
/proc/meminfo: memFree=126380184/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=144080 memory=141940 CPUtime=2335.65 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 58573 0 0 0 233533 32 0 0 20 0 1 0 48929553 147537920 35485 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 36020 35485 640 696 0 35181 0
Current children cumulated CPU time: 3333.18 s
Current children cumulated vsize: 1672004 KiB
Current children cumulated memory: 523132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.23 4.17 5/271 43742
/proc/meminfo: memFree=126370460/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=149732 memory=147572 CPUtime=2395.47 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 59479 0 0 0 239515 32 0 0 20 0 1 0 48929553 153325568 36893 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 37433 36893 640 696 0 36594 0
Current children cumulated CPU time: 3393 s
Current children cumulated vsize: 1677656 KiB
Current children cumulated memory: 528764 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.22 4.17 5/271 43744
/proc/meminfo: memFree=126352956/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=149732 memory=147640 CPUtime=2455.31 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 60489 0 0 0 245497 34 0 0 20 0 1 0 48929553 153325568 36910 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 37433 36910 640 696 0 36594 0
Current children cumulated CPU time: 3452.84 s
Current children cumulated vsize: 1677656 KiB
Current children cumulated memory: 528832 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.19 4.16 5/272 43747
/proc/meminfo: memFree=126227896/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=213864 memory=211772 CPUtime=2515.17 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 62562 0 0 0 251477 40 0 0 20 0 1 0 48929553 218996736 52943 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 53466 52943 640 696 0 52627 0
Current children cumulated CPU time: 3512.7 s
Current children cumulated vsize: 1741788 KiB
Current children cumulated memory: 592964 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.17 4.16 5/272 43750
/proc/meminfo: memFree=126238816/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=199464 memory=197272 CPUtime=2575.02 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 64643 0 0 0 257459 43 0 0 20 0 1 0 48929553 204251136 49318 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 49866 49318 640 696 0 49027 0
Current children cumulated CPU time: 3572.55 s
Current children cumulated vsize: 1727388 KiB
Current children cumulated memory: 578464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.9 s]
/proc/loadavg: 4.12 4.17 4.16 5/273 43754
/proc/meminfo: memFree=126240200/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=188112 memory=185920 CPUtime=2602.54 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 65551 0 0 0 260211 43 0 0 20 0 1 0 48929553 192626688 46480 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 47028 46480 640 696 0 46189 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1716036 KiB
Current children cumulated memory: 567112 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000725 s, system=0.006703 s

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

# cumulated CPU time of all completed processes:  user=3599.58 s, system=0.632798 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+3609.9 s]
/proc/loadavg: 4.12 4.17 4.16 5/273 43754
/proc/meminfo: memFree=126240200/131249996 swapFree=33010416/33010684
[pid=43501] ppid=43484 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/43501/stat : 43501 (scip-naps-1.00.) S 43484 43501 42398 0 -1 4194304 258 327 0 0 0 0 0 0 20 0 1 0 48829535 4292608 768 18446744073709551615 94824214560768 94824215455301 140729140664496 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94824215694352 94824215742096 94824232665088 140729140672929 140729140673026 140729140673026 140729140678628 0
/proc/43501/statm: 1048 768 704 219 0 110 0
[pid=43508] ppid=43501 vsize=1523732 memory=378120 CPUtime=997.53 cores=5,7
/proc/43508/stat : 43508 (python3) S 43501 43501 42398 0 -1 4194304 88271 0 0 0 99736 17 0 0 20 0 1 0 48829538 1560301568 94530 18446744073709551615 93841657933824 93841657934201 140733128041088 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93841657945496 93841657946116 93841689706496 140733128046951 140733128047138 140733128047138 140733128052711 0
/proc/43508/statm: 380933 94530 8139 1 0 352291 0
[pid=43626] ppid=43508 vsize=188112 memory=185920 CPUtime=2602.54 cores=5,7
/proc/43626/stat : 43626 (naps-1.03a6) R 43508 43626 43626 0 -1 4194304 65551 0 0 0 260211 43 0 0 20 0 1 0 48929553 192626688 46480 18446744073709551615 4198400 7047149 140727784906144 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 24309760 140727784909175 140727784909299 140727784909299 140727784914889 0
/proc/43626/statm: 47028 46480 640 696 0 46189 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1716036 KiB
Current children cumulated memory: 567112 KiB

Child status: 0

Real time (s): 3610.01
CPU time (s): 3600.21
CPU user time (s): 3599.58
CPU system time (s): 0.632798
CPU usage (%): 99.7285
Max. virtual memory (cumulated for all children) (KiB): 1794084
Max. memory (cumulated for all children) (KiB): 645160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.58
system time used= 0.632798
maximum resident set size= 378120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 443
involuntary context switches= 1769


# summary of solver processes directly reported to runsolver:
#   pid: 43501,43508
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3599.58
#   total CPU system time (s): 0.632798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.15254 second user time and 16.7721 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-01 02:58:19
IDJOB=4489151
IDBENCH=147541
IDSOLVER=3368
FILE ID=nodeC030/4489151-1751331499
RUNJOBID= nodeC030-1751324274-42411
SLURM_JOB_ID= 9594345
Free space on /tmp= 433032 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489151-1751331499/watcher-4489151-1751331499 -o /tmp/evaluation-result-4489151-1751331499/solver-4489151-1751331499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751324274-42411 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4489151-1751331499.opb

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

MD5SUM BENCH= 1da12ebdd4ab5e725928f3bf845b8b1e
RANDOM SEED=444135135

nodeC030 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	: 0xb00002a
cpu MHz		: 3600.495
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.319
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3602.273
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3592.300
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.439
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3599.637
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.326
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
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	: 0xb00002a
cpu MHz		: 3600.324
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127527120 kB
MemAvailable:   129019396 kB
Buffers:            2564 kB
Cached:          2286472 kB
SwapCached:           16 kB
Active:          1180284 kB
Inactive:        1935760 kB
Active(anon):     840396 kB
Inactive(anon):     4660 kB
Active(file):     339888 kB
Inactive(file):  1931100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             16692 kB
Writeback:             0 kB
AnonPages:        829444 kB
Mapped:           128020 kB
Shmem:             18048 kB
KReclaimable:     120656 kB
Slab:             207800 kB
SReclaimable:     120656 kB
SUnreclaim:        87144 kB
KernelStack:        4256 kB
PageTables:         4696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2187540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    731136 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433016 MiB
End job on nodeC030 at 2025-07-01 03:58:30