Trace number 4512256

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-07OPT717 338.319 339.291

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross10-070.opb
MD5SUM038c3c94959b7fb9ae78b9306ef53fb4
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark717
Best CPU time to get the best result obtained on this benchmark140.348
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 1221
Biggest coefficient in the objective function 1013
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3843
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1013
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)1133
Sum of products size (including duplicates)2266
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4512256-1751271868.opb>
0.00/0.01	c original problem has 1224 variables (91 bin, 0 int, 1133 impl, 0 cont) and 1614 constraints
0.00/0.01	c problem read in 0.00
0.00/0.01	o 1013
0.00/0.01	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 1.013000e+03
0.00/0.01	c presolving:
0.00/0.01	c (round 1, fast)       1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2266 clqs
0.00/0.02	c (round 2, exhaustive) 1 del vars, 241 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2266 clqs
0.00/0.03	c    (0.0s) probing: 51/1223 (4.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.00/0.03	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.03	c    (0.0s) no symmetry present (symcode time: 0.00)
0.00/0.03	c presolving (3 rounds: 3 fast, 2 medium, 2 exhaustive):
0.00/0.03	c  1 deleted vars, 241 deleted constraints, 0 added constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.03	c  0 implications, 2266 cliques
0.00/0.03	c presolved problem has 1223 variables (90 bin, 0 int, 1133 impl, 0 cont) and 1373 constraints
0.00/0.03	c    1133 constraints of type <and>
0.00/0.03	c     240 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.02
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 10.0.0
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.03	c limits/time = 3596.998007
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.03	c limits/memory = 27900
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c transformed 1/1 original solutions to the transformed problem space
0.00/0.03	c 
0.00/0.04	o 818
0.00/0.04	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.00/0.04	c p 0.0s|     1 |     0 |     0 |     - | vbounds|   0 |1223 |1374 |2506 |   0 |  0 |   0 |   0 |-4.020000e+02 | 8.180000e+02 |    Inf | unknown
0.09/0.17	c   0.2s|     1 |     0 |  1737 |     - |    17M |   0 |1223 |1374 |2506 |   0 |  0 |   0 |   0 | 4.270000e+02 | 8.180000e+02 |  91.57%| unknown
0.09/0.20	c   0.2s|     1 |     0 |  1739 |     - |    17M |   0 |1223 |1374 |3053 | 547 |  1 |   0 |   0 | 4.270000e+02 | 8.180000e+02 |  91.57%| unknown
0.50/0.52	c   0.5s|     1 |     0 |  1815 |     - |    19M |   0 |1223 |1374 |3072 | 566 |  2 |   0 |   0 | 4.400000e+02 | 8.180000e+02 |  85.91%| unknown
0.79/0.85	c   0.8s|     1 |     0 |  1895 |     - |    19M |   0 |1223 |1374 |3089 | 583 |  3 |   0 |   0 | 4.490000e+02 | 8.180000e+02 |  82.18%| unknown
0.79/0.86	c   0.9s|     1 |     0 |  1897 |     - |    20M |   0 |1223 |1374 |3646 |1140 |  4 |   0 |   0 | 4.490000e+02 | 8.180000e+02 |  82.18%| unknown
1.18/1.22	c   1.2s|     1 |     0 |  2005 |     - |    21M |   0 |1223 |1374 |3664 |1158 |  5 |   0 |   0 | 4.590000e+02 | 8.180000e+02 |  78.21%| unknown
1.48/1.58	c   1.6s|     1 |     0 |  2203 |     - |    22M |   0 |1223 |1374 |3688 |1182 |  6 |   0 |   0 | 4.690000e+02 | 8.180000e+02 |  74.41%| unknown
1.88/1.95	c   1.9s|     1 |     0 |  2360 |     - |    23M |   0 |1223 |1374 |3715 |1209 |  7 |   0 |   0 | 4.810000e+02 | 8.180000e+02 |  70.06%| unknown
2.28/2.32	c   2.3s|     1 |     0 |  2466 |     - |    25M |   0 |1223 |1375 |3741 |1235 |  8 |   1 |   0 | 4.850000e+02 | 8.180000e+02 |  68.66%| unknown
2.68/2.72	c   2.7s|     1 |     0 |  2693 |     - |    29M |   0 |1223 |1375 |3767 |1261 |  9 |   1 |   0 | 4.905000e+02 | 8.180000e+02 |  66.77%| unknown
3.08/3.10	c   3.1s|     1 |     0 |  2931 |     - |    30M |   0 |1223 |1375 |3795 |1289 | 10 |   1 |   0 | 4.962500e+02 | 8.180000e+02 |  64.84%| unknown
3.08/3.16	c   3.2s|     1 |     0 |  3246 |     - |    31M |   0 |1223 |1375 |3817 |1311 | 11 |   1 |   0 | 4.962500e+02 | 8.180000e+02 |  64.84%| unknown
3.08/3.16	c   3.2s|     1 |     0 |  3246 |     - |    31M |   0 |1223 |1375 |3817 |1311 | 11 |   1 |   0 | 5.065000e+02 | 8.180000e+02 |  61.50%| unknown
3.18/3.21	c   3.2s|     1 |     0 |  3450 |     - |    32M |   0 |1223 |1375 |3833 |1327 | 12 |   1 |   0 | 5.065000e+02 | 8.180000e+02 |  61.50%| unknown
3.18/3.21	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.18/3.21	c   3.2s|     1 |     0 |  3450 |     - |    32M |   0 |1223 |1375 |3833 |1327 | 12 |   1 |   0 | 5.080312e+02 | 8.180000e+02 |  61.01%| unknown
3.18/3.25	c   3.2s|     1 |     0 |  3685 |     - |    33M |   0 |1223 |1375 |3849 |1343 | 13 |   1 |   0 | 5.080312e+02 | 8.180000e+02 |  61.01%| unknown
3.18/3.26	c   3.3s|     1 |     0 |  3687 |     - |    33M |   0 |1223 |1375 |3849 |1343 | 13 |   1 |   0 | 5.115000e+02 | 8.180000e+02 |  59.92%| unknown
3.28/3.32	c   3.3s|     1 |     0 |  4141 |     - |    33M |   0 |1223 |1375 |3859 |1361 | 14 |   1 |   0 | 5.115000e+02 | 8.180000e+02 |  59.92%| unknown
3.28/3.32	c   3.3s|     1 |     0 |  4144 |     - |    33M |   0 |1223 |1375 |3859 |1361 | 14 |   1 |   0 | 5.152500e+02 | 8.180000e+02 |  58.76%| unknown
3.28/3.37	c   3.4s|     1 |     0 |  4570 |     - |    34M |   0 |1223 |1375 |3879 |1381 | 15 |   1 |   0 | 5.152500e+02 | 8.180000e+02 |  58.76%| unknown
3.28/3.38	c   3.4s|     1 |     0 |  4572 |     - |    34M |   0 |1223 |1375 |3879 |1381 | 15 |   1 |   0 | 5.200000e+02 | 8.180000e+02 |  57.31%| unknown
3.38/3.45	c   3.4s|     1 |     0 |  5044 |     - |    35M |   0 |1223 |1376 |3879 |1399 | 16 |   2 |   0 | 5.200000e+02 | 8.180000e+02 |  57.31%| unknown
3.38/3.45	c   3.4s|     1 |     0 |  5054 |     - |    35M |   0 |1223 |1376 |3879 |1399 | 16 |   2 |   0 | 5.245000e+02 | 8.180000e+02 |  55.96%| unknown
3.38/3.49	c   3.5s|     1 |     0 |  5318 |     - |    35M |   0 |1223 |1377 |3895 |1415 | 17 |   3 |   0 | 5.245000e+02 | 8.180000e+02 |  55.96%| unknown
3.48/3.50	c   3.5s|     1 |     0 |  5366 |     - |    35M |   0 |1223 |1377 |3895 |1415 | 17 |   3 |   0 | 5.300000e+02 | 8.180000e+02 |  54.34%| unknown
3.48/3.54	c   3.5s|     1 |     0 |  5633 |     - |    36M |   0 |1223 |1377 |3883 |1430 | 18 |   3 |   0 | 5.300000e+02 | 8.180000e+02 |  54.34%| unknown
3.48/3.54	c   3.5s|     1 |     0 |  5633 |     - |    36M |   0 |1223 |1377 |3883 |1430 | 18 |   3 |   0 | 5.306667e+02 | 8.180000e+02 |  54.15%| unknown
3.48/3.57	c   3.6s|     1 |     0 |  5821 |     - |    36M |   0 |1223 |1377 |3896 |1443 | 19 |   3 |   0 | 5.306667e+02 | 8.180000e+02 |  54.15%| unknown
3.48/3.58	c   3.6s|     1 |     0 |  5834 |     - |    36M |   0 |1223 |1377 |3896 |1443 | 19 |   3 |   0 | 5.318333e+02 | 8.180000e+02 |  53.81%| unknown
3.58/3.64	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.58/3.64	c   3.6s|     1 |     0 |  6286 |     - |    36M |   0 |1223 |1377 |3881 |1456 | 20 |   3 |   0 | 5.318333e+02 | 8.180000e+02 |  53.81%| unknown
3.58/3.65	c   3.6s|     1 |     0 |  6351 |     - |    36M |   0 |1223 |1377 |3881 |1456 | 20 |   3 |   0 | 5.361111e+02 | 8.180000e+02 |  52.58%| unknown
3.68/3.71	c   3.7s|     1 |     0 |  6800 |     - |    37M |   0 |1223 |1377 |3896 |1471 | 21 |   3 |   0 | 5.361111e+02 | 8.180000e+02 |  52.58%| unknown
3.68/3.72	c   3.7s|     1 |     0 |  6834 |     - |    37M |   0 |1223 |1377 |3884 |1471 | 21 |   3 |   0 | 5.373333e+02 | 8.180000e+02 |  52.23%| unknown
3.68/3.77	c   3.8s|     1 |     0 |  7256 |     - |    37M |   0 |1223 |1378 |3902 |1489 | 22 |   4 |   0 | 5.373333e+02 | 8.180000e+02 |  52.23%| unknown
3.68/3.78	c   3.8s|     1 |     0 |  7267 |     - |    37M |   0 |1223 |1378 |3902 |1489 | 22 |   4 |   0 | 5.400000e+02 | 8.180000e+02 |  51.48%| unknown
3.77/3.81	c   3.8s|     1 |     0 |  7512 |     - |    37M |   0 |1223 |1378 |3912 |1499 | 23 |   4 |   0 | 5.400000e+02 | 8.180000e+02 |  51.48%| unknown
3.77/3.81	c   3.8s|     1 |     0 |  7512 |     - |    37M |   0 |1223 |1378 |3912 |1499 | 23 |   4 |   0 | 5.407500e+02 | 8.180000e+02 |  51.27%| unknown
3.77/3.84	c   3.8s|     1 |     0 |  7668 |     - |    37M |   0 |1223 |1378 |3917 |1510 | 24 |   4 |   0 | 5.407500e+02 | 8.180000e+02 |  51.27%| unknown
3.77/3.84	c   3.8s|     1 |     0 |  7668 |     - |    37M |   0 |1223 |1378 |3917 |1510 | 24 |   4 |   0 | 5.410065e+02 | 8.180000e+02 |  51.20%| unknown
3.77/3.85	c   3.8s|     1 |     0 |  7721 |     - |    37M |   0 |1223 |1379 |3925 |1518 | 25 |   5 |   0 | 5.411000e+02 | 8.180000e+02 |  51.17%| unknown
3.77/3.86	c   3.9s|     1 |     0 |  7766 |     - |    37M |   0 |1223 |1379 |3932 |1525 | 26 |   5 |   0 | 5.411000e+02 | 8.180000e+02 |  51.17%| unknown
3.77/3.86	c   3.9s|     1 |     0 |  7766 |     - |    37M |   0 |1223 |1379 |3932 |1525 | 26 |   5 |   0 | 5.411443e+02 | 8.180000e+02 |  51.16%| unknown
3.77/3.88	c   3.9s|     1 |     0 |  7868 |     - |    37M |   0 |1223 |1379 |3917 |1531 | 27 |   5 |   0 | 5.411443e+02 | 8.180000e+02 |  51.16%| unknown
3.77/3.88	c   3.9s|     1 |     0 |  7874 |     - |    37M |   0 |1223 |1379 |3917 |1531 | 27 |   5 |   0 | 5.411523e+02 | 8.180000e+02 |  51.16%| unknown
3.77/3.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3.77/3.89	c   3.9s|     1 |     0 |  7878 |     - |    37M |   0 |1223 |1379 |3920 |1534 | 28 |   5 |   0 | 5.411523e+02 | 8.180000e+02 |  51.16%| unknown
3.87/3.90	c   3.9s|     1 |     0 |  7879 |     - |    37M |   0 |1223 |1379 |3921 |1535 | 29 |   5 |   0 | 5.411523e+02 | 8.180000e+02 |  51.16%| unknown
4.27/4.30	o 810
4.27/4.30	c d 4.3s|     1 |     0 | 12404 |     - |farkasdi|   0 |1223 |1379 |3921 |   0 | 30 |   5 |   0 | 5.411523e+02 | 8.100000e+02 |  49.68%| unknown
4.87/4.99	c   5.0s|     1 |     0 | 21139 |     - |    37M |   0 |1223 |1379 |3921 |1535 | 30 |   5 |   0 | 5.411523e+02 | 8.100000e+02 |  49.68%| unknown
4.97/5.00	c   5.0s|     1 |     0 | 21173 |     - |    37M |   0 |1223 |1379 |3934 |1548 | 31 |   5 |   0 | 5.411523e+02 | 8.100000e+02 |  49.68%| unknown
4.97/5.01	c   5.0s|     1 |     0 | 21191 |     - |    38M |   0 |1223 |1379 |3942 |1556 | 32 |   5 |   0 | 5.411523e+02 | 8.100000e+02 |  49.68%| unknown
8.46/8.59	c   8.6s|     1 |     2 | 21202 |     - |    38M |   0 |1223 |1380 |3942 |1556 | 32 |   6 |  36 | 5.411523e+02 | 8.100000e+02 |  49.68%| unknown
19.63/19.72	o 803
19.63/19.72	c *19.7s|    18 |    17 | 28400 |1204.1 |strongbr|  17 |1223 |1380 |4003 |1707 |  1 |   6 | 201 | 5.411523e+02 | 8.030000e+02 |  48.39%| unknown
24.11/24.20	o 768
24.11/24.20	c r24.2s|    51 |    30 | 53879 | 919.0 |simplero|  19 |1223 |1380 |4092 |2042 |  0 |   6 | 220 | 5.558256e+02 | 7.680000e+02 |  38.17%| unknown
40.67/40.81	c  40.8s|   100 |    43 |149270 |1427.7 |    89M |  19 |1223 |1380 |4417 |4475 | 12 |   6 | 231 | 5.558256e+02 | 7.680000e+02 |  38.17%|  11.00%
42.87/43.10	o 763
42.87/43.10	c r43.1s|   111 |    45 |164876 |1426.8 |simplero|  19 |1223 |1380 |4081 |4476 |  0 |   6 | 241 | 5.558256e+02 | 7.630000e+02 |  37.27%|  13.12%
47.35/47.54	o 755
47.35/47.54	c r47.5s|   127 |    44 |193681 |1474.2 |simplero|  19 |1223 |1380 |4183 |5059 |  4 |   6 | 245 | 5.558256e+02 | 7.550000e+02 |  35.83%|  14.43%
67.50/67.72	o 747
67.50/67.72	c r67.7s|   188 |    64 |313860 |1636.0 |simplero|  19 |1223 |1381 |4223 |6586 |  0 |   7 | 284 | 5.742195e+02 | 7.470000e+02 |  30.09%|  20.62%
67.50/67.74	o 746
67.50/67.74	c r67.7s|   189 |    63 |314056 |1628.3 |simplero|  19 |1223 |1381 |4223 |6586 |  0 |   7 | 284 | 5.742195e+02 | 7.460000e+02 |  29.92%|  20.64%
69.80/70.08	c  70.1s|   200 |    68 |335155 |1644.3 |   256M |  19 |1223 |1381 |4067 |6700 |  0 |   7 | 284 | 5.742195e+02 | 7.460000e+02 |  29.92%|  22.64%
91.23/91.53	o 739
91.23/91.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
91.23/91.53	c d91.5s|   269 |    83 |487376 |1789.0 |farkasdi|  19 |1223 |1381 |4196 |   0 |  1 |   7 | 307 | 5.830000e+02 | 7.390000e+02 |  26.76%|  27.23%
100.91/101.23	c   101s|   300 |    94 |557836 |1839.1 |   311M |  19 |1223 |1381 |4110 |9480 |  1 |   7 | 329 | 5.842500e+02 | 7.390000e+02 |  26.49%|  30.95%
127.33/127.79	o 734
127.33/127.79	c d 128s|   389 |   139 |793193 |2023.9 |farkasdi|  19 |1223 |1385 |4152 |   0 |  1 |  11 | 344 | 6.200000e+02 | 7.340000e+02 |  18.39%|  39.28%
128.52/128.98	c   129s|   400 |   138 |804363 |1996.1 |   318M |  19 |1223 |1385 |4105 |  11k|  0 |  11 | 344 | 6.200000e+02 | 7.340000e+02 |  18.39%|  39.70%
151.06/151.53	o 731
151.06/151.53	c r 152s|   468 |   161 |975950 |2072.8 |simplero|  19 |1223 |1386 |4239 |  12k|  2 |  12 | 379 | 6.303333e+02 | 7.310000e+02 |  15.97%|  44.16%
157.74/158.24	c   158s|   500 |   163 |  1032k|2052.5 |   323M |  19 |1223 |1386 |4104 |  12k|  1 |  12 | 382 | 6.347500e+02 | 7.310000e+02 |  15.16%|  45.87%
174.39/174.90	c   175s|   600 |   173 |  1186k|1967.6 |   327M |  19 |1223 |1388 |4227 |  13k|  0 |  14 | 391 | 6.385875e+02 | 7.310000e+02 |  14.47%|  50.80%
181.27/181.86	o 726
181.27/181.86	c r 182s|   635 |   170 |  1243k|1949.3 |simplero|  19 |1223 |1392 |4396 |  14k|  4 |  18 | 395 | 6.392143e+02 | 7.260000e+02 |  13.58%|  52.55%
194.23/194.80	c   195s|   700 |   165 |  1359k|1933.4 |   331M |  19 |1223 |1393 |4173 |  15k|  1 |  19 | 395 | 6.421000e+02 | 7.260000e+02 |  13.07%|  55.93%
212.68/213.32	c   213s|   800 |   157 |  1509k|1879.5 |   335M |  19 |1223 |1398 |4449 |  16k|  1 |  24 | 412 | 6.453333e+02 | 7.260000e+02 |  12.50%|  60.34%
212.68/213.34	o 717
212.68/213.34	c r 213s|   802 |   144 |  1509k|1875.1 |simplero|  19 |1223 |1398 |4449 |  16k|  0 |  24 | 412 | 6.453333e+02 | 7.170000e+02 |  11.11%|  60.92%
232.43/233.12	c   233s|   900 |   152 |  1684k|1865.4 |   444M |  19 |1223 |1401 |4203 |  17k|  1 |  28 | 432 | 6.535000e+02 | 7.170000e+02 |   9.72%|  67.07%
251.87/252.69	c   253s|  1000 |   162 |  1867k|1861.7 |   446M |  19 |1223 |1401 |4236 |  17k|  1 |  28 | 442 | 6.603462e+02 | 7.170000e+02 |   8.58%|  71.95%
276.90/277.78	c   278s|  1100 |   142 |  2071k|1877.7 |   450M |  19 |1223 |1404 |4356 |  19k|  0 |  31 | 470 | 6.672500e+02 | 7.170000e+02 |   7.46%|  77.88%
296.44/297.34	c   297s|  1200 |   122 |  2246k|1867.2 |   450M |  19 |1223 |1405 |4199 |  19k|  0 |  32 | 480 | 6.715000e+02 | 7.170000e+02 |   6.78%|  83.93%
315.78/316.77	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
315.78/316.77	c   317s|  1300 |    78 |  2399k|1840.9 |   452M |  19 |1223 |1406 |4177 |  20k|  0 |  33 | 507 | 6.770000e+02 | 7.170000e+02 |   5.91%|  89.83%
332.04/333.09	c   333s|  1400 |    22 |  2551k|1817.9 |   452M |  19 |1223 |1405 |4444 |  20k|  1 |  33 | 512 | 6.883333e+02 | 7.170000e+02 |   4.16%|  97.06%
338.12/339.16	c 
338.12/339.16	c SCIP Status        : problem is solved [optimal solution found]
338.12/339.16	c Solving Time (sec) : 339.16
338.12/339.16	c Solving Nodes      : 1428
338.12/339.16	c Primal Bound       : +7.17000000000000e+02 (29 solutions)
338.12/339.16	c Dual Bound         : +7.17000000000000e+02
338.12/339.16	c Gap                : 0.00 %
338.12/339.16	s OPTIMUM FOUND
338.12/339.16	v x91 -x45 -x44 -x43 -x42 x41 x40 -x39 x38 x37 -x36 -x35 x34 x33 -x32 x31 -x30 -x29 x28 -x27 -x26 -x25 -x24 x23 x22 x21 x20 x19 -x61 
338.12/339.16	v x18 -x17 -x16 -x15 -x14 -x13 x12 -x11 -x10 -x9 -x81 -x68 -x8 -x7 -x88 x67 x52 -x6 -x49 -x5 -x59 -x57 x55 x53 -x51 -x48 -x46 
338.12/339.16	v x4 x3 x77 x76 x75 x56 x54 -x2 x90 x89 -x87 -x86 -x85 -x84 -x83 -x82 x80 -x79 -x78 -x74 -x73 x72 x71 x70 x69 x66 x65 x64 x63 
338.12/339.16	v x62 -x60 x58 x50 -x47 -x1 
338.12/339.16	c SCIP Status        : problem is solved [optimal solution found]
338.12/339.16	c Total Time         :     339.16
338.12/339.16	c   solving          :     339.16
338.12/339.16	c   presolving       :       0.02 (included in solving)
338.12/339.16	c   reading          :       0.00 (included in solving)
338.12/339.16	c   copying          :       0.01 (3 #copies) (minimal 0.00, maximal 0.00, average 0.00)
338.12/339.16	c Original Problem   :
338.12/339.16	c   Problem name     : HOME/instance-4512256-1751271868.opb
338.12/339.16	c   Variables        : 1224 (91 binary, 0 integer, 1133 implicit integer, 0 continuous)
338.12/339.16	c   Constraints      : 1614 initial, 1614 maximal
338.12/339.16	c   Objective        : minimize, 1221 non-zeros (abs.min = 1, abs.max = 1013)
338.12/339.16	c Presolved Problem  :
338.12/339.16	c   Problem name     : t_HOME/instance-4512256-1751271868.opb
338.12/339.16	c   Variables        : 1223 (90 binary, 0 integer, 1133 implicit integer, 0 continuous)
338.12/339.16	c   Constraints      : 1373 initial, 1406 maximal
338.12/339.16	c   Objective        : minimize, 1220 non-zeros (abs.min = 1, abs.max = 18)
338.12/339.16	c   Nonzeros         : 4119 constraint, 4532 clique table
338.12/339.16	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
338.12/339.16	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
338.12/339.16	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
338.12/339.16	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
338.12/339.16	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   probing          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   pseudoobj        :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
338.12/339.16	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   and              :       0.01       0.00      5          0          0          0          0          0          0          0          0          0
338.12/339.16	c   linear           :       0.00       0.00      5          1          0          0          1          0        241          0          0          0
338.12/339.16	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   root node        :          -          -      -        191          -          -        191          -          -          -          -          -
338.12/339.16	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
338.12/339.16	c   benderslp        :          0          0          0          0        734          0          0        362          0          0          0          0          0          0          0
338.12/339.16	c   integral         :          0          0          0          0        734          0          0        362          0          0          0          0          0          0       1468
338.12/339.16	c   and              :       1133       1133       1113      13667          0          0          0        360        127          5      48921       1196       1169          0          0
338.12/339.16	c   linear           :        240+       241         31      13627          0          0          0         31         70         27       2123          0          0          0          0
338.12/339.16	c   logicor          :          0+        32         31       2477          0          0          0          0          1          0         19          0          0          0          0
338.12/339.16	c   benders          :          0          0          0          0          0          0          0         32          0          0          0          0          0          0          0
338.12/339.16	c   fixedvar         :          0          0          0          0          0          0          0         32          0          0          0          0          0          0          0
338.12/339.16	c   countsols        :          0          0          0          0          0          0          0         32          0          0          0          0          0          0          0
338.12/339.16	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
338.12/339.16	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   integral         :      38.36       0.00       0.00       0.00      38.36       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   and              :       0.52       0.00       0.18       0.28       0.00       0.00       0.00       0.00       0.00       0.06
338.12/339.16	c   linear           :       0.05       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.01
338.12/339.16	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
338.12/339.16	c   dualfix          :          3          0          0          0
338.12/339.16	c   genvbounds       :          0          0          0          0
338.12/339.16	c   nlobbt           :          0          0          0          0
338.12/339.16	c   obbt             :          0          0          0          0
338.12/339.16	c   probing          :          0          0          0          0
338.12/339.16	c   pseudoobj        :       4580          0          2          0
338.12/339.16	c   redcost          :       2132          0          0       6223
338.12/339.16	c   rootredcost      :         12          0          0          0
338.12/339.16	c   symmetry         :          0          0          0          0
338.12/339.16	c   vbounds          :       7547          0          0          0
338.12/339.16	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
338.12/339.16	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
338.12/339.16	c   redcost          :       0.04       0.00       0.00       0.04       0.00       0.00
338.12/339.16	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
338.12/339.16	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
338.12/339.16	c Symmetry           :
338.12/339.16	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
338.12/339.16	c   orbital reduction:          0 reductions applied,          0 cutoffs
338.12/339.16	c   lexicographic red:          0 reductions applied,          0 cutoffs
338.12/339.16	c   shadow tree time :       0.00 s
338.12/339.16	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
338.12/339.16	c   propagation      :       0.00         32         32          -         32        4.9          0        0.0          -          -          -
338.12/339.16	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
338.12/339.16	c   bound exceed. LP :       0.01         13          1          -          0        0.0          0        0.0          1      183.0        120
338.12/339.16	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
338.12/339.16	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
338.12/339.16	c   applied globally :       0.00          -          -          0         32        4.9          -          -          1          -          -
338.12/339.16	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
338.12/339.16	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
338.12/339.16	c   cut pool         :       1.13          -        726         50          -          -      15713      88333          -          -          -          -          -    (maximal pool size:       4951)
338.12/339.16	c   aggregation      :       1.43       0.00        333         29          0          0          0          0          0          0          0          0          0
338.12/339.16	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
338.12/339.16	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
338.12/339.16	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
338.12/339.16	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   clique           :       0.00       0.00         29         29          0          0          0          0          0          0          0          0          0
338.12/339.16	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   gomory           :      13.45       0.00        214         10          0          0      12267      26538          0       1308       1308          0          0
338.12/339.16	c   > gomorymi       :          -          -          -          -          -          -          -       6251          0        120        120          0          -
338.12/339.16	c   > strongcg       :          -          -          -          -          -          -          -      20287          0       1188       1188          0          -
338.12/339.16	c   impliedbounds    :       0.02       0.00        333         29          0          0         10         30          0         17         17          0          0
338.12/339.16	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
338.12/339.16	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   mixing           :       0.00       0.00        335         31          0          0          0          0          0          0          0          0          0
338.12/339.16	c   multilinear      :       0.00       0.00         56         31          0          0          0          0          0          0          0          0          0
338.12/339.16	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
338.12/339.16	c   rlt              :      21.21       0.00         82         10          0          0       2063      27158          0      12178      12178          0          0
338.12/339.16	c   zerohalf         :       1.59       0.00        224         20          0          0       1373      34607          0       6241       6241          0          0
338.12/339.16	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
338.12/339.16	c   hybrid           :       0.16       0.00        558         31      20913          0      68616       1556          0       4014
338.12/339.16	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c Pricers            :   ExecTime  SetupTime      Calls       Vars
338.12/339.16	c   problem variables:       0.05          -       3471       4230
338.12/339.16	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
338.12/339.16	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c   relpscost        :      38.36       0.00        734          0          0          0          0          0          0       1468
338.12/339.16	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
338.12/339.16	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
338.12/339.16	c   LP solutions     :       0.00          -          -          0          0
338.12/339.16	c   relax solutions  :       0.00          -          -          0          0
338.12/339.16	c   pseudo solutions :       0.00          -          -          0          0
338.12/339.16	c   strong branching :       0.00          -          -          1          1
338.12/339.16	c   actconsdiving    :       0.00       0.00          0          0          0
338.12/339.16	c   adaptivediving   :       2.24       0.00          8          0          0
338.12/339.16	c   alns             :       0.01       0.00          1          0          0
338.12/339.16	c   bound            :       0.00       0.00          0          0          0
338.12/339.16	c   clique           :       0.01       0.00          1          0          0
338.12/339.16	c   coefdiving       :       0.00       0.00          0          0          0
338.12/339.16	c   completesol      :       0.00       0.00          0          0          0
338.12/339.16	c   conflictdiving   :       9.17       0.00         29          0          0
338.12/339.16	c   crossover        :       0.01       0.00          1          1          0
338.12/339.16	c   dins             :       0.00       0.00          0          0          0
338.12/339.16	c   distributiondivin:       1.64       0.00          5          0          0
338.12/339.16	c   dps              :       0.00       0.00          0          0          0
338.12/339.16	c   dualval          :       0.00       0.00          0          0          0
338.12/339.16	c   farkasdiving     :       9.97       0.00         30          3          3
338.12/339.16	c   feasjump         :       0.00       0.00          0          0          0
338.12/339.16	c   feaspump         :       0.43       0.00          1          1          0
338.12/339.16	c   fixandinfer      :       0.00       0.00          0          0          0
338.12/339.16	c   fracdiving       :       1.60       0.00          5          0          0
338.12/339.16	c   gins             :       0.00       0.00          0          0          0
338.12/339.16	c   guideddiving     :       7.26       0.00         29          0          0
338.12/339.16	c   indcoefdiving    :       0.00       0.00          0          0          0
338.12/339.16	c   indicator        :       0.00       0.00          0          0          0
338.12/339.16	c   indicatordiving  :       0.00       0.00          0          0          0
338.12/339.16	c   indoneopt        :       0.00       0.00          0          0          0
338.12/339.16	c   indrounding      :       0.00       0.00          0          0          0
338.12/339.16	c   indtwoopt        :       0.00       0.00          0          0          0
338.12/339.16	c   intdiving        :       0.00       0.00          0          0          0
338.12/339.16	c   intshifting      :       0.00       0.00          0          0          0
338.12/339.16	c   linesearchdiving :       6.89       0.00         20          0          0
338.12/339.16	c   localbranching   :       0.00       0.00          0          0          0
338.12/339.16	c   locks            :       0.00       0.00          1          0          0
338.12/339.16	c   lpface           :       0.00       0.00          0          0          0
338.12/339.16	c   mpec             :       0.00       0.00          0          0          0
338.12/339.16	c   multistart       :       0.00       0.00          0          0          0
338.12/339.16	c   mutation         :       0.00       0.00          0          0          0
338.12/339.16	c   nlpdiving        :       0.00       0.00          0          0          0
338.12/339.16	c   objpscostdiving  :       4.14       0.00          5          5          0
338.12/339.16	c   octane           :       0.00       0.00          0          0          0
338.12/339.16	c   ofins            :       0.00       0.00          0          0          0
338.12/339.16	c   oneopt           :       0.00       0.00         13          0          0
338.12/339.16	c   padm             :       0.00       0.00          0          0          0
338.12/339.16	c   proximity        :       0.00       0.00          0          0          0
338.12/339.16	c   pscostdiving     :       2.49       0.00          8          0          0
338.12/339.16	c   randrounding     :       0.05       0.00         31          0          0
338.12/339.16	c   rens             :       0.00       0.00          0          0          0
338.12/339.16	c   reoptsols        :       0.00       0.00          0          0          0
338.12/339.16	c   repair           :       0.00       0.00          0          0          0
338.12/339.16	c   rins             :       0.00       0.00          0          0          0
338.12/339.16	c   rootsoldiving    :       2.96       0.00          8          6          0
338.12/339.16	c   rounding         :       0.03       0.00        442          0          0
338.12/339.16	c   scheduler        :       0.00       0.00          0          0          0
338.12/339.16	c   shiftandpropagate:       0.00       0.00          0          0          0
338.12/339.16	c   shifting         :       0.25       0.00        334          1          0
338.12/339.16	c   simplerounding   :       0.06       0.00       2289          8          8
338.12/339.16	c   smallcard        :       0.00       0.00          0          0          0
338.12/339.16	c   subnlp           :       0.00       0.00          0          0          0
338.12/339.16	c   trivial          :       0.00       0.00          2          2          1
338.12/339.16	c   trivialnegation  :       0.00       0.00          0          0          0
338.12/339.16	c   trustregion      :       0.00       0.00          0          0          0
338.12/339.16	c   trysol           :       0.00       0.00          0          0          0
338.12/339.16	c   twoopt           :       0.00       0.00          0          0          0
338.12/339.16	c   undercover       :       0.03       0.00          1          0          0
338.12/339.16	c   vbounds          :       0.01       0.00          1          1          1
338.12/339.16	c   veclendiving     :       1.48       0.00          6          0          0
338.12/339.16	c   zeroobj          :       0.00       0.00          0          0          0
338.12/339.16	c   zirounding       :       0.26       0.00        734          0          0
338.12/339.16	c   other solutions  :          -          -          -          0          -
338.12/339.16	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
338.12/339.16	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
338.12/339.16	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
338.12/339.16	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
338.12/339.16	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
338.12/339.16	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
338.12/339.16	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
338.12/339.16	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
338.12/339.16	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
338.12/339.16	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
338.12/339.16	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
338.12/339.16	c   primal LP        :      31.65       1814     276549     254.65    8737.13       0.57        728
338.12/339.16	c   dual LP          :     174.92       2107    1779495     894.67   10173.42       0.10        118
338.12/339.16	c   lex dual LP      :       0.00          0          0       0.00          -
338.12/339.16	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
338.12/339.16	c   resolve instable :       0.00          0          0       0.00          -
338.12/339.16	c   diving/probing LP:      49.63        871     552386     634.20   11130.23
338.12/339.16	c   strong branching :      37.38        512     375760     733.91   10051.47          -          -        416
338.12/339.16	c     (at root node) :          -         36      32759     909.97          -
338.12/339.16	c   conflict analysis:       0.01         12        120      10.00   11902.40
338.12/339.16	c B&B Tree           :
338.12/339.16	c   number of runs   :          1
338.12/339.16	c   nodes            :       1428 (734 internal, 694 leaves)
338.12/339.16	c   feasible leaves  :          0
338.12/339.16	c   infeas. leaves   :        678
338.12/339.16	c   objective leaves :         16
338.12/339.16	c   nodes (total)    :       1428 (734 internal, 694 leaves)
338.12/339.16	c   nodes left       :          0
338.12/339.16	c   max depth        :         19
338.12/339.16	c   max depth (total):         19
338.12/339.16	c   backtracks       :        677 (47.4%)
338.12/339.16	c   early backtracks :          0 (0.0%)
338.12/339.16	c   nodes exc. ref.  :          0 (0.0%)
338.12/339.16	c   delayed cutoffs  :          0
338.12/339.16	c   repropagations   :          1 (2 domain reductions, 0 cutoffs)
338.12/339.16	c   avg switch length:       7.50
338.12/339.16	c   switching time   :       0.51
338.12/339.16	c Root Node          :
338.12/339.16	c   First LP value   : +4.27000000000000e+02
338.12/339.16	c   First LP Iters   :       1737 (15529.73 Iter/sec)
338.12/339.16	c   First LP Time    :       0.11
338.12/339.16	c   Final Dual Bound : +5.41152348709268e+02
338.12/339.16	c   Final Root Iters :       7931
338.12/339.16	c   Root LP Estimate : +1.45261036514973e+03
338.12/339.16	c Solution           :
338.12/339.16	c   Solutions found  :         29 (14 improvements)
338.12/339.16	c   First Solution   : +1.01300000000000e+03   (in run 1, after 0 nodes, 0.01 seconds, depth 0, found by <trivial>)
338.12/339.16	c   Gap First Sol.   :   infinite
338.12/339.16	c   Gap Last Sol.    :      11.11 %
338.12/339.16	c   Primal Bound     : +7.17000000000000e+02   (in run 1, after 802 nodes, 213.34 seconds, depth 13, found by <simplerounding>)
338.12/339.16	c   Dual Bound       : +7.17000000000000e+02
338.12/339.16	c   Gap              :       0.00 %
338.12/339.16	c Integrals          :      Total       Avg%
338.12/339.16	c   primal-dual      :    5206.85      15.35
338.12/339.16	c   primal-ref       :          -          - (not evaluated)
338.12/339.16	c   dual-ref         :          -          - (not evaluated)
338.22/339.28	c Time complete: 338.311.

Verifier Data

OK	717

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512256-1751271868/watcher-4512256-1751271868 -o /tmp/evaluation-result-4512256-1751271868/solver-4512256-1751271868 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751268232-38745 --watchdog 3760 pbscip -f HOME/instance-4512256-1751271868.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100066 s]*
/proc/loadavg: 4.19 4.13 4.05 5/265 39485
/proc/meminfo: memFree=128316352/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=60980 memory=33024 CPUtime=0.09 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 4756 0 0 0 8 1 0 0 20 0 1 0 42864489 62443520 8256 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 15245 8256 3872 3530 0 6696 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 60980 KiB
Current children cumulated memory: 33024 KiB

[startup+0.205519 s]*
/proc/loadavg: 4.19 4.13 4.05 5/265 39485
/proc/meminfo: memFree=128304268/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=74008 memory=44932 CPUtime=0.2 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 8725 0 0 0 18 2 0 0 20 0 1 0 42864489 75784192 11233 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 18502 11233 3968 3530 0 9953 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 74008 KiB
Current children cumulated memory: 44932 KiB

[startup+0.305425 s]*
/proc/loadavg: 4.19 4.13 4.05 5/265 39485
/proc/meminfo: memFree=128304268/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=74008 memory=44932 CPUtime=0.3 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 8739 0 0 0 28 2 0 0 20 0 1 0 42864489 75784192 11233 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 18502 11233 3968 3530 0 9953 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 74008 KiB
Current children cumulated memory: 44932 KiB

[startup+0.700173 s]
/proc/loadavg: 4.19 4.13 4.05 5/265 39485
/proc/meminfo: memFree=128304268/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=74008 memory=44932 CPUtime=0.69 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 8749 0 0 0 67 2 0 0 20 0 1 0 42864489 75784192 11233 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 18502 11233 3968 3530 0 9953 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 74008 KiB
Current children cumulated memory: 44932 KiB

[startup+1.50012 s]
/proc/loadavg: 4.17 4.12 4.05 5/265 39485
/proc/meminfo: memFree=128304524/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=74008 memory=45060 CPUtime=1.48 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 8766 0 0 0 146 2 0 0 20 0 1 0 42864489 75784192 11265 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 18502 11265 3968 3530 0 9953 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 74008 KiB
Current children cumulated memory: 45060 KiB

[startup+3.10529 s]
/proc/loadavg: 4.17 4.12 4.05 5/265 39485
/proc/meminfo: memFree=128284412/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=75404 memory=47620 CPUtime=3.08 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 9399 0 0 0 306 2 0 0 20 0 1 0 42864489 77213696 11905 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 18851 11905 3968 3530 0 10302 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 75404 KiB
Current children cumulated memory: 47620 KiB

[startup+6.30016 s]
/proc/loadavg: 4.16 4.12 4.05 5/265 39485
/proc/meminfo: memFree=128268804/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=91152 memory=58500 CPUtime=6.26 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 12098 0 0 0 624 2 0 0 20 0 1 0 42864489 93339648 14625 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 22788 14625 4000 3530 0 14239 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 91152 KiB
Current children cumulated memory: 58500 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.12 4.05 5/265 39485
/proc/meminfo: memFree=128241020/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=91152 memory=58500 CPUtime=12.65 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 12100 0 0 0 1263 2 0 0 20 0 1 0 42864489 93339648 14625 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 22788 14625 4000 3530 0 14239 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 91152 KiB
Current children cumulated memory: 58500 KiB

[startup+25.5001 s]
/proc/loadavg: 4.12 4.12 4.05 5/265 39485
/proc/meminfo: memFree=128241872/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=98952 memory=63492 CPUtime=25.41 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 13359 0 0 0 2539 2 0 0 20 0 1 0 42864489 101326848 15873 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 24738 15873 4000 3530 0 16189 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 98952 KiB
Current children cumulated memory: 63492 KiB

[startup+51.1053 s]
/proc/loadavg: 4.07 4.10 4.04 5/265 39486
/proc/meminfo: memFree=128133964/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=239576 memory=176964 CPUtime=50.94 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 25900 0 0 0 5089 5 0 0 20 0 1 0 42864489 245325824 44241 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 59894 44241 4000 3530 0 51345 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 239576 KiB
Current children cumulated memory: 176964 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.10 4.04 5/264 39487
/proc/meminfo: memFree=128039280/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=351476 memory=267924 CPUtime=102 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 39993 0 0 0 10191 9 0 0 20 0 1 0 42864489 359911424 66981 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 87869 66981 4000 3530 0 79320 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 351476 KiB
Current children cumulated memory: 267924 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.11 4.05 5/265 39496
/proc/meminfo: memFree=128008856/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=366504 memory=276244 CPUtime=161.83 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 42070 0 0 0 16173 10 0 0 20 0 1 0 42864489 375300096 69061 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 91626 69061 4000 3530 0 83077 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 366504 KiB
Current children cumulated memory: 276244 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.11 4.05 5/264 39498
/proc/meminfo: memFree=127882696/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=481652 memory=371708 CPUtime=221.66 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 55740 0 0 0 22153 13 0 0 20 0 1 0 42864489 493211648 92927 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 120413 92927 4000 3530 0 111864 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 481652 KiB
Current children cumulated memory: 371708 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 4.08 4.04 5/264 39500
/proc/meminfo: memFree=127916572/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=379516 CPUtime=281.48 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57711 0 0 0 28135 13 0 0 20 0 1 0 42864489 502546432 94879 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 94879 4000 3530 0 114143 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 379516 KiB

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

# cumulated CPU time of all completed processes:  user=338.17 s, system=0.148476 s

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

[startup+307.2 s]
/proc/loadavg: 4.08 4.09 4.05 5/263 39502
/proc/meminfo: memFree=127899984/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=306.31 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57784 0 0 0 30618 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 306.31 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

[startup+320 s]*
/proc/loadavg: 4.07 4.09 4.05 5/263 39502
/proc/meminfo: memFree=127900216/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=319.08 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57786 0 0 0 31895 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 319.08 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

[startup+332.8 s]
/proc/loadavg: 4.13 4.10 4.05 5/263 39502
/proc/meminfo: memFree=127900216/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=331.83 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57786 0 0 0 33170 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 331.83 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

[startup+336 s]*
/proc/loadavg: 4.12 4.10 4.05 5/263 39502
/proc/meminfo: memFree=127900216/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=335.03 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57786 0 0 0 33490 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 335.03 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

[startup+337.6 s]
/proc/loadavg: 4.12 4.10 4.05 5/263 39502
/proc/meminfo: memFree=127900216/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=336.62 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57786 0 0 0 33649 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 336.62 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

[startup+338.4 s]
/proc/loadavg: 4.12 4.10 4.05 5/263 39502
/proc/meminfo: memFree=127900216/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=337.42 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57786 0 0 0 33729 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 337.42 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

[startup+338.8 s]
/proc/loadavg: 4.12 4.10 4.05 5/263 39502
/proc/meminfo: memFree=127900216/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=337.82 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57786 0 0 0 33769 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 337.82 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

[startup+339.2 s]
/proc/loadavg: 4.12 4.10 4.05 5/263 39502
/proc/meminfo: memFree=127900216/131249996 swapFree=33010684/33010684
[pid=39484] ppid=39481 vsize=490768 memory=396092 CPUtime=338.22 cores=5,7
/proc/39484/stat : 39484 (pbscip) R 39481 39484 38726 0 -1 4194304 57786 0 0 0 33809 13 0 0 20 0 1 0 42864489 502546432 99023 18446744073709551615 4235264 18693293 140725478316528 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 45219840 140725478320521 140725478320620 140725478320620 140725478326222 0
/proc/39484/statm: 122692 99023 4000 3530 0 114143 0
Current children cumulated CPU time: 338.22 s
Current children cumulated vsize: 490768 KiB
Current children cumulated memory: 396092 KiB

Child status: 0

Real time (s): 339.291
CPU time (s): 338.319
CPU user time (s): 338.17
CPU system time (s): 0.148476
CPU usage (%): 99.7135
Max. virtual memory (cumulated for all children) (KiB): 490768
Max. memory (cumulated for all children) (KiB): 396092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 338.17
system time used= 0.148476
maximum resident set size= 396092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57793
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= 82
involuntary context switches= 1986


# summary of solver processes directly reported to runsolver:
#   pid: 39484
#   total CPU time (s): 338.319
#   total CPU user time (s): 338.17
#   total CPU system time (s): 0.148476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.62922 second user time and 1.45907 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-30 10:24:28
IDJOB=4512256
IDBENCH=160535
IDSOLVER=3365
FILE ID=nodeC021/4512256-1751271868
RUNJOBID= nodeC021-1751268232-38745
SLURM_JOB_ID= 9594188
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-070.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512256-1751271868/watcher-4512256-1751271868 -o /tmp/evaluation-result-4512256-1751271868/solver-4512256-1751271868 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751268232-38745 --watchdog 3760  pbscip -f HOME/instance-4512256-1751271868.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 038c3c94959b7fb9ae78b9306ef53fb4
RANDOM SEED=694883639

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128331908 kB
MemAvailable:   128431344 kB
Buffers:            3280 kB
Cached:           906844 kB
SwapCached:            0 kB
Active:          1662440 kB
Inactive:         649484 kB
Active(anon):    1419864 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   649484 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18740 kB
Writeback:             0 kB
AnonPages:       1404980 kB
Mapped:           138264 kB
Shmem:             18060 kB
KReclaimable:      92832 kB
Slab:             179228 kB
SReclaimable:      92832 kB
SUnreclaim:        86396 kB
KernelStack:        4288 kB
PageTables:         5936 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1783188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC021 at 2025-06-30 10:30:07