Trace number 4458491

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-GUROBI 2024-07-09? (TO) 3600.08 3609.41

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxfirst_lastlayerdiv2/
normalized-injcomp_opt_3layers_maxfirst_lastlayerdiv2_size_31.opb
MD5SUMb2f93c1f4bbb146f2fcd6f3efae8d4cf
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-15
Best CPU time to get the best result obtained on this benchmark0.085505
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1922
Total number of constraints573
Number of constraints which are clauses496
Number of constraints which are cardinality constraints (but not clauses)46
Number of constraints which are nor clauses,nor cardinality constraints31
Minimum length of a constraint3
Maximum length of a constraint32
Number of terms in the objective function 961
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 961
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 961
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

13.26/13.46	c initialize IPBHS solver
13.26/13.46	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:19:29), with Glucose 3.0, with Gurobi 10.0.1, with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
13.26/13.46	c optimizer = "gurobi"
13.26/13.46	c pbsolver = "roundingsat"
13.26/13.46	c load symmetries from file ""
13.26/13.46	c set time limit for symmetry computation to 100 seconds.
13.26/13.46	c set interchangeable summation variable limit to 3
13.26/13.46	c set abs symmetric core budget per WCE-iteration to 100
13.26/13.46	c set rel symmetric core budget per WCE-iteration to 0
13.26/13.46	c set lit symmetric core budget per WCE-iteration to 0
13.26/13.46	c set sym generation to 's'
13.26/13.46	c set abstraction set creation to 10 iterations without LB change
13.26/13.46	c set abstraction set inputs to 0
13.26/13.46	c set abstraction set cluster min size to 2
13.26/13.46	c set abstraction set cluster max size to 100000000
13.26/13.46	c set abstraction set cluster activation limit to 2
13.26/13.46	c enable abstraction set require equal cost
13.26/13.46	c set abstraction set assumptions to 0
13.26/13.46	c set abstraction set constraint type to 0
13.26/13.46	c set abstract core extraction strategy to b
13.26/13.46	c set core extraction strategy to 2
13.26/13.46	c set core extraction shuffles 10
13.26/13.46	c set cores per iteration to 5
13.26/13.46	c set optimizer bound usage strategy to 2
13.26/13.46	c set optimizer max non-optimal iterations to 1000
13.26/13.46	c set small core cardinality limit to 2
13.26/13.46	c set max coef in cores to 1000000000
13.26/13.46	c set SIS iterations to 5
13.26/13.46	c set SIS budget abs to 1000
13.26/13.46	c set SIS budget rel to 0.05
13.26/13.46	c limit for coefficient in constraints and objective to 9223372036854775807
13.26/13.46	c will solve HOME/instance-4458491-1721872407.opb
13.26/13.46	c [0] solve iteration 1, LB=-961, UB=1
13.26/13.46	c [0.01] solve iteration 2, LB=-31, UB=-15
13.26/13.46	c [0.01] solve iteration 3, LB=-31, UB=-15
13.26/13.46	c [0.01] solve iteration 4, LB=-31, UB=-15
13.26/13.46	c [0.02] solve iteration 5, LB=-31, UB=-15
13.26/13.46	c [0.29] solve iteration 6, LB=-31, UB=-15
13.26/13.46	c [0.3] solve iteration 7, LB=-31, UB=-15
13.26/13.46	c [0.3] solve iteration 8, LB=-31, UB=-15
13.26/13.46	c [0.3] solve iteration 9, LB=-31, UB=-15
13.26/13.46	c [0.31] solve iteration 10, LB=-31, UB=-15
13.26/13.46	c [0.84] solve iteration 11, LB=-31, UB=-15
13.26/13.46	c [0.85] solve iteration 12, LB=-31, UB=-15
13.26/13.46	c [0.88] solve iteration 13, LB=-31, UB=-15
13.26/13.46	c [0.88] solve iteration 14, LB=-31, UB=-15
13.26/13.46	c [0.89] solve iteration 15, LB=-31, UB=-15
13.26/13.46	c [1.6] solve iteration 16, LB=-31, UB=-15
13.26/13.46	c [1.62] solve iteration 17, LB=-31, UB=-15
13.26/13.46	c [1.63] solve iteration 18, LB=-31, UB=-15
13.26/13.46	c [1.64] solve iteration 19, LB=-31, UB=-15
13.26/13.46	c [1.65] solve iteration 20, LB=-31, UB=-15
13.26/13.46	c [2.83] solve iteration 21, LB=-31, UB=-15
13.26/13.46	c [2.85] solve iteration 22, LB=-31, UB=-15
13.26/13.46	c [2.86] solve iteration 23, LB=-31, UB=-15
13.26/13.46	c [2.87] solve iteration 24, LB=-31, UB=-15
13.26/13.46	c [2.88] solve iteration 25, LB=-31, UB=-15
13.26/13.46	c [4.11] solve iteration 26, LB=-31, UB=-15
13.26/13.46	c [4.14] solve iteration 27, LB=-31, UB=-15
13.26/13.46	c [4.16] solve iteration 28, LB=-31, UB=-15
13.26/13.46	c [4.19] solve iteration 29, LB=-31, UB=-15
13.26/13.46	c [4.21] solve iteration 30, LB=-31, UB=-15
13.26/13.46	c [5.37] solve iteration 31, LB=-31, UB=-15
13.26/13.46	c [5.39] solve iteration 32, LB=-31, UB=-15
13.26/13.46	c [5.4] solve iteration 33, LB=-31, UB=-15
13.26/13.46	c [5.42] solve iteration 34, LB=-31, UB=-15
13.26/13.46	c [5.43] solve iteration 35, LB=-31, UB=-15
13.26/13.46	c [6.72] solve iteration 36, LB=-31, UB=-15
13.26/13.46	c [6.75] solve iteration 37, LB=-31, UB=-15
13.26/13.46	c [6.78] solve iteration 38, LB=-31, UB=-15
13.26/13.46	c [6.81] solve iteration 39, LB=-31, UB=-15
13.26/13.46	c [6.84] solve iteration 40, LB=-31, UB=-15
13.26/13.46	c [7.91] solve iteration 41, LB=-31, UB=-15
13.26/13.46	c [7.93] solve iteration 42, LB=-31, UB=-15
13.26/13.46	c [7.95] solve iteration 43, LB=-31, UB=-15
13.26/13.46	c [7.97] solve iteration 44, LB=-31, UB=-15
13.26/13.46	c [7.99] solve iteration 45, LB=-31, UB=-15
13.26/13.46	c [9.32] solve iteration 46, LB=-31, UB=-15
13.26/13.46	c [9.36] solve iteration 47, LB=-31, UB=-15
13.26/13.46	c [9.41] solve iteration 48, LB=-31, UB=-15
13.26/13.46	c [9.45] solve iteration 49, LB=-31, UB=-15
13.26/13.46	c [9.51] solve iteration 50, LB=-31, UB=-15
13.26/13.46	c [10.97] solve iteration 51, LB=-31, UB=-15
13.26/13.46	c [11] solve iteration 52, LB=-31, UB=-15
13.26/13.46	c [11.03] solve iteration 53, LB=-31, UB=-15
13.26/13.46	c [11.06] solve iteration 54, LB=-31, UB=-15
13.26/13.46	c [11.09] solve iteration 55, LB=-31, UB=-15
13.26/13.46	c [12.78] solve iteration 56, LB=-31, UB=-15
13.26/13.46	c [12.83] solve iteration 57, LB=-31, UB=-15
13.26/13.46	c [12.88] solve iteration 58, LB=-31, UB=-15
13.26/13.46	c [12.94] solve iteration 59, LB=-31, UB=-15
13.26/13.46	c [12.98] solve iteration 60, LB=-31, UB=-15
84.12/84.69	c [14.79] solve iteration 61, LB=-31, UB=-15
84.12/84.69	c [14.82] solve iteration 62, LB=-31, UB=-15
84.12/84.69	c [14.86] solve iteration 63, LB=-31, UB=-15
84.12/84.69	c [14.9] solve iteration 64, LB=-31, UB=-15
84.12/84.69	c [14.93] solve iteration 65, LB=-31, UB=-15
84.12/84.69	c [17.69] solve iteration 66, LB=-31, UB=-15
84.12/84.69	c [17.73] solve iteration 67, LB=-31, UB=-15
84.12/84.69	c [17.75] solve iteration 68, LB=-31, UB=-15
84.12/84.69	c [17.78] solve iteration 69, LB=-31, UB=-15
84.12/84.69	c [17.81] solve iteration 70, LB=-31, UB=-15
84.12/84.69	c [19.71] solve iteration 71, LB=-31, UB=-15
84.12/84.69	c [19.77] solve iteration 72, LB=-31, UB=-15
84.12/84.69	c [19.83] solve iteration 73, LB=-31, UB=-15
84.12/84.69	c [19.88] solve iteration 74, LB=-31, UB=-15
84.12/84.69	c [19.94] solve iteration 75, LB=-31, UB=-15
84.12/84.69	c [22.24] solve iteration 76, LB=-31, UB=-15
84.12/84.69	c [22.28] solve iteration 77, LB=-31, UB=-15
84.12/84.69	c [22.31] solve iteration 78, LB=-31, UB=-15
84.12/84.69	c [22.34] solve iteration 79, LB=-31, UB=-15
84.12/84.69	c [22.38] solve iteration 80, LB=-31, UB=-15
84.12/84.69	c [24.83] solve iteration 81, LB=-31, UB=-15
84.12/84.69	c [24.91] solve iteration 82, LB=-31, UB=-15
84.12/84.69	c [24.98] solve iteration 83, LB=-31, UB=-15
84.12/84.69	c [25.06] solve iteration 84, LB=-31, UB=-15
84.12/84.69	c [25.13] solve iteration 85, LB=-31, UB=-15
84.12/84.69	c [28.2] solve iteration 86, LB=-31, UB=-15
84.12/84.69	c [28.23] solve iteration 87, LB=-31, UB=-15
84.12/84.69	c [28.27] solve iteration 88, LB=-31, UB=-15
84.12/84.69	c [28.31] solve iteration 89, LB=-31, UB=-15
84.12/84.69	c [28.35] solve iteration 90, LB=-31, UB=-15
84.12/84.69	c [31.84] solve iteration 91, LB=-31, UB=-15
84.12/84.69	c [31.87] solve iteration 92, LB=-31, UB=-15
84.12/84.69	c [31.92] solve iteration 93, LB=-31, UB=-15
84.12/84.69	c [31.95] solve iteration 94, LB=-31, UB=-15
84.12/84.69	c [31.99] solve iteration 95, LB=-31, UB=-15
84.12/84.69	c [34.37] solve iteration 96, LB=-31, UB=-15
84.12/84.69	c [34.45] solve iteration 97, LB=-31, UB=-15
84.12/84.69	c [34.53] solve iteration 98, LB=-31, UB=-15
84.12/84.69	c [34.61] solve iteration 99, LB=-31, UB=-15
84.12/84.69	c [34.69] solve iteration 100, LB=-31, UB=-15
84.12/84.69	c [37.65] solve iteration 101, LB=-31, UB=-15
84.12/84.69	c [37.7] solve iteration 102, LB=-31, UB=-15
84.12/84.69	c [37.76] solve iteration 103, LB=-31, UB=-15
84.12/84.69	c [37.82] solve iteration 104, LB=-31, UB=-15
84.12/84.69	c [37.87] solve iteration 105, LB=-31, UB=-15
84.12/84.69	c [40.06] solve iteration 106, LB=-31, UB=-15
84.12/84.69	c [40.14] solve iteration 107, LB=-31, UB=-15
84.12/84.69	c [40.22] solve iteration 108, LB=-31, UB=-15
84.12/84.69	c [40.29] solve iteration 109, LB=-31, UB=-15
84.12/84.69	c [40.37] solve iteration 110, LB=-31, UB=-15
84.12/84.69	c [46.51] solve iteration 111, LB=-31, UB=-15
84.12/84.69	c [46.58] solve iteration 112, LB=-31, UB=-15
84.12/84.69	c [46.65] solve iteration 113, LB=-31, UB=-15
84.12/84.69	c [46.71] solve iteration 114, LB=-31, UB=-15
84.12/84.69	c [46.79] solve iteration 115, LB=-31, UB=-15
84.12/84.69	c [51.23] solve iteration 116, LB=-31, UB=-15
84.12/84.69	c [51.28] solve iteration 117, LB=-31, UB=-15
84.12/84.69	c [51.33] solve iteration 118, LB=-31, UB=-15
84.12/84.69	c [51.38] solve iteration 119, LB=-31, UB=-15
84.12/84.69	c [51.43] solve iteration 120, LB=-31, UB=-15
84.12/84.69	c [54.5] solve iteration 121, LB=-31, UB=-15
84.12/84.69	c [54.6] solve iteration 122, LB=-31, UB=-15
84.12/84.69	c [54.68] solve iteration 123, LB=-31, UB=-15
84.12/84.69	c [54.78] solve iteration 124, LB=-31, UB=-15
84.12/84.69	c [54.87] solve iteration 125, LB=-31, UB=-15
84.12/84.69	c [59.14] solve iteration 126, LB=-31, UB=-15
84.12/84.69	c [59.24] solve iteration 127, LB=-31, UB=-15
84.12/84.69	c [59.34] solve iteration 128, LB=-31, UB=-15
84.12/84.69	c [59.45] solve iteration 129, LB=-31, UB=-15
84.12/84.69	c [59.55] solve iteration 130, LB=-31, UB=-15
84.12/84.69	c [64.39] solve iteration 131, LB=-31, UB=-15
84.12/84.69	c [64.47] solve iteration 132, LB=-31, UB=-15
84.12/84.69	c [64.55] solve iteration 133, LB=-31, UB=-15
84.12/84.69	c [64.62] solve iteration 134, LB=-31, UB=-15
84.12/84.69	c [64.7] solve iteration 135, LB=-31, UB=-15
84.12/84.69	c [70.45] solve iteration 136, LB=-31, UB=-15
84.12/84.69	c [70.51] solve iteration 137, LB=-31, UB=-15
84.12/84.69	c [70.58] solve iteration 138, LB=-31, UB=-15
84.12/84.69	c [70.63] solve iteration 139, LB=-31, UB=-15
84.12/84.69	c [70.69] solve iteration 140, LB=-31, UB=-15
84.12/84.69	c [76.7] solve iteration 141, LB=-31, UB=-15
84.12/84.69	c [76.82] solve iteration 142, LB=-31, UB=-15
84.12/84.69	c [76.94] solve iteration 143, LB=-31, UB=-15
84.12/84.69	c [77.09] solve iteration 144, LB=-31, UB=-15
84.12/84.69	c [77.24] solve iteration 145, LB=-31, UB=-15
84.12/84.69	c [82.44] solve iteration 146, LB=-31, UB=-15
84.12/84.69	c [82.51] solve iteration 147, LB=-31, UB=-15
84.12/84.69	c [82.58] solve iteration 148, LB=-31, UB=-15
84.12/84.69	c [82.65] solve iteration 149, LB=-31, UB=-15
84.12/84.69	c [82.73] solve iteration 150, LB=-31, UB=-15
290.28/291.45	c [88.7] solve iteration 151, LB=-31, UB=-15
290.28/291.45	c [88.78] solve iteration 152, LB=-31, UB=-15
290.28/291.45	c [88.86] solve iteration 153, LB=-31, UB=-15
290.28/291.45	c [88.94] solve iteration 154, LB=-31, UB=-15
290.28/291.45	c [89.02] solve iteration 155, LB=-31, UB=-15
290.28/291.45	c [96.02] solve iteration 156, LB=-31, UB=-15
290.28/291.45	c [96.08] solve iteration 157, LB=-31, UB=-15
290.28/291.45	c [96.14] solve iteration 158, LB=-31, UB=-15
290.28/291.45	c [96.2] solve iteration 159, LB=-31, UB=-15
290.28/291.45	c [96.26] solve iteration 160, LB=-31, UB=-15
290.28/291.45	c [104.07] solve iteration 161, LB=-31, UB=-15
290.28/291.45	c [104.2] solve iteration 162, LB=-31, UB=-15
290.28/291.45	c [104.35] solve iteration 163, LB=-31, UB=-15
290.28/291.45	c [104.5] solve iteration 164, LB=-31, UB=-15
290.28/291.45	c [104.63] solve iteration 165, LB=-31, UB=-15
290.28/291.45	c [111.93] solve iteration 166, LB=-31, UB=-15
290.28/291.45	c [112.05] solve iteration 167, LB=-31, UB=-15
290.28/291.45	c [112.17] solve iteration 168, LB=-31, UB=-15
290.28/291.45	c [112.28] solve iteration 169, LB=-31, UB=-15
290.28/291.45	c [112.4] solve iteration 170, LB=-31, UB=-15
290.28/291.45	c [123.18] solve iteration 171, LB=-31, UB=-15
290.28/291.45	c [123.29] solve iteration 172, LB=-31, UB=-15
290.28/291.45	c [123.4] solve iteration 173, LB=-31, UB=-15
290.28/291.45	c [123.5] solve iteration 174, LB=-31, UB=-15
290.28/291.45	c [123.62] solve iteration 175, LB=-31, UB=-15
290.28/291.45	c [129.61] solve iteration 176, LB=-31, UB=-15
290.28/291.45	c [129.67] solve iteration 177, LB=-31, UB=-15
290.28/291.45	c [129.72] solve iteration 178, LB=-31, UB=-15
290.28/291.45	c [129.78] solve iteration 179, LB=-31, UB=-15
290.28/291.45	c [129.84] solve iteration 180, LB=-31, UB=-15
290.28/291.45	c [135.25] solve iteration 181, LB=-31, UB=-15
290.28/291.45	c [135.3] solve iteration 182, LB=-31, UB=-15
290.28/291.45	c [135.36] solve iteration 183, LB=-31, UB=-15
290.28/291.45	c [135.41] solve iteration 184, LB=-31, UB=-15
290.28/291.45	c [135.46] solve iteration 185, LB=-31, UB=-15
290.28/291.45	c [140.61] solve iteration 186, LB=-31, UB=-15
290.28/291.45	c [140.66] solve iteration 187, LB=-31, UB=-15
290.28/291.45	c [140.72] solve iteration 188, LB=-31, UB=-15
290.28/291.45	c [140.78] solve iteration 189, LB=-31, UB=-15
290.28/291.45	c [140.83] solve iteration 190, LB=-31, UB=-15
290.28/291.45	c [149.33] solve iteration 191, LB=-31, UB=-15
290.28/291.45	c [149.39] solve iteration 192, LB=-31, UB=-15
290.28/291.45	c [149.46] solve iteration 193, LB=-31, UB=-15
290.28/291.45	c [149.52] solve iteration 194, LB=-31, UB=-15
290.28/291.45	c [149.58] solve iteration 195, LB=-31, UB=-15
290.28/291.45	c [162.33] solve iteration 196, LB=-31, UB=-15
290.28/291.45	c [162.51] solve iteration 197, LB=-31, UB=-15
290.28/291.45	c [162.7] solve iteration 198, LB=-31, UB=-15
290.28/291.45	c [162.88] solve iteration 199, LB=-31, UB=-15
290.28/291.45	c [163.07] solve iteration 200, LB=-31, UB=-15
290.28/291.45	c [174.06] solve iteration 201, LB=-31, UB=-15
290.28/291.45	c [174.19] solve iteration 202, LB=-31, UB=-15
290.28/291.45	c [174.33] solve iteration 203, LB=-31, UB=-15
290.28/291.45	c [174.47] solve iteration 204, LB=-31, UB=-15
290.28/291.45	c [174.6] solve iteration 205, LB=-31, UB=-15
290.28/291.45	c [185.9] solve iteration 206, LB=-31, UB=-15
290.28/291.45	c [186.03] solve iteration 207, LB=-31, UB=-15
290.28/291.45	c [186.17] solve iteration 208, LB=-31, UB=-15
290.28/291.45	c [186.3] solve iteration 209, LB=-31, UB=-15
290.28/291.45	c [186.43] solve iteration 210, LB=-31, UB=-15
290.28/291.45	c [197.77] solve iteration 211, LB=-31, UB=-15
290.28/291.45	c [197.91] solve iteration 212, LB=-31, UB=-15
290.28/291.45	c [198.08] solve iteration 213, LB=-31, UB=-15
290.28/291.45	c [198.25] solve iteration 214, LB=-31, UB=-15
290.28/291.45	c [198.42] solve iteration 215, LB=-31, UB=-15
290.28/291.45	c [221.16] solve iteration 216, LB=-31, UB=-15
290.28/291.45	c [221.32] solve iteration 217, LB=-31, UB=-15
290.28/291.45	c [221.47] solve iteration 218, LB=-31, UB=-15
290.28/291.45	c [221.64] solve iteration 219, LB=-31, UB=-15
290.28/291.45	c [221.8] solve iteration 220, LB=-31, UB=-15
290.28/291.45	c [233.22] solve iteration 221, LB=-31, UB=-15
290.28/291.45	c [233.39] solve iteration 222, LB=-31, UB=-15
290.28/291.45	c [233.56] solve iteration 223, LB=-31, UB=-15
290.28/291.45	c [233.73] solve iteration 224, LB=-31, UB=-15
290.28/291.45	c [233.92] solve iteration 225, LB=-31, UB=-15
290.28/291.45	c [248.97] solve iteration 226, LB=-31, UB=-15
290.28/291.45	c [249.05] solve iteration 227, LB=-31, UB=-15
290.28/291.45	c [249.14] solve iteration 228, LB=-31, UB=-15
290.28/291.45	c [249.22] solve iteration 229, LB=-31, UB=-15
290.28/291.45	c [249.33] solve iteration 230, LB=-31, UB=-15
290.28/291.45	c [265.05] solve iteration 231, LB=-31, UB=-15
290.28/291.45	c [265.23] solve iteration 232, LB=-31, UB=-15
290.28/291.45	c [265.33] solve iteration 233, LB=-31, UB=-15
290.28/291.45	c [265.43] solve iteration 234, LB=-31, UB=-15
290.28/291.45	c [265.52] solve iteration 235, LB=-31, UB=-15
290.28/291.45	c [286.1] solve iteration 236, LB=-31, UB=-15
290.28/291.45	c [286.22] solve iteration 237, LB=-31, UB=-15
290.28/291.45	c [286.34] solve iteration 238, LB=-31, UB=-15
1059.18/1062.49	c [286.45] solve iteration 239, LB=-31, UB=-15
1059.18/1062.49	c [286.57] solve iteration 240, LB=-31, UB=-15
1059.18/1062.49	c [304.97] solve iteration 241, LB=-31, UB=-15
1059.18/1062.49	c [305.08] solve iteration 242, LB=-31, UB=-15
1059.18/1062.49	c [305.2] solve iteration 243, LB=-31, UB=-15
1059.18/1062.49	c [305.31] solve iteration 244, LB=-31, UB=-15
1059.18/1062.49	c [305.43] solve iteration 245, LB=-31, UB=-15
1059.18/1062.49	c [316.57] solve iteration 246, LB=-31, UB=-15
1059.18/1062.49	c [316.66] solve iteration 247, LB=-31, UB=-15
1059.18/1062.49	c [316.75] solve iteration 248, LB=-31, UB=-15
1059.18/1062.49	c [316.84] solve iteration 249, LB=-31, UB=-15
1059.18/1062.49	c [316.94] solve iteration 250, LB=-31, UB=-15
1059.18/1062.49	c [342.07] solve iteration 251, LB=-31, UB=-15
1059.18/1062.49	c [342.28] solve iteration 252, LB=-31, UB=-15
1059.18/1062.49	c [342.47] solve iteration 253, LB=-31, UB=-15
1059.18/1062.49	c [342.67] solve iteration 254, LB=-31, UB=-15
1059.18/1062.49	c [342.87] solve iteration 255, LB=-31, UB=-15
1059.18/1062.49	c [361.47] solve iteration 256, LB=-31, UB=-15
1059.18/1062.49	c [361.63] solve iteration 257, LB=-31, UB=-15
1059.18/1062.49	c [361.8] solve iteration 258, LB=-31, UB=-15
1059.18/1062.49	c [361.93] solve iteration 259, LB=-31, UB=-15
1059.18/1062.49	c [362.08] solve iteration 260, LB=-31, UB=-15
1059.18/1062.49	c [383.8] solve iteration 261, LB=-31, UB=-15
1059.18/1062.49	c [383.93] solve iteration 262, LB=-31, UB=-15
1059.18/1062.49	c [384.06] solve iteration 263, LB=-31, UB=-15
1059.18/1062.49	c [384.18] solve iteration 264, LB=-31, UB=-15
1059.18/1062.49	c [384.3] solve iteration 265, LB=-31, UB=-15
1059.18/1062.49	c [414.27] solve iteration 266, LB=-31, UB=-15
1059.18/1062.49	c [414.47] solve iteration 267, LB=-31, UB=-15
1059.18/1062.49	c [414.64] solve iteration 268, LB=-31, UB=-15
1059.18/1062.49	c [414.83] solve iteration 269, LB=-31, UB=-15
1059.18/1062.49	c [415] solve iteration 270, LB=-31, UB=-15
1059.18/1062.49	c [442.27] solve iteration 271, LB=-31, UB=-15
1059.18/1062.49	c [442.53] solve iteration 272, LB=-31, UB=-15
1059.18/1062.49	c [442.93] solve iteration 273, LB=-31, UB=-15
1059.18/1062.49	c [443.3] solve iteration 274, LB=-31, UB=-15
1059.18/1062.49	c [443.56] solve iteration 275, LB=-31, UB=-15
1059.18/1062.49	c [479.07] solve iteration 276, LB=-31, UB=-15
1059.18/1062.49	c [479.19] solve iteration 277, LB=-31, UB=-15
1059.18/1062.49	c [479.33] solve iteration 278, LB=-31, UB=-15
1059.18/1062.49	c [479.45] solve iteration 279, LB=-31, UB=-15
1059.18/1062.49	c [479.58] solve iteration 280, LB=-31, UB=-15
1059.18/1062.49	c [527.57] solve iteration 281, LB=-31, UB=-15
1059.18/1062.49	c [527.81] solve iteration 282, LB=-31, UB=-15
1059.18/1062.49	c [528.05] solve iteration 283, LB=-31, UB=-15
1059.18/1062.49	c [528.29] solve iteration 284, LB=-31, UB=-15
1059.18/1062.49	c [528.55] solve iteration 285, LB=-31, UB=-15
1059.18/1062.49	c [571.86] solve iteration 286, LB=-31, UB=-15
1059.18/1062.49	c [572.19] solve iteration 287, LB=-31, UB=-15
1059.18/1062.49	c [572.56] solve iteration 288, LB=-31, UB=-15
1059.18/1062.49	c [572.87] solve iteration 289, LB=-31, UB=-15
1059.18/1062.49	c [573.19] solve iteration 290, LB=-31, UB=-15
1059.18/1062.49	c [615.83] solve iteration 291, LB=-31, UB=-15
1059.18/1062.49	c [616.01] solve iteration 292, LB=-31, UB=-15
1059.18/1062.49	c [616.2] solve iteration 293, LB=-31, UB=-15
1059.18/1062.49	c [616.38] solve iteration 294, LB=-31, UB=-15
1059.18/1062.49	c [616.57] solve iteration 295, LB=-31, UB=-15
1059.18/1062.49	c [654.43] solve iteration 296, LB=-31, UB=-15
1059.18/1062.49	c [654.73] solve iteration 297, LB=-31, UB=-15
1059.18/1062.49	c [655.05] solve iteration 298, LB=-31, UB=-15
1059.18/1062.49	c [655.35] solve iteration 299, LB=-31, UB=-15
1059.18/1062.49	c [655.65] solve iteration 300, LB=-31, UB=-15
1059.18/1062.49	c [704.57] solve iteration 301, LB=-31, UB=-15
1059.18/1062.49	c [704.76] solve iteration 302, LB=-31, UB=-15
1059.18/1062.49	c [704.93] solve iteration 303, LB=-31, UB=-15
1059.18/1062.49	c [705.12] solve iteration 304, LB=-31, UB=-15
1059.18/1062.49	c [705.29] solve iteration 305, LB=-31, UB=-15
1059.18/1062.49	c [801.86] solve iteration 306, LB=-31, UB=-15
1059.18/1062.49	c [802.19] solve iteration 307, LB=-31, UB=-15
1059.18/1062.49	c [802.49] solve iteration 308, LB=-31, UB=-15
1059.18/1062.49	c [802.8] solve iteration 309, LB=-31, UB=-15
1059.18/1062.49	c [803.11] solve iteration 310, LB=-31, UB=-15
1059.18/1062.49	c [849.47] solve iteration 311, LB=-31, UB=-15
1059.18/1062.49	c [849.73] solve iteration 312, LB=-31, UB=-15
1059.18/1062.49	c [850.14] solve iteration 313, LB=-31, UB=-15
1059.18/1062.49	c [850.54] solve iteration 314, LB=-31, UB=-15
1059.18/1062.49	c [850.79] solve iteration 315, LB=-31, UB=-15
1059.18/1062.49	c [909.25] solve iteration 316, LB=-31, UB=-15
1059.18/1062.49	c [909.61] solve iteration 317, LB=-31, UB=-15
1059.18/1062.49	c [909.74] solve iteration 318, LB=-31, UB=-15
1059.18/1062.49	c [910.03] solve iteration 319, LB=-31, UB=-15
1059.18/1062.49	c [910.34] solve iteration 320, LB=-31, UB=-15
1059.18/1062.49	c [1046.31] solve iteration 321, LB=-31, UB=-15
1059.18/1062.49	c [1046.59] solve iteration 322, LB=-31, UB=-15
1059.18/1062.49	c [1047.15] solve iteration 323, LB=-31, UB=-15
1059.18/1062.49	c [1047.86] solve iteration 324, LB=-31, UB=-15
1059.18/1062.49	c [1048.79] soHOME/run-glibc-2.34.sh: line 2: 217948 Terminated              LD_LIBRARY_PATH=/home/evaluation/evaluation/priv/lib:/home/evaluation/evaluation/tools/lib64:/home/evaluation/evaluation/tools/lib:/usr/local/lib:/home/evaluation/evaluation/tools/glibc-2.34/lib/:/lib64 /home/evaluation/evaluation/tools/glibc-2.34/lib/ld-linux-x86-64.so.2 $*

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458491-1721872407/watcher-4458491-1721872407 -o /tmp/evaluation-result-4458491-1721872407/solver-4458491-1721872407 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721865114-213054 --watchdog 3760 run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4458491-1721872407.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=217946, runsolver pid=217943
Current StackSize limit: 8192 KiB


[startup+0.101004 s]*
/proc/loadavg: 4.10 4.14 4.15 5/264 217949
/proc/meminfo: memFree=121507408/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=138336 memory=27440 CPUtime=0.09 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 2149 0 0 0 8 1 0 0 20 0 2 0 23764079 141656064 6860 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 34584 6860 3583 46 0 7179 0
[pid=217948/tid=217949] ppid=217946 vsize=138336 memory=4026561614 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23764081 141656064 6860 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 148264 KiB
Current children cumulated memory: 30140 KiB

[startup+0.206004 s]*
/proc/loadavg: 4.10 4.14 4.15 5/264 217949
/proc/meminfo: memFree=121507072/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=138336 memory=27440 CPUtime=0.2 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 2200 0 0 0 18 2 0 0 20 0 2 0 23764079 141656064 6860 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 34584 6860 3583 46 0 7179 0
[pid=217948/tid=217949] ppid=217946 vsize=138336 memory=3471202400344241230 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23764081 141656064 6860 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 148264 KiB
Current children cumulated memory: 30140 KiB

[startup+0.305835 s]*
/proc/loadavg: 4.10 4.14 4.15 5/264 217949
/proc/meminfo: memFree=121506120/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=138336 memory=28496 CPUtime=0.29 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 2434 0 0 0 26 3 0 0 20 0 2 0 23764079 141656064 7124 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 34584 7124 3583 46 0 7179 0
[pid=217948/tid=217949] ppid=217946 vsize=138336 memory=-8536789241173927014 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) R 217946 217946 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23764081 141656064 7124 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 148264 KiB
Current children cumulated memory: 31196 KiB

[startup+0.700273 s]
/proc/loadavg: 4.10 4.14 4.15 5/264 217949
/proc/meminfo: memFree=121502956/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=143044 memory=34152 CPUtime=0.68 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 3337 0 0 0 62 6 0 0 20 0 2 0 23764079 146477056 8538 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 35761 8538 3583 46 0 8356 0
[pid=217948/tid=217949] ppid=217946 vsize=143044 memory=25596 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 2 0 23764081 146477056 8538 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 152972 KiB
Current children cumulated memory: 36852 KiB

[startup+1.50028 s]
/proc/loadavg: 4.10 4.14 4.15 5/264 217949
/proc/meminfo: memFree=121498592/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=145148 memory=36828 CPUtime=1.48 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 6629 0 0 0 137 11 0 0 20 0 2 0 23764079 148631552 9207 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 36287 9207 3599 46 0 8882 0
[pid=217948/tid=217949] ppid=217946 vsize=145148 memory=11944 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 2 0 23764081 148631552 9207 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 155076 KiB
Current children cumulated memory: 39528 KiB

[startup+3.10573 s]
/proc/loadavg: 4.09 4.13 4.15 5/264 217949
/proc/meminfo: memFree=121487788/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=160980 memory=47652 CPUtime=3.07 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 12115 0 0 0 291 16 0 0 20 0 2 0 23764079 164843520 11913 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 40245 11913 3599 46 0 12840 0
[pid=217948/tid=217949] ppid=217946 vsize=160980 memory=2700 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 2 0 23764081 164843520 11913 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 170908 KiB
Current children cumulated memory: 50352 KiB

[startup+6.30023 s]
/proc/loadavg: 4.09 4.13 4.15 5/264 217949
/proc/meminfo: memFree=121479432/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=163596 memory=54536 CPUtime=6.23 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 20119 0 0 0 602 21 0 0 20 0 2 0 23764079 167522304 13634 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 40899 13634 3599 46 0 13494 0
[pid=217948/tid=217949] ppid=217946 vsize=163596 memory=2700 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 2 0 23764081 167522304 13634 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 173524 KiB
Current children cumulated memory: 57236 KiB

[startup+12.7003 s]
/proc/loadavg: 4.08 4.13 4.15 5/264 217950
/proc/meminfo: memFree=121466040/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=180076 memory=61540 CPUtime=12.58 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 29949 0 0 0 1224 34 0 0 20 0 2 0 23764079 184397824 15385 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 45019 15385 3758 46 0 17614 0
[pid=217948/tid=217949] ppid=217946 vsize=180076 memory=2700 CPUtime=0 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 17 0 0 0 0 0 0 0 20 0 2 0 23764081 184397824 15385 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 12.58 s
Current children cumulated vsize: 190004 KiB
Current children cumulated memory: 64240 KiB

[startup+25.5003 s]
/proc/loadavg: 4.06 4.12 4.15 5/264 217952
/proc/meminfo: memFree=121440012/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=184940 memory=73956 CPUtime=25.31 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 48731 0 0 0 2478 53 0 0 20 0 2 0 23764079 189378560 18489 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 46235 18489 3758 46 0 18830 0
[pid=217948/tid=217949] ppid=217946 vsize=184940 memory=66152 CPUtime=0.01 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 26 0 0 0 0 1 0 0 20 0 2 0 23764081 189378560 18489 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 194868 KiB
Current children cumulated memory: 76656 KiB

[startup+51.1059 s]
/proc/loadavg: 4.10 4.13 4.15 5/264 217957
/proc/meminfo: memFree=121419896/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=211016 memory=83388 CPUtime=50.77 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 73048 0 0 0 4986 91 0 0 20 0 2 0 23764079 216080384 20847 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 52754 20847 3758 46 0 25349 0
[pid=217948/tid=217949] ppid=217946 vsize=211016 memory=2700 CPUtime=0.04 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 41 0 0 0 1 3 0 0 20 0 2 0 23764081 216080384 20847 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 50.77 s
Current children cumulated vsize: 220944 KiB
Current children cumulated memory: 86088 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.12 4.14 5/264 217966
/proc/meminfo: memFree=121376220/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=223536 memory=108440 CPUtime=101.77 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 117709 0 0 0 10004 173 0 0 20 0 2 0 23764079 228900864 27110 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 55884 27110 3758 46 0 28479 0
[pid=217948/tid=217949] ppid=217946 vsize=223536 memory=11944 CPUtime=0.09 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 51 0 0 0 3 6 0 0 20 0 2 0 23764081 228900864 27110 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 101.77 s
Current children cumulated vsize: 233464 KiB
Current children cumulated memory: 111140 KiB

[startup+162.3 s]

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

/proc/217948/statm: 133762 96299 3758 46 0 106357 0
[pid=217948/tid=217949] ppid=217946 vsize=535048 memory=385176 CPUtime=3.13 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 267 0 0 0 115 198 0 0 20 0 2 0 23764081 547889152 96299 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3094.1 s
Current children cumulated vsize: 544976 KiB
Current children cumulated memory: 387896 KiB

[startup+3162.3 s]
/proc/loadavg: 4.72 4.41 4.24 5/262 220084
/proc/meminfo: memFree=119930976/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=535048 memory=385652 CPUtime=3153.96 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 748525 0 0 0 313115 2281 0 0 20 0 2 0 23764079 547889152 96413 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 133762 96413 3758 46 0 106357 0
[pid=217948/tid=217949] ppid=217946 vsize=535048 memory=11944 CPUtime=3.18 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 271 0 0 0 117 201 0 0 20 0 2 0 23764081 547889152 96413 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3153.96 s
Current children cumulated vsize: 544976 KiB
Current children cumulated memory: 388352 KiB

[startup+3222.3 s]
/proc/loadavg: 4.39 4.38 4.24 5/262 220094
/proc/meminfo: memFree=119918220/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=539360 memory=389160 CPUtime=3213.8 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 752662 0 0 0 319066 2314 0 0 20 0 2 0 23764079 552304640 97290 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 134840 97290 3758 46 0 107435 0
[pid=217948/tid=217949] ppid=217946 vsize=539360 memory=2700 CPUtime=3.24 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 275 0 0 0 119 205 0 0 20 0 2 0 23764081 552304640 97290 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3213.8 s
Current children cumulated vsize: 549288 KiB
Current children cumulated memory: 391860 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.32 4.22 5/262 220104
/proc/meminfo: memFree=119909044/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=539360 memory=389160 CPUtime=3273.66 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 753945 0 0 0 325036 2330 0 0 20 0 2 0 23764079 552304640 97290 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 134840 97290 3758 46 0 107435 0
[pid=217948/tid=217949] ppid=217946 vsize=539360 memory=389160 CPUtime=3.29 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 279 0 0 0 121 208 0 0 20 0 2 0 23764081 552304640 97290 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3273.66 s
Current children cumulated vsize: 549288 KiB
Current children cumulated memory: 391860 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.27 4.21 5/263 220116
/proc/meminfo: memFree=119910084/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=539360 memory=389164 CPUtime=3333.52 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 756603 0 0 0 331000 2352 0 0 20 0 2 0 23764079 552304640 97291 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 134840 97291 3758 46 0 107435 0
[pid=217948/tid=217949] ppid=217946 vsize=539360 memory=11944 CPUtime=3.35 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 283 0 0 0 123 212 0 0 20 0 2 0 23764081 552304640 97291 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3333.52 s
Current children cumulated vsize: 549288 KiB
Current children cumulated memory: 391864 KiB

[startup+3402.3 s]
/proc/loadavg: 3.66 4.13 4.17 4/254 220158
/proc/meminfo: memFree=120421944/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=539360 memory=389212 CPUtime=3393.36 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 759852 0 0 0 336950 2386 0 0 20 0 2 0 23764079 552304640 97303 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 134840 97303 3758 46 0 107435 0
[pid=217948/tid=217949] ppid=217946 vsize=539360 memory=2700 CPUtime=3.4 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 287 0 0 0 125 215 0 0 20 0 2 0 23764081 552304640 97303 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3393.36 s
Current children cumulated vsize: 549288 KiB
Current children cumulated memory: 391912 KiB

[startup+3462.3 s]
/proc/loadavg: 3.41 3.97 4.11 4/256 220172
/proc/meminfo: memFree=120366140/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=547036 memory=394928 CPUtime=3453.21 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 765443 0 0 0 342898 2423 0 0 20 0 2 0 23764079 560164864 98732 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 136759 98732 3758 46 0 109354 0
[pid=217948/tid=217949] ppid=217946 vsize=547036 memory=11944 CPUtime=3.45 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 291 0 0 0 127 218 0 0 20 0 2 0 23764081 560164864 98732 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3453.21 s
Current children cumulated vsize: 556964 KiB
Current children cumulated memory: 397628 KiB

[startup+3522.3 s]
/proc/loadavg: 3.23 3.80 4.04 4/256 220184
/proc/meminfo: memFree=120359776/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=547036 memory=399684 CPUtime=3513.1 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 766491 0 0 0 348870 2440 0 0 20 0 2 0 23764079 560164864 99921 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 136759 99921 3758 46 0 109354 0
[pid=217948/tid=217949] ppid=217946 vsize=547036 memory=2700 CPUtime=3.52 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 295 0 0 0 129 223 0 0 20 0 2 0 23764081 560164864 99921 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3513.1 s
Current children cumulated vsize: 556964 KiB
Current children cumulated memory: 402384 KiB

[startup+3582.3 s]
/proc/loadavg: 2.22 3.43 3.90 2/238 220255
/proc/meminfo: memFree=121576532/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=547036 memory=400396 CPUtime=3573 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 767210 0 0 0 354841 2459 0 0 20 0 2 0 23764079 560164864 100099 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 136759 100099 3758 46 0 109354 0
[pid=217948/tid=217949] ppid=217946 vsize=547036 memory=2700 CPUtime=3.59 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 299 0 0 0 131 228 0 0 20 0 2 0 23764081 560164864 100099 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3573 s
Current children cumulated vsize: 556964 KiB
Current children cumulated memory: 403096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 1.82 3.22 3.81 2/237 220260
/proc/meminfo: memFree=121576108/131524600 swapFree=131054968/131071996
[pid=217946] ppid=217943 vsize=9928 memory=2700 CPUtime=0 cores=0,2
/proc/217946/stat : 217946 (run-glibc-2.34.) S 217943 217946 213044 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 23764079 10166272 675 134679101440 94593682276352 94593683355672 140737409145648 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94593685454128 94593685501316 94593688633344 140737409151947 140737409152092 140737409152092 140737409159107 0
/proc/217946/statm: 2482 675 595 264 0 133 0
[pid=217948] ppid=217946 vsize=547036 memory=400396 CPUtime=3600.06 cores=0,2
/proc/217948/stat : 217948 (ld-linux-x86-64) R 217946 217946 213044 0 -1 4194304 767792 0 0 0 357535 2471 0 0 20 0 2 0 23764079 560164864 100099 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
/proc/217948/statm: 136759 100099 3758 46 0 109354 0
[pid=217948/tid=217949] ppid=217946 vsize=547036 memory=33884 CPUtime=3.62 cores=0,2
/proc/217948/task/217949/stat : 217949 (ld-linux-x86-64) S 217946 217946 213044 0 -1 1077936192 301 0 0 0 132 230 0 0 20 0 2 0 23764081 560164864 100099 134679101440 139643336835072 139643337022684 140725462554864 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 139643339123584 139643339133032 93824993357824 140725462561635 140725462561787 140725462561787 140725462568882 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 556964 KiB
Current children cumulated memory: 403096 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3609.41 s]
# the end of solver process 217946 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3575.36 s, system=24.7155 s

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

Child status: 143

Real time (s): 3609.41
CPU time (s): 3600.08
CPU user time (s): 3575.36
CPU system time (s): 24.7155
CPU usage (%): 99.7416
Max. virtual memory (cumulated for all children) (KiB): 556964
Max. memory (cumulated for all children) (KiB): 403096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3575.36
system time used= 24.7155
maximum resident set size= 400396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 768010
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= 357459
involuntary context switches= 24659


# summary of solver processes directly reported to runsolver:
#   pid: 217946
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3575.36
#   total CPU system time (s): 24.7155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.06253 second user time and 18.081 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-25 03:53:27
IDJOB=4458491
IDBENCH=177548
IDSOLVER=3056
FILE ID=nodeC028/4458491-1721872407
RUNJOBID= nodeC028-1721865114-213054
SLURM_JOB_ID= 8089181
Free space on /tmp= 889944 MiB

SOLVER NAME= IPBHS-GUROBI 2024-07-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxfirst_lastlayerdiv2/normalized-injcomp_opt_3layers_maxfirst_lastlayerdiv2_size_31.opb
COMMAND LINE= run-glibc-2.34.sh ./ipbhs_gurobi BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458491-1721872407/watcher-4458491-1721872407 -o /tmp/evaluation-result-4458491-1721872407/solver-4458491-1721872407 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721865114-213054 --watchdog 3760  run-glibc-2.34.sh ./ipbhs_gurobi HOME/instance-4458491-1721872407.opb

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

MD5SUM BENCH= b2f93c1f4bbb146f2fcd6f3efae8d4cf
RANDOM SEED=1099089995

nodeC028.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		: 3664.324
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121521784 kB
MemAvailable:   129338180 kB
Buffers:          287268 kB
Cached:          8314820 kB
SwapCached:          308 kB
Active:          2338884 kB
Inactive:        6979084 kB
Active(anon):       4484 kB
Inactive(anon):   763512 kB
Active(file):    2334400 kB
Inactive(file):  6215572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054968 kB
Dirty:             42080 kB
Writeback:             0 kB
AnonPages:        711440 kB
Mapped:           114288 kB
Shmem:             52100 kB
KReclaimable:     212496 kB
Slab:             333100 kB
SReclaimable:     212496 kB
SUnreclaim:       120604 kB
KernelStack:        4208 kB
PageTables:        11300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1156208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 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:      443092 kB
DirectMap2M:    51759104 kB
DirectMap1G:    83886080 kB

Free space on /tmp at the end= 890028 MiB
End job on nodeC028 at 2024-07-25 04:53:36