Trace number 4486529

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)25972 3600.24 3611.43

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUM9e6692c80f11b0068f23fe5849cf8b25
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 benchmark23916
Best CPU time to get the best result obtained on this benchmark3585.75
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

121.79/123.54	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4486529-1751324274.opb
121.79/123.54	c Solving mode: optimization
121.79/123.54	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
121.79/123.54	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
121.79/123.54	c original problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
121.79/123.54	c presolving:
121.79/123.54	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs
121.79/123.54	c (round 2, medium)     0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 3360 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs
121.79/123.54	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 3360 chg sides, 5040 chg coeffs, 4476 upgd conss, 0 impls, 840 clqs
121.79/123.54	c    (0.1s) probing: 51/540 (9.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
121.79/123.54	c    (0.1s) probing aborted: 50/50 successive totally useless probings
121.79/123.54	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
121.79/123.54	c    (0.1s) no symmetry present (symcode time: 0.00)
121.79/123.54	c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
121.79/123.54	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 3360 changed sides, 5040 changed coefficients
121.79/123.54	c  0 implications, 840 cliques
121.79/123.54	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 4476 constraints
121.79/123.54	c    1734 constraints of type <knapsack>
121.79/123.54	c     840 constraints of type <setppc>
121.79/123.54	c    1902 constraints of type <logicor>
121.79/123.54	c transformed objective value is always integral (scale: 1)
121.79/123.54	c Presolving Time: 0.08
121.79/123.54	c 
121.79/123.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.79/123.54	c   0.2s|     1 |     0 |   908 |     - |    24M |   0 | 540 |4554 |4476 |   0 |  0 |  77 |   0 | 1.742200e+04 |      --      |    Inf | unknown
121.79/123.54	c * 1.2s|     1 |     0 |  8595 |     - |    LP  |   0 | 540 |4557 |4476 |   0 |  0 |  80 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   1.2s|     1 |     0 |  9006 |     - |    30M |   0 | 540 |4757 |4483 |   7 |  1 |  80 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   1.3s|     1 |     0 |  9191 |     - |    36M |   0 | 540 |4759 |4491 |  15 |  2 |  82 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   1.4s|     1 |     0 |  9493 |     - |    42M |   0 | 540 |4761 |4500 |  24 |  3 |  84 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   1.5s|     1 |     0 |  9704 |     - |    47M |   0 | 540 |4762 |4506 |  30 |  4 |  85 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   1.7s|     1 |     0 | 10036 |     - |    51M |   0 | 540 |4763 |4515 |  39 |  5 |  86 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   1.8s|     1 |     0 | 10302 |     - |    58M |   0 | 540 |4764 |4523 |  47 |  6 |  87 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   1.9s|     1 |     0 | 10634 |     - |    64M |   0 | 540 |4772 |4532 |  56 |  7 |  95 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   2.0s|     1 |     0 | 10873 |     - |    69M |   0 | 540 |4774 |4542 |  66 |  8 |  97 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   2.1s|     1 |     0 | 10944 |     - |    77M |   0 | 540 |4780 |4549 |  73 |  9 | 103 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   2.1s|     1 |     0 | 11012 |     - |    83M |   0 | 540 |4790 |4554 |  78 | 10 | 113 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   2.2s|     1 |     0 | 11109 |     - |    83M |   0 | 540 |4792 |4562 |  86 | 11 | 115 |   0 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c   4.1s|     1 |     2 | 17014 |     - |    83M |   0 | 540 |4810 |4562 |  86 | 11 | 133 |  11 | 1.742200e+04 | 2.935000e+04 |  68.47%| unknown
121.79/123.54	c *11.3s|    14 |    13 | 21301 | 784.0 |strongbr|  13 | 540 |4834 |4548 | 107 |  1 | 157 | 282 | 1.742200e+04 | 2.847500e+04 |  63.44%| unknown
121.79/123.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.79/123.54	c  21.2s|   100 |    86 | 49799 | 390.8 |   137M |  15 | 540 |4958 |4541 | 280 |  1 | 281 | 430 | 1.742200e+04 | 2.847500e+04 |  63.44%| unknown
121.79/123.54	c  28.0s|   200 |   170 | 85165 | 372.1 |   148M |  21 | 540 |5095 |4538 | 521 |  1 | 420 | 492 | 1.742200e+04 | 2.847500e+04 |  63.44%| unknown
121.79/123.54	c  40.0s|   300 |   270 |161022 | 501.4 |   152M |  21 | 540 |5289 |4538 | 752 |  1 | 687 | 546 | 1.742200e+04 | 2.847500e+04 |  63.44%| unknown
121.79/123.54	c  49.8s|   400 |   370 |224270 | 534.2 |   154M |  24 | 540 |5305 |4564 | 938 |  1 | 992 | 613 | 1.742200e+04 | 2.847500e+04 |  63.44%| unknown
121.79/123.54	c d59.1s|   499 |   460 |282673 | 545.3 |linesear|  24 | 540 |5302 |4570 |   0 |  1 |1254 | 666 | 1.742200e+04 | 2.760600e+04 |  58.45%| unknown
121.79/123.54	c  59.1s|   500 |   461 |282717 | 544.3 |   156M |  24 | 540 |5295 |4564 |1228 |  1 |1254 | 666 | 1.742200e+04 | 2.760600e+04 |  58.45%| unknown
121.79/123.54	c  66.8s|   600 |   561 |340415 | 549.8 |   158M |  24 | 540 |5469 |4541 |1540 |  1 |1620 | 675 | 1.742200e+04 | 2.760600e+04 |  58.45%| unknown
121.79/123.54	c d67.8s|   613 |   572 |348760 | 551.7 |linesear|  24 | 540 |5472 |4562 |   0 |  1 |1653 | 676 | 1.742200e+04 | 2.737100e+04 |  57.11%| unknown
121.79/123.54	c  73.7s|   700 |   655 |391898 | 544.8 |   159M |  24 | 540 |5534 |4551 |1826 |  1 |1929 | 678 | 1.742200e+04 | 2.737100e+04 |  57.11%| unknown
121.79/123.54	c  82.2s|   800 |   753 |447961 | 546.7 |   162M |  24 | 540 |5567 |4588 |2280 |  7 |2203 | 695 | 1.742200e+04 | 2.737100e+04 |  57.11%| unknown
121.79/123.54	c  91.5s|   900 |   849 |496016 | 539.4 |   164M |  26 | 540 |5609 |4552 |2752 |  1 |2505 | 732 | 1.742200e+04 | 2.737100e+04 |  57.11%| unknown
121.79/123.54	c  99.6s|  1000 |   941 |538692 | 528.1 |   165M |  26 | 540 |5638 |4550 |2997 |  1 |2857 | 777 | 1.742200e+04 | 2.737100e+04 |  57.11%| unknown
121.79/123.54	c   107s|  1100 |  1027 |582249 | 519.7 |   166M |  26 | 540 |5663 |4538 |3175 |  1 |3156 | 803 | 1.742200e+04 | 2.737100e+04 |  57.11%|   1.54%
121.79/123.54	c   113s|  1200 |  1113 |622885 | 510.2 |   167M |  28 | 540 |5697 |4564 |3318 |  1 |3453 | 843 | 1.742200e+04 | 2.737100e+04 |  57.11%|   1.68%
121.79/123.54	c * 114s|  1215 |  1088 |630099 | 509.9 |    LP  |  28 | 540 |5692 |4548 |3352 |  1 |3487 | 852 | 1.742200e+04 | 2.632700e+04 |  51.11%|   1.77%
121.79/123.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
121.79/123.54	c   121s|  1300 |  1163 |673633 | 510.0 |   167M |  29 | 540 |5560 |4574 |3488 |  1 |3619 | 887 | 1.742200e+04 | 2.632700e+04 |  51.11%|   1.84%
121.79/123.54	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
121.79/123.54	c (run 1, node 1319) performing user restart
121.79/123.54	c 
121.79/123.54	c (restart) converted 59 cuts from the global cut pool into linear constraints
121.79/123.54	c 
121.79/123.54	c presolving:
121.79/123.54	c (round 1, fast)       0 del vars, 30 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 1 chg coeffs, 0 upgd conss, 0 impls, 892 clqs
121.79/123.54	c (round 2, medium)     0 del vars, 30 del conss, 4 add conss, 0 chg bounds, 17 chg sides, 26 chg coeffs, 0 upgd conss, 0 impls, 895 clqs
121.79/123.54	c (round 3, exhaustive) 0 del vars, 37 del conss, 4 add conss, 0 chg bounds, 17 chg sides, 34 chg coeffs, 0 upgd conss, 0 impls, 895 clqs
121.79/123.54	c (round 4, exhaustive) 0 del vars, 37 del conss, 4 add conss, 0 chg bounds, 17 chg sides, 39 chg coeffs, 252 upgd conss, 0 impls, 895 clqs
121.79/123.54	c (round 5, exhaustive) 0 del vars, 340 del conss, 4 add conss, 0 chg bounds, 17 chg sides, 44 chg coeffs, 252 upgd conss, 0 impls, 895 clqs
121.79/123.54	c (round 6, exhaustive) 0 del vars, 373 del conss, 4 add conss, 0 chg bounds, 17 chg sides, 153 chg coeffs, 252 upgd conss, 0 impls, 898 clqs
121.79/123.54	c (round 7, exhaustive) 0 del vars, 374 del conss, 4 add conss, 0 chg bounds, 17 chg sides, 1459 chg coeffs, 252 upgd conss, 0 impls, 898 clqs
121.79/123.54	c presolving (8 rounds: 8 fast, 7 medium, 6 exhaustive):
121.79/123.54	c  0 deleted vars, 374 deleted constraints, 4 added constraints, 0 tightened bounds, 0 added holes, 17 changed sides, 1459 changed coefficients
121.79/123.54	c  0 implications, 898 cliques
387.81/390.38	c presolved problem has 540 variables (540 bin, 0 int, 0 impl, 0 cont) and 5274 constraints
387.81/390.38	c    1766 constraints of type <knapsack>
387.81/390.38	c     586 constraints of type <setppc>
387.81/390.38	c      11 constraints of type <linear>
387.81/390.38	c    2911 constraints of type <logicor>
387.81/390.38	c transformed objective value is always integral (scale: 1)
387.81/390.38	c Presolving Time: 0.19
387.81/390.38	c transformed 5/5 original solutions to the transformed problem space
387.81/390.38	c 
387.81/390.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
387.81/390.38	c   122s|     1 |     0 |682068 |     - |   162M |   0 | 540 |5274 |4229 |   0 |  0 |3685 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   122s|     1 |     0 |682395 |     - |   163M |   0 | 540 |5274 |4237 |   8 |  1 |3685 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   122s|     1 |     0 |682534 |     - |   163M |   0 | 540 |5277 |4244 |  15 |  2 |3688 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   122s|     1 |     0 |682617 |     - |   166M |   0 | 540 |5285 |4251 |  22 |  3 |3696 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |682700 |     - |   168M |   0 | 540 |5286 |4256 |  27 |  4 |3697 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |682769 |     - |   170M |   0 | 540 |5287 |4259 |  30 |  5 |3698 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |682819 |     - |   172M |   0 | 540 |5291 |4262 |  33 |  6 |3702 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |682890 |     - |   173M |   0 | 540 |5297 |4263 |  34 |  7 |3708 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |682954 |     - |   178M |   0 | 540 |5299 |4265 |  36 |  8 |3710 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |683006 |     - |   179M |   0 | 540 |5297 |4268 |  39 |  9 |3712 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |683080 |     - |   183M |   0 | 540 |5297 |4272 |  43 | 10 |3715 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   123s|     1 |     0 |683130 |     - |   183M |   0 | 540 |5295 |4276 |  47 | 11 |3719 | 894 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   126s|     1 |     2 |689803 |     - |   183M |   0 | 540 |5258 |4276 |  47 | 11 |3722 | 915 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   144s|   100 |   101 |749572 | 519.2 |   188M |  28 | 540 |4984 |4248 |  94 |  1 |3909 |1133 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   154s|   200 |   201 |812387 | 526.4 |   194M |  35 | 540 |5036 |4248 | 183 |  1 |4152 |1193 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
387.81/390.38	c   164s|   300 |   301 |872072 | 530.7 |   200M |  36 | 540 |5031 |4254 | 363 |  1 |4332 |1253 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   174s|   400 |   401 |933431 | 535.5 |   202M |  36 | 540 |4969 |4265 | 629 |  1 |4500 |1306 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   182s|   500 |   501 |990172 | 537.3 |   203M |  38 | 540 |5006 |4247 | 755 |  1 |4688 |1354 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   191s|   600 |   601 |  1049k| 540.3 |   203M |  38 | 540 |5021 |4248 | 837 |  1 |4880 |1402 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   200s|   700 |   701 |  1108k| 542.5 |   204M |  38 | 540 |5003 |4270 |1133 |  1 |5027 |1465 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   208s|   800 |   801 |  1164k| 543.4 |   204M |  39 | 540 |4995 |4262 |1272 |  1 |5214 |1529 | 1.742200e+04 | 2.632700e+04 |  51.11%| unknown
387.81/390.38	c   217s|   900 |   901 |  1223k| 545.6 |   206M |  41 | 540 |4952 |4271 |1612 |  1 |5314 |1579 | 1.744835e+04 | 2.632700e+04 |  50.89%| unknown
387.81/390.38	c   225s|  1000 |  1001 |  1277k| 545.1 |   206M |  41 | 540 |4988 |4262 |1861 |  2 |5474 |1637 | 1.744835e+04 | 2.632700e+04 |  50.89%| unknown
387.81/390.38	c   231s|  1100 |  1099 |  1322k| 541.5 |   206M |  41 | 540 |5056 |4257 |2025 |  1 |5655 |1661 | 1.744835e+04 | 2.632700e+04 |  50.89%| unknown
387.81/390.38	c   236s|  1200 |  1197 |  1365k| 536.9 |   206M |  41 | 540 |5108 |4247 |2099 |  1 |5841 |1677 | 1.744835e+04 | 2.632700e+04 |  50.89%| unknown
387.81/390.38	c   242s|  1300 |  1297 |  1414k| 535.3 |   207M |  41 | 540 |5199 |4267 |2341 |  1 |6070 |1694 | 1.744835e+04 | 2.632700e+04 |  50.89%| unknown
387.81/390.38	c   248s|  1400 |  1397 |  1462k| 533.1 |   208M |  41 | 540 |5197 |4253 |2498 |  1 |6235 |1703 | 1.744835e+04 | 2.632700e+04 |  50.89%| unknown
387.81/390.38	c   253s|  1500 |  1495 |  1509k| 530.9 |   208M |  41 | 540 |5215 |4252 |2775 |  1 |6415 |1705 | 1.744835e+04 | 2.632700e+04 |  50.89%| unknown
387.81/390.38	c   260s|  1600 |  1591 |  1572k| 534.4 |   209M |  41 | 540 |5168 |4250 |2984 |  1 |6538 |1707 | 1.745859e+04 | 2.632700e+04 |  50.80%| unknown
387.81/390.38	c   266s|  1700 |  1687 |  1622k| 533.1 |   210M |  41 | 540 |5173 |4265 |3191 |  1 |6734 |1711 | 1.747281e+04 | 2.632700e+04 |  50.67%| unknown
387.81/390.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
387.81/390.38	c   272s|  1800 |  1785 |  1668k| 530.9 |   210M |  42 | 540 |5204 |4269 |3480 |  1 |6970 |1737 | 1.747281e+04 | 2.632700e+04 |  50.67%| unknown
387.81/390.38	c   280s|  1900 |  1885 |  1721k| 530.9 |   211M |  42 | 540 |5194 |4249 |3752 |  1 |7135 |1789 | 1.747281e+04 | 2.632700e+04 |  50.67%| unknown
387.81/390.38	c   286s|  2000 |  1981 |  1761k| 526.9 |   212M |  42 | 540 |5160 |4280 |3904 |  1 |7258 |1810 | 1.747281e+04 | 2.632700e+04 |  50.67%| unknown
387.81/390.38	c   293s|  2100 |  2077 |  1807k| 524.9 |   212M |  42 | 540 |5151 |4273 |4089 |  1 |7450 |1859 | 1.747281e+04 | 2.632700e+04 |  50.67%| unknown
387.81/390.38	c   302s|  2200 |  2177 |  1875k| 529.2 |   216M |  42 | 540 |5109 |4254 |4611 |  1 |7573 |1893 | 1.747369e+04 | 2.632700e+04 |  50.67%| unknown
387.81/390.38	c   308s|  2300 |  2271 |  1922k| 527.8 |   216M |  42 | 540 |5113 |4265 |4785 |  1 |7738 |1925 | 1.747369e+04 | 2.632700e+04 |  50.67%| unknown
387.81/390.38	c   315s|  2400 |  2371 |  1974k| 527.5 |   217M |  42 | 540 |5136 |4243 |5015 |  1 |7884 |1947 | 1.747400e+04 | 2.632700e+04 |  50.66%| unknown
387.81/390.38	c   321s|  2500 |  2469 |  2022k| 526.2 |   218M |  42 | 540 |5184 |4245 |5234 |  1 |8066 |1956 | 1.747400e+04 | 2.632700e+04 |  50.66%| unknown
387.81/390.38	c   326s|  2600 |  2569 |  2067k| 524.4 |   220M |  42 | 540 |5223 |4255 |5451 |  1 |8224 |1964 | 1.747400e+04 | 2.632700e+04 |  50.66%| unknown
387.81/390.38	c   332s|  2700 |  2667 |  2115k| 523.2 |   220M |  42 | 540 |5242 |4265 |5736 |  1 |8428 |1980 | 1.747400e+04 | 2.632700e+04 |  50.66%| unknown
387.81/390.38	c   338s|  2800 |  2763 |  2161k| 521.6 |   221M |  42 | 540 |5329 |4267 |6056 |  1 |8670 |1990 | 1.747486e+04 | 2.632700e+04 |  50.66%| unknown
387.81/390.38	c   343s|  2900 |  2859 |  2204k| 519.4 |   221M |  42 | 540 |5357 |4250 |6298 |  1 |8889 |1995 | 1.747486e+04 | 2.632700e+04 |  50.66%| unknown
387.81/390.38	c   348s|  3000 |  2955 |  2249k| 517.9 |   222M |  42 | 540 |5314 |4256 |6520 |  2 |9010 |1999 | 1.748334e+04 | 2.632700e+04 |  50.58%| unknown
387.81/390.38	c   353s|  3100 |  3053 |  2296k| 516.7 |   222M |  42 | 540 |5357 |4241 |6730 |  1 |9227 |1999 | 1.748334e+04 | 2.632700e+04 |  50.58%| unknown
387.81/390.38	c   359s|  3200 |  3153 |  2343k| 515.7 |   223M |  42 | 540 |5387 |4277 |6932 |  1 |9417 |1999 | 1.748334e+04 | 2.632700e+04 |  50.58%| unknown
387.81/390.38	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
387.81/390.38	c   364s|  3300 |  3249 |  2385k| 513.6 |   223M |  42 | 540 |5338 |4260 |7111 |  1 |9535 |2017 | 1.748334e+04 | 2.632700e+04 |  50.58%| unknown
387.81/390.38	c   370s|  3400 |  3345 |  2429k| 512.1 |   223M |  42 | 540 |5308 |4271 |7270 |  6 |9715 |2046 | 1.748334e+04 | 2.632700e+04 |  50.58%| unknown
387.81/390.38	c   375s|  3500 |  3441 |  2466k| 509.1 |   223M |  42 | 540 |5371 |4243 |7383 |  1 |9935 |2078 | 1.748334e+04 | 2.632700e+04 |  50.58%| unknown
387.81/390.38	c   383s|  3600 |  3535 |  2515k| 508.7 |   223M |  42 | 540 |5353 |4258 |7612 |  1 |  10k|2134 | 1.748334e+04 | 2.632700e+04 |  50.58%| unknown
644.29/647.59	c   389s|  3700 |  3631 |  2565k| 508.6 |   224M |  42 | 540 |5330 |4248 |7937 |  1 |  10k|2145 | 1.750551e+04 | 2.632700e+04 |  50.39%| unknown
644.29/647.59	c   396s|  3800 |  3731 |  2624k| 510.2 |   225M |  42 | 540 |5243 |4273 |8200 |  1 |  10k|2160 | 1.753279e+04 | 2.632700e+04 |  50.16%| unknown
644.29/647.59	c   402s|  3900 |  3823 |  2671k| 509.4 |   225M |  42 | 540 |5270 |4270 |8426 |  1 |  10k|2199 | 1.755630e+04 | 2.632700e+04 |  49.96%| unknown
644.29/647.59	c   407s|  4000 |  3919 |  2713k| 507.6 |   226M |  42 | 540 |5329 |4259 |8692 |  1 |  10k|2206 | 1.755630e+04 | 2.632700e+04 |  49.96%| unknown
644.29/647.59	c   411s|  4100 |  4013 |  2755k| 506.1 |   226M |  42 | 540 |5311 |4253 |8787 |  1 |  10k|2218 | 1.755630e+04 | 2.632700e+04 |  49.96%| unknown
644.29/647.59	c   417s|  4200 |  4107 |  2796k| 504.5 |   228M |  44 | 540 |5375 |4265 |9049 |  6 |  11k|2229 | 1.755630e+04 | 2.632700e+04 |  49.96%| unknown
644.29/647.59	c   422s|  4300 |  4203 |  2843k| 503.8 |   229M |  44 | 540 |5370 |4253 |9236 |  1 |  11k|2232 | 1.756968e+04 | 2.632700e+04 |  49.84%| unknown
644.29/647.59	c   428s|  4400 |  4299 |  2891k| 503.3 |   230M |  44 | 540 |5388 |4255 |9489 |  1 |  11k|2241 | 1.759785e+04 | 2.632700e+04 |  49.60%| unknown
644.29/647.59	c   433s|  4500 |  4395 |  2930k| 501.5 |   231M |  44 | 540 |5365 |4250 |9690 |  1 |  11k|2246 | 1.759785e+04 | 2.632700e+04 |  49.60%| unknown
644.29/647.59	c   437s|  4600 |  4491 |  2968k| 499.4 |   232M |  44 | 540 |5355 |4244 |9883 |  1 |  11k|2251 | 1.759785e+04 | 2.632700e+04 |  49.60%| unknown
644.29/647.59	c   442s|  4700 |  4585 |  3004k| 497.1 |   232M |  44 | 540 |5363 |4279 |  10k|  3 |  11k|2252 | 1.759785e+04 | 2.632700e+04 |  49.60%| unknown
644.29/647.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
644.29/647.59	c   446s|  4800 |  4679 |  3043k| 495.2 |   233M |  44 | 540 |5424 |4269 |  10k|  1 |  12k|2252 | 1.759803e+04 | 2.632700e+04 |  49.60%| unknown
644.29/647.59	c   449s|  4900 |  4777 |  3075k| 492.5 |   233M |  44 | 540 |5529 |4254 |  10k|  1 |  12k|2253 | 1.759803e+04 | 2.632700e+04 |  49.60%| unknown
644.29/647.59	c   454s|  5000 |  4875 |  3111k| 490.3 |   233M |  44 | 540 |5533 |4262 |  10k|  1 |  12k|2275 | 1.759803e+04 | 2.632700e+04 |  49.60%| unknown
644.29/647.59	c   460s|  5100 |  4971 |  3158k| 490.0 |   234M |  44 | 540 |5503 |4247 |  10k|  1 |  12k|2308 | 1.760100e+04 | 2.632700e+04 |  49.58%| unknown
644.29/647.59	c   467s|  5200 |  5071 |  3203k| 489.4 |   235M |  44 | 540 |5374 |4264 |  10k|  1 |  12k|2342 | 1.760914e+04 | 2.632700e+04 |  49.51%| unknown
644.29/647.59	c   472s|  5300 |  5169 |  3246k| 488.6 |   235M |  44 | 540 |5362 |4251 |  10k|  1 |  12k|2358 | 1.760914e+04 | 2.632700e+04 |  49.51%| unknown
644.29/647.59	c   479s|  5400 |  5269 |  3290k| 487.8 |   236M |  44 | 540 |5335 |4265 |  11k|  1 |  13k|2409 | 1.760914e+04 | 2.632700e+04 |  49.51%| unknown
644.29/647.59	c   484s|  5500 |  5365 |  3328k| 486.2 |   236M |  44 | 540 |5353 |4257 |  11k|  1 |  13k|2430 | 1.760914e+04 | 2.632700e+04 |  49.51%|   2.86%
644.29/647.59	c   489s|  5600 |  5457 |  3373k| 485.6 |   238M |  44 | 540 |5304 |4263 |  11k|  1 |  13k|2433 | 1.762225e+04 | 2.632700e+04 |  49.40%|   2.91%
644.29/647.59	c   495s|  5700 |  5557 |  3420k| 485.5 |   238M |  44 | 540 |5281 |4278 |  11k|  1 |  13k|2447 | 1.763636e+04 | 2.632700e+04 |  49.28%|   2.96%
644.29/647.59	c   499s|  5800 |  5653 |  3460k| 484.2 |   239M |  44 | 540 |5254 |4280 |  11k|  1 |  13k|2456 | 1.764204e+04 | 2.632700e+04 |  49.23%|   2.98%
644.29/647.59	c   503s|  5900 |  5747 |  3492k| 482.0 |   239M |  44 | 540 |5291 |4248 |  12k|  1 |  13k|2460 | 1.764204e+04 | 2.632700e+04 |  49.23%|   2.98%
644.29/647.59	c   507s|  6000 |  5841 |  3526k| 480.1 |   239M |  44 | 540 |5355 |4265 |  12k|  1 |  14k|2464 | 1.764204e+04 | 2.632700e+04 |  49.23%|   2.98%
644.29/647.59	c   511s|  6100 |  5931 |  3557k| 477.7 |   239M |  44 | 540 |5454 |4244 |  12k|  1 |  14k|2468 | 1.764204e+04 | 2.632700e+04 |  49.23%|   2.98%
644.29/647.59	c   515s|  6200 |  6031 |  3595k| 476.5 |   240M |  44 | 540 |5451 |4266 |  12k|  1 |  14k|2471 | 1.764204e+04 | 2.632700e+04 |  49.23%|   2.98%
644.29/647.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
644.29/647.59	c   519s|  6300 |  6125 |  3626k| 474.2 |   241M |  44 | 540 |5562 |4250 |  12k|  2 |  14k|2471 | 1.764204e+04 | 2.632700e+04 |  49.23%|   2.98%
644.29/647.59	c   523s|  6400 |  6217 |  3661k| 472.7 |   241M |  44 | 540 |5585 |4270 |  12k|  1 |  14k|2472 | 1.764204e+04 | 2.632700e+04 |  49.23%|   2.99%
644.29/647.59	c   527s|  6500 |  6315 |  3699k| 471.5 |   241M |  44 | 540 |5670 |4274 |  13k|  1 |  15k|2472 | 1.764712e+04 | 2.632700e+04 |  49.19%|   3.01%
644.29/647.59	c   532s|  6600 |  6411 |  3744k| 471.2 |   244M |  44 | 540 |5590 |4258 |  13k|  1 |  15k|2472 | 1.766530e+04 | 2.632700e+04 |  49.03%|   3.08%
644.29/647.59	c   537s|  6700 |  6499 |  3788k| 470.8 |   245M |  44 | 540 |5532 |4249 |  13k|  1 |  15k|2472 | 1.768588e+04 | 2.632700e+04 |  48.86%|   3.15%
644.29/647.59	c   541s|  6800 |  6599 |  3822k| 469.3 |   245M |  44 | 540 |5539 |4261 |  13k|  1 |  15k|2472 | 1.768588e+04 | 2.632700e+04 |  48.86%|   3.15%
644.29/647.59	c   545s|  6900 |  6693 |  3861k| 468.2 |   245M |  44 | 540 |5578 |4278 |  13k|  1 |  15k|2472 | 1.768588e+04 | 2.632700e+04 |  48.86%|   3.23%
644.29/647.59	c   549s|  7000 |  6785 |  3899k| 467.2 |   245M |  44 | 540 |5534 |4272 |  13k|  1 |  16k|2472 | 1.768588e+04 | 2.632700e+04 |  48.86%|   3.23%
644.29/647.59	c   555s|  7100 |  6883 |  3946k| 467.3 |   247M |  44 | 540 |5538 |4263 |  13k|  2 |  16k|2472 | 1.769474e+04 | 2.632700e+04 |  48.78%|   3.26%
644.29/647.59	c   561s|  7200 |  6979 |  4002k| 468.3 |   248M |  44 | 540 |5486 |4252 |  14k|  1 |  16k|2473 | 1.771833e+04 | 2.632700e+04 |  48.59%|   3.51%
644.29/647.59	c   565s|  7300 |  7075 |  4038k| 467.1 |   248M |  44 | 540 |5523 |4279 |  14k|  1 |  16k|2475 | 1.771833e+04 | 2.632700e+04 |  48.59%|   3.51%
644.29/647.59	c   570s|  7400 |  7165 |  4076k| 466.0 |   250M |  44 | 540 |5552 |4263 |  14k|  1 |  16k|2475 | 1.772306e+04 | 2.632700e+04 |  48.55%|   3.52%
644.29/647.59	c   577s|  7500 |  7265 |  4137k| 467.7 |   253M |  44 | 540 |5478 |4259 |  14k|  1 |  16k|2487 | 1.773725e+04 | 2.632700e+04 |  48.43%|   3.58%
644.29/647.59	c   584s|  7600 |  7359 |  4181k| 467.4 |   255M |  44 | 540 |5499 |4247 |  14k|  1 |  17k|2524 | 1.773725e+04 | 2.632700e+04 |  48.43%|   3.58%
644.29/647.59	c   588s|  7700 |  7443 |  4214k| 465.9 |   255M |  44 | 540 |5591 |4273 |  15k|  1 |  17k|2534 | 1.773725e+04 | 2.632700e+04 |  48.43%|   3.58%
644.29/647.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
644.29/647.59	c   592s|  7800 |  7537 |  4248k| 464.5 |   255M |  44 | 540 |5604 |4263 |  15k|  1 |  17k|2559 | 1.773725e+04 | 2.632700e+04 |  48.43%|   3.58%
644.29/647.59	c   597s|  7900 |  7631 |  4280k| 462.9 |   255M |  44 | 540 |5605 |4274 |  15k|  3 |  17k|2593 | 1.773725e+04 | 2.632700e+04 |  48.43%|   3.58%
644.29/647.59	c   601s|  8000 |  7723 |  4313k| 461.5 |   255M |  44 | 540 |5571 |4260 |  15k|  0 |  17k|2605 | 1.773725e+04 | 2.632700e+04 |  48.43%|   3.58%
644.29/647.59	c   606s|  8100 |  7819 |  4356k| 461.1 |   257M |  44 | 540 |5611 |4269 |  15k|  1 |  18k|2611 | 1.774704e+04 | 2.632700e+04 |  48.35%|   3.63%
644.29/647.59	c   610s|  8200 |  7903 |  4390k| 459.8 |   259M |  44 | 540 |5632 |4245 |  15k|  1 |  18k|2625 | 1.774704e+04 | 2.632700e+04 |  48.35%|   3.63%
644.29/647.59	c   614s|  8300 |  7995 |  4422k| 458.4 |   259M |  44 | 540 |5607 |4254 |  15k|  1 |  18k|2631 | 1.774704e+04 | 2.632700e+04 |  48.35%|   3.63%
644.29/647.59	c   619s|  8400 |  8093 |  4462k| 457.8 |   259M |  44 | 540 |5716 |4272 |  16k|  1 |  18k|2640 | 1.774704e+04 | 2.632700e+04 |  48.35%|   3.63%
644.29/647.59	c   623s|  8500 |  8183 |  4503k| 457.3 |   259M |  44 | 540 |5689 |4269 |  16k|  1 |  18k|2641 | 1.775072e+04 | 2.632700e+04 |  48.32%|   3.65%
644.29/647.59	c   627s|  8600 |  8279 |  4534k| 455.9 |   259M |  44 | 540 |5723 |4272 |  16k|  1 |  19k|2642 | 1.775072e+04 | 2.632700e+04 |  48.32%|   3.65%
644.29/647.59	c   631s|  8700 |  8369 |  4569k| 454.8 |   261M |  44 | 540 |5699 |4262 |  16k|  1 |  19k|2650 | 1.775072e+04 | 2.632700e+04 |  48.32%|   3.65%
644.29/647.59	c   636s|  8800 |  8465 |  4604k| 453.8 |   262M |  44 | 540 |5654 |4243 |  16k|  1 |  19k|2653 | 1.775072e+04 | 2.632700e+04 |  48.32%|   3.65%
644.29/647.59	c   641s|  8900 |  8565 |  4650k| 453.9 |   262M |  44 | 540 |5674 |4292 |  17k|  1 |  19k|2654 | 1.775072e+04 | 2.632700e+04 |  48.32%|   3.65%
870.88/874.77	c   646s|  9000 |  8657 |  4693k| 453.6 |   264M |  44 | 540 |5692 |4301 |  17k|  1 |  19k|2655 | 1.776320e+04 | 2.632700e+04 |  48.21%|   3.69%
870.88/874.77	c   650s|  9100 |  8741 |  4730k| 452.8 |   264M |  44 | 540 |5638 |4269 |  17k|  1 |  19k|2657 | 1.776623e+04 | 2.632700e+04 |  48.19%|   3.70%
870.88/874.77	c   654s|  9200 |  8835 |  4766k| 451.9 |   264M |  44 | 540 |5652 |4266 |  17k|  1 |  20k|2657 | 1.776623e+04 | 2.632700e+04 |  48.19%|   3.70%
870.88/874.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
870.88/874.77	c   658s|  9300 |  8925 |  4799k| 450.8 |   264M |  44 | 540 |5660 |4269 |  17k|  1 |  20k|2657 | 1.776680e+04 | 2.632700e+04 |  48.18%|   3.71%
870.88/874.77	c   663s|  9400 |  9025 |  4845k| 450.9 |   264M |  44 | 540 |5632 |4260 |  17k|  1 |  20k|2657 | 1.777228e+04 | 2.632700e+04 |  48.14%|   3.73%
870.88/874.77	c   669s|  9500 |  9125 |  4896k| 451.4 |   266M |  44 | 540 |5616 |4303 |  17k|  1 |  20k|2671 | 1.778092e+04 | 2.632700e+04 |  48.06%|   3.76%
870.88/874.77	c d 674s|  9590 |  9199 |  4937k| 451.5 |guideddi|  44 | 540 |5505 |4274 |   0 |  2 |  20k|2692 | 1.779770e+04 | 2.621800e+04 |  47.31%|   3.82%
870.88/874.77	c   675s|  9600 |  9207 |  4942k| 451.5 |   266M |  44 | 540 |5486 |   0 |  18k|  0 |  20k|2692 | 1.779851e+04 | 2.621800e+04 |  47.30%|   3.82%
870.88/874.77	c   680s|  9700 |  9301 |  4983k| 451.1 |   266M |  44 | 540 |5416 |4267 |  18k|  1 |  20k|2732 | 1.780101e+04 | 2.621800e+04 |  47.28%|   3.83%
870.88/874.77	c   685s|  9800 |  9387 |  5021k| 450.5 |   267M |  44 | 540 |5476 |4260 |  18k|  1 |  21k|2747 | 1.781008e+04 | 2.621800e+04 |  47.21%|   3.83%
870.88/874.77	c   690s|  9900 |  9483 |  5066k| 450.4 |   267M |  44 | 540 |5472 |4272 |  18k|  1 |  21k|2758 | 1.782450e+04 | 2.621800e+04 |  47.09%|   3.83%
870.88/874.77	c   695s| 10000 |  9571 |  5103k| 449.7 |   268M |  44 | 540 |5511 |4263 |  18k|  4 |  21k|2809 | 1.782704e+04 | 2.621800e+04 |  47.07%|   3.85%
870.88/874.77	c   701s| 10100 |  9663 |  5150k| 449.9 |   269M |  44 | 540 |5573 |4255 |  19k|  3 |  21k|2815 | 1.783590e+04 | 2.621800e+04 |  47.00%|   3.85%
870.88/874.77	c   706s| 10200 |  9755 |  5189k| 449.4 |   270M |  44 | 540 |5554 |4253 |  19k|  1 |  21k|2829 | 1.783590e+04 | 2.621800e+04 |  47.00%|   3.86%
870.88/874.77	c   710s| 10300 |  9851 |  5230k| 449.0 |   271M |  44 | 540 |5530 |4274 |  19k|  1 |  21k|2833 | 1.784750e+04 | 2.621800e+04 |  46.90%|   3.87%
870.88/874.77	c   716s| 10400 |  9949 |  5272k| 448.8 |   272M |  44 | 540 |5597 |4256 |  19k|  0 |  22k|2839 | 1.785776e+04 | 2.621800e+04 |  46.82%|   3.87%
870.88/874.77	c d 718s| 10465 | 10004 |  5298k| 448.5 |distribu|  44 | 540 |5634 |4261 |   0 |  3 |  22k|2839 | 1.786459e+04 | 2.613400e+04 |  46.29%|   3.87%
870.88/874.77	c   721s| 10500 | 10039 |  5320k| 449.1 |   272M |  44 | 540 |5613 |4257 |  19k|  3 |  22k|2840 | 1.786741e+04 | 2.613400e+04 |  46.27%|   3.87%
870.88/874.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
870.88/874.77	c   726s| 10600 | 10137 |  5369k| 449.4 |   274M |  44 | 540 |5556 |4249 |  20k|  1 |  22k|2841 | 1.787851e+04 | 2.613400e+04 |  46.18%|   3.88%
870.88/874.77	c   731s| 10700 | 10237 |  5412k| 449.3 |   274M |  44 | 540 |5538 |4249 |  20k|  1 |  22k|2842 | 1.788652e+04 | 2.613400e+04 |  46.11%|   3.88%
870.88/874.77	c   737s| 10800 | 10334 |  5458k| 449.4 |   274M |  44 | 540 |5489 |4258 |  20k|  1 |  22k|2846 | 1.789487e+04 | 2.613400e+04 |  46.04%|   3.89%
870.88/874.77	c   743s| 10900 | 10432 |  5508k| 449.8 |   276M |  44 | 540 |5507 |4255 |  20k|  1 |  23k|2850 | 1.790443e+04 | 2.613400e+04 |  45.96%|   3.89%
870.88/874.77	c   748s| 11000 | 10532 |  5557k| 450.1 |   276M |  44 | 540 |5578 |4281 |  21k|  9 |  23k|2854 | 1.791818e+04 | 2.613400e+04 |  45.85%|   3.90%
870.88/874.77	c   754s| 11100 | 10626 |  5603k| 450.1 |   277M |  44 | 540 |5598 |4250 |  21k|  1 |  23k|2859 | 1.792063e+04 | 2.613400e+04 |  45.83%|   3.90%
870.88/874.77	c   758s| 11200 | 10724 |  5641k| 449.6 |   277M |  44 | 540 |5483 |4258 |  21k|  1 |  23k|2860 | 1.792063e+04 | 2.613400e+04 |  45.83%|   3.90%
870.88/874.77	c   762s| 11300 | 10816 |  5676k| 448.8 |   277M |  44 | 540 |5465 |4270 |  21k|  1 |  23k|2867 | 1.792063e+04 | 2.613400e+04 |  45.83%|   3.91%
870.88/874.77	c   766s| 11400 | 10900 |  5702k| 447.3 |   277M |  44 | 540 |5461 |4289 |  21k|  1 |  23k|2887 | 1.792063e+04 | 2.613400e+04 |  45.83%|   3.92%
870.88/874.77	c   770s| 11500 | 10984 |  5736k| 446.5 |   278M |  45 | 540 |5469 |4275 |  22k|  1 |  23k|2913 | 1.792500e+04 | 2.613400e+04 |  45.80%|   3.93%
870.88/874.77	c   774s| 11600 | 11068 |  5765k| 445.3 |   278M |  45 | 540 |5452 |4279 |  22k|  1 |  24k|2931 | 1.792615e+04 | 2.613400e+04 |  45.79%|   3.95%
870.88/874.77	c   778s| 11700 | 11160 |  5793k| 444.0 |   278M |  45 | 540 |5497 |4256 |  22k|  1 |  24k|2947 | 1.792615e+04 | 2.613400e+04 |  45.79%|   3.95%
870.88/874.77	c   782s| 11800 | 11238 |  5823k| 442.9 |   278M |  45 | 540 |5558 |4251 |  22k|  1 |  24k|2966 | 1.792959e+04 | 2.613400e+04 |  45.76%|   3.96%
870.88/874.77	c   785s| 11900 | 11322 |  5849k| 441.6 |   278M |  45 | 540 |5593 |4253 |  22k|  1 |  24k|2976 | 1.792959e+04 | 2.613400e+04 |  45.76%|   3.96%
870.88/874.77	c   789s| 12000 | 11410 |  5886k| 441.0 |   279M |  45 | 540 |5617 |4262 |  22k|  1 |  24k|2984 | 1.792959e+04 | 2.613400e+04 |  45.76%|   3.97%
870.88/874.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
870.88/874.77	c   793s| 12100 | 11504 |  5923k| 440.5 |   280M |  45 | 540 |5619 |4258 |  22k|  1 |  24k|2986 | 1.793205e+04 | 2.613400e+04 |  45.74%|   3.97%
870.88/874.77	c   797s| 12200 | 11594 |  5961k| 440.0 |   280M |  45 | 540 |5599 |4251 |  23k|  1 |  25k|2989 | 1.793205e+04 | 2.613400e+04 |  45.74%|   3.98%
870.88/874.77	c   801s| 12300 | 11682 |  5996k| 439.4 |   280M |  45 | 540 |5647 |4265 |  23k|  1 |  25k|2997 | 1.793376e+04 | 2.613400e+04 |  45.73%|   3.98%
870.88/874.77	c   805s| 12400 | 11770 |  6026k| 438.4 |   280M |  45 | 540 |5666 |4270 |  23k|  1 |  25k|2998 | 1.793376e+04 | 2.613400e+04 |  45.73%|   3.99%
870.88/874.77	c   809s| 12500 | 11859 |  6064k| 437.9 |   280M |  45 | 540 |5672 |4258 |  23k|  4 |  25k|3000 | 1.793514e+04 | 2.613400e+04 |  45.71%|   3.99%
870.88/874.77	c   812s| 12600 | 11945 |  6094k| 436.9 |   281M |  45 | 540 |5732 |4253 |  23k|  2 |  25k|3009 | 1.793514e+04 | 2.613400e+04 |  45.71%|   4.00%
870.88/874.77	c   816s| 12700 | 12027 |  6131k| 436.4 |   281M |  45 | 540 |5630 |4259 |  23k|  1 |  25k|3012 | 1.793924e+04 | 2.613400e+04 |  45.68%|   4.01%
870.88/874.77	c   821s| 12800 | 12123 |  6171k| 436.2 |   281M |  45 | 540 |5584 |4268 |  23k|  1 |  26k|3018 | 1.793924e+04 | 2.613400e+04 |  45.68%|   4.01%
870.88/874.77	c   825s| 12900 | 12219 |  6207k| 435.7 |   281M |  45 | 540 |5604 |4259 |  23k|  3 |  26k|3021 | 1.793924e+04 | 2.613400e+04 |  45.68%|   4.02%
870.88/874.77	c   829s| 13000 | 12301 |  6242k| 435.1 |   281M |  45 | 540 |5550 |4247 |  24k|  1 |  26k|3031 | 1.793924e+04 | 2.613400e+04 |  45.68%|   4.02%
870.88/874.77	c   833s| 13100 | 12393 |  6277k| 434.5 |   281M |  45 | 540 |5655 |4263 |  24k|  1 |  26k|3035 | 1.793924e+04 | 2.613400e+04 |  45.68%|   4.03%
870.88/874.77	c   839s| 13200 | 12485 |  6321k| 434.5 |   281M |  45 | 540 |5664 |4272 |  24k|  1 |  26k|3036 | 1.793924e+04 | 2.613400e+04 |  45.68%|   4.03%
870.88/874.77	c   843s| 13300 | 12569 |  6361k| 434.3 |   283M |  45 | 540 |5692 |4287 |  24k|  1 |  26k|3038 | 1.794288e+04 | 2.613400e+04 |  45.65%|   4.04%
870.88/874.77	c   848s| 13400 | 12661 |  6402k| 434.1 |   283M |  45 | 540 |5662 |4278 |  24k|  7 |  27k|3039 | 1.794288e+04 | 2.613400e+04 |  45.65%|   4.05%
870.88/874.77	c   852s| 13500 | 12747 |  6437k| 433.6 |   283M |  45 | 540 |5690 |4280 |  25k|  4 |  27k|3042 | 1.794404e+04 | 2.613400e+04 |  45.64%|   4.05%
870.88/874.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
870.88/874.77	c   856s| 13600 | 12831 |  6471k| 432.9 |   284M |  45 | 540 |5580 |4279 |  25k|  1 |  27k|3055 | 1.794404e+04 | 2.613400e+04 |  45.64%|   4.05%
870.88/874.77	c   860s| 13700 | 12911 |  6505k| 432.3 |   284M |  45 | 540 |5505 |4278 |  25k|  8 |  27k|3074 | 1.794490e+04 | 2.613400e+04 |  45.63%|   4.06%
870.88/874.77	c   864s| 13800 | 12991 |  6532k| 431.2 |   285M |  45 | 540 |5553 |4267 |  25k|  1 |  27k|3095 | 1.794490e+04 | 2.613400e+04 |  45.63%|   4.07%
870.88/874.77	c   869s| 13900 | 13075 |  6572k| 431.0 |   285M |  45 | 540 |5488 |4257 |  25k|  1 |  27k|3111 | 1.795160e+04 | 2.613400e+04 |  45.58%|   4.07%
997.26/1001.54	c   873s| 14000 | 13171 |  6606k| 430.4 |   286M |  45 | 540 |5476 |4264 |  25k|  1 |  27k|3126 | 1.795160e+04 | 2.613400e+04 |  45.58%|   4.08%
997.26/1001.54	c   877s| 14100 | 13247 |  6633k| 429.4 |   286M |  45 | 540 |5503 |   0 |  26k|  0 |  28k|3150 | 1.795160e+04 | 2.613400e+04 |  45.58%|   4.08%
997.26/1001.54	c   881s| 14200 | 13335 |  6668k| 428.9 |   287M |  45 | 540 |5534 |4255 |  26k|  1 |  28k|3164 | 1.795840e+04 | 2.613400e+04 |  45.53%|   4.09%
997.26/1001.54	c   884s| 14300 | 13421 |  6699k| 428.1 |   287M |  45 | 540 |5616 |4278 |  26k|  2 |  28k|3175 | 1.796108e+04 | 2.613400e+04 |  45.50%|   4.09%
997.26/1001.54	c   889s| 14400 | 13511 |  6739k| 427.9 |   288M |  45 | 540 |5569 |4291 |  26k|  1 |  28k|3179 | 1.796658e+04 | 2.613400e+04 |  45.46%|   4.10%
997.26/1001.54	c   893s| 14500 | 13599 |  6778k| 427.7 |   288M |  45 | 540 |5547 |4281 |  26k|  1 |  28k|3184 | 1.797202e+04 | 2.613400e+04 |  45.41%|   4.10%
997.26/1001.54	c   898s| 14600 | 13683 |  6814k| 427.3 |   288M |  45 | 540 |5522 |4266 |  26k|  1 |  28k|3189 | 1.797947e+04 | 2.613400e+04 |  45.35%|   4.11%
997.26/1001.54	c   902s| 14700 | 13771 |  6853k| 427.1 |   289M |  45 | 540 |5514 |4249 |  26k|  1 |  29k|3197 | 1.798058e+04 | 2.613400e+04 |  45.35%|   4.11%
997.26/1001.54	c   906s| 14800 | 13853 |  6886k| 426.4 |   289M |  45 | 540 |5487 |4262 |  26k|  1 |  29k|3199 | 1.798894e+04 | 2.613400e+04 |  45.28%|   4.11%
997.26/1001.54	c   909s| 14900 | 13941 |  6918k| 425.8 |   289M |  45 | 540 |5471 |4282 |  27k|  1 |  29k|3200 | 1.798987e+04 | 2.613400e+04 |  45.27%|   4.12%
997.26/1001.54	c   913s| 15000 | 14029 |  6955k| 425.4 |   289M |  45 | 540 |5444 |4255 |  27k|  1 |  29k|3203 | 1.799214e+04 | 2.613400e+04 |  45.25%|   4.13%
997.26/1001.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.26/1001.54	c   918s| 15100 | 14119 |  6997k| 425.4 |   289M |  45 | 540 |5434 |4262 |  27k|  1 |  29k|3207 | 1.799750e+04 | 2.613400e+04 |  45.21%|   4.13%
997.26/1001.54	c   923s| 15200 | 14211 |  7044k| 425.7 |   289M |  45 | 540 |5451 |4256 |  27k|  1 |  29k|3207 | 1.800183e+04 | 2.613400e+04 |  45.17%|   4.13%
997.26/1001.54	c   930s| 15300 | 14309 |  7097k| 426.3 |   294M |  45 | 540 |5481 |4265 |  27k|  1 |  29k|3207 | 1.800756e+04 | 2.613400e+04 |  45.13%|   4.13%
997.26/1001.54	c   934s| 15400 | 14394 |  7128k| 425.6 |   294M |  45 | 540 |5537 |4271 |  28k|  1 |  30k|3214 | 1.800819e+04 | 2.613400e+04 |  45.12%|   4.14%
997.26/1001.54	c   940s| 15500 | 14492 |  7184k| 426.4 |   294M |  45 | 540 |5434 |4284 |  28k|  1 |  30k|3214 | 1.801472e+04 | 2.613400e+04 |  45.07%|   4.14%
997.26/1001.54	c   947s| 15600 | 14590 |  7245k| 427.5 |   295M |  46 | 540 |5424 |4300 |  28k|  1 |  30k|3215 | 1.802267e+04 | 2.613400e+04 |  45.01%|   4.15%
997.26/1001.54	c   952s| 15700 | 14684 |  7285k| 427.3 |   297M |  46 | 540 |5412 |4251 |  29k|  0 |  30k|3217 | 1.803235e+04 | 2.613400e+04 |  44.93%|   4.15%
997.26/1001.54	c d 952s| 15722 | 14700 |  7291k| 427.1 |pscostdi|  46 | 540 |5389 |4265 |   0 |  2 |  30k|3218 | 1.803235e+04 | 2.612100e+04 |  44.86%|   4.15%
997.26/1001.54	c   955s| 15800 | 14776 |  7316k| 426.6 |   298M |  46 | 540 |5412 |4298 |  29k|  2 |  30k|3229 | 1.803235e+04 | 2.612100e+04 |  44.86%|   4.15%
997.26/1001.54	c   959s| 15900 | 14864 |  7349k| 426.1 |   298M |  46 | 540 |5436 |4258 |  29k|  3 |  30k|3253 | 1.803235e+04 | 2.612100e+04 |  44.86%|   4.16%
997.26/1001.54	c   962s| 16000 | 14944 |  7372k| 424.9 |   298M |  46 | 540 |5502 |4259 |  29k|  1 |  30k|3267 | 1.803235e+04 | 2.612100e+04 |  44.86%|   4.17%
997.26/1001.54	c   966s| 16100 | 15032 |  7405k| 424.4 |   298M |  46 | 540 |5576 |4271 |  29k|  1 |  31k|3280 | 1.803290e+04 | 2.612100e+04 |  44.85%|   4.17%
997.26/1001.54	c   971s| 16200 | 15114 |  7441k| 424.1 |   298M |  46 | 540 |5590 |4264 |  29k|  1 |  31k|3293 | 1.803753e+04 | 2.612100e+04 |  44.81%|   4.18%
997.26/1001.54	c   976s| 16300 | 15200 |  7483k| 424.0 |   298M |  46 | 540 |5618 |4277 |  29k|  1 |  31k|3302 | 1.804248e+04 | 2.612100e+04 |  44.77%|   4.18%
997.26/1001.54	c   980s| 16400 | 15278 |  7516k| 423.5 |   299M |  46 | 540 |5641 |4275 |  30k|  1 |  31k|3321 | 1.804419e+04 | 2.612100e+04 |  44.76%|   4.19%
997.26/1001.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.26/1001.54	c   986s| 16500 | 15359 |  7563k| 423.7 |   299M |  46 | 540 |5653 |4246 |  30k|  0 |  31k|3333 | 1.804562e+04 | 2.612100e+04 |  44.75%|   4.20%
997.26/1001.54	c   990s| 16600 | 15437 |  7597k| 423.3 |   299M |  46 | 540 |5633 |4272 |  30k|  1 |  31k|3338 | 1.804637e+04 | 2.612100e+04 |  44.74%|   4.20%
997.26/1001.54	c   994s| 16700 | 15525 |  7634k| 423.0 |   299M |  46 | 540 |5632 |4250 |  30k|  0 |  32k|3342 | 1.804852e+04 | 2.612100e+04 |  44.73%|   4.21%
997.26/1001.54	c   999s| 16800 | 15621 |  7675k| 422.9 |   300M |  46 | 540 |5635 |4256 |  30k|  1 |  32k|3347 | 1.805658e+04 | 2.612100e+04 |  44.66%|   4.21%
997.26/1001.54	c 
997.26/1001.54	c SCIP Status        : solving was interrupted [time limit reached]
997.26/1001.54	c Solving Time (sec) : 1000.00
997.26/1001.54	c Solving Nodes      : 16813 (total of 18132 nodes in 2 runs)
997.26/1001.54	c Primal Bound       : +2.61210000000000e+04 (52 solutions)
997.26/1001.54	c Dual Bound         : +1.80595024875622e+04
997.26/1001.54	c Gap                : 44.64 %
997.26/1001.54	c All original constraints are satisfied.
997.26/1001.54	c SCIP's best solution is verified feasible for the original problem.
997.26/1001.54	c ----------------------------------------------------------------------
997.26/1001.54	c dual bound: 18059.50248756219 -> 18060
997.26/1001.54	c primal bound: 26121.0 -> 26121
997.26/1001.54	c scip-goal-lb: 18060
997.26/1001.54	c scip-goal-ub: 26121
997.26/1001.54	c writing output to: HOME/tmpfrr5zbm4.opb
997.26/1001.54	c appending fixed variable constraints
997.26/1001.54	c scip-fixed vars: 0.00% (0/540)
997.26/1001.54	c ----------------------------------------------------------------------
997.26/1001.54	c executing external solver: HOME/naps-1.03a6
997.26/1001.54	c ----------------------------------------------------------------------
997.26/1001.54	c command: HOME/naps-1.03a6 -goal-lb=18060 -goal-ub=26120 HOME/tmpfrr5zbm4.opb
997.26/1001.54	c NaPS 1.03a6.
997.26/1001.54	c Input file name: HOME/tmpfrr5zbm4.opb
1002.92/1007.20	c single stage optimization mode
3600.08/3611.30	o 25972
3600.08/3611.30	c
3600.08/3611.30	c *** TERMINATED *** by signal 15
3600.08/3611.30	c _____________________________________________________________________________
3600.08/3611.30	c std/band forms        : 1948,1
3600.08/3611.30	c 2cl/3cl ITE-codings   : 0,0
3600.08/3611.30	c BDD/srt/adr Max costs : 612026,55721,0
3600.08/3611.30	c BDDraw/bin/mul/srt/adr: 1682,0,0,267,0
3600.08/3611.30	c BDD nodes             : 1028853
3600.08/3611.30	c Es1/CC detections     : 0,0
3600.08/3611.30	c CC sort               : 264
3600.08/3611.30	c SAT/UNSAT calls       : 1,0
3600.08/3611.30	c regenrated variables  : 0
3600.08/3611.30	c eliminated fixed lits : 0
3600.08/3611.30	c goal lit flips        : 0
3600.08/3611.30	c goal stages           : 1
3600.08/3611.30	c goal shrink           : 0
3600.08/3611.30	c goal coeff separations: 0
3600.08/3611.30	c restarts              : 779
3600.08/3611.30	c conflicts             : 7831           (3 /sec)
3600.08/3611.30	c decisions             : 36959          (14 /sec)
3600.08/3611.30	c propagations          : 22847098       (8779 /sec)
3600.08/3611.30	c inspects              : 0              (0 /sec)
3600.08/3611.30	c CPU time (solving tm) : 2602 s        (2595 s, SAT 3.31 s, UNSAT 0 s)
3600.08/3611.30	c Time for Opt-base     : 0.04357 s
3600.08/3611.30	c Steps for Opt-base    : 228600
3600.08/3611.30	c Time for BDD coding   : 5.98 s
3600.08/3611.30	c Time for srt coding   : 0.01245 s
3600.08/3611.30	c _____________________________________________________________________________
3600.08/3611.30	s SATISFIABLE
3600.08/3611.30	v -x361 x362 -x363 x364 x365 -x366 -x367 x368 -x369 -x370 -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 -x2 -x38 -x74 -x110 -x146 -x182 -x218 x254 -x290 -x326 -x3 -x39 -x75 -x111 -x147 -x183 x219 -x255 -x291 -x327 -x4 -x40 -x76 -x112 -x148 -x184 -x220 -x256 x292 -x328 -x5 -x41 -x77 -x113 x149 -x185 -x221 -x257 -x293 -x329 -x6 x42 -x78 -x114 -x150 -x186 -x222 -x258 -x294 -x330 -x7 -x43 x79 -x115 -x151 -x187 -x223 -x259 -x295 -x331 -x9 -x45 -x81 -x117 -x153 x189 -x225 -x261 -x297 -x333 -x10 -x46 -x82 -x118 -x154 -x190 -x226 -x262 -x298 x334 -x11 -x47 -x83 x119 -x155 -x191 -x227 -x263 -x299 -x335 -x12 -x48 -x84 -x120 -x156 -x192 -x228 -x264 x300 -x336 -x13 -x49 -x85 -x121 -x157 -x193 -x229 -x265 -x301 x337 x14 -x50 -x86 -x122 -x158 -x194 -x230 -x266 -x302 -x338 -x16 -x52 -x88 -x124 x160 -x196 -x232 -x268 -x304 -x340 -x17 -x53 -x89 -x125 -x161 -x197 -x233 -x269 x305 -x341 -x18 -x54 -x90 -x126 -x162 -x198 -x234 x270 -x306 -x342 -x19 -x55 -x91 x127 -x163 -x199 -x235 -x271 -x307 -x343 -x20 x56 -x92 -x128 -x164 -x200 -x236 -x272 -x308 -x344 -x21 -x57 x93 -x129 -x165 -x201 -x237 -x273 -x309 -x345 -x23 -x59 -x95 -x131 -x167 -x203 -x239 x275 -x311 -x347 -x24 -x60 -x96 -x132 -x168 -x204 x240 -x276 -x312 -x348 x25 -x61 -x97 -x133 -x169 -x205 -x241 -x277 -x313 -x349 -x26 -x62 -x98 -x134 -x170 -x206 x242 -x278 -x314 -x350 -x27 x63 -x99 -x135 -x171 -x207 -x243 -x279 -x315 -x351 -x28 -x64 -x100 -x136 -x172 x208 -x244 -x280 -x316 -x352 -x30 -x66 x102 -x138 -x174 -x210 -x246 -x282 -x318 -x354 -x31 -x67 -x103 -x139 -x175 x211 -x247 -x283 -x319 -x355 -x32 -x68 -x104 -x140 x176 -x212 -x248 -x284 -x320 -x356 -x33 -x69 -x105 x141 -x177 -x213 -x249 -x285 -x321 -x357 x34 -x70 -x106 -x142 -x178 -x214 -x250 -x286 -x322 -x358 -x35 -x71 -x107 -x143 -x179 -x215 -x251 -x287 -x323 x359 x8 x44 -x80 -x116 x152 -x188 x224 x260 -x296 -x332 -x15 x51 x87 x123 -x159 x195 x231 -x267 -x303 -x339 x22 -x58 -x94 -x130 x166 x202 -x238 -x274 x310 x346 -x29 -x65 -x101 x137 x173 -x209 -x245 x281 x317 x353 -x36 x72 x108 -x144 -x180 -x216 x252 x288 x324 -x360 x1 -x37 x73 x109 -x145 x181 -x217 -x253 -x289 x325
3600.08/3611.40	c received SIGTERM, forwarding to pbsolver...
3600.08/3611.40	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

OK	25972

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486529-1751324274/watcher-4486529-1751324274 -o /tmp/evaluation-result-4486529-1751324274/solver-4486529-1751324274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751324274-42411 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4486529-1751324274.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
Starting watchdog thread
solver pid=42471, runsolver pid=42450
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.50 2.68 4.97 2/269 42483
/proc/meminfo: memFree=128311912/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=20336 memory=14208 CPUtime=0.02 cores=5,7
/proc/42483/stat : 42483 (python3) D 42471 42471 42398 0 -1 4194304 1881 0 5 0 2 0 0 0 20 0 1 0 48106990 20824064 3552 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 5084 3552 1984 1 0 1838 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 24528 KiB
Current children cumulated memory: 17152 KiB

[startup+0.205624 s]*
/proc/loadavg: 1.50 2.68 4.97 2/270 42484
/proc/meminfo: memFree=128311692/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=45028 memory=14464 CPUtime=0.02 cores=5,7
/proc/42483/stat : 42483 (python3) D 42471 42471 42398 0 -1 4194304 1897 0 10 0 2 0 0 0 20 0 1 0 48106990 46108672 3616 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 11257 3616 2048 1 0 3405 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 49220 KiB
Current children cumulated memory: 17408 KiB

[startup+0.305273 s]*
/proc/loadavg: 1.50 2.68 4.97 2/270 42484
/proc/meminfo: memFree=128311696/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=58800 memory=15104 CPUtime=0.02 cores=5,7
/proc/42483/stat : 42483 (python3) D 42471 42471 42398 0 -1 4194304 1920 0 14 0 2 0 0 0 20 0 1 0 48106990 60211200 3776 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 14700 3776 2176 1 0 3452 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 62992 KiB
Current children cumulated memory: 18048 KiB

[startup+0.700185 s]
/proc/loadavg: 1.50 2.68 4.97 6/272 42486
/proc/meminfo: memFree=128307916/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=75388 memory=24320 CPUtime=0.04 cores=5,7
/proc/42483/stat : 42483 (python3) D 42471 42471 42398 0 -1 4194304 2843 0 59 0 3 1 0 0 20 0 1 0 48106990 77197312 6080 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 18847 6080 3680 1 0 3880 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 79580 KiB
Current children cumulated memory: 27264 KiB

[startup+1.50029 s]
/proc/loadavg: 1.50 2.68 4.97 6/272 42486
/proc/meminfo: memFree=128282980/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1196436 memory=46660 CPUtime=0.13 cores=5,7
/proc/42483/stat : 42483 (python3) D 42471 42471 42398 0 -1 4194304 5484 0 158 0 10 3 0 0 20 0 1 0 48106990 1225150464 11665 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 299109 11665 6961 1 0 270467 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 1200628 KiB
Current children cumulated memory: 49604 KiB

[startup+3.10544 s]
/proc/loadavg: 1.70 2.71 4.96 4/267 42494
/proc/meminfo: memFree=127884008/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1249544 memory=100676 CPUtime=1.71 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 18194 0 171 0 165 6 0 0 20 0 1 0 48106990 1279533056 25169 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 312386 25169 7921 1 0 283744 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 1253736 KiB
Current children cumulated memory: 103620 KiB
heavy processes:

[startup+6.30014 s]
/proc/loadavg: 1.70 2.71 4.96 5/272 42535
/proc/meminfo: memFree=127672052/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1295536 memory=140484 CPUtime=4.9 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 28169 0 171 0 482 8 0 0 20 0 1 0 48106990 1326628864 35121 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 323884 35121 7921 1 0 295242 0
Current children cumulated CPU time: 4.9 s
Current children cumulated vsize: 1299728 KiB
Current children cumulated memory: 143428 KiB
heavy processes:

[startup+12.7002 s]
/proc/loadavg: 2.14 2.77 4.96 5/272 42535
/proc/meminfo: memFree=127668756/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1295536 memory=141252 CPUtime=11.28 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 28341 0 171 0 1120 8 0 0 20 0 1 0 48106990 1326628864 35313 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 323884 35313 7921 1 0 295242 0
Current children cumulated CPU time: 11.28 s
Current children cumulated vsize: 1299728 KiB
Current children cumulated memory: 144196 KiB

[startup+25.5002 s]
/proc/loadavg: 2.42 2.81 4.95 5/272 42682
/proc/meminfo: memFree=127546524/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1366424 memory=203844 CPUtime=24.05 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 44010 0 171 0 2394 11 0 0 20 0 1 0 48106990 1399218176 50961 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 341606 50961 7921 1 0 312964 0
Current children cumulated CPU time: 24.05 s
Current children cumulated vsize: 1370616 KiB
Current children cumulated memory: 206788 KiB

[startup+51.1056 s]
/proc/loadavg: 2.96 2.90 4.92 5/271 42683
/proc/meminfo: memFree=127440748/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1366424 memory=206020 CPUtime=49.58 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 44542 0 171 0 4947 11 0 0 20 0 1 0 48106990 1399218176 51505 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 341606 51505 7921 1 0 312964 0
Current children cumulated CPU time: 49.58 s
Current children cumulated vsize: 1370616 KiB
Current children cumulated memory: 208964 KiB

[startup+102.3 s]
/proc/loadavg: 3.71 3.12 4.88 5/271 42685
/proc/meminfo: memFree=127416292/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1380028 memory=219716 CPUtime=100.65 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 47980 0 171 0 10053 12 0 0 20 0 1 0 48106990 1413148672 54929 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 345007 54929 7921 1 0 316365 0
Current children cumulated CPU time: 100.65 s
Current children cumulated vsize: 1384220 KiB
Current children cumulated memory: 222660 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 3.28 4.82 5/271 42784
/proc/meminfo: memFree=126881164/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1414480 memory=253380 CPUtime=160.43 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 56287 0 175 0 16030 13 0 0 20 0 1 0 48106990 1448427520 63345 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 353620 63345 8017 1 0 324978 0
Current children cumulated CPU time: 160.43 s
Current children cumulated vsize: 1418672 KiB
Current children cumulated memory: 256324 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 3.43 4.77 5/272 42806
/proc/meminfo: memFree=126771140/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1415896 memory=254660 CPUtime=220.27 cores=5,7
/proc/42483/stat : 42483 (python3) R 42471 42471 42398 0 -1 4194304 56609 0 175 0 22014 13 0 0 20 0 1 0 48106990 1449877504 63665 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 353974 63665 8017 1 0 325332 0

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

/proc/loadavg: 4.07 4.19 4.17 5/271 42952
/proc/meminfo: memFree=124655464/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=442548 memory=436744 CPUtime=2214.77 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 120084 0 0 0 221445 32 0 0 20 0 1 0 48207141 453169152 109186 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 110637 109186 640 696 0 109798 0
Current children cumulated CPU time: 3212.07 s
Current children cumulated vsize: 1945508 KiB
Current children cumulated memory: 783948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.17 4.16 5/272 42955
/proc/meminfo: memFree=124698744/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=442548 memory=436744 CPUtime=2274.62 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 120260 0 0 0 227430 32 0 0 20 0 1 0 48207141 453169152 109186 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 110637 109186 640 696 0 109798 0
Current children cumulated CPU time: 3271.92 s
Current children cumulated vsize: 1945508 KiB
Current children cumulated memory: 783948 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.16 4.16 5/273 42958
/proc/meminfo: memFree=124769448/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=424156 memory=415588 CPUtime=2334.46 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 123014 0 0 0 233413 33 0 0 20 0 1 0 48207141 434335744 103897 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 106039 103897 640 696 0 105200 0
Current children cumulated CPU time: 3331.76 s
Current children cumulated vsize: 1927116 KiB
Current children cumulated memory: 762792 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.15 4.16 5/273 42960
/proc/meminfo: memFree=124857092/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=425492 memory=416924 CPUtime=2394.32 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 124505 0 0 0 239397 35 0 0 20 0 1 0 48207141 435703808 104231 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 106373 104231 640 696 0 105534 0
Current children cumulated CPU time: 3391.62 s
Current children cumulated vsize: 1928452 KiB
Current children cumulated memory: 764128 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.13 4.15 5/273 42962
/proc/meminfo: memFree=124817988/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=408976 memory=403336 CPUtime=2454.16 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 126054 0 0 0 245380 36 0 0 20 0 1 0 48207141 418791424 100834 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 102244 100834 640 696 0 101405 0
Current children cumulated CPU time: 3451.46 s
Current children cumulated vsize: 1911936 KiB
Current children cumulated memory: 750540 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.12 4.14 5/272 42964
/proc/meminfo: memFree=124850060/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=434236 memory=428428 CPUtime=2514.01 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 126219 0 0 0 251364 37 0 0 20 0 1 0 48207141 444657664 107107 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 108559 107107 640 696 0 107720 0
Current children cumulated CPU time: 3511.31 s
Current children cumulated vsize: 1937196 KiB
Current children cumulated memory: 775632 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/271 42966
/proc/meminfo: memFree=124865368/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=454020 memory=448392 CPUtime=2573.86 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 126760 0 0 0 257349 37 0 0 20 0 1 0 48207141 464916480 112098 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 113505 112098 640 696 0 112666 0
Current children cumulated CPU time: 3571.16 s
Current children cumulated vsize: 1956980 KiB
Current children cumulated memory: 795596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.3 s]
/proc/loadavg: 4.10 4.12 4.14 5/271 42971
/proc/meminfo: memFree=124873068/131249996 swapFree=33010416/33010684
[pid=42471] ppid=42450 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/42471/stat : 42471 (scip-naps-1.00.) S 42450 42471 42398 0 -1 4194304 254 338 0 0 0 0 0 0 20 0 1 0 48106986 4292608 736 18446744073709551615 94545680429056 94545681323589 140723514802608 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94545681562640 94545681610384 94545695350784 140723514808737 140723514808834 140723514808834 140723514814436 0
/proc/42471/statm: 1048 736 672 219 0 110 0
[pid=42483] ppid=42471 vsize=1498768 memory=344260 CPUtime=997.3 cores=5,7
/proc/42483/stat : 42483 (python3) S 42471 42471 42398 0 -1 4194304 75865 0 175 0 99713 17 0 0 20 0 1 0 48106990 1534738432 86065 18446744073709551615 94551685726208 94551685726585 140725959027968 0 0 0 0 16781312 16386 1 0 0 17 7 0 0 0 0 0 94551685737880 94551685738500 94551708352512 140725959031143 140725959031330 140725959031330 140725959036903 0
/proc/42483/statm: 374692 86065 8113 1 0 346050 0
[pid=42841] ppid=42483 vsize=454020 memory=448392 CPUtime=2602.78 cores=5,7
/proc/42841/stat : 42841 (naps-1.03a6) R 42483 42841 42841 0 -1 4194304 126775 0 0 0 260241 37 0 0 20 0 1 0 48207141 464916480 112098 18446744073709551615 4198400 7047149 140732659366304 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 39948288 140732659370355 140732659370483 140732659370483 140732659376073 0
/proc/42841/statm: 113505 112098 640 696 0 112666 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1956980 KiB
Current children cumulated memory: 795596 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.000359 s, system=0.007875 s

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

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

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

[startup+3611.42 s]*
/proc/loadavg: 4.10 4.12 4.14 5/269 42971
/proc/meminfo: memFree=125541072/131249996 swapFree=33010416/33010684
Current cumulated CPU time of completed processes: 0.008234 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): 3611.43
CPU time (s): 3600.24
CPU user time (s): 3599.66
CPU system time (s): 0.572102
CPU usage (%): 99.6901
Max. virtual memory (cumulated for all children) (KiB): 1956980
Max. memory (cumulated for all children) (KiB): 795596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.66
system time used= 0.572102
maximum resident set size= 459412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211003
page faults= 175
swaps= 0
block input operations= 22544
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1168
involuntary context switches= 1900


# summary of solver processes directly reported to runsolver:
#   pid: 42471,42483
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3599.66
#   total CPU system time (s): 0.572102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54433 second user time and 17.3472 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-01 00:57:54
IDJOB=4486529
IDBENCH=147022
IDSOLVER=3368
FILE ID=nodeC030/4486529-1751324274
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-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486529-1751324274/watcher-4486529-1751324274 -o /tmp/evaluation-result-4486529-1751324274/solver-4486529-1751324274 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751324274-42411 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4486529-1751324274.opb

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

MD5SUM BENCH= 9e6692c80f11b0068f23fe5849cf8b25
RANDOM SEED=323246395

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.350
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.373
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		: 3597.052
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		: 3600.156
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		: 3599.418
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		: 3600.344
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.340
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.855
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:        128318772 kB
MemAvailable:   129756576 kB
Buffers:            2564 kB
Cached:          2232180 kB
SwapCached:           16 kB
Active:           363388 kB
Inactive:        1931860 kB
Active(anon):      73892 kB
Inactive(anon):     4660 kB
Active(file):     289496 kB
Inactive(file):  1927200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25596 kB
Writeback:             0 kB
AnonPages:         63588 kB
Mapped:           102832 kB
Shmem:             18048 kB
KReclaimable:     120292 kB
Slab:             206936 kB
SReclaimable:     120292 kB
SUnreclaim:        86644 kB
KernelStack:        4040 kB
PageTables:         2332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     329304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 433004 MiB
End job on nodeC030 at 2025-07-01 01:58:06