Trace number 4519914

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
IPBHS-SCIP 2025-06-09? (TO) 3600.08 3609.8

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdiv2/
normalized-injcomp_opt_3layers_maxall_lastlayerdiv2_size_20.opb
MD5SUM95a025abd93d3c3a131defec0604d084
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-20
Best CPU time to get the best result obtained on this benchmark0.039326
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables820
Total number of constraints270
Number of constraints which are clauses220
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints20
Minimum length of a constraint3
Maximum length of a constraint21
Number of terms in the objective function 600
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 600
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 600
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.00/0.03	c limit for coefficient in constraints and objective to 1000000000
0.00/0.03	c will solve HOME/instance-4519914-1751537456.opb
0.00/0.03	c [0.01] will start solving
18.08/18.36	c [0.01] solve iteration 1, LB=-600, UB=1
18.08/18.36	c [0.04] solve iteration 2, LB=-30, UB=-20
18.08/18.36	c [0.07] solve iteration 3, LB=-30, UB=-20
18.08/18.36	c [0.1] solve iteration 4, LB=-30, UB=-20
18.08/18.36	c [0.13] solve iteration 5, LB=-30, UB=-20
18.08/18.36	c [0.53] solve iteration 6, LB=-30, UB=-20
18.08/18.36	c [0.56] solve iteration 7, LB=-30, UB=-20
18.08/18.36	c [0.59] solve iteration 8, LB=-30, UB=-20
18.08/18.36	c [0.63] solve iteration 9, LB=-30, UB=-20
18.08/18.36	c [0.66] solve iteration 10, LB=-30, UB=-20
18.08/18.36	c [1.05] solve iteration 11, LB=-30, UB=-20
18.08/18.36	c [1.08] solve iteration 12, LB=-30, UB=-20
18.08/18.36	c [1.11] solve iteration 13, LB=-30, UB=-20
18.08/18.36	c [1.13] solve iteration 14, LB=-30, UB=-20
18.08/18.36	c [1.16] solve iteration 15, LB=-30, UB=-20
18.08/18.36	c [1.65] solve iteration 16, LB=-30, UB=-20
18.08/18.36	c [1.68] solve iteration 17, LB=-30, UB=-20
18.08/18.36	c [1.7] solve iteration 18, LB=-30, UB=-20
18.08/18.36	c [1.72] solve iteration 19, LB=-30, UB=-20
18.08/18.36	c [1.75] solve iteration 20, LB=-30, UB=-20
18.08/18.36	c [2.2] solve iteration 21, LB=-30, UB=-20
18.08/18.36	c [2.23] solve iteration 22, LB=-30, UB=-20
18.08/18.36	c [2.27] solve iteration 23, LB=-30, UB=-20
18.08/18.36	c [2.31] solve iteration 24, LB=-30, UB=-20
18.08/18.36	c [2.35] solve iteration 25, LB=-30, UB=-20
18.08/18.36	c [2.74] solve iteration 26, LB=-30, UB=-20
18.08/18.36	c [2.78] solve iteration 27, LB=-30, UB=-20
18.08/18.36	c [2.82] solve iteration 28, LB=-30, UB=-20
18.08/18.36	c [2.85] solve iteration 29, LB=-30, UB=-20
18.08/18.36	c [2.89] solve iteration 30, LB=-30, UB=-20
18.08/18.36	c [3.36] solve iteration 31, LB=-30, UB=-20
18.08/18.36	c [3.41] solve iteration 32, LB=-30, UB=-20
18.08/18.36	c [3.45] solve iteration 33, LB=-30, UB=-20
18.08/18.36	c [3.5] solve iteration 34, LB=-30, UB=-20
18.08/18.36	c [3.55] solve iteration 35, LB=-30, UB=-20
18.08/18.36	c [4.04] solve iteration 36, LB=-30, UB=-20
18.08/18.36	c [4.1] solve iteration 37, LB=-30, UB=-20
18.08/18.36	c [4.14] solve iteration 38, LB=-30, UB=-20
18.08/18.36	c [4.2] solve iteration 39, LB=-30, UB=-20
18.08/18.36	c [4.25] solve iteration 40, LB=-30, UB=-20
18.08/18.36	c [4.7] solve iteration 41, LB=-30, UB=-20
18.08/18.36	c [4.76] solve iteration 42, LB=-30, UB=-20
18.08/18.36	c [4.82] solve iteration 43, LB=-30, UB=-20
18.08/18.36	c [4.87] solve iteration 44, LB=-30, UB=-20
18.08/18.36	c [4.93] solve iteration 45, LB=-30, UB=-20
18.08/18.36	c [5.49] solve iteration 46, LB=-30, UB=-20
18.08/18.36	c [5.55] solve iteration 47, LB=-30, UB=-20
18.08/18.36	c [5.62] solve iteration 48, LB=-30, UB=-20
18.08/18.36	c [5.68] solve iteration 49, LB=-30, UB=-20
18.08/18.36	c [5.75] solve iteration 50, LB=-30, UB=-20
18.08/18.36	c [6.33] solve iteration 51, LB=-30, UB=-20
18.08/18.36	c [6.4] solve iteration 52, LB=-30, UB=-20
18.08/18.36	c [6.47] solve iteration 53, LB=-30, UB=-20
18.08/18.36	c [6.55] solve iteration 54, LB=-30, UB=-20
18.08/18.36	c [6.62] solve iteration 55, LB=-30, UB=-20
18.08/18.36	c [7.36] solve iteration 56, LB=-30, UB=-20
18.08/18.36	c [7.44] solve iteration 57, LB=-30, UB=-20
18.08/18.36	c [7.51] solve iteration 58, LB=-30, UB=-20
18.08/18.36	c [7.59] solve iteration 59, LB=-30, UB=-20
18.08/18.36	c [7.68] solve iteration 60, LB=-30, UB=-20
18.08/18.36	c [8.43] solve iteration 61, LB=-30, UB=-20
18.08/18.36	c [8.51] solve iteration 62, LB=-30, UB=-20
18.08/18.36	c [8.6] solve iteration 63, LB=-30, UB=-20
18.08/18.36	c [8.68] solve iteration 64, LB=-30, UB=-20
18.08/18.36	c [8.77] solve iteration 65, LB=-30, UB=-20
18.08/18.36	c [9.55] solve iteration 66, LB=-30, UB=-20
18.08/18.36	c [9.65] solve iteration 67, LB=-30, UB=-20
18.08/18.36	c [9.74] solve iteration 68, LB=-30, UB=-20
18.08/18.36	c [9.83] solve iteration 69, LB=-30, UB=-20
18.08/18.36	c [9.92] solve iteration 70, LB=-30, UB=-20
18.08/18.36	c [10.89] solve iteration 71, LB=-30, UB=-20
18.08/18.36	c [10.99] solve iteration 72, LB=-30, UB=-20
18.08/18.36	c [11.09] solve iteration 73, LB=-30, UB=-20
18.08/18.36	c [11.18] solve iteration 74, LB=-30, UB=-20
18.08/18.36	c [11.29] solve iteration 75, LB=-30, UB=-20
18.08/18.36	c [12.22] solve iteration 76, LB=-30, UB=-20
18.08/18.36	c [12.32] solve iteration 77, LB=-30, UB=-20
18.08/18.36	c [12.42] solve iteration 78, LB=-30, UB=-20
18.08/18.36	c [12.69] solve iteration 79, LB=-30, UB=-20
18.08/18.36	c [12.92] solve iteration 80, LB=-30, UB=-20
18.08/18.36	c [14.1] solve iteration 81, LB=-30, UB=-20
18.08/18.36	c [14.23] solve iteration 82, LB=-30, UB=-20
18.08/18.36	c [14.35] solve iteration 83, LB=-30, UB=-20
18.08/18.36	c [14.46] solve iteration 84, LB=-30, UB=-20
18.08/18.36	c [14.59] solve iteration 85, LB=-30, UB=-20
18.08/18.36	c [15.49] solve iteration 86, LB=-30, UB=-20
18.08/18.36	c [15.61] solve iteration 87, LB=-30, UB=-20
18.08/18.36	c [15.72] solve iteration 88, LB=-30, UB=-20
18.08/18.36	c [15.84] solve iteration 89, LB=-30, UB=-20
18.08/18.36	c [15.95] solve iteration 90, LB=-30, UB=-20
18.08/18.36	c [17.33] solve iteration 91, LB=-30, UB=-20
18.08/18.36	c [17.45] solve iteration 92, LB=-30, UB=-20
18.08/18.36	c [17.56] solve iteration 93, LB=-30, UB=-20
18.08/18.36	c [17.67] solve iteration 94, LB=-30, UB=-20
65.84/66.26	c [17.79] solve iteration 95, LB=-30, UB=-20
65.84/66.26	c [19.11] solve iteration 96, LB=-30, UB=-20
65.84/66.26	c [19.23] solve iteration 97, LB=-30, UB=-20
65.84/66.26	c [19.35] solve iteration 98, LB=-30, UB=-20
65.84/66.26	c [19.47] solve iteration 99, LB=-30, UB=-20
65.84/66.26	c [19.59] solve iteration 100, LB=-30, UB=-20
65.84/66.26	c [20.81] solve iteration 101, LB=-30, UB=-20
65.84/66.26	c [20.93] solve iteration 102, LB=-30, UB=-20
65.84/66.26	c [21.06] solve iteration 103, LB=-30, UB=-20
65.84/66.26	c [21.19] solve iteration 104, LB=-30, UB=-20
65.84/66.26	c [21.32] solve iteration 105, LB=-30, UB=-20
65.84/66.26	c [22.45] solve iteration 106, LB=-30, UB=-20
65.84/66.26	c [22.58] solve iteration 107, LB=-30, UB=-20
65.84/66.26	c [22.71] solve iteration 108, LB=-30, UB=-20
65.84/66.26	c [22.84] solve iteration 109, LB=-30, UB=-20
65.84/66.26	c [22.96] solve iteration 110, LB=-30, UB=-20
65.84/66.26	c [24.03] solve iteration 111, LB=-30, UB=-20
65.84/66.26	c [24.17] solve iteration 112, LB=-30, UB=-20
65.84/66.26	c [24.31] solve iteration 113, LB=-30, UB=-20
65.84/66.26	c [24.44] solve iteration 114, LB=-30, UB=-20
65.84/66.26	c [24.58] solve iteration 115, LB=-30, UB=-20
65.84/66.26	c [25.61] solve iteration 116, LB=-30, UB=-20
65.84/66.26	c [25.75] solve iteration 117, LB=-30, UB=-20
65.84/66.26	c [25.88] solve iteration 118, LB=-30, UB=-20
65.84/66.26	c [26.02] solve iteration 119, LB=-30, UB=-20
65.84/66.26	c [26.16] solve iteration 120, LB=-30, UB=-20
65.84/66.26	c [27.42] solve iteration 121, LB=-30, UB=-20
65.84/66.26	c [27.56] solve iteration 122, LB=-30, UB=-20
65.84/66.26	c [27.7] solve iteration 123, LB=-30, UB=-20
65.84/66.26	c [27.84] solve iteration 124, LB=-30, UB=-20
65.84/66.26	c [27.98] solve iteration 125, LB=-30, UB=-20
65.84/66.26	c [29.86] solve iteration 126, LB=-30, UB=-20
65.84/66.26	c [30] solve iteration 127, LB=-30, UB=-20
65.84/66.26	c [30.15] solve iteration 128, LB=-30, UB=-20
65.84/66.26	c [30.29] solve iteration 129, LB=-30, UB=-20
65.84/66.26	c [30.44] solve iteration 130, LB=-30, UB=-20
65.84/66.26	c [32.11] solve iteration 131, LB=-30, UB=-20
65.84/66.26	c [32.25] solve iteration 132, LB=-30, UB=-20
65.84/66.26	c [32.4] solve iteration 133, LB=-30, UB=-20
65.84/66.26	c [32.55] solve iteration 134, LB=-30, UB=-20
65.84/66.26	c [32.69] solve iteration 135, LB=-30, UB=-20
65.84/66.26	c [34.56] solve iteration 136, LB=-30, UB=-20
65.84/66.26	c [34.71] solve iteration 137, LB=-30, UB=-20
65.84/66.26	c [34.86] solve iteration 138, LB=-30, UB=-20
65.84/66.26	c [35.01] solve iteration 139, LB=-30, UB=-20
65.84/66.26	c [35.16] solve iteration 140, LB=-30, UB=-20
65.84/66.26	c [37.21] solve iteration 141, LB=-30, UB=-20
65.84/66.26	c [37.37] solve iteration 142, LB=-30, UB=-20
65.84/66.26	c [37.52] solve iteration 143, LB=-30, UB=-20
65.84/66.26	c [37.68] solve iteration 144, LB=-30, UB=-20
65.84/66.26	c [37.84] solve iteration 145, LB=-30, UB=-20
65.84/66.26	c [40.47] solve iteration 146, LB=-30, UB=-20
65.84/66.26	c [40.63] solve iteration 147, LB=-30, UB=-20
65.84/66.26	c [40.79] solve iteration 148, LB=-30, UB=-20
65.84/66.26	c [40.95] solve iteration 149, LB=-30, UB=-20
65.84/66.26	c [41.11] solve iteration 150, LB=-30, UB=-20
65.84/66.26	c [43.53] solve iteration 151, LB=-30, UB=-20
65.84/66.26	c [43.69] solve iteration 152, LB=-30, UB=-20
65.84/66.26	c [43.86] solve iteration 153, LB=-30, UB=-20
65.84/66.26	c [44.02] solve iteration 154, LB=-30, UB=-20
65.84/66.26	c [44.18] solve iteration 155, LB=-30, UB=-20
65.84/66.26	c [46.26] solve iteration 156, LB=-30, UB=-20
65.84/66.26	c [46.41] solve iteration 157, LB=-30, UB=-20
65.84/66.26	c [46.58] solve iteration 158, LB=-30, UB=-20
65.84/66.26	c [46.74] solve iteration 159, LB=-30, UB=-20
65.84/66.26	c [46.89] solve iteration 160, LB=-30, UB=-20
65.84/66.26	c [49.37] solve iteration 161, LB=-30, UB=-20
65.84/66.26	c [49.54] solve iteration 162, LB=-30, UB=-20
65.84/66.26	c [49.7] solve iteration 163, LB=-30, UB=-20
65.84/66.26	c [49.87] solve iteration 164, LB=-30, UB=-20
65.84/66.26	c [50.04] solve iteration 165, LB=-30, UB=-20
65.84/66.26	c [52.26] solve iteration 166, LB=-30, UB=-20
65.84/66.26	c [52.42] solve iteration 167, LB=-30, UB=-20
65.84/66.26	c [52.58] solve iteration 168, LB=-30, UB=-20
65.84/66.26	c [52.75] solve iteration 169, LB=-30, UB=-20
65.84/66.26	c [52.92] solve iteration 170, LB=-30, UB=-20
65.84/66.26	c [56.56] solve iteration 171, LB=-30, UB=-20
65.84/66.26	c [56.74] solve iteration 172, LB=-30, UB=-20
65.84/66.26	c [56.9] solve iteration 173, LB=-30, UB=-20
65.84/66.26	c [57.07] solve iteration 174, LB=-30, UB=-20
65.84/66.26	c [57.25] solve iteration 175, LB=-30, UB=-20
65.84/66.26	c [61.77] solve iteration 176, LB=-30, UB=-20
65.84/66.26	c [61.95] solve iteration 177, LB=-30, UB=-20
65.84/66.26	c [62.13] solve iteration 178, LB=-30, UB=-20
65.84/66.26	c [62.29] solve iteration 179, LB=-30, UB=-20
65.84/66.26	c [62.45] solve iteration 180, LB=-30, UB=-20
65.84/66.26	c [64.44] solve iteration 181, LB=-30, UB=-20
65.84/66.26	c [64.61] solve iteration 182, LB=-30, UB=-20
65.84/66.26	c [64.77] solve iteration 183, LB=-30, UB=-20
230.98/231.82	c [64.93] solve iteration 184, LB=-30, UB=-20
230.98/231.82	c [65.09] solve iteration 185, LB=-30, UB=-20
230.98/231.82	c [66.88] solve iteration 186, LB=-30, UB=-20
230.98/231.82	c [67.05] solve iteration 187, LB=-30, UB=-20
230.98/231.82	c [67.21] solve iteration 188, LB=-30, UB=-20
230.98/231.82	c [67.38] solve iteration 189, LB=-30, UB=-20
230.98/231.82	c [67.54] solve iteration 190, LB=-30, UB=-20
230.98/231.82	c [70.48] solve iteration 191, LB=-30, UB=-20
230.98/231.82	c [70.64] solve iteration 192, LB=-30, UB=-20
230.98/231.82	c [70.81] solve iteration 193, LB=-30, UB=-20
230.98/231.82	c [70.98] solve iteration 194, LB=-30, UB=-20
230.98/231.82	c [71.15] solve iteration 195, LB=-30, UB=-20
230.98/231.82	c [75.43] solve iteration 196, LB=-30, UB=-20
230.98/231.82	c [75.6] solve iteration 197, LB=-30, UB=-20
230.98/231.82	c [75.78] solve iteration 198, LB=-30, UB=-20
230.98/231.82	c [75.94] solve iteration 199, LB=-30, UB=-20
230.98/231.82	c [76.12] solve iteration 200, LB=-30, UB=-20
230.98/231.82	c [81.46] solve iteration 201, LB=-30, UB=-20
230.98/231.82	c [81.64] solve iteration 202, LB=-30, UB=-20
230.98/231.82	c [81.82] solve iteration 203, LB=-30, UB=-20
230.98/231.82	c [81.99] solve iteration 204, LB=-30, UB=-20
230.98/231.82	c [82.17] solve iteration 205, LB=-30, UB=-20
230.98/231.82	c [86.96] solve iteration 206, LB=-30, UB=-20
230.98/231.82	c [87.13] solve iteration 207, LB=-30, UB=-20
230.98/231.82	c [87.31] solve iteration 208, LB=-30, UB=-20
230.98/231.82	c [87.48] solve iteration 209, LB=-30, UB=-20
230.98/231.82	c [87.66] solve iteration 210, LB=-30, UB=-20
230.98/231.82	c [93.76] solve iteration 211, LB=-30, UB=-20
230.98/231.82	c [93.95] solve iteration 212, LB=-30, UB=-20
230.98/231.82	c [94.13] solve iteration 213, LB=-30, UB=-20
230.98/231.82	c [94.32] solve iteration 214, LB=-30, UB=-20
230.98/231.82	c [94.51] solve iteration 215, LB=-30, UB=-20
230.98/231.82	c [100.11] solve iteration 216, LB=-30, UB=-20
230.98/231.82	c [100.3] solve iteration 217, LB=-30, UB=-20
230.98/231.82	c [100.5] solve iteration 218, LB=-30, UB=-20
230.98/231.82	c [100.69] solve iteration 219, LB=-30, UB=-20
230.98/231.82	c [100.88] solve iteration 220, LB=-30, UB=-20
230.98/231.82	c [110.4] solve iteration 221, LB=-30, UB=-20
230.98/231.82	c [110.59] solve iteration 222, LB=-30, UB=-20
230.98/231.82	c [110.77] solve iteration 223, LB=-30, UB=-20
230.98/231.82	c [110.97] solve iteration 224, LB=-30, UB=-20
230.98/231.82	c [111.17] solve iteration 225, LB=-30, UB=-20
230.98/231.82	c [119.1] solve iteration 226, LB=-30, UB=-20
230.98/231.82	c [119.29] solve iteration 227, LB=-30, UB=-20
230.98/231.82	c [119.49] solve iteration 228, LB=-30, UB=-20
230.98/231.82	c [119.68] solve iteration 229, LB=-30, UB=-20
230.98/231.82	c [119.89] solve iteration 230, LB=-30, UB=-20
230.98/231.82	c [129.5] solve iteration 231, LB=-30, UB=-20
230.98/231.82	c [129.69] solve iteration 232, LB=-30, UB=-20
230.98/231.82	c [129.89] solve iteration 233, LB=-30, UB=-20
230.98/231.82	c [130.08] solve iteration 234, LB=-30, UB=-20
230.98/231.82	c [130.29] solve iteration 235, LB=-30, UB=-20
230.98/231.82	c [141.48] solve iteration 236, LB=-30, UB=-20
230.98/231.82	c [141.68] solve iteration 237, LB=-30, UB=-20
230.98/231.82	c [141.89] solve iteration 238, LB=-30, UB=-20
230.98/231.82	c [142.09] solve iteration 239, LB=-30, UB=-20
230.98/231.82	c [142.28] solve iteration 240, LB=-30, UB=-20
230.98/231.82	c [151.14] solve iteration 241, LB=-30, UB=-20
230.98/231.82	c [151.33] solve iteration 242, LB=-30, UB=-20
230.98/231.82	c [151.54] solve iteration 243, LB=-30, UB=-20
230.98/231.82	c [151.74] solve iteration 244, LB=-30, UB=-20
230.98/231.82	c [151.94] solve iteration 245, LB=-30, UB=-20
230.98/231.82	c [156.64] solve iteration 246, LB=-30, UB=-20
230.98/231.82	c [156.85] solve iteration 247, LB=-30, UB=-20
230.98/231.82	c [157.06] solve iteration 248, LB=-30, UB=-20
230.98/231.82	c [157.27] solve iteration 249, LB=-30, UB=-20
230.98/231.82	c [157.47] solve iteration 250, LB=-30, UB=-20
230.98/231.82	c [168.61] solve iteration 251, LB=-30, UB=-20
230.98/231.82	c [168.81] solve iteration 252, LB=-30, UB=-20
230.98/231.82	c [169.03] solve iteration 253, LB=-30, UB=-20
230.98/231.82	c [169.24] solve iteration 254, LB=-30, UB=-20
230.98/231.82	c [169.44] solve iteration 255, LB=-30, UB=-20
230.98/231.82	c [185.02] solve iteration 256, LB=-30, UB=-20
230.98/231.82	c [185.24] solve iteration 257, LB=-30, UB=-20
230.98/231.82	c [185.46] solve iteration 258, LB=-30, UB=-20
230.98/231.82	c [185.67] solve iteration 259, LB=-30, UB=-20
230.98/231.82	c [185.89] solve iteration 260, LB=-30, UB=-20
230.98/231.82	c [201.73] solve iteration 261, LB=-30, UB=-20
230.98/231.82	c [201.94] solve iteration 262, LB=-30, UB=-20
230.98/231.82	c [202.15] solve iteration 263, LB=-30, UB=-20
230.98/231.82	c [202.37] solve iteration 264, LB=-30, UB=-20
230.98/231.82	c [202.59] solve iteration 265, LB=-30, UB=-20
230.98/231.82	c [214.28] solve iteration 266, LB=-30, UB=-20
230.98/231.82	c [214.51] solve iteration 267, LB=-30, UB=-20
230.98/231.82	c [214.74] solve iteration 268, LB=-30, UB=-20
230.98/231.82	c [214.97] solve iteration 269, LB=-30, UB=-20
230.98/231.82	c [215.19] solve iteration 270, LB=-30, UB=-20
230.98/231.82	c [228.18] solve iteration 271, LB=-30, UB=-20
819.36/821.71	c [228.42] solve iteration 272, LB=-30, UB=-20
819.36/821.71	c [228.65] solve iteration 273, LB=-30, UB=-20
819.36/821.71	c [228.89] solve iteration 274, LB=-30, UB=-20
819.36/821.71	c [229.12] solve iteration 275, LB=-30, UB=-20
819.36/821.71	c [245.04] solve iteration 276, LB=-30, UB=-20
819.36/821.71	c [245.28] solve iteration 277, LB=-30, UB=-20
819.36/821.71	c [245.5] solve iteration 278, LB=-30, UB=-20
819.36/821.71	c [245.74] solve iteration 279, LB=-30, UB=-20
819.36/821.71	c [245.98] solve iteration 280, LB=-30, UB=-20
819.36/821.71	c [262.78] solve iteration 281, LB=-30, UB=-20
819.36/821.71	c [263.02] solve iteration 282, LB=-30, UB=-20
819.36/821.71	c [263.26] solve iteration 283, LB=-30, UB=-20
819.36/821.71	c [263.5] solve iteration 284, LB=-30, UB=-20
819.36/821.71	c [263.73] solve iteration 285, LB=-30, UB=-20
819.36/821.71	c [289.05] solve iteration 286, LB=-30, UB=-20
819.36/821.71	c [289.3] solve iteration 287, LB=-30, UB=-20
819.36/821.71	c [289.54] solve iteration 288, LB=-30, UB=-20
819.36/821.71	c [289.79] solve iteration 289, LB=-30, UB=-20
819.36/821.71	c [290.03] solve iteration 290, LB=-30, UB=-20
819.36/821.71	c [311.66] solve iteration 291, LB=-30, UB=-20
819.36/821.71	c [311.89] solve iteration 292, LB=-30, UB=-20
819.36/821.71	c [312.11] solve iteration 293, LB=-30, UB=-20
819.36/821.71	c [312.34] solve iteration 294, LB=-30, UB=-20
819.36/821.71	c [312.56] solve iteration 295, LB=-30, UB=-20
819.36/821.71	c [322.99] solve iteration 296, LB=-30, UB=-20
819.36/821.71	c [323.22] solve iteration 297, LB=-30, UB=-20
819.36/821.71	c [323.45] solve iteration 298, LB=-30, UB=-20
819.36/821.71	c [323.66] solve iteration 299, LB=-30, UB=-20
819.36/821.71	c [323.89] solve iteration 300, LB=-30, UB=-20
819.36/821.71	c [338.38] solve iteration 301, LB=-30, UB=-20
819.36/821.71	c [338.6] solve iteration 302, LB=-30, UB=-20
819.36/821.71	c [338.83] solve iteration 303, LB=-30, UB=-20
819.36/821.71	c [339.06] solve iteration 304, LB=-30, UB=-20
819.36/821.71	c [339.29] solve iteration 305, LB=-30, UB=-20
819.36/821.71	c [366.36] solve iteration 306, LB=-30, UB=-20
819.36/821.71	c [366.59] solve iteration 307, LB=-30, UB=-20
819.36/821.71	c [366.82] solve iteration 308, LB=-30, UB=-20
819.36/821.71	c [367.05] solve iteration 309, LB=-30, UB=-20
819.36/821.71	c [367.27] solve iteration 310, LB=-30, UB=-20
819.36/821.71	c [401.07] solve iteration 311, LB=-30, UB=-20
819.36/821.71	c [401.3] solve iteration 312, LB=-30, UB=-20
819.36/821.71	c [401.54] solve iteration 313, LB=-30, UB=-20
819.36/821.71	c [401.76] solve iteration 314, LB=-30, UB=-20
819.36/821.71	c [401.98] solve iteration 315, LB=-30, UB=-20
819.36/821.71	c [427.1] solve iteration 316, LB=-30, UB=-20
819.36/821.71	c [427.34] solve iteration 317, LB=-30, UB=-20
819.36/821.71	c [427.58] solve iteration 318, LB=-30, UB=-20
819.36/821.71	c [427.81] solve iteration 319, LB=-30, UB=-20
819.36/821.71	c [428.05] solve iteration 320, LB=-30, UB=-20
819.36/821.71	c [450.04] solve iteration 321, LB=-30, UB=-20
819.36/821.71	c [450.28] solve iteration 322, LB=-30, UB=-20
819.36/821.71	c [450.51] solve iteration 323, LB=-30, UB=-20
819.36/821.71	c [450.75] solve iteration 324, LB=-30, UB=-20
819.36/821.71	c [450.98] solve iteration 325, LB=-30, UB=-20
819.36/821.71	c [487.89] solve iteration 326, LB=-30, UB=-20
819.36/821.71	c [488.11] solve iteration 327, LB=-30, UB=-20
819.36/821.71	c [488.34] solve iteration 328, LB=-30, UB=-20
819.36/821.71	c [488.58] solve iteration 329, LB=-30, UB=-20
819.36/821.71	c [488.83] solve iteration 330, LB=-30, UB=-20
819.36/821.71	c [551.02] solve iteration 331, LB=-30, UB=-20
819.36/821.71	c [551.27] solve iteration 332, LB=-30, UB=-20
819.36/821.71	c [551.49] solve iteration 333, LB=-30, UB=-20
819.36/821.71	c [551.74] solve iteration 334, LB=-30, UB=-20
819.36/821.71	c [551.96] solve iteration 335, LB=-30, UB=-20
819.36/821.71	c [603.38] solve iteration 336, LB=-30, UB=-20
819.36/821.71	c [603.61] solve iteration 337, LB=-30, UB=-20
819.36/821.71	c [603.84] solve iteration 338, LB=-30, UB=-20
819.36/821.71	c [604.09] solve iteration 339, LB=-30, UB=-20
819.36/821.71	c [604.32] solve iteration 340, LB=-30, UB=-20
819.36/821.71	c [654.38] solve iteration 341, LB=-30, UB=-20
819.36/821.71	c [654.61] solve iteration 342, LB=-30, UB=-20
819.36/821.71	c [654.84] solve iteration 343, LB=-30, UB=-20
819.36/821.71	c [655.09] solve iteration 344, LB=-30, UB=-20
819.36/821.71	c [655.32] solve iteration 345, LB=-30, UB=-20
819.36/821.71	c [682.3] solve iteration 346, LB=-30, UB=-20
819.36/821.71	c [682.53] solve iteration 347, LB=-30, UB=-20
819.36/821.71	c [682.77] solve iteration 348, LB=-30, UB=-20
819.36/821.71	c [683.02] solve iteration 349, LB=-30, UB=-20
819.36/821.71	c [683.25] solve iteration 350, LB=-30, UB=-20
819.36/821.71	c [737.58] solve iteration 351, LB=-30, UB=-20
819.36/821.71	c [737.82] solve iteration 352, LB=-30, UB=-20
819.36/821.71	c [738.06] solve iteration 353, LB=-30, UB=-20
819.36/821.71	c [738.31] solve iteration 354, LB=-30, UB=-20
819.36/821.71	c [738.55] solve iteration 355, LB=-30, UB=-20
819.36/821.71	c [812.3] solve iteration 356, LB=-30, UB=-20
819.36/821.71	c [812.54] solve iteration 357, LB=-30, UB=-20
819.36/821.71	c [812.78] solve iteration 358, LB=-30, UB=-20
2634.00/2641.14	c [813.02] solve iteration 359, LB=-30, UB=-20
2634.00/2641.14	c [813.28] solve iteration 360, LB=-30, UB=-20
2634.00/2641.14	c [890.19] solve iteration 361, LB=-30, UB=-20
2634.00/2641.14	c [890.43] solve iteration 362, LB=-30, UB=-20
2634.00/2641.14	c [890.67] solve iteration 363, LB=-30, UB=-20
2634.00/2641.14	c [890.93] solve iteration 364, LB=-30, UB=-20
2634.00/2641.14	c [891.17] solve iteration 365, LB=-30, UB=-20
2634.00/2641.14	c [956.33] solve iteration 366, LB=-30, UB=-20
2634.00/2641.14	c [956.57] solve iteration 367, LB=-30, UB=-20
2634.00/2641.14	c [956.82] solve iteration 368, LB=-30, UB=-20
2634.00/2641.14	c [957.06] solve iteration 369, LB=-30, UB=-20
2634.00/2641.14	c [957.3] solve iteration 370, LB=-30, UB=-20
2634.00/2641.14	c [1015.79] solve iteration 371, LB=-30, UB=-20
2634.00/2641.14	c [1016.03] solve iteration 372, LB=-30, UB=-20
2634.00/2641.14	c [1016.28] solve iteration 373, LB=-30, UB=-20
2634.00/2641.14	c [1016.55] solve iteration 374, LB=-30, UB=-20
2634.00/2641.14	c [1016.8] solve iteration 375, LB=-30, UB=-20
2634.00/2641.14	c [1092.69] solve iteration 376, LB=-30, UB=-20
2634.00/2641.14	c [1092.94] solve iteration 377, LB=-30, UB=-20
2634.00/2641.14	c [1093.19] solve iteration 378, LB=-30, UB=-20
2634.00/2641.14	c [1093.44] solve iteration 379, LB=-30, UB=-20
2634.00/2641.14	c [1093.69] solve iteration 380, LB=-30, UB=-20
2634.00/2641.14	c [1167.1] solve iteration 381, LB=-30, UB=-20
2634.00/2641.14	c [1167.36] solve iteration 382, LB=-30, UB=-20
2634.00/2641.14	c [1167.61] solve iteration 383, LB=-30, UB=-20
2634.00/2641.14	c [1167.85] solve iteration 384, LB=-30, UB=-20
2634.00/2641.14	c [1168.11] solve iteration 385, LB=-30, UB=-20
2634.00/2641.14	c [1292.89] solve iteration 386, LB=-30, UB=-20
2634.00/2641.14	c [1293.16] solve iteration 387, LB=-30, UB=-20
2634.00/2641.14	c [1293.43] solve iteration 388, LB=-30, UB=-20
2634.00/2641.14	c [1293.69] solve iteration 389, LB=-30, UB=-20
2634.00/2641.14	c [1293.96] solve iteration 390, LB=-30, UB=-20
2634.00/2641.14	c [1440.94] solve iteration 391, LB=-30, UB=-20
2634.00/2641.14	c [1441.21] solve iteration 392, LB=-30, UB=-20
2634.00/2641.14	c [1441.48] solve iteration 393, LB=-30, UB=-20
2634.00/2641.14	c [1441.75] solve iteration 394, LB=-30, UB=-20
2634.00/2641.14	c [1442.02] solve iteration 395, LB=-30, UB=-20
2634.00/2641.14	c [1556.02] solve iteration 396, LB=-30, UB=-20
2634.00/2641.14	c [1556.29] solve iteration 397, LB=-30, UB=-20
2634.00/2641.14	c [1556.57] solve iteration 398, LB=-30, UB=-20
2634.00/2641.14	c [1556.84] solve iteration 399, LB=-30, UB=-20
2634.00/2641.14	c [1557.12] solve iteration 400, LB=-30, UB=-20
2634.00/2641.14	c [1697.42] solve iteration 401, LB=-30, UB=-20
2634.00/2641.14	c [1697.7] solve iteration 402, LB=-30, UB=-20
2634.00/2641.14	c [1697.98] solve iteration 403, LB=-30, UB=-20
2634.00/2641.14	c [1698.25] solve iteration 404, LB=-30, UB=-20
2634.00/2641.14	c [1698.53] solve iteration 405, LB=-30, UB=-20
2634.00/2641.14	c [1748.04] solve iteration 406, LB=-30, UB=-20
2634.00/2641.14	c [1748.32] solve iteration 407, LB=-30, UB=-20
2634.00/2641.14	c [1748.6] solve iteration 408, LB=-30, UB=-20
2634.00/2641.14	c [1748.88] solve iteration 409, LB=-30, UB=-20
2634.00/2641.14	c [1749.17] solve iteration 410, LB=-30, UB=-20
2634.00/2641.14	c [1777.13] solve iteration 411, LB=-30, UB=-20
2634.00/2641.14	c [1777.41] solve iteration 412, LB=-30, UB=-20
2634.00/2641.14	c [1777.69] solve iteration 413, LB=-30, UB=-20
2634.00/2641.14	c [1777.98] solve iteration 414, LB=-30, UB=-20
2634.00/2641.14	c [1778.26] solve iteration 415, LB=-30, UB=-20
2634.00/2641.14	c [1945.76] solve iteration 416, LB=-30, UB=-20
2634.00/2641.14	c [1946.05] solve iteration 417, LB=-30, UB=-20
2634.00/2641.14	c [1946.34] solve iteration 418, LB=-30, UB=-20
2634.00/2641.14	c [1946.63] solve iteration 419, LB=-30, UB=-20
2634.00/2641.14	c [1946.92] solve iteration 420, LB=-30, UB=-20
2634.00/2641.14	c [2077.54] solve iteration 421, LB=-30, UB=-20
2634.00/2641.14	c [2077.83] solve iteration 422, LB=-30, UB=-20
2634.00/2641.14	c [2078.13] solve iteration 423, LB=-30, UB=-20
2634.00/2641.14	c [2078.43] solve iteration 424, LB=-30, UB=-20
2634.00/2641.14	c [2078.73] solve iteration 425, LB=-30, UB=-20
2634.00/2641.14	c [2222.11] solve iteration 426, LB=-30, UB=-20
2634.00/2641.14	c [2222.41] solve iteration 427, LB=-30, UB=-20
2634.00/2641.14	c [2222.71] solve iteration 428, LB=-30, UB=-20
2634.00/2641.14	c [2223.01] solve iteration 429, LB=-30, UB=-20
2634.00/2641.14	c [2223.32] solve iteration 430, LB=-30, UB=-20
2634.00/2641.14	c [2342.46] solve iteration 431, LB=-30, UB=-20
2634.00/2641.14	c [2342.77] solve iteration 432, LB=-30, UB=-20
2634.00/2641.14	c [2343.07] solve iteration 433, LB=-30, UB=-20
2634.00/2641.14	c [2343.38] solve iteration 434, LB=-30, UB=-20
2634.00/2641.14	c [2343.68] solve iteration 435, LB=-30, UB=-20
2634.00/2641.14	c [2465.7] solve iteration 436, LB=-30, UB=-20
2634.00/2641.14	c [2466.02] solve iteration 437, LB=-30, UB=-20
2634.00/2641.14	c [2466.32] solve iteration 438, LB=-30, UB=-20
2634.00/2641.14	c [2466.63] solve iteration 439, LB=-30, UB=-20
2634.00/2641.14	c [2466.94] solve iteration 440, LB=-30, UB=-20
2634.00/2641.14	c [2616.81] solve iteration 441, LB=-30, UB=-20
2634.00/2641.14	c [2617.12] solve iteration 442, LB=-30, UB=-20
2634.00/2641.14	c [2617.43] solve iteration 443, LB=-30, UB=-20
2634.00/2641.14	c [2617.74] solve

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519914-1751537456/watcher-4519914-1751537456 -o /tmp/evaluation-result-4519914-1751537456/solver-4519914-1751537456 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751530082-72191 --watchdog 3760 ./ipbhs_scip HOME/instance-4519914-1751537456.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=74888, runsolver pid=74885

[startup+0.100076 s]*
/proc/loadavg: 4.21 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127208368/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=52140 memory=25936 CPUtime=0.08 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 3452 0 0 0 6 2 0 0 20 0 1 0 69425396 53391360 6484 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 13035 6484 3584 2790 0 6460 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 52140 KiB
Current children cumulated memory: 25936 KiB

[startup+0.217601 s]*
/proc/loadavg: 4.21 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127199548/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=58496 memory=32196 CPUtime=0.19 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 6496 0 0 0 15 4 0 0 20 0 1 0 69425396 59899904 8049 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 14624 8049 3584 2790 0 8049 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 58496 KiB
Current children cumulated memory: 32196 KiB

[startup+0.317399 s]*
/proc/loadavg: 4.21 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127199548/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=58496 memory=32452 CPUtime=0.27 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 6558 0 0 0 22 5 0 0 20 0 1 0 69425396 59899904 8113 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 14624 8113 3584 2790 0 8049 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 58496 KiB
Current children cumulated memory: 32452 KiB

[startup+0.700267 s]
/proc/loadavg: 4.21 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127195452/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=60544 memory=37084 CPUtime=0.61 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 7200 0 0 0 53 8 0 0 20 0 1 0 69425396 61997056 9271 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 15136 9271 3584 2790 0 8561 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 60544 KiB
Current children cumulated memory: 37084 KiB

[startup+1.50022 s]
/proc/loadavg: 4.21 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127180332/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=72448 memory=51908 CPUtime=1.4 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 10917 0 0 0 126 14 0 0 20 0 1 0 69425396 74186752 12977 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 18112 12977 3584 2790 0 11537 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 72448 KiB
Current children cumulated memory: 51908 KiB

[startup+3.10552 s]
/proc/loadavg: 4.21 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127166416/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=87596 memory=67812 CPUtime=2.99 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 15225 0 0 0 281 18 0 0 20 0 1 0 69425396 89698304 16953 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 21899 16953 3712 2790 0 15324 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 87596 KiB
Current children cumulated memory: 67812 KiB

[startup+6.3002 s]
/proc/loadavg: 4.20 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127137696/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=122364 memory=99776 CPUtime=6.15 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 28742 0 0 0 589 26 0 0 20 0 1 0 69425396 125300736 24944 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 30591 24944 3712 2790 0 24016 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 122364 KiB
Current children cumulated memory: 99776 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.12 4.10 5/250 74889
/proc/meminfo: memFree=127110320/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=131888 memory=112336 CPUtime=12.5 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 38100 0 0 0 1214 36 0 0 20 0 1 0 69425396 135053312 28084 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 32972 28084 3712 2790 0 26397 0
Current children cumulated CPU time: 12.5 s
Current children cumulated vsize: 131888 KiB
Current children cumulated memory: 112336 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.11 4.09 5/250 74889
/proc/meminfo: memFree=127055328/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=150584 memory=126388 CPUtime=25.26 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 46366 0 0 0 2470 56 0 0 20 0 1 0 69425396 154198016 31597 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 37646 31597 3712 2790 0 31071 0
Current children cumulated CPU time: 25.26 s
Current children cumulated vsize: 150584 KiB
Current children cumulated memory: 126388 KiB

[startup+51.1129 s]
/proc/loadavg: 4.09 4.10 4.09 5/250 74934
/proc/meminfo: memFree=126652404/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=157756 memory=138056 CPUtime=50.8 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 50662 0 0 0 4985 95 0 0 20 0 1 0 69425396 161542144 34514 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 39439 34514 3712 2790 0 32864 0
Current children cumulated CPU time: 50.8 s
Current children cumulated vsize: 157756 KiB
Current children cumulated memory: 138056 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/251 74941
/proc/meminfo: memFree=126561644/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=183976 memory=158528 CPUtime=101.84 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 72905 0 0 0 10026 158 0 0 20 0 1 0 69425396 188391424 39632 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 45994 39632 3712 2790 0 39419 0
Current children cumulated CPU time: 101.84 s
Current children cumulated vsize: 183976 KiB
Current children cumulated memory: 158528 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/252 74944
/proc/meminfo: memFree=126507012/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=194652 memory=174456 CPUtime=161.67 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 106539 0 0 0 15940 227 0 0 20 0 1 0 69425396 199323648 43614 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 48663 43614 3712 2790 0 42088 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 194652 KiB
Current children cumulated memory: 174456 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/252 74949
/proc/meminfo: memFree=126478004/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=224196 memory=186976 CPUtime=221.5 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 117719 0 0 0 21879 271 0 0 20 0 1 0 69425396 229576704 46744 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 56049 46744 3712 2790 0 49474 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 224196 KiB
Current children cumulated memory: 186976 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/252 74951
/proc/meminfo: memFree=126397864/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=228604 memory=195520 CPUtime=281.34 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 125647 0 0 0 27807 327 0 0 20 0 1 0 69425396 234090496 48880 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 57151 48880 3712 2790 0 50576 0
Current children cumulated CPU time: 281.34 s
Current children cumulated vsize: 228604 KiB
Current children cumulated memory: 195520 KiB

[startup+342.3 s]
/proc/loadavg: 4.28 4.14 4.10 5/252 74997
/proc/meminfo: memFree=126637628/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=233320 memory=204608 CPUtime=341.15 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 134908 0 0 0 33733 382 0 0 20 0 1 0 69425396 238919680 51152 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 58330 51152 3712 2790 0 51755 0
Current children cumulated CPU time: 341.15 s
Current children cumulated vsize: 233320 KiB
Current children cumulated memory: 204608 KiB

[startup+402.3 s]
/proc/loadavg: 4.71 4.29 4.16 5/251 75044
/proc/meminfo: memFree=126539404/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=234392 memory=206652 CPUtime=400.94 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 142583 0 0 0 39664 430 0 0 20 0 1 0 69425396 240017408 51663 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 58598 51663 3712 2790 0 52023 0
Current children cumulated CPU time: 400.94 s
Current children cumulated vsize: 234392 KiB
Current children cumulated memory: 206652 KiB

[startup+462.3 s]
/proc/loadavg: 4.34 4.27 4.16 5/250 75046
/proc/meminfo: memFree=126516944/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=240824 memory=216052 CPUtime=460.81 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 149822 0 0 0 45608 473 0 0 20 0 1 0 69425396 246603776 54013 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 60206 54013 3712 2790 0 53631 0

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

Current children cumulated memory: 296756 KiB

[startup+2862.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/250 75157
/proc/meminfo: memFree=125964600/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=322088 memory=298844 CPUtime=2854.59 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 298052 0 0 0 283720 1739 0 0 20 0 1 0 69425396 329818112 74711 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 80522 74711 3712 2790 0 73947 0
Current children cumulated CPU time: 2854.59 s
Current children cumulated vsize: 322088 KiB
Current children cumulated memory: 298844 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.13 4.10 5/250 75159
/proc/meminfo: memFree=125939792/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=322088 memory=298844 CPUtime=2914.44 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 298052 0 0 0 289679 1765 0 0 20 0 1 0 69425396 329818112 74711 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 80522 74711 3712 2790 0 73947 0
Current children cumulated CPU time: 2914.44 s
Current children cumulated vsize: 322088 KiB
Current children cumulated memory: 298844 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/249 75161
/proc/meminfo: memFree=125918340/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=327776 memory=304500 CPUtime=2974.27 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 304488 0 0 0 295635 1792 0 0 20 0 1 0 69425396 335642624 76125 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 81944 76125 3712 2790 0 75369 0
Current children cumulated CPU time: 2974.27 s
Current children cumulated vsize: 327776 KiB
Current children cumulated memory: 304500 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/249 75174
/proc/meminfo: memFree=125919416/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=327776 memory=304500 CPUtime=3034.11 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 304488 0 0 0 301582 1829 0 0 20 0 1 0 69425396 335642624 76125 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 81944 76125 3712 2790 0 75369 0
Current children cumulated CPU time: 3034.11 s
Current children cumulated vsize: 327776 KiB
Current children cumulated memory: 304500 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/250 75181
/proc/meminfo: memFree=125919556/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=327776 memory=304500 CPUtime=3093.94 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 304488 0 0 0 307543 1851 0 0 20 0 1 0 69425396 335642624 76125 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 81944 76125 3712 2790 0 75369 0
Current children cumulated CPU time: 3093.94 s
Current children cumulated vsize: 327776 KiB
Current children cumulated memory: 304500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/250 75183
/proc/meminfo: memFree=125910780/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=332188 memory=311348 CPUtime=3153.78 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 310216 0 0 0 313502 1876 0 0 20 0 1 0 69425396 340160512 77837 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 83047 77837 3712 2790 0 76472 0
Current children cumulated CPU time: 3153.78 s
Current children cumulated vsize: 332188 KiB
Current children cumulated memory: 311348 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/250 75187
/proc/meminfo: memFree=125911400/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=332188 memory=311348 CPUtime=3213.61 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 310216 0 0 0 319456 1905 0 0 20 0 1 0 69425396 340160512 77837 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 83047 77837 3712 2790 0 76472 0
Current children cumulated CPU time: 3213.61 s
Current children cumulated vsize: 332188 KiB
Current children cumulated memory: 311348 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/250 75189
/proc/meminfo: memFree=125904636/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=382276 memory=315532 CPUtime=3273.46 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 310729 0 0 0 325412 1934 0 0 20 0 1 0 69425396 391450624 78883 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 95569 78883 3712 2790 0 88994 0
Current children cumulated CPU time: 3273.46 s
Current children cumulated vsize: 382276 KiB
Current children cumulated memory: 315532 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.09 4.08 5/250 75191
/proc/meminfo: memFree=125897628/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=385004 memory=318536 CPUtime=3333.29 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 316445 0 0 0 331365 1964 0 0 20 0 1 0 69425396 394244096 79634 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 96251 79634 3712 2790 0 89676 0
Current children cumulated CPU time: 3333.29 s
Current children cumulated vsize: 385004 KiB
Current children cumulated memory: 318536 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/250 75193
/proc/meminfo: memFree=125897644/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=385004 memory=318536 CPUtime=3393.13 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 316445 0 0 0 337320 1993 0 0 20 0 1 0 69425396 394244096 79634 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 96251 79634 3712 2790 0 89676 0
Current children cumulated CPU time: 3393.13 s
Current children cumulated vsize: 385004 KiB
Current children cumulated memory: 318536 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/250 75195
/proc/meminfo: memFree=125864924/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=385004 memory=318536 CPUtime=3452.96 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 316445 0 0 0 343280 2016 0 0 20 0 1 0 69425396 394244096 79634 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 96251 79634 3712 2790 0 89676 0
Current children cumulated CPU time: 3452.96 s
Current children cumulated vsize: 385004 KiB
Current children cumulated memory: 318536 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/250 75197
/proc/meminfo: memFree=125849660/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=385004 memory=320664 CPUtime=3512.8 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 316446 0 0 0 349239 2041 0 0 20 0 1 0 69425396 394244096 80166 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 96251 80166 3712 2790 0 89676 0
Current children cumulated CPU time: 3512.8 s
Current children cumulated vsize: 385004 KiB
Current children cumulated memory: 320664 KiB

[startup+3582.3 s]
/proc/loadavg: 3.56 3.96 4.04 4/244 75229
/proc/meminfo: memFree=126635312/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=385004 memory=320664 CPUtime=3572.63 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 316446 0 0 0 355199 2064 0 0 20 0 1 0 69425396 394244096 80166 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 96251 80166 3712 2790 0 89676 0
Current children cumulated CPU time: 3572.63 s
Current children cumulated vsize: 385004 KiB
Current children cumulated memory: 320664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 3.45 3.90 4.02 4/244 75231
/proc/meminfo: memFree=126635912/131382112 swapFree=33010416/33010684
[pid=74888] ppid=74885 vsize=385004 memory=320664 CPUtime=3600.07 cores=5,7
/proc/74888/stat : 74888 (ipbhs_scip) R 74885 74888 72178 0 -1 4194304 316446 0 0 0 357933 2074 0 0 20 0 1 0 69425396 394244096 80166 18446744073709551615 94315941072896 94315952499293 140736048923424 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94315954634968 94315954679986 94315986448384 140736048929170 140736048929289 140736048929289 140736048934891 0
/proc/74888/statm: 96251 80166 3712 2790 0 89676 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 385004 KiB
Current children cumulated memory: 320664 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3609.8 s]
# the end of solver process 74888 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3579.33 s, system=20.7455 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.8
CPU time (s): 3600.08
CPU user time (s): 3579.33
CPU system time (s): 20.7455
CPU usage (%): 99.7306
Max. virtual memory (cumulated for all children) (KiB): 385572
Max. memory (cumulated for all children) (KiB): 320664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.33
system time used= 20.7455
maximum resident set size= 320664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316446
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= 136
involuntary context switches= 1868


# summary of solver processes directly reported to runsolver:
#   pid: 74888
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3579.33
#   total CPU system time (s): 20.7455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.518 second user time and 34.9427 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-03 12:10:56
IDJOB=4519914
IDBENCH=177560
IDSOLVER=3335
FILE ID=nodeC012/4519914-1751537456
RUNJOBID= nodeC012-1751530082-72191
SLURM_JOB_ID= 9598671
Free space on /tmp= 431668 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdiv2/normalized-injcomp_opt_3layers_maxall_lastlayerdiv2_size_20.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519914-1751537456/watcher-4519914-1751537456 -o /tmp/evaluation-result-4519914-1751537456/solver-4519914-1751537456 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751530082-72191 --watchdog 3760  ./ipbhs_scip HOME/instance-4519914-1751537456.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 95a025abd93d3c3a131defec0604d084
RANDOM SEED=486726448

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127220064 kB
MemAvailable:   127597264 kB
Buffers:            2136 kB
Cached:          1178344 kB
SwapCached:           16 kB
Active:          3050360 kB
Inactive:         560172 kB
Active(anon):    2441000 kB
Inactive(anon):     6996 kB
Active(file):     609360 kB
Inactive(file):   553176 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69824 kB
Writeback:             0 kB
AnonPages:       2430220 kB
Mapped:           134972 kB
Shmem:             17944 kB
KReclaimable:     108196 kB
Slab:             193240 kB
SReclaimable:     108196 kB
SUnreclaim:        85044 kB
KernelStack:        4032 kB
PageTables:         8000 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2955252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2091008 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431668 MiB
End job on nodeC012 at 2025-07-03 13:11:07