Trace number 4460040

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-3829 3588.55 3597.12

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-autocorr_bern35-18.opb
MD5SUMf5c432639ff617f018d9bdeeea2281b7
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-3891
Best CPU time to get the best result obtained on this benchmark69915.9
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 5002
Biggest coefficient in the objective function 1560
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 270432
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1560
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 270432
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)4967
Sum of products size (including duplicates)15919
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-4460040-1721939465.opb>
0.00/0.01	c original problem has 5002 variables (35 bin, 0 int, 4967 impl, 0 cont) and 4967 constraints
0.00/0.01	c problem read in 0.01
0.00/0.02	o 0
0.00/0.02	c feasible solution found by trivial heuristic after 0.0 seconds, objective value 0.000000e+00
0.00/0.02	c presolving:
0.40/0.51	c    (0.5s) probing: 1000/5002 (20.0%) - 0 fixings, 0 aggregations, 4657 implications, 0 bound changes
0.50/0.51	c    (0.5s) probing: 1001/5002 (20.0%) - 0 fixings, 0 aggregations, 4667 implications, 0 bound changes
0.50/0.51	c    (0.5s) probing aborted: 1000/1000 successive useless probings
0.50/0.51	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.50/0.52	c    (0.5s) symmetry computation finished: 1 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.01)
0.50/0.53	c dynamic symmetry handling statistics:
0.50/0.53	c    orbitopal reduction:       no components
0.50/0.53	c    orbital reduction:         no components
0.50/0.53	c    lexicographic reduction:    1 permutations with support sizes 4960
0.50/0.53	c handled 1 out of 1 symmetry components
0.50/0.53	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
0.50/0.53	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.50/0.53	c  0 implications, 20586 cliques
0.50/0.53	c presolved problem has 5002 variables (35 bin, 0 int, 4967 impl, 0 cont) and 4967 constraints
0.50/0.53	c    4967 constraints of type <and>
0.50/0.53	c transformed objective value is always integral (scale: 1)
0.50/0.53	c Presolving Time: 0.51
0.50/0.53	c - non default parameters ----------------------------------------------------------------------
0.50/0.53	c # SCIP version 10.0.0
0.50/0.53	c 
0.50/0.53	c # maximal time in seconds to run
0.50/0.53	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.50/0.53	c limits/time = 3596.996981
0.50/0.53	c 
0.50/0.53	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.50/0.53	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.50/0.53	c limits/memory = 27900
0.50/0.53	c 
0.50/0.53	c # belongs reading time to solving time?
0.50/0.53	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.50/0.53	c timing/reading = TRUE
0.50/0.53	c 
0.50/0.53	c -----------------------------------------------------------------------------------------------
0.50/0.53	c start solving
0.50/0.53	c transformed 2/2 original solutions to the transformed problem space
0.50/0.53	c 
0.59/0.62	o -1560
0.59/0.62	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.59/0.62	c p 0.6s|     1 |     0 |    97 |     - | vbounds|   0 |5002 |4968 |9934 |   0 |  0 |   0 |   0 |-1.352160e+05 |-1.560000e+03 |8567.69%| unknown
2.09/2.14	c   2.1s|     1 |     0 |  5645 |     - |    94M |   0 |5002 |4979 |9934 |   0 |  0 |  11 |   0 |-6.760800e+04 |-1.560000e+03 |4233.85%| unknown
3.28/3.34	c   3.3s|     1 |     0 |  7828 |     - |   121M |   0 |5002 |4979 |  11k|2000 |  1 |  11 |   0 |-5.561800e+04 |-1.560000e+03 |3465.26%| unknown
5.77/5.82	c   5.8s|     1 |     0 |  8836 |     - |   177M |   0 |5002 |4979 |  12k|2424 |  2 |  11 |   0 |-5.381267e+04 |-1.560000e+03 |3349.53%| unknown
8.08/8.15	c   8.2s|     1 |     0 |  9682 |     - |   183M |   0 |5002 |4979 |  12k|2745 |  3 |  11 |   0 |-5.178600e+04 |-1.560000e+03 |3219.62%| unknown
10.67/10.76	c  10.8s|     1 |     0 | 10904 |     - |   199M |   0 |5002 |4979 |  13k|3197 |  4 |  11 |   0 |-4.952958e+04 |-1.560000e+03 |3074.97%| unknown
13.46/13.57	c  13.6s|     1 |     0 | 12683 |     - |   205M |   0 |5002 |4979 |  13k|3448 |  5 |  11 |   0 |-4.641378e+04 |-1.560000e+03 |2875.24%| unknown
16.25/16.37	c  16.4s|     1 |     0 | 14510 |     - |   211M |   0 |5002 |4979 |  13k|3802 |  6 |  11 |   0 |-4.286067e+04 |-1.560000e+03 |2647.48%| unknown
19.24/19.36	c  19.4s|     1 |     0 | 16531 |     - |   216M |   0 |5002 |4979 |  14k|4126 |  7 |  11 |   0 |-3.975808e+04 |-1.560000e+03 |2448.60%| unknown
22.04/22.12	c  22.1s|     1 |     0 | 18306 |     - |   217M |   0 |5002 |4979 |  14k|4319 |  8 |  11 |   0 |-3.823567e+04 |-1.560000e+03 |2351.00%| unknown
22.93/23.09	c  23.1s|     1 |     0 | 20164 |     - |   217M |   0 |5002 |4979 |  15k|5604 |  9 |  11 |   0 |-3.524849e+04 |-1.560000e+03 |2159.52%| unknown
27.93/28.08	c  28.1s|     1 |     0 | 26016 |     - |   236M |   0 |5002 |4979 |  15k|5908 | 10 |  11 |   0 |-3.524849e+04 |-1.560000e+03 |2159.52%| unknown
27.93/28.08	c  28.1s|     1 |     0 | 26016 |     - |   236M |   0 |5002 |4979 |  15k|5908 | 10 |  11 |   0 |-2.910778e+04 |-1.560000e+03 |1765.88%| unknown
32.01/32.13	c  32.1s|     1 |     0 | 29993 |     - |   243M |   0 |5002 |4979 |  16k|6230 | 11 |  11 |   0 |-2.910778e+04 |-1.560000e+03 |1765.88%| unknown
32.01/32.15	c  32.1s|     1 |     0 | 30045 |     - |   243M |   0 |5002 |4979 |  16k|6230 | 11 |  11 |   0 |-2.768611e+04 |-1.560000e+03 |1674.75%| unknown
32.81/32.96	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
32.81/32.96	c  33.0s|     1 |     0 | 31514 |     - |   249M |   0 |5002 |4979 |  16k|6965 | 12 |  11 |   0 |-2.768611e+04 |-1.560000e+03 |1674.75%| unknown
32.81/32.98	c  33.0s|     1 |     0 | 31544 |     - |   249M |   0 |5002 |4979 |  16k|6965 | 12 |  11 |   0 |-2.721289e+04 |-1.560000e+03 |1644.42%| unknown
33.11/33.24	c  33.2s|     1 |     0 | 31801 |     - |   255M |   0 |5002 |4979 |  16k|7279 | 13 |  11 |   0 |-2.721289e+04 |-1.560000e+03 |1644.42%| unknown
33.11/33.25	c  33.2s|     1 |     0 | 31801 |     - |   255M |   0 |5002 |4979 |  16k|7279 | 13 |  11 |   0 |-2.714967e+04 |-1.560000e+03 |1640.36%| unknown
33.41/33.54	c  33.5s|     1 |     0 | 32259 |     - |   256M |   0 |5002 |4979 |  16k|7344 | 14 |  11 |   0 |-2.714967e+04 |-1.560000e+03 |1640.36%| unknown
33.41/33.56	c  33.6s|     1 |     0 | 32278 |     - |   256M |   0 |5002 |4979 |  16k|7344 | 14 |  11 |   0 |-2.704133e+04 |-1.560000e+03 |1633.42%| unknown
33.81/34.00	c  34.0s|     1 |     0 | 33042 |     - |   258M |   0 |5002 |4979 |  15k|7419 | 15 |  11 |   0 |-2.704133e+04 |-1.560000e+03 |1633.42%| unknown
33.91/34.01	c  34.0s|     1 |     0 | 33047 |     - |   258M |   0 |5002 |4979 |  15k|7419 | 15 |  11 |   0 |-2.693500e+04 |-1.560000e+03 |1626.60%| unknown
34.11/34.24	c  34.2s|     1 |     0 | 33312 |     - |   260M |   0 |5002 |4979 |  15k|7676 | 16 |  11 |   0 |-2.693500e+04 |-1.560000e+03 |1626.60%| unknown
34.11/34.25	c  34.2s|     1 |     0 | 33319 |     - |   260M |   0 |5002 |4979 |  15k|7676 | 16 |  11 |   0 |-2.690833e+04 |-1.560000e+03 |1624.89%| unknown
34.31/34.48	c  34.5s|     1 |     0 | 33780 |     - |   263M |   0 |5002 |4979 |  14k|7756 | 17 |  11 |   0 |-2.690833e+04 |-1.560000e+03 |1624.89%| unknown
34.31/34.48	c  34.5s|     1 |     0 | 33781 |     - |   263M |   0 |5002 |4979 |  14k|7756 | 17 |  11 |   0 |-2.685545e+04 |-1.560000e+03 |1621.50%| unknown
34.61/34.72	c  34.7s|     1 |     0 | 34181 |     - |   264M |   0 |5002 |4979 |  14k|7813 | 18 |  11 |   0 |-2.685545e+04 |-1.560000e+03 |1621.50%| unknown
34.61/34.72	c  34.7s|     1 |     0 | 34181 |     - |   264M |   0 |5002 |4979 |  14k|7813 | 18 |  11 |   0 |-2.682833e+04 |-1.560000e+03 |1619.76%| unknown
34.91/35.09	c  35.1s|     1 |     0 | 35133 |     - |   265M |   0 |5002 |4979 |  14k|7843 | 19 |  11 |   0 |-2.682833e+04 |-1.560000e+03 |1619.76%| unknown
35.01/35.10	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
35.01/35.10	c  35.1s|     1 |     0 | 35142 |     - |   265M |   0 |5002 |4979 |  14k|7843 | 19 |  11 |   0 |-2.676136e+04 |-1.560000e+03 |1615.47%| unknown
35.30/35.42	c  35.4s|     1 |     0 | 35701 |     - |   267M |   0 |5002 |4979 |  14k|7967 | 20 |  11 |   0 |-2.676136e+04 |-1.560000e+03 |1615.47%| unknown
35.30/35.43	c  35.4s|     1 |     0 | 35718 |     - |   267M |   0 |5002 |4979 |  14k|7967 | 20 |  11 |   0 |-2.669364e+04 |-1.560000e+03 |1611.13%| unknown
35.60/35.76	c  35.8s|     1 |     0 | 36333 |     - |   268M |   0 |5002 |4979 |  14k|8007 | 21 |  11 |   0 |-2.669364e+04 |-1.560000e+03 |1611.13%| unknown
35.60/35.77	c  35.8s|     1 |     0 | 36333 |     - |   268M |   0 |5002 |4979 |  14k|8007 | 21 |  11 |   0 |-2.662527e+04 |-1.560000e+03 |1606.75%| unknown
35.90/36.02	c  36.0s|     1 |     0 | 36684 |     - |   270M |   0 |5002 |4979 |  14k|8182 | 22 |  11 |   0 |-2.662527e+04 |-1.560000e+03 |1606.75%| unknown
35.90/36.03	c  36.0s|     1 |     0 | 36694 |     - |   270M |   0 |5002 |4979 |  14k|8182 | 22 |  11 |   0 |-2.659220e+04 |-1.560000e+03 |1604.63%| unknown
36.10/36.20	c  36.2s|     1 |     0 | 36853 |     - |   270M |   0 |5002 |4979 |  14k|8250 | 23 |  11 |   0 |-2.659220e+04 |-1.560000e+03 |1604.63%| unknown
36.10/36.20	c  36.2s|     1 |     0 | 36853 |     - |   270M |   0 |5002 |4979 |  14k|8250 | 23 |  11 |   0 |-2.658000e+04 |-1.560000e+03 |1603.85%| unknown
36.30/36.46	c  36.5s|     1 |     0 | 37284 |     - |   270M |   0 |5002 |4979 |  14k|8337 | 24 |  11 |   0 |-2.658000e+04 |-1.560000e+03 |1603.85%| unknown
36.30/36.47	c  36.5s|     1 |     0 | 37299 |     - |   270M |   0 |5002 |4979 |  14k|8337 | 24 |  11 |   0 |-2.653750e+04 |-1.560000e+03 |1601.12%| unknown
36.50/36.63	c  36.6s|     1 |     0 | 37396 |     - |   270M |   0 |5002 |4979 |  14k|8409 | 25 |  11 |   0 |-2.653750e+04 |-1.560000e+03 |1601.12%| unknown
36.50/36.63	c  36.6s|     1 |     0 | 37396 |     - |   270M |   0 |5002 |4979 |  14k|8409 | 25 |  11 |   0 |-2.653040e+04 |-1.560000e+03 |1600.67%| unknown
36.70/36.88	c  36.9s|     1 |     0 | 37772 |     - |   270M |   0 |5002 |4979 |  14k|8440 | 26 |  11 |   0 |-2.653040e+04 |-1.560000e+03 |1600.67%| unknown
36.70/36.89	c  36.9s|     1 |     0 | 37774 |     - |   270M |   0 |5002 |4979 |  14k|8440 | 26 |  11 |   0 |-2.650594e+04 |-1.560000e+03 |1599.10%| unknown
37.00/37.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
37.00/37.13	c  37.1s|     1 |     0 | 38140 |     - |   270M |   0 |5002 |4979 |  14k|8478 | 27 |  11 |   0 |-2.650594e+04 |-1.560000e+03 |1599.10%| unknown
37.00/37.15	c  37.1s|     1 |     0 | 38161 |     - |   270M |   0 |5002 |4979 |  14k|8478 | 27 |  11 |   0 |-2.648720e+04 |-1.560000e+03 |1597.90%| unknown
37.19/37.30	c  37.3s|     1 |     0 | 38289 |     - |   270M |   0 |5002 |4979 |  14k|8506 | 28 |  11 |   0 |-2.648720e+04 |-1.560000e+03 |1597.90%| unknown
37.19/37.31	c  37.3s|     1 |     0 | 38289 |     - |   270M |   0 |5002 |4979 |  14k|8506 | 28 |  11 |   0 |-2.648072e+04 |-1.560000e+03 |1597.48%| unknown
37.29/37.48	c  37.5s|     1 |     0 | 38447 |     - |   270M |   0 |5002 |4979 |  14k|8697 | 29 |  11 |   0 |-2.648072e+04 |-1.560000e+03 |1597.48%| unknown
37.29/37.49	c  37.5s|     1 |     0 | 38461 |     - |   270M |   0 |5002 |4979 |  14k|8697 | 29 |  11 |   0 |-2.647600e+04 |-1.560000e+03 |1597.18%| unknown
37.49/37.62	c  37.6s|     1 |     0 | 38495 |     - |   270M |   0 |5002 |4979 |  14k|8755 | 30 |  11 |   0 |-2.647600e+04 |-1.560000e+03 |1597.18%| unknown
37.49/37.62	c  37.6s|     1 |     0 | 38495 |     - |   270M |   0 |5002 |4979 |  14k|8755 | 30 |  11 |   0 |-2.647360e+04 |-1.560000e+03 |1597.03%| unknown
37.59/37.72	c  37.7s|     1 |     0 | 38508 |     - |   270M |   0 |5002 |4979 |  14k|8846 | 31 |  11 |   0 |-2.647360e+04 |-1.560000e+03 |1597.03%| unknown
37.59/37.72	c  37.7s|     1 |     0 | 38508 |     - |   270M |   0 |5002 |4979 |  14k|8846 | 31 |  11 |   0 |-2.647280e+04 |-1.560000e+03 |1596.97%| unknown
37.79/37.95	c  38.0s|     1 |     0 | 38991 |     - |   270M |   0 |5002 |4979 |  14k|8854 | 32 |  11 |   0 |-2.647280e+04 |-1.560000e+03 |1596.97%| unknown
37.79/37.98	c  38.0s|     1 |     0 | 39010 |     - |   270M |   0 |5002 |4979 |  14k|8854 | 32 |  11 |   0 |-2.644941e+04 |-1.560000e+03 |1595.48%| unknown
38.00/38.11	c  38.1s|     1 |     0 | 39149 |     - |   270M |   0 |5002 |4979 |  14k|8936 | 33 |  11 |   0 |-2.644941e+04 |-1.560000e+03 |1595.48%| unknown
38.00/38.12	c  38.1s|     1 |     0 | 39149 |     - |   270M |   0 |5002 |4979 |  14k|8936 | 33 |  11 |   0 |-2.644557e+04 |-1.560000e+03 |1595.23%| unknown
38.09/38.25	c  38.2s|     1 |     0 | 39199 |     - |   270M |   0 |5002 |4979 |  14k|8957 | 34 |  11 |   0 |-2.644557e+04 |-1.560000e+03 |1595.23%| unknown
38.09/38.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
38.09/38.25	c  38.2s|     1 |     0 | 39199 |     - |   270M |   0 |5002 |4979 |  14k|8957 | 34 |  11 |   0 |-2.644500e+04 |-1.560000e+03 |1595.19%| unknown
38.20/38.34	c  38.3s|     1 |     0 | 39200 |     - |   270M |   0 |5002 |4979 |  14k|8963 | 35 |  11 |   0 |-2.644500e+04 |-1.560000e+03 |1595.19%| unknown
39.70/39.86	o -3645
39.70/39.87	c d39.9s|     1 |     0 | 44310 |     - |farkasdi|   0 |5002 |4979 |  14k|   0 | 36 |  11 |   0 |-2.644500e+04 |-3.645000e+03 | 625.51%| unknown
42.79/42.99	c  43.0s|     1 |     0 | 57394 |     - |   270M |   0 |5002 |4979 |  14k|8963 | 36 |  11 |   0 |-2.644500e+04 |-3.645000e+03 | 625.51%| unknown
42.89/43.05	c  43.0s|     1 |     0 | 57397 |     - |   270M |   0 |5002 |4979 |  14k|8972 | 37 |  11 |   0 |-2.644500e+04 |-3.645000e+03 | 625.51%| unknown
53.15/53.36	c  53.4s|     1 |     2 | 57397 |     - |   271M |   0 |5002 |4979 |  14k|8972 | 38 |  11 |  29 |-2.644500e+04 |-3.645000e+03 | 625.51%| unknown
176.35/176.87	o -3775
176.35/176.87	c d 177s|    52 |    53 |347961 |6056.0 |guideddi|   9 |5002 |4981 |  14k|   0 |  3 |  13 | 133 |-1.498907e+04 |-3.775000e+03 | 297.06%| unknown
189.02/189.59	o -3829
189.02/189.59	c d 190s|    59 |    60 |364471 |5609.7 |farkasdi|  11 |5002 |4981 |  15k|   0 |  3 |  13 | 133 |-1.498907e+04 |-3.829000e+03 | 291.46%| unknown
221.93/222.50	c   223s|   100 |   101 |420542 |3852.9 |   401M |  11 |5002 |4981 |  15k|  30k|  2 |  13 | 133 |-1.498907e+04 |-3.829000e+03 | 291.46%| unknown
418.73/419.87	c   420s|   200 |   201 |657442 |3107.2 |   495M |  11 |5002 |4981 |  15k|  42k|  1 |  13 | 133 |-1.447550e+04 |-3.829000e+03 | 278.05%| unknown
717.91/719.81	c   720s|   300 |   301 |968115 |3107.1 |   643M |  11 |5002 |4983 |  15k|  54k| 13 |  15 | 134 |-1.370350e+04 |-3.829000e+03 | 257.89%| unknown
1032.78/1035.45	c  1035s|   400 |   401 |  1295k|3148.6 |   769M |  11 |5002 |4983 |  16k|  64k| 14 |  15 | 138 |-1.310050e+04 |-3.829000e+03 | 242.14%| unknown
1493.30/1497.09	c  1497s|   500 |   501 |  1680k|3290.3 |  1329M |  13 |5002 |4985 |  15k|  79k|  2 |  17 | 153 |-1.307250e+04 |-3.829000e+03 | 241.41%| unknown
2052.49/2057.59	c  2058s|   600 |   601 |  2131k|3493.3 |  1725M |  13 |5002 |4987 |  16k|  94k|  2 |  19 | 170 |-1.307250e+04 |-3.829000e+03 | 241.41%| unknown
2627.96/2634.30	c  2634s|   700 |   701 |  2607k|3674.8 |  1895M |  13 |5002 |4987 |  15k| 107k|  6 |  19 | 185 |-1.148125e+04 |-3.829000e+03 | 199.85%| unknown
3125.61/3133.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3125.61/3133.19	c  3133s|   800 |   801 |  2990k|3694.1 |  2231M |  14 |5002 |4987 |  15k| 120k|  4 |  19 | 202 |-1.141775e+04 |-3.829000e+03 | 198.19%| unknown
3588.33/3597.00	c 
3588.33/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3588.33/3597.00	c Solving Time (sec) : 3597.00
3588.33/3597.00	c Solving Nodes      : 864
3588.33/3597.00	c Primal Bound       : -3.82900000000000e+03 (6 solutions)
3588.33/3597.00	c Dual Bound         : -1.10430000000000e+04
3588.33/3597.00	c Gap                : 188.40 %
3588.43/3597.00	s SATISFIABLE
3588.43/3597.00	v x35 -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 x9 -x8 -x7 x6 
3588.43/3597.00	v -x5 x4 -x3 x2 -x1 
3588.43/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3588.43/3597.00	c Total Time         :    3597.00
3588.43/3597.00	c   solving          :    3597.00
3588.43/3597.00	c   presolving       :       0.51 (included in solving)
3588.43/3597.00	c   reading          :       0.01 (included in solving)
3588.43/3597.00	c   copying          :       0.02 (2 #copies) (minimal 0.01, maximal 0.01, average 0.01)
3588.43/3597.00	c Original Problem   :
3588.43/3597.00	c   Problem name     : HOME/instance-4460040-1721939465.opb
3588.43/3597.00	c   Variables        : 5002 (35 binary, 0 integer, 4967 implicit integer, 0 continuous)
3588.43/3597.00	c   Constraints      : 4967 initial, 4967 maximal
3588.43/3597.00	c   Objective        : minimize, 5002 non-zeros (abs.min = 4, abs.max = 1560)
3588.43/3597.00	c Presolved Problem  :
3588.43/3597.00	c   Problem name     : t_HOME/instance-4460040-1721939465.opb
3588.43/3597.00	c   Variables        : 5002 (35 binary, 0 integer, 4967 implicit integer, 0 continuous)
3588.43/3597.01	c   Constraints      : 4967 initial, 4987 maximal
3588.43/3597.01	c   Objective        : minimize, 5002 non-zeros (abs.min = 4, abs.max = 1560)
3588.43/3597.01	c   Nonzeros         : 20886 constraint, 41176 clique table
3588.43/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3588.43/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   implics          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   trivial          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   dualfix          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   probing          :       0.47       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   symmetry         :       0.02       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   setppc           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   and              :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   components       :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3588.43/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3588.43/3597.01	c   benderslp        :          0          0          0          0        863          0          0       1076          0          0          0          0          0          0          0
3588.43/3597.01	c   integral         :          0          0          0          0        863          0          0       1076          0          0          0          0          0          0       1726
3588.43/3597.01	c   setppc           :          0+         2          0      13158          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   and              :       4967       4967       4186      41959          0          0          0       1073         87         10     224153      86710      14350          0          0
3588.43/3597.01	c   logicor          :          0+        18         35       1353          0          0          0          0          2          0          0          3          0          0          0
3588.43/3597.01	c   benders          :          0          0          0          0          0          0          0         10          0          0          0          0          0          0          0
3588.43/3597.01	c   fixedvar         :          0          0          0          0          0          0          0         10          0          0          0          0          0          0          0
3588.43/3597.01	c   countsols        :          0          0          0          0          0          0          0         10          0          0          0          0          0          0          0
3588.43/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3588.43/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   integral         :      61.98       0.00       0.00       0.00      61.98       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   and              :       6.65       0.00       4.27       2.16       0.00       0.00       0.00       0.06       0.00       0.16
3588.43/3597.01	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3588.43/3597.01	c   dualfix          :          3          0          0          0
3588.43/3597.01	c   genvbounds       :          0          0          0          0
3588.43/3597.01	c   nlobbt           :          0          0          0          0
3588.43/3597.01	c   obbt             :          0          0          0          0
3588.43/3597.01	c   probing          :          0          0          0          0
3588.43/3597.01	c   pseudoobj        :       2671          0          0          0
3588.43/3597.01	c   redcost          :       6125          0          0          0
3588.43/3597.01	c   rootredcost      :          3          0          0          0
3588.43/3597.01	c   symmetry         :      33832          0          0         45
3588.43/3597.01	c   vbounds          :      19143          0          0          0
3588.43/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3588.43/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3588.43/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   probing          :       0.47       0.00       0.47       0.00       0.00       0.00
3588.43/3597.01	c   pseudoobj        :       0.03       0.00       0.00       0.03       0.00       0.00
3588.43/3597.01	c   redcost          :       0.44       0.00       0.00       0.44       0.00       0.00
3588.43/3597.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3588.43/3597.01	c   symmetry         :       0.12       0.00       0.02       0.10       0.00       0.00
3588.43/3597.01	c   vbounds          :       0.07       0.00       0.00       0.07       0.00       0.00
3588.43/3597.01	c Symmetry           :
3588.43/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3588.43/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3588.43/3597.01	c   lexicographic red:         71 reductions applied,          0 cutoffs
3588.43/3597.01	c   shadow tree time :       0.01 s
3588.43/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3588.43/3597.01	c   propagation      :       0.00         10         10          -         44       33.7          0        0.0          -          -          -
3588.43/3597.01	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3588.43/3597.01	c   bound exceed. LP :       0.02          3          0          -          0        0.0          0        0.0          0        0.0         30
3588.43/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3588.43/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3588.43/3597.01	c   applied globally :       0.00          -          -          0         19       18.2          -          -          0          -          -
3588.43/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3588.43/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3588.43/3597.01	c   cut pool         :       1.52          -       4609         71          -          -      52006     419229          -          -          -          -          -    (maximal pool size:      27087)
3588.43/3597.01	c   aggregation      :     110.04       0.00       2219         35          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.43/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.43/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.43/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   clique           :       0.01       0.00         35         35          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   gomory           :    2210.82       0.00        915         10          0          0       5552      21757          0       1351       1351          0          0
3588.43/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -       8626          0        346        346          0          -
3588.43/3597.01	c   > strongcg       :          -          -          -          -          -          -          -      13131          0       1005       1005          0          -
3588.43/3597.01	c   impliedbounds    :       1.09       0.00       2220         35          0          0      18418      90442          0      31778      31778          0          0
3588.43/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   mcf              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   mixing           :       0.00       0.00       2220         35          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   multilinear      :       0.56       0.00        337         36          0          0     183090     109934     161372      46223      28838      17385          0
3588.43/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   rapidlearning    :       0.03       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.43/3597.01	c   rlt              :     151.73       0.00        191         10          0          0       2545      76581          0      16621      16621          0          0
3588.43/3597.01	c   zerohalf         :      13.39       0.00        924         20          0          0       3773     120515          0      21142      21142          0          0
3588.43/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3588.43/3597.01	c   hybrid           :       0.79       0.00       4397         36     131465          0     535849       8972          0      37859
3588.43/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3588.43/3597.01	c   problem variables:       0.81          -      10168      20869
3588.43/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3588.43/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c   relpscost        :      61.97       0.00        863          0          0          0          0          0          0       1726
3588.43/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3588.43/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3588.43/3597.01	c   LP solutions     :       0.00          -          -          0          0
3588.43/3597.01	c   relax solutions  :       0.00          -          -          0          0
3588.43/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3588.43/3597.01	c   strong branching :       0.00          -          -          0          0
3588.43/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3588.43/3597.01	c   adaptivediving   :       5.05       0.00         17          0          0
3588.43/3597.01	c   alns             :       0.04       0.00          1          0          0
3588.43/3597.01	c   bound            :       0.00       0.00          0          0          0
3588.43/3597.01	c   clique           :       0.04       0.00          1          0          0
3588.43/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3588.43/3597.01	c   completesol      :       0.00       0.00          0          0          0
3588.43/3597.01	c   conflictdiving   :       8.64       0.00         86          0          0
3588.43/3597.01	c   crossover        :       0.00       0.00          0          0          0
3588.43/3597.01	c   dins             :       0.00       0.00          0          0          0
3588.43/3597.01	c   distributiondivin:       2.89       0.00          6          0          0
3588.43/3597.01	c   dps              :       0.00       0.00          0          0          0
3588.43/3597.01	c   dualval          :       0.00       0.00          0          0          0
3588.43/3597.01	c   farkasdiving     :      56.50       0.00         71          2          2
3588.43/3597.01	c   feasjump         :       0.00       0.00          0          0          0
3588.43/3597.01	c   feaspump         :       3.00       0.00          1          0          0
3588.43/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3588.43/3597.01	c   fracdiving       :       2.28       0.00          7          0          0
3588.43/3597.01	c   gins             :       0.00       0.00          0          0          0
3588.43/3597.01	c   guideddiving     :      12.43       0.00         57          1          1
3588.43/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3588.43/3597.01	c   indicator        :       0.00       0.00          0          0          0
3588.43/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3588.43/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3588.43/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3588.43/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3588.43/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3588.43/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3588.43/3597.01	c   linesearchdiving :       4.18       0.00         36          0          0
3588.43/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3588.43/3597.01	c   locks            :       0.02       0.00          1          0          0
3588.43/3597.01	c   lpface           :       0.00       0.00          0          0          0
3588.43/3597.01	c   mpec             :       0.00       0.00          0          0          0
3588.43/3597.01	c   multistart       :       0.00       0.00          0          0          0
3588.43/3597.01	c   mutation         :       0.00       0.00          0          0          0
3588.43/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3588.43/3597.01	c   objpscostdiving  :       4.56       0.00          2          0          0
3588.43/3597.01	c   octane           :       0.00       0.00          0          0          0
3588.43/3597.01	c   ofins            :       0.00       0.00          0          0          0
3588.43/3597.01	c   oneopt           :       0.01       0.00          4          0          0
3588.43/3597.01	c   padm             :       0.00       0.00          0          0          0
3588.43/3597.01	c   proximity        :       0.00       0.00          0          0          0
3588.43/3597.01	c   pscostdiving     :       3.30       0.00          8          0          0
3588.43/3597.01	c   randrounding     :       0.26       0.00         38          0          0
3588.43/3597.01	c   rens             :       0.00       0.00          0          0          0
3588.43/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3588.43/3597.01	c   repair           :       0.00       0.00          0          0          0
3588.43/3597.01	c   rins             :       0.00       0.00          0          0          0
3588.43/3597.01	c   rootsoldiving    :       9.46       0.00         11          0          0
3588.43/3597.01	c   rounding         :       0.38       0.00        930          0          0
3588.43/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3588.43/3597.01	c   shiftandpropagate:       0.00       0.00          0          0          0
3588.43/3597.01	c   shifting         :       1.14       0.00        670          0          0
3588.43/3597.01	c   simplerounding   :       0.86       0.00      10168          0          0
3588.43/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3588.43/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3588.43/3597.01	c   trivial          :       0.00       0.00          2          2          1
3588.43/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3588.43/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3588.43/3597.01	c   trysol           :       0.00       0.00          0          0          0
3588.43/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3588.43/3597.01	c   undercover       :       0.16       0.00          1          0          0
3588.43/3597.01	c   vbounds          :       0.12       0.00          1          1          1
3588.43/3597.01	c   veclendiving     :       5.40       0.00         10          0          0
3588.43/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3588.43/3597.01	c   zirounding       :       1.18       0.00        863          0          0
3588.43/3597.01	c   other solutions  :          -          -          -          0          -
3588.43/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3588.43/3597.01	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.43/3597.01	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3588.43/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3588.43/3597.01	c   primal LP        :     162.43       5480     563477     132.24    3469.08       3.80       1219
3588.43/3597.01	c   dual LP          :     730.30       5776    2326142     442.23    3185.18       1.94        516
3588.43/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3588.43/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3588.43/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3588.43/3597.01	c   diving/probing LP:     106.09       2635     424868     161.24    4004.83
3588.43/3597.01	c   strong branching :      60.56        213     182576     857.16    3014.59          -          -        278
3588.43/3597.01	c     (at root node) :          -         29      27201     937.97          -
3588.43/3597.01	c   conflict analysis:       0.00          3         30      10.00          -
3588.43/3597.01	c B&B Tree           :
3588.43/3597.01	c   number of runs   :          1
3588.43/3597.01	c   nodes            :        864 (863 internal, 1 leaves)
3588.43/3597.01	c   feasible leaves  :          0
3588.43/3597.01	c   infeas. leaves   :          0
3588.43/3597.01	c   objective leaves :          0
3588.43/3597.01	c   nodes (total)    :        864 (863 internal, 1 leaves)
3588.43/3597.01	c   nodes left       :        864
3588.43/3597.01	c   max depth        :         14
3588.43/3597.01	c   max depth (total):         14
3588.43/3597.01	c   backtracks       :        348 (40.3%)
3588.43/3597.01	c   early backtracks :          0 (0.0%)
3588.43/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3588.43/3597.01	c   delayed cutoffs  :          0
3588.43/3597.01	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3588.43/3597.01	c   avg switch length:       6.24
3588.43/3597.01	c   switching time   :       2.19
3588.43/3597.01	c Root Node          :
3588.43/3597.01	c   First LP value   : -6.76080000000000e+04
3588.43/3597.01	c   First LP Iters   :       5548 (3929.61 Iter/sec)
3588.43/3597.01	c   First LP Time    :       1.41
3588.43/3597.01	c   Final Dual Bound : -2.64449995324961e+04
3588.43/3597.01	c   Final Root Iters :      39106
3588.43/3597.01	c   Root LP Estimate : -1.28253256886496e+04
3588.43/3597.01	c Solution           :
3588.43/3597.01	c   Solutions found  :          6 (5 improvements)
3588.43/3597.01	c   First Solution   : +0.00000000000000e+00   (in run 1, after 0 nodes, 0.02 seconds, depth 0, found by <trivial>)
3588.43/3597.01	c   Gap First Sol.   :   infinite
3588.43/3597.01	c   Gap Last Sol.    :     291.46 %
3588.43/3597.01	c   Primal Bound     : -3.82900000000000e+03   (in run 1, after 59 nodes, 189.59 seconds, depth 35, found by <farkasdiving>)
3588.43/3597.01	c   Dual Bound       : -1.10430000000000e+04
3588.43/3597.01	c   Gap              :     188.40 %
3588.43/3597.01	c Integrals          :      Total       Avg%
3588.43/3597.01	c   primal-dual      :  252848.25      70.29
3588.43/3597.01	c   primal-ref       :          -          - (not evaluated)
3588.43/3597.01	c   dual-ref         :          -          - (not evaluated)
3588.53/3597.11	c Time complete: 3588.55.

Verifier Data

OK	-3829

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100087 s]*
/proc/loadavg: 0.08 0.10 0.17 5/257 253944
/proc/meminfo: memFree=122264784/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=79804 memory=39972 CPUtime=0.09 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 6738 0 0 0 9 0 0 0 20 0 1 0 30474455 81719296 9993 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 19951 9993 3650 3540 0 8208 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 79804 KiB
Current children cumulated memory: 39972 KiB

[startup+0.205533 s]*
/proc/loadavg: 0.08 0.10 0.17 5/257 253944
/proc/meminfo: memFree=122262392/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=80192 memory=40500 CPUtime=0.2 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 6811 0 0 0 20 0 0 0 20 0 1 0 30474455 82116608 10125 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 20048 10125 3650 3540 0 8305 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 80192 KiB
Current children cumulated memory: 40500 KiB

[startup+0.305457 s]*
/proc/loadavg: 0.08 0.10 0.17 5/257 253944
/proc/meminfo: memFree=122261720/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=80892 memory=41028 CPUtime=0.3 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 6976 0 0 0 30 0 0 0 20 0 1 0 30474455 82833408 10257 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 20223 10257 3650 3540 0 8480 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 80892 KiB
Current children cumulated memory: 41028 KiB

[startup+0.700245 s]
/proc/loadavg: 0.08 0.10 0.17 5/257 253944
/proc/meminfo: memFree=122256864/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=154020 memory=97476 CPUtime=0.69 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 21129 0 0 0 67 2 0 0 20 0 1 0 30474455 157716480 24369 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 38505 24369 3858 3540 0 26762 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 154020 KiB
Current children cumulated memory: 97476 KiB

[startup+1.50022 s]
/proc/loadavg: 0.08 0.10 0.17 5/257 253944
/proc/meminfo: memFree=122191284/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=156296 memory=99040 CPUtime=1.49 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 21536 0 0 0 147 2 0 0 20 0 1 0 30474455 160047104 24760 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 39074 24760 3858 3540 0 27331 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 156296 KiB
Current children cumulated memory: 99040 KiB

[startup+3.10535 s]
/proc/loadavg: 0.39 0.16 0.19 6/256 253946
/proc/meminfo: memFree=122125248/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=198876 memory=143316 CPUtime=3.08 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 33751 0 0 0 304 4 0 0 20 0 1 0 30474455 203649024 35829 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 49719 35829 3985 3540 0 37976 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 198876 KiB
Current children cumulated memory: 143316 KiB

[startup+6.30021 s]
/proc/loadavg: 0.39 0.16 0.19 5/257 253947
/proc/meminfo: memFree=122036292/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=247020 memory=187688 CPUtime=6.27 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 44885 0 0 0 621 6 0 0 20 0 1 0 30474455 252948480 46922 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 61755 46922 3985 3540 0 50012 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 247020 KiB
Current children cumulated memory: 187688 KiB

[startup+12.7002 s]
/proc/loadavg: 1.03 0.31 0.23 5/257 253948
/proc/meminfo: memFree=122006892/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=266448 memory=205376 CPUtime=12.66 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 49320 0 0 0 1258 8 0 0 20 0 1 0 30474455 272842752 51344 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 66612 51344 3985 3540 0 54869 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 266448 KiB
Current children cumulated memory: 205376 KiB

[startup+25.5002 s]
/proc/loadavg: 1.48 0.43 0.28 5/258 253951
/proc/meminfo: memFree=121934448/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=302104 memory=232972 CPUtime=25.43 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 56275 0 0 0 2533 10 0 0 20 0 1 0 30474455 309354496 58243 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 75526 58243 3985 3540 0 63783 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 302104 KiB
Current children cumulated memory: 232972 KiB

[startup+51.1055 s]
/proc/loadavg: 2.12 0.67 0.36 4/251 253986
/proc/meminfo: memFree=121927756/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=356468 memory=268628 CPUtime=50.97 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 65207 0 0 0 5083 14 0 0 20 0 1 0 30474455 365023232 67157 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 89117 67157 4001 3540 0 77374 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 356468 KiB
Current children cumulated memory: 268628 KiB

[startup+102.3 s]
/proc/loadavg: 2.77 1.09 0.52 4/251 253996
/proc/meminfo: memFree=121875956/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=356468 memory=268876 CPUtime=102.03 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 65217 0 0 0 10184 19 0 0 20 0 1 0 30474455 365023232 67219 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 89117 67219 4001 3540 0 77374 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 356468 KiB
Current children cumulated memory: 268876 KiB

[startup+162.3 s]
/proc/loadavg: 2.96 1.46 0.69 4/250 254007
/proc/meminfo: memFree=121728316/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=455388 memory=364940 CPUtime=161.89 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 68869 0 0 0 16162 27 0 0 20 0 1 0 30474455 466317312 91235 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 113847 91235 4001 3540 0 102104 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 455388 KiB
Current children cumulated memory: 364940 KiB

[startup+222.3 s]
/proc/loadavg: 3.09 1.77 0.85 4/250 254017
/proc/meminfo: memFree=121666016/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=466880 memory=365656 CPUtime=221.73 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 69055 0 0 0 22144 29 0 0 20 0 1 0 30474455 478085120 91414 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 116720 91414 4001 3540 0 104977 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 466880 KiB
Current children cumulated memory: 365656 KiB

[startup+282.3 s]
/proc/loadavg: 3.13 2.03 0.99 4/247 254027
/proc/meminfo: memFree=121594156/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=500768 memory=366172 CPUtime=281.59 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 69215 0 0 0 28128 31 0 0 20 0 1 0 30474455 512786432 91543 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 125192 91543 4001 3540 0 113449 0
Current children cumulated CPU time: 281.59 s
Current children cumulated vsize: 500768 KiB
Current children cumulated memory: 366172 KiB

[startup+342.3 s]
/proc/loadavg: 3.10 2.22 1.13 4/244 254037
/proc/meminfo: memFree=121517348/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=522396 memory=370120 CPUtime=341.44 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 70199 0 0 0 34113 31 0 0 20 0 1 0 30474455 534933504 92530 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 130599 92530 4001 3540 0 118856 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 522396 KiB
Current children cumulated memory: 370120 KiB

[startup+402.3 s]
/proc/loadavg: 3.11 2.38 1.25 4/245 254049
/proc/meminfo: memFree=121503188/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=547264 memory=372488 CPUtime=401.28 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 70824 0 0 0 40096 32 0 0 20 0 1 0 30474455 560398336 93122 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 136816 93122 4001 3540 0 125073 0
Current children cumulated CPU time: 401.28 s
Current children cumulated vsize: 547264 KiB
Current children cumulated memory: 372488 KiB

[startup+462.3 s]
/proc/loadavg: 3.10 2.51 1.37 4/245 254059
/proc/meminfo: memFree=121497316/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=579620 memory=375856 CPUtime=461.1 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 71660 0 0 0 46078 32 0 0 20 0 1 0 30474455 593530880 93964 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 144905 93964 4001 3540 0 133162 0

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

/proc/loadavg: 3.13 3.17 3.09 4/246 255136
/proc/meminfo: memFree=119234576/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2271344 memory=1874920 CPUtime=3214.59 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 113280 0 0 0 321398 61 0 0 20 0 1 0 30474455 2325856256 468730 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 567836 468730 4001 3540 0 556093 0
Current children cumulated CPU time: 3214.59 s
Current children cumulated vsize: 2271344 KiB
Current children cumulated memory: 1874920 KiB

[startup+3282.3 s]
/proc/loadavg: 3.09 3.15 3.09 4/246 255529
/proc/meminfo: memFree=119206628/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2283336 memory=1875860 CPUtime=3274.46 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 113830 0 0 0 327384 62 0 0 20 0 1 0 30474455 2338136064 468965 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 570834 468965 4001 3540 0 559091 0
Current children cumulated CPU time: 3274.46 s
Current children cumulated vsize: 2283336 KiB
Current children cumulated memory: 1875860 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.15 3.09 4/246 255539
/proc/meminfo: memFree=119187688/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2296984 memory=1877596 CPUtime=3334.31 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 114540 0 0 0 333369 62 0 0 20 0 1 0 30474455 2352111616 469399 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 574246 469399 4001 3540 0 562503 0
Current children cumulated CPU time: 3334.31 s
Current children cumulated vsize: 2296984 KiB
Current children cumulated memory: 1877596 KiB

[startup+3402.3 s]
/proc/loadavg: 3.10 3.14 3.09 4/246 255550
/proc/meminfo: memFree=119167684/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2305208 memory=1878304 CPUtime=3394.17 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 114977 0 0 0 339355 62 0 0 20 0 1 0 30474455 2360532992 469576 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 576302 469576 4001 3540 0 564559 0
Current children cumulated CPU time: 3394.17 s
Current children cumulated vsize: 2305208 KiB
Current children cumulated memory: 1878304 KiB

[startup+3462.3 s]
/proc/loadavg: 3.11 3.12 3.09 4/249 255731
/proc/meminfo: memFree=119148604/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2313952 memory=1879240 CPUtime=3454.04 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 115538 0 0 0 345341 63 0 0 20 0 1 0 30474455 2369486848 469810 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 578488 469810 4001 3540 0 566745 0
Current children cumulated CPU time: 3454.04 s
Current children cumulated vsize: 2313952 KiB
Current children cumulated memory: 1879240 KiB

[startup+3522.3 s]
/proc/loadavg: 3.10 3.12 3.09 4/249 255741
/proc/meminfo: memFree=119037744/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2436016 memory=1965636 CPUtime=3513.89 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117152 0 0 0 351324 65 0 0 20 0 1 0 30474455 2494480384 491409 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 609004 491409 4001 3540 0 597261 0
Current children cumulated CPU time: 3513.89 s
Current children cumulated vsize: 2436016 KiB
Current children cumulated memory: 1965636 KiB

[startup+3582.3 s]
/proc/loadavg: 3.14 3.12 3.09 4/251 255811
/proc/meminfo: memFree=119028540/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2452772 memory=1967356 CPUtime=3573.75 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117757 0 0 0 357310 65 0 0 20 0 1 0 30474455 2511638528 491839 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613193 491839 4001 3540 0 601450 0
Current children cumulated CPU time: 3573.75 s
Current children cumulated vsize: 2452772 KiB
Current children cumulated memory: 1967356 KiB

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

# cumulated CPU time of all completed processes:  user=3587.86 s, system=0.696296 s

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

[startup+3584 s]*
/proc/loadavg: 3.13 3.12 3.09 4/251 255811
/proc/meminfo: memFree=119028136/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2452772 memory=1967584 CPUtime=3575.45 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117871 0 0 0 357480 65 0 0 20 0 1 0 30474455 2511638528 491896 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613193 491896 4001 3540 0 601450 0
Current children cumulated CPU time: 3575.45 s
Current children cumulated vsize: 2452772 KiB
Current children cumulated memory: 1967584 KiB

[startup+3590.4 s]
/proc/loadavg: 3.20 3.14 3.10 4/251 255811
/proc/meminfo: memFree=119026904/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2454300 memory=1967584 CPUtime=3581.84 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117875 0 0 0 358119 65 0 0 20 0 1 0 30474455 2513203200 491896 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613575 491896 4001 3540 0 601832 0
Current children cumulated CPU time: 3581.84 s
Current children cumulated vsize: 2454300 KiB
Current children cumulated memory: 1967584 KiB

[startup+3593.6 s]
/proc/loadavg: 3.18 3.13 3.10 4/251 255813
/proc/meminfo: memFree=119013516/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2454300 memory=1967584 CPUtime=3585.03 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117886 0 0 0 358437 66 0 0 20 0 1 0 30474455 2513203200 491896 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613575 491896 4001 3540 0 601832 0
Current children cumulated CPU time: 3585.03 s
Current children cumulated vsize: 2454300 KiB
Current children cumulated memory: 1967584 KiB

[startup+3595.2 s]
/proc/loadavg: 3.18 3.13 3.10 3/244 255844
/proc/meminfo: memFree=120309224/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2454300 memory=1967584 CPUtime=3586.63 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117886 0 0 0 358597 66 0 0 20 0 1 0 30474455 2513203200 491896 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613575 491896 4001 3540 0 601832 0
Current children cumulated CPU time: 3586.63 s
Current children cumulated vsize: 2454300 KiB
Current children cumulated memory: 1967584 KiB

[startup+3596 s]*
/proc/loadavg: 3.18 3.13 3.10 2/237 255875
/proc/meminfo: memFree=120655760/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2455836 memory=1967584 CPUtime=3587.43 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117889 0 0 0 358677 66 0 0 20 0 1 0 30474455 2514776064 491896 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613959 491896 4001 3540 0 602216 0
Current children cumulated CPU time: 3587.43 s
Current children cumulated vsize: 2455836 KiB
Current children cumulated memory: 1967584 KiB

[startup+3596.8 s]
/proc/loadavg: 3.18 3.13 3.10 2/237 255875
/proc/meminfo: memFree=120655760/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2455836 memory=1967584 CPUtime=3588.23 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117889 0 0 0 358757 66 0 0 20 0 1 0 30474455 2514776064 491896 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613959 491896 4001 3540 0 602216 0
Current children cumulated CPU time: 3588.23 s
Current children cumulated vsize: 2455836 KiB
Current children cumulated memory: 1967584 KiB

[startup+3597 s]*
/proc/loadavg: 3.18 3.13 3.10 2/237 255875
/proc/meminfo: memFree=120655768/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=2455836 memory=1967584 CPUtime=3588.43 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 117890 0 0 0 358777 66 0 0 20 0 1 0 30474455 2514776064 491896 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 613959 491896 4001 3540 0 602216 0
Current children cumulated CPU time: 3588.43 s
Current children cumulated vsize: 2455836 KiB
Current children cumulated memory: 1967584 KiB

[startup+3597.1 s]
/proc/loadavg: 3.18 3.13 3.10 2/237 255875
/proc/meminfo: memFree=120655768/131524600 swapFree=131060368/131071996
[pid=253943] ppid=253940 vsize=987328 memory=719456 CPUtime=3588.53 cores=1,3
/proc/253943/stat : 253943 (pbscip) R 253940 253943 253732 0 -1 4194304 118039 0 0 0 358785 68 0 0 20 0 1 0 30474455 1011023872 179957 134679101440 4194304 18693293 140735839304224 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 44376064 140735839310855 140735839310954 140735839310954 140735839317966 0
/proc/253943/statm: 246470 179957 4033 3540 0 234727 0
Current children cumulated CPU time: 3588.53 s
Current children cumulated vsize: 987328 KiB
Current children cumulated memory: 719456 KiB

Child status: 0

Real time (s): 3597.12
CPU time (s): 3588.55
CPU user time (s): 3587.86
CPU system time (s): 0.696296
CPU usage (%): 99.7618
Max. virtual memory (cumulated for all children) (KiB): 2455836
Max. memory (cumulated for all children) (KiB): 1967584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.86
system time used= 0.696296
maximum resident set size= 1967756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118099
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= 70
involuntary context switches= 3851


# summary of solver processes directly reported to runsolver:
#   pid: 253943
#   total CPU time (s): 3588.55
#   total CPU user time (s): 3587.86
#   total CPU system time (s): 0.696296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.20896 second user time and 13.3379 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-25 22:31:06
IDJOB=4460040
IDBENCH=160600
IDSOLVER=3059
FILE ID=nodeC014/4460040-1721939465
RUNJOBID= nodeC014-1721939462-253744
SLURM_JOB_ID= 8247236
Free space on /tmp= 889980 MiB

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

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

MD5SUM BENCH= f5c432639ff617f018d9bdeeea2281b7
RANDOM SEED=1956819754

nodeC014.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		: 3649.473
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.45
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		: 3600.826
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.48
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		: 3600.164
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.45
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		: 3669.327
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.48
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		: 3653.894
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.45
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		: 3669.292
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.48
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		: 3626.338
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.45
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.010
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122314092 kB
MemAvailable:   129525428 kB
Buffers:          332188 kB
Cached:          7671632 kB
SwapCached:          140 kB
Active:           758620 kB
Inactive:        7783232 kB
Active(anon):       2164 kB
Inactive(anon):   588820 kB
Active(file):     756456 kB
Inactive(file):  7194412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131060368 kB
Dirty:             75864 kB
Writeback:             4 kB
AnonPages:        534932 kB
Mapped:           120552 kB
Shmem:             52988 kB
KReclaimable:     200584 kB
Slab:             323516 kB
SReclaimable:     200584 kB
SUnreclaim:       122932 kB
KernelStack:        4100 kB
PageTables:        10600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     838848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            12800 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      393940 kB
DirectMap2M:    46565376 kB
DirectMap1G:    89128960 kB

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