Trace number 4484732

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-07SAT-48 3587.21 3597.42

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-4.opb
MD5SUM71e47456366b2ddac308424c74922847
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 benchmark-56
Best CPU time to get the best result obtained on this benchmark3587
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1400
Total number of constraints110038
Number of constraints which are clauses110038
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 1400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1400
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1400
Number of bits of the biggest sum of numbers11
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4484732-1751295373.opb>
0.41/0.49	c original problem has 1400 variables (1400 bin, 0 int, 0 impl, 0 cont) and 110038 constraints
0.41/0.49	c problem read in 0.48
0.68/0.74	o 0
0.68/0.74	c feasible solution found by trivial heuristic after 0.7 seconds, objective value 0.000000e+00
0.68/0.74	c presolving:
1.09/1.18	c    (1.2s) running MILP presolver
1.48/1.55	c    (1.5s) MILP presolver found nothing
1.78/1.81	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 110038 upgd conss, 0 impls, 110038 clqs
2.58/2.69	c    (2.7s) probing: 51/1400 (3.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
2.58/2.69	c    (2.7s) probing aborted: 50/50 successive totally useless probings
3.38/3.46	c    (3.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
3.47/3.52	c    (3.5s) no symmetry present (symcode time: 0.02)
3.47/3.55	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
3.47/3.55	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3.47/3.55	c  0 implications, 110038 cliques
3.47/3.55	c presolved problem has 1400 variables (1400 bin, 0 int, 0 impl, 0 cont) and 110038 constraints
3.47/3.55	c  110038 constraints of type <setppc>
3.47/3.55	c transformed objective value is always integral (scale: 1)
3.47/3.55	c Presolving Time: 2.82
3.47/3.55	c - non default parameters ----------------------------------------------------------------------
3.47/3.55	c # SCIP version 10.0.0
3.47/3.55	c 
3.47/3.55	c # maximal time in seconds to run
3.47/3.55	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
3.47/3.55	c limits/time = 3596.993181
3.47/3.55	c 
3.47/3.55	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
3.47/3.55	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
3.47/3.55	c limits/memory = 27900
3.47/3.55	c 
3.47/3.55	c # belongs reading time to solving time?
3.47/3.55	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
3.47/3.55	c timing/reading = TRUE
3.47/3.55	c 
3.47/3.55	c -----------------------------------------------------------------------------------------------
3.47/3.55	c start solving
3.47/3.56	c transformed 1/1 original solutions to the transformed problem space
3.47/3.56	c 
3.77/3.82	o -38
3.77/3.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.77/3.82	c p 3.8s|     1 |     0 |     0 |     - |  clique|   0 |1400 | 110k| 110k|   0 |  0 |   0 |   0 |-1.400000e+03 |-3.800000e+01 |3584.21%| unknown
5.27/5.32	c   5.3s|     1 |     0 |  1824 |     - |   493M |   0 |1400 | 110k| 110k|   0 |  0 |   0 |   0 |-7.000000e+02 |-3.800000e+01 |1742.11%| unknown
7.07/7.12	c   7.1s|     1 |     0 |  2011 |     - |   520M |   0 |1400 | 110k| 110k|   8 |  1 |   0 |   0 |-6.635000e+02 |-3.800000e+01 |1646.05%| unknown
10.65/10.73	c  10.7s|     1 |     0 |  2356 |     - |   532M |   0 |1400 | 110k| 110k|  25 |  2 |   0 |   0 |-6.350000e+02 |-3.800000e+01 |1571.05%| unknown
15.63/15.72	c  15.7s|     1 |     0 |  2727 |     - |   544M |   0 |1400 | 110k| 110k|  69 |  3 |   0 |   0 |-5.940000e+02 |-3.800000e+01 |1463.16%| unknown
22.21/22.39	c  22.4s|     1 |     0 |  2963 |     - |   556M |   0 |1400 | 110k| 110k|  91 |  4 |   0 |   0 |-5.655000e+02 |-3.800000e+01 |1388.16%| unknown
24.41/24.54	c  24.5s|     1 |     0 |  3235 |     - |   569M |   0 |1400 | 110k| 110k| 116 |  5 |   0 |   0 |-5.360000e+02 |-3.800000e+01 |1310.53%| unknown
25.50/25.65	c  25.6s|     1 |     0 |  3551 |     - |   581M |   0 |1400 | 110k| 110k| 141 |  6 |   0 |   0 |-5.196667e+02 |-3.800000e+01 |1267.54%| unknown
26.71/26.83	c  26.8s|     1 |     0 |  4305 |     - |   595M |   0 |1400 | 110k| 110k| 184 |  7 |   0 |   0 |-4.985000e+02 |-3.800000e+01 |1211.84%| unknown
28.10/28.27	c  28.3s|     1 |     0 |  4922 |     - |   607M |   0 |1400 | 110k| 110k| 223 |  8 |   0 |   0 |-4.685000e+02 |-3.800000e+01 |1132.89%| unknown
29.10/29.24	c  29.2s|     1 |     0 |  5399 |     - |   619M |   0 |1400 | 110k| 110k| 255 |  9 |   0 |   0 |-4.390000e+02 |-3.800000e+01 |1055.26%| unknown
30.90/31.02	c  31.0s|     1 |     0 |  6722 |     - |   630M |   0 |1400 | 110k| 110k| 286 | 10 |   0 |   0 |-4.025000e+02 |-3.800000e+01 | 959.21%| unknown
31.79/32.01	c  32.0s|     1 |     0 |  7931 |     - |   641M |   0 |1400 | 110k| 110k| 303 | 11 |   0 |   0 |-3.822500e+02 |-3.800000e+01 | 905.92%| unknown
33.18/33.37	c  33.4s|     1 |     0 |  9707 |     - |   651M |   0 |1400 | 110k| 110k| 325 | 12 |   0 |   0 |-3.615000e+02 |-3.800000e+01 | 851.32%| unknown
35.08/35.28	c  35.3s|     1 |     0 | 12132 |     - |   662M |   0 |1400 | 110k| 110k| 353 | 13 |   0 |   0 |-3.265000e+02 |-3.800000e+01 | 759.21%| unknown
36.27/36.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
36.27/36.42	c  36.4s|     1 |     0 | 13828 |     - |   673M |   0 |1400 | 110k| 110k| 378 | 14 |   0 |   0 |-3.004167e+02 |-3.800000e+01 | 690.57%| unknown
37.27/37.41	c  37.4s|     1 |     0 | 15274 |     - |   684M |   0 |1400 | 110k| 110k| 400 | 15 |   0 |   0 |-2.700000e+02 |-3.800000e+01 | 610.53%| unknown
37.88/38.11	c  38.1s|     1 |     0 | 16180 |     - |   696M |   0 |1400 | 110k| 110k| 413 | 16 |   0 |   0 |-2.495000e+02 |-3.800000e+01 | 556.58%| unknown
38.67/38.80	c  38.8s|     1 |     0 | 17130 |     - |   706M |   0 |1400 | 110k| 110k| 436 | 17 |   0 |   0 |-2.292500e+02 |-3.800000e+01 | 503.29%| unknown
39.76/39.93	c  39.9s|     1 |     0 | 19392 |     - |   717M |   0 |1400 | 110k| 110k| 463 | 18 |   0 |   0 |-1.910000e+02 |-3.800000e+01 | 402.63%| unknown
40.97/41.18	c  41.2s|     1 |     0 | 22260 |     - |   728M |   0 |1400 | 110k| 110k| 497 | 19 |   0 |   0 |-1.700000e+02 |-3.800000e+01 | 347.37%| unknown
41.36/41.52	c  41.5s|     1 |     0 | 22674 |     - |   739M |   0 |1400 | 110k| 110k| 520 | 20 |   0 |   0 |-1.593333e+02 |-3.800000e+01 | 319.30%| unknown
41.65/41.89	c  41.9s|     1 |     0 | 23372 |     - |   740M |   0 |1400 | 110k| 110k| 523 | 21 |   0 |   0 |-1.520000e+02 |-3.800000e+01 | 300.00%| unknown
42.35/42.51	c  42.5s|     1 |     0 | 24530 |     - |   740M |   0 |1400 | 110k| 110k| 526 | 22 |   0 |   0 |-1.428750e+02 |-3.800000e+01 | 275.99%| unknown
42.75/42.99	c  43.0s|     1 |     0 | 25679 |     - |   740M |   0 |1400 | 110k| 110k| 530 | 23 |   0 |   0 |-1.350000e+02 |-3.800000e+01 | 255.26%| unknown
43.15/43.33	c  43.3s|     1 |     0 | 26191 |     - |   740M |   0 |1400 | 110k| 110k| 534 | 24 |   0 |   0 |-1.160000e+02 |-3.800000e+01 | 205.26%| unknown
43.45/43.60	c  43.6s|     1 |     0 | 26693 |     - |   740M |   0 |1400 | 110k| 110k| 540 | 25 |   0 |   0 |-1.075000e+02 |-3.800000e+01 | 182.89%| unknown
43.55/43.77	c  43.8s|     1 |     0 | 26825 |     - |   740M |   0 |1400 | 110k| 110k| 541 | 26 |   0 |   0 |-9.850000e+01 |-3.800000e+01 | 159.21%| unknown
43.96/44.17	c  44.2s|     1 |     0 | 27825 |     - |   741M |   0 |1400 | 110k| 110k| 544 | 27 |   0 |   0 |-8.150000e+01 |-3.800000e+01 | 114.47%| unknown
44.25/44.44	c  44.4s|     1 |     0 | 28218 |     - |   741M |   0 |1400 | 110k| 110k| 547 | 28 |   0 |   0 |-6.450000e+01 |-3.800000e+01 |  69.74%| unknown
44.46/44.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
44.46/44.60	c  44.6s|     1 |     0 | 28358 |     - |   741M |   0 |1400 | 110k| 110k| 550 | 29 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
44.56/44.73	c  44.7s|     1 |     0 | 28408 |     - |   741M |   0 |1400 | 110k| 110k| 555 | 30 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
44.66/44.86	c  44.8s|     1 |     0 | 28445 |     - |   743M |   0 |1400 | 110k| 110k| 561 | 31 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
44.76/44.99	c  45.0s|     1 |     0 | 28501 |     - |   744M |   0 |1400 | 110k| 110k| 567 | 32 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
44.97/45.12	c  45.1s|     1 |     0 | 28551 |     - |   745M |   0 |1400 | 110k| 110k| 571 | 33 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
45.05/45.27	c  45.3s|     1 |     0 | 28612 |     - |   745M |   0 |1400 | 110k| 110k| 577 | 34 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
45.25/45.42	c  45.4s|     1 |     0 | 28672 |     - |   745M |   0 |1400 | 110k| 110k| 586 | 35 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
45.35/45.54	c  45.5s|     1 |     0 | 28701 |     - |   746M |   0 |1400 | 110k| 110k| 593 | 36 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
45.45/45.69	c  45.7s|     1 |     0 | 28743 |     - |   747M |   0 |1400 | 110k| 110k| 600 | 37 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
45.65/45.83	c  45.8s|     1 |     0 | 28801 |     - |   748M |   0 |1400 | 110k| 110k| 605 | 38 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
45.75/45.98	c  46.0s|     1 |     0 | 28862 |     - |   749M |   0 |1400 | 110k| 110k| 613 | 39 |   0 |   0 |-5.650000e+01 |-3.800000e+01 |  48.68%| unknown
50.14/50.30	c  50.3s|     1 |     2 | 28879 |     - |   751M |   0 |1400 | 110k| 110k| 613 | 39 |   0 |  20 |-5.600000e+01 |-3.800000e+01 |  47.37%| unknown
65.39/65.67	o -41
65.39/65.67	c d65.7s|    35 |    36 | 31113 |  78.7 |pscostdi|  26 |1400 | 110k| 110k|   0 |  1 |   0 | 239 |-5.600000e+01 |-4.100000e+01 |  36.59%| unknown
65.49/65.71	o -42
65.49/65.71	c i65.7s|    36 |    35 | 31135 |  77.1 |  oneopt|  26 |1400 | 110k| 110k| 634 |  0 |   0 | 239 |-5.600000e+01 |-4.200000e+01 |  33.33%| unknown
100.46/100.82	o -44
100.46/100.82	c * 101s|    97 |    96 | 38333 | 103.1 |strongbr|  39 |1400 | 110k| 110k| 658 |  1 |   8 | 834 |-5.600000e+01 |-4.400000e+01 |  27.27%| unknown
102.15/102.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
102.15/102.51	c   102s|   100 |    97 | 38495 | 101.6 |   792M |  39 |1400 | 110k| 110k| 658 |  1 |   8 | 871 |-5.600000e+01 |-4.400000e+01 |  27.27%| unknown
125.59/126.03	o -45
125.59/126.03	c * 126s|   165 |   141 | 43649 |  92.8 |strongbr|  40 |1400 | 110k| 110k| 675 |  1 |   8 |1243 |-5.600000e+01 |-4.500000e+01 |  24.44%| unknown
127.87/128.31	c   128s|   200 |   158 | 45202 |  84.2 |   809M |  40 |1400 | 110k| 110k| 678 |  0 |   8 |1265 |-5.600000e+01 |-4.500000e+01 |  24.44%| unknown
132.75/133.27	o -46
132.75/133.27	c * 133s|   249 |   174 | 47551 |  77.1 |    LP  |  40 |1400 | 110k| 110k| 690 |  4 |   8 |1280 |-5.600000e+01 |-4.600000e+01 |  21.74%| unknown
137.94/138.42	c   138s|   300 |   205 | 50625 |  74.2 |   836M |  40 |1400 | 110k| 110k| 697 |  1 |   8 |1348 |-5.600000e+01 |-4.600000e+01 |  21.74%| unknown
154.50/155.02	o -47
154.50/155.02	c o 155s|   364 |   243 | 53658 |  69.5 |objpscos|  40 |1400 | 110k| 110k| 727 |  1 |  18 |1534 |-5.600000e+01 |-4.700000e+01 |  19.15%| unknown
154.50/155.03	o -48
154.50/155.03	c o 155s|   364 |   243 | 53671 |  69.5 |objpscos|  40 |1400 | 110k| 110k| 727 |  1 |  18 |1534 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
155.68/156.29	c   156s|   400 |   217 | 54569 |  65.5 |   873M |  40 |1400 | 110k| 110k| 727 |  1 |  18 |1543 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
172.04/172.63	c   173s|   500 |   283 | 59014 |  61.3 |   898M |  40 |1400 | 110k| 110k| 766 |  1 |  23 |1566 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
177.62/178.28	c   178s|   600 |   335 | 62120 |  56.2 |   901M |  40 |1400 | 110k| 110k| 780 |  1 |  23 |1601 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
184.50/185.15	c   185s|   700 |   385 | 65561 |  53.1 |   914M |  40 |1400 | 110k| 110k| 801 |  1 |  31 |1630 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
188.17/188.89	c   189s|   800 |   423 | 68939 |  50.7 |   916M |  40 |1400 | 110k| 110k| 810 |  0 |  36 |1654 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
192.06/192.71	c   193s|   900 |   470 | 72321 |  48.8 |   917M |  40 |1400 | 110k| 110k| 816 |  1 |  41 |1677 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
198.45/199.12	c   199s|  1000 |   532 | 77949 |  49.6 |   943M |  40 |1400 | 110k| 110k| 843 |  1 |  76 |1709 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
205.32/206.11	c   206s|  1100 |   630 | 85109 |  51.6 |   948M |  40 |1400 | 110k| 110k| 866 |  1 | 176 |1753 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
211.39/212.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
211.39/212.16	c   212s|  1200 |   728 | 91739 |  52.8 |   950M |  40 |1400 | 110k| 110k| 883 |  1 | 235 |1780 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
219.15/219.90	c   220s|  1300 |   824 | 98713 |  54.1 |   956M |  40 |1400 | 110k| 110k| 895 |  2 | 303 |1846 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
225.93/226.70	c   227s|  1400 |   918 |105602 |  55.2 |   958M |  40 |1400 | 110k| 110k| 918 |  1 | 371 |1891 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
232.61/233.48	c   233s|  1500 |  1010 |112422 |  56.0 |   961M |  40 |1400 | 110k| 110k| 924 |  1 | 425 |1928 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
241.07/241.97	c   242s|  1600 |  1108 |121727 |  58.3 |   966M |  40 |1400 | 110k| 110k| 929 |  1 | 507 |1965 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
253.04/253.92	c   254s|  1700 |  1204 |129644 |  59.6 |   969M |  40 |1400 | 110k| 110k| 953 |  1 | 592 |2013 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
259.51/260.40	c   260s|  1800 |  1298 |137394 |  60.6 |   974M |  40 |1400 | 110k| 110k| 958 |  1 | 673 |2040 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
266.20/267.16	c   267s|  1900 |  1396 |144681 |  61.2 |   976M |  40 |1400 | 110k| 110k| 963 |  1 | 747 |2081 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
276.07/277.01	c   277s|  2000 |  1496 |158685 |  65.2 |   980M |  40 |1400 | 110k| 110k| 969 |  1 | 814 |2138 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
309.86/310.93	c   311s|  2100 |  1596 |173730 |  69.2 |  1058M |  40 |1400 | 110k| 110k|1124 |  1 | 899 |2198 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
345.15/346.32	c   346s|  2200 |  1694 |190522 |  73.7 |  1119M |  41 |1400 | 111k| 110k|1279 |  1 |1014 |2247 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
357.31/358.55	c   359s|  2300 |  1794 |206018 |  77.2 |  1123M |  41 |1400 | 111k| 110k|1329 |  1 |1131 |2290 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
374.56/375.83	c   376s|  2400 |  1894 |218806 |  79.4 |  1169M |  41 |1400 | 111k| 110k|1429 |  1 |1209 |2331 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
388.60/389.96	c   390s|  2500 |  1994 |232019 |  81.5 |  1182M |  41 |1400 | 111k| 110k|1481 |  1 |1356 |2362 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
446.21/447.78	c   448s|  2600 |  2094 |242835 |  82.5 |  1270M |  42 |1400 | 111k| 110k|1637 |  1 |1465 |2430 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
552.36/554.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
552.36/554.20	c   554s|  2700 |  2192 |256379 |  84.5 |  1466M |  44 |1400 | 111k| 110k|2239 |  3 |1534 |2478 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
603.18/605.29	c   605s|  2800 |  2292 |269049 |  86.0 |  1575M |  47 |1400 | 111k| 110k|2664 |  1 |1588 |2526 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
610.25/612.31	c   612s|  2900 |  2390 |280746 |  87.0 |  1582M |  55 |1400 | 111k| 110k|2827 |  1 |1646 |2534 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
629.78/632.00	c   632s|  3000 |  2488 |292309 |  88.0 |  1588M |  63 |1400 | 111k| 110k|3019 |  1 |1678 |2542 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
638.14/640.38	c   640s|  3100 |  2580 |300757 |  87.9 |  1596M |  69 |1400 | 111k| 110k|3082 |  1 |1701 |2590 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
663.05/665.31	c   665s|  3200 |  2664 |309165 |  87.8 |  1612M |  74 |1400 | 111k| 110k|3274 |  1 |1710 |2601 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
674.60/676.90	c   677s|  3300 |  2750 |317117 |  87.5 |  1615M |  74 |1400 | 111k| 110k|3314 |  1 |1727 |2653 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
704.90/707.30	c   707s|  3400 |  2836 |326366 |  87.7 |  1630M |  74 |1400 | 111k| 110k|3530 |  1 |1750 |2671 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
709.58/712.10	c   712s|  3500 |  2912 |333429 |  87.2 |  1649M |  76 |1400 | 111k| 110k|3609 |  1 |1777 |2675 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
726.63/729.13	c   729s|  3600 |  2986 |340441 |  86.7 |  1662M |  76 |1400 | 111k| 110k|3766 |  1 |1792 |2677 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
740.97/743.56	c   744s|  3700 |  3066 |348374 |  86.5 |  1663M |  76 |1400 | 111k| 110k|3833 |  2 |1821 |2737 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
759.00/761.69	c   762s|  3800 |  3142 |354642 |  85.9 |  1678M |  76 |1400 | 111k| 110k|3909 |  0 |1836 |2761 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
764.18/766.81	c   767s|  3900 |  3212 |361282 |  85.4 |  1682M |  76 |1400 | 111k| 110k|3964 |  1 |1841 |2781 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
771.55/774.23	c   774s|  4000 |  3290 |368605 |  85.1 |  1684M |  76 |1400 | 111k| 110k|4013 |  1 |1856 |2833 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
786.89/789.60	c   790s|  4100 |  3368 |377774 |  85.2 |  1687M |  76 |1400 | 111k| 110k|4050 |  2 |1866 |2852 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
804.43/807.29	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
804.43/807.29	c   807s|  4200 |  3448 |384841 |  84.9 |  1692M |  76 |1400 | 111k| 110k|4087 |  0 |1875 |2879 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
822.47/825.32	c   825s|  4300 |  3520 |392829 |  84.8 |  1695M |  76 |1400 | 111k| 110k|4138 |  1 |1891 |2889 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
864.91/867.93	c   868s|  4400 |  3584 |401030 |  84.7 |  1707M |  76 |1400 | 111k| 110k|4327 |  1 |1902 |2893 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
890.13/893.25	c   893s|  4500 |  3660 |407309 |  84.2 |  1742M |  76 |1400 | 111k| 110k|4408 |  1 |1921 |2925 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
901.09/904.24	c   904s|  4600 |  3728 |413461 |  83.7 |  1747M |  77 |1400 | 111k| 110k|4449 |  1 |1931 |2927 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
915.75/918.97	c   919s|  4700 |  3812 |420287 |  83.4 |  1767M |  77 |1400 | 111k| 110k|4482 |  1 |1949 |2932 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
922.52/925.71	c   926s|  4800 |  3904 |430129 |  83.7 |  1771M |  77 |1400 | 112k| 110k|4495 |  0 |1986 |2952 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
929.39/932.60	c   933s|  4900 |  3976 |437349 |  83.5 |  1772M |  77 |1400 | 112k| 110k|4509 |  0 |1992 |2956 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
933.37/936.69	c   937s|  5000 |  4048 |444031 |  83.1 |  1777M |  77 |1400 | 112k| 110k|4526 |  1 |2013 |2958 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
937.65/940.98	c   941s|  5100 |  4116 |452066 |  83.1 |  1779M |  77 |1400 | 112k| 110k|4539 |  1 |2025 |2961 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
945.42/948.77	c   949s|  5200 |  4210 |461444 |  83.3 |  1783M |  77 |1400 | 112k| 110k|4564 |  1 |2042 |2964 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
951.19/954.53	c   955s|  5300 |  4290 |471377 |  83.6 |  1785M |  77 |1400 | 112k| 110k|4582 |  1 |2048 |2965 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
973.40/976.87	c   977s|  5400 |  4376 |480294 |  83.7 |  1790M |  77 |1400 | 112k| 110k|4658 |  1 |2063 |3004 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
994.82/998.37	c   998s|  5500 |  4462 |488327 |  83.6 |  1808M |  77 |1400 | 112k| 110k|4734 |  1 |2084 |3064 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1002.50/1006.06	c  1006s|  5600 |  4548 |495663 |  83.4 |  1812M |  78 |1400 | 112k| 110k|4769 |  1 |2114 |3085 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1061.32/1065.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1061.32/1065.07	c  1065s|  5700 |  4628 |507518 |  84.1 |  1836M |  78 |1400 | 112k| 110k|5028 |  1 |2159 |3142 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1117.93/1121.82	c  1122s|  5800 |  4716 |516381 |  84.1 |  1851M |  78 |1400 | 112k| 110k|5287 |  1 |2209 |3182 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1156.72/1160.70	c  1161s|  5900 |  4798 |526878 |  84.5 |  1909M |  78 |1400 | 112k| 110k|5604 |  1 |2236 |3208 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1190.31/1194.44	c  1194s|  6000 |  4874 |535772 |  84.6 |  1913M |  78 |1400 | 112k| 110k|5808 |  1 |2250 |3255 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1219.73/1223.98	c  1224s|  6100 |  4950 |542692 |  84.3 |  1915M |  78 |1400 | 112k| 110k|5910 |  1 |2256 |3292 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1226.40/1230.66	c  1231s|  6200 |  5026 |548688 |  83.9 |  1917M |  78 |1400 | 112k| 110k|5938 |  1 |2278 |3318 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1249.92/1254.29	c  1254s|  6300 |  5100 |557620 |  84.0 |  1921M |  78 |1400 | 112k| 110k|6044 |  1 |2285 |3340 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1296.88/1301.30	c  1301s|  6400 |  5184 |568325 |  84.4 |  1973M |  78 |1400 | 112k| 110k|6297 |  1 |2319 |3366 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1321.71/1326.23	c  1326s|  6500 |  5262 |577099 |  84.4 |  1984M |  78 |1400 | 112k| 110k|6445 |  1 |2345 |3435 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1334.59/1339.19	c  1339s|  6600 |  5350 |584440 |  84.3 |  1987M |  78 |1400 | 112k| 110k|6479 |  1 |2369 |3469 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1362.11/1366.79	c  1367s|  6700 |  5426 |592187 |  84.2 |  1990M |  78 |1400 | 112k| 110k|6613 |  1 |2400 |3500 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1375.50/1380.12	c  1380s|  6800 |  5510 |602510 |  84.4 |  1992M |  78 |1400 | 112k| 110k|6670 |  1 |2426 |3527 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1402.22/1407.00	c  1407s|  6900 |  5606 |614357 |  84.9 |  1996M |  78 |1400 | 112k| 110k|6784 |  0 |2473 |3529 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1437.43/1442.25	c  1442s|  7000 |  5700 |627968 |  85.7 |  2011M |  78 |1400 | 112k| 110k|7032 |  1 |2506 |3531 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1466.95/1471.87	c  1472s|  7100 |  5792 |642168 |  86.5 |  2016M |  78 |1400 | 112k| 110k|7262 |  1 |2561 |3535 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1493.79/1498.75	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1493.79/1498.75	c  1499s|  7200 |  5888 |653620 |  86.8 |  2048M |  78 |1400 | 112k| 110k|7512 |  1 |2604 |3538 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1529.80/1534.83	c  1535s|  7300 |  5982 |665304 |  87.3 |  2052M |  78 |1400 | 112k| 110k|7757 |  3 |2636 |3542 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1555.33/1560.40	c  1560s|  7400 |  6080 |677745 |  87.8 |  2056M |  78 |1400 | 112k| 110k|7974 |  1 |2668 |3543 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1573.59/1578.70	c  1579s|  7500 |  6160 |685413 |  87.6 |  2081M |  78 |1400 | 112k| 110k|8094 |  1 |2685 |3570 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1648.01/1653.36	c  1653s|  7600 |  6250 |696071 |  87.9 |  2085M |  78 |1400 | 112k| 110k|8376 |  1 |2718 |3580 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1678.75/1684.17	c  1684s|  7700 |  6326 |703396 |  87.7 |  2088M |  78 |1400 | 112k| 110k|8466 |  1 |2736 |3616 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1693.20/1698.66	c  1699s|  7800 |  6396 |711954 |  87.6 |  2137M |  78 |1400 | 112k| 110k|8575 |  1 |2756 |3638 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1710.26/1715.72	c  1716s|  7900 |  6482 |719969 |  87.5 |  2139M |  78 |1400 | 112k| 110k|8633 |  1 |2776 |3672 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1714.94/1720.41	c  1720s|  8000 |  6566 |727880 |  87.4 |  2141M |  78 |1400 | 112k| 110k|8637 |  1 |2792 |3680 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1719.54/1725.10	c  1725s|  8100 |  6628 |732556 |  86.9 |  2145M |  78 |1400 | 112k| 110k|8646 |  0 |2792 |3682 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1723.63/1729.11	c  1729s|  8200 |  6722 |739167 |  86.7 |  2148M |  78 |1400 | 112k| 110k|8653 |  1 |2826 |3689 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1732.61/1738.11	c  1738s|  8300 |  6802 |745403 |  86.4 |  2150M |  78 |1400 | 112k| 110k|8673 |  0 |2841 |3689 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1787.77/1793.45	c  1793s|  8400 |  6868 |751861 |  86.1 |  2151M |  78 |1400 | 112k| 110k|8911 |  1 |2854 |3689 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1848.35/1854.18	c  1854s|  8500 |  6940 |758191 |  85.9 |  2154M |  78 |1400 | 112k| 110k|9210 |  3 |2876 |3689 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1874.48/1880.31	c  1880s|  8600 |  7008 |764772 |  85.6 |  2168M |  78 |1400 | 112k| 110k|9413 |  1 |2890 |3689 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1886.64/1892.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1886.64/1892.53	c  1893s|  8700 |  7088 |773035 |  85.6 |  2189M |  78 |1400 | 112k| 110k|9486 |  0 |2913 |3689 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1910.78/1916.76	c  1917s|  8800 |  7156 |779996 |  85.4 |  2194M |  78 |1400 | 112k| 110k|9586 |  0 |2913 |3690 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1951.19/1957.23	c  1957s|  8900 |  7236 |787975 |  85.4 |  2197M |  78 |1400 | 112k| 110k|9781 |  1 |2930 |3691 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
1983.30/1989.42	c  1989s|  9000 |  7304 |796021 |  85.3 |  2222M |  78 |1400 | 112k| 110k|  10k|  1 |2935 |3705 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2010.53/2016.70	c  2017s|  9100 |  7388 |804983 |  85.3 |  2224M |  78 |1400 | 112k| 110k|  10k|  1 |2941 |3732 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2023.10/2029.37	c  2029s|  9200 |  7452 |812424 |  85.2 |  2264M |  78 |1400 | 112k| 110k|  10k|  1 |2959 |3764 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2060.30/2066.61	c  2067s|  9300 |  7524 |819088 |  85.0 |  2267M |  78 |1400 | 112k| 110k|  10k|  0 |2975 |3804 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2075.46/2081.86	c  2082s|  9400 |  7586 |825325 |  84.8 |  2268M |  78 |1400 | 112k| 110k|  10k|  1 |2986 |3816 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2085.43/2091.89	c  2092s|  9500 |  7664 |833408 |  84.7 |  2271M |  78 |1400 | 112k| 110k|  10k|  1 |3001 |3853 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2104.28/2110.72	c  2111s|  9600 |  7746 |840949 |  84.6 |  2277M |  78 |1400 | 112k| 110k|  10k|  1 |3041 |3889 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2139.68/2146.29	c  2146s|  9700 |  7826 |849405 |  84.6 |  2279M |  78 |1400 | 112k| 110k|  10k|  1 |3063 |3917 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2175.99/2182.62	c  2183s|  9800 |  7900 |857544 |  84.6 |  2282M |  78 |1400 | 112k| 110k|  11k|  1 |3083 |3959 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2206.01/2212.79	c  2213s|  9900 |  7970 |865704 |  84.6 |  2284M |  78 |1400 | 113k| 110k|  11k|  1 |3106 |4004 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2228.76/2235.57	c  2236s| 10000 |  8048 |873359 |  84.5 |  2310M |  78 |1400 | 113k| 110k|  11k|  0 |3130 |4027 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2238.63/2245.45	c  2245s| 10100 |  8108 |879432 |  84.3 |  2313M |  78 |1400 | 113k| 110k|  11k|  1 |3152 |4054 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2266.06/2272.93	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2266.06/2272.93	c  2273s| 10200 |  8188 |888092 |  84.3 |  2315M |  78 |1400 | 113k| 110k|  11k|  0 |3187 |4121 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2308.56/2315.50	c  2315s| 10300 |  8248 |894346 |  84.1 |  2317M |  78 |1400 | 113k| 110k|  11k|  0 |3195 |4128 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2318.53/2325.57	c  2326s| 10400 |  8332 |901388 |  83.9 |  2319M |  78 |1400 | 113k| 110k|  11k|  1 |3236 |4140 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2341.67/2348.78	c  2349s| 10500 |  8418 |909668 |  83.9 |  2378M |  78 |1400 | 113k| 110k|  12k|  1 |3252 |4160 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2351.45/2358.53	c  2359s| 10600 |  8496 |916472 |  83.8 |  2382M |  78 |1400 | 113k| 110k|  12k|  1 |3280 |4184 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2386.46/2393.64	c  2394s| 10700 |  8566 |924249 |  83.7 |  2385M |  78 |1400 | 113k| 110k|  12k|  1 |3307 |4220 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2397.63/2404.83	c  2405s| 10800 |  8626 |931325 |  83.6 |  2387M |  78 |1400 | 113k| 110k|  12k|  1 |3316 |4252 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2408.81/2416.06	c  2416s| 10900 |  8698 |938922 |  83.5 |  2391M |  78 |1400 | 113k| 110k|  12k|  1 |3330 |4284 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2414.18/2421.45	c  2421s| 11000 |  8792 |947002 |  83.5 |  2395M |  78 |1400 | 113k| 110k|  12k|  1 |3350 |4316 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2419.27/2426.54	c  2427s| 11100 |  8880 |953908 |  83.4 |  2398M |  78 |1400 | 113k| 110k|  12k|  2 |3350 |4339 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2424.95/2432.23	c  2432s| 11200 |  8972 |962585 |  83.4 |  2400M |  78 |1400 | 113k| 110k|  12k|  1 |3368 |4359 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2432.02/2439.36	c  2439s| 11300 |  9054 |968926 |  83.2 |  2405M |  78 |1400 | 113k| 110k|  12k|  1 |3383 |4372 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2456.68/2464.04	c  2464s| 11400 |  9132 |975387 |  83.1 |  2407M |  78 |1400 | 113k| 110k|  12k|  1 |3389 |4390 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2461.66/2469.04	c  2469s| 11500 |  9210 |983039 |  83.0 |  2409M |  78 |1400 | 113k| 110k|  12k|  1 |3405 |4402 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2466.34/2473.77	c  2474s| 11600 |  9302 |990741 |  83.0 |  2412M |  78 |1400 | 113k| 110k|  12k|  1 |3423 |4414 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2480.20/2487.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2480.20/2487.60	c  2488s| 11700 |  9378 |998004 |  82.9 |  2414M |  78 |1400 | 113k| 110k|  12k|  1 |3433 |4423 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2494.46/2501.93	c  2502s| 11800 |  9444 |  1004k|  82.8 |  2418M |  78 |1400 | 113k| 110k|  12k|  1 |3452 |4461 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2515.32/2522.86	c  2523s| 11900 |  9524 |  1012k|  82.7 |  2420M |  78 |1400 | 113k| 110k|  12k|  1 |3494 |4507 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2537.86/2545.42	c  2545s| 12000 |  9600 |  1019k|  82.6 |  2423M |  78 |1400 | 113k| 110k|  12k|  1 |3509 |4555 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2575.76/2583.42	c  2583s| 12100 |  9668 |  1028k|  82.6 |  2426M |  78 |1400 | 113k| 110k|  12k|  1 |3519 |4606 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2592.72/2600.42	c  2600s| 12200 |  9744 |  1035k|  82.6 |  2429M |  78 |1400 | 113k| 110k|  12k|  1 |3554 |4616 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2596.11/2603.80	c  2604s| 12300 |  9810 |  1042k|  82.4 |  2430M |  78 |1400 | 113k| 110k|  12k|  1 |3557 |4620 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2601.41/2609.16	c  2609s| 12400 |  9878 |  1048k|  82.2 |  2432M |  78 |1400 | 113k| 110k|  12k|  1 |3567 |4621 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2625.74/2633.51	c  2633s| 12500 |  9956 |  1056k|  82.3 |  2435M |  78 |1400 | 113k| 110k|  12k|  1 |3580 |4621 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2629.52/2637.37	c  2637s| 12600 | 10046 |  1062k|  82.1 |  2439M |  78 |1400 | 113k| 110k|  12k|  0 |3606 |4621 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2633.23/2641.09	c  2641s| 12700 | 10118 |  1068k|  81.9 |  2441M |  78 |1400 | 113k| 110k|  12k|  1 |3611 |4623 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2636.61/2644.46	c  2644s| 12800 | 10188 |  1073k|  81.6 |  2443M |  78 |1400 | 113k| 110k|  13k|  0 |3619 |4623 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2696.56/2704.53	c  2705s| 12900 | 10264 |  1081k|  81.7 |  2448M |  78 |1400 | 113k| 110k|  13k|  1 |3619 |4624 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2723.69/2731.79	c  2732s| 13000 | 10316 |  1088k|  81.5 |  2450M |  78 |1400 | 113k| 110k|  13k|  1 |3619 |4624 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2732.37/2740.47	c  2740s| 13100 | 10392 |  1095k|  81.4 |  2478M |  78 |1400 | 113k| 110k|  13k|  1 |3637 |4625 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2751.62/2759.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2751.62/2759.77	c  2760s| 13200 | 10456 |  1101k|  81.3 |  2480M |  78 |1400 | 113k| 110k|  13k|  0 |3637 |4626 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2765.48/2773.66	c  2774s| 13300 | 10538 |  1108k|  81.2 |  2537M |  78 |1400 | 113k| 110k|  13k|  0 |3644 |4628 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2769.17/2777.34	c  2777s| 13400 | 10618 |  1114k|  81.1 |  2539M |  78 |1400 | 113k| 110k|  14k|  1 |3676 |4628 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2786.03/2794.21	c  2794s| 13500 | 10688 |  1121k|  81.0 |  2542M |  78 |1400 | 113k| 110k|  14k|  1 |3681 |4628 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2800.59/2808.83	c  2809s| 13600 | 10766 |  1129k|  80.9 |  2548M |  78 |1400 | 113k| 110k|  14k|  1 |3681 |4633 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2818.45/2826.71	c  2827s| 13700 | 10832 |  1135k|  80.8 |  2549M |  78 |1400 | 113k| 110k|  14k|  1 |3695 |4637 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2848.37/2856.71	c  2857s| 13800 | 10910 |  1144k|  80.9 |  2553M |  78 |1400 | 113k| 110k|  14k|  1 |3721 |4650 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2882.70/2891.19	c  2891s| 13900 | 10990 |  1151k|  80.8 |  2556M |  78 |1400 | 113k| 110k|  14k|  1 |3737 |4681 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2893.66/2902.13	c  2902s| 14000 | 11084 |  1159k|  80.8 |  2560M |  78 |1400 | 113k| 110k|  14k|  1 |3792 |4726 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2897.94/2906.44	c  2906s| 14100 | 11178 |  1166k|  80.7 |  2562M |  78 |1400 | 113k| 110k|  14k|  1 |3815 |4730 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2924.77/2933.34	c  2933s| 14200 | 11258 |  1174k|  80.7 |  2565M |  78 |1400 | 113k| 110k|  14k|  1 |3853 |4732 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2954.50/2963.11	c  2963s| 14300 | 11338 |  1181k|  80.7 |  2567M |  78 |1400 | 113k| 110k|  14k|  1 |3878 |4733 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2971.15/2979.86	c  2980s| 14400 | 11420 |  1189k|  80.6 |  2572M |  78 |1400 | 113k| 110k|  14k|  1 |3898 |4735 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
2981.44/2990.17	c  2990s| 14500 | 11504 |  1197k|  80.6 |  2575M |  78 |1400 | 113k| 110k|  14k|  1 |3929 |4737 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3003.77/3012.51	c  3012s| 14600 | 11572 |  1203k|  80.5 |  2580M |  78 |1400 | 113k| 110k|  14k|  0 |3934 |4743 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3023.72/3032.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3023.72/3032.51	c  3032s| 14700 | 11644 |  1209k|  80.4 |  2581M |  78 |1400 | 113k| 110k|  14k|  1 |3944 |4744 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3032.89/3041.77	c  3042s| 14800 | 11730 |  1217k|  80.3 |  2584M |  78 |1400 | 113k| 110k|  14k|  1 |3950 |4754 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3050.94/3059.85	c  3060s| 14900 | 11808 |  1225k|  80.3 |  2587M |  78 |1400 | 113k| 110k|  15k|  1 |3968 |4754 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3061.01/3069.95	c  3070s| 15000 | 11888 |  1233k|  80.4 |  2590M |  78 |1400 | 113k| 110k|  15k|  1 |3990 |4757 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3075.38/3084.34	c  3084s| 15100 | 11970 |  1241k|  80.3 |  2592M |  78 |1400 | 113k| 110k|  15k|  1 |4015 |4761 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3110.59/3119.65	c  3120s| 15200 | 12046 |  1248k|  80.3 |  2596M |  78 |1400 | 113k| 110k|  15k|  1 |4040 |4770 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3138.62/3147.70	c  3148s| 15300 | 12128 |  1258k|  80.4 |  2600M |  78 |1400 | 113k| 110k|  15k|  1 |4052 |4781 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3157.19/3166.32	c  3166s| 15400 | 12196 |  1265k|  80.3 |  2602M |  78 |1400 | 113k| 110k|  15k|  1 |4076 |4789 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3170.55/3179.73	c  3180s| 15500 | 12266 |  1272k|  80.3 |  2604M |  78 |1400 | 113k| 110k|  15k|  0 |4103 |4807 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3202.88/3212.15	c  3212s| 15600 | 12324 |  1279k|  80.2 |  2606M |  78 |1400 | 113k| 110k|  15k|  1 |4122 |4832 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3221.22/3230.55	c  3231s| 15700 | 12400 |  1286k|  80.1 |  2607M |  78 |1400 | 113k| 110k|  15k|  1 |4160 |4858 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3228.70/3238.04	c  3238s| 15800 | 12478 |  1293k|  80.1 |  2709M |  78 |1400 | 113k| 110k|  15k|  1 |4170 |4880 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3257.43/3266.84	c  3267s| 15900 | 12548 |  1300k|  80.0 |  2710M |  78 |1400 | 113k| 110k|  15k|  1 |4175 |4908 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3267.01/3276.48	c  3276s| 16000 | 12624 |  1307k|  79.9 |  2712M |  78 |1400 | 113k| 110k|  15k|  2 |4231 |4949 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3275.88/3285.39	c  3285s| 16100 | 12704 |  1313k|  79.8 |  2714M |  78 |1400 | 113k| 110k|  15k|  1 |4244 |4962 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3308.80/3318.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3308.80/3318.35	c  3318s| 16200 | 12784 |  1321k|  79.8 |  2718M |  78 |1400 | 113k| 110k|  15k|  1 |4252 |4992 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3322.58/3332.12	c  3332s| 16300 | 12868 |  1328k|  79.8 |  2723M |  78 |1400 | 113k| 110k|  15k|  1 |4293 |5028 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3337.93/3347.59	c  3348s| 16400 | 12960 |  1335k|  79.7 |  2729M |  78 |1400 | 113k| 110k|  16k|  2 |4319 |5030 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3393.19/3402.98	c  3403s| 16500 | 13042 |  1342k|  79.7 |  2730M |  78 |1400 | 113k| 110k|  16k|  1 |4342 |5066 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3406.75/3416.54	c  3417s| 16600 | 13134 |  1350k|  79.7 |  2735M |  78 |1400 | 113k| 110k|  16k|  1 |4375 |5083 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3474.57/3484.50	c  3484s| 16700 | 13226 |  1360k|  79.7 |  2738M |  78 |1400 | 113k| 110k|  16k|  1 |4396 |5116 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3517.86/3527.97	c  3528s| 16800 | 13306 |  1366k|  79.7 |  2741M |  78 |1400 | 113k| 110k|  16k|  1 |4413 |5161 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3550.89/3561.02	c  3561s| 16900 | 13394 |  1373k|  79.6 |  2743M |  78 |1400 | 113k| 110k|  17k|  1 |4417 |5186 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3582.91/3593.17	c  3593s| 17000 | 13466 |  1381k|  79.6 |  2765M |  78 |1400 | 113k| 110k|  17k|  1 |4443 |5215 |-5.600000e+01 |-4.800000e+01 |  16.67%| unknown
3586.80/3597.01	c 
3586.80/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.80/3597.01	c Solving Time (sec) : 3596.99
3586.80/3597.01	c Solving Nodes      : 17025
3586.80/3597.01	c Primal Bound       : -4.80000000000000e+01 (812 solutions)
3586.80/3597.01	c Dual Bound         : -5.60000000000000e+01
3586.80/3597.01	c Gap                : 16.67 %
3586.80/3597.04	s SATISFIABLE
3586.80/3597.04	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 
3586.80/3597.04	v -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 
3586.80/3597.04	v -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 
3586.80/3597.04	v -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 
3586.80/3597.04	v -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 
3586.80/3597.04	v -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 
3586.80/3597.04	v -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 
3586.80/3597.04	v -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 
3586.80/3597.04	v -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 
3586.80/3597.04	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 x226 -x227 -x228 -x229 
3586.80/3597.04	v -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 
3586.80/3597.04	v -x250 -x251 -x252 -x253 -x254 -x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 
3586.80/3597.04	v -x271 -x272 -x273 -x274 -x275 x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 
3586.80/3597.04	v -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 
3586.80/3597.04	v x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 
3586.80/3597.04	v -x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 
3586.80/3597.04	v -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 
3586.80/3597.04	v -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 
3586.80/3597.04	v -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 
3586.80/3597.04	v -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 x438 
3586.80/3597.04	v -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 
3586.80/3597.04	v -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 
3586.80/3597.04	v -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 
3586.80/3597.04	v -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 
3586.80/3597.04	v x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 
3586.80/3597.04	v -x544 -x545 -x546 -x547 -x548 -x549 x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 
3586.80/3597.04	v -x565 x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 
3586.80/3597.04	v -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 
3586.80/3597.04	v -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 x623 -x624 -x625 -x626 -x627 
3586.80/3597.04	v -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 x645 -x646 -x647 -x648 
3586.80/3597.04	v -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 x667 -x668 -x669 
3586.80/3597.04	v -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 
3586.80/3597.04	v -x691 -x692 -x693 -x694 -x695 x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 
3586.80/3597.04	v -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 -x728 -x729 x730 -x731 -x732 
3586.80/3597.04	v -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 
3586.80/3597.04	v -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 x771 -x772 -x773 -x774 
3586.80/3597.04	v -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 x789 -x790 -x791 -x792 -x793 -x794 -x795 
3586.80/3597.04	v -x796 -x797 -x798 -x799 -x800 x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 
3586.80/3597.04	v -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 x833 -x834 -x835 -x836 -x837 
3586.80/3597.04	v -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 
3586.80/3597.04	v x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 
3586.80/3597.04	v -x879 x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 
3586.80/3597.04	v -x900 -x901 -x902 -x903 x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 
3586.80/3597.04	v -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 
3586.80/3597.04	v -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 -x962 
3586.80/3597.04	v -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 
3586.80/3597.04	v -x984 -x985 -x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 x998 -x999 -x1000 -x1001 -x1002 -x1003 x1004 
3586.80/3597.04	v -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 
3586.80/3597.04	v -x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 
3586.80/3597.04	v -x1040 -x1041 -x1042 -x1043 x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 -x1057 
3586.80/3597.04	v -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 x1072 -x1073 -x1074 -x1075 
3586.80/3597.04	v -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 -x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 
3586.80/3597.04	v -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 -x1106 -x1107 -x1108 -x1109 -x1110 -x1111 
3586.80/3597.04	v -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 x1119 -x1120 -x1121 -x1122 -x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 
3586.80/3597.04	v -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 -x1138 -x1139 -x1140 -x1141 -x1142 x1143 -x1144 -x1145 -x1146 -x1147 
3586.80/3597.04	v -x1148 -x1149 -x1150 x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 -x1160 -x1161 -x1162 -x1163 -x1164 -x1165 
3586.80/3597.04	v -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 
3586.80/3597.04	v -x1184 -x1185 -x1186 -x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 
3586.80/3597.04	v -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 -x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 
3586.80/3597.04	v -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 -x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 
3586.80/3597.04	v -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 -x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 
3586.80/3597.04	v -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 -x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 
3586.80/3597.04	v -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 
3586.80/3597.04	v -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 x1305 -x1306 -x1307 -x1308 
3586.80/3597.04	v -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 -x1325 -x1326 
3586.80/3597.04	v -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 
3586.80/3597.04	v -x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 
3586.80/3597.04	v -x1363 -x1364 -x1365 -x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 
3586.80/3597.04	v x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 -x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 
3586.80/3597.04	v -x1399 -x1400 
3586.80/3597.04	c SCIP Status        : solving was interrupted [time limit reached]
3586.80/3597.04	c Total Time         :    3596.99
3586.80/3597.04	c   solving          :    3596.99
3586.80/3597.04	c   presolving       :       2.82 (included in solving)
3586.80/3597.04	c   reading          :       0.48 (included in solving)
3586.80/3597.04	c   copying          :       2.93 (23 #copies) (minimal 0.11, maximal 0.15, average 0.13)
3586.80/3597.04	c Original Problem   :
3586.80/3597.04	c   Problem name     : HOME/instance-4484732-1751295373.opb
3586.80/3597.04	c   Variables        : 1400 (1400 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.80/3597.04	c   Constraints      : 110038 initial, 110038 maximal
3586.80/3597.04	c   Objective        : minimize, 1400 non-zeros (abs.min = 1, abs.max = 1)
3586.80/3597.04	c Presolved Problem  :
3586.80/3597.04	c   Problem name     : t_HOME/instance-4484732-1751295373.opb
3586.80/3597.04	c   Variables        : 1400 (1400 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.80/3597.04	c   Constraints      : 110038 initial, 113953 maximal
3586.80/3597.04	c   Objective        : minimize, 1400 non-zeros (abs.min = 1, abs.max = 1)
3586.80/3597.04	c   Nonzeros         : 220076 constraint, 220076 clique table
3586.80/3597.04	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.80/3597.04	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   domcol           :       0.04       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   dualsparsify     :       0.77       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   milp             :       0.55       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   sparsify         :       0.07       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   trivial          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   dualfix          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   probing          :       0.63       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   symmetry         :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   vbounds          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   knapsack         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   setppc           :       0.13       0.00      3          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   linear           :       0.47       0.04      2          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   components       :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.80/3597.04	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.80/3597.04	c   benderslp        :          0          0          0          0      15456          0          0       3723          0          0          0          0          0          0          0
3586.80/3597.04	c   integral         :          0          0          0          0      15456          0          0       3723          0          2        307          0          0        313      30568
3586.80/3597.04	c   knapsack         :          0+         1          0       4654          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   setppc           :     110038     110038         39      96344          1          0          0       3718     248605          0     418159          0          0          0          0
3586.80/3597.04	c   logicor          :          0+      3915          0      18131          0          0          0          0         16        112         27          0          0          0          0
3586.80/3597.04	c   benders          :          0          0          0          0          1          0          0        995          0          0          0          0          0          0          0
3586.80/3597.04	c   fixedvar         :          0          0          0          0          1          0          0        995          0          0          0          0          0          0          0
3586.80/3597.04	c   countsols        :          0          0          0          0          1          0          0        995          0          0          0          0          0          0          0
3586.80/3597.04	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.80/3597.04	c   benderslp        :       0.01       0.00       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   integral         :     296.61       0.00       0.00       0.00     296.58       0.00       0.00       0.03       0.00       0.00
3586.80/3597.04	c   knapsack         :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   setppc           :      15.58       0.00       0.17       8.88       0.00       0.00       0.00       3.54       0.05       2.93
3586.80/3597.04	c   logicor          :       0.44       0.00       0.00       0.37       0.00       0.00       0.00       0.00       0.00       0.07
3586.80/3597.04	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.80/3597.04	c   dualfix          :          2          0          0          0
3586.80/3597.04	c   genvbounds       :          0          0          0          0
3586.80/3597.04	c   nlobbt           :          0          0          0          0
3586.80/3597.04	c   obbt             :          0          0          0          0
3586.80/3597.04	c   probing          :          0          0          0          0
3586.80/3597.04	c   pseudoobj        :      46854          0          0          0
3586.80/3597.04	c   redcost          :      21044          0          0        139
3586.80/3597.04	c   rootredcost      :          7          0          0          0
3586.80/3597.04	c   symmetry         :          0          0          0          0
3586.80/3597.04	c   vbounds          :      31749          0          0          0
3586.80/3597.04	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.80/3597.04	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   genvbounds       :       0.03       0.00       0.00       0.02       0.00       0.01
3586.80/3597.04	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.80/3597.04	c   probing          :       0.63       0.00       0.63       0.00       0.00       0.00
3586.80/3597.04	c   pseudoobj        :       3.65       0.00       0.00       3.65       0.00       0.00
3586.80/3597.04	c   redcost          :       0.43       0.00       0.00       0.42       0.00       0.00
3586.80/3597.04	c   rootredcost      :       0.02       0.00       0.00       0.02       0.00       0.00
3586.80/3597.04	c   symmetry         :       0.10       0.00       0.06       0.03       0.00       0.01
3586.80/3597.04	c   vbounds          :       0.06       0.00       0.01       0.04       0.00       0.01
3586.80/3597.04	c Symmetry           :
3586.80/3597.04	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.80/3597.04	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.80/3597.04	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.80/3597.04	c   shadow tree time :       0.00 s
3586.80/3597.04	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.80/3597.04	c   propagation      :       0.00        112         71          -         71       23.1          0        0.0          -          -          -
3586.80/3597.04	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.80/3597.04	c   bound exceed. LP :       5.80       1727        767          -      14074      243.8          0        0.0          5      202.2       3594
3586.80/3597.04	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.80/3597.04	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.80/3597.04	c   applied globally :       1.35          -          -          0       4449       33.7          -          -          5          -          -
3586.80/3597.04	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.80/3597.04	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.80/3597.04	c   cut pool         :       2.55          -       5270         77          -          -      77597     118479          -          -          -          -          -    (maximal pool size:       3883)
3586.80/3597.04	c   aggregation      :       9.37       0.00       1727         39          0          0         15         82          0          5          5          0          0
3586.80/3597.04	c   > cmir           :          -          -          -          -          -          -          -         19          0          0          0          0          -
3586.80/3597.04	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.80/3597.04	c   > knapsackcover  :          -          -          -          -          -          -          -         63          0          5          5          0          -
3586.80/3597.04	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   clique           :       0.93       0.00         39         39          0          0        355        749          0        337        337          0          0
3586.80/3597.04	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   gomory           :    2488.59       0.00       1594         10          0          0      70774      95108        536       5004       4999          5          0
3586.80/3597.04	c   > gomorymi       :          -          -          -          -          -          -          -      31221        268        399        397          2          -
3586.80/3597.04	c   > strongcg       :          -          -          -          -          -          -          -      63887        268       4605       4602          3          -
3586.80/3597.04	c   impliedbounds    :       2.97       0.00       1728         39          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   mcf              :       0.05       0.00          1          1          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   multilinear      :       0.00       0.00        226         39          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   rapidlearning    :       1.25       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   rlt              :       0.00       0.00        556         10          0          0          0          0          0          0          0          0          0
3586.80/3597.04	c   zerohalf         :      13.28       0.00       1603         20          0          0       7081      22540         92      11887      11851         36          0
3586.80/3597.04	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.80/3597.04	c   hybrid           :       0.08       0.00       2895         39      17233          0     101874        613          0       1725
3586.80/3597.04	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.80/3597.04	c   problem variables:       0.00          -          0          0
3586.80/3597.04	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.80/3597.04	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c   relpscost        :     296.55       0.00      15455          0          0          2        307          0        315      30568
3586.80/3597.04	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.80/3597.04	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.80/3597.04	c   LP solutions     :       0.00          -          -          1          1
3586.80/3597.04	c   relax solutions  :       0.00          -          -          0          0
3586.80/3597.04	c   pseudo solutions :       0.00          -          -          0          0
3586.80/3597.04	c   strong branching :       1.77          -          -        394          2
3586.80/3597.04	c   actconsdiving    :       0.00       0.00          0          0          0
3586.80/3597.04	c   adaptivediving   :       3.28       0.00         78          0          0
3586.80/3597.04	c   alns             :       2.48       0.00          6          0          0
3586.80/3597.04	c   bound            :       0.00       0.00          0          0          0
3586.80/3597.04	c   clique           :       0.26       0.00          1          1          1
3586.80/3597.04	c   coefdiving       :       0.00       0.00          0          0          0
3586.80/3597.04	c   completesol      :       0.00       0.00          0          0          0
3586.80/3597.04	c   conflictdiving   :       5.94       0.00        136          0          0
3586.80/3597.04	c   crossover        :       2.72       0.00          7          3          0
3586.80/3597.04	c   dins             :       0.00       0.00          0          0          0
3586.80/3597.04	c   distributiondivin:      18.09       0.00        136          0          0
3586.80/3597.04	c   dps              :       0.00       0.00          0          0          0
3586.80/3597.04	c   dualval          :       0.00       0.00          0          0          0
3586.80/3597.04	c   farkasdiving     :       0.00       0.00          0          0          0
3586.80/3597.04	c   feasjump         :       0.00       0.00          0          0          0
3586.80/3597.04	c   feaspump         :       0.00       0.00          0          0          0
3586.80/3597.04	c   fixandinfer      :       0.00       0.00          0          0          0
3586.80/3597.04	c   fracdiving       :       6.03       0.00        136          0          0
3586.80/3597.04	c   gins             :       0.17       0.00          0          0          0
3586.80/3597.04	c   guideddiving     :       5.40       0.00        136          0          0
3586.80/3597.04	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.80/3597.04	c   indicator        :       0.01       0.00          0          0          0
3586.80/3597.04	c   indicatordiving  :       0.00       0.00          0          0          0
3586.80/3597.04	c   indoneopt        :       0.01       0.00          0          0          0
3586.80/3597.04	c   indrounding      :       0.00       0.00          0          0          0
3586.80/3597.04	c   indtwoopt        :       0.00       0.00          0          0          0
3586.80/3597.04	c   intdiving        :       0.00       0.00          0          0          0
3586.80/3597.04	c   intshifting      :       0.00       0.00          0          0          0
3586.80/3597.04	c   linesearchdiving :       6.65       0.00        136          0          0
3586.80/3597.04	c   localbranching   :       0.00       0.00          0          0          0
3586.80/3597.04	c   locks            :       0.13       0.00          1          0          0
3586.80/3597.04	c   lpface           :       0.03       0.00          0          0          0
3586.80/3597.04	c   mpec             :       0.00       0.00          0          0          0
3586.80/3597.04	c   multistart       :       0.00       0.00          0          0          0
3586.80/3597.04	c   mutation         :       0.00       0.00          0          0          0
3586.80/3597.04	c   nlpdiving        :       0.00       0.00          0          0          0
3586.80/3597.04	c   objpscostdiving  :      17.78       0.00         69        126          2
3586.80/3597.04	c   octane           :       0.00       0.00          0          0          0
3586.80/3597.04	c   ofins            :       0.00       0.00          0          0          0
3586.80/3597.04	c   oneopt           :       0.06       0.00          6          1          1
3586.80/3597.04	c   padm             :       0.00       0.00          0          0          0
3586.80/3597.04	c   proximity        :       0.00       0.00          0          0          0
3586.80/3597.04	c   pscostdiving     :      11.51       0.00        136          7          1
3586.80/3597.04	c   randrounding     :       3.94       0.00       2780         40          0
3586.80/3597.04	c   rens             :       1.89       0.00          1          1          0
3586.80/3597.04	c   reoptsols        :       0.00       0.00          0          0          0
3586.80/3597.04	c   repair           :       0.00       0.00          0          0          0
3586.80/3597.04	c   rins             :       3.90       0.00          9          5          0
3586.80/3597.04	c   rootsoldiving    :      21.09       0.00         68         76          0
3586.80/3597.04	c   rounding         :       7.80       0.00       1883          0          0
3586.80/3597.04	c   scheduler        :       0.00       0.00          0          0          0
3586.80/3597.04	c   shiftandpropagate:       0.00       0.00          0          0          0
3586.80/3597.04	c   shifting         :       4.71       0.00        900          0          0
3586.80/3597.04	c   simplerounding   :       0.33       0.00      18351         33          0
3586.80/3597.04	c   smallcard        :       0.00       0.00          0          0          0
3586.80/3597.04	c   subnlp           :       0.02       0.00          0          0          0
3586.80/3597.04	c   trivial          :       0.01       0.00          2          1          1
3586.80/3597.04	c   trivialnegation  :       0.00       0.00          0          0          0
3586.80/3597.04	c   trustregion      :       0.00       0.00          0          0          0
3586.80/3597.04	c   trysol           :       0.01       0.00          0          0          0
3586.80/3597.04	c   twoopt           :       0.00       0.00          0          0          0
3586.80/3597.04	c   undercover       :       0.00       0.00          0          0          0
3586.80/3597.04	c   vbounds          :       0.54       0.00          1          1          0
3586.80/3597.04	c   veclendiving     :       6.36       0.00        136          0          0
3586.80/3597.04	c   zeroobj          :       0.00       0.00          0          0          0
3586.80/3597.04	c   zirounding       :      26.26       0.00       6101        122          0
3586.80/3597.04	c   other solutions  :          -          -          -          0          -
3586.80/3597.04	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	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
3586.80/3597.04	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.80/3597.04	c   primal LP        :      10.41       1349          0       0.00       0.00      10.41       1349
3586.80/3597.04	c   dual LP          :     411.11      20229    1202861      59.98    2925.86       1.55        173
3586.80/3597.04	c   lex dual LP      :       0.00          0          0       0.00          -
3586.80/3597.04	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.80/3597.04	c   resolve instable :       0.00          0          0       0.00          -
3586.80/3597.04	c   diving/probing LP:      80.91       5547     179898      32.43    2223.32
3586.80/3597.04	c   strong branching :     162.53       5215     402160      77.12    2474.34          -          -       1416
3586.80/3597.04	c     (at root node) :          -         20       2160     108.00          -
3586.80/3597.04	c   conflict analysis:       2.30        376       3594       9.56    1565.24
3586.80/3597.04	c B&B Tree           :
3586.80/3597.04	c   number of runs   :          1
3586.80/3597.04	c   nodes            :      17025 (15284 internal, 1741 leaves)
3586.80/3597.04	c   feasible leaves  :          1
3586.80/3597.04	c   infeas. leaves   :          1
3586.80/3597.04	c   objective leaves :       1738
3586.80/3597.04	c   nodes (total)    :      17025 (15284 internal, 1741 leaves)
3586.80/3597.04	c   nodes left       :      13488
3586.80/3597.04	c   max depth        :         78
3586.80/3597.04	c   max depth (total):         78
3586.80/3597.04	c   backtracks       :       2139 (12.6%)
3586.80/3597.04	c   early backtracks :          0 (0.0%)
3586.80/3597.04	c   nodes exc. ref.  :          0 (0.0%)
3586.80/3597.04	c   delayed cutoffs  :          1
3586.80/3597.04	c   repropagations   :         25 (55 domain reductions, 1 cutoffs)
3586.80/3597.04	c   avg switch length:       4.67
3586.80/3597.04	c   switching time   :      41.84
3586.80/3597.04	c Root Node          :
3586.80/3597.04	c   First LP value   : -7.00000000000000e+02
3586.80/3597.04	c   First LP Iters   :       1400 (1766.65 Iter/sec)
3586.80/3597.04	c   First LP Time    :       0.79
3586.80/3597.04	c   Final Dual Bound : -5.60000000000000e+01
3586.80/3597.04	c   Final Root Iters :      28438
3586.80/3597.04	c   Root LP Estimate : -4.94332080325383e+01
3586.80/3597.04	c Solution           :
3586.80/3597.04	c   Solutions found  :        812 (9 improvements)
3586.80/3597.04	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.71 seconds, depth 0, found by <trivial>)
3586.80/3597.04	c   Gap First Sol.   :   infinite
3586.80/3597.04	c   Gap Last Sol.    :      16.67 %
3586.80/3597.04	c   Primal Bound     : -4.80000000000000e+01   (in run 1, after 364 nodes, 155.02 seconds, depth 24, found by <objpscostdiving>)
3586.80/3597.04	c   Dual Bound       : -5.60000000000000e+01
3586.80/3597.04	c   Gap              :      16.67 %
3586.80/3597.04	c Integrals          :      Total       Avg%
3586.80/3597.04	c   primal-dual      :   55848.14      15.53
3586.80/3597.04	c   primal-ref       :          -          - (not evaluated)
3586.80/3597.04	c   dual-ref         :          -          - (not evaluated)
3587.19/3597.40	c Time complete: 3587.19.

Verifier Data

OK	-48

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (61856 MiB free)
  memory of node 1: 64507 MiB (61011 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4484732-1751295373/watcher-4484732-1751295373 -o /tmp/evaluation-result-4484732-1751295373/solver-4484732-1751295373 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751293853-42123 --watchdog 3760 pbscip -f HOME/instance-4484732-1751295373.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
Starting watchdog thread
solver pid=43021, runsolver pid=43018
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.17 4.10 3.79 5/253 43022
/proc/meminfo: memFree=125817988/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=56096 memory=28544 CPUtime=0.1 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 4198 0 0 0 9 1 0 0 20 0 1 0 45217018 57442304 7104 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 14024 7136 3232 3530 0 5475 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 56096 KiB
Current children cumulated memory: 28544 KiB

[startup+0.213756 s]*
/proc/loadavg: 4.17 4.10 3.79 5/253 43022
/proc/meminfo: memFree=125817988/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=68572 memory=40704 CPUtime=0.21 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 7253 0 0 0 20 1 0 0 20 0 1 0 45217018 70217728 10176 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 17143 10176 3232 3530 0 8594 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68572 KiB
Current children cumulated memory: 40704 KiB

[startup+0.313253 s]*
/proc/loadavg: 4.17 4.10 3.79 5/253 43022
/proc/meminfo: memFree=125817988/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=80712 memory=51456 CPUtime=0.31 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 9942 0 0 0 29 2 0 0 20 0 1 0 45217018 82649088 12864 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 20178 12864 3232 3530 0 11629 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 80712 KiB
Current children cumulated memory: 51456 KiB

[startup+0.700283 s]
/proc/loadavg: 4.16 4.10 3.79 5/253 43022
/proc/meminfo: memFree=125817988/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=158912 memory=132308 CPUtime=0.68 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 30215 0 0 0 61 7 0 0 20 0 1 0 45217018 162725888 33077 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 39728 33077 3552 3530 0 31179 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 158912 KiB
Current children cumulated memory: 132308 KiB

[startup+1.50027 s]
/proc/loadavg: 4.16 4.10 3.79 5/254 43024
/proc/meminfo: memFree=125721472/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=240792 memory=212632 CPUtime=1.48 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 49272 0 0 0 135 13 0 0 20 0 1 0 45217018 246571008 53158 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 60198 53158 3712 3530 0 51649 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 240792 KiB
Current children cumulated memory: 212632 KiB

[startup+3.11311 s]
/proc/loadavg: 4.16 4.10 3.79 5/254 43024
/proc/meminfo: memFree=125547000/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=397784 memory=339332 CPUtime=3.08 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 66806 0 0 0 290 18 0 0 20 0 1 0 45217018 407330816 84833 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 99446 84833 3776 3530 0 90897 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 397784 KiB
Current children cumulated memory: 339332 KiB

[startup+6.30022 s]
/proc/loadavg: 4.14 4.10 3.79 5/254 43024
/proc/meminfo: memFree=125275292/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=606316 memory=534100 CPUtime=6.27 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 105716 0 0 0 601 26 0 0 20 0 1 0 45217018 620867584 133525 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 151579 133525 3968 3530 0 143030 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 606316 KiB
Current children cumulated memory: 534100 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.10 3.79 5/254 43024
/proc/meminfo: memFree=125292604/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=641532 memory=555460 CPUtime=12.64 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 108509 0 0 0 1238 26 0 0 20 0 1 0 45217018 656928768 138865 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 160383 138865 3968 3530 0 151834 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 641532 KiB
Current children cumulated memory: 555460 KiB

[startup+25.5003 s]
/proc/loadavg: 4.11 4.09 3.80 5/254 43024
/proc/meminfo: memFree=125273368/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=687924 memory=560652 CPUtime=25.4 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 108788 0 0 0 2514 26 0 0 20 0 1 0 45217018 704434176 140163 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 171981 140163 3968 3530 0 163432 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 687924 KiB
Current children cumulated memory: 560652 KiB

[startup+51.1122 s]
/proc/loadavg: 4.13 4.10 3.81 5/254 43024
/proc/meminfo: memFree=125112804/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=962164 memory=698784 CPUtime=50.95 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 142812 0 0 0 5063 32 0 0 20 0 1 0 45217018 985255936 174696 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 240541 174696 3968 3530 0 231992 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 962164 KiB
Current children cumulated memory: 698784 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 3.83 5/253 43027
/proc/meminfo: memFree=125070492/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=968992 memory=703536 CPUtime=101.95 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 151686 0 0 0 10161 34 0 0 20 0 1 0 45217018 992247808 175884 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 242248 175884 3968 3530 0 233699 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 968992 KiB
Current children cumulated memory: 703536 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 4.08 3.84 5/254 43030
/proc/meminfo: memFree=125027000/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=1030952 memory=703536 CPUtime=161.77 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 151708 0 0 0 16143 34 0 0 20 0 1 0 45217018 1055694848 175884 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 257738 175884 3968 3530 0 249189 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 1030952 KiB
Current children cumulated memory: 703536 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.11 3.87 5/253 43032
/proc/meminfo: memFree=124777908/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=1121716 memory=770060 CPUtime=221.55 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 176783 0 0 0 22118 37 0 0 20 0 1 0 45217018 1148637184 192515 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 280429 192515 3968 3530 0 271880 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 1121716 KiB
Current children cumulated memory: 770060 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.10 3.89 5/254 43035
/proc/meminfo: memFree=124734072/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=1169944 memory=819308 CPUtime=281.33 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 209236 0 0 0 28090 43 0 0 20 0 1 0 45217018 1198022656 204827 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 292486 204827 4128 3530 0 283937 0
Current children cumulated CPU time: 281.33 s
Current children cumulated vsize: 1169944 KiB
Current children cumulated memory: 819308 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.09 3.90 5/252 43048
/proc/meminfo: memFree=124542912/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=1222948 memory=825836 CPUtime=341.16 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 210940 0 0 0 34073 43 0 0 20 0 1 0 45217018 1252298752 206459 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 305737 206459 4128 3530 0 297188 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 1222948 KiB
Current children cumulated memory: 825836 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.09 3.92 5/251 43050
/proc/meminfo: memFree=124465504/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=1319392 memory=829420 CPUtime=400.96 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 211847 0 0 0 40053 43 0 0 20 0 1 0 45217018 1351057408 207355 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 329848 207355 4128 3530 0 321299 0
Current children cumulated CPU time: 400.96 s
Current children cumulated vsize: 1319392 KiB
Current children cumulated memory: 829420 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 4.12 3.94 5/250 43058
/proc/meminfo: memFree=124299732/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=1417304 memory=865068 CPUtime=460.76 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 215065 0 0 0 46032 44 0 0 20 0 1 0 45217018 1451319296 216267 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 354326 216267 4128 3530 0 345777 0
Current children cumulated CPU time: 460.76 s

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

/proc/loadavg: 4.23 4.24 4.15 5/251 43322
/proc/meminfo: memFree=124149704/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2730272 memory=2158860 CPUtime=3153.19 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 429872 0 0 0 315230 89 0 0 20 0 1 0 45217018 2795798528 539715 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 682568 539715 4128 3530 0 674019 0
Current children cumulated CPU time: 3153.19 s
Current children cumulated vsize: 2730272 KiB
Current children cumulated memory: 2158860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.21 4.15 5/251 43324
/proc/meminfo: memFree=124039216/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2730272 memory=2163752 CPUtime=3213.04 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 430332 0 0 0 321214 90 0 0 20 0 1 0 45217018 2795798528 540938 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 682568 540938 4128 3530 0 674019 0
Current children cumulated CPU time: 3213.04 s
Current children cumulated vsize: 2730272 KiB
Current children cumulated memory: 2163752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.18 4.14 5/251 43327
/proc/meminfo: memFree=123989076/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2826112 memory=2190816 CPUtime=3272.89 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 431150 0 0 0 327198 91 0 0 20 0 1 0 45217018 2893938688 547704 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 706528 547704 4128 3530 0 697979 0
Current children cumulated CPU time: 3272.89 s
Current children cumulated vsize: 2826112 KiB
Current children cumulated memory: 2190816 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.16 4.13 5/251 43329
/proc/meminfo: memFree=123854228/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2249952 CPUtime=3332.74 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 445974 0 0 0 333181 93 0 0 20 0 1 0 45217018 2954104832 562488 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 562488 4128 3530 0 712668 0
Current children cumulated CPU time: 3332.74 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2249952 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.13 5/251 43331
/proc/meminfo: memFree=123705928/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2268480 CPUtime=3392.6 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 445985 0 0 0 339167 93 0 0 20 0 1 0 45217018 2954104832 567120 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 567120 4128 3530 0 712668 0
Current children cumulated CPU time: 3392.6 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2268480 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.18 4.14 5/252 43336
/proc/meminfo: memFree=123531628/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2268480 CPUtime=3452.43 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 445989 0 0 0 345150 93 0 0 20 0 1 0 45217018 2954104832 567120 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 567120 4128 3530 0 712668 0
Current children cumulated CPU time: 3452.43 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2268480 KiB

[startup+3522.3 s]
/proc/loadavg: 4.61 4.31 4.19 5/252 43342
/proc/meminfo: memFree=123505180/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2272576 CPUtime=3512.28 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446203 0 0 0 351135 93 0 0 20 0 1 0 45217018 2954104832 568144 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 568144 4128 3530 0 712668 0
Current children cumulated CPU time: 3512.28 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2272576 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.28 4.18 5/251 43344
/proc/meminfo: memFree=123477520/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2272576 CPUtime=3572.12 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446433 0 0 0 357119 93 0 0 20 0 1 0 45217018 2954104832 568144 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 568144 4128 3530 0 712668 0
Current children cumulated CPU time: 3572.12 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2272576 KiB

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

# cumulated CPU time of all completed processes:  user=3586.24 s, system=0.96984 s

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

[startup+3584 s]*
/proc/loadavg: 4.32 4.28 4.18 5/251 43344
/proc/meminfo: memFree=123477520/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2272576 CPUtime=3573.83 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446436 0 0 0 357290 93 0 0 20 0 1 0 45217018 2954104832 568144 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 568144 4128 3530 0 712668 0
Current children cumulated CPU time: 3573.83 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2272576 KiB

[startup+3590.4 s]
/proc/loadavg: 4.30 4.28 4.18 5/252 43345
/proc/meminfo: memFree=123477268/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2272576 CPUtime=3580.2 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446437 0 0 0 357927 93 0 0 20 0 1 0 45217018 2954104832 568144 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 568144 4128 3530 0 712668 0
Current children cumulated CPU time: 3580.2 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2272576 KiB

[startup+3593.6 s]
/proc/loadavg: 4.35 4.29 4.19 5/252 43345
/proc/meminfo: memFree=123447576/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2303296 CPUtime=3583.4 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446463 0 0 0 358246 94 0 0 20 0 1 0 45217018 2954104832 575824 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 575824 4128 3530 0 712668 0
Current children cumulated CPU time: 3583.4 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2303296 KiB

[startup+3595.2 s]
/proc/loadavg: 4.35 4.29 4.19 5/252 43345
/proc/meminfo: memFree=123445812/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2303296 CPUtime=3584.99 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446465 0 0 0 358405 94 0 0 20 0 1 0 45217018 2954104832 575824 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 575824 4128 3530 0 712668 0
Current children cumulated CPU time: 3584.99 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2303296 KiB

[startup+3596.8 s]
/proc/loadavg: 4.35 4.29 4.19 5/252 43345
/proc/meminfo: memFree=123446064/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2303296 CPUtime=3586.59 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446466 0 0 0 358565 94 0 0 20 0 1 0 45217018 2954104832 575824 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 575824 4128 3530 0 712668 0
Current children cumulated CPU time: 3586.59 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2303296 KiB

[startup+3597.2 s]
/proc/loadavg: 4.33 4.29 4.19 5/252 43345
/proc/meminfo: memFree=123446064/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2884868 memory=2303296 CPUtime=3586.99 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446751 0 0 0 358605 94 0 0 20 0 1 0 45217018 2954104832 575824 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 721217 575824 4128 3530 0 712668 0
Current children cumulated CPU time: 3586.99 s
Current children cumulated vsize: 2884868 KiB
Current children cumulated memory: 2303296 KiB

[startup+3597.4 s]
/proc/loadavg: 4.33 4.29 4.19 5/252 43345
/proc/meminfo: memFree=123446064/131382116 swapFree=33010684/33010684
[pid=43021] ppid=43018 vsize=2672368 memory=1938964 CPUtime=3587.19 cores=4,6
/proc/43021/stat : 43021 (pbscip) R 43018 43021 42112 0 -1 4194304 446762 0 0 0 358624 95 0 0 20 0 1 0 45217018 2736504832 484741 18446744073709551615 4235264 18693293 140734178747728 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 52596736 140734178757001 140734178757100 140734178757100 140734178762702 0
/proc/43021/statm: 668092 484741 4128 3530 0 659543 0
Current children cumulated CPU time: 3587.19 s
Current children cumulated vsize: 2672368 KiB
Current children cumulated memory: 1938964 KiB

Child status: 0

Real time (s): 3597.42
CPU time (s): 3587.21
CPU user time (s): 3586.24
CPU system time (s): 0.96984
CPU usage (%): 99.7162
Max. virtual memory (cumulated for all children) (KiB): 2884868
Max. memory (cumulated for all children) (KiB): 2303296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.24
system time used= 0.96984
maximum resident set size= 2303296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 446819
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= 192
involuntary context switches= 2283


# summary of solver processes directly reported to runsolver:
#   pid: 43021
#   total CPU time (s): 3587.21
#   total CPU user time (s): 3586.24
#   total CPU system time (s): 0.96984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6579 second user time and 32.5262 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 16:56:13
IDJOB=4484732
IDBENCH=146666
IDSOLVER=3365
FILE ID=nodeC011/4484732-1751295373
RUNJOBID= nodeC011-1751293853-42123
SLURM_JOB_ID= 9594269
Free space on /tmp= 432984 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb56-25-opb/normalized-frb56-25-4.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484732-1751295373/watcher-4484732-1751295373 -o /tmp/evaluation-result-4484732-1751295373/solver-4484732-1751295373 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751293853-42123 --watchdog 3760  pbscip -f HOME/instance-4484732-1751295373.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 71e47456366b2ddac308424c74922847
RANDOM SEED=825995435

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125818420 kB
MemAvailable:   125747568 kB
Buffers:            3280 kB
Cached:           737448 kB
SwapCached:            0 kB
Active:          4512296 kB
Inactive:         438576 kB
Active(anon):    4228104 kB
Inactive(anon):        0 kB
Active(file):     284192 kB
Inactive(file):   438576 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21328 kB
Writeback:             0 kB
AnonPages:       4211324 kB
Mapped:           138420 kB
Shmem:             17960 kB
KReclaimable:      91628 kB
Slab:             172464 kB
SReclaimable:      91628 kB
SUnreclaim:        80836 kB
KernelStack:        4080 kB
PageTables:        11664 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5267516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2230272 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432972 MiB
End job on nodeC011 at 2025-06-30 17:56:11