Trace number 4460016

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-1711 3589.37 3597.84

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern60-60.opb
MD5SUM93ed2607cb9e7eaa6de474e9ba688804
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-82737
Best CPU time to get the best result obtained on this benchmark3600.13
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables0
Total number of constraints0
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint-1
Maximum length of a constraint0
Number of terms in the objective function 52575
Biggest coefficient in the objective function 13565
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 6490280
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 13565
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 6490280
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)52515
Sum of products size (including duplicates)172450
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-4460016-1721939465.opb>
0.09/0.10	c original problem has 52575 variables (60 bin, 0 int, 52515 impl, 0 cont) and 52515 constraints
0.09/0.10	c problem read in 0.10
0.19/0.27	o 0
0.19/0.29	c feasible solution found by trivial heuristic after 0.3 seconds, objective value 0.000000e+00
0.19/0.29	c presolving:
12.21/12.38	c    (12.4s) probing: 1000/52575 (1.9%) - 0 fixings, 0 aggregations, 5050 implications, 0 bound changes
12.21/12.39	c    (12.4s) probing: 1001/52575 (1.9%) - 0 fixings, 0 aggregations, 5053 implications, 0 bound changes
12.21/12.39	c    (12.4s) probing aborted: 1000/1000 successive useless probings
12.21/12.39	c    (12.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
12.40/12.58	c    (12.6s) symmetry computation finished: 1 generators found (max: 1217, log10 of symmetry group size: 0.0) (symcode time: 0.13)
12.50/12.67	c dynamic symmetry handling statistics:
12.50/12.67	c    orbitopal reduction:       no components
12.50/12.67	c    orbital reduction:         no components
12.50/12.67	c    lexicographic reduction:    1 permutations with support sizes 52110
12.50/12.67	c handled 1 out of 1 symmetry components
12.61/12.71	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
12.61/12.71	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
12.61/12.71	c  0 implications, 177503 cliques
12.61/12.71	c presolved problem has 52575 variables (60 bin, 0 int, 52515 impl, 0 cont) and 52515 constraints
12.61/12.71	c   52515 constraints of type <and>
12.61/12.71	c transformed objective value is always integral (scale: 1)
12.61/12.71	c Presolving Time: 12.47
12.61/12.71	c - non default parameters ----------------------------------------------------------------------
12.61/12.71	c # SCIP version 10.0.0
12.61/12.71	c 
12.61/12.71	c # maximal time in seconds to run
12.61/12.71	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
12.61/12.71	c limits/time = 3596.998007
12.61/12.71	c 
12.61/12.71	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
12.61/12.71	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
12.61/12.71	c limits/memory = 27900
12.61/12.71	c 
12.61/12.71	c # belongs reading time to solving time?
12.61/12.71	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
12.61/12.71	c timing/reading = TRUE
12.61/12.71	c 
12.61/12.71	c -----------------------------------------------------------------------------------------------
12.61/12.71	c start solving
12.61/12.75	c transformed 2/2 original solutions to the transformed problem space
12.61/12.76	c 
14.30/14.42	o -1711
14.30/14.42	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
14.30/14.42	c p14.4s|     1 |     0 |    30 |     - | vbounds|   0 |  52k|  52k| 105k|   0 |  0 |   0 |   0 |-3.245140e+06 |-1.711000e+03 |  Large | unknown
250.47/251.29	c   251s|     1 |     0 | 48457 |     - |   854M |   0 |  52k|  52k| 105k|   0 |  0 |  12 |   0 |-1.622570e+06 |-1.711000e+03 |  Large | unknown
267.34/268.17	c   268s|     1 |     0 | 50201 |     - |  1344M |   0 |  52k|  52k| 107k|2000 |  1 |  12 |   0 |-1.593654e+06 |-1.711000e+03 |  Large | unknown
365.73/366.73	c   367s|     1 |     0 | 52342 |     - |  2061M |   0 |  52k|  52k| 109k|4000 |  2 |  12 |   0 |-1.576770e+06 |-1.711000e+03 |  Large | unknown
464.22/465.45	c   465s|     1 |     0 | 54428 |     - |  2201M |   0 |  52k|  52k| 110k|5740 |  3 |  12 |   0 |-1.552718e+06 |-1.711000e+03 |  Large | unknown
561.38/562.85	c   563s|     1 |     0 | 56626 |     - |  2318M |   0 |  52k|  52k| 112k|7418 |  4 |  12 |   0 |-1.521274e+06 |-1.711000e+03 |  Large | unknown
660.12/661.87	c   662s|     1 |     0 | 58851 |     - |  2515M |   0 |  52k|  52k| 114k|9038 |  5 |  12 |   0 |-1.483231e+06 |-1.711000e+03 |  Large | unknown
761.18/763.12	c   763s|     1 |     0 | 61315 |     - |  2660M |   0 |  52k|  52k| 115k|  10k|  6 |  12 |   0 |-1.439424e+06 |-1.711000e+03 |  Large | unknown
871.56/873.71	c   874s|     1 |     0 | 65996 |     - |  2804M |   0 |  52k|  52k| 117k|  12k|  7 |  12 |   0 |-1.412082e+06 |-1.711000e+03 |  Large | unknown
960.90/963.23	c   963s|     1 |     0 | 66554 |     - |  2837M |   0 |  52k|  52k| 117k|  12k|  8 |  12 |   0 |-1.409937e+06 |-1.711000e+03 |  Large | unknown
973.87/976.26	c   976s|     1 |     0 | 70110 |     - |  2839M |   0 |  52k|  52k| 119k|  14k|  9 |  12 |   0 |-1.402059e+06 |-1.711000e+03 |  Large | unknown
977.95/980.30	c   980s|     1 |     0 | 71064 |     - |  2840M |   0 |  52k|  52k| 119k|  14k| 10 |  12 |   0 |-1.402059e+06 |-1.711000e+03 |  Large | unknown
977.95/980.31	c   980s|     1 |     0 | 71064 |     - |  2840M |   0 |  52k|  52k| 119k|  14k| 10 |  12 |   0 |-1.397484e+06 |-1.711000e+03 |  Large | unknown
986.13/988.51	c   989s|     1 |     0 | 73589 |     - |  2840M |   0 |  52k|  52k| 121k|  16k| 11 |  12 |   0 |-1.397484e+06 |-1.711000e+03 |  Large | unknown
986.74/989.18	c   989s|     1 |     0 | 73726 |     - |  2840M |   0 |  52k|  52k| 120k|  16k| 11 |  12 |   0 |-1.381392e+06 |-1.711000e+03 |  Large | unknown
1076.66/1079.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1076.66/1079.26	c  1079s|     1 |     0 | 74307 |     - |  2953M |   0 |  52k|  52k| 120k|  16k| 12 |  12 |   0 |-1.381392e+06 |-1.711000e+03 |  Large | unknown
1076.95/1079.59	c  1080s|     1 |     0 | 74343 |     - |  2953M |   0 |  52k|  52k| 118k|  16k| 12 |  12 |   0 |-1.378040e+06 |-1.711000e+03 |  Large | unknown
1085.24/1087.87	c  1088s|     1 |     0 | 76928 |     - |  2953M |   0 |  52k|  52k| 120k|  17k| 13 |  12 |   0 |-1.378040e+06 |-1.711000e+03 |  Large | unknown
1087.54/1090.11	c  1090s|     1 |     0 | 77267 |     - |  2953M |   0 |  52k|  52k| 119k|  17k| 13 |  12 |   0 |-1.366554e+06 |-1.711000e+03 |  Large | unknown
1090.02/1092.66	c  1093s|     1 |     0 | 78037 |     - |  2953M |   0 |  52k|  52k| 119k|  18k| 14 |  12 |   0 |-1.366554e+06 |-1.711000e+03 |  Large | unknown
1090.82/1093.48	c  1093s|     1 |     0 | 78139 |     - |  2953M |   0 |  52k|  52k| 119k|  18k| 14 |  12 |   0 |-1.363154e+06 |-1.711000e+03 |  Large | unknown
1094.91/1097.58	c  1098s|     1 |     0 | 79449 |     - |  2953M |   0 |  52k|  52k| 121k|  20k| 15 |  12 |   0 |-1.363154e+06 |-1.711000e+03 |  Large | unknown
1095.21/1097.81	c  1098s|     1 |     0 | 79476 |     - |  2953M |   0 |  52k|  52k| 121k|  20k| 15 |  12 |   0 |-1.355143e+06 |-1.711000e+03 |  Large | unknown
1186.35/1189.14	c  1189s|     1 |     0 | 80155 |     - |  3031M |   0 |  52k|  52k| 121k|  20k| 16 |  12 |   0 |-1.355143e+06 |-1.711000e+03 |  Large | unknown
1186.44/1189.28	c  1189s|     1 |     0 | 80170 |     - |  3031M |   0 |  52k|  52k| 121k|  20k| 16 |  12 |   0 |-1.350955e+06 |-1.711000e+03 |  Large | unknown
1198.11/1200.91	c  1201s|     1 |     0 | 84048 |     - |  3031M |   0 |  52k|  52k| 123k|  21k| 17 |  12 |   0 |-1.350955e+06 |-1.711000e+03 |  Large | unknown
1198.41/1201.27	c  1201s|     1 |     0 | 84144 |     - |  3031M |   0 |  52k|  52k| 122k|  21k| 17 |  12 |   0 |-1.322334e+06 |-1.711000e+03 |  Large | unknown
1200.81/1203.65	c  1204s|     1 |     0 | 85018 |     - |  3031M |   0 |  52k|  52k| 123k|  22k| 18 |  12 |   0 |-1.322334e+06 |-1.711000e+03 |  Large | unknown
1202.01/1204.89	c  1205s|     1 |     0 | 85307 |     - |  3031M |   0 |  52k|  52k| 122k|  22k| 18 |  12 |   0 |-1.318681e+06 |-1.711000e+03 |  Large | unknown
1212.48/1215.32	c  1215s|     1 |     0 | 88614 |     - |  3031M |   0 |  52k|  52k| 123k|  23k| 19 |  12 |   0 |-1.318681e+06 |-1.711000e+03 |  Large | unknown
1213.28/1216.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1213.28/1216.19	c  1216s|     1 |     0 | 88727 |     - |  3031M |   0 |  52k|  52k| 123k|  23k| 19 |  12 |   0 |-1.303968e+06 |-1.711000e+03 |  Large | unknown
1217.77/1220.62	c  1221s|     1 |     0 | 90266 |     - |  3031M |   0 |  52k|  52k| 124k|  24k| 20 |  12 |   0 |-1.303968e+06 |-1.711000e+03 |  Large | unknown
1218.27/1221.11	c  1221s|     1 |     0 | 90386 |     - |  3031M |   0 |  52k|  52k| 124k|  24k| 20 |  12 |   0 |-1.295906e+06 |-1.711000e+03 |  Large | unknown
1239.52/1242.47	c  1242s|     1 |     0 | 96387 |     - |  3047M |   0 |  52k|  52k| 125k|  26k| 21 |  12 |   0 |-1.295906e+06 |-1.711000e+03 |  Large | unknown
1241.01/1243.99	c  1244s|     1 |     0 | 96626 |     - |  3047M |   0 |  52k|  52k| 125k|  26k| 21 |  12 |   0 |-1.259191e+06 |-1.711000e+03 |  Large | unknown
1249.99/1252.93	c  1253s|     1 |     0 | 99566 |     - |  3047M |   0 |  52k|  52k| 126k|  27k| 22 |  12 |   0 |-1.259191e+06 |-1.711000e+03 |  Large | unknown
1250.48/1253.40	c  1253s|     1 |     0 | 99693 |     - |  3047M |   0 |  52k|  52k| 126k|  27k| 22 |  12 |   0 |-1.244934e+06 |-1.711000e+03 |  Large | unknown
1272.94/1275.90	c  1276s|     1 |     0 |105890 |     - |  3063M |   0 |  52k|  52k| 128k|  28k| 23 |  12 |   0 |-1.244934e+06 |-1.711000e+03 |  Large | unknown
1272.94/1275.98	c  1276s|     1 |     0 |105896 |     - |  3063M |   0 |  52k|  52k| 128k|  28k| 23 |  12 |   0 |-1.214301e+06 |-1.711000e+03 |  Large | unknown
1275.33/1278.39	c  1278s|     1 |     0 |106668 |     - |  3063M |   0 |  52k|  52k| 128k|  29k| 24 |  12 |   0 |-1.214301e+06 |-1.711000e+03 |  Large | unknown
1275.43/1278.49	c  1278s|     1 |     0 |106677 |     - |  3063M |   0 |  52k|  52k| 128k|  29k| 24 |  12 |   0 |-1.211706e+06 |-1.711000e+03 |  Large | unknown
1280.91/1283.92	c  1284s|     1 |     0 |108572 |     - |  3063M |   0 |  52k|  52k| 129k|  30k| 25 |  12 |   0 |-1.211706e+06 |-1.711000e+03 |  Large | unknown
1281.22/1284.27	c  1284s|     1 |     0 |108693 |     - |  3063M |   0 |  52k|  52k| 129k|  30k| 25 |  12 |   0 |-1.205015e+06 |-1.711000e+03 |  Large | unknown
1307.15/1310.24	c  1310s|     1 |     0 |116307 |     - |  3076M |   0 |  52k|  52k| 130k|  31k| 26 |  12 |   0 |-1.205015e+06 |-1.711000e+03 |  Large | unknown
1307.75/1310.86	c  1311s|     1 |     0 |116388 |     - |  3076M |   0 |  52k|  52k| 130k|  31k| 26 |  12 |   0 |-1.157846e+06 |-1.711000e+03 |  Large | unknown
1314.83/1317.90	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1314.83/1317.90	c  1318s|     1 |     0 |118630 |     - |  3076M |   0 |  52k|  52k| 130k|  31k| 27 |  12 |   0 |-1.157846e+06 |-1.711000e+03 |  Large | unknown
1315.04/1318.16	c  1318s|     1 |     0 |118664 |     - |  3076M |   0 |  52k|  52k| 129k|  31k| 27 |  12 |   0 |-1.151650e+06 |-1.711000e+03 |  Large | unknown
1333.88/1337.02	c  1337s|     1 |     0 |124212 |     - |  3077M |   0 |  52k|  52k| 130k|  33k| 28 |  12 |   0 |-1.151650e+06 |-1.711000e+03 |  Large | unknown
1345.86/1349.07	c  1349s|     1 |     0 |127758 |     - |  3077M |   0 |  52k|  52k| 130k|  33k| 28 |  12 |   0 |-1.121221e+06 |-1.711000e+03 |  Large | unknown
1368.39/1371.66	c  1372s|     1 |     0 |135053 |     - |  3077M |   0 |  52k|  52k| 131k|  35k| 29 |  12 |   0 |-1.121221e+06 |-1.711000e+03 |  Large | unknown
1370.89/1374.15	c  1374s|     1 |     0 |136293 |     - |  3077M |   0 |  52k|  52k| 131k|  35k| 29 |  12 |   0 |-1.088344e+06 |-1.711000e+03 |  Large | unknown
1377.17/1380.44	c  1380s|     1 |     0 |138426 |     - |  3079M |   0 |  52k|  52k| 131k|  35k| 30 |  12 |   0 |-1.088344e+06 |-1.711000e+03 |  Large | unknown
1377.27/1380.50	c  1381s|     1 |     0 |138426 |     - |  3079M |   0 |  52k|  52k| 131k|  35k| 30 |  12 |   0 |-1.083429e+06 |-1.711000e+03 |  Large | unknown
1406.50/1409.82	c  1410s|     1 |     0 |146671 |     - |  3079M |   0 |  52k|  52k| 133k|  36k| 31 |  12 |   0 |-1.083429e+06 |-1.711000e+03 |  Large | unknown
1407.10/1410.40	c  1410s|     1 |     0 |146782 |     - |  3079M |   0 |  52k|  52k| 133k|  36k| 31 |  12 |   0 |-1.046336e+06 |-1.711000e+03 |  Large | unknown
1416.87/1420.28	c  1420s|     1 |     0 |149867 |     - |  3079M |   0 |  52k|  52k| 133k|  37k| 32 |  12 |   0 |-1.046336e+06 |-1.711000e+03 |  Large | unknown
1417.07/1420.45	c  1420s|     1 |     0 |149908 |     - |  3079M |   0 |  52k|  52k| 133k|  37k| 32 |  12 |   0 |-1.040565e+06 |-1.711000e+03 |  Large | unknown
1424.15/1427.52	c  1428s|     1 |     0 |152020 |     - |  3079M |   0 |  52k|  52k| 133k|  37k| 33 |  12 |   0 |-1.040565e+06 |-1.711000e+03 |  Large | unknown
1424.25/1427.61	c  1428s|     1 |     0 |152025 |     - |  3079M |   0 |  52k|  52k| 133k|  37k| 33 |  12 |   0 |-1.037107e+06 |-1.711000e+03 |  Large | unknown
1432.43/1435.81	c  1436s|     1 |     0 |154440 |     - |  3079M |   0 |  52k|  52k| 135k|  38k| 34 |  12 |   0 |-1.037107e+06 |-1.711000e+03 |  Large | unknown
1433.43/1436.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1433.43/1436.82	c  1437s|     1 |     0 |154815 |     - |  3079M |   0 |  52k|  52k| 134k|  38k| 34 |  12 |   0 |-1.026528e+06 |-1.711000e+03 |  Large | unknown
1483.21/1486.78	c  1487s|     1 |     0 |169866 |     - |  3092M |   0 |  52k|  52k| 135k|  40k| 35 |  12 |   0 |-1.026528e+06 |-1.711000e+03 |  Large | unknown
1484.90/1488.48	c  1488s|     1 |     0 |170496 |     - |  3092M |   0 |  52k|  52k| 135k|  40k| 35 |  12 |   0 |-9.858052e+05 |-1.711000e+03 |  Large | unknown
1491.69/1495.27	c  1495s|     1 |     0 |172455 |     - |  3093M |   0 |  52k|  52k| 135k|  40k| 36 |  12 |   0 |-9.858052e+05 |-1.711000e+03 |  Large | unknown
1491.79/1495.37	c  1495s|     1 |     0 |172467 |     - |  3093M |   0 |  52k|  52k| 135k|  40k| 36 |  12 |   0 |-9.829732e+05 |-1.711000e+03 |  Large | unknown
1494.88/1498.43	c  1498s|     1 |     0 |173279 |     - |  3093M |   0 |  52k|  52k| 135k|  40k| 37 |  12 |   0 |-9.829732e+05 |-1.711000e+03 |  Large | unknown
1494.88/1498.44	c  1498s|     1 |     0 |173279 |     - |  3093M |   0 |  52k|  52k| 135k|  40k| 37 |  12 |   0 |-9.817148e+05 |-1.711000e+03 |  Large | unknown
1498.37/1501.95	c  1502s|     1 |     0 |174176 |     - |  3093M |   0 |  52k|  52k| 135k|  41k| 38 |  12 |   0 |-9.817148e+05 |-1.711000e+03 |  Large | unknown
1498.77/1502.39	c  1502s|     1 |     0 |174323 |     - |  3093M |   0 |  52k|  52k| 135k|  41k| 38 |  12 |   0 |-9.798562e+05 |-1.711000e+03 |  Large | unknown
1573.69/1577.48	c  1577s|     1 |     0 |188981 |     - |  3106M |   0 |  52k|  52k| 136k|  42k| 39 |  12 |   0 |-9.798562e+05 |-1.711000e+03 |  Large | unknown
1574.19/1577.93	c  1578s|     1 |     0 |189062 |     - |  3106M |   0 |  52k|  52k| 136k|  42k| 39 |  12 |   0 |-9.371610e+05 |-1.711000e+03 |  Large | unknown
1604.61/1608.43	c  1608s|     1 |     0 |197524 |     - |  3106M |   0 |  52k|  52k| 137k|  43k| 40 |  12 |   0 |-9.371610e+05 |-1.711000e+03 |  Large | unknown
1604.71/1608.57	c  1609s|     1 |     0 |197539 |     - |  3106M |   0 |  52k|  52k| 137k|  43k| 40 |  12 |   0 |-9.231237e+05 |-1.711000e+03 |  Large | unknown
1613.09/1616.98	c  1617s|     1 |     0 |199990 |     - |  3106M |   0 |  52k|  52k| 137k|  43k| 41 |  12 |   0 |-9.231237e+05 |-1.711000e+03 |  Large | unknown
1613.20/1617.08	c  1617s|     1 |     0 |199994 |     - |  3106M |   0 |  52k|  52k| 137k|  43k| 41 |  12 |   0 |-9.209949e+05 |-1.711000e+03 |  Large | unknown
1618.28/1622.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1618.28/1622.13	c  1622s|     1 |     0 |201296 |     - |  3106M |   0 |  52k|  52k| 138k|  44k| 42 |  12 |   0 |-9.209949e+05 |-1.711000e+03 |  Large | unknown
1618.28/1622.14	c  1622s|     1 |     0 |201296 |     - |  3106M |   0 |  52k|  52k| 138k|  44k| 42 |  12 |   0 |-9.189792e+05 |-1.711000e+03 |  Large | unknown
1638.62/1642.54	c  1643s|     1 |     0 |207112 |     - |  3108M |   0 |  52k|  52k| 137k|  44k| 43 |  12 |   0 |-9.189792e+05 |-1.711000e+03 |  Large | unknown
1638.92/1642.82	c  1643s|     1 |     0 |207195 |     - |  3108M |   0 |  52k|  52k| 137k|  44k| 43 |  12 |   0 |-9.119984e+05 |-1.711000e+03 |  Large | unknown
1641.02/1644.96	c  1645s|     1 |     0 |207716 |     - |  3108M |   0 |  52k|  52k| 137k|  44k| 44 |  12 |   0 |-9.119984e+05 |-1.711000e+03 |  Large | unknown
1641.02/1644.97	c  1645s|     1 |     0 |207716 |     - |  3108M |   0 |  52k|  52k| 137k|  44k| 44 |  12 |   0 |-9.110709e+05 |-1.711000e+03 |  Large | unknown
1733.41/1737.58	c  1738s|     1 |     0 |221735 |     - |  3108M |   0 |  52k|  52k| 138k|  46k| 45 |  12 |   0 |-9.110709e+05 |-1.711000e+03 |  Large | unknown
1733.41/1737.58	c  1738s|     1 |     0 |221735 |     - |  3108M |   0 |  52k|  52k| 138k|  46k| 45 |  12 |   0 |-8.767796e+05 |-1.711000e+03 |  Large | unknown
1745.37/1749.57	c  1750s|     1 |     0 |225146 |     - |  3108M |   0 |  52k|  52k| 139k|  46k| 46 |  12 |   0 |-8.767796e+05 |-1.711000e+03 |  Large | unknown
1745.37/1749.58	c  1750s|     1 |     0 |225146 |     - |  3108M |   0 |  52k|  52k| 139k|  46k| 46 |  12 |   0 |-8.742038e+05 |-1.711000e+03 |  Large | unknown
1750.26/1754.42	c  1754s|     1 |     0 |226431 |     - |  3110M |   0 |  52k|  52k| 139k|  47k| 47 |  12 |   0 |-8.742038e+05 |-1.711000e+03 |  Large | unknown
1750.36/1754.52	c  1755s|     1 |     0 |226437 |     - |  3110M |   0 |  52k|  52k| 139k|  47k| 47 |  12 |   0 |-8.725391e+05 |-1.711000e+03 |  Large | unknown
1757.84/1762.01	c  1762s|     1 |     0 |228434 |     - |  3110M |   0 |  52k|  52k| 139k|  47k| 48 |  12 |   0 |-8.725391e+05 |-1.711000e+03 |  Large | unknown
1757.94/1762.18	c  1762s|     1 |     0 |228463 |     - |  3110M |   0 |  52k|  52k| 139k|  47k| 48 |  12 |   0 |-8.710083e+05 |-1.711000e+03 |  Large | unknown
1761.43/1765.63	c  1766s|     1 |     0 |229319 |     - |  3110M |   0 |  52k|  52k| 139k|  47k| 49 |  12 |   0 |-8.698183e+05 |-1.711000e+03 |  Large | unknown
1798.84/1803.18	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1798.84/1803.18	c  1803s|     1 |     0 |239228 |     - |  3111M |   0 |  52k|  52k| 141k|  49k| 50 |  12 |   0 |-8.698183e+05 |-1.711000e+03 |  Large | unknown
1798.84/1803.19	c  1803s|     1 |     0 |239228 |     - |  3111M |   0 |  52k|  52k| 141k|  49k| 50 |  12 |   0 |-8.538651e+05 |-1.711000e+03 |  Large | unknown
1805.72/1810.05	c  1810s|     1 |     0 |241028 |     - |  3111M |   0 |  52k|  52k| 140k|  49k| 51 |  12 |   0 |-8.538651e+05 |-1.711000e+03 |  Large | unknown
1805.72/1810.06	c  1810s|     1 |     0 |241028 |     - |  3111M |   0 |  52k|  52k| 140k|  49k| 51 |  12 |   0 |-8.519596e+05 |-1.711000e+03 |  Large | unknown
1808.31/1812.65	c  1813s|     1 |     0 |241660 |     - |  3111M |   0 |  52k|  52k| 140k|  49k| 52 |  12 |   0 |-8.519596e+05 |-1.711000e+03 |  Large | unknown
1808.31/1812.66	c  1813s|     1 |     0 |241660 |     - |  3111M |   0 |  52k|  52k| 140k|  49k| 52 |  12 |   0 |-8.514331e+05 |-1.711000e+03 |  Large | unknown
1906.79/1911.30	c  1911s|     1 |     0 |256577 |     - |  3111M |   0 |  52k|  52k| 141k|  51k| 53 |  12 |   0 |-8.514331e+05 |-1.711000e+03 |  Large | unknown
1906.79/1911.31	c  1911s|     1 |     0 |256577 |     - |  3111M |   0 |  52k|  52k| 141k|  51k| 53 |  12 |   0 |-8.249357e+05 |-1.711000e+03 |  Large | unknown
1929.33/1933.97	c  1934s|     1 |     0 |262585 |     - |  3113M |   0 |  52k|  52k| 142k|  52k| 54 |  12 |   0 |-8.249357e+05 |-1.711000e+03 |  Large | unknown
1929.33/1933.98	c  1934s|     1 |     0 |262585 |     - |  3113M |   0 |  52k|  52k| 142k|  52k| 54 |  12 |   0 |-8.208132e+05 |-1.711000e+03 |  Large | unknown
1942.80/1947.41	c  1947s|     1 |     0 |266213 |     - |  3114M |   0 |  52k|  52k| 142k|  52k| 55 |  12 |   0 |-8.208132e+05 |-1.711000e+03 |  Large | unknown
1942.90/1947.51	c  1948s|     1 |     0 |266222 |     - |  3114M |   0 |  52k|  52k| 142k|  52k| 55 |  12 |   0 |-8.192827e+05 |-1.711000e+03 |  Large | unknown
1956.85/1961.59	c  1962s|     1 |     0 |269861 |     - |  3114M |   0 |  52k|  52k| 141k|  52k| 56 |  12 |   0 |-8.192827e+05 |-1.711000e+03 |  Large | unknown
1956.85/1961.59	c  1962s|     1 |     0 |269861 |     - |  3114M |   0 |  52k|  52k| 141k|  52k| 56 |  12 |   0 |-8.174795e+05 |-1.711000e+03 |  Large | unknown
1966.13/1970.87	c  1971s|     1 |     0 |272284 |     - |  3114M |   0 |  52k|  52k| 142k|  52k| 57 |  12 |   0 |-8.174795e+05 |-1.711000e+03 |  Large | unknown
1966.13/1970.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1966.13/1970.87	c  1971s|     1 |     0 |272284 |     - |  3114M |   0 |  52k|  52k| 142k|  52k| 57 |  12 |   0 |-8.164521e+05 |-1.711000e+03 |  Large | unknown
1974.81/1979.56	c  1980s|     1 |     0 |274663 |     - |  3114M |   0 |  52k|  52k| 142k|  52k| 58 |  12 |   0 |-8.164521e+05 |-1.711000e+03 |  Large | unknown
1974.81/1979.56	c  1980s|     1 |     0 |274663 |     - |  3114M |   0 |  52k|  52k| 142k|  52k| 58 |  12 |   0 |-8.157662e+05 |-1.711000e+03 |  Large | unknown
1983.79/1988.59	c  1989s|     1 |     0 |277085 |     - |  3116M |   0 |  52k|  52k| 140k|  52k| 59 |  12 |   0 |-8.157662e+05 |-1.711000e+03 |  Large | unknown
1983.99/1988.73	c  1989s|     1 |     0 |277102 |     - |  3116M |   0 |  52k|  52k| 140k|  52k| 59 |  12 |   0 |-8.149807e+05 |-1.711000e+03 |  Large | unknown
1990.58/1995.32	c  1995s|     1 |     0 |278907 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 60 |  12 |   0 |-8.149807e+05 |-1.711000e+03 |  Large | unknown
1990.58/1995.33	c  1995s|     1 |     0 |278907 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 60 |  12 |   0 |-8.143510e+05 |-1.711000e+03 |  Large | unknown
1998.45/2003.23	c  2003s|     1 |     0 |281069 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 61 |  12 |   0 |-8.143510e+05 |-1.711000e+03 |  Large | unknown
1998.45/2003.24	c  2003s|     1 |     0 |281069 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 61 |  12 |   0 |-8.135108e+05 |-1.711000e+03 |  Large | unknown
2007.53/2012.39	c  2012s|     1 |     0 |283670 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 62 |  12 |   0 |-8.135108e+05 |-1.711000e+03 |  Large | unknown
2007.83/2012.62	c  2013s|     1 |     0 |283691 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 62 |  12 |   0 |-8.127335e+05 |-1.711000e+03 |  Large | unknown
2012.02/2016.80	c  2017s|     1 |     0 |284779 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 63 |  12 |   0 |-8.127335e+05 |-1.711000e+03 |  Large | unknown
2012.12/2016.97	c  2017s|     1 |     0 |284784 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 63 |  12 |   0 |-8.121856e+05 |-1.711000e+03 |  Large | unknown
2017.10/2021.95	c  2022s|     1 |     0 |286118 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 64 |  12 |   0 |-8.121856e+05 |-1.711000e+03 |  Large | unknown
2017.10/2021.96	c  2022s|     1 |     0 |286118 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 64 |  12 |   0 |-8.117242e+05 |-1.711000e+03 |  Large | unknown
2021.89/2026.79	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2021.89/2026.79	c  2027s|     1 |     0 |287438 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 65 |  12 |   0 |-8.117242e+05 |-1.711000e+03 |  Large | unknown
2021.89/2026.80	c  2027s|     1 |     0 |287438 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 65 |  12 |   0 |-8.112406e+05 |-1.711000e+03 |  Large | unknown
2027.67/2032.50	c  2032s|     1 |     0 |288971 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 66 |  12 |   0 |-8.112406e+05 |-1.711000e+03 |  Large | unknown
2027.67/2032.50	c  2033s|     1 |     0 |288971 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 66 |  12 |   0 |-8.107082e+05 |-1.711000e+03 |  Large | unknown
2031.87/2036.79	c  2037s|     1 |     0 |290097 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 67 |  12 |   0 |-8.107082e+05 |-1.711000e+03 |  Large | unknown
2032.07/2036.93	c  2037s|     1 |     0 |290114 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 67 |  12 |   0 |-8.102010e+05 |-1.711000e+03 |  Large | unknown
2037.45/2042.33	c  2042s|     1 |     0 |291565 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 68 |  12 |   0 |-8.102010e+05 |-1.711000e+03 |  Large | unknown
2037.45/2042.34	c  2042s|     1 |     0 |291565 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 68 |  12 |   0 |-8.096605e+05 |-1.711000e+03 |  Large | unknown
2043.04/2047.93	c  2048s|     1 |     0 |293065 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 69 |  12 |   0 |-8.096605e+05 |-1.711000e+03 |  Large | unknown
2043.04/2047.94	c  2048s|     1 |     0 |293065 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 69 |  12 |   0 |-8.092204e+05 |-1.711000e+03 |  Large | unknown
2047.83/2052.71	c  2053s|     1 |     0 |294327 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 70 |  12 |   0 |-8.092204e+05 |-1.711000e+03 |  Large | unknown
2047.83/2052.71	c  2053s|     1 |     0 |294327 |     - |  3116M |   0 |  52k|  52k| 140k|  53k| 70 |  12 |   0 |-8.088638e+05 |-1.711000e+03 |  Large | unknown
2052.82/2057.70	c  2058s|     1 |     0 |295652 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 71 |  12 |   0 |-8.088638e+05 |-1.711000e+03 |  Large | unknown
2052.82/2057.71	c  2058s|     1 |     0 |295652 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 71 |  12 |   0 |-8.085266e+05 |-1.711000e+03 |  Large | unknown
2057.90/2062.81	c  2063s|     1 |     0 |297042 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 72 |  12 |   0 |-8.085266e+05 |-1.711000e+03 |  Large | unknown
2057.90/2062.82	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2057.90/2062.82	c  2063s|     1 |     0 |297042 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 72 |  12 |   0 |-8.081520e+05 |-1.711000e+03 |  Large | unknown
2062.20/2067.11	c  2067s|     1 |     0 |298149 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 73 |  12 |   0 |-8.081520e+05 |-1.711000e+03 |  Large | unknown
2062.20/2067.12	c  2067s|     1 |     0 |298149 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 73 |  12 |   0 |-8.077848e+05 |-1.711000e+03 |  Large | unknown
2067.28/2072.23	c  2072s|     1 |     0 |299508 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 74 |  12 |   0 |-8.077848e+05 |-1.711000e+03 |  Large | unknown
2067.28/2072.23	c  2072s|     1 |     0 |299508 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 74 |  12 |   0 |-8.074107e+05 |-1.711000e+03 |  Large | unknown
2073.47/2078.46	c  2078s|     1 |     0 |301166 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 75 |  12 |   0 |-8.074107e+05 |-1.711000e+03 |  Large | unknown
2073.57/2078.55	c  2079s|     1 |     0 |301168 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 75 |  12 |   0 |-8.067608e+05 |-1.711000e+03 |  Large | unknown
2077.66/2082.62	c  2083s|     1 |     0 |302204 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 76 |  12 |   0 |-8.067608e+05 |-1.711000e+03 |  Large | unknown
2077.66/2082.63	c  2083s|     1 |     0 |302204 |     - |  3116M |   0 |  52k|  52k| 140k|  54k| 76 |  12 |   0 |-8.064084e+05 |-1.711000e+03 |  Large | unknown
2199.96/2205.21	c  2205s|     1 |     0 |320186 |     - |  3116M |   0 |  52k|  52k| 142k|  56k| 77 |  12 |   0 |-8.064084e+05 |-1.711000e+03 |  Large | unknown
2199.96/2205.27	c  2205s|     1 |     0 |320186 |     - |  3116M |   0 |  52k|  52k| 142k|  56k| 77 |  12 |   0 |-7.795632e+05 |-1.711000e+03 |  Large | unknown
2229.78/2235.19	c  2235s|     1 |     0 |327548 |     - |  3116M |   0 |  52k|  52k| 143k|  57k| 78 |  12 |   0 |-7.795632e+05 |-1.711000e+03 |  Large | unknown
2229.78/2235.19	c  2235s|     1 |     0 |327548 |     - |  3116M |   0 |  52k|  52k| 143k|  57k| 78 |  12 |   0 |-7.754694e+05 |-1.711000e+03 |  Large | unknown
2256.81/2262.27	c  2262s|     1 |     0 |334443 |     - |  3118M |   0 |  52k|  52k| 143k|  57k| 79 |  12 |   0 |-7.754694e+05 |-1.711000e+03 |  Large | unknown
2256.91/2262.39	c  2262s|     1 |     0 |334454 |     - |  3118M |   0 |  52k|  52k| 143k|  57k| 79 |  12 |   0 |-7.727980e+05 |-1.711000e+03 |  Large | unknown
2277.07/2282.55	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2277.07/2282.55	c  2283s|     1 |     0 |339754 |     - |  3118M |   0 |  52k|  52k| 143k|  57k| 80 |  12 |   0 |-7.727980e+05 |-1.711000e+03 |  Large | unknown
2277.17/2282.64	c  2283s|     1 |     0 |339757 |     - |  3118M |   0 |  52k|  52k| 143k|  57k| 80 |  12 |   0 |-7.715759e+05 |-1.711000e+03 |  Large | unknown
2294.53/2300.09	c  2300s|     1 |     0 |344268 |     - |  3118M |   0 |  52k|  52k| 143k|  57k| 81 |  12 |   0 |-7.715759e+05 |-1.711000e+03 |  Large | unknown
2294.73/2300.29	c  2300s|     1 |     0 |344279 |     - |  3118M |   0 |  52k|  52k| 143k|  57k| 81 |  12 |   0 |-7.703677e+05 |-1.711000e+03 |  Large | unknown
2358.39/2364.04	c  2364s|     1 |     0 |356286 |     - |  3118M |   0 |  52k|  52k| 143k|  59k| 82 |  12 |   0 |-7.703677e+05 |-1.711000e+03 |  Large | unknown
2358.49/2364.10	c  2364s|     1 |     0 |356286 |     - |  3118M |   0 |  52k|  52k| 143k|  59k| 82 |  12 |   0 |-7.649958e+05 |-1.711000e+03 |  Large | unknown
2380.33/2386.05	c  2386s|     1 |     0 |361978 |     - |  3118M |   0 |  52k|  52k| 143k|  59k| 83 |  12 |   0 |-7.649958e+05 |-1.711000e+03 |  Large | unknown
2380.44/2386.12	c  2386s|     1 |     0 |361978 |     - |  3118M |   0 |  52k|  52k| 143k|  59k| 83 |  12 |   0 |-7.637065e+05 |-1.711000e+03 |  Large | unknown
2394.50/2400.24	c  2400s|     1 |     0 |365680 |     - |  3118M |   0 |  52k|  52k| 143k|  59k| 84 |  12 |   0 |-7.637065e+05 |-1.711000e+03 |  Large | unknown
2394.50/2400.25	c  2400s|     1 |     0 |365680 |     - |  3118M |   0 |  52k|  52k| 143k|  59k| 84 |  12 |   0 |-7.631101e+05 |-1.711000e+03 |  Large | unknown
2406.96/2412.77	c  2413s|     1 |     0 |368972 |     - |  3120M |   0 |  52k|  52k| 143k|  59k| 85 |  12 |   0 |-7.631101e+05 |-1.711000e+03 |  Large | unknown
2407.06/2412.87	c  2413s|     1 |     0 |368978 |     - |  3120M |   0 |  52k|  52k| 143k|  59k| 85 |  12 |   0 |-7.625929e+05 |-1.711000e+03 |  Large | unknown
2417.54/2423.36	c  2423s|     1 |     0 |371784 |     - |  3120M |   0 |  52k|  52k| 143k|  59k| 86 |  12 |   0 |-7.625929e+05 |-1.711000e+03 |  Large | unknown
2417.64/2423.43	c  2423s|     1 |     0 |371784 |     - |  3120M |   0 |  52k|  52k| 143k|  59k| 86 |  12 |   0 |-7.623322e+05 |-1.711000e+03 |  Large | unknown
2425.03/2430.83	c  2431s|     1 |     0 |373627 |     - |  3120M |   0 |  52k|  52k| 143k|  59k| 87 |  12 |   0 |-7.623322e+05 |-1.711000e+03 |  Large | unknown
2425.03/2430.84	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2425.03/2430.84	c  2431s|     1 |     0 |373627 |     - |  3120M |   0 |  52k|  52k| 143k|  59k| 87 |  12 |   0 |-7.620278e+05 |-1.711000e+03 |  Large | unknown
2580.87/2587.00	c  2587s|     1 |     0 |393497 |     - |  3120M |   0 |  52k|  52k| 144k|  61k| 88 |  12 |   0 |-7.620278e+05 |-1.711000e+03 |  Large | unknown
2580.97/2587.16	c  2587s|     1 |     0 |393527 |     - |  3120M |   0 |  52k|  52k| 144k|  61k| 88 |  12 |   0 |-7.436519e+05 |-1.711000e+03 |  Large | unknown
2620.27/2626.51	c  2627s|     1 |     0 |403469 |     - |  3120M |   0 |  52k|  52k| 145k|  62k| 89 |  12 |   0 |-7.436519e+05 |-1.711000e+03 |  Large | unknown
2620.27/2626.52	c  2627s|     1 |     0 |403469 |     - |  3120M |   0 |  52k|  52k| 145k|  62k| 89 |  12 |   0 |-7.404188e+05 |-1.711000e+03 |  Large | unknown
2642.83/2649.15	c  2649s|     1 |     0 |409319 |     - |  3121M |   0 |  52k|  52k| 145k|  62k| 90 |  12 |   0 |-7.404188e+05 |-1.711000e+03 |  Large | unknown
2642.93/2649.23	c  2649s|     1 |     0 |409319 |     - |  3121M |   0 |  52k|  52k| 145k|  62k| 90 |  12 |   0 |-7.391648e+05 |-1.711000e+03 |  Large | unknown
2664.08/2670.49	c  2670s|     1 |     0 |414886 |     - |  3122M |   0 |  52k|  52k| 146k|  62k| 91 |  12 |   0 |-7.391648e+05 |-1.711000e+03 |  Large | unknown
2664.17/2670.56	c  2671s|     1 |     0 |414886 |     - |  3122M |   0 |  52k|  52k| 146k|  62k| 91 |  12 |   0 |-7.380979e+05 |-1.711000e+03 |  Large | unknown
2693.00/2699.48	c  2699s|     1 |     0 |422192 |     - |  3122M |   0 |  52k|  52k| 146k|  62k| 92 |  12 |   0 |-7.380979e+05 |-1.711000e+03 |  Large | unknown
2693.00/2699.49	c  2699s|     1 |     0 |422192 |     - |  3122M |   0 |  52k|  52k| 146k|  62k| 92 |  12 |   0 |-7.358511e+05 |-1.711000e+03 |  Large | unknown
2706.37/2712.82	c  2713s|     1 |     0 |425607 |     - |  3122M |   0 |  52k|  52k| 145k|  63k| 93 |  12 |   0 |-7.358511e+05 |-1.711000e+03 |  Large | unknown
2706.47/2712.95	c  2713s|     1 |     0 |425625 |     - |  3122M |   0 |  52k|  52k| 145k|  63k| 93 |  12 |   0 |-7.352500e+05 |-1.711000e+03 |  Large | unknown
2719.34/2725.82	c  2726s|     1 |     0 |429011 |     - |  3122M |   0 |  52k|  52k| 145k|  63k| 94 |  12 |   0 |-7.352500e+05 |-1.711000e+03 |  Large | unknown
2719.34/2725.83	c  2726s|     1 |     0 |429011 |     - |  3122M |   0 |  52k|  52k| 145k|  63k| 94 |  12 |   0 |-7.347885e+05 |-1.711000e+03 |  Large | unknown
2741.38/2748.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2741.38/2748.00	c  2748s|     1 |     0 |434910 |     - |  3121M |   0 |  52k|  52k| 145k|  63k| 95 |  12 |   0 |-7.347885e+05 |-1.711000e+03 |  Large | unknown
2741.68/2748.29	c  2748s|     1 |     0 |434951 |     - |  3121M |   0 |  52k|  52k| 144k|  63k| 95 |  12 |   0 |-7.339671e+05 |-1.711000e+03 |  Large | unknown
2751.36/2757.90	c  2758s|     1 |     0 |437493 |     - |  3121M |   0 |  52k|  52k| 144k|  63k| 96 |  12 |   0 |-7.339671e+05 |-1.711000e+03 |  Large | unknown
2751.36/2757.90	c  2758s|     1 |     0 |437493 |     - |  3121M |   0 |  52k|  52k| 144k|  63k| 96 |  12 |   0 |-7.336219e+05 |-1.711000e+03 |  Large | unknown
2761.93/2768.55	c  2769s|     1 |     0 |440364 |     - |  3121M |   0 |  52k|  52k| 144k|  63k| 97 |  12 |   0 |-7.336219e+05 |-1.711000e+03 |  Large | unknown
2762.03/2768.65	c  2769s|     1 |     0 |440370 |     - |  3121M |   0 |  52k|  52k| 144k|  63k| 97 |  12 |   0 |-7.333335e+05 |-1.711000e+03 |  Large | unknown
2775.31/2781.99	c  2782s|     1 |     0 |444006 |     - |  3121M |   0 |  52k|  52k| 144k|  63k| 98 |  12 |   0 |-7.333335e+05 |-1.711000e+03 |  Large | unknown
2775.41/2782.05	c  2782s|     1 |     0 |444006 |     - |  3121M |   0 |  52k|  52k| 144k|  63k| 98 |  12 |   0 |-7.330546e+05 |-1.711000e+03 |  Large | unknown
2787.98/2794.61	c  2795s|     1 |     0 |447366 |     - |  3117M |   0 |  52k|  52k| 144k|  63k| 99 |  12 |   0 |-7.330546e+05 |-1.711000e+03 |  Large | unknown
2787.98/2794.62	c  2795s|     1 |     0 |447366 |     - |  3117M |   0 |  52k|  52k| 144k|  63k| 99 |  12 |   0 |-7.326544e+05 |-1.711000e+03 |  Large | unknown
2815.72/2822.42	c  2822s|     1 |     0 |455516 |     - |  3117M |   0 |  52k|  52k| 144k|  63k|100 |  12 |   0 |-7.326544e+05 |-1.711000e+03 |  Large | unknown
2815.72/2822.49	c  2822s|     1 |     0 |455516 |     - |  3117M |   0 |  52k|  52k| 144k|  63k|100 |  12 |   0 |-7.323784e+05 |-1.711000e+03 |  Large | unknown
2824.09/2830.81	c  2831s|     1 |     0 |457808 |     - |  3117M |   0 |  52k|  52k| 144k|  63k|101 |  12 |   0 |-7.323784e+05 |-1.711000e+03 |  Large | unknown
2824.19/2830.93	c  2831s|     1 |     0 |457819 |     - |  3117M |   0 |  52k|  52k| 144k|  63k|101 |  12 |   0 |-7.322026e+05 |-1.711000e+03 |  Large | unknown
2833.87/2840.63	c  2841s|     1 |     0 |460423 |     - |  3117M |   0 |  52k|  52k| 144k|  64k|102 |  12 |   0 |-7.322026e+05 |-1.711000e+03 |  Large | unknown
2834.27/2841.00	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2834.27/2841.00	c  2841s|     1 |     0 |460506 |     - |  3117M |   0 |  52k|  52k| 144k|  64k|102 |  12 |   0 |-7.320832e+05 |-1.711000e+03 |  Large | unknown
2877.37/2884.22	c  2884s|     1 |     0 |469630 |     - |  3133M |   0 |  52k|  52k| 145k|  65k|103 |  12 |   0 |-7.320832e+05 |-1.711000e+03 |  Large | unknown
2877.37/2884.23	c  2884s|     1 |     0 |469630 |     - |  3133M |   0 |  52k|  52k| 145k|  65k|103 |  12 |   0 |-7.267866e+05 |-1.711000e+03 |  Large | unknown
2997.41/3004.56	c  3005s|     1 |     0 |485006 |     - |  3153M |   0 |  52k|  52k| 146k|  66k|104 |  12 |   0 |-7.267866e+05 |-1.711000e+03 |  Large | unknown
2997.71/3004.81	c  3005s|     1 |     0 |485050 |     - |  3153M |   0 |  52k|  52k| 146k|  66k|104 |  12 |   0 |-7.169879e+05 |-1.711000e+03 |  Large | unknown
3162.24/3169.73	c  3170s|     1 |     0 |509676 |     - |  3153M |   0 |  52k|  52k| 148k|  68k|105 |  12 |   0 |-7.169879e+05 |-1.711000e+03 |  Large | unknown
3170.32/3177.87	c  3178s|     1 |     0 |511946 |     - |  3153M |   0 |  52k|  52k| 147k|  68k|105 |  12 |   0 |-7.075934e+05 |-1.711000e+03 |  Large | unknown
3248.23/3255.96	c  3256s|     1 |     0 |525315 |     - |  3153M |   0 |  52k|  52k| 148k|  69k|106 |  12 |   0 |-7.075934e+05 |-1.711000e+03 |  Large | unknown
3249.03/3256.75	c  3257s|     1 |     0 |525477 |     - |  3153M |   0 |  52k|  52k| 148k|  69k|106 |  12 |   0 |-7.042243e+05 |-1.711000e+03 |  Large | unknown
3286.95/3294.73	c  3295s|     1 |     0 |534942 |     - |  3153M |   0 |  52k|  52k| 147k|  69k|107 |  12 |   0 |-7.042243e+05 |-1.711000e+03 |  Large | unknown
3286.95/3294.73	c  3295s|     1 |     0 |534942 |     - |  3153M |   0 |  52k|  52k| 147k|  69k|107 |  12 |   0 |-7.026629e+05 |-1.711000e+03 |  Large | unknown
3320.17/3328.03	c  3328s|     1 |     0 |543457 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|108 |  12 |   0 |-7.026629e+05 |-1.711000e+03 |  Large | unknown
3320.47/3328.38	c  3328s|     1 |     0 |543534 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|108 |  12 |   0 |-7.013275e+05 |-1.711000e+03 |  Large | unknown
3346.90/3354.85	c  3355s|     1 |     0 |550504 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|109 |  12 |   0 |-7.013275e+05 |-1.711000e+03 |  Large | unknown
3346.90/3354.86	c  3355s|     1 |     0 |550504 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|109 |  12 |   0 |-7.005800e+05 |-1.711000e+03 |  Large | unknown
3367.55/3375.51	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3367.55/3375.51	c  3376s|     1 |     0 |555859 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|110 |  12 |   0 |-7.005800e+05 |-1.711000e+03 |  Large | unknown
3367.55/3375.51	c  3376s|     1 |     0 |555859 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|110 |  12 |   0 |-6.999505e+05 |-1.711000e+03 |  Large | unknown
3386.11/3394.15	c  3394s|     1 |     0 |560915 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|111 |  12 |   0 |-6.999505e+05 |-1.711000e+03 |  Large | unknown
3386.11/3394.16	c  3394s|     1 |     0 |560915 |     - |  3153M |   0 |  52k|  52k| 147k|  70k|111 |  12 |   0 |-6.995505e+05 |-1.711000e+03 |  Large | unknown
3408.06/3416.11	c  3416s|     1 |     0 |566689 |     - |  3155M |   0 |  52k|  52k| 147k|  70k|112 |  12 |   0 |-6.995505e+05 |-1.711000e+03 |  Large | unknown
3408.06/3416.12	c  3416s|     1 |     0 |566689 |     - |  3155M |   0 |  52k|  52k| 147k|  70k|112 |  12 |   0 |-6.989726e+05 |-1.711000e+03 |  Large | unknown
3424.41/3432.52	c  3433s|     1 |     0 |571060 |     - |  3155M |   0 |  52k|  52k| 147k|  71k|113 |  12 |   0 |-6.989726e+05 |-1.711000e+03 |  Large | unknown
3424.41/3432.53	c  3433s|     1 |     0 |571060 |     - |  3155M |   0 |  52k|  52k| 147k|  71k|113 |  12 |   0 |-6.985288e+05 |-1.711000e+03 |  Large | unknown
3443.47/3451.62	c  3452s|     1 |     0 |576136 |     - |  3155M |   0 |  52k|  52k| 147k|  71k|114 |  12 |   0 |-6.985288e+05 |-1.711000e+03 |  Large | unknown
3443.47/3451.62	c  3452s|     1 |     0 |576136 |     - |  3155M |   0 |  52k|  52k| 147k|  71k|114 |  12 |   0 |-6.980749e+05 |-1.711000e+03 |  Large | unknown
3461.32/3469.54	c  3470s|     1 |     0 |580791 |     - |  3156M |   0 |  52k|  52k| 147k|  71k|115 |  12 |   0 |-6.980749e+05 |-1.711000e+03 |  Large | unknown
3461.32/3469.55	c  3470s|     1 |     0 |580791 |     - |  3156M |   0 |  52k|  52k| 147k|  71k|115 |  12 |   0 |-6.977385e+05 |-1.711000e+03 |  Large | unknown
3483.07/3491.34	c  3491s|     1 |     0 |586977 |     - |  3156M |   0 |  52k|  52k| 147k|  71k|116 |  12 |   0 |-6.977385e+05 |-1.711000e+03 |  Large | unknown
3483.07/3491.34	c  3491s|     1 |     0 |586977 |     - |  3156M |   0 |  52k|  52k| 147k|  71k|116 |  12 |   0 |-6.974298e+05 |-1.711000e+03 |  Large | unknown
3504.42/3512.73	c  3513s|     1 |     0 |592823 |     - |  3158M |   0 |  52k|  52k| 147k|  71k|117 |  12 |   0 |-6.974298e+05 |-1.711000e+03 |  Large | unknown
3504.42/3512.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3504.42/3512.80	c  3513s|     1 |     0 |592823 |     - |  3158M |   0 |  52k|  52k| 147k|  71k|117 |  12 |   0 |-6.970516e+05 |-1.711000e+03 |  Large | unknown
3522.97/3531.30	c  3531s|     1 |     0 |597890 |     - |  3158M |   0 |  52k|  52k| 147k|  71k|118 |  12 |   0 |-6.970516e+05 |-1.711000e+03 |  Large | unknown
3522.97/3531.30	c  3531s|     1 |     0 |597890 |     - |  3158M |   0 |  52k|  52k| 147k|  71k|118 |  12 |   0 |-6.968546e+05 |-1.711000e+03 |  Large | unknown
3537.44/3545.81	c  3546s|     1 |     0 |601742 |     - |  3158M |   0 |  52k|  52k| 147k|  71k|119 |  12 |   0 |-6.968546e+05 |-1.711000e+03 |  Large | unknown
3537.44/3545.82	c  3546s|     1 |     0 |601742 |     - |  3158M |   0 |  52k|  52k| 147k|  71k|119 |  12 |   0 |-6.966534e+05 |-1.711000e+03 |  Large | unknown
3548.72/3557.17	c  3557s|     1 |     0 |604760 |     - |  3139M |   0 |  52k|  52k| 147k|  71k|120 |  12 |   0 |-6.966534e+05 |-1.711000e+03 |  Large | unknown
3548.72/3557.17	c  3557s|     1 |     0 |604760 |     - |  3139M |   0 |  52k|  52k| 147k|  71k|120 |  12 |   0 |-6.964969e+05 |-1.711000e+03 |  Large | unknown
3568.27/3576.74	c  3577s|     1 |     0 |609898 |     - |  3139M |   0 |  52k|  52k| 147k|  71k|121 |  12 |   0 |-6.964969e+05 |-1.711000e+03 |  Large | unknown
3568.27/3576.74	c  3577s|     1 |     0 |609898 |     - |  3139M |   0 |  52k|  52k| 147k|  71k|121 |  12 |   0 |-6.961522e+05 |-1.711000e+03 |  Large | unknown
3582.03/3590.50	c  3591s|     1 |     0 |613522 |     - |  3139M |   0 |  52k|  52k| 147k|  72k|122 |  12 |   0 |-6.961522e+05 |-1.711000e+03 |  Large | unknown
3582.03/3590.51	c  3591s|     1 |     0 |613522 |     - |  3139M |   0 |  52k|  52k| 147k|  72k|122 |  12 |   0 |-6.959547e+05 |-1.711000e+03 |  Large | unknown
3588.52/3597.01	c  3597s|     1 |     0 |615275 |     - |  3140M |   0 |  52k|  52k| 147k|  72k|123 |  12 |   0 |-6.959547e+05 |-1.711000e+03 |  Large | unknown
3588.52/3597.01	c (node 1) LP solver hit time limit in LP 393 -- using pseudo solution instead
3588.52/3597.01	c 
3588.52/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3588.52/3597.01	c Solving Time (sec) : 3597.01
3588.52/3597.01	c Solving Nodes      : 1
3588.52/3597.01	c Primal Bound       : -1.71100000000000e+03 (4 solutions)
3588.52/3597.01	c Dual Bound         : -6.95954669425141e+05
3588.52/3597.01	c Gap                : 40575.32 %
3588.52/3597.03	s SATISFIABLE
3588.52/3597.03	v -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 -x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 -x40 -x39 -x38 -x37 -x36 -x35 
3588.52/3597.03	v -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 
3588.52/3597.03	v -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
3588.52/3597.03	c SCIP Status        : solving was interrupted [time limit reached]
3588.52/3597.03	c Total Time         :    3597.01
3588.52/3597.03	c   solving          :    3597.01
3588.52/3597.03	c   presolving       :      12.47 (included in solving)
3588.52/3597.03	c   reading          :       0.10 (included in solving)
3588.52/3597.03	c   copying          :       0.08 (1 #copies) (minimal 0.08, maximal 0.08, average 0.08)
3588.52/3597.03	c Original Problem   :
3588.52/3597.03	c   Problem name     : HOME/instance-4460016-1721939465.opb
3588.52/3597.03	c   Variables        : 52575 (60 binary, 0 integer, 52515 implicit integer, 0 continuous)
3588.52/3597.03	c   Constraints      : 52515 initial, 52515 maximal
3588.52/3597.03	c   Objective        : minimize, 52575 non-zeros (abs.min = 8, abs.max = 13565)
3588.52/3597.03	c Presolved Problem  :
3588.52/3597.03	c   Problem name     : t_HOME/instance-4460016-1721939465.opb
3588.52/3597.03	c   Variables        : 52575 (60 binary, 0 integer, 52515 implicit integer, 0 continuous)
3588.52/3597.03	c   Constraints      : 52515 initial, 52528 maximal
3588.52/3597.03	c   Objective        : minimize, 52575 non-zeros (abs.min = 8, abs.max = 13565)
3588.52/3597.03	c   Nonzeros         : 224965 constraint, 355006 clique table
3588.52/3597.03	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3588.52/3597.03	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   implics          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   trivial          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   dualfix          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   probing          :      11.97       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   symmetry         :       0.28       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   and              :       0.13       0.00      2          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   components       :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3588.52/3597.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3588.52/3597.03	c   benderslp        :          0          0          0          0          0          0          0        160          0          0          0          0          0          0          0
3588.52/3597.03	c   integral         :          0          0          0          0          0          0          0        160          0          0          0          0          0          0          0
3588.52/3597.03	c   and              :      52515      52515         25      46172          0          0          0        157        123          3          0      63368        148          0          0
3588.52/3597.03	c   logicor          :          0+        13         14        498          0          0          0          0          3          0          0          0          0          0          0
3588.52/3597.03	c   benders          :          0          0          0          0          0          0          0          8          0          0          0          0          0          0          0
3588.52/3597.03	c   fixedvar         :          0          0          0          0          0          0          0          8          0          0          0          0          0          0          0
3588.52/3597.03	c   countsols        :          0          0          0          0          0          0          0          8          0          0          0          0          0          0          0
3588.52/3597.03	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3588.52/3597.03	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   and              :      18.38       0.00       0.73      17.58       0.00       0.00       0.00       0.08       0.00       0.00
3588.52/3597.03	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   fixedvar         :       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.01       0.00       0.00
3588.52/3597.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3588.52/3597.03	c   dualfix          :          2          0          0          0
3588.52/3597.03	c   genvbounds       :          0          0          0          0
3588.52/3597.03	c   nlobbt           :          0          0          0          0
3588.52/3597.03	c   obbt             :          0          0          0          0
3588.52/3597.03	c   probing          :          0          0          0          0
3588.52/3597.03	c   pseudoobj        :        125          0          0          0
3588.52/3597.03	c   redcost          :        123          0          0          0
3588.52/3597.03	c   rootredcost      :          0          0          0          0
3588.52/3597.03	c   symmetry         :          0          0          0          0
3588.52/3597.03	c   vbounds          :       9346          0          0          0
3588.52/3597.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3588.52/3597.03	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   probing          :      11.97       0.00      11.97       0.00       0.00       0.00
3588.52/3597.03	c   pseudoobj        :       0.04       0.00       0.00       0.04       0.00       0.00
3588.52/3597.03	c   redcost          :       0.29       0.00       0.00       0.29       0.00       0.00
3588.52/3597.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3588.52/3597.03	c   symmetry         :       0.30       0.00       0.28       0.02       0.00       0.00
3588.52/3597.03	c   vbounds          :       0.25       0.00       0.00       0.25       0.00       0.00
3588.52/3597.03	c Symmetry           :
3588.52/3597.03	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3588.52/3597.03	c   orbital reduction:          0 reductions applied,          0 cutoffs
3588.52/3597.03	c   lexicographic red:          0 reductions applied,          0 cutoffs
3588.52/3597.03	c   shadow tree time :       0.00 s
3588.52/3597.03	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3588.52/3597.03	c   propagation      :       0.00          3          3          -         62       58.9          0        0.0          -          -          -
3588.52/3597.03	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3588.52/3597.03	c   bound exceed. LP :       1.45          4          0          -          0        0.0          0        0.0          0        0.0          0
3588.52/3597.03	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3588.52/3597.03	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3588.52/3597.03	c   applied globally :       0.07          -          -          0         12       52.7          -          -          0          -          -
3588.52/3597.03	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3588.52/3597.03	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3588.52/3597.03	c   cut pool         :       1.71          -        136        136          -          -     172451     758831          -          -          -          -          -    (maximal pool size:     168396)
3588.52/3597.03	c   aggregation      :      33.20       0.00         14         14          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.52/3597.03	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.52/3597.03	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.52/3597.03	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   clique           :       0.08       0.00         14         14          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   gomory           :       1.83       0.00         10         10          0          0       2001      23312          0        118        118          0          0
3588.52/3597.03	c   > gomorymi       :          -          -          -          -          -          -          -      11194          0         60         60          0          -
3588.52/3597.03	c   > strongcg       :          -          -          -          -          -          -          -      12118          0         58         58          0          -
3588.52/3597.03	c   impliedbounds    :       0.13       0.00         14         14          0          0       5117       8490          0       3081       3081          0          0
3588.52/3597.03	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   mcf              :       0.06       0.00          1          1          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   mixing           :       0.00       0.00         14         14          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   multilinear      :       4.13       0.00         25         25          0          0     165075     720400          0      68705      68705          0          0
3588.52/3597.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   rapidlearning    :       0.06       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.52/3597.03	c   rlt              :     795.15       0.00         10         10          0          0        164       5352          0        108        108          0          0
3588.52/3597.03	c   zerohalf         :      15.97       0.00         14         14          0          0         94       1277          0         63         63          0          0
3588.52/3597.03	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3588.52/3597.03	c   hybrid           :       7.11       0.00        123        123      72223          0     749976      72223          0     749976
3588.52/3597.03	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3588.52/3597.03	c   problem variables:       0.90          -        397       9137
3588.52/3597.03	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3588.52/3597.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3588.52/3597.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3588.52/3597.03	c   LP solutions     :       0.00          -          -          0          0
3588.52/3597.03	c   relax solutions  :       0.00          -          -          0          0
3588.52/3597.03	c   pseudo solutions :       0.00          -          -          0          0
3588.52/3597.03	c   strong branching :       0.00          -          -          0          0
3588.52/3597.03	c   actconsdiving    :       0.00       0.00          0          0          0
3588.52/3597.03	c   adaptivediving   :       0.00       0.00          0          0          0
3588.52/3597.03	c   alns             :       0.00       0.00          0          0          0
3588.52/3597.03	c   bound            :       0.00       0.00          0          0          0
3588.52/3597.03	c   clique           :       0.72       0.00          1          0          0
3588.52/3597.03	c   coefdiving       :       0.00       0.00          0          0          0
3588.52/3597.03	c   completesol      :       0.00       0.00          0          0          0
3588.52/3597.03	c   conflictdiving   :       0.00       0.00          0          0          0
3588.52/3597.03	c   crossover        :       0.00       0.00          0          0          0
3588.52/3597.03	c   dins             :       0.00       0.00          0          0          0
3588.52/3597.03	c   distributiondivin:       0.00       0.00          0          0          0
3588.52/3597.03	c   dps              :       0.00       0.00          0          0          0
3588.52/3597.03	c   dualval          :       0.00       0.00          0          0          0
3588.52/3597.03	c   farkasdiving     :       0.00       0.00          0          0          0
3588.52/3597.03	c   feasjump         :       0.00       0.00          0          0          0
3588.52/3597.03	c   feaspump         :       0.00       0.00          0          0          0
3588.52/3597.03	c   fixandinfer      :       0.00       0.00          0          0          0
3588.52/3597.03	c   fracdiving       :       0.00       0.00          0          0          0
3588.52/3597.03	c   gins             :       0.00       0.00          0          0          0
3588.52/3597.03	c   guideddiving     :       0.00       0.00          0          0          0
3588.52/3597.03	c   indcoefdiving    :       0.00       0.00          0          0          0
3588.52/3597.03	c   indicator        :       0.00       0.00          0          0          0
3588.52/3597.03	c   indicatordiving  :       0.00       0.00          0          0          0
3588.52/3597.03	c   indoneopt        :       0.00       0.00          0          0          0
3588.52/3597.03	c   indrounding      :       0.00       0.00          0          0          0
3588.52/3597.03	c   indtwoopt        :       0.00       0.00          0          0          0
3588.52/3597.03	c   intdiving        :       0.00       0.00          0          0          0
3588.52/3597.03	c   intshifting      :       0.00       0.00          0          0          0
3588.52/3597.03	c   linesearchdiving :       0.00       0.00          0          0          0
3588.52/3597.03	c   localbranching   :       0.00       0.00          0          0          0
3588.52/3597.03	c   locks            :       0.22       0.00          1          0          0
3588.52/3597.03	c   lpface           :       0.00       0.00          0          0          0
3588.52/3597.03	c   mpec             :       0.00       0.00          0          0          0
3588.52/3597.03	c   multistart       :       0.00       0.00          0          0          0
3588.52/3597.03	c   mutation         :       0.00       0.00          0          0          0
3588.52/3597.03	c   nlpdiving        :       0.00       0.00          0          0          0
3588.52/3597.03	c   objpscostdiving  :       0.00       0.00          0          0          0
3588.52/3597.03	c   octane           :       0.00       0.00          0          0          0
3588.52/3597.03	c   ofins            :       0.00       0.00          0          0          0
3588.52/3597.03	c   oneopt           :       0.03       0.00          1          0          0
3588.52/3597.03	c   padm             :       0.00       0.00          0          0          0
3588.52/3597.03	c   proximity        :       0.00       0.00          0          0          0
3588.52/3597.03	c   pscostdiving     :       0.00       0.00          0          0          0
3588.52/3597.03	c   randrounding     :      14.37       0.00        123          0          0
3588.52/3597.03	c   rens             :       0.00       0.00          0          0          0
3588.52/3597.03	c   reoptsols        :       0.00       0.00          0          0          0
3588.52/3597.03	c   repair           :       0.00       0.00          0          0          0
3588.52/3597.03	c   rins             :       0.00       0.00          0          0          0
3588.52/3597.03	c   rootsoldiving    :       0.00       0.00          0          0          0
3588.52/3597.03	c   rounding         :       0.55       0.00        100          0          0
3588.52/3597.03	c   scheduler        :       0.00       0.00          0          0          0
3588.52/3597.03	c   shiftandpropagate:       0.00       0.00          0          0          0
3588.52/3597.03	c   shifting         :       3.68       0.00        100          0          0
3588.52/3597.03	c   simplerounding   :       0.54       0.00        397          0          0
3588.52/3597.03	c   smallcard        :       0.00       0.00          0          0          0
3588.52/3597.03	c   subnlp           :       0.00       0.00          0          0          0
3588.52/3597.03	c   trivial          :       0.07       0.00          2          2          1
3588.52/3597.03	c   trivialnegation  :       0.00       0.00          0          0          0
3588.52/3597.03	c   trustregion      :       0.00       0.00          0          0          0
3588.52/3597.03	c   trysol           :       0.00       0.00          0          0          0
3588.52/3597.03	c   twoopt           :       0.00       0.00          0          0          0
3588.52/3597.03	c   undercover       :       2.91       0.00          1          1          0
3588.52/3597.03	c   vbounds          :       8.30       0.00          1          1          1
3588.52/3597.03	c   veclendiving     :       0.00       0.00          0          0          0
3588.52/3597.03	c   zeroobj          :       0.00       0.00          0          0          0
3588.52/3597.03	c   zirounding       :       0.00       0.00          0          0          0
3588.52/3597.03	c   other solutions  :          -          -          -          0          -
3588.52/3597.03	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	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
3588.52/3597.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3588.52/3597.03	c   primal LP        :     357.87        319      84819     316.49     237.01      12.81         51
3588.52/3597.03	c   dual LP          :    2322.74        150     530426    4277.63     228.36       1.05         26
3588.52/3597.03	c   lex dual LP      :       0.00          0          0       0.00          -
3588.52/3597.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3588.52/3597.03	c   resolve instable :       0.00          0          0       0.00          -
3588.52/3597.03	c   diving/probing LP:       0.16          1         30      30.00     183.13
3588.52/3597.03	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3588.52/3597.03	c     (at root node) :          -          0          0       0.00          -
3588.52/3597.03	c   conflict analysis:       0.00          0          0       0.00          -
3588.52/3597.03	c B&B Tree           :
3588.52/3597.03	c   number of runs   :          1
3588.52/3597.03	c   nodes            :          1 (0 internal, 1 leaves)
3588.52/3597.03	c   feasible leaves  :          0
3588.52/3597.03	c   infeas. leaves   :          0
3588.52/3597.03	c   objective leaves :          0
3588.52/3597.03	c   nodes (total)    :          1 (0 internal, 1 leaves)
3588.52/3597.03	c   nodes left       :          1
3588.52/3597.03	c   max depth        :          0
3588.52/3597.03	c   max depth (total):          0
3588.52/3597.03	c   backtracks       :          0 (0.0%)
3588.52/3597.03	c   early backtracks :          0 (0.0%)
3588.52/3597.03	c   nodes exc. ref.  :          0 (0.0%)
3588.52/3597.03	c   delayed cutoffs  :          0
3588.52/3597.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3588.52/3597.03	c   avg switch length:       1.00
3588.52/3597.03	c   switching time   :       0.00
3588.52/3597.03	c Root Node          :
3588.52/3597.03	c   First LP value   : -1.62257000000000e+06
3588.52/3597.03	c   First LP Iters   :      48427 (211.28 Iter/sec)
3588.52/3597.03	c   First LP Time    :     229.21
3588.52/3597.03	c   Final Dual Bound : -6.95954669425141e+05
3588.52/3597.03	c   Final Root Iters :     615245
3588.52/3597.03	c   Root LP Estimate :                     -
3588.52/3597.03	c Solution           :
3588.52/3597.03	c   Solutions found  :          4 (2 improvements)
3588.52/3597.03	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.24 seconds, depth 0, found by <trivial>)
3588.52/3597.03	c   Gap First Sol.   :   infinite
3588.52/3597.03	c   Gap Last Sol.    :  189563.35 %
3588.52/3597.03	c   Primal Bound     : -1.71100000000000e+03   (in run 1, after 1 nodes, 14.40 seconds, depth 902, found by <vbounds>)
3588.52/3597.03	c   Dual Bound       : -6.95954669425141e+05
3588.52/3597.03	c   Gap              :   40575.32 %
3588.52/3597.03	c Integrals          :      Total       Avg%
3588.52/3597.03	c   primal-dual      :  359066.56      99.82
3588.52/3597.03	c   primal-ref       :          -          - (not evaluated)
3588.52/3597.03	c   dual-ref         :          -          - (not evaluated)
3589.32/3597.83	c Time complete: 3589.36.

Verifier Data

OK	-1711

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: 63968 MiB (62214 MiB free)
  memory of node 1: 64473 MiB (62872 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=306356, runsolver pid=306353

[startup+0.100697 s]*
/proc/loadavg: 0.17 0.11 0.19 5/260 306357
/proc/meminfo: memFree=128001028/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=136212 memory=93044 CPUtime=0.09 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 20418 0 0 0 7 2 0 0 20 0 1 0 30469340 139481088 23261 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 34053 23261 3224 3540 0 22310 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 136212 KiB
Current children cumulated memory: 93044 KiB

[startup+0.206698 s]*
/proc/loadavg: 0.17 0.11 0.19 5/260 306357
/proc/meminfo: memFree=127923020/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=209528 memory=167548 CPUtime=0.19 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 41474 0 0 0 13 6 0 0 20 0 1 0 30469340 214556672 41887 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 52382 41887 3527 3540 0 40639 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 209528 KiB
Current children cumulated memory: 167548 KiB

[startup+0.306698 s]*
/proc/loadavg: 0.17 0.11 0.19 5/260 306357
/proc/meminfo: memFree=127883372/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=245388 memory=197088 CPUtime=0.28 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 48880 0 0 0 21 7 0 0 20 0 1 0 30469340 251277312 49272 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 61347 49272 3559 3540 0 49604 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 245388 KiB
Current children cumulated memory: 197088 KiB

[startup+0.700701 s]
/proc/loadavg: 0.17 0.11 0.19 5/260 306357
/proc/meminfo: memFree=127836916/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=284164 memory=233872 CPUtime=0.66 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 58158 0 0 0 57 9 0 0 20 0 1 0 30469340 290983936 58468 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 71041 58468 3591 3540 0 59298 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 284164 KiB
Current children cumulated memory: 233872 KiB

[startup+1.5007 s]
/proc/loadavg: 0.17 0.11 0.19 5/260 306357
/proc/meminfo: memFree=127788508/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=285360 memory=235192 CPUtime=1.45 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 58490 0 0 0 136 9 0 0 20 0 1 0 30469340 292208640 58798 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 6 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 71340 58798 3591 3540 0 59597 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 285360 KiB
Current children cumulated memory: 235192 KiB

[startup+3.10596 s]
/proc/loadavg: 0.48 0.17 0.21 5/260 306359
/proc/meminfo: memFree=127750876/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=286616 memory=235984 CPUtime=3.04 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 58692 0 0 0 295 9 0 0 20 0 1 0 30469340 293494784 58996 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 71654 58996 3591 3540 0 59911 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 286616 KiB
Current children cumulated memory: 235984 KiB

[startup+6.30023 s]
/proc/loadavg: 0.48 0.17 0.21 5/260 306359
/proc/meminfo: memFree=127732640/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=287128 memory=236512 CPUtime=6.22 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 58822 0 0 0 613 9 0 0 20 0 1 0 30469340 294019072 59128 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 71782 59128 3591 3540 0 60039 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 287128 KiB
Current children cumulated memory: 236512 KiB

[startup+12.7002 s]
/proc/loadavg: 0.76 0.23 0.23 5/260 306360
/proc/meminfo: memFree=127725752/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=668668 memory=482280 CPUtime=12.61 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 124015 0 0 0 1242 19 0 0 20 0 1 0 30469340 684716032 120570 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 167167 120570 3623 3540 0 155424 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 668668 KiB
Current children cumulated memory: 482280 KiB

[startup+25.5002 s]
/proc/loadavg: 1.48 0.42 0.29 5/260 306362
/proc/meminfo: memFree=127171996/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=975376 memory=775780 CPUtime=25.38 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 194173 0 0 0 2506 32 0 0 20 0 1 0 30469340 998785024 193945 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 243844 193945 3799 3540 0 232101 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 975376 KiB
Current children cumulated memory: 775780 KiB

[startup+51.106 s]
/proc/loadavg: 2.40 0.72 0.39 5/260 306365
/proc/meminfo: memFree=127133356/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=975376 memory=777816 CPUtime=50.91 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 194750 0 0 0 5058 33 0 0 20 0 1 0 30469340 998785024 194454 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 243844 194454 3799 3540 0 232101 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 975376 KiB
Current children cumulated memory: 777816 KiB

[startup+102.3 s]
/proc/loadavg: 3.36 1.25 0.59 5/260 306376
/proc/meminfo: memFree=126979956/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=984516 memory=785696 CPUtime=101.97 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 196722 0 0 0 10161 36 0 0 20 0 1 0 30469340 1008144384 196424 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 246129 196424 3815 3540 0 234386 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 984516 KiB
Current children cumulated memory: 785696 KiB

[startup+162.3 s]
/proc/loadavg: 3.87 1.78 0.82 5/259 306387
/proc/meminfo: memFree=126870604/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=994452 memory=796976 CPUtime=161.8 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 199514 0 0 0 16143 37 0 0 20 0 1 0 30469340 1018318848 199244 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 248613 199244 3815 3540 0 236870 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 994452 KiB
Current children cumulated memory: 796976 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.22 1.03 5/258 306397
/proc/meminfo: memFree=126731044/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=1006776 memory=809408 CPUtime=221.65 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 201644 0 0 0 22125 40 0 0 20 0 1 0 30469340 1030938624 202352 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 251694 202352 3815 3540 0 239951 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 1006776 KiB
Current children cumulated memory: 809408 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.57 1.23 5/258 306407
/proc/meminfo: memFree=125773352/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=1895576 memory=1669236 CPUtime=281.5 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 336418 0 0 0 28081 69 0 0 20 0 1 0 30469340 1941069824 417309 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 473894 417309 3958 3540 0 462151 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 1895576 KiB
Current children cumulated memory: 1669236 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 2.87 1.42 5/255 306417
/proc/meminfo: memFree=124586164/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=2974044 memory=2732224 CPUtime=341.38 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 596143 0 0 0 34029 109 0 0 20 0 1 0 30469340 3045421056 683056 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 743511 683056 3958 3540 0 731768 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 2974044 KiB
Current children cumulated memory: 2732224 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 3.07 1.58 5/255 306429
/proc/meminfo: memFree=124357564/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=3069684 memory=2819124 CPUtime=401.26 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 614089 0 0 0 40012 114 0 0 20 0 1 0 30469340 3143356416 704781 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 767421 704781 3958 3540 0 755678 0
Current children cumulated CPU time: 401.26 s
Current children cumulated vsize: 3069684 KiB
Current children cumulated memory: 2819124 KiB

[startup+462.3 s]
/proc/loadavg: 4.02 3.26 1.74 4/248 306471
/proc/meminfo: memFree=124415588/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=3221556 memory=2970240 CPUtime=461.13 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 645454 0 0 0 45993 120 0 0 20 0 1 0 30469340 3298873344 742560 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 805389 742560 3958 3540 0 793646 0

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

/proc/loadavg: 3.09 3.10 3.06 4/251 307531
/proc/meminfo: memFree=122735776/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3965856 CPUtime=3154.85 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 867420 0 0 0 315276 209 0 0 20 0 1 0 30469340 4256657408 991464 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 991464 3958 3540 0 1027480 0
Current children cumulated CPU time: 3154.85 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3965856 KiB

[startup+3222.3 s]
/proc/loadavg: 3.11 3.11 3.06 4/251 307541
/proc/meminfo: memFree=122694216/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3214.71 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 868490 0 0 0 321262 209 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3214.71 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3282.3 s]
/proc/loadavg: 3.09 3.11 3.06 4/251 307933
/proc/meminfo: memFree=122691332/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3274.57 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 869758 0 0 0 327248 209 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3274.57 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3342.3 s]
/proc/loadavg: 3.07 3.10 3.06 4/250 307944
/proc/meminfo: memFree=122689444/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3334.43 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 871240 0 0 0 333233 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3334.43 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3402.3 s]
/proc/loadavg: 3.12 3.11 3.07 4/250 307955
/proc/meminfo: memFree=122669016/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3394.29 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 872600 0 0 0 339219 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3394.29 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3462.3 s]
/proc/loadavg: 3.04 3.09 3.06 4/252 308135
/proc/meminfo: memFree=122668040/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3454.14 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 873821 0 0 0 345204 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3454.14 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.10 3.07 4/252 308145
/proc/meminfo: memFree=122667940/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3514 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 875058 0 0 0 351190 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3514 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3582.3 s]
/proc/loadavg: 3.10 3.09 3.07 4/253 308213
/proc/meminfo: memFree=122666320/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3573.85 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 876472 0 0 0 357175 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3573.85 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

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

# cumulated CPU time of all completed processes:  user=3587.25 s, system=2.12287 s

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

[startup+3584 s]*
/proc/loadavg: 3.09 3.09 3.07 4/253 308213
/proc/meminfo: memFree=122666360/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3575.55 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 876498 0 0 0 357345 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3575.55 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3590.4 s]
/proc/loadavg: 3.08 3.09 3.07 4/253 308213
/proc/meminfo: memFree=122666412/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3581.93 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 876638 0 0 0 357983 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3581.93 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3593.6 s]
/proc/loadavg: 3.08 3.09 3.07 4/253 308215
/proc/meminfo: memFree=122666344/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3585.13 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 876792 0 0 0 358303 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3585.13 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3595.2 s]
/proc/loadavg: 3.08 3.09 3.07 4/247 308223
/proc/meminfo: memFree=123908264/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3586.72 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 876813 0 0 0 358462 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3586.72 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3596.8 s]
/proc/loadavg: 3.08 3.09 3.07 2/238 308277
/proc/meminfo: memFree=124530412/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4156892 memory=3970072 CPUtime=3588.32 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 876813 0 0 0 358622 210 0 0 20 0 1 0 30469340 4256657408 992518 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1039223 992518 3958 3540 0 1027480 0
Current children cumulated CPU time: 3588.32 s
Current children cumulated vsize: 4156892 KiB
Current children cumulated memory: 3970072 KiB

[startup+3597.6 s]
/proc/loadavg: 3.08 3.09 3.07 2/238 308277
/proc/meminfo: memFree=124530728/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4151812 memory=3964992 CPUtime=3589.11 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 877241 0 0 0 358701 210 0 0 20 0 1 0 30469340 4251455488 991248 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1037953 991248 3958 3540 0 1026210 0
Current children cumulated CPU time: 3589.11 s
Current children cumulated vsize: 4151812 KiB
Current children cumulated memory: 3964992 KiB

[startup+3597.8 s]
/proc/loadavg: 3.08 3.09 3.07 2/238 308277
/proc/meminfo: memFree=124530728/131524600 swapFree=131056028/131071996
[pid=306356] ppid=306353 vsize=4103236 memory=3916552 CPUtime=3589.32 cores=4,6
/proc/306356/stat : 306356 (pbscip) R 306353 306356 306238 0 -1 4194304 877251 0 0 0 358721 211 0 0 20 0 1 0 30469340 4201713664 979138 134679101440 4194304 18693293 140737317741696 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 59195392 140737317745667 140737317745766 140737317745766 140737317752782 0
/proc/306356/statm: 1025809 979138 3958 3540 0 1014066 0
Current children cumulated CPU time: 3589.32 s
Current children cumulated vsize: 4103236 KiB
Current children cumulated memory: 3916552 KiB

Child status: 0

Real time (s): 3597.84
CPU time (s): 3589.37
CPU user time (s): 3587.25
CPU system time (s): 2.12287
CPU usage (%): 99.7645
Max. virtual memory (cumulated for all children) (KiB): 4156892
Max. memory (cumulated for all children) (KiB): 3970072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.25
system time used= 2.12287
maximum resident set size= 3970072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 877575
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= 38
involuntary context switches= 1916


# summary of solver processes directly reported to runsolver:
#   pid: 306356
#   total CPU time (s): 3589.37
#   total CPU user time (s): 3587.25
#   total CPU system time (s): 2.12287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40107 second user time and 16.3342 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-25 22:31:05
IDJOB=4460016
IDBENCH=160558
IDSOLVER=3059
FILE ID=nodeC015/4460016-1721939465
RUNJOBID= nodeC015-1721939462-306249
SLURM_JOB_ID= 8247237
Free space on /tmp= 890028 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-autocorr_bern60-60.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-4460016-1721939465/watcher-4460016-1721939465 -o /tmp/evaluation-result-4460016-1721939465/solver-4460016-1721939465 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721939462-306249 --watchdog 3760  pbscip -f HOME/instance-4460016-1721939465.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 93ed2607cb9e7eaa6de474e9ba688804
RANDOM SEED=1956819754

nodeC015.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		: 3683.726
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.37
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		: 3687.731
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	: 7005.17
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		: 3647.935
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.37
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.719
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	: 7005.17
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		: 3663.592
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.37
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		: 3687.757
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	: 7005.17
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		: 3656.009
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128089688 kB
MemAvailable:   129245640 kB
Buffers:          343284 kB
Cached:          1477192 kB
SwapCached:          312 kB
Active:          1233416 kB
Inactive:        1275204 kB
Active(anon):       4440 kB
Inactive(anon):   735920 kB
Active(file):    1228976 kB
Inactive(file):   539284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:             76548 kB
Writeback:             0 kB
AnonPages:        687176 kB
Mapped:           128212 kB
Shmem:             52524 kB
KReclaimable:     449100 kB
Slab:             572924 kB
SReclaimable:     449100 kB
SUnreclaim:       123824 kB
KernelStack:        4192 kB
PageTables:        11020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1006264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC015 at 2024-07-25 23:31:03