Trace number 4524217

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3586 3597.22

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-GolombRuler-a3v18-15_c18.opb
MD5SUM64dbfbfc0114f72138d7179eedb1d684
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark168
Best CPU time to get the best result obtained on this benchmark72002
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25846
Total number of constraints1501
Number of constraints which are clauses211
Number of constraints which are cardinality constraints (but not clauses)330
Number of constraints which are nor clauses,nor cardinality constraints960
Minimum length of a constraint1
Maximum length of a constraint232
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 513
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 25455
Number of bits of the biggest sum of numbers15
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-4524217-1751607051.opb>
0.00/0.11	c original problem has 25846 variables (25846 bin, 0 int, 0 cont) and 1501 constraints
0.00/0.11	c problem read in 0.106 seconds
0.21/0.23	c presolving:
0.21/0.32	c (round 1, fast)       106 del vars, 106 del conss, 210 add conss, 105 chg bounds, 795 chg sides, 1005 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.32/0.34	c (round 2, fast)       316 del vars, 316 del conss, 210 add conss, 315 chg bounds, 795 chg sides, 12660 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.32/0.34	c (round 3, fast)       421 del vars, 527 del conss, 211 add conss, 420 chg bounds, 795 chg sides, 12660 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.32/0.35	c (round 4, fast)       421 del vars, 631 del conss, 315 add conss, 420 chg bounds, 795 chg sides, 12660 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.42/0.43	c    (0.4s) running MILP presolver
0.60/0.62	c    (0.6s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
0.60/0.68	c (round 5, exhaustive) 421 del vars, 841 del conss, 315 add conss, 420 chg bounds, 795 chg sides, 12660 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.60/0.69	c (round 6, fast)       526 del vars, 841 del conss, 508 add conss, 420 chg bounds, 795 chg sides, 12660 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.60/0.70	c (round 7, fast)       526 del vars, 841 del conss, 657 add conss, 420 chg bounds, 795 chg sides, 12660 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.89/0.90	c (round 8, exhaustive) 526 del vars, 1078 del conss, 657 add conss, 420 chg bounds, 795 chg sides, 12660 chg coeffs, 0 upgd conss, 0 impls, 3249 clqs
0.89/1.01	c (round 9, exhaustive) 526 del vars, 1078 del conss, 657 add conss, 420 chg bounds, 795 chg sides, 12660 chg coeffs, 765 upgd conss, 0 impls, 3249 clqs
4.99/5.10	c    (5.1s) probing: 1000/25320 (3.9%) - 0 fixings, 0 aggregations, 657358 implications, 0 bound changes
4.99/5.10	c    (5.1s) probing: 1001/25320 (4.0%) - 0 fixings, 0 aggregations, 657694 implications, 0 bound changes
4.99/5.10	c    (5.1s) probing aborted: 1000/1000 successive useless probings
5.09/5.12	c    (5.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
5.09/5.15	c    (5.1s) no symmetry present (symcode time: 0.01)
5.09/5.17	c presolving (10 rounds: 10 fast, 4 medium, 4 exhaustive):
5.09/5.17	c  526 deleted vars, 1078 deleted constraints, 657 added constraints, 420 tightened bounds, 0 added holes, 795 changed sides, 12660 changed coefficients
5.09/5.17	c  0 implications, 3249 cliques
5.09/5.17	c presolved problem has 25320 variables (25320 bin, 0 int, 0 cont) and 1080 constraints
5.09/5.17	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
5.09/5.17	c     120 constraints of type <knapsack>
5.09/5.17	c     330 constraints of type <setppc>
5.09/5.17	c     315 constraints of type <linear>
5.09/5.17	c     315 constraints of type <logicor>
5.09/5.17	c transformed objective value is always integral (scale: 1)
5.09/5.17	c Presolving Time: 4.96
5.09/5.17	c 
5.09/5.17	c - non default parameters ----------------------------------------------------------------------
5.09/5.17	c 
5.09/5.17	c # SCIP version 10.0.0
5.09/5.17	c 
5.09/5.17	c # maximal time in seconds to run
5.09/5.17	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
5.09/5.17	c limits/time = 3596.995068
5.09/5.17	c 
5.09/5.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
5.09/5.17	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
5.09/5.17	c limits/memory = 27900
5.09/5.17	c 
5.09/5.17	c # belongs reading time to solving time?
5.09/5.17	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
5.09/5.17	c timing/reading = TRUE
5.09/5.17	c 
5.09/5.17	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
5.09/5.17	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
5.09/5.17	c reading/opbreader/maxintsize = 47
5.09/5.17	c 
5.09/5.17	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
5.09/5.17	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
5.09/5.17	c propagating/genvbounds/timingmask = 0
5.09/5.17	c 
5.09/5.17	c -----------------------------------------------------------------------------------------------
5.09/5.18	c 
15.54/15.68	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
15.54/15.68	c  15.7s|     1 |     0 | 20096 |     - |   222M |   0 |  25k|1082 |1080 |   0 |  0 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
16.74/16.82	c  16.8s|     1 |     0 | 24318 |     - |   224M |   0 |  25k|1082 |1080 |   0 |  0 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
16.74/16.84	c  16.8s|     1 |     0 | 24318 |     - |   224M |   0 |  25k|1082 |1079 |   0 |  0 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
17.83/17.93	c  17.9s|     1 |     0 | 25469 |     - |   241M |   0 |  25k|1082 |1216 | 137 |  1 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
18.83/18.92	c  18.9s|     1 |     0 | 26956 |     - |   252M |   0 |  25k|1082 |1363 | 284 |  2 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
19.72/19.81	c  19.8s|     1 |     0 | 28118 |     - |   258M |   0 |  25k|1082 |1498 | 419 |  3 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
20.62/20.76	c  20.8s|     1 |     0 | 29059 |     - |   264M |   0 |  25k|1082 |1626 | 547 |  4 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
21.93/22.10	c  22.1s|     1 |     0 | 30448 |     - |   270M |   0 |  25k|1082 |1756 | 677 |  5 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
23.61/23.78	c  23.8s|     1 |     0 | 32202 |     - |   274M |   0 |  25k|1082 |1888 | 809 |  6 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
25.21/25.30	c  25.3s|     1 |     0 | 33523 |     - |   280M |   0 |  25k|1082 |2017 | 938 |  7 |   2 |   0 | 1.351552e+02 |      --      |    Inf | unknown
26.91/27.10	c  27.1s|     1 |     0 | 35435 |     - |   284M |   0 |  25k|1082 |2148 |1069 |  8 |   2 |   0 | 1.351773e+02 |      --      |    Inf | unknown
28.10/28.26	c  28.3s|     1 |     0 | 36679 |     - |   292M |   0 |  25k|1082 |2278 |1199 |  9 |   2 |   0 | 1.351901e+02 |      --      |    Inf | unknown
29.20/29.37	c  29.4s|     1 |     0 | 37638 |     - |   318M |   0 |  25k|1082 |2415 |1336 | 10 |   2 |   0 | 1.351930e+02 |      --      |    Inf | unknown
30.09/30.23	c  30.2s|     1 |     0 | 38483 |     - |   320M |   0 |  25k|1082 |2537 |1458 | 11 |   2 |   0 | 1.351930e+02 |      --      |    Inf | unknown
30.90/31.06	c  31.1s|     1 |     0 | 39350 |     - |   320M |   0 |  25k|1082 |2649 |1570 | 12 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
32.00/32.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.00/32.14	c  32.1s|     1 |     0 | 40531 |     - |   320M |   0 |  25k|1082 |2358 |1682 | 13 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
32.68/32.85	c  32.9s|     1 |     0 | 41226 |     - |   322M |   0 |  25k|1082 |2468 |1792 | 14 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
33.48/33.67	c  33.7s|     1 |     0 | 41953 |     - |   325M |   0 |  25k|1082 |2592 |1916 | 15 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
34.48/34.69	c  34.7s|     1 |     0 | 42886 |     - |   327M |   0 |  25k|1082 |2709 |2033 | 16 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
35.58/35.76	c  35.8s|     1 |     0 | 44039 |     - |   328M |   0 |  25k|1082 |2818 |2142 | 17 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
36.57/36.72	c  36.7s|     1 |     0 | 44736 |     - |   333M |   0 |  25k|1082 |2929 |2253 | 18 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
38.07/38.27	c  38.3s|     1 |     0 | 45733 |     - |   337M |   0 |  25k|1082 |2503 |2386 | 19 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
39.76/39.92	c  39.9s|     1 |     0 | 46945 |     - |   339M |   0 |  25k|1082 |2621 |2504 | 20 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
41.26/41.43	c  41.4s|     1 |     0 | 48282 |     - |   340M |   0 |  25k|1082 |2745 |2628 | 21 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
42.86/43.02	c  43.0s|     1 |     0 | 49773 |     - |   340M |   0 |  25k|1082 |2864 |2747 | 22 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
42.86/43.10	c  43.1s|     1 |     0 | 49779 |     - |   340M |   0 |  25k|1248 |3031 |2747 | 22 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
44.14/44.33	c  44.3s|     1 |     0 | 51328 |     - |   341M |   0 |  25k|1248 |3147 |2863 | 23 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
46.54/46.70	c  46.7s|     1 |     0 | 54404 |     - |   341M |   0 |  25k|1248 |2762 |2975 | 24 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
47.63/47.89	c  47.9s|     1 |     0 | 55592 |     - |   342M |   0 |  25k|1248 |2874 |3087 | 25 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
49.03/49.22	c  49.2s|     1 |     0 | 56851 |     - |   344M |   0 |  25k|1248 |2986 |3199 | 26 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
50.32/50.57	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
50.32/50.57	c  50.6s|     1 |     0 | 58076 |     - |   347M |   0 |  25k|1248 |3106 |3319 | 27 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
51.12/51.38	c  51.4s|     1 |     0 | 58846 |     - |   348M |   0 |  25k|1248 |3216 |3429 | 28 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
52.41/52.62	c  52.6s|     1 |     0 | 60247 |     - |   348M |   0 |  25k|1248 |3330 |3543 | 29 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
53.51/53.76	c  53.8s|     1 |     0 | 61377 |     - |   349M |   0 |  25k|1248 |2915 |3663 | 30 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
55.00/55.21	c  55.2s|     1 |     0 | 62997 |     - |   350M |   0 |  25k|1248 |3029 |3777 | 31 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
56.21/56.48	c  56.5s|     1 |     0 | 64130 |     - |   352M |   0 |  25k|1248 |3147 |3895 | 32 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
57.30/57.58	c  57.6s|     1 |     0 | 65220 |     - |   355M |   0 |  25k|1248 |3273 |4021 | 33 |   2 |   0 | 1.352105e+02 |      --      |    Inf | unknown
113.42/113.84	c   114s|     1 |     2 |123274 |     - |   358M |   0 |  25k|1323 |3273 |4021 | 33 |  77 |  31 | 1.352105e+02 |      --      |    Inf | unknown
283.37/284.31	c   284s|   100 |    79 |547758 |4874.1 |   371M |  22 |  25k|1528 |1861 |6320 |  1 | 292 |  31 | 1.352105e+02 |      --      |    Inf |   2.79%
386.44/387.76	c   388s|   200 |   165 |809657 |3740.9 |   383M |  41 |  25k|1674 |1829 |8098 |  2 | 491 |  31 | 1.352105e+02 |      --      |    Inf |   2.79%
512.72/514.46	c   514s|   300 |   249 |  1151k|3634.5 |   388M |  41 |  25k|1739 |1839 |9140 |  1 | 675 |  31 | 1.352105e+02 |      --      |    Inf |   4.43%
563.05/565.01	c   565s|   400 |   301 |  1281k|3048.6 |   394M |  44 |  25k|1873 |1979 |9963 |  1 | 833 |  31 | 1.352105e+02 |      --      |    Inf |   4.43%
608.40/610.40	c   610s|   500 |   363 |  1404k|2683.1 |   400M |  44 |  25k|1853 |1845 |  10k|  1 |1033 |  31 | 1.352105e+02 |      --      |    Inf |   4.43%
716.67/719.05	c   719s|   600 |   455 |  1662k|2666.0 |   403M |  44 |  25k|1926 |1930 |  12k|  1 |1175 |  31 | 1.352105e+02 |      --      |    Inf |   4.44%
812.83/815.56	c   816s|   700 |   533 |  1887k|2606.9 |   411M |  44 |  25k|1974 |1875 |  14k|  1 |1298 |  31 | 1.352105e+02 |      --      |    Inf |   4.90%
893.46/896.45	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
893.46/896.45	c   896s|   800 |   595 |  2071k|2511.0 |   416M |  44 |  25k|2075 |1996 |  15k|  1 |1496 |  31 | 1.352105e+02 |      --      |    Inf |   4.90%
914.49/917.53	c   918s|   900 |   609 |  2123k|2289.8 |   425M |  68 |  25k|2240 |2095 |  15k|  1 |1679 |  31 | 1.352105e+02 |      --      |    Inf |   4.90%
931.94/935.04	c   935s|  1000 |   619 |  2163k|2099.9 |   436M |  76 |  25k|2205 |   0 |  15k|  0 |1872 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
974.39/977.67	c   978s|  1100 |   639 |  2262k|1999.3 |   443M |  76 |  25k|2163 |   0 |  16k|  0 |2000 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1039.39/1042.82	c  1043s|  1200 |   708 |  2415k|1960.1 |   450M |  76 |  25k|2202 |1896 |  17k|  1 |2157 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1080.17/1083.79	c  1084s|  1300 |   778 |  2506k|1879.4 |   453M |  76 |  25k|2311 |1946 |  17k|  1 |2353 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1125.44/1129.18	c  1129s|  1400 |   841 |  2614k|1822.3 |   460M |  76 |  25k|2392 |1995 |  18k|  1 |2479 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1141.77/1145.51	c  1146s|  1500 |   869 |  2649k|1724.1 |   473M |  76 |  25k|2440 |   0 |  18k|  0 |2628 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1178.17/1182.07	c  1182s|  1600 |   876 |  2725k|1663.9 |   493M |  79 |  25k|2454 |2058 |  18k|  0 |2841 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1251.72/1255.85	c  1256s|  1700 |   935 |  2895k|1665.8 |   498M |  79 |  25k|2279 |1981 |  19k|  1 |2929 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1298.17/1302.48	c  1302s|  1800 |   997 |  3009k|1636.4 |   500M |  79 |  25k|2301 |1835 |  20k|  1 |3051 |  31 | 1.352105e+02 |      --      |    Inf |   6.47%
1350.79/1355.27	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1350.89/1355.33	c (run 1, node 1871) performing user restart
1350.89/1355.33	c 
1350.89/1355.34	c (restart) converted 532 cuts from the global cut pool into linear constraints
1350.89/1355.34	c 
1351.09/1355.51	c presolving:
1351.09/1355.56	c (round 1, fast)       2 del vars, 96 del conss, 315 add conss, 0 chg bounds, 41 chg sides, 1393 chg coeffs, 0 upgd conss, 0 impls, 3528 clqs
1351.09/1355.57	c (round 2, fast)       2 del vars, 96 del conss, 315 add conss, 0 chg bounds, 41 chg sides, 13048 chg coeffs, 0 upgd conss, 0 impls, 3528 clqs
1351.19/1355.63	c (round 3, exhaustive) 3 del vars, 270 del conss, 315 add conss, 0 chg bounds, 45 chg sides, 13049 chg coeffs, 0 upgd conss, 0 impls, 3527 clqs
1351.19/1355.69	c (round 4, exhaustive) 3 del vars, 270 del conss, 315 add conss, 0 chg bounds, 45 chg sides, 13050 chg coeffs, 840 upgd conss, 0 impls, 3527 clqs
1351.28/1355.71	c (round 5, fast)       3 del vars, 585 del conss, 315 add conss, 0 chg bounds, 53 chg sides, 14416 chg coeffs, 840 upgd conss, 0 impls, 3558 clqs
1351.28/1355.76	c (round 6, medium)     3 del vars, 585 del conss, 317 add conss, 0 chg bounds, 158 chg sides, 14746 chg coeffs, 840 upgd conss, 0 impls, 3563 clqs
1351.39/1355.86	c (round 7, exhaustive) 3 del vars, 632 del conss, 317 add conss, 0 chg bounds, 158 chg sides, 14864 chg coeffs, 840 upgd conss, 0 impls, 3563 clqs
1351.60/1356.03	c presolving (8 rounds: 8 fast, 5 medium, 4 exhaustive):
1351.60/1356.03	c  3 deleted vars, 632 deleted constraints, 317 added constraints, 0 tightened bounds, 0 added holes, 158 changed sides, 14993 changed coefficients
1351.60/1356.03	c  0 implications, 3563 cliques
1351.60/1356.03	c presolved problem has 25317 variables (25317 bin, 0 int, 0 cont) and 2563 constraints
1351.60/1356.03	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
1351.60/1356.03	c     565 constraints of type <knapsack>
1351.60/1356.03	c     384 constraints of type <setppc>
1351.60/1356.03	c     330 constraints of type <linear>
1351.60/1356.03	c    1284 constraints of type <logicor>
1351.60/1356.03	c transformed objective value is always integral (scale: 1)
1351.60/1356.03	c Presolving Time: 5.49
1351.60/1356.03	c 
1355.87/1360.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1355.87/1360.31	c  1360s|     1 |     0 |  3139k|     - |   523M |   0 |  25k|2561 |1605 |   0 |  0 |3154 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1358.86/1363.38	c  1363s|     1 |     0 |  3145k|     - |   526M |   0 |  25k|2560 |1710 | 105 |  1 |3154 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1362.35/1366.85	c  1367s|     1 |     0 |  3151k|     - |   528M |   0 |  25k|2560 |1824 | 219 |  2 |3154 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1364.35/1368.80	c  1369s|     1 |     0 |  3154k|     - |   528M |   0 |  25k|2548 |1949 | 344 |  3 |3154 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1368.44/1372.96	c  1373s|     1 |     0 |  3162k|     - |   530M |   0 |  25k|2543 |2061 | 456 |  4 |3154 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1373.92/1378.47	c  1378s|     1 |     0 |  3172k|     - |   533M |   0 |  25k|2540 |2168 | 563 |  5 |3155 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1377.91/1382.50	c  1382s|     1 |     0 |  3179k|     - |   535M |   0 |  25k|2535 |2278 | 673 |  6 |3155 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1382.79/1387.35	c  1387s|     1 |     0 |  3188k|     - |   537M |   0 |  25k|2535 |2387 | 782 |  7 |3155 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1387.68/1392.22	c  1392s|     1 |     0 |  3196k|     - |   538M |   0 |  25k|2532 |2504 | 899 |  8 |3155 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1390.48/1395.01	c  1395s|     1 |     0 |  3200k|     - |   540M |   0 |  25k|2522 |2616 |1011 |  9 |3155 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1393.96/1398.55	c  1399s|     1 |     0 |  3206k|     - |   550M |   0 |  25k|2517 |2722 |1117 | 10 |3155 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1399.45/1404.04	c  1404s|     1 |     0 |  3216k|     - |   550M |   0 |  25k|2512 |2822 |1217 | 11 |3155 |  31 | 1.360000e+02 |      --      |    Inf | unknown
1442.59/1447.35	c  1447s|     1 |     2 |  3282k|     - |   550M |   0 |  25k|2537 |2822 |1217 | 11 |3211 |  50 | 1.360000e+02 |      --      |    Inf | unknown
1491.73/1496.69	c  1497s|   100 |    76 |  3417k|1656.6 |   556M |  18 |  25k|2722 |1079 |2170 |  1 |3605 |  50 | 1.360000e+02 |      --      |    Inf |   4.26%
1638.18/1643.51	c  1644s|   200 |   153 |  3797k|1760.4 |   560M |  21 |  25k|2625 |1123 |3294 |  1 |4005 |  50 | 1.360000e+02 |      --      |    Inf |   4.31%
1766.87/1772.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1766.87/1772.66	c  1773s|   300 |   236 |  4145k|1839.6 |   563M |  23 |  25k|2516 |1079 |4528 |  1 |4334 |  50 | 1.360000e+02 |      --      |    Inf |   4.36%
1923.28/1929.58	c  1930s|   400 |   312 |  4562k|1942.0 |   569M |  23 |  25k|2364 |1131 |6222 |  2 |4537 |  50 | 1.360000e+02 |      --      |    Inf |   4.72%
2047.70/2054.32	c  2054s|   500 |   378 |  4899k|2002.4 |   576M |  25 |  25k|2335 |1125 |7216 |  2 |4883 |  50 | 1.360000e+02 |      --      |    Inf |   4.74%
2147.99/2154.97	c  2155s|   600 |   442 |  5170k|2031.0 |   581M |  25 |  25k|2349 |1093 |7820 |  1 |5282 |  50 | 1.360000e+02 |      --      |    Inf |   5.21%
2247.19/2254.49	c  2254s|   700 |   492 |  5454k|2062.4 |   586M |  26 |  25k|2357 |1112 |8450 |  1 |5602 |  50 | 1.360000e+02 |      --      |    Inf |   7.00%
2351.06/2358.64	c  2359s|   800 |   549 |  5743k|2093.6 |   591M |  26 |  25k|2331 |1125 |8818 |  1 |5855 |  50 | 1.360000e+02 |      --      |    Inf |   9.30%
2479.88/2487.82	c  2488s|   900 |   609 |  6098k|2146.2 |   597M |  26 |  25k|2370 |1124 |9401 |  1 |6181 |  50 | 1.360000e+02 |      --      |    Inf |  16.46%
2624.94/2633.30	c  2633s|  1000 |   675 |  6483k|2205.3 |   599M |  26 |  25k|2331 |1075 |9951 |  1 |6475 |  50 | 1.360000e+02 |      --      |    Inf |  16.64%
2672.20/2680.70	c  2681s|  1100 |   728 |  6616k|2176.1 |   603M |  27 |  25k|2403 |1129 |  10k|  1 |6809 |  50 | 1.360000e+02 |      --      |    Inf |  16.66%
2708.88/2717.56	c  2718s|  1200 |   753 |  6717k|2138.1 |   608M |  32 |  25k|2487 |1137 |  10k|  2 |7238 |  50 | 1.360000e+02 |      --      |    Inf |  16.87%
2750.15/2758.91	c  2759s|  1300 |   793 |  6830k|2106.2 |   612M |  33 |  25k|2522 |1138 |  10k|  0 |7603 |  50 | 1.360000e+02 |      --      |    Inf |  16.90%
2803.69/2812.64	c  2813s|  1400 |   828 |  6979k|2087.3 |   615M |  36 |  25k|2545 |1006 |  11k|  1 |7891 |  50 | 1.360000e+02 |      --      |    Inf |  17.00%
2859.32/2868.47	c  2868s|  1500 |   875 |  7131k|2070.4 |   622M |  36 |  25k|2622 |1146 |  11k|  0 |8211 |  50 | 1.360000e+02 |      --      |    Inf |  17.03%
2920.33/2929.67	c  2930s|  1600 |   917 |  7297k|2058.6 |   630M |  40 |  25k|2625 |1181 |  12k|  1 |8468 |  50 | 1.360000e+02 |      --      |    Inf |  17.05%
2974.07/2983.56	c  2984s|  1700 |   973 |  7443k|2041.9 |   634M |  40 |  25k|2616 |1102 |  12k|  1 |8695 |  50 | 1.360000e+02 |      --      |    Inf |  17.07%
3046.04/3055.74	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3046.04/3055.74	c  3056s|  1800 |  1016 |  7631k|2037.5 |   637M |  40 |  25k|2642 |1125 |  12k|  0 |8881 |  50 | 1.360000e+02 |      --      |    Inf |  17.11%
3087.41/3097.23	c  3097s|  1900 |  1056 |  7744k|2013.4 |   639M |  40 |  25k|2616 |1122 |  13k|  1 |9082 |  50 | 1.360000e+02 |      --      |    Inf |  17.11%
3157.31/3167.38	c  3167s|  2000 |  1122 |  7939k|2011.7 |   642M |  40 |  25k|2775 |1152 |  13k|  1 |9553 |  50 | 1.360000e+02 |      --      |    Inf |  17.12%
3213.74/3223.92	c  3224s|  2100 |  1148 |  8096k|2000.6 |   646M |  40 |  25k|2688 |1095 |  13k|  1 |9729 |  50 | 1.360000e+02 |      --      |    Inf |  17.12%
3260.00/3270.39	c  3270s|  2200 |  1187 |  8229k|1984.1 |   651M |  40 |  25k|2686 |   0 |  14k|  0 |9923 |  50 | 1.360000e+02 |      --      |    Inf |  17.12%
3331.51/3342.09	c  3342s|  2300 |  1221 |  8429k|1984.5 |   662M |  43 |  25k|2733 |1093 |  14k|  1 |  10k|  50 | 1.360000e+02 |      --      |    Inf |  17.32%
3361.53/3372.12	c  3372s|  2400 |  1244 |  8508k|1956.6 |   671M |  50 |  25k|2757 |1116 |  15k|  1 |  10k|  50 | 1.360000e+02 |      --      |    Inf |  17.32%
3389.04/3399.78	c  3400s|  2500 |  1268 |  8584k|1929.2 |   673M |  50 |  25k|2785 |1155 |  15k|  1 |  10k|  50 | 1.360000e+02 |      --      |    Inf |  17.32%
3404.79/3415.59	c  3416s|  2600 |  1277 |  8627k|1895.6 |   694M |  51 |  25k|2885 |1195 |  15k|  0 |  10k|  50 | 1.360000e+02 |      --      |    Inf |  17.32%
3426.35/3437.12	c  3437s|  2700 |  1298 |  8686k|1867.2 |   712M |  57 |  25k|2846 |1189 |  16k|  1 |  11k|  50 | 1.360000e+02 |      --      |    Inf |  17.32%
3450.06/3460.90	c  3461s|  2800 |  1339 |  8751k|1841.1 |   719M |  57 |  25k|2795 |1206 |  16k|  2 |  11k|  50 | 1.360000e+02 |      --      |    Inf |  18.20%
3475.59/3486.59	c  3487s|  2900 |  1369 |  8819k|1816.7 |   723M |  57 |  25k|2762 |1211 |  17k|  2 |  11k|  50 | 1.360000e+02 |      --      |    Inf |  18.25%
3490.06/3501.03	c  3501s|  3000 |  1421 |  8856k|1787.0 |   725M |  57 |  25k|2862 |1175 |  17k|  1 |  11k|  50 | 1.360000e+02 |      --      |    Inf |  18.25%
3509.10/3520.13	c  3520s|  3100 |  1481 |  8907k|1761.4 |   732M |  57 |  25k|2865 |1124 |  18k|  1 |  12k|  50 | 1.360000e+02 |      --      |    Inf |  18.30%
3530.33/3541.44	c  3541s|  3200 |  1518 |  8965k|1737.9 |   735M |  57 |  25k|2890 |1124 |  19k|  1 |  12k|  50 | 1.360000e+02 |      --      |    Inf |  18.31%
3548.99/3560.17	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3548.99/3560.17	c  3560s|  3300 |  1558 |  9014k|1713.7 |   747M |  57 |  25k|2933 |1127 |  20k|  1 |  12k|  50 | 1.360000e+02 |      --      |    Inf |  18.32%
3569.93/3581.17	c  3581s|  3400 |  1591 |  9069k|1691.8 |   753M |  57 |  25k|2981 |   0 |  20k|  0 |  13k|  50 | 1.360000e+02 |      --      |    Inf |  18.35%
3585.67/3597.00	c 
3585.67/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.67/3597.00	c Solving Time (sec) : 3597.00
3585.67/3597.00	c Solving Nodes      : 3466 (total of 5337 nodes in 2 runs)
3585.67/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.67/3597.00	c Dual Bound         : +1.36000000000000e+02
3585.67/3597.00	c Gap                : infinite
3585.67/3597.00	s UNKNOWN
3585.67/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.67/3597.00	c Total Time         :    3597.00
3585.67/3597.00	c   solving          :    3597.00
3585.67/3597.00	c   presolving       :       5.49 (included in solving)
3585.67/3597.00	c   reading          :       0.11 (included in solving)
3585.67/3597.00	c   copying          :       0.30 (7 #copies) (minimal 0.04, maximal 0.06, average 0.04)
3585.67/3597.00	c Original Problem   :
3585.67/3597.00	c   Problem name     : HOME/instance-4524217-1751607051.opb
3585.67/3597.00	c   Variables        : 25846 (25846 binary, 0 integer, 0 continuous)
3585.67/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.67/3597.00	c   Constraints      : 1501 initial, 1501 maximal
3585.67/3597.00	c   Objective        : minimize, 8 non-zeros (abs.min = 1, abs.max = 128)
3585.67/3597.00	c Presolved Problem  :
3585.67/3597.00	c   Problem name     : t_HOME/instance-4524217-1751607051.opb
3585.67/3597.00	c   Variables        : 25317 (25317 binary, 0 integer, 0 continuous)
3585.67/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3585.67/3597.00	c   Constraints      : 2563 initial, 3049 maximal
3585.67/3597.00	c   Objective        : minimize, 7 non-zeros (abs.min = 1, abs.max = 64)
3585.67/3597.00	c   Nonzeros         : 241128 constraint, 178292 clique table
3585.67/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.67/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   domcol           :       0.03       0.00      2          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   dualsparsify     :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   gateextraction   :       0.03       0.00      5          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   implics          :       0.00       0.00      9          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   milp             :       0.27       0.00      1          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   sparsify         :       0.17       0.00      1          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   trivial          :       0.02       0.00     18          2          0          0          0          0          0          0          0          0
3585.67/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   dualfix          :       0.02       0.00     18          1          0          0          0          0          0          0          0          0
3585.67/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   probing          :       3.85       0.00      1          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   symmetry         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   vbounds          :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   knapsack         :       0.09       0.01     20          1          0          0          0          0          0          2        113       1701
3585.67/3597.00	c   setppc           :       0.07       0.00     20          0          0          0          0          0          4          0          0          0
3585.67/3597.00	c   linear           :       0.57       0.03     26        420        105          0        420          0       1252        972        840      25708
3585.67/3597.00	c   logicor          :       0.18       0.03     18          0          0          0          0          0        454          0          0        244
3585.67/3597.00	c   components       :       0.06       0.00      2          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   root node        :          -          -      -          4          -          -          4          -          -          -          -          -
3585.67/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.67/3597.00	c   integral         :          0          0          0          0       4055          0          0        552          0          0          0          0          0          0       8110
3585.67/3597.00	c   knapsack         :        565+       591         44     110000          0          0          0        547     567300        177     404059       2156        261          0          0
3585.67/3597.00	c   setppc           :        384+       401         44     109823          0          0          0        437     493339        114     225443         27          0          0          0
3585.67/3597.00	c   linear           :        330+       374         44     109709          0          0          0          3    1729452       3305    1251429       6624        510          0          0
3585.67/3597.00	c   logicor          :       1284+      1700         44      34406          0          0          0          0      19182        290       7363         86         27          0          0
3585.67/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.67/3597.00	c   integral         :      36.94       0.00       0.00       0.00      36.94       0.00       0.00       0.00       0.00       0.00
3585.67/3597.00	c   knapsack         :      10.38       0.01       2.56       6.16       0.00       0.00       0.00       0.05       1.59       0.01
3585.67/3597.00	c   setppc           :       2.74       0.00       0.02       2.57       0.00       0.00       0.00       0.02       0.12       0.01
3585.67/3597.00	c   linear           :      14.45       0.03       0.52       9.09       0.00       0.00       0.00       0.00       4.79       0.02
3585.67/3597.00	c   logicor          :       0.98       0.03       0.01       0.91       0.00       0.00       0.00       0.00       0.03       0.00
3585.67/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.67/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.67/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.67/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.67/3597.00	c   dualfix          :          3          0          0          0
3585.67/3597.00	c   genvbounds       :          0          0          0          0
3585.67/3597.00	c   nlobbt           :          0          0          0          0
3585.67/3597.00	c   obbt             :          0          0          0          0
3585.67/3597.00	c   probing          :          0          0          0          0
3585.67/3597.00	c   pseudoobj        :      29943          0          0          1
3585.67/3597.00	c   redcost          :       9824          0          0      21858
3585.67/3597.00	c   rootredcost      :          2          0          0          0
3585.67/3597.00	c   symmetry         :          0          0          0          0
3585.67/3597.00	c   vbounds          :      13071          0          0          0
3585.67/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.67/3597.00	c   dualfix          :       0.02       0.00       0.02       0.00       0.00       0.00
3585.67/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3585.67/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.67/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.67/3597.00	c   probing          :       3.85       0.00       3.85       0.00       0.00       0.00
3585.67/3597.00	c   pseudoobj        :       0.13       0.00       0.00       0.13       0.00       0.00
3585.67/3597.00	c   redcost          :      10.65       0.00       0.00      10.65       0.00       0.00
3585.67/3597.00	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3585.67/3597.00	c   symmetry         :       0.05       0.00       0.03       0.02       0.00       0.00
3585.67/3597.00	c   vbounds          :       0.60       0.00       0.01       0.58       0.00       0.00
3585.67/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.67/3597.00	c   propagation      :       3.26        859        839          -      10257      836.7        292      145.3          -          -          -
3585.67/3597.00	c   infeasible LP    :      14.47       1284       1280          -      18841      997.2        281      107.7        335      842.8          0
3585.67/3597.00	c   bound exceed. LP :       0.04          4          0          -          0        0.0          0        0.0          0        0.0         40
3585.67/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.67/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.67/3597.00	c   applied globally :       0.78          -          -          0      12943      621.2          -          -        335          -          -
3585.67/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.67/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.67/3597.00	c   cut pool         :       3.20          -       1068         86          -          -      29049     426347          -          -          -          -          -    (maximal pool size:      17469)
3585.67/3597.00	c   aggregation      :       4.03       0.00         88         44          0          0      24137     352600          0      34359      34359          0          0
3585.67/3597.00	c   > cmir           :          -          -          -          -          -          -          -     238692          0      21489      21489          0          -
3585.67/3597.00	c   > flowcover      :          -          -          -          -          -          -          -     103218          0      11509      11509          0          -
3585.67/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -      10690          0       1361       1361          0          -
3585.67/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   clique           :       0.52       0.00         44         44          0          0          1          3          0          0          0          0          0
3585.67/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   gomory           :       3.68       0.00         64         20          0          0       4692      67304          0       5999       5999          0          0
3585.67/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -      35476          0       2979       2979          0          -
3585.67/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      31828          0       3020       3020          0          -
3585.67/3597.00	c   impliedbounds    :       0.08       0.00         88         44          0          0         62       1077          0        401        401          0          0
3585.67/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   mcf              :       0.01       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   multilinear      :       0.00       0.00        171         44          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   rlt              :       0.00       0.00         20         20          0          0          0          0          0          0          0          0          0
3585.67/3597.00	c   zerohalf         :       2.21       0.00         75         31          0          0        157       5363          0        514        514          0          0
3585.67/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.67/3597.00	c   hybrid           :       1.67       0.00        982         44      42071          0     393169       5238          0      85070
3585.67/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.67/3597.00	c   problem variables:       0.00          -          0          0
3585.67/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.67/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c   relpscost        :      36.94       0.00       4055          0          0          0          0          0          0       8110
3585.67/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.67/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.67/3597.00	c   LP solutions     :       0.00          -          -          0          0
3585.67/3597.00	c   relax solutions  :       0.00          -          -          0          0
3585.67/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3585.67/3597.00	c   strong branching :       0.00          -          -          0          0
3585.67/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3585.67/3597.00	c   adaptivediving   :      17.91       0.00         17          0          0
3585.67/3597.00	c   alns             :       0.79       0.00          5          0          0
3585.67/3597.00	c   bound            :       0.00       0.00          0          0          0
3585.67/3597.00	c   clique           :       0.07       0.00          1          0          0
3585.67/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3585.67/3597.00	c   completesol      :       0.00       0.00          0          0          0
3585.67/3597.00	c   conflictdiving   :      91.83       0.00        111          0          0
3585.67/3597.00	c   crossover        :       0.00       0.00          0          0          0
3585.67/3597.00	c   dins             :       0.00       0.00          0          0          0
3585.67/3597.00	c   distributiondivin:      90.70       0.00        111          0          0
3585.67/3597.00	c   dks              :       0.00       0.00          0          0          0
3585.67/3597.00	c   dps              :       0.00       0.00          0          0          0
3585.67/3597.00	c   dualval          :       0.00       0.00          0          0          0
3585.67/3597.00	c   farkasdiving     :      49.30       0.00          2          0          0
3585.67/3597.00	c   feaspump         :      37.37       0.00         29          0          0
3585.67/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3585.67/3597.00	c   fracdiving       :      43.38       0.00        111          0          0
3585.67/3597.00	c   gins             :       0.00       0.00          0          0          0
3585.67/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3585.67/3597.00	c   indicator        :       0.00       0.00          0          0          0
3585.67/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3585.67/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3585.67/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3585.67/3597.00	c   linesearchdiving :      40.30       0.00        106          0          0
3585.67/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3585.67/3597.00	c   locks            :       0.02       0.00          1          0          0
3585.67/3597.00	c   lpface           :       0.06       0.00          0          0          0
3585.67/3597.00	c   mpec             :       0.00       0.00          0          0          0
3585.67/3597.00	c   multistart       :       0.00       0.00          0          0          0
3585.67/3597.00	c   mutation         :       0.00       0.00          0          0          0
3585.67/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3585.67/3597.00	c   objpscostdiving  :      67.05       0.00         10          0          0
3585.67/3597.00	c   octane           :       0.00       0.00          0          0          0
3585.67/3597.00	c   ofins            :       0.00       0.00          0          0          0
3585.67/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3585.67/3597.00	c   padm             :       0.00       0.00          0          0          0
3585.67/3597.00	c   proximity        :       0.00       0.00          0          0          0
3585.67/3597.00	c   pscostdiving     :     143.04       0.00         81          0          0
3585.67/3597.00	c   randrounding     :       1.34       0.00        586          0          0
3585.67/3597.00	c   rens             :       0.28       0.00          2          0          0
3585.67/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3585.67/3597.00	c   repair           :       0.00       0.00          0          0          0
3585.67/3597.00	c   rins             :       0.00       0.00          0          0          0
3585.67/3597.00	c   rootsoldiving    :      34.58       0.00         23          0          0
3585.67/3597.00	c   rounding         :       0.27       0.00        934          0          0
3585.67/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3585.67/3597.00	c   shiftandpropagate:       0.21       0.00          2          0          0
3585.67/3597.00	c   shifting         :       2.66       0.00        478          0          0
3585.67/3597.00	c   simplerounding   :       0.00       0.00          0          0          0
3585.67/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3585.67/3597.00	c   trivial          :       0.03       0.00          4          0          0
3585.67/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3585.67/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3585.67/3597.00	c   trysol           :       0.00       0.00          0          0          0
3585.67/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3585.67/3597.00	c   undercover       :       0.00       0.00          0          0          0
3585.67/3597.00	c   vbounds          :       0.01       0.00          0          0          0
3585.67/3597.00	c   veclendiving     :     108.73       0.00        111          0          0
3585.67/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3585.67/3597.00	c   zirounding       :       0.30       0.00       1000          0          0
3585.67/3597.00	c   other solutions  :          -          -          -          0          -
3585.67/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.67/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3585.67/3597.00	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
3585.67/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.67/3597.00	c   primal LP        :       2.61        737          0       0.00       0.00       2.61        737
3585.67/3597.00	c   dual LP          :    2742.42       5898    7205261    1253.96    2627.34       0.78        152
3585.67/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3585.67/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.67/3597.00	c   resolve instable :       1.71         19       8054     423.89    4709.33
3585.67/3597.00	c   diving/probing LP:     661.35       5545    1909310     344.33    2886.99
3585.67/3597.00	c   strong branching :      33.82         50      33520     670.40     991.05          -          -         52
3585.67/3597.00	c     (at root node) :          -         50      33520     670.40          -
3585.67/3597.00	c   conflict analysis:       0.02          4         40      10.00    2318.98
3585.67/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3585.67/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3585.67/3597.00	c B&B Tree           :
3585.67/3597.00	c   number of runs   :          2
3585.67/3597.00	c   nodes            :       3466 (2572 internal, 894 leaves)
3585.67/3597.00	c   feasible leaves  :          0
3585.67/3597.00	c   infeas. leaves   :        890
3585.67/3597.00	c   objective leaves :          3
3585.67/3597.00	c   nodes (total)    :       5337 (4055 internal, 1282 leaves)
3585.67/3597.00	c   nodes left       :       1598
3585.67/3597.00	c   max depth        :         57
3585.67/3597.00	c   max depth (total):         79
3585.67/3597.00	c   backtracks       :        811 (23.4%)
3585.67/3597.00	c   early backtracks :          0 (0.0%)
3585.67/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3585.67/3597.00	c   delayed cutoffs  :         82
3585.67/3597.00	c   repropagations   :       2198 (94709 domain reductions, 42 cutoffs)
3585.67/3597.00	c   avg switch length:       6.08
3585.67/3597.00	c   switching time   :      11.38
3585.67/3597.00	c Root Node          :
3585.67/3597.00	c   First LP value   : +1.35155172413793e+02
3585.67/3597.00	c   First LP Iters   :      20096 (1949.76 Iter/sec)
3585.67/3597.00	c   First LP Time    :      10.31
3585.67/3597.00	c   Final Dual Bound : +1.36000000000000e+02
3585.67/3597.00	c   Final Root Iters :     153981
3585.67/3597.00	c   Root LP Estimate : +1.58570812284722e+02
3585.67/3597.00	c Solution           :
3585.67/3597.00	c   Solutions found  :          0 (0 improvements)
3585.67/3597.00	c   Primal Bound     :          -
3585.67/3597.00	c   Dual Bound       : +1.36000000000000e+02
3585.67/3597.00	c   Gap              :   infinite
3585.67/3597.00	c Integrals          :      Total       Avg%
3585.67/3597.00	c   primal-dual      :  359699.55     100.00
3585.67/3597.00	c   primal-ref       :          -          - (not evaluated)
3585.67/3597.00	c   dual-ref         :          -          - (not evaluated)
3585.97/3597.21	c Time complete (sec):   3585.998

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524217-1751607051/watcher-4524217-1751607051 -o /tmp/evaluation-result-4524217-1751607051/solver-4524217-1751607051 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751606552-90826 --watchdog 3760 pbsolver -f HOME/instance-4524217-1751607051.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=90991, runsolver pid=90988
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 4.14 3.64 2.90 5/249 90992
/proc/meminfo: memFree=111777128/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=47580 memory=38776 CPUtime=0.1 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 7640 0 0 0 9 1 0 0 20 0 1 0 76384931 48721920 9694 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 11895 9694 2336 2575 0 8802 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 47580 KiB
Current children cumulated memory: 38776 KiB

[startup+0.213347 s]*
/proc/loadavg: 4.14 3.64 2.90 5/249 90992
/proc/meminfo: memFree=111737060/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=93592 memory=82552 CPUtime=0.21 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 18541 0 0 0 16 5 0 0 20 0 1 0 76384931 95838208 20638 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 23398 20638 2400 2575 0 20305 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 93592 KiB
Current children cumulated memory: 82552 KiB

[startup+0.313529 s]*
/proc/loadavg: 4.14 3.64 2.90 5/249 90992
/proc/meminfo: memFree=111728996/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=99452 memory=88568 CPUtime=0.32 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 20023 0 0 0 26 6 0 0 20 0 1 0 76384931 101838848 22142 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 24863 22142 2432 2575 0 21770 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 99452 KiB
Current children cumulated memory: 88568 KiB

[startup+0.700314 s]
/proc/loadavg: 4.14 3.64 2.90 5/249 90992
/proc/meminfo: memFree=111704804/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=106292 memory=94132 CPUtime=0.69 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 26507 0 0 0 61 8 0 0 20 0 1 0 76384931 108843008 23533 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 26573 23533 2528 2575 0 23480 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 106292 KiB
Current children cumulated memory: 94132 KiB

[startup+1.50033 s]
/proc/loadavg: 4.14 3.64 2.90 5/249 90992
/proc/meminfo: memFree=111694600/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=169504 memory=151968 CPUtime=1.48 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 36445 0 0 0 138 10 0 0 20 0 1 0 76384931 173572096 37992 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 42376 37992 2592 2575 0 39283 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 169504 KiB
Current children cumulated memory: 151968 KiB

[startup+3.11318 s]
/proc/loadavg: 4.14 3.64 2.90 5/249 90992
/proc/meminfo: memFree=111662720/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=172100 memory=154656 CPUtime=3.09 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 37094 0 0 0 299 10 0 0 20 0 1 0 76384931 176230400 38664 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 43025 38664 2592 2575 0 39932 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 172100 KiB
Current children cumulated memory: 154656 KiB

[startup+6.30031 s]
/proc/loadavg: 4.13 3.64 2.90 5/249 90992
/proc/meminfo: memFree=111623164/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=256000 memory=199620 CPUtime=6.26 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 49153 0 0 0 614 12 0 0 20 0 1 0 76384931 262144000 49905 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 64000 49905 2656 2575 0 60907 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 256000 KiB
Current children cumulated memory: 199620 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 3.65 2.91 5/250 90994
/proc/meminfo: memFree=111616872/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=256640 memory=200388 CPUtime=12.64 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 49316 0 0 0 1252 12 0 0 20 0 1 0 76384931 262799360 50097 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 64160 50097 2656 2575 0 61067 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 256640 KiB
Current children cumulated memory: 200388 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 3.68 2.93 5/250 90994
/proc/meminfo: memFree=111524364/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=331588 memory=268880 CPUtime=25.41 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 64379 0 0 0 2526 15 0 0 20 0 1 0 76384931 339546112 67220 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 82897 67220 2688 2575 0 79804 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 331588 KiB
Current children cumulated memory: 268880 KiB

[startup+51.1133 s]
/proc/loadavg: 4.11 3.71 2.96 5/250 90994
/proc/meminfo: memFree=111434048/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=404180 memory=340876 CPUtime=50.93 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 84673 0 0 0 5074 19 0 0 20 0 1 0 76384931 413880320 85219 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 101045 85219 2688 2575 0 97952 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 404180 KiB
Current children cumulated memory: 340876 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 3.77 3.03 5/251 91001
/proc/meminfo: memFree=111294148/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=477856 memory=411088 CPUtime=101.95 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 111177 0 0 0 10172 23 0 0 20 0 1 0 76384931 489324544 102772 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 119464 102772 2688 2575 0 116371 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 477856 KiB
Current children cumulated memory: 411088 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 3.83 3.10 5/251 91003
/proc/meminfo: memFree=111354276/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=477856 memory=411344 CPUtime=161.77 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 111278 0 0 0 16153 24 0 0 20 0 1 0 76384931 489324544 102836 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 119464 102836 2688 2575 0 116371 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 477856 KiB
Current children cumulated memory: 411344 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.88 3.16 5/251 91005
/proc/meminfo: memFree=111380528/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=480676 memory=418172 CPUtime=221.57 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 118238 0 0 0 22132 25 0 0 20 0 1 0 76384931 492212224 104543 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 120169 104543 2688 2575 0 117076 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 480676 KiB
Current children cumulated memory: 418172 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.92 3.22 5/251 91007
/proc/meminfo: memFree=111319132/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=487304 memory=424772 CPUtime=281.38 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 122032 0 0 0 28112 26 0 0 20 0 1 0 76384931 498999296 106193 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 121826 106193 2688 2575 0 118733 0
Current children cumulated CPU time: 281.38 s
Current children cumulated vsize: 487304 KiB
Current children cumulated memory: 424772 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 3.97 3.28 5/250 91009
/proc/meminfo: memFree=111328888/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=487304 memory=424772 CPUtime=341.19 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 122065 0 0 0 34093 26 0 0 20 0 1 0 76384931 498999296 106193 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 121826 106193 2688 2575 0 118733 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 487304 KiB
Current children cumulated memory: 424772 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.99 3.33 5/251 91015
/proc/meminfo: memFree=111257252/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=487304 memory=424772 CPUtime=400.99 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 122065 0 0 0 40073 26 0 0 20 0 1 0 76384931 498999296 106193 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 121826 106193 2688 2575 0 118733 0
Current children cumulated CPU time: 400.99 s
Current children cumulated vsize: 487304 KiB
Current children cumulated memory: 424772 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.02 3.39 5/252 91020
/proc/meminfo: memFree=111152240/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=487304 memory=424772 CPUtime=460.79 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 122070 0 0 0 46053 26 0 0 20 0 1 0 76384931 498999296 106193 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 121826 106193 2688 2575 0 118733 0

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

/proc/loadavg: 4.13 4.13 4.09 5/251 91292
/proc/meminfo: memFree=98236060/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=692188 memory=626828 CPUtime=3152.32 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 172301 0 0 0 315197 35 0 0 20 0 1 0 76384931 708800512 156707 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 173047 156707 2944 2575 0 169954 0
Current children cumulated CPU time: 3152.32 s
Current children cumulated vsize: 692188 KiB
Current children cumulated memory: 626828 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/252 91295
/proc/meminfo: memFree=97094800/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=696804 memory=639884 CPUtime=3212.14 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 173397 0 0 0 321179 35 0 0 20 0 1 0 76384931 713527296 159971 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 174201 159971 2944 2575 0 171108 0
Current children cumulated CPU time: 3212.14 s
Current children cumulated vsize: 696804 KiB
Current children cumulated memory: 639884 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/252 91297
/proc/meminfo: memFree=91989536/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=702884 memory=647564 CPUtime=3271.97 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 174924 0 0 0 327161 36 0 0 20 0 1 0 76384931 719753216 161891 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 175721 161891 2944 2575 0 172628 0
Current children cumulated CPU time: 3271.97 s
Current children cumulated vsize: 702884 KiB
Current children cumulated memory: 647564 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/252 91299
/proc/meminfo: memFree=89176392/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=712104 memory=656012 CPUtime=3331.8 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 176929 0 0 0 333144 36 0 0 20 0 1 0 76384931 729194496 164003 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 178026 164003 2944 2575 0 174933 0
Current children cumulated CPU time: 3331.8 s
Current children cumulated vsize: 712104 KiB
Current children cumulated memory: 656012 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/251 91301
/proc/meminfo: memFree=89145240/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=726196 memory=671628 CPUtime=3391.64 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 180138 0 0 0 339127 37 0 0 20 0 1 0 76384931 743624704 167907 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 181549 167907 2944 2575 0 178456 0
Current children cumulated CPU time: 3391.64 s
Current children cumulated vsize: 726196 KiB
Current children cumulated memory: 671628 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/251 91306
/proc/meminfo: memFree=89125836/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=768680 memory=709388 CPUtime=3451.46 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 189054 0 0 0 345108 38 0 0 20 0 1 0 76384931 787128320 177347 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 192170 177347 2944 2575 0 189077 0
Current children cumulated CPU time: 3451.46 s
Current children cumulated vsize: 768680 KiB
Current children cumulated memory: 709388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 91308
/proc/meminfo: memFree=89058328/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=780840 memory=732300 CPUtime=3511.28 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 191718 0 0 0 351089 39 0 0 20 0 1 0 76384931 799580160 183075 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 195210 183075 2944 2575 0 192117 0
Current children cumulated CPU time: 3511.28 s
Current children cumulated vsize: 780840 KiB
Current children cumulated memory: 732300 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/250 91310
/proc/meminfo: memFree=89013236/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=802484 memory=756108 CPUtime=3571.11 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 196325 0 0 0 357071 40 0 0 20 0 1 0 76384931 821743616 189027 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 200621 189027 2944 2575 0 197528 0
Current children cumulated CPU time: 3571.11 s
Current children cumulated vsize: 802484 KiB
Current children cumulated memory: 756108 KiB

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

# cumulated CPU time of all completed processes:  user=3585.59 s, system=0.417344 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.09 4.09 5/250 91310
/proc/meminfo: memFree=89013236/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=805504 memory=758540 CPUtime=3572.82 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 196905 0 0 0 357242 40 0 0 20 0 1 0 76384931 824836096 189635 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 201376 189635 2944 2575 0 198283 0
Current children cumulated CPU time: 3572.82 s
Current children cumulated vsize: 805504 KiB
Current children cumulated memory: 758540 KiB

[startup+3590.4 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 91310
/proc/meminfo: memFree=89014872/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=807172 memory=759820 CPUtime=3579.19 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 197216 0 0 0 357879 40 0 0 20 0 1 0 76384931 826544128 189955 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 201793 189955 2944 2575 0 198700 0
Current children cumulated CPU time: 3579.19 s
Current children cumulated vsize: 807172 KiB
Current children cumulated memory: 759820 KiB

[startup+3593.6 s]
/proc/loadavg: 4.08 4.09 4.09 5/250 91311
/proc/meminfo: memFree=89025016/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=808812 memory=761100 CPUtime=3582.38 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 197528 0 0 0 358198 40 0 0 20 0 1 0 76384931 828223488 190275 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 202203 190275 2944 2575 0 199110 0
Current children cumulated CPU time: 3582.38 s
Current children cumulated vsize: 808812 KiB
Current children cumulated memory: 761100 KiB

[startup+3595.2 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 91311
/proc/meminfo: memFree=89025016/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=809644 memory=761996 CPUtime=3583.98 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 197736 0 0 0 358358 40 0 0 20 0 1 0 76384931 829075456 190499 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 202411 190499 2944 2575 0 199318 0
Current children cumulated CPU time: 3583.98 s
Current children cumulated vsize: 809644 KiB
Current children cumulated memory: 761996 KiB

[startup+3596 s]*
/proc/loadavg: 4.07 4.09 4.09 5/250 91311
/proc/meminfo: memFree=89025016/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=809644 memory=761996 CPUtime=3584.78 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 197736 0 0 0 358438 40 0 0 20 0 1 0 76384931 829075456 190499 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 202411 190499 2944 2575 0 199318 0
Current children cumulated CPU time: 3584.78 s
Current children cumulated vsize: 809644 KiB
Current children cumulated memory: 761996 KiB

[startup+3596.8 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 91311
/proc/meminfo: memFree=89025016/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=809644 memory=761996 CPUtime=3585.57 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 197736 0 0 0 358517 40 0 0 20 0 1 0 76384931 829075456 190499 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 202411 190499 2944 2575 0 199318 0
Current children cumulated CPU time: 3585.57 s
Current children cumulated vsize: 809644 KiB
Current children cumulated memory: 761996 KiB

[startup+3597.2 s]
/proc/loadavg: 4.07 4.09 4.09 5/250 91311
/proc/meminfo: memFree=89025016/131382112 swapFree=33010160/33010684
[pid=90991] ppid=90988 vsize=784012 memory=736372 CPUtime=3585.97 cores=4,6
/proc/90991/stat : 90991 (pbsolver) R 90988 90991 90815 0 -1 4194304 197737 0 0 0 358557 40 0 0 20 0 1 0 76384931 802828288 184093 18446744073709551615 4198400 14743177 140720411433920 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48963584 140720411441546 140720411441642 140720411441642 140720411447244 0
/proc/90991/statm: 196003 184093 2944 2575 0 192910 0
Current children cumulated CPU time: 3585.97 s
Current children cumulated vsize: 784012 KiB
Current children cumulated memory: 736372 KiB

Child status: 0

Real time (s): 3597.22
CPU time (s): 3586
CPU user time (s): 3585.59
CPU system time (s): 0.417344
CPU usage (%): 99.6881
Max. virtual memory (cumulated for all children) (KiB): 809644
Max. memory (cumulated for all children) (KiB): 761996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.59
system time used= 0.417344
maximum resident set size= 761996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197740
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= 39
involuntary context switches= 3329


# summary of solver processes directly reported to runsolver:
#   pid: 90991
#   total CPU time (s): 3586
#   total CPU user time (s): 3585.59
#   total CPU system time (s): 0.417344

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2941 second user time and 35.5858 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-04 07:30:51
IDJOB=4524217
IDBENCH=180627
IDSOLVER=3366
FILE ID=nodeC009/4524217-1751607051
RUNJOBID= nodeC009-1751606552-90826
SLURM_JOB_ID= 9598895
Free space on /tmp= 431084 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-GolombRuler-a3v18-15_c18.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524217-1751607051/watcher-4524217-1751607051 -o /tmp/evaluation-result-4524217-1751607051/solver-4524217-1751607051 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751606552-90826 --watchdog 3760  pbsolver -f HOME/instance-4524217-1751607051.opb -t 3600 -m 31000

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

MD5SUM BENCH= 64dbfbfc0114f72138d7179eedb1d684
RANDOM SEED=1153666271

nodeC009 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		: 3600.576
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3691.454
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.85
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.266
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.664
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.229
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.85
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		: 3549.418
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.85
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.85
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.310
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.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        111793196 kB
MemAvailable:   114561876 kB
Buffers:            2144 kB
Cached:          3502272 kB
SwapCached:           24 kB
Active:         15965864 kB
Inactive:        2873720 kB
Active(anon):   15348916 kB
Inactive(anon):     4188 kB
Active(file):     616948 kB
Inactive(file):  2869532 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             15816 kB
Writeback:             0 kB
AnonPages:      15326192 kB
Mapped:           135820 kB
Shmem:             17936 kB
KReclaimable:     243272 kB
Slab:             330616 kB
SReclaimable:     243272 kB
SUnreclaim:        87344 kB
KernelStack:        4016 kB
PageTables:        33484 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   16784448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5068800 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430284 MiB
End job on nodeC009 at 2025-07-04 08:30:49