Trace number 4432931

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-576 3587.84 3597.05

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament50.lin.opb
MD5SUM16979d2f8203ffed07f73a3588d8874c
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-599
Best CPU time to get the best result obtained on this benchmark72000.6
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3625
Total number of constraints4800
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2400
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 3130
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 3368
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3368
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4432931-1721164799.opb>
0.00/0.01	c original problem has 3625 variables (3625 bin, 0 int, 0 impl, 0 cont) and 4800 constraints
0.00/0.01	c problem read in 0.01
0.00/0.03	o 0
0.00/0.03	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.03	c presolving:
0.00/0.04	c    (0.0s) running MILP presolver
0.00/0.04	c    (0.0s) MILP presolver found nothing
0.00/0.05	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 2400 upgd conss, 0 impls, 0 clqs
0.00/0.06	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4800 upgd conss, 0 impls, 0 clqs
0.00/0.09	c (round 3, medium)     0 del vars, 2400 del conss, 4800 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4800 upgd conss, 0 impls, 4800 clqs
0.09/0.11	c (round 4, exhaustive) 0 del vars, 9600 del conss, 7200 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 4800 upgd conss, 0 impls, 4800 clqs
0.09/0.12	c    (0.1s) probing: 51/3625 (1.4%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.09/0.12	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.09/0.13	c    (0.1s) no symmetry present (symcode time: 0.00)
0.09/0.13	c presolving (5 rounds: 5 fast, 5 medium, 4 exhaustive):
0.09/0.13	c  0 deleted vars, 9600 deleted constraints, 7200 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.09/0.13	c  0 implications, 4800 cliques
0.09/0.13	c presolved problem has 3625 variables (3625 bin, 0 int, 0 impl, 0 cont) and 2400 constraints
0.09/0.13	c    2400 constraints of type <and>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 10.0.0
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.09/0.13	c limits/time = 3596.997033
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.09/0.13	c limits/memory = 27900
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c transformed 2/2 original solutions to the transformed problem space
0.09/0.13	c 
0.20/0.21	o -170
0.20/0.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.20/0.21	c p 0.2s|     1 |     0 |     0 |     - |  clique|   0 |3625 |2400 |4800 |   0 |  0 |   0 |   0 |-1.684000e+03 |-1.700000e+02 | 890.59%| unknown
0.20/0.28	o -426
0.20/0.28	c p 0.3s|     1 |     0 |    22 |     - | vbounds|   0 |3625 |2400 |4800 |   0 |  0 |   0 |   0 |-1.684000e+03 |-4.260000e+02 | 295.31%| unknown
0.50/0.53	c   0.5s|     1 |     0 |  3143 |     - |    43M |   0 |3625 |2403 |4800 |   0 |  0 |   3 |   0 |-7.580000e+02 |-4.260000e+02 |  77.93%| unknown
0.68/0.78	c   0.8s|     1 |     0 |  3471 |     - |    47M |   0 |3625 |2403 |5639 | 839 |  1 |   3 |   0 |-7.555000e+02 |-4.260000e+02 |  77.35%| unknown
0.78/0.86	o -431
0.78/0.86	c r 0.9s|     1 |     0 |  3471 |     - |shifting|   0 |3625 |2403 |5639 | 839 |  1 |   3 |   0 |-7.555000e+02 |-4.310000e+02 |  75.29%| unknown
1.09/1.12	c   1.1s|     1 |     0 |  3777 |     - |    55M |   0 |3625 |2403 |6254 |1454 |  2 |   3 |   0 |-7.455000e+02 |-4.310000e+02 |  72.97%| unknown
1.09/1.12	o -432
1.09/1.12	c i 1.1s|     1 |     0 |  3777 |     - |  oneopt|   0 |3625 |2403 |6254 |1454 |  2 |   3 |   0 |-7.455000e+02 |-4.320000e+02 |  72.57%| unknown
1.48/1.55	c   1.6s|     1 |     0 |  5071 |     - |    58M |   0 |3625 |2404 |6372 |1572 |  3 |   4 |   0 |-7.235000e+02 |-4.320000e+02 |  67.48%| unknown
1.99/2.08	c   2.1s|     1 |     0 |  6576 |     - |    65M |   0 |3625 |2404 |6440 |1640 |  4 |   4 |   0 |-7.092500e+02 |-4.320000e+02 |  64.18%| unknown
2.48/2.53	c   2.5s|     1 |     0 |  7802 |     - |    68M |   0 |3625 |2404 |6505 |1705 |  5 |   4 |   0 |-7.012500e+02 |-4.320000e+02 |  62.33%| unknown
3.18/3.21	c   3.2s|     1 |     0 | 10081 |     - |    76M |   0 |3625 |2404 |6575 |1775 |  6 |   4 |   0 |-6.950000e+02 |-4.320000e+02 |  60.88%| unknown
3.87/3.99	c   4.0s|     1 |     0 | 12769 |     - |    79M |   0 |3625 |2404 |6635 |1835 |  7 |   4 |   0 |-6.849083e+02 |-4.320000e+02 |  58.54%| unknown
4.77/4.86	c   4.9s|     1 |     0 | 15366 |     - |    84M |   0 |3625 |2404 |6699 |1899 |  8 |   4 |   0 |-6.788458e+02 |-4.320000e+02 |  57.14%| unknown
5.77/5.84	c   5.8s|     1 |     0 | 18207 |     - |    92M |   0 |3625 |2404 |6755 |1955 |  9 |   4 |   0 |-6.751779e+02 |-4.320000e+02 |  56.29%| unknown
7.07/7.13	c   7.1s|     1 |     0 | 22178 |     - |    99M |   0 |3625 |2404 |6816 |2016 | 10 |   4 |   0 |-6.706187e+02 |-4.320000e+02 |  55.24%| unknown
7.87/7.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
7.87/7.90	c   7.9s|     1 |     0 | 24696 |     - |   100M |   0 |3625 |2404 |6873 |2073 | 11 |   4 |   0 |-6.676101e+02 |-4.320000e+02 |  54.54%| unknown
8.86/8.92	c   8.9s|     1 |     0 | 27778 |     - |   103M |   0 |3625 |2404 |6917 |2117 | 12 |   4 |   0 |-6.647891e+02 |-4.320000e+02 |  53.89%| unknown
9.96/10.08	c  10.1s|     1 |     0 | 31228 |     - |   106M |   0 |3625 |2404 |6970 |2170 | 13 |   4 |   0 |-6.619765e+02 |-4.320000e+02 |  53.24%| unknown
11.06/11.19	c  11.2s|     1 |     0 | 34356 |     - |   109M |   0 |3625 |2404 |7010 |2210 | 14 |   4 |   0 |-6.591145e+02 |-4.320000e+02 |  52.57%| unknown
12.05/12.17	c  12.2s|     1 |     0 | 36960 |     - |   110M |   0 |3625 |2404 |6725 |2254 | 15 |   4 |   0 |-6.568545e+02 |-4.320000e+02 |  52.05%| unknown
13.24/13.32	c  13.3s|     1 |     0 | 39931 |     - |   111M |   0 |3625 |2404 |6771 |2300 | 16 |   4 |   0 |-6.545583e+02 |-4.320000e+02 |  51.52%| unknown
14.34/14.46	c  14.5s|     1 |     0 | 42970 |     - |   111M |   0 |3625 |2404 |6808 |2337 | 17 |   4 |   0 |-6.520536e+02 |-4.320000e+02 |  50.94%| unknown
15.44/15.54	c  15.5s|     1 |     0 | 45766 |     - |   112M |   0 |3625 |2404 |6856 |2385 | 18 |   4 |   0 |-6.499223e+02 |-4.320000e+02 |  50.44%| unknown
16.63/16.79	c  16.8s|     1 |     0 | 48989 |     - |   113M |   0 |3625 |2404 |6902 |2431 | 19 |   4 |   0 |-6.481226e+02 |-4.320000e+02 |  50.03%| unknown
17.83/17.94	c  17.9s|     1 |     0 | 51804 |     - |   114M |   0 |3625 |2404 |6950 |2479 | 20 |   4 |   0 |-6.466042e+02 |-4.320000e+02 |  49.68%| unknown
17.93/18.08	c  18.1s|     1 |     0 | 51976 |     - |   114M |   0 |3625 |2404 |6849 |2496 | 21 |   4 |   0 |-6.465991e+02 |-4.320000e+02 |  49.68%| unknown
18.03/18.17	c  18.2s|     1 |     0 | 51981 |     - |   114M |   0 |3625 |2404 |6854 |2501 | 22 |   4 |   0 |-6.465991e+02 |-4.320000e+02 |  49.68%| unknown
53.04/53.28	o -468
53.04/53.28	c d53.3s|     1 |     0 |168925 |     - |farkasdi|   0 |3625 |2404 |6854 |   0 | 23 |   4 |   0 |-6.465991e+02 |-4.680000e+02 |  38.16%| unknown
59.72/59.92	o -471
59.72/59.92	c d59.9s|     1 |     0 |194850 |     - |conflict|   0 |3625 |2404 |6854 |   0 | 23 |   4 |   0 |-6.465991e+02 |-4.710000e+02 |  37.28%| unknown
59.72/59.96	o -477
59.72/59.96	c L60.0s|     1 |     0 |194857 |     - |    alns|   0 |3625 |2404 |6854 |2501 | 23 |   4 |   0 |-6.465991e+02 |-4.770000e+02 |  35.56%| unknown
59.72/59.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
59.72/59.96	c  60.0s|     1 |     0 |194857 |     - |   116M |   0 |3625 |2404 |6854 |2501 | 23 |   4 |   0 |-6.465991e+02 |-4.770000e+02 |  35.56%| unknown
59.72/59.97	o -479
59.72/59.97	c i60.0s|     1 |     0 |194857 |     - |  oneopt|   0 |3625 |2404 |6854 |2501 | 23 |   4 |   0 |-6.465991e+02 |-4.790000e+02 |  34.99%| unknown
59.82/60.06	c  60.1s|     1 |     0 |194867 |     - |   116M |   0 |3625 |2404 |6859 |2506 | 24 |   4 |   0 |-6.465991e+02 |-4.790000e+02 |  34.99%| unknown
59.92/60.11	c  60.1s|     1 |     0 |194869 |     - |   116M |   0 |3625 |2404 |6860 |2507 | 25 |   4 |   0 |-6.465991e+02 |-4.790000e+02 |  34.99%| unknown
75.57/75.83	c  75.8s|     1 |     2 |194871 |     - |   117M |   0 |3625 |2404 |6860 |2507 | 25 |   4 |  48 |-6.460602e+02 |-4.790000e+02 |  34.88%| unknown
167.02/167.56	o -509
167.02/167.56	c d 168s|    25 |    26 |291072 |9962.5 |pscostdi|  24 |3625 |2404 |7216 |   0 |  2 |   4 | 228 |-6.460169e+02 |-5.090000e+02 |  26.92%| unknown
167.02/167.59	o -512
167.02/167.59	c i 168s|    26 |    25 |291116 |9565.8 |  oneopt|  24 |3625 |2404 |7202 |3550 |  0 |   4 | 228 |-6.460169e+02 |-5.120000e+02 |  26.18%| unknown
173.61/174.14	o -551
173.61/174.14	c d 174s|    30 |    31 |311957 |8965.0 |adaptive|  25 |3625 |2404 |7233 |   0 |  2 |   4 | 228 |-6.460169e+02 |-5.510000e+02 |  17.24%| unknown
173.61/174.17	o -559
173.61/174.17	c i 174s|    30 |    31 |311997 |8966.4 |  oneopt|  25 |3625 |2404 |7233 |3581 |  2 |   4 | 228 |-6.460169e+02 |-5.590000e+02 |  15.57%| unknown
355.52/356.54	o -562
355.52/356.54	c d 357s|    75 |    76 |857580 |10886.6 |guideddi|  41 |3625 |2414 |7407 |   0 |  2 |  14 | 276 |-6.454371e+02 |-5.620000e+02 |  14.85%| unknown
385.44/386.56	c   387s|   100 |   101 |917127 |8738.9 |   145M |  55 |3625 |2414 |7448 |4030 |  2 |  14 | 307 |-6.454371e+02 |-5.620000e+02 |  14.85%| unknown
422.25/423.48	o -563
422.25/423.48	c L 423s|   175 |   176 |  1031k|5628.9 |    gins| 128 |3625 |2444 |7530 |4114 |  2 |  44 | 336 |-6.454371e+02 |-5.630000e+02 |  14.64%| unknown
422.35/423.51	o -565
422.35/423.51	c L 424s|   175 |   176 |  1031k|5628.9 |    gins| 128 |3625 |2444 |7530 |4114 |  2 |  44 | 336 |-6.454371e+02 |-5.650000e+02 |  14.24%| unknown
423.95/425.13	c   425s|   200 |   197 |  1038k|4955.3 |   146M | 151 |3625 |2444 |7544 |4128 |  2 |  44 | 336 |-6.454371e+02 |-5.650000e+02 |  14.24%| unknown
535.34/536.82	c   537s|   300 |   231 |  1233k|3952.7 |   156M | 155 |3625 |2454 |7589 |5710 |  3 |  54 | 423 |-6.441719e+02 |-5.650000e+02 |  14.01%| unknown
654.33/656.14	o -569
654.33/656.14	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
654.33/656.14	c L 656s|   375 |   251 |  1418k|3654.0 |    rins| 155 |3625 |2454 |7591 |7172 |  1 |  54 | 516 |-6.439383e+02 |-5.690000e+02 |  13.17%| unknown
693.12/695.10	c   695s|   400 |   264 |  1482k|3585.5 |   167M | 155 |3625 |2454 |7342 |7820 |  2 |  54 | 537 |-6.438685e+02 |-5.690000e+02 |  13.16%| unknown
816.40/818.65	c   819s|   500 |   302 |  1691k|3285.6 |   188M | 155 |3625 |2464 |7554 |9397 |  0 |  64 | 635 |-6.433450e+02 |-5.690000e+02 |  13.07%| unknown
821.08/823.36	o -574
821.08/823.36	c L 823s|   575 |   291 |  1704k|2879.3 |crossove| 155 |3625 |2464 |7554 |9436 |  0 |  64 | 649 |-6.433450e+02 |-5.740000e+02 |  12.08%| unknown
873.54/875.98	c   876s|   600 |   304 |  1782k|2888.6 |   191M | 155 |3625 |2474 |7392 |  10k|  2 |  74 | 699 |-6.433255e+02 |-5.740000e+02 |  12.08%| unknown
889.50/891.95	c   892s|   700 |   316 |  1822k|2532.5 |   192M | 155 |3625 |2500 |7590 |  10k|  1 | 100 | 724 |-6.433255e+02 |-5.740000e+02 |  12.08%| unknown
974.37/977.01	c   977s|   800 |   328 |  1951k|2377.5 |   197M | 155 |3625 |2560 |7556 |  11k|  3 | 160 | 792 |-6.432603e+02 |-5.740000e+02 |  12.07%| unknown
1054.85/1057.78	c  1058s|   900 |   344 |  2069k|2244.4 |   201M | 155 |3625 |2631 |7618 |  11k|  0 | 231 | 869 |-6.431063e+02 |-5.740000e+02 |  12.04%| unknown
1184.59/1187.87	c  1188s|  1000 |   370 |  2278k|2228.8 |   210M | 155 |3625 |2739 |7623 |  13k|  0 | 339 |1002 |-6.426961e+02 |-5.740000e+02 |  11.97%| unknown
1387.02/1390.84	c  1391s|  1100 |   412 |  2589k|2308.6 |   221M | 155 |3625 |2804 |7471 |  15k|  2 | 404 |1161 |-6.426507e+02 |-5.740000e+02 |  11.96%| unknown
1539.00/1543.25	c  1543s|  1200 |   450 |  2834k|2320.7 |   228M | 155 |3625 |2912 |7555 |  17k|  1 | 512 |1302 |-6.423242e+02 |-5.740000e+02 |  11.90%| unknown
1615.02/1619.40	o -575
1615.02/1619.40	c L1619s|  1243 |   468 |  2951k|2334.7 |    gins| 155 |3625 |2912 |6895 |  18k|  2 | 512 |1358 |-6.422266e+02 |-5.750000e+02 |  11.69%| unknown
1764.27/1769.01	c  1769s|  1300 |   491 |  3198k|2422.5 |   238M | 155 |3625 |2921 |7628 |  20k|  1 | 521 |1465 |-6.419939e+02 |-5.750000e+02 |  11.65%| unknown
1888.16/1893.27	c  1893s|  1400 |   517 |  3403k|2395.9 |   243M | 155 |3625 |2969 |7516 |  21k|  2 | 569 |1581 |-6.417453e+02 |-5.750000e+02 |  11.61%| unknown
1944.61/1949.82	o -576
1944.61/1949.82	c L1950s|  1474 |   519 |  3566k|2386.3 |crossove| 155 |3625 |3063 |7573 |  21k|  2 | 663 |1621 |-6.417453e+02 |-5.760000e+02 |  11.41%| unknown
1947.11/1952.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1947.11/1952.35	c  1952s|  1500 |   519 |  3575k|2350.4 |   244M | 155 |3625 |3093 |7571 |  21k|  1 | 693 |1627 |-6.417453e+02 |-5.760000e+02 |  11.41%| unknown
2087.96/2093.59	c  2094s|  1600 |   597 |  3816k|2354.3 |   256M | 155 |3625 |3189 |7782 |  22k|  2 | 789 |1758 |-6.417453e+02 |-5.760000e+02 |  11.41%| unknown
2149.81/2155.50	c  2155s|  1700 |   689 |  3947k|2293.0 |   261M | 155 |3625 |3189 |7855 |  22k|  0 | 789 |1831 |-6.417453e+02 |-5.760000e+02 |  11.41%| unknown
2286.27/2292.36	c  2292s|  1800 |   753 |  4171k|2290.2 |   270M | 155 |3625 |3185 |7925 |  23k|  2 | 789 |1943 |-6.415601e+02 |-5.760000e+02 |  11.38%| unknown
2369.48/2375.73	c  2376s|  1900 |   761 |  4307k|2241.1 |   274M | 155 |3625 |3219 |7891 |  24k|  0 | 824 |2027 |-6.414786e+02 |-5.760000e+02 |  11.37%| unknown
2571.28/2578.01	c  2578s|  2000 |   811 |  4631k|2291.0 |   322M | 155 |3625 |3298 |7893 |  27k|  4 | 905 |2195 |-6.414260e+02 |-5.760000e+02 |  11.36%| unknown
2702.15/2709.22	c  2709s|  2100 |   829 |  4842k|2282.1 |   328M | 155 |3625 |3537 |7590 |  28k|  2 |1144 |2339 |-6.411107e+02 |-5.760000e+02 |  11.30%| unknown
2851.28/2858.78	c  2859s|  2200 |   871 |  5087k|2289.7 |   333M | 155 |3625 |3660 |7896 |  30k|  1 |1268 |2498 |-6.410726e+02 |-5.760000e+02 |  11.30%| unknown
2992.52/3000.31	c  3000s|  2300 |   899 |  5325k|2293.9 |   338M | 155 |3625 |3919 |7619 |  31k|  2 |1527 |2652 |-6.409941e+02 |-5.760000e+02 |  11.28%| unknown
3144.15/3152.34	c  3152s|  2400 |   939 |  5579k|2303.9 |   345M | 155 |3625 |4167 |7630 |  32k|  2 |1779 |2816 |-6.409158e+02 |-5.760000e+02 |  11.27%| unknown
3358.52/3367.29	c  3367s|  2500 |   981 |  5938k|2355.6 |   357M | 155 |3625 |4544 |7581 |  35k|  2 |2172 |3045 |-6.408353e+02 |-5.760000e+02 |  11.26%| unknown
3587.69/3597.00	c 
3587.69/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.69/3597.00	c Solving Time (sec) : 3597.00
3587.69/3597.00	c Solving Nodes      : 2526
3587.69/3597.00	c Primal Bound       : -5.76000000000000e+02 (36 solutions)
3587.69/3597.00	c Dual Bound         : -6.40815996189382e+02
3587.69/3597.00	c Gap                : 11.25 %
3587.79/3597.00	s SATISFIABLE
3587.79/3597.00	v -x1058 x1025 x1014 -x836 -x889 x1002 x821 x811 -x776 x829 -x855 -x806 -x1225 x1205 x763 -x1193 x1116 -x1209 x1173 -x812 -x755 x963 
3587.79/3597.00	v x1203 x1168 x1213 -x1181 -x1115 -x985 -x1131 x825 x1217 -x779 x777 x1224 -x1091 -x766 x877 -x1117 x911 -x790 -x978 x1211 
3587.79/3597.00	v x907 -x1175 -x1182 -x1220 x1189 x1122 x841 x1096 -x1223 x882 -x1222 -x792 -x1103 x1110 -x864 -x1127 -x1140 x993 x936 -x950 x1221 
3587.79/3597.00	v -x1183 -x1190 -x1199 -x1134 x1084 x857 x1219 -x1206 x1218 x1216 -x1102 x1142 x1126 x939 -x863 x1151 -x772 x876 -x1215 x1214 
3587.79/3597.00	v -x874 x922 x1200 x1208 -x1113 -x970 -x1070 -x823 x1112 x1212 -x1118 -x893 -x1028 -x952 -x786 x891 x1159 x1210 x906 x905 -x1109 
3587.79/3597.00	v x946 x761 x1207 x1157 -x956 x796 x1120 -x986 -x838 -x1000 -x1105 x1204 x1128 x896 x1038 -x789 -x965 x964 -x805 -x803 -x1169 
3587.79/3597.00	v -x1125 x1202 -x1061 x908 x1139 x1201 x1076 x1017 -x1015 -x987 -x1198 -x1148 x944 -x810 -x1149 -x1147 -x1132 -x1094 -x1054 
3587.79/3597.00	v -x854 x1197 -x1178 x835 -x747 x1143 x1196 -x1195 x819 -x1194 x849 -x775 -x979 -x1176 -x1192 x1047 x924 x1191 -x1060 x1003 x1073 
3587.79/3597.00	v x1043 -x1086 -x972 x1188 x932 -x824 -x1158 -x1156 -x1082 -x742 -x1187 -x999 -x820 -x1153 -x1186 -x1185 -x834 x1184 x865 -x892 
3587.79/3597.00	v -x938 -x1046 -x920 x989 x1087 -x1035 x988 -x1180 -x1121 -x957 -x1133 -x918 -x839 -x1165 -x1164 x1068 x884 x1179 -x1011 -x778 
3587.79/3597.00	v x767 x740 x914 -x1161 x879 -x1177 -x878 x909 -x904 -x1174 -x1099 x1172 x1114 x971 x1034 -x900 -x1053 x883 -x1023 x1171 x758 
3587.79/3597.00	v x746 x897 x1170 -x928 x895 -x925 -x951 x888 -x1167 -x1166 -x1107 x826 -x1106 -x1056 -x1163 -x1040 x917 -x869 -x1033 -x1031 
3587.79/3597.00	v x793 -x1162 -x780 -x1049 -x741 -x1160 x913 x910 x818 x873 -x1016 x919 x813 x1097 x1155 -x1032 -x931 -x853 -x1041 x1039 -x851 
3587.79/3597.00	v -x998 x997 -x807 -x1154 -x768 x880 x1152 x1090 -x832 -x801 x1150 x921 -x732 x903 x1027 x1026 -x845 x1136 -x798 -x1085 -x1146 
3587.79/3597.00	v -x1022 -x1145 x837 x1052 -x1051 -x867 x984 -x983 x1144 -x868 x781 -x1104 -x1064 x898 -x927 -x1141 -x1077 -x734 -x1137 x1138 
3587.79/3597.00	v -x816 x1100 -x887 x1037 -x1036 -x828 -x770 x1135 x1071 x1012 x1130 -x822 -x1069 x1067 x881 -x968 -x1129 x852 -x794 -x1092 x1065 
3587.79/3597.00	v x915 x912 -x733 x1062 -x926 -x739 -x1124 -x1123 -x872 -x1045 -x1044 x815 -x1057 -x749 -x809 x1083 -x1081 -x899 -x955 x1119 
3587.79/3597.00	v x808 x1079 -x1078 -x1066 x995 -x929 -x831 -x1004 -x1059 -x800 -x859 -x750 x1072 -x1042 -x943 x795 -x1095 x916 x1080 x866 -x1050 
3587.79/3597.00	v -x1063 -x1111 -x735 -x1010 -x942 -x894 -x738 -x1018 x923 x990 -x1108 x1075 x1074 -x799 -x785 x844 x754 x743 -x930 -x782 
3587.79/3597.00	v -x1093 -x850 x1048 x954 x1101 -x848 -x1006 -x1005 -x802 -x937 x860 -x731 x974 -x973 x1089 x1088 -x771 -x827 x762 -x760 x1098 
3587.79/3597.00	v x1001 -x1030 -x1009 -x967 -x1029 -x992 -x991 -x817 -x960 x959 -x958 -x769 x1013 -x1021 x1020 x981 -x1019 -x977 x976 x975 x830 
3587.79/3597.00	v -x949 -x948 -x947 x1024 -x902 -x840 x1007 x962 -x961 -x935 x934 -x1055 x736 -x856 x969 -x901 -x759 -x996 -x994 x886 -x737 -x885 
3587.79/3597.00	v -x784 -x752 -x982 -x1008 x980 x870 x797 x748 x966 x953 -x941 -x940 -x804 x788 -x774 -x773 -x833 -x890 x787 -x765 -x933 -x875 
3587.79/3597.00	v x757 x945 -x814 -x862 x861 -x756 x847 x846 x764 x871 -x858 -x843 x842 x783 -x791 -x751 -x753 x745 -x744 x3625 x3624 x3623 
3587.79/3597.00	v -x3622 x3621 x3620 -x3619 -x3618 -x3617 x3616 -x3615 -x3614 x3613 -x3612 -x3611 -x3610 -x3609 x3608 -x3607 -x3606 -x3605 -x3604 
3587.79/3597.00	v -x3603 x3602 -x3601 x3600 -x3599 -x3598 -x3597 -x3596 -x3595 -x3594 -x3593 x3592 -x3591 -x3590 -x3589 x3588 -x3587 -x3586 
3587.79/3597.00	v -x3585 -x3584 -x3583 -x3582 -x3581 -x3580 -x3579 -x3578 x3577 -x3576 -x3575 -x3574 x3573 -x3572 -x3571 x3570 x3569 -x3568 -x3567 
3587.79/3597.00	v -x3566 x3565 -x3564 -x3563 -x3562 -x3561 x3560 -x3559 -x3558 -x3557 -x3556 -x3555 -x3554 -x3553 -x3552 -x3551 -x3550 -x3549 
3587.79/3597.00	v -x3548 -x3547 -x3546 -x3545 -x3544 x3543 -x3542 -x3541 -x3540 -x3539 -x3538 -x3537 -x3536 -x3535 -x3534 -x3533 -x3532 -x3531 
3587.79/3597.00	v -x3530 -x3529 -x3528 -x3527 -x3526 -x3525 -x3524 -x3523 x3522 -x3521 -x3520 x3519 -x3518 -x3517 -x3516 -x3515 x3514 x3513 
3587.79/3597.00	v -x3512 -x3511 -x3510 -x3509 -x3508 -x3507 -x3506 -x3505 x3504 -x3503 -x3502 -x3501 -x3500 -x3499 -x3498 -x3497 -x3496 -x3495 
3587.79/3597.00	v -x3494 -x3493 -x3492 -x3491 -x3490 -x3489 -x3488 -x3487 -x3486 x3485 x3484 -x3483 -x3482 x3481 -x3480 -x3479 -x3478 -x3477 -x3476 
3587.79/3597.00	v -x3475 -x3474 x3473 x3472 -x3471 -x3470 -x3469 -x3468 -x3467 -x3466 -x3465 -x3464 -x3463 -x3462 -x3461 -x3460 -x3459 -x3458 
3587.79/3597.00	v x3457 x3456 -x3455 -x3454 -x3453 -x3452 -x3451 -x3450 x3449 -x3448 -x3447 -x3446 -x3445 -x3444 -x3443 -x3442 -x3441 -x3440 
3587.79/3597.00	v x3439 -x3438 -x3437 -x3436 x3435 x3434 x3433 x3432 x3431 x3430 x3429 -x3428 x3427 -x3426 x3425 -x3424 -x3423 -x3422 -x3421 
3587.79/3597.00	v -x3420 -x3419 x3418 x3417 x3416 x3415 -x3414 -x3413 -x3412 x3411 -x3410 -x3409 -x3408 -x3407 x3406 -x3405 x3404 x3403 -x3402 
3587.79/3597.00	v x3401 -x3400 x3399 -x3398 x3397 -x3396 x3395 -x3394 -x3393 -x3392 x3391 -x3390 -x3389 x3388 -x3387 -x3386 -x3385 x3384 -x3383 
3587.79/3597.00	v -x3382 -x3381 -x3380 -x3379 -x3378 -x3377 -x3376 x3375 -x3374 -x3373 -x3372 -x3371 -x3370 -x3369 -x3368 x3367 -x3366 -x3365 
3587.79/3597.00	v -x3364 x3363 -x3362 -x3361 x3360 x3359 x3358 -x3357 -x3356 -x3355 -x3354 -x3353 -x3352 x3351 -x3350 -x3349 -x3348 -x3347 -x3346 
3587.79/3597.00	v x3345 -x3344 x3343 -x3342 -x3341 -x3340 x3339 -x3338 -x3337 -x3336 x3335 -x3334 -x3333 -x3332 -x3331 x3330 -x3329 -x3328 
3587.79/3597.00	v -x3327 x3326 -x3325 -x3324 -x3323 -x3322 -x3321 -x3320 -x3319 -x3318 -x3317 -x3316 -x3315 -x3314 -x3313 x3312 -x3311 -x3310 x3309 
3587.79/3597.00	v -x3308 -x3307 -x3306 -x3305 -x3304 -x3303 x3302 -x3301 -x3300 -x3299 -x3298 -x3297 -x3296 -x3295 -x3294 -x3293 -x3292 x3291 
3587.79/3597.00	v x3290 -x3289 -x3288 -x3287 -x3286 -x3285 -x3284 -x3283 -x3282 -x3281 -x3280 -x3279 -x3278 -x3277 -x3276 -x3275 -x3274 -x3273 
3587.79/3597.00	v -x3272 x3271 -x3270 -x3269 x3268 x3267 x3266 x3265 x3264 -x3263 -x3262 -x3261 -x3260 -x3259 -x3258 -x3257 -x3256 -x3255 -x3254 
3587.79/3597.00	v -x3253 x3252 -x3251 -x3250 -x3249 -x3248 -x3247 -x3246 x3245 -x3244 -x3243 -x3242 -x3241 -x3240 -x3239 x3238 -x3237 -x3236 
3587.79/3597.00	v -x3235 -x3234 -x3233 -x3232 -x3231 -x3230 x3229 -x3228 -x3227 x3226 -x3225 -x3224 -x3223 -x3222 -x3221 x3220 -x3219 -x3218 
3587.79/3597.00	v x725 -x3217 -x3216 -x3215 -x3214 -x3213 -x3212 -x3211 x3210 -x3209 -x3208 -x3207 -x3206 -x3205 -x3204 -x3203 -x3202 -x3201 
3587.79/3597.00	v -x3200 x3199 x715 x3198 -x3197 x714 -x3196 -x3195 -x3194 -x3193 -x3192 x3191 x3190 -x713 -x3189 -x3188 x3187 x711 x3186 -x3185 
3587.79/3597.00	v -x3184 -x3183 -x3182 -x3181 -x3180 -x3179 x3178 x704 -x3177 -x3176 -x3175 -x3174 -x3173 -x3172 x3171 x701 -x3170 -x3169 -x3168 
3587.79/3597.00	v -x3167 -x3166 -x3165 -x3164 -x3163 -x3162 -x3161 -x3160 -x3159 -x3158 -x3157 -x3156 -x3155 -x3154 -x3153 -x3152 -x695 -x3151 
3587.79/3597.00	v -x3150 x693 -x3149 -x3148 -x3147 -x3146 -x3145 -x3144 -x3143 -x3142 -x3141 -x3140 -x3139 -x3138 -x3137 -x3136 -x3135 -x3134 
3587.79/3597.00	v -x3133 -x3132 -x684 x682 -x3131 -x3130 -x3129 -x3128 -x3127 -x680 -x3126 -x3125 -x3124 -x3123 -x3122 -x3121 -x3120 -x3119 
3587.79/3597.00	v -x679 -x3118 -x3117 -x3116 -x3115 -x3114 -x3113 -x3112 x3111 -x3110 -x3109 x674 -x3108 -x3107 -x3106 -x3105 -x3104 -x3103 -x3102 
3587.79/3597.00	v -x3101 -x670 -x3100 -x3099 -x3098 x730 x3097 -x3096 -x3095 -x3094 -x3093 -x3092 x3091 -x3090 -x3089 x3088 -x3087 -x3086 x664 
3587.79/3597.00	v -x3085 -x3084 -x663 -x3083 -x3082 -x3081 -x3080 -x3079 -x3078 -x3077 x3076 -x3075 -x3074 -x3073 x3072 -x3071 -x3070 -x3069 
3587.79/3597.00	v -x3068 -x653 -x3067 x3066 -x3065 x3064 x3063 -x3062 -x3061 -x3060 x3059 -x3058 x651 x648 x3057 -x3056 -x3055 -x3054 -x649 -x3053 
3587.79/3597.00	v -x3052 -x3051 x3050 x3049 -x3048 -x3047 -x3046 -x643 -x3045 x3044 x3043 -x3042 x3041 -x3040 -x3039 -x3038 -x3037 -x3036 
3587.79/3597.00	v -x3035 -x3034 -x639 -x3033 -x3032 -x3031 -x3030 -x3029 -x3028 x3027 -x3026 -x699 -x3025 -x3024 -x3023 -x3022 x3021 -x3020 -x3019 
3587.79/3597.00	v -x3018 -x3017 x633 -x3016 -x632 -x3015 -x3014 -x3013 -x3012 -x3011 -x3010 -x3009 -x3008 -x3007 -x3006 -x3005 -x3004 -x3003 
3587.79/3597.00	v -x3002 -x3001 -x3000 -x2999 -x2998 -x2997 -x2996 -x623 -x621 -x2995 -x2994 -x2993 -x2992 x2991 -x2990 -x2989 x2988 -x620 -x2987 
3587.79/3597.00	v -x2986 -x2985 x619 x2984 -x2983 -x2982 x617 -x2981 -x2980 -x2979 -x2978 x615 x2977 -x2976 -x2975 -x2974 -x614 -x2973 -x2972 
3587.79/3597.00	v -x2971 -x2970 x2969 -x2968 -x2967 -x2966 -x2965 -x2964 -x609 -x2963 -x2962 -x2961 x2960 -x2959 x2958 -x726 -x2957 -x2956 
3587.79/3597.00	v -x2955 x2954 -x2953 -x2952 -x2951 -x2950 x2949 -x2948 -x2947 x602 -x2946 -x2945 -x2944 -x2943 -x2942 -x721 -x2941 -x2940 -x2939 
3587.79/3597.00	v -x2938 -x2937 -x2936 -x2935 -x2934 x2933 x596 x2932 -x2931 -x2930 -x2929 x2928 -x2927 -x594 -x2926 -x2925 x593 -x2924 -x2923 
3587.79/3597.00	v x2922 -x2921 -x2920 -x2919 -x705 -x2918 -x592 -x590 -x2917 -x2916 -x2915 -x2914 x591 x589 x2913 x2912 x2911 -x2910 -x2909 
3587.79/3597.00	v -x2908 -x2907 -x2906 -x586 -x2905 -x2904 -x2903 -x2902 -x2901 -x2900 -x2899 -x2898 -x2897 x2896 x2895 x2894 -x636 x582 -x2893 
3587.79/3597.00	v -x2892 -x637 -x2891 -x583 -x2890 -x2889 x581 -x2888 -x2887 -x2886 -x2885 -x2884 -x2883 -x2882 -x2881 -x2880 -x2879 -x2878 -x2877 
3587.79/3597.00	v -x2876 -x2875 -x2874 -x689 -x2873 -x2872 -x2871 -x2870 -x2869 -x2868 -x2867 -x2866 -x2865 -x2864 -x2863 -x683 -x568 -x2862 
3587.79/3597.00	v -x2861 -x2860 x2859 x2858 -x2857 -x2856 x2855 -x567 -x2854 -x2853 -x2852 x566 -x2851 -x2850 x2849 -x564 -x2848 x2847 x2846 
3587.79/3597.00	v -x2845 -x2844 -x2843 -x2842 -x2841 -x2840 -x2839 -x2838 -x2837 -x558 -x2836 -x2835 -x2834 -x2833 -x2832 -x666 -x2831 -x2830 
3587.79/3597.00	v -x2829 x2828 -x2827 -x2826 -x2825 -x2824 -x2823 -x722 -x2822 -x2821 -x2820 -x2819 x549 -x2818 -x2817 -x2816 -x2815 x2814 -x547 
3587.79/3597.00	v -x2813 -x2812 -x2811 -x2810 -x2809 -x2808 -x2807 -x2806 -x2805 -x2804 -x2803 -x542 -x2802 x2801 -x2800 -x2799 -x2798 -x2797 
3587.79/3597.00	v -x2796 -x539 -x2795 -x2794 -x2793 -x2792 x2791 x2790 -x2789 x538 x536 x2788 -x2787 -x2786 -x537 -x2785 x2784 -x535 -x2783 x2782 
3587.79/3597.00	v x2781 -x2780 x2779 -x2778 x2777 x2776 -x2775 -x2774 x530 -x2773 -x2772 -x2771 x2770 -x2769 -x2768 -x2767 -x2766 x2765 x2764 
3587.79/3597.00	v -x698 -x2763 x526 x2762 x2761 x2760 x635 x2759 -x2758 -x2757 x525 x2756 -x2755 -x2754 x524 -x2753 x628 -x2752 -x572 -x2751 
3587.79/3597.00	v -x2750 -x2749 -x2748 -x2747 -x2746 -x2745 x622 -x2744 -x2743 -x2742 -x2741 x521 -x2740 -x2739 -x519 -x2738 -x2737 -x2736 -x2735 
3587.79/3597.00	v -x2734 -x2733 x516 -x2732 x2731 -x2730 -x515 -x2729 -x2728 -x2727 -x2726 x514 -x513 -x2725 -x2724 -x2723 -x2722 x2721 -x2720 
3587.79/3597.00	v x2719 -x2718 -x2717 x509 x2716 -x2715 -x2714 x604 -x2713 -x2712 x2711 -x727 -x2710 -x2709 -x2708 x660 -x2707 -x2706 -x2705 
3587.79/3597.00	v -x2704 -x2703 -x504 -x2702 -x2701 x502 -x2700 -x2699 -x2698 x2697 x2696 x2695 -x2694 -x2693 -x2692 x2691 x2690 x2689 x498 
3587.79/3597.00	v x497 x2688 -x2687 -x2686 -x541 -x2685 -x2684 x2683 x2682 -x2681 -x2680 x708 x494 x2679 -x2678 -x2677 -x2676 x495 x2675 -x2674 
3587.79/3597.00	v -x2673 -x2672 -x2671 -x493 -x2670 -x2669 -x2668 -x2667 -x2666 -x491 -x2665 -x2664 -x2663 -x2662 -x2661 x489 -x2660 -x2659 -x487 
3587.79/3597.00	v -x2658 -x2657 -x2656 -x2655 -x2654 x2653 x2652 -x2651 x482 x2650 x2649 x2648 x2647 x2646 x2645 -x697 -x2644 x579 x480 x2643 
3587.79/3597.00	v -x2642 -x2641 -x2640 -x2639 x2638 -x2637 -x479 x478 -x2636 x626 -x2635 -x574 -x2634 -x2633 -x2632 x2631 -x2630 x2629 -x2628 
3587.79/3597.00	v -x2627 -x2626 -x476 -x2625 -x2624 -x2623 x474 -x2622 x2621 -x2620 x2619 -x569 x471 -x2618 -x2617 -x2616 -x2615 -x2614 -x2613 
3587.79/3597.00	v -x2612 x2611 -x470 -x2610 -x2609 x468 -x2608 x2607 -x2606 -x2605 -x2604 -x2603 -x2602 -x467 -x465 -x2601 -x2600 -x2599 x466 
3587.79/3597.00	v -x2598 -x2597 -x464 -x2596 x672 -x2595 -x2594 -x2593 -x2592 -x2591 x2590 x2589 -x559 x460 -x2588 -x2587 -x2586 x2585 x2584 x459 
3587.79/3597.00	v x458 x2583 -x2582 -x2581 x552 -x2580 -x2579 x2578 -x667 -x2577 -x2576 x2575 -x2574 -x2573 x723 -x2572 -x2571 -x452 -x2570 
3587.79/3597.00	v -x2569 -x2568 -x2567 -x2566 -x718 -x2565 -x2564 -x2563 -x2562 -x2561 -x2560 -x2559 -x448 -x447 -x2558 x2557 x2556 -x2555 -x2554 
3587.79/3597.00	v -x2553 -x2552 -x2551 -x2550 -x646 x444 -x2549 -x2548 -x2547 -x445 -x2546 -x2545 -x2544 -x2543 -x2542 -x2541 -x2540 -x2539 
3587.79/3597.00	v -x442 -x2538 -x2537 x2536 -x2535 x2534 x2533 -x2532 -x2531 -x2530 x528 x2529 -x2528 x2527 x2526 -x2525 -x2524 -x2523 -x2522 
3587.79/3597.00	v -x2521 -x2520 x2519 -x433 -x2518 -x2517 -x2516 -x2515 x432 -x2514 -x2513 -x431 -x2512 -x2511 -x2510 -x687 -x2509 -x2508 -x2507 
3587.79/3597.00	v -x2506 -x2505 -x2504 x475 -x2503 -x2502 -x2501 -x427 -x2500 -x2499 -x2498 -x2497 x517 -x424 -x2496 -x2495 x2494 -x2493 -x2492 
3587.79/3597.00	v -x2491 x423 -x2490 -x2489 -x422 -x2488 -x2487 -x2486 -x2485 x420 -x2484 -x2483 x2482 -x421 -x2481 -x2480 -x2479 -x2478 -x2477 
3587.79/3597.00	v x610 -x2476 -x417 -x2475 -x2474 -x2473 -x2472 -x2471 -x416 -x415 -x2470 -x2469 -x2468 -x2467 x506 -x2466 -x2465 x605 -x2464 
3587.79/3597.00	v -x2463 -x2462 -x2461 -x2460 -x2459 -x2458 x661 x2457 -x2456 -x2455 -x2454 -x2453 -x407 -x2452 x408 -x2451 -x2450 -x2449 x656 
3587.79/3597.00	v -x2448 x2447 -x2446 -x2445 x650 x404 x2444 -x2443 -x2442 -x2441 -x2440 -x2439 x2438 x2437 -x2436 -x2435 -x2434 -x2433 -x2432 
3587.79/3597.00	v -x2431 -x2430 -x2429 -x2428 -x399 -x2427 -x2426 -x2425 x2424 -x2423 -x2422 -x2421 -x2420 x435 -x2419 -x2418 -x2417 -x2416 
3587.79/3597.00	v -x2415 x394 -x2414 -x2413 -x2412 x2411 x392 -x2410 -x2409 -x2408 -x393 -x2407 -x2406 -x2405 -x2404 -x2403 -x2402 -x520 -x2401 
3587.79/3597.00	v -x2400 x685 -x2399 -x2398 x2397 x2396 -x2395 -x472 x387 -x2394 -x2393 -x2392 x681 -x2391 -x2390 -x2389 -x2388 -x2387 -x2386 
3587.79/3597.00	v -x2385 -x2384 x384 -x2383 x2382 x2381 x2380 -x383 x382 -x2379 -x2378 -x2377 -x2376 -x2375 -x2374 x2373 x380 x379 x2372 -x2371 
3587.79/3597.00	v -x378 -x2370 x608 -x2369 -x2368 -x2367 x455 -x2366 -x2365 -x2364 x553 -x2363 -x2362 -x2361 -x2360 x2359 -x2358 -x373 -x2357 
3587.79/3597.00	v -x2356 x372 -x2355 x2354 -x601 -x2353 -x2352 x370 -x2351 -x2350 x2349 -x2348 -x2347 -x2346 -x2345 -x2344 -x712 -x2343 -x367 -x366 
3587.79/3597.00	v -x2342 -x2341 x2340 -x709 -x2339 x365 -x2338 -x2337 -x2336 -x403 -x2335 -x2334 -x2333 -x2332 -x2331 x2330 x2329 -x2328 x362 
3587.79/3597.00	v -x2327 x2326 -x2325 -x2324 -x2323 -x2322 -x2321 -x2320 x481 -x2319 -x2318 -x2317 -x2316 -x2315 x2314 x2313 -x357 -x2312 -x2311 
3587.79/3597.00	v -x2310 -x2309 -x354 -x2308 -x2307 x356 -x2306 -x2305 -x2304 -x2303 -x352 -x2302 -x2301 -x2300 -x2299 -x2298 -x624 -x2297 
3587.79/3597.00	v -x518 -x2296 -x2295 -x2294 -x2293 x425 -x349 -x2292 -x2291 -x2290 -x2289 -x2288 -x678 -x2287 -x2286 -x2285 -x2284 -x2283 -x2282 
3587.79/3597.00	v -x2281 -x346 -x345 -x2280 -x2279 -x2278 -x2277 -x2276 -x2275 -x2274 -x343 -x2273 -x2272 x344 -x2271 -x2270 x341 -x2269 -x2268 
3587.79/3597.00	v -x342 -x340 -x2267 -x2266 -x339 -x2265 x556 -x2264 -x2263 -x2262 -x412 -x2261 -x2260 -x2259 -x507 -x2258 x2257 -x2256 -x410 
3587.79/3597.00	v -x2255 x334 x2254 -x2253 -x2252 -x411 -x2251 -x2250 x333 -x2249 -x2248 -x548 -x2247 -x2246 -x331 -x2245 -x2244 -x2243 x2242 
3587.79/3597.00	v x2241 x2240 x328 -x2239 -x2238 x647 -x2237 -x2236 -x2235 -x2234 x2233 x446 x326 x2232 -x2231 -x327 -x2230 x492 -x2229 -x440 
3587.79/3597.00	v -x2228 -x2227 -x2226 -x2225 -x706 -x2224 -x323 -x2223 -x703 -x2222 x534 -x2221 -x2220 -x2219 -x2218 -x2217 -x2216 x320 -x2215 
3587.79/3597.00	v -x2214 -x2213 -x527 -x2212 -x2211 x2210 -x2209 -x2208 -x2207 -x2206 x318 -x2205 -x2204 x2203 -x2202 x2201 -x317 -x2200 -x2199 
3587.79/3597.00	v x315 -x2198 -x2197 x2196 -x2195 -x2194 -x2193 -x2192 -x2191 -x2190 x570 -x2189 -x310 -x2188 -x2187 -x2186 -x2185 -x388 -x309 
3587.79/3597.00	v -x2184 -x2183 -x2182 -x2181 -x308 -x2180 -x2179 -x2178 x618 -x2177 -x2176 x2175 -x307 -x2174 -x2173 -x2172 x306 -x2171 x2170 
3587.79/3597.00	v x2169 -x305 -x2168 -x2167 -x2166 -x2165 x303 -x2164 -x2163 -x2162 -x2161 -x2160 -x301 -x2159 -x2158 -x2157 x300 -x2156 -x2155 
3587.79/3597.00	v -x2154 x2153 x2152 -x508 -x2151 x297 x2150 x2149 -x374 -x2148 -x2147 -x2146 -x456 -x2145 -x2144 -x603 -x2143 x454 -x2142 
3587.79/3597.00	v -x294 -x2141 -x2140 x2139 -x2138 -x2137 -x2136 -x2135 -x2134 x293 -x2133 x546 x2132 -x503 -x2131 -x2130 x290 -x2129 -x2128 
3587.79/3597.00	v -x2127 -x2126 -x288 -x2125 -x2124 -x496 -x2123 x443 -x2122 -x2121 x644 x2120 -x2119 -x363 x286 -x2118 x641 x2117 -x486 -x2116 
3587.79/3597.00	v -x2115 -x2114 -x702 -x2113 x284 x2112 -x2111 -x2110 -x2109 -x2108 -x584 -x2107 -x2106 -x2105 -x580 -x2104 -x281 -x2103 -x2102 
3587.79/3597.00	v x2101 -x2100 x2099 -x2098 x575 -x2097 x280 -x2096 -x2095 x576 -x2094 -x2093 x279 -x2092 x2091 -x277 -x2090 -x2089 -x2088 -x2087 
3587.79/3597.00	v -x274 -x2086 -x2085 -x2084 x350 -x2083 -x2082 x565 -x2081 -x2080 -x2079 -x2078 x271 -x2077 -x2076 x2075 -x675 -x2074 -x272 
3587.79/3597.00	v x270 -x2073 -x2072 -x2071 -x2070 -x2069 -x2068 -x2067 -x2066 -x612 -x2065 -x269 -x2064 -x268 x267 -x2063 -x2062 -x2061 -x2060 
3587.79/3597.00	v x2059 x2058 -x266 -x2057 x2056 x265 x264 x2055 -x2054 -x2053 x263 -x2052 -x2051 -x2050 -x2049 x2048 x2047 -x457 -x2046 x260 
3587.79/3597.00	v x2045 -x2044 x335 -x2043 x261 -x2042 -x413 -x2041 -x2040 x2039 x2038 x2037 x505 x2036 x256 x2035 -x2034 -x2033 -x2032 -x662 
3587.79/3597.00	v -x2031 x257 -x2030 -x2029 -x255 -x2028 x600 x2027 -x453 -x2026 -x2025 -x2024 x252 x2023 x2022 x2021 -x2020 x250 x2019 -x2018 
3587.79/3597.00	v x540 -x2017 x401 -x2016 x588 -x2015 x439 -x2014 -x2013 -x2012 -x640 -x2011 x247 -x2010 -x2009 -x2008 -x2007 -x2006 -x2005 -x2004 
3587.79/3597.00	v -x2003 -x634 -x2002 -x244 -x2001 -x2000 -x1999 -x1998 -x1997 -x1996 -x1995 x692 -x1994 -x629 -x1993 -x1992 -x1991 -x1990 
3587.79/3597.00	v -x242 -x1989 -x241 -x1988 -x1987 x240 -x1986 -x1985 -x313 -x1984 -x1983 x473 -x1982 -x1981 -x1980 -x1979 -x1978 -x236 x235 
3587.79/3597.00	v -x1977 -x1976 -x1975 x1974 -x1973 -x1972 -x1971 x234 -x233 -x1970 -x1969 -x1968 -x1967 -x1966 -x1965 -x1964 -x231 -x1963 -x1962 
3587.79/3597.00	v x561 -x1961 x304 -x1960 x232 -x230 -x1959 -x1958 -x1957 x1956 -x1955 -x1954 x229 -x1953 -x1952 -x228 -x227 -x1951 -x1950 -x729 
3587.79/3597.00	v -x1949 x226 -x1948 -x1947 -x414 -x1946 -x375 -x1945 -x1944 x295 -x1943 x224 -x1942 -x1941 -x1940 -x1939 -x550 -x222 -x1938 
3587.79/3597.00	v -x1937 -x292 -x1936 -x658 -x1935 x409 -x1934 -x1933 -x1932 -x220 -x1931 -x1930 -x1929 -x1928 -x1927 -x1926 -x218 -x1925 x532 
3587.79/3597.00	v x1924 -x398 -x1923 -x1922 -x1921 x587 -x1920 -x215 -x1919 -x1918 -x1917 -x1916 -x1915 -x1914 -x1913 -x213 -x1912 x1911 -x1910 
3587.79/3597.00	v x690 x1909 -x631 -x1908 x429 x1907 x211 -x1906 -x1905 -x1904 -x1903 -x210 -x1902 -x278 -x1901 x212 -x1900 -x1899 x275 -x1898 
3587.79/3597.00	v -x1897 -x426 -x1896 -x1895 -x1894 -x1893 x207 -x1892 -x1891 -x1890 -x1889 x676 -x205 -x1888 -x1887 -x1886 -x1885 -x1884 x1883 
3587.79/3597.00	v -x1882 x203 x1881 -x1880 x1879 -x511 -x1878 x204 x202 x1877 -x1876 -x1875 -x462 -x1874 -x1873 -x1872 -x201 -x1871 -x1870 
3587.79/3597.00	v -x200 -x199 -x1869 -x1868 -x669 -x1867 -x198 -x1866 -x1865 x377 -x1864 x336 -x1863 x258 -x1862 -x196 -x1861 -x1860 -x1859 x720 
3587.79/3597.00	v x1858 -x371 -x1857 x1856 -x1855 x193 -x1854 x1853 x1852 -x449 -x1851 x1850 -x1849 -x1848 x191 x190 x1847 -x1846 -x490 -x1845 
3587.79/3597.00	v -x1844 -x324 x189 -x1843 x1842 -x361 -x1841 -x1840 -x1839 x531 -x1838 -x187 -x1837 -x1836 -x1835 x434 -x1834 x283 -x186 -x1833 
3587.79/3597.00	v -x1832 -x1831 -x1830 -x185 -x1829 x1828 x1827 -x1826 -x1825 -x1824 -x577 -x1823 -x316 -x1822 -x183 -x1821 -x1820 -x1819 
3587.79/3597.00	v -x1818 -x238 -x1817 -x1816 x389 -x1815 -x1814 -x1813 -x179 -x1812 -x1811 -x1810 -x616 -x1809 -x1808 -x1807 -x1806 x1805 -x1804 
3587.79/3597.00	v -x1803 x175 -x1802 -x1801 -x1800 x461 -x1799 -x176 -x174 -x1798 x1797 -x1796 x1795 x173 x1794 -x1793 -x1792 -x607 -x1791 -x172 
3587.79/3597.00	v -x1790 -x1789 x338 -x1788 x296 -x1787 -x1786 -x1785 -x170 -x1784 -x1783 x1782 -x1781 -x332 -x1780 -x1779 -x1778 -x167 -x1777 
3587.79/3597.00	v -x1776 -x1775 x719 -x1774 -x165 -x1773 -x1772 -x1771 x499 -x1770 -x1769 -x1768 -x164 -x1767 -x1766 -x1765 x1764 -x1763 -x1762 
3587.79/3597.00	v -x1761 x1760 -x484 -x1759 x160 -x1758 x1757 -x700 -x1756 -x395 -x1755 -x246 x159 -x1754 -x1753 -x1752 -x1751 -x158 -x1750 
3587.79/3597.00	v -x1749 -x1748 -x1747 -x523 -x1746 -x1745 x243 -x1744 -x1743 x355 x1742 -x1741 x1740 -x1739 -x351 -x1738 -x1737 x1736 x1735 
3587.79/3597.00	v x571 x1734 x151 -x1733 -x1732 x152 -x1731 -x1730 x563 -x1729 -x1728 x1727 -x1726 -x1725 -x1724 -x1723 -x1722 -x147 -x1721 -x1720 
3587.79/3597.00	v -x671 -x1719 x418 -x1718 x148 -x146 -x1717 -x1716 -x1715 -x1714 -x560 -x145 -x1713 -x1712 -x1711 -x555 -x1710 -x144 -x1709 
3587.79/3597.00	v -x299 -x1708 -x259 -x1707 -x1706 -x1705 -x1704 x141 x1703 x1702 -x724 -x1701 -x551 -x1700 x140 -x1699 -x1698 -x1697 -x1696 
3587.79/3597.00	v -x291 -x1695 -x1694 -x1693 x138 -x1692 -x1691 -x1690 -x657 -x1689 x136 -x1688 -x1687 -x543 -x1686 -x1685 -x1684 -x1683 -x1682 
3587.79/3597.00	v x135 -x1681 -x1680 -x652 -x1679 -x249 -x1678 x132 -x1677 -x1676 -x1675 -x1674 -x1673 -x437 -x1672 x130 -x1671 -x1670 x638 x1669 
3587.79/3597.00	v -x358 -x1668 -x214 x129 -x1667 -x1666 -x1665 -x1664 x128 -x1663 -x1662 -x1661 -x1660 -x1659 -x691 -x1658 -x1657 -x1656 x311 
3587.79/3597.00	v -x1655 -x125 -x1654 -x1653 -x1652 -x625 -x1651 -x124 -x1650 -x1649 -x1648 -x673 -x1647 x1646 -x1645 -x1644 x122 x1643 -x1642 
3587.79/3597.00	v x611 x1641 -x381 -x1640 -x123 x121 -x1639 x1638 x1637 x510 x1636 -x302 x120 -x1635 -x1634 -x1633 x606 -x1632 x119 -x1631 -x262 
3587.79/3597.00	v -x1630 -x223 -x1629 -x1628 -x1627 -x1626 -x116 -x1625 -x1624 -x1623 -x1622 -x1621 x253 -x1620 -x114 -x1619 -x1618 -x1617 
3587.79/3597.00	v x599 -x1616 -x113 -x1615 x595 x1614 -x287 -x1613 -x163 -x1612 -x1611 -x1610 -x1609 -x397 x111 -x1608 -x1607 -x1606 -x585 -x1605 
3587.79/3597.00	v -x319 x110 -x1604 -x1603 -x1602 -x430 -x1601 -x1600 -x1599 -x1598 -x694 -x108 -x1597 -x1596 -x1595 -x696 -x1594 x109 -x107 
3587.79/3597.00	v -x1593 x1592 -x630 -x1591 -x1590 -x1589 x686 -x1588 -x105 -x1587 -x1586 -x1585 -x1584 -x1583 -x613 -x103 -x1582 -x1581 -x1580 
3587.79/3597.00	v -x1579 -x512 -x102 -x1578 -x1577 -x101 -x1576 -x1575 -x1574 x668 -x1573 x100 -x1572 -x1571 -x225 -x1570 -x1569 -x1568 x1567 
3587.79/3597.00	v -x195 -x1566 -x1565 -x1564 -x1563 x97 x96 x1562 -x1561 -x1560 -x1559 -x1558 x221 -x1557 -x94 -x1556 -x1555 -x717 -x1554 x545 
3587.79/3597.00	v -x1553 -x93 -x1552 -x1551 -x1550 x1549 -x134 x92 -x1548 -x1547 -x1546 x360 -x1545 x161 -x91 -x1544 -x1543 x1542 -x1541 -x321 
3587.79/3597.00	v x90 -x1540 -x1539 -x1538 -x529 -x1537 x282 -x89 -x1536 -x1535 -x1534 -x1533 x1532 x1531 -x1530 x87 -x1529 x1528 x1527 x184 
3587.79/3597.00	v x1526 -x88 x86 -x1525 -x1524 x463 -x1523 x419 -x1522 -x1521 -x1520 x562 x1519 -x85 x84 -x1518 -x1517 x83 -x1516 -x1515 x728 -x1514 
3587.79/3597.00	v -x82 -x1513 -x1512 x197 -x1511 x169 -x1510 -x80 -x1509 -x1508 -x1507 -x1506 -x1505 -x194 -x1504 x78 -x1503 -x1502 -x655 
3587.79/3597.00	v -x1501 -x501 -x1500 x77 -x1499 x1498 -x217 -x1497 -x133 -x1496 -x1495 x325 -x1494 x112 -x1493 x76 -x75 -x1492 -x1491 -x1490 
3587.79/3597.00	v -x1489 x74 -x1488 -x1487 -x1486 -x1485 -x1484 -x1483 x483 -x1482 x245 -x72 -x1481 x1480 x1479 -x1478 -x1477 -x1476 -x1475 -x157 
3587.79/3597.00	v -x70 -x1474 x1473 -x1472 -x156 -x1471 x1470 -x206 -x1469 -x1468 x171 -x1467 -x1466 -x376 -x1465 x98 x1464 -x67 x66 -x1463 
3587.79/3597.00	v -x1462 -x1461 -x254 -x1460 -x1459 -x1458 x168 -x1457 -x64 -x1456 -x1455 -x598 -x1454 x451 -x1453 -x63 -x1452 -x1451 -x1450 -x1449 
3587.79/3597.00	v -x62 -x1448 -x1447 -x1446 -x1445 x436 -x61 -x1444 -x1443 -x578 -x1442 -x127 -x1441 x71 -x60 -x1440 x1439 -x1438 -x1437 -x1436 
3587.79/3597.00	v x1435 -x178 -x1434 x143 -x1433 -x1432 -x337 -x1431 x117 x1430 -x57 x56 -x1429 x1428 x1427 -x659 -x1426 x1425 -x1424 -x139 
3587.79/3597.00	v -x1423 x54 -x1422 -x1421 x544 -x1420 -x406 -x1419 -x53 -x1418 -x1417 -x1416 -x1415 -x52 -x1414 -x1413 -x1412 -x1411 x396 -x51 
3587.79/3597.00	v -x1410 x1409 -x1408 -x150 -x1407 x50 -x1406 -x386 -x1405 x68 -x1404 -x1403 -x1402 -x1401 x48 -x1400 -x118 -x1399 -x298 -x1398 
3587.79/3597.00	v x142 x1397 -x47 -x1396 x1395 -x1394 -x115 -x1393 x65 x45 x1392 x1391 -x500 -x1390 -x369 -x1389 x44 -x1388 -x1387 -x1386 
3587.79/3597.00	v -x1385 x642 -x43 -x1384 -x1383 x1382 -x359 -x1381 -x73 x42 -x1380 -x1379 -x1378 -x273 -x1377 -x104 x41 -x1376 -x1375 -x348 -x1374 
3587.79/3597.00	v x58 -x1373 x1372 -x1371 -x1370 -x40 x39 -x1369 x1368 -x1367 -x1366 x38 -x1365 -x1364 -x99 x37 -x1363 -x1362 -x1361 x95 -x1360 
3587.79/3597.00	v x55 -x36 -x1359 -x1358 x450 -x1357 x330 -x1356 -x35 -x1355 x1354 x1353 -x1352 -x1351 -x1350 -x1349 -x149 x33 -x1348 -x1347 
3587.79/3597.00	v -x81 x32 -x1346 -x1345 -x1344 x166 x1343 -x79 x31 -x1342 x1341 -x405 -x1340 -x289 -x1339 -x137 x30 -x1338 -x1337 -x1336 -x1335 
3587.79/3597.00	v x177 -x29 -x1334 -x1333 -x716 -x1332 x368 -x1331 x251 -x28 -x1330 -x1329 x654 -x1328 -x329 -x1327 x219 -x27 -x1326 x557 
3587.79/3597.00	v -x1325 x46 -x26 -x1324 -x1323 -x1322 -x597 -x1321 -x192 x25 -x1320 -x1319 -x1318 x533 x1317 -x322 x24 -x1316 -x1315 -x1314 -x485 
3587.79/3597.00	v -x1313 x285 -x23 -x1312 -x1311 -x391 -x1310 x1309 -x237 x22 -x1308 x710 -x1307 x707 -x1306 -x441 -x1305 -x364 -x21 -x1304 
3587.79/3597.00	v -x1303 -x1302 x438 x1301 -x248 x20 -x1300 -x353 -x1299 -x1298 -x208 -x1297 -x677 -x1296 -x469 -x1295 x347 x1294 -x1293 -x645 
3587.79/3597.00	v -x1292 -x402 -x1291 -x400 x17 -x1290 -x1289 -x1288 -x1287 x216 -x16 -x1286 -x1285 x314 -x1284 -x1283 x181 -x15 -x1282 -x1281 
3587.79/3597.00	v -x1280 -x488 -x1279 x188 -x14 -x1278 -x688 -x1277 -x276 -x1276 -x1275 -x154 x13 -x1274 -x1273 -x1272 x59 -x1271 x19 -x12 -x1270 
3587.79/3597.00	v -x1269 x1268 -x1267 -x162 x11 -x1266 -x627 -x1265 x239 -x1264 -x1263 x153 -x10 -x1262 -x1261 -x1260 -x1259 -x131 -x9 -x1258 
3587.79/3597.00	v -x573 -x1257 -x209 -x1256 x180 -x1255 -x8 -x1254 -x1253 -x522 -x1252 x182 -x1251 -x7 -x1250 -x1249 -x477 -x1248 x155 -x1247 
3587.79/3597.00	v -x6 -x1246 -x1245 -x1244 -x428 -x1243 x126 -x5 -x1242 -x1241 x385 -x1240 x34 -x1239 x18 -x4 -x1238 -x390 -x1237 x312 -x1236 
3587.79/3597.00	v x106 -x1235 x69 -x3 -x1234 -x1233 -x1232 x665 x1231 -x554 x2 -x1230 -x1229 -x1228 -x1227 -x49 -x1 -x1226 
3587.79/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3587.79/3597.00	c Total Time         :    3597.00
3587.79/3597.00	c   solving          :    3597.00
3587.79/3597.00	c   presolving       :       0.11 (included in solving)
3587.79/3597.00	c   reading          :       0.01 (included in solving)
3587.79/3597.00	c   copying          :       0.19 (23 #copies) (minimal 0.01, maximal 0.02, average 0.01)
3587.79/3597.00	c Original Problem   :
3587.79/3597.00	c   Problem name     : HOME/instance-4432931-1721164799.opb
3587.79/3597.00	c   Variables        : 3625 (3625 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.79/3597.00	c   Constraints      : 4800 initial, 4800 maximal
3587.79/3597.00	c   Objective        : minimize, 3130 non-zeros (abs.min = 1, abs.max = 2)
3587.79/3597.00	c Presolved Problem  :
3587.79/3597.00	c   Problem name     : t_HOME/instance-4432931-1721164799.opb
3587.79/3597.00	c   Variables        : 3625 (3625 binary, 0 integer, 0 implicit integer, 0 continuous)
3587.79/3597.00	c   Constraints      : 2400 initial, 4591 maximal
3587.79/3597.00	c   Objective        : minimize, 3130 non-zeros (abs.min = 1, abs.max = 2)
3587.79/3597.00	c   Nonzeros         : 7200 constraint, 9600 clique table
3587.79/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.79/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   gateextraction   :       0.02       0.00      1          0          0          0          0          0       7200       2400          0          0
3587.79/3597.00	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   dualfix          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   knapsack         :       0.02       0.00      2          0          0          0          0          0       2400       4800          0          0
3587.79/3597.00	c   and              :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   linear           :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   logicor          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.79/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.79/3597.00	c   benderslp        :          0          0          0          0       1891          0          0        275          0          0          0          0          0          0          0
3587.79/3597.00	c   integral         :          0          0          0          0       1891          0          0        275          0          0        457          0          0       1859       3550
3587.79/3597.00	c   and              :       2400       2400       3566      87741          0          0          0        269      29132          8       9946      15831       7641          0          0
3587.79/3597.00	c   logicor          :          0+      2191         24       2302          0          0          0          0        187         33         75          2          0          0          0
3587.79/3597.00	c   benders          :          0          0          0          0          0          0          0         41          0          0          0          0          0          0          0
3587.79/3597.00	c   fixedvar         :          0          0          0          0          0          0          0         41          0          0          0          0          0          0          0
3587.79/3597.00	c   countsols        :          0          0          0          0          0          0          0         41          0          0          0          0          0          0          0
3587.79/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.79/3597.00	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   integral         :    1004.45       0.00       0.00       0.00    1004.45       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   and              :       4.53       0.00       2.39       1.54       0.00       0.00       0.00       0.01       0.01       0.58
3587.79/3597.00	c   logicor          :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.01
3587.79/3597.00	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   components       :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.79/3597.00	c   dualfix          :          3          0          0          0
3587.79/3597.00	c   genvbounds       :          0          0          0          0
3587.79/3597.00	c   nlobbt           :          0          0          0          0
3587.79/3597.00	c   obbt             :          0          0          0          0
3587.79/3597.00	c   probing          :          0          0          0          0
3587.79/3597.00	c   pseudoobj        :       8676          0          0          0
3587.79/3597.00	c   redcost          :       3181          0          0     128401
3587.79/3597.00	c   rootredcost      :         10          0          0          0
3587.79/3597.00	c   symmetry         :          0          0          0          0
3587.79/3597.00	c   vbounds          :      43461          0          0          0
3587.79/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.79/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3587.79/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.79/3597.00	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
3587.79/3597.00	c   pseudoobj        :       0.02       0.00       0.00       0.02       0.00       0.00
3587.79/3597.00	c   redcost          :       0.33       0.00       0.00       0.33       0.00       0.00
3587.79/3597.00	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3587.79/3597.00	c   symmetry         :       0.02       0.00       0.00       0.01       0.00       0.01
3587.79/3597.00	c   vbounds          :       0.03       0.00       0.00       0.02       0.00       0.01
3587.79/3597.00	c Symmetry           :
3587.79/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.79/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.79/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.79/3597.00	c   shadow tree time :       0.00 s
3587.79/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.79/3597.00	c   propagation      :       0.00         41         37          -         96      131.2          0        0.0          -          -          -
3587.79/3597.00	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.79/3597.00	c   bound exceed. LP :       1.01        438        297          -      15755      152.6          0        0.0          0        0.0       1340
3587.79/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.79/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.79/3597.00	c   applied globally :       0.03          -          -          0       2226      125.8          -          -          0          -          -
3587.79/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.79/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.79/3597.00	c   cut pool         :       0.44          -       1036         44          -          -       6825      93352          -          -          -          -          -    (maximal pool size:       5189)
3587.79/3597.00	c   aggregation      :       1.09       0.00        234         24          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.79/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.79/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3587.79/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   clique           :       0.51       0.00         24         24          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   gomory           :     235.28       0.00        205         10          0          0       2673      38625          0       5570       5570          0          0
3587.79/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       2181          0         61         61          0          -
3587.79/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      36444          0       5509       5509          0          -
3587.79/3597.00	c   impliedbounds    :       0.09       0.00        234         24          0          0       1983      12626          0       8023       8023          0          0
3587.79/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   mcf              :       0.01       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   multilinear      :       0.00       0.00        130         24          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   rapidlearning    :       0.02       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.79/3597.00	c   rlt              :       8.52       0.00         58         10          0          0        800       1893          0       1138       1138          0          0
3587.79/3597.00	c   zerohalf         :      23.36       0.00        215         20          0          0       1369      40208          0      13686      13686          0          0
3587.79/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.79/3597.00	c   hybrid           :       0.33       0.00       2014         24      36058          0      73127       2507          0       6043
3587.79/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.79/3597.00	c   problem variables:       0.00          -          0          0
3587.79/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.79/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c   relpscost        :    1004.45       0.00       1891          0          0          0        457          0       1859       3550
3587.79/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.79/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.79/3597.00	c   LP solutions     :       0.00          -          -          0          0
3587.79/3597.00	c   relax solutions  :       0.00          -          -          0          0
3587.79/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3587.79/3597.00	c   strong branching :       0.00          -          -          0          0
3587.79/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3587.79/3597.00	c   adaptivediving   :      28.67       0.00          5          1          1
3587.79/3597.00	c   alns             :       0.33       0.00          4          1          1
3587.79/3597.00	c   bound            :       0.00       0.00          0          0          0
3587.79/3597.00	c   clique           :       0.07       0.00          1          1          1
3587.79/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3587.79/3597.00	c   completesol      :       0.00       0.00          0          0          0
3587.79/3597.00	c   conflictdiving   :       8.47       0.00          3          1          1
3587.79/3597.00	c   crossover        :       0.15       0.00          3          3          2
3587.79/3597.00	c   dins             :       0.00       0.00          0          0          0
3587.79/3597.00	c   distributiondivin:      13.74       0.00          3          0          0
3587.79/3597.00	c   dps              :       0.00       0.00          0          0          0
3587.79/3597.00	c   dualval          :       0.00       0.00          0          0          0
3587.79/3597.00	c   farkasdiving     :      86.65       0.00          3          1          1
3587.79/3597.00	c   feasjump         :       0.00       0.00          0          0          0
3587.79/3597.00	c   feaspump         :       2.73       0.00          1          1          0
3587.79/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3587.79/3597.00	c   fracdiving       :      13.71       0.00          3          0          0
3587.79/3597.00	c   gins             :       0.32       0.00          8          9          3
3587.79/3597.00	c   guideddiving     :      18.80       0.00          3          1          1
3587.79/3597.00	c   indcoefdiving    :       0.00       0.00          0          0          0
3587.79/3597.00	c   indicator        :       0.00       0.00          0          0          0
3587.79/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3587.79/3597.00	c   indoneopt        :       0.00       0.00          0          0          0
3587.79/3597.00	c   indrounding      :       0.00       0.00          0          0          0
3587.79/3597.00	c   indtwoopt        :       0.00       0.00          0          0          0
3587.79/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3587.79/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3587.79/3597.00	c   linesearchdiving :      14.94       0.00          3          0          0
3587.79/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3587.79/3597.00	c   locks            :       0.04       0.00          1          0          0
3587.79/3597.00	c   lpface           :       0.00       0.00          0          0          0
3587.79/3597.00	c   mpec             :       0.00       0.00          0          0          0
3587.79/3597.00	c   multistart       :       0.00       0.00          0          0          0
3587.79/3597.00	c   mutation         :       0.00       0.00          0          0          0
3587.79/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3587.79/3597.00	c   objpscostdiving  :     261.04       0.00          2          1          0
3587.79/3597.00	c   octane           :       0.00       0.00          0          0          0
3587.79/3597.00	c   ofins            :       0.00       0.00          0          0          0
3587.79/3597.00	c   oneopt           :       0.02       0.00         11          4          4
3587.79/3597.00	c   padm             :       0.00       0.00          0          0          0
3587.79/3597.00	c   proximity        :       0.00       0.00          0          0          0
3587.79/3597.00	c   pscostdiving     :      17.62       0.00          3          1          1
3587.79/3597.00	c   randrounding     :       0.74       0.00        232          0          0
3587.79/3597.00	c   rens             :       0.00       0.00          0          0          0
3587.79/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3587.79/3597.00	c   repair           :       0.00       0.00          0          0          0
3587.79/3597.00	c   rins             :      28.00       0.00          5          5          1
3587.79/3597.00	c   rootsoldiving    :       7.54       0.00          2          2          0
3587.79/3597.00	c   rounding         :       0.36       0.00        814          0          0
3587.79/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3587.79/3597.00	c   shiftandpropagate:       0.00       0.00          0          0          0
3587.79/3597.00	c   shifting         :       3.92       0.00        861          1          1
3587.79/3597.00	c   simplerounding   :       0.00       0.00          0          0          0
3587.79/3597.00	c   smallcard        :       0.00       0.00          0          0          0
3587.79/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3587.79/3597.00	c   trivial          :       0.00       0.00          2          2          1
3587.79/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3587.79/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3587.79/3597.00	c   trysol           :       0.00       0.00          0          0          0
3587.79/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3587.79/3597.00	c   undercover       :       0.08       0.00          1          0          0
3587.79/3597.00	c   vbounds          :       0.15       0.00          1          1          1
3587.79/3597.00	c   veclendiving     :       9.22       0.00          3          0          0
3587.79/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3587.79/3597.00	c   zirounding       :       1.21       0.00       1000          0          0
3587.79/3597.00	c   other solutions  :          -          -          -          0          -
3587.79/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.79/3597.00	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.79/3597.00	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.79/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.79/3597.00	c   primal LP        :       1.25        219          0       0.00       0.00       1.25        219
3587.79/3597.00	c   dual LP          :    1791.99       5728    4970303    1071.65    2773.63       2.44       1090
3587.79/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3587.79/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.79/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3587.79/3597.00	c   diving/probing LP:     492.52       3019    1587064     525.69    3222.35
3587.79/3597.00	c   strong branching :     983.07       3094    2591297     837.52    2635.92          -          -       4678
3587.79/3597.00	c     (at root node) :          -         48      47577     991.19          -
3587.79/3597.00	c   conflict analysis:       0.37        134       1340      10.00    3647.99
3587.79/3597.00	c B&B Tree           :
3587.79/3597.00	c   number of runs   :          1
3587.79/3597.00	c   nodes            :       2526 (1775 internal, 751 leaves)
3587.79/3597.00	c   feasible leaves  :          0
3587.79/3597.00	c   infeas. leaves   :         15
3587.79/3597.00	c   objective leaves :        736
3587.79/3597.00	c   nodes (total)    :       2526 (1775 internal, 751 leaves)
3587.79/3597.00	c   nodes left       :       1003
3587.79/3597.00	c   max depth        :        155
3587.79/3597.00	c   max depth (total):        155
3587.79/3597.00	c   backtracks       :        443 (17.5%)
3587.79/3597.00	c   early backtracks :          0 (0.0%)
3587.79/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3587.79/3597.00	c   delayed cutoffs  :          0
3587.79/3597.00	c   repropagations   :          3 (27 domain reductions, 0 cutoffs)
3587.79/3597.00	c   avg switch length:       5.92
3587.79/3597.00	c   switching time   :       1.65
3587.79/3597.00	c Root Node          :
3587.79/3597.00	c   First LP value   : -7.58000000000000e+02
3587.79/3597.00	c   First LP Iters   :       3121 (24529.61 Iter/sec)
3587.79/3597.00	c   First LP Time    :       0.13
3587.79/3597.00	c   Final Dual Bound : -6.46060199318625e+02
3587.79/3597.00	c   Final Root Iters :      51971
3587.79/3597.00	c   Root LP Estimate : -3.68422094478690e+02
3587.79/3597.00	c Solution           :
3587.79/3597.00	c   Solutions found  :         36 (20 improvements)
3587.79/3597.00	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
3587.79/3597.00	c   Gap First Sol.   :   infinite
3587.79/3597.00	c   Gap Last Sol.    :      11.41 %
3587.79/3597.00	c   Primal Bound     : -5.76000000000000e+02   (in run 1, after 1474 nodes, 1949.82 seconds, depth 120, found by <crossover>)
3587.79/3597.00	c   Dual Bound       : -6.40815996189382e+02
3587.79/3597.00	c   Gap              :      11.25 %
3587.79/3597.00	c Integrals          :      Total       Avg%
3587.79/3597.00	c   primal-dual      :   41765.17      11.61
3587.79/3597.00	c   primal-ref       :          -          - (not evaluated)
3587.79/3597.00	c   dual-ref         :          -          - (not evaluated)
3587.79/3597.04	c Time complete: 3587.83.

Verifier Data

OK	-576

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: 63931 MiB (61628 MiB free)
  memory of node 1: 64510 MiB (59659 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432931-1721164799/watcher-4432931-1721164799 -o /tmp/evaluation-result-4432931-1721164799/solver-4432931-1721164799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721164808-900914 --watchdog 3760 pbscip -f HOME/instance-4432931-1721164799.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=901574, runsolver pid=901571

[startup+0.1001 s]*
/proc/loadavg: 1.41 1.36 2.15 6/258 901575
/proc/meminfo: memFree=124209756/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=81948 memory=42304 CPUtime=0.09 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 7640 0 0 0 8 1 0 0 20 0 1 0 168641721 83914752 10576 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 20487 10576 3792 3540 0 8744 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 81948 KiB
Current children cumulated memory: 42304 KiB

[startup+0.205752 s]*
/proc/loadavg: 1.41 1.36 2.15 5/258 901575
/proc/meminfo: memFree=124198320/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=100180 memory=55048 CPUtime=0.2 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 11083 0 0 0 18 2 0 0 20 0 1 0 168641721 102584320 13762 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 25045 13762 3936 3540 0 13302 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 100180 KiB
Current children cumulated memory: 55048 KiB

[startup+0.305694 s]*
/proc/loadavg: 1.41 1.36 2.15 5/258 901575
/proc/meminfo: memFree=124193852/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=102092 memory=56956 CPUtime=0.3 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 11572 0 0 0 28 2 0 0 20 0 1 0 168641721 104542208 14239 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 25523 14239 3968 3540 0 13780 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 102092 KiB
Current children cumulated memory: 56956 KiB

[startup+0.700245 s]
/proc/loadavg: 1.41 1.36 2.15 5/258 901575
/proc/meminfo: memFree=124190060/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=125352 memory=79932 CPUtime=0.68 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 19779 0 0 0 65 3 0 0 20 0 1 0 168641721 128360448 19983 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 31338 19983 4000 3540 0 19595 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 125352 KiB
Current children cumulated memory: 79932 KiB

[startup+1.50021 s]
/proc/loadavg: 1.41 1.36 2.15 5/258 901575
/proc/meminfo: memFree=124165480/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=125352 memory=80396 CPUtime=1.48 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 19943 0 0 0 145 3 0 0 20 0 1 0 168641721 128360448 20099 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 31338 20099 4000 3540 0 19595 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 125352 KiB
Current children cumulated memory: 80396 KiB

[startup+3.10552 s]
/proc/loadavg: 1.41 1.36 2.15 5/258 901577
/proc/meminfo: memFree=123991244/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=140064 memory=93304 CPUtime=3.08 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 23158 0 0 0 305 3 0 0 20 0 1 0 168641721 143425536 23326 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 35016 23326 4000 3540 0 23273 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 140064 KiB
Current children cumulated memory: 93304 KiB

[startup+6.3002 s]
/proc/loadavg: 1.78 1.44 2.17 5/258 901577
/proc/meminfo: memFree=123959156/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=164356 memory=114156 CPUtime=6.27 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 28353 0 0 0 623 4 0 0 20 0 1 0 168641721 168300544 28539 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 41089 28539 4000 3540 0 29346 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 164356 KiB
Current children cumulated memory: 114156 KiB

[startup+12.7002 s]
/proc/loadavg: 1.96 1.48 2.18 5/258 901578
/proc/meminfo: memFree=123934084/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=176664 memory=123924 CPUtime=12.65 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 30803 0 0 0 1261 4 0 0 20 0 1 0 168641721 180903936 30981 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 44166 30981 4000 3540 0 32423 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 176664 KiB
Current children cumulated memory: 123924 KiB

[startup+25.5003 s]
/proc/loadavg: 2.27 1.56 2.20 5/258 901580
/proc/meminfo: memFree=123902808/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=180800 memory=126300 CPUtime=25.42 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 31380 0 0 0 2537 5 0 0 20 0 1 0 168641721 185139200 31575 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 45200 31575 4000 3540 0 33457 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 180800 KiB
Current children cumulated memory: 126300 KiB

[startup+51.1056 s]
/proc/loadavg: 3.03 1.82 2.26 5/258 901583
/proc/meminfo: memFree=123390320/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=180800 memory=126300 CPUtime=50.95 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 31380 0 0 0 5090 5 0 0 20 0 1 0 168641721 185139200 31575 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 45200 31575 4000 3540 0 33457 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 180800 KiB
Current children cumulated memory: 126300 KiB

[startup+102.3 s]
/proc/loadavg: 3.66 2.17 2.36 5/258 901593
/proc/meminfo: memFree=123241356/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=192984 memory=138220 CPUtime=102 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 35017 0 0 0 10195 5 0 0 20 0 1 0 168641721 197615616 34555 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 48246 34555 4016 3540 0 36503 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 192984 KiB
Current children cumulated memory: 138220 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 2.54 2.48 5/258 901604
/proc/meminfo: memFree=123155464/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=192984 memory=138480 CPUtime=161.84 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 35096 0 0 0 16179 5 0 0 20 0 1 0 168641721 197615616 34620 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 48246 34620 4016 3540 0 36503 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 192984 KiB
Current children cumulated memory: 138480 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 2.85 2.59 5/258 901615
/proc/meminfo: memFree=123071068/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=206304 memory=151252 CPUtime=221.69 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 38272 0 0 0 22163 6 0 0 20 0 1 0 168641721 211255296 37813 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 51576 37813 4016 3540 0 39833 0
Current children cumulated CPU time: 221.69 s
Current children cumulated vsize: 206304 KiB
Current children cumulated memory: 151252 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.08 2.69 5/258 901626
/proc/meminfo: memFree=122944708/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=206304 memory=151252 CPUtime=281.53 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 38272 0 0 0 28147 6 0 0 20 0 1 0 168641721 211255296 37813 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 51576 37813 4016 3540 0 39833 0
Current children cumulated CPU time: 281.53 s
Current children cumulated vsize: 206304 KiB
Current children cumulated memory: 151252 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.28 2.78 5/256 902021
/proc/meminfo: memFree=122831980/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=206304 memory=151424 CPUtime=341.36 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 38614 0 0 0 34130 6 0 0 20 0 1 0 168641721 211255296 37856 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 51576 37856 4016 3540 0 39833 0
Current children cumulated CPU time: 341.36 s
Current children cumulated vsize: 206304 KiB
Current children cumulated memory: 151424 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.44 2.87 5/256 902031
/proc/meminfo: memFree=122730452/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=218032 memory=162076 CPUtime=401.2 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 42024 0 0 0 40114 6 0 0 20 0 1 0 168641721 223264768 40519 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 54508 40519 4016 3540 0 42765 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 218032 KiB
Current children cumulated memory: 162076 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.58 2.96 5/256 902041
/proc/meminfo: memFree=122636680/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=230248 memory=174420 CPUtime=461.04 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 45919 0 0 0 46097 7 0 0 20 0 1 0 168641721 235773952 43605 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 57562 43605 4031 3540 0 45819 0

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

/proc/loadavg: 4.14 4.15 4.09 5/258 903857
/proc/meminfo: memFree=119421728/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=412208 memory=354752 CPUtime=3154.13 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 94156 0 0 0 315395 18 0 0 20 0 1 0 168641721 422100992 88688 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 103052 88688 4031 3540 0 91309 0
Current children cumulated CPU time: 3154.13 s
Current children cumulated vsize: 412208 KiB
Current children cumulated memory: 354752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.14 4.09 5/256 903867
/proc/meminfo: memFree=119400600/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=416308 memory=357468 CPUtime=3213.98 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 94942 0 0 0 321380 18 0 0 20 0 1 0 168641721 426299392 89367 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 104077 89367 4031 3540 0 92334 0
Current children cumulated CPU time: 3213.98 s
Current children cumulated vsize: 416308 KiB
Current children cumulated memory: 357468 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/256 903879
/proc/meminfo: memFree=119370868/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=419156 memory=359084 CPUtime=3273.84 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 95442 0 0 0 327366 18 0 0 20 0 1 0 168641721 429215744 89771 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 104789 89771 4031 3540 0 93046 0
Current children cumulated CPU time: 3273.84 s
Current children cumulated vsize: 419156 KiB
Current children cumulated memory: 359084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.09 5/254 903889
/proc/meminfo: memFree=119357496/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=421480 memory=361268 CPUtime=3333.69 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 96115 0 0 0 333350 19 0 0 20 0 1 0 168641721 431595520 90317 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 105370 90317 4031 3540 0 93627 0
Current children cumulated CPU time: 3333.69 s
Current children cumulated vsize: 421480 KiB
Current children cumulated memory: 361268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.14 4.09 5/254 903899
/proc/meminfo: memFree=119347448/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=423592 memory=362840 CPUtime=3393.53 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 96578 0 0 0 339334 19 0 0 20 0 1 0 168641721 433758208 90710 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 105898 90710 4031 3540 0 94155 0
Current children cumulated CPU time: 3393.53 s
Current children cumulated vsize: 423592 KiB
Current children cumulated memory: 362840 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.09 5/254 903910
/proc/meminfo: memFree=119330724/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364360 CPUtime=3453.39 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97129 0 0 0 345320 19 0 0 20 0 1 0 168641721 437170176 91090 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91090 4031 3540 0 94988 0
Current children cumulated CPU time: 3453.39 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364360 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/254 903920
/proc/meminfo: memFree=119312416/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3513.25 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97228 0 0 0 351306 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3513.25 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.15 4.10 5/254 903930
/proc/meminfo: memFree=119296708/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3573.12 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97327 0 0 0 357293 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3573.12 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

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

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

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

[startup+3584 s]*
/proc/loadavg: 4.19 4.15 4.10 5/254 903930
/proc/meminfo: memFree=119296060/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3574.82 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97327 0 0 0 357463 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3574.82 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

[startup+3590.4 s]
/proc/loadavg: 4.17 4.15 4.10 5/254 903930
/proc/meminfo: memFree=119294832/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3581.2 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97327 0 0 0 358101 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3581.2 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

[startup+3593.6 s]
/proc/loadavg: 4.16 4.15 4.09 5/254 903932
/proc/meminfo: memFree=119294264/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3584.39 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97417 0 0 0 358420 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3584.39 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

[startup+3595.2 s]
/proc/loadavg: 4.16 4.15 4.09 4/251 903946
/proc/meminfo: memFree=121389392/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3585.99 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97417 0 0 0 358580 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3585.99 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

[startup+3596 s]*
/proc/loadavg: 4.07 4.13 4.09 4/252 904024
/proc/meminfo: memFree=122858620/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3586.79 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97417 0 0 0 358660 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3586.79 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

[startup+3596.8 s]
/proc/loadavg: 4.07 4.13 4.09 4/252 904024
/proc/meminfo: memFree=122858620/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3587.59 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97417 0 0 0 358740 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3587.59 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

[startup+3597 s]*
/proc/loadavg: 4.07 4.13 4.09 5/254 904070
/proc/meminfo: memFree=122775048/131524600 swapFree=131071996/131071996
[pid=901574] ppid=901571 vsize=426924 memory=364584 CPUtime=3587.79 cores=1,3
/proc/901574/stat : 901574 (pbscip) R 901571 901574 900902 0 -1 4194304 97417 0 0 0 358760 19 0 0 20 0 1 0 168641721 437170176 91146 134679101440 4194304 18693293 140728920758368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 45953024 140728920761348 140728920761447 140728920761447 140728920768462 0
/proc/901574/statm: 106731 91146 4031 3540 0 94988 0
Current children cumulated CPU time: 3587.79 s
Current children cumulated vsize: 426924 KiB
Current children cumulated memory: 364584 KiB

Child status: 0

Real time (s): 3597.05
CPU time (s): 3587.84
CPU user time (s): 3587.64
CPU system time (s): 0.1983
CPU usage (%): 99.744
Max. virtual memory (cumulated for all children) (KiB): 426924
Max. memory (cumulated for all children) (KiB): 364584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.64
system time used= 0.1983
maximum resident set size= 364584
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97439
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= 26
involuntary context switches= 1651


# summary of solver processes directly reported to runsolver:
#   pid: 901574
#   total CPU time (s): 3587.84
#   total CPU user time (s): 3587.64
#   total CPU system time (s): 0.1983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.63707 second user time and 15.6769 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-16 23:20:11
IDJOB=4432931
IDBENCH=158503
IDSOLVER=3059
FILE ID=nodeC017/4432931-1721164799
RUNJOBID= nodeC017-1721164808-900914
SLURM_JOB_ID= 7505785
Free space on /tmp= 890016 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament50.lin.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432931-1721164799/watcher-4432931-1721164799 -o /tmp/evaluation-result-4432931-1721164799/solver-4432931-1721164799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721164808-900914 --watchdog 3760  pbscip -f HOME/instance-4432931-1721164799.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 16979d2f8203ffed07f73a3588d8874c
RANDOM SEED=817372733

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.202
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3657.770
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.960
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.723
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3672.273
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.098
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.992
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.734
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124149208 kB
MemAvailable:   128882772 kB
Buffers:          435700 kB
Cached:          5085624 kB
SwapCached:            0 kB
Active:          1012620 kB
Inactive:        5658060 kB
Active(anon):       1544 kB
Inactive(anon):  1185524 kB
Active(file):    1011076 kB
Inactive(file):  4472536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             84192 kB
Writeback:            48 kB
AnonPages:       1149412 kB
Mapped:           138080 kB
Shmem:             37720 kB
KReclaimable:     179196 kB
Slab:             295260 kB
SReclaimable:     179196 kB
SUnreclaim:       116064 kB
KernelStack:        4064 kB
PageTables:        11440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1471932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62752 kB
HardwareCorrupted:     0 kB
AnonHugePages:    266240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      246484 kB
DirectMap2M:    33081344 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 890000 MiB
End job on nodeC017 at 2024-07-17 00:20:08