Trace number 4484063

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-SYM 2025-06-09? (TO) 3600.09 3603.21

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-3.opb
MD5SUM1c26e44dc48355aad6827be56d900020
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 benchmark3031
Best CPU time to get the best result obtained on this benchmark0.349868
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3300
Total number of constraints1985
Number of constraints which are clauses1364
Number of constraints which are cardinality constraints (but not clauses)621
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint220
Number of terms in the objective function 2792
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 1385986
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1385986
Number of bits of the biggest sum of numbers21
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.02	c initialize IPBHS solver
0.00/0.02	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.02	c optimizer = "gurobi"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c use separate pbsolver for SIS
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c enable explicit+compact SCL
0.00/0.02	c set sym compact max subset size to 5
0.00/0.02	c set explicit symmetry matrix usage to 1
0.00/0.02	c sym budget explicit to 100
0.00/0.02	c sym budget explicit lits to 6000
0.00/0.02	c sym budget compact to 100
0.00/0.02	c sym budget compact lits to 6000
0.00/0.02	c sym budget common to 0
0.00/0.02	c sym budget common lits to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set core processing techniques to 4095
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
0.07/0.12	c limit for coefficient in constraints and objective to 1000000000
0.07/0.12	c will solve HOME/instance-4484063-1751281913.opb
0.07/0.12	Searching graph automorphisms with time limit: 100
0.07/0.17	c [0.08] will start solving
529.93/530.56	c [0.14] solve iteration 1, LB=-1407, UB=1384580
529.93/530.56	c [0.56] solve iteration 2, LB=2021, UB=108162
529.93/530.56	c [1.4] solve iteration 3, LB=3029, UB=3040
529.93/530.56	c [2.37] solve iteration 4, LB=3029, UB=3038
529.93/530.56	c [2.65] solve iteration 5, LB=3029, UB=3038
529.93/530.56	c [3.24] solve iteration 6, LB=3029, UB=3038
529.93/530.56	c [3.55] solve iteration 7, LB=3029, UB=3038
529.93/530.56	c [6.46] solve iteration 8, LB=3029, UB=3038
529.93/530.56	c [7.23] solve iteration 9, LB=3029, UB=3035
529.93/530.56	c [7.73] solve iteration 10, LB=3029, UB=3035
529.93/530.56	c [8.25] solve iteration 11, LB=3029, UB=3035
529.93/530.56	c [9.08] solve iteration 12, LB=3029, UB=3033
529.93/530.56	c [13.85] solve iteration 13, LB=3029, UB=3033
529.93/530.56	c [14.51] solve iteration 14, LB=3029, UB=3033
529.93/530.56	c [15.16] solve iteration 15, LB=3029, UB=3033
529.93/530.56	c [15.9] solve iteration 16, LB=3029, UB=3033
529.93/530.56	c [16.55] solve iteration 17, LB=3029, UB=3033
529.93/530.56	c [22.11] solve iteration 18, LB=3029, UB=3033
529.93/530.56	c [22.85] solve iteration 19, LB=3029, UB=3033
529.93/530.56	c [23.57] solve iteration 20, LB=3029, UB=3033
529.93/530.56	c [24.68] solve iteration 21, LB=3029, UB=3033
529.93/530.56	c [25.57] solve iteration 22, LB=3029, UB=3033
529.93/530.56	c [41.81] solve iteration 23, LB=3029, UB=3033
529.93/530.56	c [42.87] solve iteration 24, LB=3029, UB=3032
529.93/530.56	c [43.94] solve iteration 25, LB=3029, UB=3032
529.93/530.56	c [44.87] solve iteration 26, LB=3029, UB=3032
529.93/530.56	c [45.76] solve iteration 27, LB=3029, UB=3032
529.93/530.56	c [61.25] solve iteration 28, LB=3029, UB=3032
529.93/530.56	c [62.24] solve iteration 29, LB=3029, UB=3032
529.93/530.56	c [63.39] solve iteration 30, LB=3029, UB=3032
529.93/530.56	c [64.73] solve iteration 31, LB=3029, UB=3032
529.93/530.56	c [65.89] solve iteration 32, LB=3029, UB=3032
529.93/530.56	c [84.91] solve iteration 33, LB=3029, UB=3032
529.93/530.56	c [86.06] solve iteration 34, LB=3029, UB=3032
529.93/530.56	c [87.71] solve iteration 35, LB=3029, UB=3032
529.93/530.56	c [89.13] solve iteration 36, LB=3029, UB=3032
529.93/530.56	c [90.42] solve iteration 37, LB=3029, UB=3032
529.93/530.56	c [103.89] solve iteration 38, LB=3029, UB=3032
529.93/530.56	c [105.19] solve iteration 39, LB=3029, UB=3032
529.93/530.56	c [106.45] solve iteration 40, LB=3029, UB=3032
529.93/530.56	c [107.86] solve iteration 41, LB=3029, UB=3032
529.93/530.56	c [110.36] solve iteration 42, LB=3029, UB=3032
529.93/530.56	c [136.18] solve iteration 43, LB=3029, UB=3032
529.93/530.56	c [138.81] solve iteration 44, LB=3029, UB=3032
529.93/530.56	c [140.96] solve iteration 45, LB=3029, UB=3032
529.93/530.56	c [142.92] solve iteration 46, LB=3029, UB=3032
529.93/530.56	c [145.19] solve iteration 47, LB=3029, UB=3032
529.93/530.56	c [168.69] solve iteration 48, LB=3029, UB=3032
529.93/530.56	c [171.04] solve iteration 49, LB=3029, UB=3032
529.93/530.56	c [173.41] solve iteration 50, LB=3029, UB=3032
529.93/530.56	c [177.01] solve iteration 51, LB=3029, UB=3032
529.93/530.56	c [179.48] solve iteration 52, LB=3029, UB=3032
529.93/530.56	c [212.53] solve iteration 53, LB=3029, UB=3032
529.93/530.56	c [214.98] solve iteration 54, LB=3029, UB=3032
529.93/530.56	c [217.57] solve iteration 55, LB=3029, UB=3032
529.93/530.56	c [220.07] solve iteration 56, LB=3029, UB=3032
529.93/530.56	c [224.2] solve iteration 57, LB=3029, UB=3032
529.93/530.56	c [250.69] solve iteration 58, LB=3029, UB=3032
529.93/530.56	c [253.27] solve iteration 59, LB=3029, UB=3032
529.93/530.56	c [256.05] solve iteration 60, LB=3029, UB=3032
529.93/530.56	c [258.78] solve iteration 61, LB=3029, UB=3032
529.93/530.56	c [261.47] solve iteration 62, LB=3029, UB=3032
529.93/530.56	c [289.64] solve iteration 63, LB=3029, UB=3032
529.93/530.56	c [293.24] solve iteration 64, LB=3029, UB=3032
529.93/530.56	c [296.13] solve iteration 65, LB=3029, UB=3032
529.93/530.56	c [299.82] solve iteration 66, LB=3029, UB=3032
529.93/530.56	c [302.96] solve iteration 67, LB=3029, UB=3032
529.93/530.56	c [335.94] solve iteration 68, LB=3029, UB=3032
529.93/530.56	c [339.46] solve iteration 69, LB=3029, UB=3032
529.93/530.56	c [342.77] solve iteration 70, LB=3029, UB=3032
529.93/530.56	c [346.13] solve iteration 71, LB=3029, UB=3032
529.93/530.56	c [349.41] solve iteration 72, LB=3029, UB=3032
529.93/530.56	c [390] solve iteration 73, LB=3029, UB=3032
529.93/530.56	c [393.51] solve iteration 74, LB=3029, UB=3032
529.93/530.56	c [397.31] solve iteration 75, LB=3029, UB=3032
529.93/530.56	c [401.12] solve iteration 76, LB=3029, UB=3032
529.93/530.56	c [404.99] solve iteration 77, LB=3029, UB=3032
529.93/530.56	c [459.9] solve iteration 78, LB=3029, UB=3032
529.93/530.56	c [463.13] solve iteration 79, LB=3029, UB=3032
529.93/530.56	c [466.69] solve iteration 80, LB=3029, UB=3032
529.93/530.56	c [470.36] solve iteration 81, LB=3029, UB=3032
529.93/530.56	c [473.68] solve iteration 82, LB=3029, UB=3032
529.93/530.56	c [507.29] solve iteration 83, LB=3029, UB=3032
529.93/530.56	c [510.79] solve iteration 84, LB=3029, UB=3032
529.93/530.56	c [514.35] solve iteration 85, LB=3029, UB=3032
529.93/530.56	c [517.92] solve iteration 86, LB=3029, UB=3032
529.93/530.56	c [521.73] solve iteration 87, LB=3029, UB=3032
2812.99/2815.77	c [576.69] solve iteration 88, LB=3029, UB=3032
2812.99/2815.77	c [582.99] solve iteration 89, LB=3029, UB=3032
2812.99/2815.77	c [587.49] solve iteration 90, LB=3029, UB=3032
2812.99/2815.77	c [591.64] solve iteration 91, LB=3029, UB=3032
2812.99/2815.77	c [595.64] solve iteration 92, LB=3029, UB=3032
2812.99/2815.77	c [652.05] solve iteration 93, LB=3029, UB=3032
2812.99/2815.77	c [656.28] solve iteration 94, LB=3029, UB=3032
2812.99/2815.77	c [660.44] solve iteration 95, LB=3029, UB=3032
2812.99/2815.77	c [664.92] solve iteration 96, LB=3029, UB=3032
2812.99/2815.77	c [672.91] solve iteration 97, LB=3029, UB=3032
2812.99/2815.77	c [742.62] solve iteration 98, LB=3029, UB=3032
2812.99/2815.77	c [747.83] solve iteration 99, LB=3029, UB=3032
2812.99/2815.77	c [752.7] solve iteration 100, LB=3029, UB=3032
2812.99/2815.77	c [757.29] solve iteration 101, LB=3029, UB=3032
2812.99/2815.77	c [762.2] solve iteration 102, LB=3029, UB=3032
2812.99/2815.77	c [845.88] solve iteration 103, LB=3029, UB=3032
2812.99/2815.77	c [851.7] solve iteration 104, LB=3029, UB=3032
2812.99/2815.77	c [857.19] solve iteration 105, LB=3029, UB=3032
2812.99/2815.77	c [862.97] solve iteration 106, LB=3029, UB=3032
2812.99/2815.77	c [869.04] solve iteration 107, LB=3029, UB=3032
2812.99/2815.77	c [921.02] solve iteration 108, LB=3029, UB=3032
2812.99/2815.77	c [927.07] solve iteration 109, LB=3029, UB=3032
2812.99/2815.77	c [933.39] solve iteration 110, LB=3029, UB=3032
2812.99/2815.77	c [939.55] solve iteration 111, LB=3029, UB=3032
2812.99/2815.77	c [945.96] solve iteration 112, LB=3029, UB=3032
2812.99/2815.77	c [1028.71] solve iteration 113, LB=3029, UB=3032
2812.99/2815.77	c [1035.33] solve iteration 114, LB=3029, UB=3032
2812.99/2815.77	c [1041.82] solve iteration 115, LB=3029, UB=3032
2812.99/2815.77	c [1048.98] solve iteration 116, LB=3029, UB=3032
2812.99/2815.77	c [1055.53] solve iteration 117, LB=3029, UB=3032
2812.99/2815.77	c [1207.52] solve iteration 118, LB=3029, UB=3032
2812.99/2815.77	c [1214.16] solve iteration 119, LB=3029, UB=3032
2812.99/2815.77	c [1221.12] solve iteration 120, LB=3029, UB=3032
2812.99/2815.77	c [1227.64] solve iteration 121, LB=3029, UB=3032
2812.99/2815.77	c [1234.53] solve iteration 122, LB=3029, UB=3032
2812.99/2815.77	c [1299.23] solve iteration 123, LB=3029, UB=3032
2812.99/2815.77	c [1306.36] solve iteration 124, LB=3029, UB=3032
2812.99/2815.77	c [1313.42] solve iteration 125, LB=3029, UB=3032
2812.99/2815.77	c [1320.31] solve iteration 126, LB=3029, UB=3032
2812.99/2815.77	c [1328.09] solve iteration 127, LB=3029, UB=3032
2812.99/2815.77	c [1449.02] solve iteration 128, LB=3029, UB=3032
2812.99/2815.77	c [1456.55] solve iteration 129, LB=3029, UB=3032
2812.99/2815.77	c [1463.61] solve iteration 130, LB=3029, UB=3032
2812.99/2815.77	c [1470.62] solve iteration 131, LB=3029, UB=3032
2812.99/2815.77	c [1477.87] solve iteration 132, LB=3029, UB=3032
2812.99/2815.77	c [1578.89] solve iteration 133, LB=3029, UB=3032
2812.99/2815.77	c [1590.84] solve iteration 134, LB=3029, UB=3032
2812.99/2815.77	c [1598.13] solve iteration 135, LB=3029, UB=3032
2812.99/2815.77	c [1605.56] solve iteration 136, LB=3029, UB=3032
2812.99/2815.77	c [1613.39] solve iteration 137, LB=3029, UB=3032
2812.99/2815.77	c [1725.76] solve iteration 138, LB=3029, UB=3032
2812.99/2815.77	c [1733.9] solve iteration 139, LB=3029, UB=3032
2812.99/2815.77	c [1741.85] solve iteration 140, LB=3029, UB=3032
2812.99/2815.77	c [1749.52] solve iteration 141, LB=3029, UB=3032
2812.99/2815.77	c [1757.08] solve iteration 142, LB=3029, UB=3032
2812.99/2815.77	c [1845.99] solve iteration 143, LB=3029, UB=3032
2812.99/2815.77	c [1853.67] solve iteration 144, LB=3029, UB=3032
2812.99/2815.77	c [1861.43] solve iteration 145, LB=3029, UB=3032
2812.99/2815.77	c [1869.22] solve iteration 146, LB=3029, UB=3032
2812.99/2815.77	c [1877.31] solve iteration 147, LB=3029, UB=3032
2812.99/2815.77	c [2023.73] solve iteration 148, LB=3029, UB=3032
2812.99/2815.77	c [2031.66] solve iteration 149, LB=3029, UB=3032
2812.99/2815.77	c [2039.53] solve iteration 150, LB=3029, UB=3032
2812.99/2815.77	c [2048.17] solve iteration 151, LB=3029, UB=3032
2812.99/2815.77	c [2055.9] solve iteration 152, LB=3029, UB=3032
2812.99/2815.77	c [2224.31] solve iteration 153, LB=3029, UB=3032
2812.99/2815.77	c [2232.49] solve iteration 154, LB=3029, UB=3032
2812.99/2815.77	c [2240.86] solve iteration 155, LB=3029, UB=3032
2812.99/2815.77	c [2249.33] solve iteration 156, LB=3029, UB=3032
2812.99/2815.77	c [2257.76] solve iteration 157, LB=3029, UB=3032
2812.99/2815.77	c [2399.14] solve iteration 158, LB=3029, UB=3032
2812.99/2815.77	c [2408.29] solve iteration 159, LB=3029, UB=3032
2812.99/2815.77	c [2417.19] solve iteration 160, LB=3029, UB=3032
2812.99/2815.77	c [2426.23] solve iteration 161, LB=3029, UB=3032
2812.99/2815.77	c [2435.2] solve iteration 162, LB=3029, UB=3032
2812.99/2815.77	c [2569.29] solve iteration 163, LB=3029, UB=3032
2812.99/2815.77	c [2578.03] solve iteration 164, LB=3029, UB=3032
2812.99/2815.77	c [2586.55] solve iteration 165, LB=3029, UB=3032
2812.99/2815.77	c [2595.51] solve iteration 166, LB=3029, UB=3032
2812.99/2815.77	c [2611.1] solve iteration 167, LB=3029, UB=3032
2812.99/2815.77	c [2765.74] solve iteration 168, LB=3029, UB=3032
2812.99/2815.77	c [2774.57] solve iteration 169, LB=3029, UB=3032
2812.99/2815.77	c [2784.09] solve i

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 (63021 MiB free)
  memory of node 1: 64507 MiB (63924 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4484063-1751281913/watcher-4484063-1751281913 -o /tmp/evaluation-result-4484063-1751281913/solver-4484063-1751281913 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751281913-37561 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4484063-1751281913.opb --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=37618, runsolver pid=37603

[startup+0.100069 s]*
/proc/loadavg: 1.23 1.12 1.44 7/252 37620
/proc/meminfo: memFree=129633428/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=94680 memory=19088 CPUtime=0.07 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 2239 0 21 0 5 2 0 0 20 0 2 0 43870289 96952320 4772 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 23670 4772 2336 641 0 6153 0
[pid=37618/tid=37620] ppid=37603 vsize=94680 memory=4026531960 CPUtime=0 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 43870297 96952320 4772 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 94680 KiB
Current children cumulated memory: 19088 KiB

[startup+0.213813 s]*
/proc/loadavg: 1.23 1.12 1.44 7/252 37620
/proc/meminfo: memFree=129099068/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=95972 memory=20880 CPUtime=0.19 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 2718 0 22 0 15 4 0 0 20 0 2 0 43870289 98275328 5220 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 23993 5220 2368 641 0 6476 0
[pid=37618/tid=37620] ppid=37603 vsize=95972 memory=4856966532543021340 CPUtime=0 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 43870297 98275328 5220 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 95972 KiB
Current children cumulated memory: 20880 KiB

[startup+0.312871 s]*
/proc/loadavg: 1.23 1.12 1.44 6/252 37620
/proc/meminfo: memFree=128622484/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=95972 memory=22936 CPUtime=0.22 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) D 37603 37618 37549 0 -1 4194304 2865 0 46 0 18 4 0 0 20 0 2 0 43870289 98275328 5734 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 23993 5734 2848 641 0 6476 0
[pid=37618/tid=37620] ppid=37603 vsize=95972 memory=7970386754650454640 CPUtime=0 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 43870297 98275328 5734 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 95972 KiB
Current children cumulated memory: 22936 KiB

[startup+0.700259 s]
/proc/loadavg: 1.23 1.12 1.44 7/252 37620
/proc/meminfo: memFree=127977844/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=101396 memory=29148 CPUtime=0.58 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 4334 0 86 0 49 9 0 0 20 0 2 0 43870289 103829504 7287 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 25349 7287 3520 641 0 7832 0
[pid=37618/tid=37620] ppid=37603 vsize=101396 memory=17664 CPUtime=0 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 43870297 103829504 7287 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 0.58 s
Current children cumulated vsize: 101396 KiB
Current children cumulated memory: 29148 KiB

[startup+1.50034 s]
/proc/loadavg: 1.23 1.12 1.44 8/254 37622
/proc/meminfo: memFree=127426032/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=105652 memory=33244 CPUtime=1.38 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 6337 0 88 0 122 16 0 0 20 0 2 0 43870289 108187648 8311 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 26413 8311 3584 641 0 8896 0
[pid=37618/tid=37620] ppid=37603 vsize=105652 memory=17664 CPUtime=0 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 43870297 108187648 8311 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 105652 KiB
Current children cumulated memory: 33244 KiB

[startup+3.11221 s]
/proc/loadavg: 1.23 1.12 1.44 7/255 37623
/proc/meminfo: memFree=126963244/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=120996 memory=45316 CPUtime=2.99 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 10991 0 88 0 273 26 0 0 20 0 2 0 43870289 123899904 11329 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 30249 11329 3648 641 0 12732 0
[pid=37618/tid=37620] ppid=37603 vsize=120996 memory=14720 CPUtime=0 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 43870297 123899904 11329 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 120996 KiB
Current children cumulated memory: 45316 KiB

[startup+6.30029 s]
/proc/loadavg: 1.45 1.17 1.46 6/251 37643
/proc/meminfo: memFree=128519836/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=145620 memory=64148 CPUtime=6.17 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 18043 0 88 0 571 46 0 0 20 0 2 0 43870289 149114880 16037 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 36405 16037 3680 641 0 18888 0
[pid=37618/tid=37620] ppid=37603 vsize=145620 memory=14720 CPUtime=0 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 43870297 149114880 16037 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 145620 KiB
Current children cumulated memory: 64148 KiB

[startup+12.7003 s]
/proc/loadavg: 1.66 1.22 1.47 6/256 37671
/proc/meminfo: memFree=128449272/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=229776 memory=133372 CPUtime=12.56 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 46003 0 88 0 1181 75 0 0 20 0 2 0 43870289 235290624 33343 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 57444 33343 3680 641 0 39927 0
[pid=37618/tid=37620] ppid=37603 vsize=229776 memory=-7747442128237590975 CPUtime=0.01 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 7 0 0 0 0 1 0 0 20 0 2 0 43870297 235290624 33343 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 12.56 s
Current children cumulated vsize: 229776 KiB
Current children cumulated memory: 133372 KiB

[startup+25.5004 s]
/proc/loadavg: 2.18 1.35 1.51 6/256 37671
/proc/meminfo: memFree=128368564/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=301648 memory=172624 CPUtime=25.34 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 91058 0 88 0 2423 111 0 0 20 0 2 0 43870289 308887552 43156 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 75412 43156 3680 641 0 57895 0
[pid=37618/tid=37620] ppid=37603 vsize=301648 memory=164932 CPUtime=0.02 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 11 0 0 0 0 2 0 0 20 0 2 0 43870297 308887552 43156 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 301648 KiB
Current children cumulated memory: 172624 KiB

[startup+51.113 s]
/proc/loadavg: 2.87 1.58 1.58 6/256 37671
/proc/meminfo: memFree=128022904/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=376560 memory=232852 CPUtime=50.94 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 140143 0 88 0 4924 170 0 0 20 0 2 0 43870289 385597440 58213 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 94140 58213 3680 641 0 76623 0
[pid=37618/tid=37620] ppid=37603 vsize=376560 memory=14720 CPUtime=0.06 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 14 0 0 0 1 5 0 0 20 0 2 0 43870297 385597440 58213 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 376560 KiB
Current children cumulated memory: 232852 KiB

[startup+102.3 s]
/proc/loadavg: 3.51 1.96 1.71 6/256 37673
/proc/meminfo: memFree=127584368/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=379988 memory=293996 CPUtime=102.07 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 227386 0 88 0 9956 251 0 0 20 0 2 0 43870289 389107712 73499 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 94997 73499 3840 641 0 77480 0
[pid=37618/tid=37620] ppid=37603 vsize=379988 memory=14720 CPUtime=0.16 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 17 0 0 0 4 12 0 0 20 0 2 0 43870297 389107712 73499 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 379988 KiB
Current children cumulated memory: 293996 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.35 1.86 6/256 37675
/proc/meminfo: memFree=127441852/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=466484 memory=354324 CPUtime=162.02 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 314408 0 88 0 15846 356 0 0 20 0 2 0 43870289 477679616 88581 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 116621 88581 3840 641 0 99104 0
[pid=37618/tid=37620] ppid=37603 vsize=466484 memory=354324 CPUtime=0.25 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 19 0 0 0 6 19 0 0 20 0 2 0 43870297 477679616 88581 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 162.02 s
Current children cumulated vsize: 466484 KiB
Current children cumulated memory: 354324 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.68 2.01 6/257 37681
/proc/meminfo: memFree=127372172/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=499512 memory=396100 CPUtime=221.97 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 359094 0 88 0 21757 440 0 0 20 0 2 0 43870289 511500288 99025 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 124878 99025 3840 641 0 107361 0
[pid=37618/tid=37620] ppid=37603 vsize=499512 memory=401840 CPUtime=0.36 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 19 0 0 0 9 27 0 0 20 0 2 0 43870297 511500288 99025 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 221.97 s
Current children cumulated vsize: 499512 KiB
Current children cumulated memory: 396100 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 2.94 2.14 6/257 37687
/proc/meminfo: memFree=127227804/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=529420 memory=403796 CPUtime=281.93 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 411679 0 88 0 27668 525 0 0 20 0 2 0 43870289 542126080 100949 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 132355 100949 3840 641 0 114838 0
[pid=37618/tid=37620] ppid=37603 vsize=529420 memory=14720 CPUtime=0.46 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 19 0 0 0 12 34 0 0 20 0 2 0 43870297 542126080 100949 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 281.93 s
Current children cumulated vsize: 529420 KiB

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

/proc/meminfo: memFree=125591004/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=907848 memory=760000 CPUtime=2979.49 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1733918 0 88 0 294953 2996 0 0 20 0 2 0 43870289 929636352 190000 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 226962 190000 3840 641 0 209445 0
[pid=37618/tid=37620] ppid=37603 vsize=907848 memory=760000 CPUtime=5.23 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 58 0 0 0 134 389 0 0 20 0 2 0 43870297 929636352 190000 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 2979.49 s
Current children cumulated vsize: 907848 KiB
Current children cumulated memory: 760000 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.11 4.04 6/254 37822
/proc/meminfo: memFree=125632416/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=967400 memory=819540 CPUtime=3039.47 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1743624 0 88 0 300908 3039 0 0 20 0 2 0 43870289 990617600 204885 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 241850 204885 3840 641 0 224333 0
[pid=37618/tid=37620] ppid=37603 vsize=967400 memory=760000 CPUtime=5.34 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 58 0 0 0 137 397 0 0 20 0 2 0 43870297 990617600 204885 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3039.47 s
Current children cumulated vsize: 967400 KiB
Current children cumulated memory: 819540 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.12 4.04 6/254 37824
/proc/meminfo: memFree=125257640/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=909816 memory=762188 CPUtime=3099.43 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1786047 0 88 0 306826 3117 0 0 20 0 2 0 43870289 931651584 190547 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 227454 190547 3840 641 0 209937 0
[pid=37618/tid=37620] ppid=37603 vsize=909816 memory=762188 CPUtime=5.44 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 59 0 0 0 140 404 0 0 20 0 2 0 43870297 931651584 190547 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3099.43 s
Current children cumulated vsize: 909816 KiB
Current children cumulated memory: 762188 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.09 4.04 6/254 37826
/proc/meminfo: memFree=125511008/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=909816 memory=762188 CPUtime=3159.4 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1787110 0 88 0 312788 3152 0 0 20 0 2 0 43870289 931651584 190547 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 227454 190547 3840 641 0 209937 0
[pid=37618/tid=37620] ppid=37603 vsize=909816 memory=762188 CPUtime=5.55 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 62 0 0 0 142 413 0 0 20 0 2 0 43870297 931651584 190547 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3159.4 s
Current children cumulated vsize: 909816 KiB
Current children cumulated memory: 762188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.04 6/254 37830
/proc/meminfo: memFree=125368028/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=999968 memory=852436 CPUtime=3219.37 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1804667 0 88 0 318742 3195 0 0 20 0 2 0 43870289 1023967232 213109 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 249992 213109 3840 641 0 232475 0
[pid=37618/tid=37620] ppid=37603 vsize=999968 memory=762188 CPUtime=5.66 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 62 0 0 0 146 420 0 0 20 0 2 0 43870297 1023967232 213109 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3219.37 s
Current children cumulated vsize: 999968 KiB
Current children cumulated memory: 852436 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.10 4.04 6/254 37837
/proc/meminfo: memFree=125472028/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=939856 memory=794488 CPUtime=3279.33 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1830804 0 88 0 324674 3259 0 0 20 0 2 0 43870289 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 234964 198622 3840 641 0 217447 0
[pid=37618/tid=37620] ppid=37603 vsize=939856 memory=794488 CPUtime=5.76 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 63 0 0 0 148 428 0 0 20 0 2 0 43870297 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3279.33 s
Current children cumulated vsize: 939856 KiB
Current children cumulated memory: 794488 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.04 6/254 37839
/proc/meminfo: memFree=125468784/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=939856 memory=794488 CPUtime=3339.3 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1831388 0 88 0 330640 3290 0 0 20 0 2 0 43870289 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 234964 198622 3840 641 0 217447 0
[pid=37618/tid=37620] ppid=37603 vsize=939856 memory=794488 CPUtime=5.87 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 63 0 0 0 150 437 0 0 20 0 2 0 43870297 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3339.3 s
Current children cumulated vsize: 939856 KiB
Current children cumulated memory: 794488 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.04 6/254 37841
/proc/meminfo: memFree=125676624/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=939856 memory=794488 CPUtime=3399.27 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1832418 0 88 0 336608 3319 0 0 20 0 2 0 43870289 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 234964 198622 3840 641 0 217447 0
[pid=37618/tid=37620] ppid=37603 vsize=939856 memory=794488 CPUtime=5.99 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 64 0 0 0 153 446 0 0 20 0 2 0 43870297 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3399.27 s
Current children cumulated vsize: 939856 KiB
Current children cumulated memory: 794488 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.05 6/254 37843
/proc/meminfo: memFree=125422096/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=939856 memory=794488 CPUtime=3459.24 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1832467 0 88 0 342587 3337 0 0 20 0 2 0 43870289 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 234964 198622 3840 641 0 217447 0
[pid=37618/tid=37620] ppid=37603 vsize=939856 memory=794488 CPUtime=6.1 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 64 0 0 0 156 454 0 0 20 0 2 0 43870297 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3459.24 s
Current children cumulated vsize: 939856 KiB
Current children cumulated memory: 794488 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.05 6/254 37845
/proc/meminfo: memFree=125438240/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=939856 memory=794488 CPUtime=3519.21 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1832482 0 88 0 348569 3352 0 0 20 0 2 0 43870289 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 234964 198622 3840 641 0 217447 0
[pid=37618/tid=37620] ppid=37603 vsize=939856 memory=794488 CPUtime=6.21 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 64 0 0 0 159 462 0 0 20 0 2 0 43870297 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3519.21 s
Current children cumulated vsize: 939856 KiB
Current children cumulated memory: 794488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.09 4.05 6/255 37850
/proc/meminfo: memFree=125396296/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=939856 memory=794488 CPUtime=3579.18 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1832491 0 88 0 354553 3365 0 0 20 0 2 0 43870289 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 234964 198622 3840 641 0 217447 0
[pid=37618/tid=37620] ppid=37603 vsize=939856 memory=17664 CPUtime=6.32 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 64 0 0 0 162 470 0 0 20 0 2 0 43870297 962412544 198622 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3579.18 s
Current children cumulated vsize: 939856 KiB
Current children cumulated memory: 794488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.2 s]
/proc/loadavg: 4.04 4.08 4.05 7/255 37850
/proc/meminfo: memFree=125227564/131382112 swapFree=33010160/33010684
[pid=37618] ppid=37603 vsize=1002656 memory=855232 CPUtime=3600.07 cores=1,3
/proc/37618/stat : 37618 (ipbhs_gurobi) R 37603 37618 37549 0 -1 4194304 1838886 0 88 0 356632 3375 0 0 20 0 2 0 43870289 1026719744 213808 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
/proc/37618/statm: 250664 213808 3840 641 0 233147 0
[pid=37618/tid=37620] ppid=37603 vsize=1002656 memory=794488 CPUtime=6.36 cores=1,3
/proc/37618/task/37620/stat : 37620 (ipbhs_gurobi) S 37603 37618 37549 0 -1 4194368 64 0 0 0 164 472 0 0 20 0 2 0 43870297 1026719744 213808 18446744073709551615 94032239144960 94032241770013 140730052404720 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94032242388888 94032242421850 94032264564736 140730052409739 140730052409863 140730052409863 140730052415465 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 1002656 KiB
Current children cumulated memory: 855232 KiB

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

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

# cumulated CPU time of all completed processes:  user=3566.33 s, system=33.7594 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): 3603.21
CPU time (s): 3600.09
CPU user time (s): 3566.33
CPU system time (s): 33.7594
CPU usage (%): 99.9134
Max. virtual memory (cumulated for all children) (KiB): 1255056
Max. memory (cumulated for all children) (KiB): 1001608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.33
system time used= 33.7594
maximum resident set size= 1001608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1838886
page faults= 88
swaps= 0
block input operations= 14696
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356727
involuntary context switches= 2631


# summary of solver processes directly reported to runsolver:
#   pid: 37618
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3566.33
#   total CPU system time (s): 33.7594

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8438 second user time and 34.6804 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 13:11:53
IDJOB=4484063
IDBENCH=146649
IDSOLVER=3334
FILE ID=nodeC001/4484063-1751281913
RUNJOBID= nodeC001-1751281913-37561
SLURM_JOB_ID= 9594238
Free space on /tmp= 433056 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-3.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4484063-1751281913/watcher-4484063-1751281913 -o /tmp/evaluation-result-4484063-1751281913/solver-4484063-1751281913 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751281913-37561 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4484063-1751281913.opb --max-coef 1000000000

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

MD5SUM BENCH= 1c26e44dc48355aad6827be56d900020
RANDOM SEED=1770088182

nodeC001 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		: 1197.538
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.49
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		: 3700.000
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.49
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.171
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.49
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		: 1197.165
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.49
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		: 3700.000
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.49
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		: 1197.181
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.49
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.176
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.49
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		: 1197.177
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129982848 kB
MemAvailable:   129910120 kB
Buffers:            2128 kB
Cached:           732412 kB
SwapCached:           28 kB
Active:           353852 kB
Inactive:         445512 kB
Active(anon):      72392 kB
Inactive(anon):    10380 kB
Active(file):     281460 kB
Inactive(file):   435132 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            243936 kB
Writeback:            12 kB
AnonPages:         67884 kB
Mapped:           102324 kB
Shmem:             17932 kB
KReclaimable:     100228 kB
Slab:             182256 kB
SReclaimable:     100228 kB
SUnreclaim:        82028 kB
KernelStack:        3808 kB
PageTables:         2732 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432820 MiB
End job on nodeC001 at 2025-06-30 14:11:57