Trace number 4517013

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 NameAnswerCPU timeWall clock time
SCIP 2025-06-13? 343.173 344.28

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq8/normalized-21array_ineq8.opb
MD5SUM15ee35ebe220ef81377737899de34856
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.82912
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2793
Total number of constraints3760
Number of constraints which are clauses2772
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints967
Minimum length of a constraint1
Maximum length of a constraint84
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2199023255552
Number of bits of the biggest number in a constraint 42
Biggest sum of numbers in a constraint 8796093022207
Number of bits of the biggest sum of numbers43
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4517013-1751236754.opb>
0.00/0.02	c original problem has 2793 variables (2793 bin, 0 int, 0 cont) and 3760 constraints
0.00/0.02	c problem read in 0.023 seconds
0.00/0.02	c problem without objective
0.00/0.04	c presolving:
0.00/0.06	c (round 1, fast)       537 del vars, 1151 del conss, 0 add conss, 325 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1105 clqs
0.00/0.06	c (round 2, fast)       659 del vars, 1737 del conss, 0 add conss, 425 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1470 clqs
0.00/0.07	c    (0.1s) running MILP presolver
0.00/0.08	c    (0.1s) MILP presolver (3 rounds): 439 aggregations, 1 fixings, 0 bound changes
0.00/0.08	c (round 3, medium)     1099 del vars, 3760 del conss, 1145 add conss, 425 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 554 clqs
0.00/0.11	c (round 4, exhaustive) 1099 del vars, 3760 del conss, 1145 add conss, 425 chg bounds, 0 chg sides, 0 chg coeffs, 365 upgd conss, 0 impls, 555 clqs
0.00/0.11	c (round 5, fast)       1099 del vars, 3760 del conss, 1145 add conss, 425 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 555 clqs
0.00/0.11	c (round 6, exhaustive) 1099 del vars, 4123 del conss, 1266 add conss, 425 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 556 clqs
0.21/0.30	c    (0.3s) probing: 1000/1714 (58.3%) - 11 fixings, 1 aggregations, 1640 implications, 0 bound changes
0.41/0.44	c    (0.4s) probing cycle finished: starting next cycle
0.41/0.45	c (round 7, exhaustive) 1119 del vars, 4123 del conss, 1266 add conss, 425 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 3444 clqs
0.41/0.45	c (round 8, fast)       1130 del vars, 4130 del conss, 1266 add conss, 429 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 3094 clqs
0.41/0.45	c (round 9, fast)       1132 del vars, 4131 del conss, 1266 add conss, 430 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 3006 clqs
0.41/0.45	c (round 10, fast)       1138 del vars, 4134 del conss, 1266 add conss, 433 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 2742 clqs
0.41/0.45	c (round 11, fast)       1140 del vars, 4135 del conss, 1266 add conss, 434 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 2656 clqs
0.41/0.45	c (round 12, fast)       1144 del vars, 4137 del conss, 1266 add conss, 436 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 2481 clqs
0.41/0.45	c (round 13, fast)       1149 del vars, 4139 del conss, 1266 add conss, 438 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 2214 clqs
0.41/0.45	c (round 14, fast)       1153 del vars, 4141 del conss, 1266 add conss, 439 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 2123 clqs
0.41/0.45	c (round 15, fast)       1154 del vars, 4142 del conss, 1266 add conss, 439 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 2120 clqs
0.51/0.60	c    (0.6s) probing: 1000/1694 (59.0%) - 17 fixings, 21 aggregations, 4361 implications, 0 bound changes
0.60/0.62	c    (0.6s) probing: 1225/1694 (72.3%) - 17 fixings, 21 aggregations, 4440 implications, 0 bound changes
0.60/0.62	c    (0.6s) probing aborted: 1000/1000 successive useless probings
0.60/0.62	c (round 16, exhaustive) 1172 del vars, 4142 del conss, 1266 add conss, 439 chg bounds, 1 chg sides, 80 chg coeffs, 365 upgd conss, 0 impls, 2455 clqs
0.60/0.63	c (round 17, exhaustive) 1172 del vars, 4142 del conss, 1266 add conss, 439 chg bounds, 1 chg sides, 80 chg coeffs, 366 upgd conss, 0 impls, 2456 clqs
0.60/0.64	c    (0.6s) probing: 1325/1694 (78.2%) - 17 fixings, 21 aggregations, 4474 implications, 0 bound changes
0.60/0.64	c    (0.6s) probing aborted: 1000/1000 successive useless probings
0.60/0.64	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.60/0.64	c    (0.6s) no symmetry present (symcode time: 0.00)
0.60/0.64	c presolving (18 rounds: 18 fast, 7 medium, 6 exhaustive):
0.60/0.64	c  1172 deleted vars, 4142 deleted constraints, 1266 added constraints, 439 tightened bounds, 0 added holes, 1 changed sides, 80 changed coefficients
0.60/0.64	c  0 implications, 2482 cliques
0.60/0.64	c presolved problem has 1642 variables (1642 bin, 0 int, 0 cont) and 871 constraints
0.60/0.64	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
0.60/0.64	c       1 constraints of type <knapsack>
0.60/0.64	c       1 constraints of type <setppc>
0.60/0.64	c     110 constraints of type <and>
0.60/0.64	c     759 constraints of type <linear>
0.60/0.64	c transformed objective value is always integral (scale: 1)
0.60/0.64	c Presolving Time: 0.60
0.60/0.64	c 
0.60/0.64	c - non default parameters ----------------------------------------------------------------------
0.60/0.64	c 
0.60/0.64	c # SCIP version 10.0.0
0.60/0.64	c 
0.60/0.64	c # maximal time in seconds to run
0.60/0.64	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.60/0.64	c limits/time = 3596.996037
0.60/0.64	c 
0.60/0.64	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.60/0.64	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.60/0.64	c limits/memory = 27900
0.60/0.64	c 
0.60/0.64	c # belongs reading time to solving time?
0.60/0.64	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.60/0.64	c timing/reading = TRUE
0.60/0.64	c 
0.60/0.64	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
0.60/0.64	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
0.60/0.64	c reading/opbreader/maxintsize = 47
0.60/0.64	c 
0.60/0.64	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
0.60/0.64	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
0.60/0.64	c propagating/genvbounds/timingmask = 0
0.60/0.64	c 
0.60/0.64	c -----------------------------------------------------------------------------------------------
0.60/0.64	c 
0.60/0.68	c (node 1) unresolved numerical troubles in LP 2 -- using pseudo solution instead (loop 1)
0.60/0.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.60/0.68	c   0.7s|     1 |     2 |   294 |     - |    24M |   0 |1642 | 875 | 981 |   0 |  0 |   4 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1.10/1.12	c (node 27) numerical troubles in LP 46 -- unresolved
1.28/1.39	c (node 28) numerical troubles in LP 51 -- unresolved
1.58/1.69	c (node 29) numerical troubles in LP 56 -- unresolved
1.99/2.09	c (node 30) numerical troubles in LP 65 -- unresolved
2.18/2.27	c (node 31) numerical troubles in LP 70 -- unresolved
3.67/3.79	c (node 81) numerical troubles in LP 179 -- unresolved
3.87/3.91	c (node 82) numerical troubles in LP 186 -- unresolved
4.67/4.74	c (node 90) numerical troubles in LP 214 -- unresolved
4.76/4.86	c (node 91) numerical troubles in LP 220 -- unresolved
4.98/5.10	c (node 93) numerical troubles in LP 231 -- unresolved
5.17/5.29	c   5.3s|   100 |    61 |139699 |1408.1 |    25M |  36 |1642 | 882 | 985 |   7 |  2 |  11 |   0 | 0.000000e+00 |      --      |    Inf |   3.18%
6.67/6.70	c   6.7s|   200 |    84 |175185 | 878.8 |    27M |  37 |1642 | 967 |   0 | 332 |  0 |  96 |   0 | 0.000000e+00 |      --      |    Inf |   3.38%
9.55/9.66	c   9.7s|   300 |    86 |268584 | 897.3 |    28M |  41 |1642 |1062 |1103 | 608 |  0 | 191 |   0 | 0.000000e+00 |      --      |    Inf |   3.39%
11.96/12.06	c (node 380) numerical troubles in LP 707 -- unresolved -- further messages will be suppressed (use display/verblevel=5 to see all)
12.06/12.16	c  12.2s|   400 |   102 |334269 | 837.0 |    29M |  45 |1642 |1156 |1147 | 869 |  2 | 285 |   0 | 0.000000e+00 |      --      |    Inf |   3.40%
12.65/12.70	c  12.7s|   500 |    93 |345859 | 692.5 |    29M |  45 |1642 |1283 |1103 |1049 |  1 | 413 |   0 | 0.000000e+00 |      --      |    Inf |   3.40%
14.64/14.76	c  14.8s|   600 |   105 |433698 | 723.5 |    30M |  49 |1642 |1377 |1103 |1194 |  1 | 507 |   0 | 0.000000e+00 |      --      |    Inf |   3.40%
15.34/15.43	c  15.4s|   700 |   108 |444951 | 636.1 |    30M |  52 |1642 |1507 |1103 |1194 |  1 | 640 |   0 | 0.000000e+00 |      --      |    Inf |   3.41%
16.34/16.42	c  16.4s|   800 |   105 |459767 | 575.1 |    31M |  52 |1642 |1671 |1103 |1249 |  1 | 806 |   0 | 0.000000e+00 |      --      |    Inf |   3.42%
18.33/18.46	c  18.5s|   900 |   102 |508732 | 565.6 |    31M |  52 |1642 |1800 |1103 |1265 |  1 | 943 |   0 | 0.000000e+00 |      --      |    Inf |   3.42%
19.23/19.31	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
19.23/19.31	c (run 1, node 971) performing user restart
19.23/19.31	c 
19.23/19.31	c (restart) converted 147 cuts from the global cut pool into linear constraints
19.23/19.31	c 
19.23/19.31	c presolving:
19.23/19.32	c (round 1, fast)       0 del vars, 20 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2494 clqs
19.23/19.33	c (round 2, exhaustive) 0 del vars, 20 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 147 upgd conss, 0 impls, 2495 clqs
19.23/19.34	c (round 3, exhaustive) 0 del vars, 113 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 45 chg coeffs, 147 upgd conss, 0 impls, 2495 clqs
19.23/19.36	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
19.23/19.36	c  0 deleted vars, 113 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 66 changed coefficients
19.23/19.36	c  0 implications, 2495 cliques
19.23/19.36	c presolved problem has 1642 variables (1642 bin, 0 int, 0 cont) and 1922 constraints
19.23/19.36	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
19.23/19.36	c      23 constraints of type <knapsack>
19.23/19.36	c     146 constraints of type <setppc>
19.23/19.36	c     110 constraints of type <and>
19.23/19.36	c     799 constraints of type <linear>
19.23/19.36	c     844 constraints of type <logicor>
19.23/19.36	c transformed objective value is always integral (scale: 1)
19.23/19.36	c Presolving Time: 0.66
19.23/19.36	c 
19.33/19.41	c (node 1) unresolved numerical troubles in LP 1380 -- using pseudo solution instead (loop 1)
19.33/19.41	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
19.33/19.41	c  19.4s|     1 |     2 |528859 |     - |    35M |   0 |1642 |1937 |1128 |   0 |  0 |1050 |   0 | 0.000000e+00 |      --      |    Inf | unknown
19.53/19.62	c  19.6s|   100 |    85 |542365 | 505.4 |    36M |  45 |1642 |1976 |1128 |   0 |  0 |1089 |   0 | 0.000000e+00 |      --      |    Inf | unknown
19.63/19.70	c (node 103) numerical troubles in LP 1575 -- unresolved
19.63/19.77	c (node 104) numerical troubles in LP 1580 -- unresolved
20.43/20.52	c (node 136) numerical troubles in LP 1663 -- unresolved
20.63/20.70	c (node 136) numerical troubles in LP 1669 -- unresolved
20.82/20.93	c (node 140) numerical troubles in LP 1682 -- unresolved
20.94/21.05	c (node 141) numerical troubles in LP 1687 -- unresolved
21.12/21.22	c (node 142) numerical troubles in LP 1692 -- unresolved
21.42/21.50	c (node 144) numerical troubles in LP 1703 -- unresolved
21.52/21.66	c (node 145) numerical troubles in LP 1708 -- unresolved
22.03/22.11	c (node 149) numerical troubles in LP 1726 -- unresolved
22.12/22.26	c (node 150) numerical troubles in LP 1731 -- unresolved -- further messages will be suppressed (use display/verblevel=5 to see all)
23.93/24.03	c  24.0s|   200 |   161 |758399 | 646.8 |    36M |  45 |1642 |2026 |1128 |   3 |  0 |1148 |   0 | 0.000000e+00 |      --      |    Inf |   0.79%
27.50/27.64	c  27.6s|   300 |   210 |938975 | 738.1 |    36M |  45 |1642 |2072 |1128 |   8 |  0 |1200 |   0 | 0.000000e+00 |      --      |    Inf |   1.10%
30.19/30.35	c  30.3s|   400 |   262 |  1057k| 770.8 |    36M |  45 |1642 |2116 |1128 |  10 |  0 |1245 |   0 | 0.000000e+00 |      --      |    Inf |   1.69%
34.78/34.94	c  34.9s|   500 |   298 |  1250k| 849.4 |    37M |  45 |1642 |2190 |1229 | 394 |  0 |1322 |   0 | 0.000000e+00 |      --      |    Inf |   5.06%
41.16/41.35	c  41.3s|   600 |   345 |  1463k| 931.4 |    37M |  45 |1642 |2222 |1129 | 879 |  1 |1355 |   0 | 0.000000e+00 |      --      |    Inf |   5.61%
44.65/44.81	c  44.8s|   700 |   393 |  1559k| 932.7 |    38M |  45 |1642 |2255 |   0 |1282 |  0 |1397 |   0 | 0.000000e+00 |      --      |    Inf |   6.14%
52.02/52.28	c  52.3s|   800 |   436 |  1779k|1004.2 |    41M |  45 |1642 |2294 |1328 |2555 |  2 |1457 |   0 | 0.000000e+00 |      --      |    Inf |   6.89%
58.70/58.94	c  58.9s|   900 |   487 |  1997k|1067.4 |    42M |  45 |1642 |2370 |1228 |3057 |  1 |1559 |   0 | 0.000000e+00 |      --      |    Inf |   7.18%
63.49/63.79	c  63.8s|  1000 |   534 |  2153k|1092.6 |    42M |  45 |1642 |2361 |1328 |3258 |  0 |1599 |   0 | 0.000000e+00 |      --      |    Inf |   8.03%
69.07/69.34	c  69.3s|  1100 |   593 |  2321k|1120.7 |    43M |  45 |1642 |2369 |1228 |3567 |  1 |1676 |   0 | 0.000000e+00 |      --      |    Inf |   8.18%
73.95/74.27	c  74.3s|  1200 |   642 |  2479k|1141.9 |    43M |  45 |1642 |2382 |1128 |3969 |  0 |1783 |   0 | 0.000000e+00 |      --      |    Inf |   8.54%
79.23/79.54	c  79.5s|  1300 |   691 |  2644k|1164.2 |    44M |  45 |1642 |2384 |   0 |4371 |  0 |1882 |   0 | 0.000000e+00 |      --      |    Inf |   9.01%
84.32/84.64	c  84.6s|  1400 |   730 |  2819k|1189.1 |    44M |  45 |1642 |2311 |1128 |4378 |  1 |1910 |   0 | 0.000000e+00 |      --      |    Inf |   9.50%
89.00/89.36	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
89.00/89.36	c  89.4s|  1500 |   746 |  2973k|1203.1 |    45M |  45 |1642 |2175 |   0 |4877 |  0 |1948 |   0 | 0.000000e+00 |      --      |    Inf |  10.34%
93.09/93.47	c  93.5s|  1600 |   779 |  3110k|1209.6 |    46M |  45 |1642 |2086 |1228 |5288 |  0 |1989 |   0 | 0.000000e+00 |      --      |    Inf |  11.04%
95.28/95.64	c  95.6s|  1700 |   802 |  3175k|1188.6 |    46M |  45 |1642 |1987 |1323 |5291 |  0 |2023 |   0 | 0.000000e+00 |      --      |    Inf |  11.50%
98.78/99.11	c  99.1s|  1800 |   848 |  3265k|1178.2 |    47M |  45 |1642 |1954 |1128 |5498 |  1 |2073 |   0 | 0.000000e+00 |      --      |    Inf |  12.09%
104.25/104.66	c   105s|  1900 |   866 |  3456k|1204.0 |    47M |  45 |1642 |1926 |1228 |5906 |  0 |2101 |   0 | 0.000000e+00 |      --      |    Inf |  12.68%
109.23/109.66	c   110s|  2000 |   892 |  3655k|1230.1 |    47M |  45 |1642 |1921 |   0 |6106 |  0 |2139 |   0 | 0.000000e+00 |      --      |    Inf |  13.85%
113.52/113.90	c   114s|  2100 |   946 |  3772k|1228.2 |    48M |  45 |1642 |1915 |1326 |6208 |  0 |2189 |   0 | 0.000000e+00 |      --      |    Inf |  14.34%
117.80/118.27	c   118s|  2200 |   971 |  3916k|1234.9 |    48M |  45 |1642 |1890 |1601 |6297 |  0 |2217 |   0 | 0.000000e+00 |      --      |    Inf |  15.14%
120.99/121.43	c   121s|  2300 |   988 |  4015k|1227.5 |    49M |  45 |1642 |1881 |1688 |6676 |  0 |2249 |   0 | 0.000000e+00 |      --      |    Inf |  15.61%
128.47/128.90	c   129s|  2400 |  1026 |  4228k|1254.4 |    50M |  45 |1642 |1850 |   0 |7076 |  0 |2264 |   0 | 0.000000e+00 |      --      |    Inf |  16.33%
136.34/136.89	c   137s|  2500 |  1076 |  4416k|1272.3 |    51M |  45 |1642 |1849 |1395 |7653 |  0 |2295 |   0 | 0.000000e+00 |      --      |    Inf |  16.66%
142.02/142.54	c   143s|  2600 |  1112 |  4560k|1277.0 |    51M |  45 |1642 |1854 |1317 |7956 |  1 |2343 |   0 | 0.000000e+00 |      --      |    Inf |  16.95%
153.09/153.60	c   154s|  2700 |  1137 |  4763k|1297.6 |    52M |  45 |1642 |1857 |1688 |8144 |  0 |2378 |   0 | 0.000000e+00 |      --      |    Inf |  17.35%
165.65/166.25	c   166s|  2800 |  1157 |  5044k|1337.7 |    52M |  45 |1642 |1848 |1523 |8536 |  0 |2408 |   0 | 0.000000e+00 |      --      |    Inf |  17.91%
171.02/171.65	c   172s|  2900 |  1178 |  5159k|1332.9 |    52M |  45 |1642 |1854 |   0 |8743 |  0 |2450 |   0 | 0.000000e+00 |      --      |    Inf |  18.40%
178.79/179.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
178.79/179.44	c   179s|  3000 |  1163 |  5357k|1349.1 |    53M |  45 |1642 |1883 |   0 |8846 |  0 |2511 |   0 | 0.000000e+00 |      --      |    Inf |  19.26%
191.53/192.22	c   192s|  3100 |  1173 |  5602k|1376.0 |    54M |  45 |1642 |1880 |1673 |9438 |  0 |2544 |   0 | 0.000000e+00 |      --      |    Inf |  20.01%
200.31/201.01	c   201s|  3200 |  1155 |  5757k|1380.4 |    55M |  45 |1642 |1864 |2142 |9513 |  0 |2572 |   0 | 0.000000e+00 |      --      |    Inf |  21.15%
204.10/204.81	c   205s|  3300 |  1089 |  5832k|1365.6 |    56M |  45 |1642 |1911 |2144 |9582 |  0 |2652 |   0 | 0.000000e+00 |      --      |    Inf |  22.96%
205.49/206.29	c   206s|  3400 |  1016 |  5866k|1342.2 |    58M |  45 |1642 |1959 |1128 |9897 |  0 |2743 |   0 | 0.000000e+00 |      --      |    Inf |  24.24%
207.89/208.62	c   209s|  3500 |  1007 |  5937k|1327.9 |    59M |  45 |1642 |2007 |   0 |  10k|  0 |2812 |   0 | 0.000000e+00 |      --      |    Inf |  24.74%
211.97/212.79	c   213s|  3600 |  1017 |  6081k|1330.3 |    59M |  45 |1642 |2049 |1228 |  11k|  1 |2875 |   0 | 0.000000e+00 |      --      |    Inf |  25.23%
214.77/215.56	c   216s|  3700 |  1018 |  6150k|1316.6 |    59M |  45 |1642 |2061 |1382 |  11k|  0 |2919 |   0 | 0.000000e+00 |      --      |    Inf |  26.37%
218.85/219.68	c   220s|  3800 |  1003 |  6315k|1323.7 |    60M |  45 |1642 |2146 |1294 |  11k|  0 |3038 |   0 | 0.000000e+00 |      --      |    Inf |  27.18%
223.64/224.40	c   224s|  3900 |  1001 |  6451k|1324.5 |    61M |  45 |1642 |2185 |   0 |  11k|  0 |3114 |   0 | 0.000000e+00 |      --      |    Inf |  28.00%
226.24/227.08	c   227s|  4000 |   984 |  6521k|1311.8 |    61M |  45 |1642 |2178 |1635 |  12k|  0 |3154 |   0 | 0.000000e+00 |      --      |    Inf |  29.60%
230.33/231.19	c   231s|  4100 |   970 |  6644k|1310.3 |    62M |  45 |1642 |2201 |   0 |  12k|  0 |3222 |   0 | 0.000000e+00 |      --      |    Inf |  31.20%
234.10/234.99	c   235s|  4200 |   928 |  6763k|1307.9 |    62M |  45 |1642 |2229 |1329 |  12k|  1 |3296 |   0 | 0.000000e+00 |      --      |    Inf |  32.95%
238.99/239.89	c   240s|  4300 |   895 |  6926k|1314.1 |    64M |  45 |1642 |2267 |1530 |  13k|  0 |3384 |   0 | 0.000000e+00 |      --      |    Inf |  34.25%
242.30/243.14	c   243s|  4400 |   837 |  7009k|1305.1 |    65M |  45 |1642 |2307 |1228 |  14k|  0 |3476 |   0 | 0.000000e+00 |      --      |    Inf |  36.36%
243.88/244.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.88/244.70	c   245s|  4500 |   736 |  7041k|1287.0 |    68M |  45 |1642 |2306 |1385 |  14k|  0 |3541 |   0 | 0.000000e+00 |      --      |    Inf |  38.83%
246.77/247.68	c   248s|  4600 |   700 |  7114k|1277.0 |    69M |  45 |1642 |2350 |   0 |  16k|  0 |3627 |   0 | 0.000000e+00 |      --      |    Inf |  40.34%
250.36/251.24	c   251s|  4700 |   636 |  7212k|1271.8 |    70M |  45 |1642 |2355 |1346 |  16k|  1 |3697 |   0 | 0.000000e+00 |      --      |    Inf |  42.70%
252.45/253.34	c   253s|  4800 |   590 |  7265k|1258.8 |    70M |  45 |1642 |2418 |   0 |  16k|  0 |3799 |   0 | 0.000000e+00 |      --      |    Inf |  43.59%
254.84/255.76	c   256s|  4900 |   561 |  7317k|1246.3 |    72M |  45 |1642 |2387 |1338 |  17k|  0 |3852 |   0 | 0.000000e+00 |      --      |    Inf |  46.26%
260.14/261.08	c   261s|  5000 |   548 |  7443k|1246.6 |    72M |  45 |1642 |2424 |   0 |  18k|  0 |3911 |   0 | 0.000000e+00 |      --      |    Inf |  47.34%
264.01/264.98	c   265s|  5100 |   496 |  7559k|1245.1 |    74M |  45 |1642 |2442 |   0 |  19k|  0 |3983 |   0 | 0.000000e+00 |      --      |    Inf |  50.01%
266.01/267.00	c   267s|  5200 |   453 |  7616k|1234.2 |    75M |  45 |1642 |2506 |   0 |  20k|  0 |4088 |   0 | 0.000000e+00 |      --      |    Inf |  53.77%
269.21/270.19	c   270s|  5300 |   413 |  7700k|1228.0 |    75M |  45 |1642 |2545 |   0 |  20k|  0 |4184 |   0 | 0.000000e+00 |      --      |    Inf |  55.07%
271.49/272.41	c   272s|  5400 |   388 |  7753k|1216.9 |    76M |  45 |1642 |2540 |   0 |  20k|  0 |4254 |   0 | 0.000000e+00 |      --      |    Inf |  56.36%
273.78/274.71	c   275s|  5500 |   358 |  7806k|1206.4 |    76M |  45 |1642 |2595 |1329 |  21k|  1 |4340 |   0 | 0.000000e+00 |      --      |    Inf |  57.82%
277.57/278.54	c   279s|  5600 |   324 |  7906k|1203.1 |    78M |  45 |1642 |2624 |   0 |  22k|  0 |4417 |   0 | 0.000000e+00 |      --      |    Inf |  59.35%
282.26/283.26	c   283s|  5700 |   317 |  8048k|1206.4 |    78M |  45 |1642 |2663 |1259 |  23k|  1 |4488 |   0 | 0.000000e+00 |      --      |    Inf |  61.13%
285.94/286.93	c   287s|  5800 |   290 |  8141k|1202.4 |    79M |  45 |1642 |2682 |1358 |  25k|  0 |4571 |   0 | 0.000000e+00 |      --      |    Inf |  63.33%
288.05/289.03	c   289s|  5900 |   239 |  8194k|1192.5 |    79M |  45 |1642 |2688 |   0 |  26k|  0 |4650 |   0 | 0.000000e+00 |      --      |    Inf |  65.72%
293.82/294.83	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
293.82/294.83	c   295s|  6000 |   231 |  8367k|1200.3 |    80M |  45 |1642 |2701 |1322 |  27k|  1 |4714 |   0 | 0.000000e+00 |      --      |    Inf |  67.39%
299.70/300.72	c   301s|  6100 |   216 |  8537k|1207.4 |    81M |  45 |1642 |2727 |   0 |  28k|  0 |4768 |   0 | 0.000000e+00 |      --      |    Inf |  69.86%
303.79/304.81	c   305s|  6200 |   203 |  8675k|1209.8 |    81M |  45 |1642 |2682 |   0 |  29k|  0 |4805 |   0 | 0.000000e+00 |      --      |    Inf |  72.84%
305.38/306.50	c   306s|  6300 |   156 |  8715k|1198.7 |    82M |  45 |1642 |2641 |1180 |  30k|  0 |4857 |   0 | 0.000000e+00 |      --      |    Inf |  75.48%
307.78/308.83	c   309s|  6400 |   146 |  8772k|1190.1 |    85M |  45 |1642 |2627 |1242 |  32k|  1 |4910 |   0 | 0.000000e+00 |      --      |    Inf |  77.99%
311.99/313.03	c   313s|  6500 |   148 |  8855k|1185.3 |    87M |  45 |1642 |2586 |1390 |  33k|  0 |4956 |   0 | 0.000000e+00 |      --      |    Inf |  79.63%
317.96/319.04	c   319s|  6600 |   136 |  8989k|1187.3 |    89M |  45 |1642 |2572 |   0 |  34k|  0 |4991 |   0 | 0.000000e+00 |      --      |    Inf |  81.69%
324.14/325.23	c   325s|  6700 |   108 |  9136k|1191.0 |    89M |  45 |1642 |2594 |1437 |  35k|  0 |5070 |   0 | 0.000000e+00 |      --      |    Inf |  84.21%
327.33/328.42	c   328s|  6800 |    72 |  9230k|1187.7 |    89M |  45 |1642 |2654 |1325 |  36k|  2 |5159 |   0 | 0.000000e+00 |      --      |    Inf |  86.98%
327.82/328.96	c   329s|  6900 |    76 |  9243k|1174.3 |    89M |  45 |1642 |2725 |1228 |  37k|  1 |5246 |   0 | 0.000000e+00 |      --      |    Inf |  87.34%
331.03/332.13	c   332s|  7000 |    71 |  9353k|1173.4 |    90M |  45 |1642 |2794 |   0 |  37k|  0 |5343 |   0 | 0.000000e+00 |      --      |    Inf |  88.64%
333.31/334.45	c   334s|  7100 |    57 |  9412k|1166.2 |    90M |  45 |1642 |2824 |   0 |  39k|  0 |5414 |   0 | 0.000000e+00 |      --      |    Inf |  91.64%
335.31/336.42	c   336s|  7200 |    63 |  9462k|1158.0 |    91M |  45 |1642 |2801 |1333 |  40k|  2 |5437 |   0 | 0.000000e+00 |      --      |    Inf |  94.37%
339.79/340.92	c   341s|  7300 |    63 |  9618k|1162.8 |    91M |  45 |1642 |2870 |1171 |  40k|  0 |5521 |   0 | 0.000000e+00 |      --      |    Inf |  95.71%
343.00/344.14	c   344s|  7400 |    40 |  9701k|1158.9 |    92M |  45 |1642 |2868 |   0 |  41k|  0 |5561 |   0 | 0.000000e+00 |      --      |    Inf |  98.17%
343.09/344.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
343.09/344.26	c * 344s|  7413 |     0 |  9702k|1157.3 |    LP  |  45 |1642 |2874 |2274 |  41k|  1 |5568 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| 100.00%
343.09/344.26	c 
343.09/344.26	c SCIP Status        : problem is solved [optimal solution found]
343.09/344.26	c Solving Time (sec) : 344.26
343.09/344.26	c Solving Nodes      : 7413 (total of 8384 nodes in 2 runs)
343.09/344.26	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
343.09/344.26	c Dual Bound         : +0.00000000000000e+00
343.09/344.26	c Gap                : 0.00 %
343.09/344.26	c   [linear] <linear157>: <x2752>[B] (-0) -<x2710>[B] (+0) +2<x2753>[B] (+1) -2<x2711>[B] (+1) +4<x2754>[B] (+1) -4<x2712>[B] (+1) +8<x2755>[B] (+0) -8<x2713>[B] (+0) +16<x2756>[B] (+1) -16<x2714>[B] (+1) +32<x2757>[B] (+0) -32<x2715>[B] (+0) +64<x2758>[B] (+1) -64<x2716>[B] (+1) +128<x2759>[B] (+0) -128<x2717>[B] (+0) +256<x2760>[B] (+1) -256<x2718>[B] (+1) +512<x2761>[B] (+1) -512<x2719>[B] (+1) +1024<x2762>[B] (+0) -1024<x2720>[B] (+0) +2048<x2763>[B] (+1) -2048<x2721>[B] (+1) +4096<x2764>[B] (+0) -4096<x2722>[B] (+0) +8192<x2765>[B] (+0) -8192<x2723>[B] (+0) +16384<x2766>[B] (+0) -16384<x2724>[B] (+0) +32768<x2767>[B] (+1) -32768<x2725>[B] (+1) +65536<x2768>[B] (+1) -65536<x2726>[B] (+1) +131072<x2769>[B] (+0) -131072<x2727>[B] (+0) +262144<x2770>[B] (+1) -262144<x2728>[B] (+1) +524288<x2771>[B] (+0) -524288<x2729>[B] (+0) +1048576<x2772>[B] (+1) -1048576<x2730>[B] (+1) +2097152<x2773>[B] (+1) -2097152<x2731>[B] (+1) +4194304<x2774>[B] (+0) -4194304<x2732>[B] (+0) +8388608<x2775>[B] (+0) -8388608<x2733>[Bc ] (+0) +16777216<x2776>[B] (+1) -16777216<x2734>[B] (+1) +33554432<x2777>[B] (+0) -33554432<x2735>[B] (+0) +67108864<x2778>[B] (+1) -67108864<x2736>[B] (+1) +134217728<x2779>[B] (+0) -134217728<x2737>[B] (+0) +268435456<x2780>[B] (+1) -268435456<x2738>[B] (+1) +536870912<x2781>[B] (+1) -536870912<x2739>[B] (+1) +1.07374182e+09<x2782>[B] (+1) -1.07374182e+09<x2740>[B] (+1) +2.14748365e+09<x2783>[B] (+1) -2.14748365e+09<x2741>[B] (+1) +4.2949673e+09<x2784>[B] (+1) -4.2949673e+09<x2742>[B] (+1) +8.58993459e+09<x2785>[B] (+0) -8.58993459e+09<x2743>[B] (+0) +1.71798692e+10<x2786>[B] (+0) -1.71798692e+10<x2744>[B] (+0) +3.43597384e+10<x2787>[B] (+0) -3.43597384e+10<x2745>[B] (+0) +6.87194767e+10<x2788>[B] (+1) -6.87194767e+10<x2746>[B] (+1) +1.37438953e+11<x2789>[B] (+0) -1.37438953e+11<x2747>[B] (+0) +2.74877907e+11<x2790>[B] (+1) -2.74877907e+11<x2748>[B] (+1) +5.49755814e+11<x2791>[B] (+0) -5.49755814e+11<x2749>[B] (+0) +1.09951163e+12<x2792>[B] (+1) -1.09951163e+12<x2750>[B] (+1) +2.19902326e+12<x2793>[B] (-0c ) -2.19902326e+12<x2751>[B] (+0) >= 1;
343.09/344.26	c ;
343.09/344.26	c violation: left hand side is violated by 1
343.09/344.26	c best solution is not feasible in original problem
343.09/344.26	c internal error
343.09/344.26	s UNKNOWN
343.09/344.26	c SCIP Status        : problem is solved [optimal solution found]
343.09/344.26	c Total Time         :     344.26
343.09/344.26	c   solving          :     344.26
343.09/344.26	c   presolving       :       0.66 (included in solving)
343.09/344.26	c   reading          :       0.02 (included in solving)
343.09/344.26	c   copying          :       0.41 (101 #copies) (minimal 0.00, maximal 0.01, average 0.00)
343.09/344.26	c Original Problem   :
343.09/344.26	c   Problem name     : HOME/instance-4517013-1751236754.opb
343.09/344.26	c   Variables        : 2793 (2793 binary, 0 integer, 0 continuous)
343.09/344.26	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
343.09/344.26	c   Constraints      : 3760 initial, 3760 maximal
343.09/344.26	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
343.09/344.26	c Presolved Problem  :
343.09/344.26	c   Problem name     : t_HOME/instance-4517013-1751236754.opb
343.09/344.26	c   Variables        : 1642 (1642 binary, 0 integer, 0 continuous)
343.09/344.26	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
343.09/344.26	c   Constraints      : 1922 initial, 2884 maximal
343.09/344.26	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
343.09/344.26	c   Nonzeros         : 37633 constraint, 5003 clique table
343.09/344.26	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
343.09/344.26	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   domcol           :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
343.09/344.26	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
343.09/344.26	c   gateextraction   :       0.00       0.00      4          0          0          0          0          0        363        121          0          0
343.09/344.26	c   implics          :       0.00       0.00     10          0          0          0          0          0          0          0          0          0
343.09/344.26	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   milp             :       0.02       0.00      1          1        439          0          0          0       2023       1145          0          0
343.09/344.26	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
343.09/344.26	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   trivial          :       0.00       0.00     22         21          0          0          0          0          0          0          0          0
343.09/344.26	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   dualfix          :       0.00       0.00     22          0          0          0          0          0          0          0          0          0
343.09/344.26	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   probing          :       0.51       0.00      3         17         21          0          0          0          0          0          0          0
343.09/344.26	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
343.09/344.26	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
343.09/344.26	c   vbounds          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
343.09/344.26	c   knapsack         :       0.00       0.00     33          0          0          0          0          0          0          0          1         80
343.09/344.26	c   setppc           :       0.00       0.00     27          0          1          0          0          0          3          0          0          0
343.09/344.26	c   and              :       0.00       0.00     23          0          0          0          0          0          0          0          0          0
343.09/344.26	c   linear           :       0.06       0.00     30        439        212          0        439          0       1755          0          0          0
343.09/344.26	c   logicor          :       0.04       0.01     12          0          0          0          0          0        111          0          0         66
343.09/344.26	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
343.09/344.26	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
343.09/344.26	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
343.09/344.26	c   integral         :          0          0          0          0       2088          0          0        206          0          0          0          0          0          0       4174
343.09/344.26	c   knapsack         :         23+        28          0     145129          1          0       2806        201      26049        269      28464          0          0          0          0
343.09/344.26	c   setppc           :        146+       204          0     138057          0          0        994         99      45006         50      46986          0          0          0          0
343.09/344.26	c   and              :        110        110       1309      78121          0          0       2635         96     103575         19      44075        186        166          0          0
343.09/344.26	c   linear           :        799+       823          0     145159          1          0       2806         96    1007241       3884    1518413          0          0          0          0
343.09/344.26	c   logicor          :        844+      1730          0      63667          0          0          0          0      25510        211      31487          0          0          0          0
343.09/344.26	c   fixedvar         :          0          0          0          0          1          0       2806          0          0          0          0          0          0          0          0
343.09/344.26	c   countsols        :          0          0          0          0          1          0       2806          0          0          0          0          0          0          0          0
343.09/344.26	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
343.09/344.26	c   integral         :       0.19       0.00       0.00       0.00       0.19       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   knapsack         :       0.43       0.00       0.00       0.40       0.00       0.01       0.00       0.00       0.02       0.00
343.09/344.26	c   setppc           :       0.13       0.00       0.00       0.12       0.00       0.00       0.00       0.00       0.01       0.00
343.09/344.26	c   and              :       0.17       0.00       0.01       0.14       0.00       0.01       0.00       0.00       0.01       0.00
343.09/344.26	c   linear           :       3.63       0.00       0.00       3.26       0.00       0.00       0.00       0.00       0.37       0.00
343.09/344.26	c   logicor          :       0.36       0.01       0.00       0.35       0.00       0.00       0.00       0.00       0.01       0.00
343.09/344.26	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
343.09/344.26	c   dualfix          :          2          0          0          0
343.09/344.26	c   genvbounds       :          0          0          0          0
343.09/344.26	c   nlobbt           :          0          0          0          0
343.09/344.26	c   obbt             :          0          0          0          0
343.09/344.26	c   probing          :          0          0          0          0
343.09/344.26	c   pseudoobj        :          0          0          0          0
343.09/344.26	c   redcost          :          0          0          0          0
343.09/344.26	c   rootredcost      :          0          0          0          0
343.09/344.26	c   symmetry         :          0          0          0          0
343.09/344.26	c   vbounds          :     118803          0          0          0
343.09/344.26	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
343.09/344.26	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   probing          :       0.51       0.00       0.51       0.00       0.00       0.00
343.09/344.26	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
343.09/344.26	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
343.09/344.26	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
343.09/344.26	c   symmetry         :       0.02       0.00       0.00       0.02       0.00       0.00
343.09/344.26	c   vbounds          :       0.82       0.00       0.00       0.82       0.00       0.00
343.09/344.26	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
343.09/344.26	c   propagation      :       0.67       2242       1542          -       9854       55.5        215       13.7          -          -          -
343.09/344.26	c   infeasible LP    :       0.10        471        207          -       1349       33.9         43       14.9        198      112.4          0
343.09/344.26	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
343.09/344.26	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
343.09/344.26	c   pseudo solution  :       0.00          1          1          -          1        0.0          0        0.0          -          -          -
343.09/344.26	c   applied globally :       0.05          -          -          0       5354       25.6          -          -        196          -          -
343.09/344.26	c   applied locally  :          -          -          -          0         16      262.8          -          -          2          -          -
343.09/344.26	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
343.09/344.26	c   cut pool         :       0.24          -        729          0          -          -       8744     164408          -          -          -          -          -    (maximal pool size:       4547)
343.09/344.26	c   aggregation      :       0.05       0.00         98          0          0          0       1777      34300        652       7722       7283        439          0
343.09/344.26	c   > cmir           :          -          -          -          -          -          -          -       1041          0        142        142          0          -
343.09/344.26	c   > flowcover      :          -          -          -          -          -          -          -      17305          0       4912       4912          0          -
343.09/344.26	c   > knapsackcover  :          -          -          -          -          -          -          -      15954        652       2668       2229        439          -
343.09/344.26	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   gomory           :       0.39       0.00         98          0          0          0       4944      52270         85       4906       4902          4          0
343.09/344.26	c   > gomorymi       :          -          -          -          -          -          -          -       7997         46        278        276          2          -
343.09/344.26	c   > strongcg       :          -          -          -          -          -          -          -      44273         39       4628       4626          2          -
343.09/344.26	c   impliedbounds    :       0.02       0.00         98          0          0          0       2086      59153          0      26185      26185          0          0
343.09/344.26	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   multilinear      :       0.00       0.00        125          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   rapidlearning    :       2.06       0.00        100          0          0      45291          0          0          0          0          0          0        122
343.09/344.26	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
343.09/344.26	c   zerohalf         :       0.12       0.00         91          0          0          0       1033      18685        359       4022       3909        113          0
343.09/344.26	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
343.09/344.26	c   hybrid           :       0.17       0.00        676          0      43271          0     117731          0          0          0
343.09/344.26	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c Pricers            :   ExecTime  SetupTime      Calls       Vars
343.09/344.26	c   problem variables:       0.00          -          0          0
343.09/344.26	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
343.09/344.26	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   inference        :       0.33       0.00          0          0       2806          0          0          0          0       5612
343.09/344.26	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c   relpscost        :       0.19       0.00       2087          0          0          0          0          0          0       4174
343.09/344.26	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
343.09/344.26	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
343.09/344.26	c   LP solutions     :       0.00          -          -          1          1
343.09/344.26	c   relax solutions  :       0.00          -          -          0          0
343.09/344.26	c   pseudo solutions :       0.00          -          -          0          0
343.09/344.26	c   strong branching :       0.00          -          -          0          0
343.09/344.26	c   actconsdiving    :       0.00       0.00          0          0          0
343.09/344.26	c   adaptivediving   :       0.91       0.00         50          0          0
343.09/344.26	c   alns             :       0.01       0.00          5          0          0
343.09/344.26	c   bound            :       0.00       0.00          0          0          0
343.09/344.26	c   clique           :       0.01       0.00          1          0          0
343.09/344.26	c   coefdiving       :       0.00       0.00          0          0          0
343.09/344.26	c   completesol      :       0.00       0.00          0          0          0
343.09/344.26	c   conflictdiving   :       0.61       0.00         32          0          0
343.09/344.26	c   crossover        :       0.00       0.00          0          0          0
343.09/344.26	c   dins             :       0.00       0.00          0          0          0
343.09/344.26	c   distributiondivin:       0.68       0.00         31          0          0
343.09/344.26	c   dks              :       0.00       0.00          0          0          0
343.09/344.26	c   dps              :       0.00       0.00          0          0          0
343.09/344.26	c   dualval          :       0.00       0.00          0          0          0
343.09/344.26	c   farkasdiving     :       0.00       0.00          0          0          0
343.09/344.26	c   feaspump         :       0.69       0.00         16          0          0
343.09/344.26	c   fixandinfer      :       0.00       0.00          0          0          0
343.09/344.26	c   fracdiving       :       0.35       0.00         31          0          0
343.09/344.26	c   gins             :       0.00       0.00          0          0          0
343.09/344.26	c   guideddiving     :       0.00       0.00          0          0          0
343.09/344.26	c   indicator        :       0.00       0.00          0          0          0
343.09/344.26	c   indicatordiving  :       0.00       0.00          0          0          0
343.09/344.26	c   intdiving        :       0.00       0.00          0          0          0
343.09/344.26	c   intshifting      :       0.00       0.00          0          0          0
343.09/344.26	c   linesearchdiving :       0.13       0.00         31          0          0
343.09/344.26	c   localbranching   :       0.00       0.00          0          0          0
343.09/344.26	c   locks            :       0.00       0.00          1          0          0
343.09/344.26	c   lpface           :       0.02       0.00          0          0          0
343.09/344.26	c   mpec             :       0.00       0.00          0          0          0
343.09/344.26	c   multistart       :       0.00       0.00          0          0          0
343.09/344.26	c   mutation         :       0.00       0.00          0          0          0
343.09/344.26	c   nlpdiving        :       0.00       0.00          0          0          0
343.09/344.26	c   objpscostdiving  :       0.57       0.00         16          0          0
343.09/344.26	c   octane           :       0.00       0.00          0          0          0
343.09/344.26	c   ofins            :       0.00       0.00          0          0          0
343.09/344.26	c   oneopt           :       0.00       0.00          0          0          0
343.09/344.26	c   padm             :       0.00       0.00          0          0          0
343.09/344.26	c   proximity        :       0.00       0.00          0          0          0
343.09/344.26	c   pscostdiving     :       0.53       0.00         32          0          0
343.09/344.26	c   randrounding     :       0.02       0.00        192          0          0
343.09/344.26	c   rens             :       0.00       0.00          0          0          0
343.09/344.26	c   reoptsols        :       0.00       0.00          0          0          0
343.09/344.26	c   repair           :       0.00       0.00          0          0          0
343.09/344.26	c   rins             :       0.00       0.00          0          0          0
343.09/344.26	c   rootsoldiving    :       0.59       0.00         16          0          0
343.09/344.26	c   rounding         :       0.03       0.00        706          0          0
343.09/344.26	c   scheduler        :       0.00       0.00          0          0          0
343.09/344.26	c   shiftandpropagate:       0.01       0.00          2          0          0
343.09/344.26	c   shifting         :       0.09       0.00        347          0          0
343.09/344.26	c   simplerounding   :       0.00       0.00          0          0          0
343.09/344.26	c   subnlp           :       0.00       0.00          0          0          0
343.09/344.26	c   trivial          :       0.00       0.00          4          0          0
343.09/344.26	c   trivialnegation  :       0.00       0.00          0          0          0
343.09/344.26	c   trustregion      :       0.00       0.00          0          0          0
343.09/344.26	c   trysol           :       0.00       0.00          0          0          0
343.09/344.26	c   twoopt           :       0.00       0.00          0          0          0
343.09/344.26	c   undercover       :       0.00       0.00          0          0          0
343.09/344.26	c   vbounds          :       0.01       0.00          2          0          0
343.09/344.26	c   veclendiving     :       0.27       0.00         31          0          0
343.09/344.26	c   zeroobj          :       0.00       0.00          0          0          0
343.09/344.26	c   zirounding       :       0.03       0.00       1000          0          0
343.09/344.26	c   other solutions  :          -          -          -          0          -
343.09/344.26	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
343.09/344.26	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
343.09/344.26	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
343.09/344.26	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
343.09/344.26	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
343.09/344.26	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
343.09/344.26	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
343.09/344.26	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
343.09/344.26	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
343.09/344.26	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
343.09/344.26	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
343.09/344.26	c   primal LP        :      47.71       1402    1636150    1411.69   34295.59       0.14        243
343.09/344.26	c   dual LP          :     277.15      16973    7897859     701.35   28496.80       0.74       5712
343.09/344.26	c   lex dual LP      :       0.00          0          0       0.00          -
343.09/344.26	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
343.09/344.26	c   resolve instable :     109.06       2554    3606416    1412.07   33068.83
343.09/344.26	c   diving/probing LP:       4.66        679     168845     248.67   36227.24
343.09/344.26	c   strong branching :       0.00          0          0       0.00          -          -          -          0
343.09/344.26	c     (at root node) :          -          0          0       0.00          -
343.09/344.26	c   conflict analysis:       0.00          0          0       0.00          -
343.09/344.26	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
343.09/344.26	c   benders          :       0.00          0          0          0       0.00          0          0          0
343.09/344.26	c B&B Tree           :
343.09/344.26	c   number of runs   :          2
343.09/344.26	c   nodes            :       7413 (4313 internal, 3100 leaves)
343.09/344.26	c   feasible leaves  :          1
343.09/344.26	c   infeas. leaves   :       3099
343.09/344.26	c   objective leaves :          0
343.09/344.26	c   nodes (total)    :       8384 (4893 internal, 3491 leaves)
343.09/344.26	c   nodes left       :          0
343.09/344.26	c   max depth        :         45
343.09/344.26	c   max depth (total):         52
343.09/344.26	c   backtracks       :       2692 (36.3%)
343.09/344.26	c   early backtracks :          0 (0.0%)
343.09/344.26	c   nodes exc. ref.  :          0 (0.0%)
343.09/344.26	c   delayed cutoffs  :       1169
343.09/344.26	c   repropagations   :       2034 (273229 domain reductions, 663 cutoffs)
343.09/344.26	c   avg switch length:       6.83
343.09/344.26	c   switching time   :       2.90
343.09/344.26	c Root Node          :
343.09/344.26	c   First LP value   :          -
343.09/344.26	c   First LP Iters   :          0
343.09/344.26	c   First LP Time    :       0.01
343.09/344.26	c   Final Dual Bound :          -
343.09/344.26	c   Final Root Iters :       1586
343.09/344.26	c   Root LP Estimate :                     -
343.09/344.26	c Solution           :
343.09/344.26	c   Solutions found  :          1 (1 improvements)
343.09/344.26	c   First Solution   : +0.00000000000000e+00   (in run 2, after 7413 nodes, 344.25 seconds, depth 22, found by <relaxation>)
343.09/344.26	c   Gap First Sol.   :       0.00 %
343.09/344.26	c   Gap Last Sol.    :       0.00 %
343.09/344.26	c   Primal Bound     : +0.00000000000000e+00   (in run 2, after 7413 nodes, 344.26 seconds, depth -1, found by <relaxation>)
343.09/344.26	c   Dual Bound       : +0.00000000000000e+00
343.09/344.26	c   Gap              :       0.00 %
343.09/344.26	c Integrals          :      Total       Avg%
343.09/344.26	c   primal-dual      :   34425.31     100.00
343.09/344.26	c   primal-ref       :          -          - (not evaluated)
343.09/344.26	c   dual-ref         :          -          - (not evaluated)
343.09/344.27	c Time complete (sec):    343.171

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62338 MiB free)
  memory of node 1: 64465 MiB (63757 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4517013-1751236754/watcher-4517013-1751236754 -o /tmp/evaluation-result-4517013-1751236754/solver-4517013-1751236754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38747 --watchdog 3760 pbsolver -f HOME/instance-4517013-1751236754.opb -t 3600 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el
Current StackSize limit: 8192 KiB

solver pid=40334, runsolver pid=40331

[startup+0.100068 s]*
/proc/loadavg: 2.62 2.24 3.04 5/250 40335
/proc/meminfo: memFree=129106676/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=38404 memory=29312 CPUtime=0.1 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 5016 0 0 0 9 1 0 0 20 0 1 0 39354559 39325696 7328 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 9601 7328 2592 2575 0 6508 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38404 KiB
Current children cumulated memory: 29312 KiB

[startup+0.213303 s]*
/proc/loadavg: 2.62 2.24 3.04 5/248 40335
/proc/meminfo: memFree=129126832/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=38840 memory=29696 CPUtime=0.21 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 5125 0 0 0 20 1 0 0 20 0 1 0 39354559 39772160 7424 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 9710 7424 2592 2575 0 6617 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 38840 KiB
Current children cumulated memory: 29696 KiB

[startup+0.312625 s]*
/proc/loadavg: 2.62 2.24 3.04 4/246 40343
/proc/meminfo: memFree=129133388/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=38840 memory=29696 CPUtime=0.3 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 5125 0 0 0 29 1 0 0 20 0 1 0 39354559 39772160 7424 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 9710 7424 2592 2575 0 6617 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 38840 KiB
Current children cumulated memory: 29696 KiB

[startup+0.700237 s]
/proc/loadavg: 2.62 2.24 3.04 4/246 40343
/proc/meminfo: memFree=129133136/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=45944 memory=34340 CPUtime=0.69 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 6256 0 0 0 67 2 0 0 20 0 1 0 39354559 47046656 8585 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 11486 8585 2688 2575 0 8393 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 45944 KiB
Current children cumulated memory: 34340 KiB

[startup+1.50028 s]
/proc/loadavg: 2.62 2.24 3.04 5/248 40349
/proc/meminfo: memFree=129128800/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=46720 memory=36004 CPUtime=1.48 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 6442 0 0 0 146 2 0 0 20 0 1 0 39354559 47841280 9001 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 11680 9001 2944 2575 0 8587 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46720 KiB
Current children cumulated memory: 36004 KiB

[startup+3.11301 s]
/proc/loadavg: 2.62 2.24 3.04 5/250 40380
/proc/meminfo: memFree=129124152/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=46852 memory=36388 CPUtime=3.09 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 6494 0 0 0 307 2 0 0 20 0 1 0 39354559 47976448 9097 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 11713 9097 2976 2575 0 8620 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 46852 KiB
Current children cumulated memory: 36388 KiB

[startup+6.3003 s]
/proc/loadavg: 2.73 2.27 3.05 5/250 40381
/proc/meminfo: memFree=129104244/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=61192 memory=50480 CPUtime=6.27 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 12359 0 0 0 624 3 0 0 20 0 1 0 39354559 62660608 12620 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 15298 12620 2976 2575 0 12205 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 61192 KiB
Current children cumulated memory: 50480 KiB

[startup+12.7003 s]
/proc/loadavg: 2.91 2.31 3.06 4/248 40385
/proc/meminfo: memFree=129439316/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=64500 memory=53936 CPUtime=12.65 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 13228 0 0 0 1261 4 0 0 20 0 1 0 39354559 66048000 13484 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 16125 13484 2976 2575 0 13032 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 64500 KiB
Current children cumulated memory: 53936 KiB

[startup+25.5003 s]
/proc/loadavg: 3.15 2.39 3.07 5/250 40426
/proc/meminfo: memFree=129401220/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=67244 memory=56752 CPUtime=25.41 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 13944 0 0 0 2537 4 0 0 20 0 1 0 39354559 68857856 14188 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 16811 14188 2976 2575 0 13718 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 67244 KiB
Current children cumulated memory: 56752 KiB

[startup+51.113 s]
/proc/loadavg: 3.44 2.52 3.10 5/250 40426
/proc/meminfo: memFree=129340108/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=67244 memory=56880 CPUtime=50.94 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 13957 0 0 0 5090 4 0 0 20 0 1 0 39354559 68857856 14220 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 16811 14220 2976 2575 0 13718 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 67244 KiB
Current children cumulated memory: 56880 KiB

[startup+102.3 s]
/proc/loadavg: 3.88 2.79 3.16 5/252 40432
/proc/meminfo: memFree=129322148/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=71476 memory=61104 CPUtime=101.96 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 15015 0 0 0 10192 4 0 0 20 0 1 0 39354559 73191424 15276 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 17869 15276 2976 2575 0 14776 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 71476 KiB
Current children cumulated memory: 61104 KiB

[startup+162.3 s]
/proc/loadavg: 4.02 3.02 3.22 5/252 40434
/proc/meminfo: memFree=129294004/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=77376 memory=66608 CPUtime=161.76 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 16413 0 0 0 16172 4 0 0 20 0 1 0 39354559 79233024 16652 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 19344 16652 2976 2575 0 16251 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 77376 KiB
Current children cumulated memory: 66608 KiB

[startup+222.3 s]
/proc/loadavg: 3.20 3.01 3.20 3/240 40902
/proc/meminfo: memFree=129451064/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=85416 memory=74672 CPUtime=221.54 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 18424 0 0 0 22146 8 0 0 20 0 1 0 39354559 87465984 18668 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 21354 18668 2976 2575 0 18261 0
Current children cumulated CPU time: 221.54 s
Current children cumulated vsize: 85416 KiB
Current children cumulated memory: 74672 KiB

[startup+282.3 s]
/proc/loadavg: 2.54 2.85 3.14 3/241 40909
/proc/meminfo: memFree=129424180/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=103480 memory=91696 CPUtime=281.36 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 22685 0 0 0 28127 9 0 0 20 0 1 0 39354559 105963520 22924 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 25870 22924 2976 2575 0 22777 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 103480 KiB
Current children cumulated memory: 91696 KiB

[startup+342.3 s]
/proc/loadavg: 2.25 2.71 3.07 3/241 40911
/proc/meminfo: memFree=129383260/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=116404 memory=110128 CPUtime=341.19 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 25760 0 0 0 34109 10 0 0 20 0 1 0 39354559 119197696 27532 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 29101 27532 2976 2575 0 26008 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 116404 KiB
Current children cumulated memory: 110128 KiB

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

# cumulated CPU time of all completed processes:  user=343.068 s, system=0.105661 s

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

[startup+342.4 s]
/proc/loadavg: 2.25 2.71 3.07 3/241 40911
/proc/meminfo: memFree=129383260/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=116404 memory=110128 CPUtime=341.29 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 25760 0 0 0 34119 10 0 0 20 0 1 0 39354559 119197696 27532 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 29101 27532 2976 2575 0 26008 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 116404 KiB
Current children cumulated memory: 110128 KiB

[startup+343.2 s]
/proc/loadavg: 2.25 2.71 3.07 3/241 40911
/proc/meminfo: memFree=129383260/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=116940 memory=110384 CPUtime=342.09 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 25853 0 0 0 34199 10 0 0 20 0 1 0 39354559 119746560 27596 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 29235 27596 2976 2575 0 26142 0
Current children cumulated CPU time: 342.09 s
Current children cumulated vsize: 116940 KiB
Current children cumulated memory: 110384 KiB

[startup+344 s]*
/proc/loadavg: 2.23 2.70 3.06 3/241 40911
/proc/meminfo: memFree=129383260/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=116940 memory=110512 CPUtime=342.9 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 25859 0 0 0 34280 10 0 0 20 0 1 0 39354559 119746560 27628 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 29235 27628 2976 2575 0 26142 0
Current children cumulated CPU time: 342.9 s
Current children cumulated vsize: 116940 KiB
Current children cumulated memory: 110512 KiB

[startup+344.2 s]
/proc/loadavg: 2.23 2.70 3.06 3/241 40911
/proc/meminfo: memFree=129383260/131382112 swapFree=33010684/33010684
[pid=40334] ppid=40331 vsize=116940 memory=110512 CPUtime=343.09 cores=1,3
/proc/40334/stat : 40334 (pbsolver) R 40331 40334 35802 0 -1 4194304 25859 0 0 0 34299 10 0 0 20 0 1 0 39354559 119746560 27628 18446744073709551615 4198400 14743177 140733225549600 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 32083968 140733225552266 140733225552362 140733225552362 140733225557964 0
/proc/40334/statm: 29235 27628 2976 2575 0 26142 0
Current children cumulated CPU time: 343.09 s
Current children cumulated vsize: 116940 KiB
Current children cumulated memory: 110512 KiB

Child status: 0

Real time (s): 344.28
CPU time (s): 343.173
CPU user time (s): 343.068
CPU system time (s): 0.105661
CPU usage (%): 99.6786
Max. virtual memory (cumulated for all children) (KiB): 116940
Max. memory (cumulated for all children) (KiB): 110512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 343.068
system time used= 0.105661
maximum resident set size= 110512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25859
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34
involuntary context switches= 411


# summary of solver processes directly reported to runsolver:
#   pid: 40334
#   total CPU time (s): 343.173
#   total CPU user time (s): 343.068
#   total CPU system time (s): 0.105661

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.71054 second user time and 3.22564 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 00:39:14
IDJOB=4517013
IDBENCH=175951
IDSOLVER=3366
FILE ID=nodeC007/4517013-1751236754
RUNJOBID= nodeC007-1751236711-38747
SLURM_JOB_ID= 9587709
Free space on /tmp= 432972 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq8/normalized-21array_ineq8.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517013-1751236754/watcher-4517013-1751236754 -o /tmp/evaluation-result-4517013-1751236754/solver-4517013-1751236754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38747 --watchdog 3760  pbsolver -f HOME/instance-4517013-1751236754.opb -t 3600 -m 31000

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

MD5SUM BENCH= 15ee35ebe220ef81377737899de34856
RANDOM SEED=702457466

nodeC007 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.625
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.196
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.399
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3662.703
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.371
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.368
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129122300 kB
MemAvailable:   129186448 kB
Buffers:            3280 kB
Cached:           873136 kB
SwapCached:            0 kB
Active:          1096776 kB
Inactive:         627804 kB
Active(anon):     866124 kB
Inactive(anon):        0 kB
Active(file):     230652 kB
Inactive(file):   627804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             30432 kB
Writeback:             4 kB
AnonPages:        851012 kB
Mapped:           137980 kB
Shmem:             17960 kB
KReclaimable:      90640 kB
Slab:             172500 kB
SReclaimable:      90640 kB
SUnreclaim:        81860 kB
KernelStack:        4032 kB
PageTables:         4596 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1296812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC007 at 2025-06-30 00:44:59