Trace number 4486342

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 2024-07-07SAT50457 3588.04 3597.09

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data8_3.opb
MD5SUM1adddfdbf1ced655bc7cf87afdf2cbda
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 benchmark40509
Best CPU time to get the best result obtained on this benchmark3600.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 279536
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 279536
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4486342-1751317318.opb>
0.00/0.04	c original problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.00/0.04	c problem read in 0.04
0.00/0.07	c presolving:
0.09/0.12	c    (0.1s) running MILP presolver
0.09/0.14	c    (0.1s) MILP presolver found nothing
0.09/0.18	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 16096 upgd conss, 0 impls, 2016 clqs
0.19/0.24	c (round 2, medium)     0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 14784 chg sides, 14784 chg coeffs, 16096 upgd conss, 0 impls, 2016 clqs
0.19/0.29	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 14784 chg sides, 22176 chg coeffs, 16096 upgd conss, 0 impls, 2016 clqs
0.39/0.44	c    (0.4s) probing: 51/1344 (3.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.39/0.44	c    (0.4s) probing aborted: 50/50 successive totally useless probings
0.49/0.57	c    (0.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.49/0.60	c    (0.6s) no symmetry present (symcode time: 0.00)
0.58/0.61	c presolving (4 rounds: 4 fast, 4 medium, 3 exhaustive):
0.58/0.61	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 14784 changed sides, 22176 changed coefficients
0.58/0.61	c  0 implications, 2016 cliques
0.58/0.61	c presolved problem has 1344 variables (1344 bin, 0 int, 0 impl, 0 cont) and 16096 constraints
0.58/0.61	c    7496 constraints of type <knapsack>
0.58/0.61	c    2016 constraints of type <setppc>
0.58/0.61	c    6584 constraints of type <logicor>
0.58/0.61	c transformed objective value is always integral (scale: 1)
0.58/0.61	c Presolving Time: 0.54
0.58/0.61	c - non default parameters ----------------------------------------------------------------------
0.58/0.61	c # SCIP version 10.0.0
0.58/0.61	c 
0.58/0.61	c # maximal time in seconds to run
0.58/0.61	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.58/0.61	c limits/time = 3596.997028
0.58/0.61	c 
0.58/0.61	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.58/0.61	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.58/0.61	c limits/memory = 27900
0.58/0.61	c 
0.58/0.61	c # belongs reading time to solving time?
0.58/0.61	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.58/0.61	c timing/reading = TRUE
0.58/0.61	c 
0.58/0.61	c -----------------------------------------------------------------------------------------------
0.58/0.61	c start solving
0.58/0.61	c 
1.58/1.66	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1.58/1.66	c   1.7s|     1 |     0 |  3214 |     - |   141M |   0 |1344 |  16k|  16k|   0 |  0 |  80 |   0 | 3.191600e+04 |      --      |    Inf | unknown
8.17/8.20	c   8.2s|     1 |     0 | 22189 |     - |   144M |   0 |1344 |  16k|  16k|  12 |  1 |  81 |   0 | 3.191600e+04 |      --      |    Inf | unknown
9.96/10.07	c  10.1s|     1 |     0 | 23961 |     - |   147M |   0 |1344 |  16k|  16k|  21 |  2 |  87 |   0 | 3.191600e+04 |      --      |    Inf | unknown
11.96/12.05	c  12.0s|     1 |     0 | 25574 |     - |   148M |   0 |1344 |  16k|  16k|  30 |  3 |  89 |   0 | 3.191600e+04 |      --      |    Inf | unknown
13.85/13.99	c  14.0s|     1 |     0 | 27161 |     - |   150M |   0 |1344 |  16k|  16k|  39 |  4 |  93 |   0 | 3.191600e+04 |      --      |    Inf | unknown
15.85/15.98	c  16.0s|     1 |     0 | 28766 |     - |   151M |   0 |1344 |  16k|  16k|  49 |  5 |  94 |   0 | 3.191600e+04 |      --      |    Inf | unknown
17.84/17.91	c  17.9s|     1 |     0 | 30460 |     - |   153M |   0 |1344 |  16k|  16k|  59 |  6 |  96 |   0 | 3.191600e+04 |      --      |    Inf | unknown
19.84/19.94	c  19.9s|     1 |     0 | 32181 |     - |   156M |   0 |1344 |  16k|  16k|  67 |  7 | 100 |   0 | 3.191600e+04 |      --      |    Inf | unknown
21.83/21.95	c  21.9s|     1 |     0 | 33837 |     - |   157M |   0 |1344 |  16k|  16k|  76 |  8 | 104 |   0 | 3.191600e+04 |      --      |    Inf | unknown
23.53/23.61	c  23.6s|     1 |     0 | 34839 |     - |   159M |   0 |1344 |  16k|  16k|  87 |  9 | 106 |   0 | 3.191600e+04 |      --      |    Inf | unknown
25.42/25.52	c  25.5s|     1 |     0 | 36317 |     - |   160M |   0 |1344 |  16k|  16k|  98 | 10 | 107 |   0 | 3.191600e+04 |      --      |    Inf | unknown
26.22/26.31	c  26.3s|     1 |     0 | 38287 |     - |   162M |   0 |1344 |  16k|  16k| 111 | 11 | 109 |   0 | 3.191600e+04 |      --      |    Inf | unknown
58.45/58.63	c  58.6s|     1 |     2 | 80519 |     - |   163M |   0 |1344 |  16k|  16k| 111 | 11 | 162 |  20 | 3.191600e+04 |      --      |    Inf | unknown
189.92/190.41	c   190s|   100 |   101 |257692 |2216.2 |   200M |  17 |1344 |  16k|  16k| 481 |  1 | 304 | 268 | 3.191600e+04 |      --      |    Inf | unknown
232.11/232.74	o 54309
232.11/232.74	c d 233s|   153 |   154 |343966 |2011.0 |veclendi|  23 |1344 |  16k|  16k|   0 |  1 | 395 | 310 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
267.82/268.58	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
267.82/268.58	c   269s|   200 |   201 |409600 |1865.9 |   241M |  23 |1344 |  16k|  16k| 898 |  1 | 418 | 351 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
354.12/355.09	c   355s|   300 |   301 |570752 |1780.8 |   261M |  23 |1344 |  16k|  16k|1303 |  1 | 503 | 439 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
448.09/449.24	c   449s|   400 |   401 |784532 |1870.3 |   269M |  25 |1344 |  16k|  16k|1688 |  1 | 773 | 519 | 3.191600e+04 | 5.430900e+04 |  70.16%| unknown
479.22/480.46	o 52410
479.22/480.46	c d 480s|   425 |   426 |854781 |1925.7 |veclendi|  25 |1344 |  16k|  16k|   0 |  1 | 858 | 540 | 3.191600e+04 | 5.241000e+04 |  64.21%| unknown
571.60/573.08	c   573s|   500 |   501 |  1065k|2059.4 |   293M |  25 |1344 |  16k|  16k|2271 |  1 |1259 | 617 | 3.191600e+04 | 5.241000e+04 |  64.21%| unknown
666.47/668.17	c   668s|   600 |   601 |  1324k|2147.9 |   302M |  25 |1344 |  16k|  16k|2763 |  1 |1872 | 705 | 3.191600e+04 | 5.241000e+04 |  64.21%| unknown
771.91/773.86	c   774s|   700 |   701 |  1566k|2186.4 |   328M |  25 |1344 |  16k|  16k|3381 |  1 |2263 | 803 | 3.191600e+04 | 5.241000e+04 |  64.21%| unknown
870.47/872.62	c   873s|   800 |   797 |  1794k|2197.5 |   339M |  27 |1344 |  16k|  16k|3961 |  1 |2628 | 895 | 3.191600e+04 | 5.241000e+04 |  64.21%| unknown
929.84/932.19	o 50750
929.84/932.19	c d 932s|   871 |   866 |  1951k|2199.3 |distribu|  27 |1344 |  16k|  16k|   0 |  1 |3022 | 950 | 3.191600e+04 | 5.075000e+04 |  59.01%| unknown
954.47/956.84	c   957s|   900 |   895 |  2005k|2187.7 |   344M |  27 |1344 |  16k|  16k|4472 |  1 |3067 | 981 | 3.191600e+04 | 5.075000e+04 |  59.01%| unknown
1035.27/1037.89	c  1038s|  1000 |   991 |  2219k|2183.5 |   346M |  27 |1344 |  16k|  16k|5006 |  3 |3421 |1075 | 3.191600e+04 | 5.075000e+04 |  59.01%| unknown
1122.66/1125.48	c  1125s|  1100 |  1091 |  2444k|2189.5 |   349M |  28 |1344 |  16k|  16k|5559 |  1 |3823 |1183 | 3.191600e+04 | 5.075000e+04 |  59.01%| unknown
1202.27/1205.26	c  1205s|  1200 |  1191 |  2660k|2186.7 |   351M |  28 |1344 |  16k|  16k|5946 |  1 |4108 |1276 | 3.191600e+04 | 5.075000e+04 |  59.01%| unknown
1278.38/1281.53	c  1282s|  1300 |  1291 |  2845k|2160.7 |   356M |  28 |1344 |  16k|  16k|6317 |  1 |4373 |1378 | 3.191600e+04 | 5.075000e+04 |  59.01%| unknown
1299.43/1302.61	o 50457
1299.43/1302.61	c d1303s|  1322 |  1313 |  2904k|2169.6 |conflict|  28 |1344 |  16k|  16k|   0 |  3 |4442 |1401 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1353.80/1357.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1353.80/1357.14	c  1357s|  1400 |  1391 |  3055k|2156.6 |   360M |  28 |1344 |  16k|  16k|6895 |  1 |4719 |1459 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1436.51/1440.00	c  1440s|  1500 |  1491 |  3304k|2179.2 |   379M |  28 |1344 |  17k|  16k|7623 |  3 |5117 |1488 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1526.69/1530.48	c  1530s|  1600 |  1591 |  3552k|2198.0 |   382M |  28 |1344 |  16k|  16k|8182 |  1 |5486 |1499 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1607.50/1611.49	c  1611s|  1700 |  1691 |  3776k|2200.1 |   391M |  28 |1344 |  17k|  16k|8725 |  1 |5880 |1530 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1704.06/1708.27	c  1708s|  1800 |  1791 |  4044k|2226.9 |   398M |  28 |1344 |  17k|  16k|9698 |  1 |6388 |1535 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1804.02/1808.43	c  1808s|  1900 |  1891 |  4297k|2242.6 |   409M |  28 |1344 |  17k|  16k|  10k|  1 |6843 |1618 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1879.73/1884.35	c  1884s|  2000 |  1991 |  4494k|2229.1 |   414M |  28 |1344 |  17k|  16k|  10k|  1 |7132 |1679 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
1960.23/1965.03	c  1965s|  2100 |  2091 |  4703k|2222.6 |   417M |  28 |1344 |  17k|  16k|  11k|  1 |7441 |1755 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2043.71/2048.76	c  2049s|  2200 |  2191 |  4929k|2224.2 |   418M |  28 |1344 |  17k|  16k|  11k|  1 |7894 |1827 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2121.31/2126.57	c  2127s|  2300 |  2291 |  5140k|2219.4 |   419M |  28 |1344 |  17k|  16k|  12k|  1 |8289 |1903 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2181.86/2187.27	c  2187s|  2400 |  2391 |  5345k|2212.4 |   420M |  36 |1344 |  17k|  16k|  12k|  1 |8515 |1927 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2250.08/2255.61	c  2256s|  2500 |  2491 |  5552k|2206.4 |   420M |  37 |1344 |  17k|  16k|  13k|  1 |8714 |1967 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2303.55/2309.28	c  2309s|  2600 |  2589 |  5735k|2192.0 |   421M |  39 |1344 |  17k|  16k|  13k|  1 |8903 |1998 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2366.49/2372.39	c  2372s|  2700 |  2689 |  5958k|2193.5 |   423M |  39 |1344 |  17k|  16k|  13k|  1 |9254 |2002 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2434.82/2440.84	c  2441s|  2800 |  2789 |  6178k|2193.7 |   423M |  39 |1344 |  17k|  16k|  14k|  1 |9565 |2014 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2497.66/2503.86	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2497.66/2503.86	c  2504s|  2900 |  2889 |  6374k|2185.7 |   424M |  39 |1344 |  17k|  16k|  14k|  1 |9829 |2028 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2568.08/2574.43	c  2574s|  3000 |  2989 |  6584k|2182.7 |   427M |  39 |1344 |  17k|  16k|  15k|  1 |  10k|2060 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2639.99/2646.50	c  2646s|  3100 |  3089 |  6787k|2178.0 |   428M |  39 |1344 |  17k|  16k|  15k|  1 |  10k|2120 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2699.64/2706.34	c  2706s|  3200 |  3189 |  6957k|2162.8 |   428M |  39 |1344 |  17k|  16k|  15k|  1 |  10k|2178 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2777.94/2784.85	c  2785s|  3300 |  3289 |  7188k|2167.3 |   430M |  39 |1344 |  17k|  16k|  16k|  1 |  11k|2236 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2855.65/2862.71	c  2863s|  3400 |  3389 |  7413k|2169.8 |   431M |  39 |1344 |  17k|  16k|  16k|  1 |  11k|2295 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2917.39/2924.60	c  2925s|  3500 |  3489 |  7584k|2156.7 |   433M |  39 |1344 |  17k|  16k|  16k|  1 |  11k|2354 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
2985.62/2993.02	c  2993s|  3600 |  3589 |  7776k|2150.2 |   440M |  41 |1344 |  17k|  16k|  16k|  1 |  11k|2418 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3047.66/3055.29	c  3055s|  3700 |  3689 |  7959k|2141.3 |   443M |  41 |1344 |  17k|  16k|  17k|  1 |  12k|2471 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3098.10/3105.88	c  3106s|  3800 |  3789 |  8136k|2131.7 |   443M |  41 |1344 |  17k|  16k|  17k|  1 |  12k|2486 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3156.72/3164.61	c  3165s|  3900 |  3889 |  8322k|2124.6 |   444M |  41 |1344 |  17k|  16k|  17k|  1 |  12k|2499 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3231.60/3239.78	c  3240s|  4000 |  3989 |  8538k|2125.7 |   452M |  41 |1344 |  17k|  16k|  18k|  1 |  12k|2516 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3295.50/3303.85	c  3304s|  4100 |  4089 |  8740k|2123.0 |   453M |  41 |1344 |  17k|  16k|  19k|  1 |  13k|2533 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3356.23/3364.71	c  3365s|  4200 |  4189 |  8938k|2119.6 |   454M |  41 |1344 |  17k|  16k|  19k|  1 |  13k|2542 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3422.37/3431.00	c  3431s|  4300 |  4289 |  9141k|2117.6 |   460M |  41 |1344 |  17k|  16k|  19k|  1 |  13k|2552 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3485.61/3494.49	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3485.61/3494.49	c  3494s|  4400 |  4389 |  9345k|2115.8 |   461M |  41 |1344 |  17k|  16k|  19k|  1 |  14k|2558 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3545.65/3554.65	c  3555s|  4500 |  4489 |  9529k|2109.6 |   471M |  41 |1344 |  17k|  16k|  20k|  1 |  14k|2578 | 3.191600e+04 | 5.045700e+04 |  58.09%| unknown
3587.95/3597.00	c 
3587.95/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.95/3597.00	c Solving Time (sec) : 3597.00
3587.95/3597.00	c Solving Nodes      : 4544
3587.95/3597.00	c Primal Bound       : +5.04570000000000e+04 (4 solutions)
3587.95/3597.00	c Dual Bound         : +3.19160000000000e+04
3587.95/3597.00	c Gap                : 58.09 %
3587.95/3597.01	s SATISFIABLE
3587.95/3597.01	v -x833 -x769 x705 x641 x577 -x513 x449 x385 x321 -x257 -x193 x129 -x65 -x1 x896 x832 -x768 x704 -x640 -x576 -x512 x448 x384 x320 
3587.95/3597.01	v -x256 -x192 -x128 x64 -x887 x823 x759 x695 -x631 -x567 x503 -x439 -x375 -x311 x247 x183 x119 -x55 x878 -x814 -x750 -x686 x622 
3587.95/3597.01	v x558 -x494 x430 -x366 -x302 -x238 x174 x110 x46 x869 x805 x741 -x677 -x613 x549 -x485 -x421 x357 x293 x229 -x165 -x101 -x37 
3587.95/3597.01	v x860 x796 -x732 -x668 x604 x540 -x476 -x412 -x348 x284 x220 -x156 x92 -x28 -x851 -x787 x723 -x659 -x595 x531 x467 x403 -x339 
3587.95/3597.01	v -x275 x211 -x147 x83 x19 -x842 -x778 -x714 x650 x586 -x522 x458 -x394 x330 x266 -x202 x138 -x74 x10 -x895 -x831 -x767 -x703 
3587.95/3597.01	v -x639 -x575 -x511 -x447 -x383 -x319 -x255 -x191 x127 -x63 -x894 -x830 -x766 -x702 -x638 -x574 -x510 -x446 -x382 -x318 -x254 x190 
3587.95/3597.01	v -x126 -x62 -x893 -x829 -x765 -x701 -x637 x573 -x509 -x445 -x381 -x317 -x253 -x189 -x125 -x61 -x892 -x828 -x764 -x700 -x636 
3587.95/3597.01	v -x572 -x508 -x444 -x380 -x316 x252 -x188 -x124 -x60 -x891 -x827 x763 -x699 -x635 -x571 -x507 -x443 -x379 -x315 -x251 -x187 
3587.95/3597.01	v -x123 -x59 -x890 -x826 -x762 -x698 x634 -x570 -x506 -x442 -x378 -x314 -x250 -x186 -x122 -x58 -x889 -x825 -x761 -x697 -x633 -x569 
3587.95/3597.01	v x505 -x441 -x377 -x313 -x249 -x185 -x121 -x57 x888 -x824 -x760 -x696 -x632 -x568 -x504 -x440 -x376 -x312 -x248 -x184 -x120 
3587.95/3597.01	v -x56 -x886 -x822 -x758 -x694 -x630 -x566 -x502 x438 -x374 -x310 -x246 -x182 -x118 -x54 -x885 -x821 -x757 -x693 -x629 -x565 
3587.95/3597.01	v -x501 -x437 -x373 x309 -x245 -x181 -x117 -x53 -x884 -x820 -x756 -x692 x628 -x564 -x500 -x436 -x372 -x308 -x244 -x180 -x116 -x52 
3587.95/3597.01	v -x883 -x819 -x755 -x691 -x627 x563 -x499 -x435 -x371 -x307 -x243 -x179 -x115 -x51 -x882 -x818 -x754 -x690 -x626 -x562 -x498 
3587.95/3597.01	v -x434 -x370 -x306 -x242 -x178 -x114 x50 -x881 -x817 -x753 -x689 -x625 -x561 -x497 -x433 x369 -x305 -x241 -x177 -x113 -x49 -x880 
3587.95/3597.01	v -x816 -x752 x688 -x624 -x560 -x496 -x432 -x368 -x304 -x240 -x176 -x112 -x48 -x879 -x815 -x751 -x687 -x623 -x559 -x495 -x431 
3587.95/3597.01	v -x367 -x303 x239 -x175 -x111 -x47 -x877 x813 -x749 -x685 -x621 -x557 -x493 -x429 -x365 -x301 -x237 -x173 -x109 -x45 -x876 
3587.95/3597.01	v -x812 -x748 -x684 -x620 -x556 -x492 -x428 -x364 x300 -x236 -x172 -x108 -x44 -x875 -x811 -x747 -x683 -x619 -x555 x491 -x427 -x363 
3587.95/3597.01	v -x299 -x235 -x171 -x107 -x43 -x874 -x810 -x746 -x682 -x618 -x554 -x490 -x426 x362 -x298 -x234 -x170 -x106 -x42 -x873 -x809 
3587.95/3597.01	v x745 -x681 -x617 -x553 -x489 -x425 -x361 -x297 -x233 -x169 -x105 -x41 -x872 -x808 -x744 -x680 -x616 -x552 -x488 x424 -x360 
3587.95/3597.01	v -x296 -x232 -x168 -x104 -x40 -x871 -x807 -x743 x679 -x615 -x551 -x487 -x423 -x359 -x295 -x231 -x167 -x103 -x39 -x870 -x806 -x742 
3587.95/3597.01	v -x678 x614 -x550 -x486 -x422 -x358 -x294 -x230 -x166 -x102 -x38 -x868 -x804 -x740 -x676 -x612 -x548 -x484 -x420 -x356 -x292 
3587.95/3597.01	v -x228 -x164 x100 -x36 -x867 -x803 -x739 -x675 -x611 -x547 -x483 -x419 -x355 -x291 -x227 -x163 -x99 x35 -x866 -x802 -x738 
3587.95/3597.01	v -x674 -x610 -x546 x482 -x418 -x354 -x290 -x226 -x162 -x98 -x34 -x865 -x801 -x737 -x673 -x609 -x545 -x481 -x417 -x353 -x289 -x225 
3587.95/3597.01	v x161 -x97 -x33 -x864 -x800 -x736 -x672 -x608 -x544 -x480 -x416 x352 -x288 -x224 -x160 -x96 -x32 -x863 -x799 -x735 -x671 -x607 
3587.95/3597.01	v -x543 x479 -x415 -x351 -x287 -x223 -x159 -x95 -x31 -x862 -x798 -x734 -x670 -x606 -x542 -x478 -x414 -x350 -x286 -x222 -x158 
3587.95/3597.01	v -x94 x30 -x861 -x797 x733 -x669 -x605 -x541 -x477 -x413 -x349 -x285 -x221 -x157 -x93 -x29 -x859 -x795 -x731 -x667 -x603 -x539 
3587.95/3597.01	v -x475 x411 -x347 -x283 -x219 -x155 -x91 -x27 -x858 -x794 -x730 -x666 -x602 -x538 -x474 -x410 -x346 -x282 -x218 x154 -x90 
3587.95/3597.01	v -x26 -x857 -x793 -x729 x665 -x601 -x537 -x473 -x409 -x345 -x281 -x217 -x153 -x89 -x25 -x856 -x792 -x728 -x664 -x600 -x536 -x472 
3587.95/3597.01	v -x408 -x344 x280 -x216 -x152 -x88 -x24 -x855 -x791 -x727 -x663 -x599 -x535 -x471 -x407 -x343 -x279 -x215 x151 -x87 -x23 x854 
3587.95/3597.01	v -x790 -x726 -x662 -x598 -x534 -x470 -x406 -x342 -x278 -x214 -x150 -x86 -x22 -x853 -x789 -x725 -x661 -x597 -x533 -x469 -x405 
3587.95/3597.01	v x341 -x277 -x213 -x149 -x85 -x21 -x852 x788 -x724 -x660 -x596 -x532 -x468 -x404 -x340 -x276 -x212 -x148 -x84 -x20 -x850 -x786 
3587.95/3597.01	v -x722 x658 -x594 -x530 -x466 -x402 -x338 -x274 -x210 -x146 -x82 -x18 -x849 -x785 -x721 -x657 x593 -x529 -x465 -x401 -x337 
3587.95/3597.01	v -x273 -x209 -x145 -x81 -x17 -x848 x784 -x720 -x656 -x592 -x528 -x464 -x400 -x336 -x272 -x208 -x144 -x80 -x16 -x847 -x783 x719 
3587.95/3597.01	v -x655 -x591 -x527 -x463 -x399 -x335 -x271 -x207 -x143 -x79 -x15 -x846 -x782 -x718 -x654 -x590 x526 -x462 -x398 -x334 -x270 -x206 
3587.95/3597.01	v -x142 -x78 -x14 -x845 -x781 -x717 -x653 -x589 -x525 -x461 -x397 -x333 -x269 x205 -x141 -x77 -x13 x844 -x780 -x716 -x652 
3587.95/3597.01	v -x588 -x524 -x460 -x396 -x332 -x268 -x204 -x140 -x76 -x12 -x843 -x779 -x715 -x651 -x587 -x523 -x459 -x395 -x331 -x267 -x203 -x139 
3587.95/3597.01	v x75 -x11 -x841 -x777 -x713 -x649 -x585 -x521 -x457 x393 -x329 -x265 -x201 -x137 -x73 -x9 -x840 -x776 -x712 -x648 -x584 -x520 
3587.95/3597.01	v -x456 -x392 -x328 -x264 -x200 -x136 -x72 x8 -x839 x775 -x711 -x647 -x583 -x519 -x455 -x391 -x327 -x263 -x199 -x135 -x71 
3587.95/3597.01	v -x7 -x838 -x774 -x710 -x646 -x582 -x518 -x454 -x390 -x326 -x262 -x198 -x134 x70 -x6 x837 -x773 -x709 -x645 -x581 -x517 -x453 
3587.95/3597.01	v -x389 -x325 -x261 -x197 -x133 -x69 -x5 -x836 -x772 -x708 -x644 -x580 x516 -x452 -x388 -x324 -x260 -x196 -x132 -x68 -x4 -x835 
3587.95/3597.01	v -x771 -x707 -x643 -x579 -x515 -x451 -x387 -x323 -x259 x195 -x131 -x67 -x3 -x834 -x770 -x706 -x642 -x578 -x514 -x450 -x386 -x322 
3587.95/3597.01	v x258 -x194 -x130 -x66 -x2 x1344 -x1343 -x1342 -x1341 x1340 -x1339 x1338 -x1337 x1336 -x1335 -x1334 -x1333 -x1332 -x1331 -x1330 
3587.95/3597.01	v -x1329 -x1328 x1327 -x1326 -x1325 -x1324 -x1323 -x1322 -x1321 -x1320 -x1319 x1318 -x1317 x1316 -x1315 -x1314 -x1313 -x1312 
3587.95/3597.01	v -x1311 -x1310 x1309 -x1308 -x1307 -x1306 -x1305 -x1304 -x1303 x1302 -x1301 -x1300 -x1299 -x1298 -x1297 -x1296 -x1295 -x1294 
3587.95/3597.01	v -x1293 x1292 -x1291 -x1290 -x1289 x1288 -x1287 -x1286 -x1285 -x1284 -x1283 -x1282 x1281 -x1280 x1279 -x1278 x1277 x1276 -x1275 
3587.95/3597.01	v -x1274 x1273 -x1272 -x1271 -x1270 -x1269 -x1268 -x1267 -x1266 -x1265 -x1264 -x1263 -x1262 x1261 -x1260 x1259 -x1258 -x1257 
3587.95/3597.01	v -x1256 -x1255 -x1254 -x1253 -x1252 -x1251 -x1250 x1249 -x1248 -x1247 -x1246 x1245 -x1244 -x1243 -x1242 -x1241 -x1240 -x1239 
3587.95/3597.01	v -x1238 x1237 -x1236 -x1235 -x1234 -x1233 -x1232 -x1231 -x1230 -x1229 -x1228 -x1227 x1226 -x1225 -x1224 -x1223 x1222 -x1221 -x1220 
3587.95/3597.01	v -x1219 x1218 x1217 -x1216 -x1215 x1214 -x1213 -x1212 -x1211 -x1210 x1209 -x1208 -x1207 -x1206 -x1205 -x1204 -x1203 -x1202 
3587.95/3597.01	v -x1201 -x1200 x1199 -x1198 -x1197 -x1196 x1195 -x1194 -x1193 -x1192 -x1191 -x1190 -x1189 x1188 -x1187 -x1186 -x1185 -x1184 
3587.95/3597.01	v -x1183 -x1182 -x1181 x1180 -x1179 -x1178 -x1177 -x1176 -x1175 -x1174 -x1173 -x1172 x1171 -x1170 -x1169 -x1168 x1167 -x1166 -x1165 
3587.95/3597.01	v -x1164 -x1163 -x1162 x1161 -x1160 -x1159 -x1158 -x1157 -x1156 x1155 -x1154 x1153 -x1152 x1151 -x1150 -x1149 -x1148 -x1147 
3587.95/3597.01	v -x1146 -x1145 -x1144 -x1143 x1142 -x1141 -x1140 -x1139 -x1138 x1137 -x1136 -x1135 -x1134 -x1133 -x1132 x1131 -x1130 -x1129 
3587.95/3597.01	v -x1128 -x1127 -x1126 -x1125 x1124 -x1123 -x1122 -x1121 -x1120 -x1119 -x1118 -x1117 x1116 -x1115 -x1114 -x1113 -x1112 -x1111 
3587.95/3597.01	v x1110 -x1109 -x1108 -x1107 -x1106 -x1105 -x1104 x1103 -x1102 -x1101 -x1100 -x1099 -x1098 -x1097 x1096 -x1095 -x1094 -x1093 x1092 
3587.95/3597.01	v -x1091 x1090 -x1089 -x1088 x1087 x1086 -x1085 x1084 -x1083 -x1082 -x1081 -x1080 -x1079 -x1078 -x1077 -x1076 -x1075 x1074 
3587.95/3597.01	v -x1073 -x1072 -x1071 -x1070 -x1069 x1068 -x1067 -x1066 -x1065 -x1064 -x1063 x1062 -x1061 -x1060 -x1059 -x1058 -x1057 -x1056 -x1055 
3587.95/3597.01	v -x1054 x1053 -x1052 -x1051 -x1050 -x1049 -x1048 -x1047 x1046 -x1045 -x1044 -x1043 -x1042 -x1041 -x1040 x1039 -x1038 -x1037 
3587.95/3597.01	v -x1036 -x1035 x1034 -x1033 -x1032 -x1031 -x1030 x1029 x1028 -x1027 -x1026 x1025 -x1024 x1023 -x1022 -x1021 -x1020 -x1019 
3587.95/3597.01	v -x1018 x1017 -x1016 -x1015 -x1014 -x1013 -x1012 -x1011 -x1010 x1009 -x1008 -x1007 -x1006 x1005 -x1004 -x1003 -x1002 x1001 -x1000 
3587.95/3597.01	v -x999 -x998 -x997 -x996 -x995 -x994 -x993 -x992 -x991 -x990 x989 -x988 -x987 -x986 -x985 -x984 -x983 x982 -x981 -x980 -x979 
3587.95/3597.01	v -x978 -x977 -x976 x975 -x974 -x973 -x972 -x971 -x970 -x969 x968 -x967 -x966 x965 x964 x963 -x962 x961 x960 -x959 -x958 -x957 
3587.95/3597.01	v -x956 -x955 -x954 x953 -x952 x951 -x950 -x949 -x948 -x947 -x946 -x945 -x944 x943 -x942 -x941 -x940 -x939 -x938 -x937 -x936 
3587.95/3597.01	v -x935 -x934 -x933 x932 -x931 -x930 -x929 -x928 -x927 -x926 x925 -x924 -x923 -x922 -x921 -x920 -x919 x918 -x917 -x916 -x915 -x914 
3587.95/3597.01	v -x913 x912 -x911 -x910 -x909 -x908 -x907 -x906 -x905 x904 x903 x902 -x901 -x900 x899 x898 -x897 
3587.95/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3587.95/3597.01	c Total Time         :    3597.00
3587.95/3597.01	c   solving          :    3597.00
3587.95/3597.01	c   presolving       :       0.54 (included in solving)
3587.95/3597.01	c   reading          :       0.04 (included in solving)
3587.95/3597.01	c   copying          :       0.47 (17 #copies) (minimal 0.02, maximal 0.03, average 0.03)
3587.95/3597.01	c Original Problem   :
3587.95/3597.01	c   Problem name     : HOME/instance-4486342-1751317318.opb
3587.95/3597.01	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.95/3597.01	c   Constraints      : 16096 initial, 16096 maximal
3587.95/3597.01	c   Objective        : minimize, 448 non-zeros (abs.min = 80, abs.max = 1380)
3587.95/3597.01	c Presolved Problem  :
3587.95/3597.01	c   Problem name     : t_HOME/instance-4486342-1751317318.opb
3587.95/3597.01	c   Variables        : 1344 (1344 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.95/3597.01	c   Constraints      : 16096 initial, 17433 maximal
3587.95/3597.01	c   Objective        : minimize, 448 non-zeros (abs.min = 80, abs.max = 1380)
3587.95/3597.01	c   Nonzeros         : 102832 constraint, 6496 clique table
3587.95/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.95/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   domcol           :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   dualsparsify     :       0.13       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   gateextraction   :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   implics          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   milp             :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   sparsify         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   trivial          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   dualfix          :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   probing          :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   symmetry         :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   knapsack         :       0.15       0.00      8          0          0          0          0          0          0          0      14784      22176
3587.95/3597.01	c   setppc           :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   linear           :       0.05       0.01      2          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   logicor          :       0.01       0.00      7          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.95/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.95/3597.01	c   benderslp        :          0          0          0          0       4547          0          0        886          0          0          0          0          0          0          0
3587.95/3597.01	c   integral         :          0          0          0          0       4547          0          0        886          0          0         55          0          0         33       9072
3587.95/3597.01	c   knapsack         :       7496+      7534         11     175137          0          0          0        880      12168        291       6915          0          0          0          0
3587.95/3597.01	c   setppc           :       2016       2016         11     174847          0          0          0         12     128397       1154     111997          0          0          0          0
3587.95/3597.01	c   linear           :          0+        26          0     168896          0          0          0          3         29         60          0          0          0          0          0
3587.95/3597.01	c   logicor          :       6584+      7883         11      70307          0          0          0         11      16801        183       2851          4          2          0          0
3587.95/3597.01	c   benders          :          0          0          0          0          0          0          0         13          0          0          0          0          0          0          0
3587.95/3597.01	c   fixedvar         :          0          0          0          0          0          0          0         13          0          0          0          0          0          0          0
3587.95/3597.01	c   countsols        :          0          0          0          0          0          0          0         13          0          0          0          0          0          0          0
3587.95/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.95/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   integral         :     590.58       0.00       0.00       0.00     590.58       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   knapsack         :       5.03       0.00       0.15       4.25       0.00       0.00       0.00       0.01       0.01       0.61
3587.95/3597.01	c   setppc           :       3.54       0.00       0.00       2.93       0.00       0.00       0.00       0.00       0.04       0.57
3587.95/3597.01	c   linear           :       0.08       0.01       0.00       0.06       0.00       0.00       0.00       0.00       0.00       0.01
3587.95/3597.01	c   logicor          :       1.61       0.00       0.01       1.37       0.00       0.00       0.00       0.00       0.01       0.22
3587.95/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.95/3597.01	c   dualfix          :          1          0          0          0
3587.95/3597.01	c   genvbounds       :          0          0          0          0
3587.95/3597.01	c   nlobbt           :          0          0          0          0
3587.95/3597.01	c   obbt             :          0          0          0          0
3587.95/3597.01	c   probing          :          0          0          0          0
3587.95/3597.01	c   pseudoobj        :      16334          0          0          0
3587.95/3597.01	c   redcost          :         13          0          0          0
3587.95/3597.01	c   rootredcost      :          5          0          0          0
3587.95/3597.01	c   symmetry         :          0          0          0          0
3587.95/3597.01	c   vbounds          :      69311          0          0          0
3587.95/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.95/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   genvbounds       :       0.02       0.00       0.00       0.01       0.00       0.00
3587.95/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.95/3597.01	c   probing          :       0.05       0.00       0.05       0.00       0.00       0.00
3587.95/3597.01	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00       0.00
3587.95/3597.01	c   redcost          :       0.02       0.00       0.00       0.02       0.00       0.00
3587.95/3597.01	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3587.95/3597.01	c   symmetry         :       0.05       0.00       0.03       0.02       0.00       0.00
3587.95/3597.01	c   vbounds          :       0.05       0.00       0.00       0.04       0.00       0.00
3587.95/3597.01	c Symmetry           :
3587.95/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.95/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.95/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.95/3597.01	c   shadow tree time :       0.00 s
3587.95/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.95/3597.01	c   propagation      :       0.09       1635       1624          -      13364       42.2        582       13.2          -          -          -
3587.95/3597.01	c   infeasible LP    :       0.40        631        631          -       9514       92.1        143       10.7        475       91.8          0
3587.95/3597.01	c   bound exceed. LP :       0.81        224         10          -        294      222.4          0        0.0          0        0.0       2061
3587.95/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.95/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.95/3597.01	c   applied globally :       0.15          -          -          0      13852       33.7          -          -        475          -          -
3587.95/3597.01	c   applied locally  :          -          -          -          0          2      209.0          -          -          0          -          -
3587.95/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.95/3597.01	c   cut pool         :       1.42          -       2020         21          -          -      23044     102036          -          -          -          -          -    (maximal pool size:       3625)
3587.95/3597.01	c   aggregation      :       1.31       0.00        658         11          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.95/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.95/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.95/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   clique           :       0.03       0.00         11         11          0          0         66       1529          0       1242       1242          0          0
3587.95/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   gomory           :     243.38       0.00        528         10          0          0      20842      62587          0       3134       3134          0          0
3587.95/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -      16574          0        768        768          0          -
3587.95/3597.01	c   > strongcg       :          -          -          -          -          -          -          -      46013          0       2366       2366          0          -
3587.95/3597.01	c   impliedbounds    :       0.04       0.00        658         11          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   multilinear      :       0.00       0.00        251         11          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   rapidlearning    :       0.09       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   rlt              :       0.00       0.00        143         10          0          0          0          0          0          0          0          0          0
3587.95/3597.01	c   zerohalf         :       4.10       0.00        529         11          0          0       2146      37920         10      16239      16233          6          0
3587.95/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.95/3597.01	c   hybrid           :       0.12       0.00       1487         11      20617          0      81433        111          0        108
3587.95/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.95/3597.01	c   problem variables:       0.00          -          0          0
3587.95/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.95/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c   relpscost        :     590.57       0.00       4547          0          0          0         55          0         42       9072
3587.95/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.95/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.95/3597.01	c   LP solutions     :       0.00          -          -          0          0
3587.95/3597.01	c   relax solutions  :       0.00          -          -          0          0
3587.95/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3587.95/3597.01	c   strong branching :       0.01          -          -          0          0
3587.95/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3587.95/3597.01	c   adaptivediving   :      13.21       0.00         13          0          0
3587.95/3597.01	c   alns             :       0.51       0.00          5          0          0
3587.95/3597.01	c   bound            :       0.00       0.00          0          0          0
3587.95/3597.01	c   clique           :       0.04       0.00          1          0          0
3587.95/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3587.95/3597.01	c   completesol      :       0.00       0.00          0          0          0
3587.95/3597.01	c   conflictdiving   :     198.55       0.00        175          1          1
3587.95/3597.01	c   crossover        :       0.57       0.00          4          0          0
3587.95/3597.01	c   dins             :       0.00       0.00          0          0          0
3587.95/3597.01	c   distributiondivin:     109.21       0.00         94          1          1
3587.95/3597.01	c   dps              :       0.00       0.00          0          0          0
3587.95/3597.01	c   dualval          :       0.00       0.00          0          0          0
3587.95/3597.01	c   farkasdiving     :      24.73       0.00          1          0          0
3587.95/3597.01	c   feasjump         :       0.06       0.00          1          0          0
3587.95/3597.01	c   feaspump         :      40.97       0.00         16          0          0
3587.95/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3587.95/3597.01	c   fracdiving       :      83.35       0.00        176          0          0
3587.95/3597.01	c   gins             :       0.02       0.00          0          0          0
3587.95/3597.01	c   guideddiving     :      95.47       0.00        126          0          0
3587.95/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3587.95/3597.01	c   indicator        :       0.00       0.00          0          0          0
3587.95/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3587.95/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3587.95/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3587.95/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3587.95/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3587.95/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3587.95/3597.01	c   linesearchdiving :      92.54       0.00        121          0          0
3587.95/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3587.95/3597.01	c   locks            :       0.01       0.00          1          0          0
3587.95/3597.01	c   lpface           :       0.17       0.00          1          0          0
3587.95/3597.01	c   mpec             :       0.00       0.00          0          0          0
3587.95/3597.01	c   multistart       :       0.00       0.00          0          0          0
3587.95/3597.01	c   mutation         :       0.00       0.00          0          0          0
3587.95/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3587.95/3597.01	c   objpscostdiving  :      30.68       0.00         13          0          0
3587.95/3597.01	c   octane           :       0.00       0.00          0          0          0
3587.95/3597.01	c   ofins            :       0.00       0.00          0          0          0
3587.95/3597.01	c   oneopt           :       0.01       0.00          4          0          0
3587.95/3597.01	c   padm             :       0.00       0.00          0          0          0
3587.95/3597.01	c   proximity        :       0.00       0.00          0          0          0
3587.95/3597.01	c   pscostdiving     :      96.37       0.00         66          0          0
3587.95/3597.01	c   randrounding     :       0.20       0.00        878          0          0
3587.95/3597.01	c   rens             :       0.09       0.00          1          0          0
3587.95/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3587.95/3597.01	c   repair           :       0.00       0.00          0          0          0
3587.95/3597.01	c   rins             :       0.80       0.00          7          0          0
3587.95/3597.01	c   rootsoldiving    :      30.25       0.00         10          0          0
3587.95/3597.01	c   rounding         :       0.40       0.00       1039          0          0
3587.95/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3587.95/3597.01	c   shiftandpropagate:       0.02       0.00          1          0          0
3587.95/3597.01	c   shifting         :       0.70       0.00        590          0          0
3587.95/3597.01	c   simplerounding   :       0.00       0.00          0          0          0
3587.95/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3587.95/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3587.95/3597.01	c   trivial          :       0.00       0.00          2          0          0
3587.95/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3587.95/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3587.95/3597.01	c   trysol           :       0.00       0.00          0          0          0
3587.95/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3587.95/3597.01	c   undercover       :       0.00       0.00          0          0          0
3587.95/3597.01	c   vbounds          :       0.03       0.00          1          0          0
3587.95/3597.01	c   veclendiving     :     106.96       0.00         91          2          2
3587.95/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3587.95/3597.01	c   zirounding       :       0.29       0.00       1000          0          0
3587.95/3597.01	c   other solutions  :          -          -          -          0          -
3587.95/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	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
3587.95/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.95/3597.01	c   primal LP        :       2.76       1276          0       0.00       0.00       2.76       1276
3587.95/3597.01	c   dual LP          :    1811.72       6037    6217493    1030.24    3431.81       0.01          2
3587.95/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3587.95/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.95/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3587.95/3597.01	c   diving/probing LP:     945.49       4902    3412284     696.10    3609.01
3587.95/3597.01	c   strong branching :     540.18       2614    1849810     707.65    3424.45          -          -       2926
3587.95/3597.01	c     (at root node) :          -         20      14521     726.05          -
3587.95/3597.01	c   conflict analysis:       0.68        209       2061       9.86    3050.78
3587.95/3597.01	c B&B Tree           :
3587.95/3597.01	c   number of runs   :          1
3587.95/3597.01	c   nodes            :       4544 (4536 internal, 8 leaves)
3587.95/3597.01	c   feasible leaves  :          0
3587.95/3597.01	c   infeas. leaves   :          7
3587.95/3597.01	c   objective leaves :          0
3587.95/3597.01	c   nodes (total)    :       4544 (4536 internal, 8 leaves)
3587.95/3597.01	c   nodes left       :       4530
3587.95/3597.01	c   max depth        :         41
3587.95/3597.01	c   max depth (total):         41
3587.95/3597.01	c   backtracks       :       1179 (25.9%)
3587.95/3597.01	c   early backtracks :          0 (0.0%)
3587.95/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3587.95/3597.01	c   delayed cutoffs  :          0
3587.95/3597.01	c   repropagations   :         40 (58 domain reductions, 0 cutoffs)
3587.95/3597.01	c   avg switch length:       7.24
3587.95/3597.01	c   switching time   :       5.35
3587.95/3597.01	c Root Node          :
3587.95/3597.01	c   First LP value   : +3.19160000000000e+04
3587.95/3597.01	c   First LP Iters   :       3214 (3593.41 Iter/sec)
3587.95/3597.01	c   First LP Time    :       0.89
3587.95/3597.01	c   Final Dual Bound : +3.19160000000000e+04
3587.95/3597.01	c   Final Root Iters :      38287
3587.95/3597.01	c   Root LP Estimate : +4.41759332948928e+04
3587.95/3597.01	c Solution           :
3587.95/3597.01	c   Solutions found  :          4 (4 improvements)
3587.95/3597.01	c   First Solution   : +5.43090000000000e+04   (in run 1, after 153 nodes, 232.74 seconds, depth 44, found by <veclendiving>)
3587.95/3597.01	c   Gap First Sol.   :      70.16 %
3587.95/3597.01	c   Gap Last Sol.    :      58.09 %
3587.95/3597.01	c   Primal Bound     : +5.04570000000000e+04   (in run 1, after 1322 nodes, 1302.61 seconds, depth 54, found by <conflictdiving>)
3587.95/3597.01	c   Dual Bound       : +3.19160000000000e+04
3587.95/3597.01	c   Gap              :      58.09 %
3587.95/3597.01	c Integrals          :      Total       Avg%
3587.95/3597.01	c   primal-dual      :  149208.85      41.48
3587.95/3597.01	c   primal-ref       :          -          - (not evaluated)
3587.95/3597.01	c   dual-ref         :          -          - (not evaluated)
3587.95/3597.08	c Time complete: 3588.04.

Verifier Data

OK	50457

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62956 MiB free)
  memory of node 1: 64507 MiB (63878 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486342-1751317318/watcher-4486342-1751317318 -o /tmp/evaluation-result-4486342-1751317318/solver-4486342-1751317318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751313715-43764 --watchdog 3760 pbscip -f HOME/instance-4486342-1751317318.opb -t 3600 -j 2 -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.el
Current StackSize limit: 8192 KiB

solver pid=44456, runsolver pid=44453

[startup+0.100061 s]*
/proc/loadavg: 4.45 4.29 4.13 6/266 44457
/proc/meminfo: memFree=129846432/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=84812 memory=55408 CPUtime=0.09 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 10687 0 0 0 8 1 0 0 20 0 1 0 47409601 86847488 13852 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 21203 13852 3584 3530 0 12654 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 84812 KiB
Current children cumulated memory: 55408 KiB

[startup+0.205651 s]*
/proc/loadavg: 4.45 4.29 4.13 6/266 44457
/proc/meminfo: memFree=129830304/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=94672 memory=68608 CPUtime=0.19 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 17957 0 0 0 17 2 0 0 20 0 1 0 47409601 96944128 17152 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 23668 17152 3776 3530 0 15119 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 94672 KiB
Current children cumulated memory: 68608 KiB

[startup+0.305524 s]*
/proc/loadavg: 4.45 4.29 4.13 6/266 44457
/proc/meminfo: memFree=129830304/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=97452 memory=71296 CPUtime=0.29 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 18649 0 0 0 27 2 0 0 20 0 1 0 47409601 99790848 17824 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 24363 17824 3776 3530 0 15814 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 97452 KiB
Current children cumulated memory: 71296 KiB

[startup+0.70015 s]
/proc/loadavg: 4.45 4.29 4.13 6/266 44457
/proc/meminfo: memFree=129792688/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=191408 memory=153552 CPUtime=0.68 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 32452 0 0 0 63 5 0 0 20 0 1 0 47409601 196001792 38388 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 47852 38388 3840 3530 0 39303 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 191408 KiB
Current children cumulated memory: 153552 KiB

[startup+1.5001 s]
/proc/loadavg: 4.45 4.29 4.13 6/266 44457
/proc/meminfo: memFree=129752668/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=194212 memory=157392 CPUtime=1.48 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 33306 0 0 0 143 5 0 0 20 0 1 0 47409601 198873088 39348 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 48553 39348 3936 3530 0 40004 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 194212 KiB
Current children cumulated memory: 157392 KiB

[startup+3.10476 s]
/proc/loadavg: 4.45 4.29 4.13 6/266 44457
/proc/meminfo: memFree=129752668/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=194212 memory=157392 CPUtime=3.08 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 33306 0 0 0 303 5 0 0 20 0 1 0 47409601 198873088 39348 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 48553 39348 3936 3530 0 40004 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 194212 KiB
Current children cumulated memory: 157392 KiB

[startup+6.30011 s]
/proc/loadavg: 4.49 4.30 4.13 6/262 44465
/proc/meminfo: memFree=129753508/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=194212 memory=157520 CPUtime=6.27 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 33307 0 0 0 621 6 0 0 20 0 1 0 47409601 198873088 39380 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 48553 39380 3968 3530 0 40004 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 194212 KiB
Current children cumulated memory: 157520 KiB

[startup+12.7001 s]
/proc/loadavg: 4.61 4.33 4.14 6/266 44502
/proc/meminfo: memFree=129372824/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=205460 memory=165200 CPUtime=12.65 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 35256 0 0 0 1259 6 0 0 20 0 1 0 47409601 210391040 41300 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 51365 41300 3968 3530 0 42816 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 205460 KiB
Current children cumulated memory: 165200 KiB

[startup+25.5001 s]
/proc/loadavg: 4.70 4.36 4.16 6/266 44502
/proc/meminfo: memFree=129364508/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=218752 memory=167760 CPUtime=25.42 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 35871 0 0 0 2536 6 0 0 20 0 1 0 47409601 224002048 41940 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 54688 41940 3968 3530 0 46139 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 218752 KiB
Current children cumulated memory: 167760 KiB

[startup+51.1054 s]
/proc/loadavg: 4.88 4.43 4.19 6/266 44502
/proc/meminfo: memFree=129331364/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=220780 memory=168272 CPUtime=50.97 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 35999 0 0 0 5091 6 0 0 20 0 1 0 47409601 226078720 42068 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 55195 42068 3968 3530 0 46646 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 220780 KiB
Current children cumulated memory: 168272 KiB

[startup+102.3 s]
/proc/loadavg: 5.02 4.54 4.23 6/265 44504
/proc/meminfo: memFree=129290344/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=252780 memory=198480 CPUtime=102.04 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 43549 0 0 0 10196 8 0 0 20 0 1 0 47409601 258846720 49620 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 63195 49620 3968 3530 0 54646 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 252780 KiB
Current children cumulated memory: 198480 KiB

[startup+162.3 s]
/proc/loadavg: 5.06 4.64 4.29 6/265 44506
/proc/meminfo: memFree=129219208/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=282096 memory=230244 CPUtime=161.89 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 53360 0 0 0 16179 10 0 0 20 0 1 0 47409601 288866304 57561 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 70524 57561 3968 3530 0 61975 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 282096 KiB
Current children cumulated memory: 230244 KiB

[startup+222.3 s]
/proc/loadavg: 5.06 4.72 4.34 6/267 44510
/proc/meminfo: memFree=129204000/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=294472 memory=259044 CPUtime=221.73 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 56480 0 0 0 22163 10 0 0 20 0 1 0 47409601 301539328 64761 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 73618 64761 3968 3530 0 65069 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 294472 KiB
Current children cumulated memory: 259044 KiB

[startup+282.3 s]
/proc/loadavg: 5.11 4.80 4.40 6/267 44514
/proc/meminfo: memFree=129075200/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=328124 memory=292580 CPUtime=281.58 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 64485 0 0 0 28145 13 0 0 20 0 1 0 47409601 335998976 73145 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 82031 73145 3968 3530 0 73482 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 328124 KiB
Current children cumulated memory: 292580 KiB

[startup+342.3 s]
/proc/loadavg: 5.08 4.86 4.44 6/266 44516
/proc/meminfo: memFree=129046220/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=328124 memory=292580 CPUtime=341.45 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 64566 0 0 0 34131 14 0 0 20 0 1 0 47409601 335998976 73145 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 82031 73145 3968 3530 0 73482 0
Current children cumulated CPU time: 341.45 s
Current children cumulated vsize: 328124 KiB
Current children cumulated memory: 292580 KiB

[startup+402.3 s]
/proc/loadavg: 5.14 4.92 4.49 6/266 44522
/proc/meminfo: memFree=129019516/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=353480 memory=316260 CPUtime=401.3 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 70510 0 0 0 40115 15 0 0 20 0 1 0 47409601 361963520 79065 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 88370 79065 3968 3530 0 79821 0
Current children cumulated CPU time: 401.3 s
Current children cumulated vsize: 353480 KiB
Current children cumulated memory: 316260 KiB

[startup+462.3 s]
/proc/loadavg: 5.50 5.04 4.56 6/266 44524
/proc/meminfo: memFree=128965868/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=353480 memory=316260 CPUtime=461.16 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 70591 0 0 0 46100 16 0 0 20 0 1 0 47409601 361963520 79065 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 88370 79065 3968 3530 0 79821 0
Current children cumulated CPU time: 461.16 s

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

/proc/loadavg: 4.12 4.11 4.28 5/263 44705
/proc/meminfo: memFree=128049700/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=516932 memory=484068 CPUtime=3154.43 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 99306 0 0 0 315408 35 0 0 20 0 1 0 47409601 529338368 121017 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 129233 121017 4128 3530 0 120684 0
Current children cumulated CPU time: 3154.43 s
Current children cumulated vsize: 516932 KiB
Current children cumulated memory: 484068 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.27 5/263 44707
/proc/meminfo: memFree=128051328/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=516932 memory=484068 CPUtime=3214.25 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 99313 0 0 0 321389 36 0 0 20 0 1 0 47409601 529338368 121017 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 129233 121017 4128 3530 0 120684 0
Current children cumulated CPU time: 3214.25 s
Current children cumulated vsize: 516932 KiB
Current children cumulated memory: 484068 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.09 4.25 5/264 44712
/proc/meminfo: memFree=128043644/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=516932 memory=484068 CPUtime=3274.07 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 99314 0 0 0 327371 36 0 0 20 0 1 0 47409601 529338368 121017 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 129233 121017 4128 3530 0 120684 0
Current children cumulated CPU time: 3274.07 s
Current children cumulated vsize: 516932 KiB
Current children cumulated memory: 484068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.24 5/264 44714
/proc/meminfo: memFree=128017708/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=516932 memory=484068 CPUtime=3333.89 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 99316 0 0 0 333352 37 0 0 20 0 1 0 47409601 529338368 121017 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 129233 121017 4128 3530 0 120684 0
Current children cumulated CPU time: 3333.89 s
Current children cumulated vsize: 516932 KiB
Current children cumulated memory: 484068 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.08 4.23 5/264 44720
/proc/meminfo: memFree=128020216/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=516932 memory=484068 CPUtime=3393.74 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 99317 0 0 0 339337 37 0 0 20 0 1 0 47409601 529338368 121017 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 129233 121017 4128 3530 0 120684 0
Current children cumulated CPU time: 3393.74 s
Current children cumulated vsize: 516932 KiB
Current children cumulated memory: 484068 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.22 5/264 44722
/proc/meminfo: memFree=128000740/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=517140 memory=484068 CPUtime=3453.59 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 99319 0 0 0 345322 37 0 0 20 0 1 0 47409601 529551360 121017 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 129285 121017 4128 3530 0 120736 0
Current children cumulated CPU time: 3453.59 s
Current children cumulated vsize: 517140 KiB
Current children cumulated memory: 484068 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.21 5/265 44735
/proc/meminfo: memFree=127901144/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=519964 memory=486500 CPUtime=3513.44 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100016 0 0 0 351307 37 0 0 20 0 1 0 47409601 532443136 121625 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 129991 121625 4128 3530 0 121442 0
Current children cumulated CPU time: 3513.44 s
Current children cumulated vsize: 519964 KiB
Current children cumulated memory: 486500 KiB

[startup+3582.3 s]
/proc/loadavg: 4.35 4.18 4.24 5/264 44752
/proc/meminfo: memFree=127893116/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=536288 memory=487652 CPUtime=3573.28 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100368 0 0 0 357291 37 0 0 20 0 1 0 47409601 549158912 121913 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 134072 121913 4128 3530 0 125523 0
Current children cumulated CPU time: 3573.28 s
Current children cumulated vsize: 536288 KiB
Current children cumulated memory: 487652 KiB

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

# cumulated CPU time of all completed processes:  user=3587.64 s, system=0.395538 s

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

[startup+3584 s]*
/proc/loadavg: 4.35 4.18 4.24 5/264 44752
/proc/meminfo: memFree=127893116/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=539348 memory=487652 CPUtime=3574.98 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100370 0 0 0 357461 37 0 0 20 0 1 0 47409601 552292352 121913 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 134837 121913 4128 3530 0 126288 0
Current children cumulated CPU time: 3574.98 s
Current children cumulated vsize: 539348 KiB
Current children cumulated memory: 487652 KiB

[startup+3590.4 s]
/proc/loadavg: 4.30 4.17 4.23 5/264 44752
/proc/meminfo: memFree=127893116/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=542416 memory=487652 CPUtime=3581.36 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100373 0 0 0 358099 37 0 0 20 0 1 0 47409601 555433984 121913 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 135604 121913 4128 3530 0 127055 0
Current children cumulated CPU time: 3581.36 s
Current children cumulated vsize: 542416 KiB
Current children cumulated memory: 487652 KiB

[startup+3593.6 s]
/proc/loadavg: 4.30 4.17 4.23 5/264 44752
/proc/meminfo: memFree=127893116/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=542416 memory=487652 CPUtime=3584.55 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100373 0 0 0 358418 37 0 0 20 0 1 0 47409601 555433984 121913 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 135604 121913 4128 3530 0 127055 0
Current children cumulated CPU time: 3584.55 s
Current children cumulated vsize: 542416 KiB
Current children cumulated memory: 487652 KiB

[startup+3595.2 s]
/proc/loadavg: 4.27 4.17 4.23 5/260 44760
/proc/meminfo: memFree=128122260/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=543948 memory=487652 CPUtime=3586.15 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100374 0 0 0 358577 38 0 0 20 0 1 0 47409601 557002752 121913 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 135987 121913 4128 3530 0 127438 0
Current children cumulated CPU time: 3586.15 s
Current children cumulated vsize: 543948 KiB
Current children cumulated memory: 487652 KiB

[startup+3596 s]*
/proc/loadavg: 4.27 4.17 4.23 5/264 44797
/proc/meminfo: memFree=128114252/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=547016 memory=487652 CPUtime=3586.95 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100376 0 0 0 358656 39 0 0 20 0 1 0 47409601 560144384 121913 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 136754 121913 4128 3530 0 128205 0
Current children cumulated CPU time: 3586.95 s
Current children cumulated vsize: 547016 KiB
Current children cumulated memory: 487652 KiB

[startup+3596.8 s]
/proc/loadavg: 4.27 4.17 4.23 5/264 44797
/proc/meminfo: memFree=128114252/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=549572 memory=488676 CPUtime=3587.74 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100614 0 0 0 358735 39 0 0 20 0 1 0 47409601 562761728 122169 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 137393 122169 4128 3530 0 128844 0
Current children cumulated CPU time: 3587.74 s
Current children cumulated vsize: 549572 KiB
Current children cumulated memory: 488676 KiB

[startup+3597 s]*
/proc/loadavg: 4.27 4.17 4.23 5/264 44797
/proc/meminfo: memFree=128098124/131249996 swapFree=33010416/33010684
[pid=44456] ppid=44453 vsize=549572 memory=488676 CPUtime=3587.95 cores=4,6
/proc/44456/stat : 44456 (pbscip) R 44453 44456 43753 0 -1 4194304 100614 0 0 0 358756 39 0 0 20 0 1 0 47409601 562761728 122169 18446744073709551615 4235264 18693293 140734602025888 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 28848128 140734602033545 140734602033644 140734602033644 140734602039246 0
/proc/44456/statm: 137393 122169 4128 3530 0 128844 0
Current children cumulated CPU time: 3587.95 s
Current children cumulated vsize: 549572 KiB
Current children cumulated memory: 488676 KiB

Child status: 0

Real time (s): 3597.09
CPU time (s): 3588.04
CPU user time (s): 3587.64
CPU system time (s): 0.395538
CPU usage (%): 99.7484
Max. virtual memory (cumulated for all children) (KiB): 549572
Max. memory (cumulated for all children) (KiB): 488676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.64
system time used= 0.395538
maximum resident set size= 488676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100675
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= 121
involuntary context switches= 1619


# summary of solver processes directly reported to runsolver:
#   pid: 44456
#   total CPU time (s): 3588.04
#   total CPU user time (s): 3587.64
#   total CPU system time (s): 0.395538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.35707 second user time and 14.0469 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-30 23:01:58
IDJOB=4486342
IDBENCH=147018
IDSOLVER=3365
FILE ID=nodeC022/4486342-1751317318
RUNJOBID= nodeC022-1751313715-43764
SLURM_JOB_ID= 9594316
Free space on /tmp= 433008 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data8_3.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486342-1751317318/watcher-4486342-1751317318 -o /tmp/evaluation-result-4486342-1751317318/solver-4486342-1751317318 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751313715-43764 --watchdog 3760  pbscip -f HOME/instance-4486342-1751317318.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 1adddfdbf1ced655bc7cf87afdf2cbda
RANDOM SEED=1767862722

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129878184 kB
MemAvailable:   129644920 kB
Buffers:            2128 kB
Cached:           570524 kB
SwapCached:           32 kB
Active:           524016 kB
Inactive:         244704 kB
Active(anon):     209908 kB
Inactive(anon):     4200 kB
Active(file):     314108 kB
Inactive(file):   240504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76328 kB
Writeback:            12 kB
AnonPages:        199120 kB
Mapped:           133688 kB
Shmem:             18028 kB
KReclaimable:     102324 kB
Slab:             189340 kB
SReclaimable:     102324 kB
SUnreclaim:        87016 kB
KernelStack:        4288 kB
PageTables:         3520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     577696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432984 MiB
End job on nodeC022 at 2025-07-01 00:01:56