Trace number 4522259

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.05 3608.51

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2017/normalized-ab51-40-100.opb
MD5SUM8fca917194ea3f00cf99a1d77833d022
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-1285215
Best CPU time to get the best result obtained on this benchmark13.3284
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12675
Total number of constraints11890
Number of constraints which are clauses11766
Number of constraints which are cardinality constraints (but not clauses)124
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint1473
Number of terms in the objective function 11734
Biggest coefficient in the objective function 512291
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 500000167
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 512291
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 500000167
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c enable explicit+compact SCL
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.18/0.23	c limit for coefficient in constraints and objective to 1000000000
0.18/0.23	c will solve HOME/instance-4522259-1751603978.opb
0.18/0.23	Searching graph automorphisms with time limit: 100
0.38/0.42	c [0.24] will start solving
711.14/712.93	c [0.52] solve iteration 1, LB=-500000167, UB=1
711.14/712.93	c [0.82] solve iteration 2, LB=-1344206, UB=-168083
711.14/712.93	c [0.96] solve iteration 3, LB=-1344206, UB=-694719
711.14/712.93	c [1.12] solve iteration 4, LB=-1344191, UB=-736659
711.14/712.93	c [1.28] solve iteration 5, LB=-1344191, UB=-785467
711.14/712.93	c [27.47] solve iteration 6, LB=-1344191, UB=-785467
711.14/712.93	c [27.64] solve iteration 7, LB=-1344191, UB=-805944
711.14/712.93	c [27.83] solve iteration 8, LB=-1344191, UB=-805944
711.14/712.93	c [28.02] solve iteration 9, LB=-1344191, UB=-805944
711.14/712.93	c [28.23] solve iteration 10, LB=-1344191, UB=-805944
711.14/712.93	c [65.17] solve iteration 11, LB=-1344191, UB=-805944
711.14/712.93	c [65.45] solve iteration 12, LB=-1344191, UB=-805944
711.14/712.93	c [65.74] solve iteration 13, LB=-1344191, UB=-805944
711.14/712.93	c [66.03] solve iteration 14, LB=-1344191, UB=-805944
711.14/712.93	c [66.3] solve iteration 15, LB=-1344191, UB=-805944
711.14/712.93	c [105.39] solve iteration 16, LB=-1344191, UB=-805944
711.14/712.93	c [105.65] solve iteration 17, LB=-1344191, UB=-805944
711.14/712.93	c [105.94] solve iteration 18, LB=-1344191, UB=-805944
711.14/712.93	c [106.22] solve iteration 19, LB=-1344191, UB=-805944
711.14/712.93	c [106.5] solve iteration 20, LB=-1344191, UB=-805944
711.14/712.93	c [149.85] solve iteration 21, LB=-1344191, UB=-805944
711.14/712.93	c [150.15] solve iteration 22, LB=-1344191, UB=-805944
711.14/712.93	c [150.46] solve iteration 23, LB=-1344191, UB=-805944
711.14/712.93	c [150.77] solve iteration 24, LB=-1344191, UB=-810102
711.14/712.93	c [151.07] solve iteration 25, LB=-1344191, UB=-810102
711.14/712.93	c [167.05] solve iteration 26, LB=-1344191, UB=-810691
711.14/712.93	c [167.36] solve iteration 27, LB=-1344191, UB=-838277
711.14/712.93	c [167.68] solve iteration 28, LB=-1344191, UB=-838277
711.14/712.93	c [168.01] solve iteration 29, LB=-1344191, UB=-838277
711.14/712.93	c [168.35] solve iteration 30, LB=-1344191, UB=-838277
711.14/712.93	c [232.68] solve iteration 31, LB=-1344191, UB=-838277
711.14/712.93	c [233] solve iteration 32, LB=-1344191, UB=-838277
711.14/712.93	c [233.29] solve iteration 33, LB=-1344191, UB=-838277
711.14/712.93	c [233.6] solve iteration 34, LB=-1344191, UB=-838277
711.14/712.93	c [233.9] solve iteration 35, LB=-1344191, UB=-838277
711.14/712.93	c [302.16] solve iteration 36, LB=-1344191, UB=-838277
711.14/712.93	c [302.55] solve iteration 37, LB=-1344191, UB=-838277
711.14/712.93	c [302.96] solve iteration 38, LB=-1344191, UB=-838277
711.14/712.93	c [303.47] solve iteration 39, LB=-1344191, UB=-838277
711.14/712.93	c [303.99] solve iteration 40, LB=-1344191, UB=-838277
711.14/712.93	c [382.15] solve iteration 41, LB=-1344191, UB=-838277
711.14/712.93	c [382.59] solve iteration 42, LB=-1344191, UB=-838277
711.14/712.93	c [383.03] solve iteration 43, LB=-1344191, UB=-838277
711.14/712.93	c [383.49] solve iteration 44, LB=-1344191, UB=-838277
711.14/712.93	c [383.93] solve iteration 45, LB=-1344191, UB=-838277
711.14/712.93	c [440.88] solve iteration 46, LB=-1344191, UB=-838277
711.14/712.93	c [441.4] solve iteration 47, LB=-1344191, UB=-838277
711.14/712.93	c [441.92] solve iteration 48, LB=-1344191, UB=-838277
711.14/712.93	c [442.44] solve iteration 49, LB=-1344191, UB=-838277
711.14/712.93	c [442.97] solve iteration 50, LB=-1344191, UB=-838277
711.14/712.93	c [544.71] solve iteration 51, LB=-1344191, UB=-838277
711.14/712.93	c [545.23] solve iteration 52, LB=-1344191, UB=-838277
711.14/712.93	c [545.76] solve iteration 53, LB=-1344191, UB=-838277
711.14/712.93	c [546.28] solve iteration 54, LB=-1344191, UB=-838277
711.14/712.93	c [546.84] solve iteration 55, LB=-1344191, UB=-838277
711.14/712.93	c [565.45] solve iteration 56, LB=-1344191, UB=-840402
711.14/712.93	c [566.02] solve iteration 57, LB=-1344191, UB=-840402
711.14/712.93	c [566.57] solve iteration 58, LB=-1344191, UB=-840402
711.14/712.93	c [567.14] solve iteration 59, LB=-1344191, UB=-840402
711.14/712.93	c [567.69] solve iteration 60, LB=-1344191, UB=-846990
711.14/712.93	c [653.69] solve iteration 61, LB=-1344191, UB=-846990
711.14/712.93	c [654.26] solve iteration 62, LB=-1344191, UB=-846990
711.14/712.93	c [654.84] solve iteration 63, LB=-1344191, UB=-846990
711.14/712.93	c [655.43] solve iteration 64, LB=-1344191, UB=-846990
711.14/712.93	c [656.01] solve iteration 65, LB=-1344191, UB=-846990
711.14/712.93	c [691.71] solve iteration 66, LB=-1344191, UB=-876568
711.14/712.93	c [692.27] solve iteration 67, LB=-1344191, UB=-876568
711.14/712.93	c [692.81] solve iteration 68, LB=-1344191, UB=-876568
711.14/712.93	c [693.36] solve iteration 69, LB=-1344191, UB=-876568
711.14/712.93	c [693.93] solve iteration 70, LB=-1344191, UB=-876568
711.14/712.93	c [695.8] solve iteration 71, LB=-1344191, UB=-876591
711.14/712.93	c [696.34] solve iteration 72, LB=-1344191, UB=-876591
711.14/712.93	c [696.9] solve iteration 73, LB=-1344191, UB=-876591
711.14/712.93	c [697.46] solve iteration 74, LB=-1344191, UB=-876591
711.14/712.93	c [698.02] solve iteration 75, LB=-1344191, UB=-876591
711.14/712.93	c [708.55] solve iteration 76, LB=-1344191, UB=-876705
2748.35/2755.01	c [709.11] solve iteration 77, LB=-1344191, UB=-876705
2748.35/2755.01	c [709.69] solve iteration 78, LB=-1344191, UB=-876705
2748.35/2755.01	c [710.28] solve iteration 79, LB=-1344191, UB=-876705
2748.35/2755.01	c [710.86] solve iteration 80, LB=-1344191, UB=-876705
2748.35/2755.01	c [732.22] solve iteration 81, LB=-1344191, UB=-876818
2748.35/2755.01	c [732.82] solve iteration 82, LB=-1344191, UB=-876818
2748.35/2755.01	c [733.4] solve iteration 83, LB=-1344191, UB=-876818
2748.35/2755.01	c [733.98] solve iteration 84, LB=-1344191, UB=-876818
2748.35/2755.01	c [734.55] solve iteration 85, LB=-1344191, UB=-876818
2748.35/2755.01	c [775.05] solve iteration 86, LB=-1344191, UB=-877840
2748.35/2755.01	c [775.66] solve iteration 87, LB=-1344191, UB=-877840
2748.35/2755.01	c [776.27] solve iteration 88, LB=-1344191, UB=-877840
2748.35/2755.01	c [776.85] solve iteration 89, LB=-1344191, UB=-933075
2748.35/2755.01	c [777.45] solve iteration 90, LB=-1344191, UB=-933075
2748.35/2755.01	c [918.38] solve iteration 91, LB=-1344191, UB=-933075
2748.35/2755.01	c [918.98] solve iteration 92, LB=-1344191, UB=-933075
2748.35/2755.01	c [919.55] solve iteration 93, LB=-1344191, UB=-933075
2748.35/2755.01	c [920.14] solve iteration 94, LB=-1344191, UB=-933075
2748.35/2755.01	c [920.73] solve iteration 95, LB=-1344191, UB=-933075
2748.35/2755.01	c [1030.98] solve iteration 96, LB=-1344191, UB=-933075
2748.35/2755.01	c [1031.57] solve iteration 97, LB=-1344191, UB=-933075
2748.35/2755.01	c [1032.18] solve iteration 98, LB=-1344191, UB=-933075
2748.35/2755.01	c [1032.78] solve iteration 99, LB=-1344191, UB=-933075
2748.35/2755.01	c [1033.39] solve iteration 100, LB=-1344191, UB=-933075
2748.35/2755.01	c [1148.98] solve iteration 101, LB=-1344191, UB=-933075
2748.35/2755.01	c [1149.56] solve iteration 102, LB=-1344191, UB=-933075
2748.35/2755.01	c [1150.13] solve iteration 103, LB=-1344191, UB=-933075
2748.35/2755.01	c [1150.72] solve iteration 104, LB=-1344191, UB=-933075
2748.35/2755.01	c [1151.29] solve iteration 105, LB=-1344191, UB=-933075
2748.35/2755.01	c [1268.52] solve iteration 106, LB=-1344191, UB=-933075
2748.35/2755.01	c [1269.13] solve iteration 107, LB=-1344191, UB=-933075
2748.35/2755.01	c [1269.74] solve iteration 108, LB=-1344191, UB=-933075
2748.35/2755.01	c [1270.35] solve iteration 109, LB=-1344191, UB=-933075
2748.35/2755.01	c [1270.94] solve iteration 110, LB=-1344191, UB=-933075
2748.35/2755.01	c [1386.74] solve iteration 111, LB=-1344191, UB=-933075
2748.35/2755.01	c [1387.37] solve iteration 112, LB=-1344191, UB=-933075
2748.35/2755.01	c [1388.01] solve iteration 113, LB=-1344191, UB=-933075
2748.35/2755.01	c [1388.64] solve iteration 114, LB=-1344191, UB=-933075
2748.35/2755.01	c [1389.28] solve iteration 115, LB=-1344191, UB=-933075
2748.35/2755.01	c [1501.08] solve iteration 116, LB=-1344191, UB=-933075
2748.35/2755.01	c [1501.71] solve iteration 117, LB=-1344191, UB=-933075
2748.35/2755.01	c [1502.35] solve iteration 118, LB=-1344191, UB=-933075
2748.35/2755.01	c [1503] solve iteration 119, LB=-1344191, UB=-933075
2748.35/2755.01	c [1503.63] solve iteration 120, LB=-1344191, UB=-933075
2748.35/2755.01	c [1643.07] solve iteration 121, LB=-1344191, UB=-933075
2748.35/2755.01	c [1643.72] solve iteration 122, LB=-1344191, UB=-933075
2748.35/2755.01	c [1644.38] solve iteration 123, LB=-1344191, UB=-933075
2748.35/2755.01	c [1645.06] solve iteration 124, LB=-1344191, UB=-933075
2748.35/2755.01	c [1645.71] solve iteration 125, LB=-1344191, UB=-933075
2748.35/2755.01	c [1766.49] solve iteration 126, LB=-1344191, UB=-933075
2748.35/2755.01	c [1767.18] solve iteration 127, LB=-1344191, UB=-933075
2748.35/2755.01	c [1767.84] solve iteration 128, LB=-1344191, UB=-933075
2748.35/2755.01	c [1768.52] solve iteration 129, LB=-1344191, UB=-933075
2748.35/2755.01	c [1769.16] solve iteration 130, LB=-1344191, UB=-933075
2748.35/2755.01	c [1979.92] solve iteration 131, LB=-1344191, UB=-933075
2748.35/2755.01	c [1980.65] solve iteration 132, LB=-1344191, UB=-933075
2748.35/2755.01	c [1981.33] solve iteration 133, LB=-1344191, UB=-933075
2748.35/2755.01	c [1982.02] solve iteration 134, LB=-1344191, UB=-933075
2748.35/2755.01	c [1982.7] solve iteration 135, LB=-1344191, UB=-933075
2748.35/2755.01	c [2187.97] solve iteration 136, LB=-1344191, UB=-933075
2748.35/2755.01	c [2188.63] solve iteration 137, LB=-1344191, UB=-933075
2748.35/2755.01	c [2189.29] solve iteration 138, LB=-1344191, UB=-933075
2748.35/2755.01	c [2189.93] solve iteration 139, LB=-1344191, UB=-933075
2748.35/2755.01	c [2190.59] solve iteration 140, LB=-1344191, UB=-933075
2748.35/2755.01	c [2392.94] solve iteration 141, LB=-1344191, UB=-933075
2748.35/2755.01	c [2393.61] solve iteration 142, LB=-1344191, UB=-933075
2748.35/2755.01	c [2394.28] solve iteration 143, LB=-1344191, UB=-933075
2748.35/2755.01	c [2394.97] solve iteration 144, LB=-1344191, UB=-933075
2748.35/2755.01	c [2395.66] solve iteration 145, LB=-1344191, UB=-933075
2748.35/2755.01	c [2739.59] solve iteration 146, LB=-1344191, UB=-933075
2748.35/2755.01	c [2740.3] solve iteration 147, LB=-1344191, UB=-933075
2748.35/2755.01	c [2741.04] solve iteration 148, LB=-1344191, UB=-933075

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: 63708 MiB (61001 MiB free)
  memory of node 1: 64465 MiB (61149 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=82919, runsolver pid=82914
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100063 s]*
/proc/loadavg: 4.09 4.11 4.04 5/261 82922
/proc/meminfo: memFree=124755732/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=346372 memory=283328 CPUtime=0.08 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 2513 0 0 0 3 5 0 0 20 0 1 0 76075346 354684928 70832 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 86593 70832 1728 641 0 71350 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 346372 KiB
Current children cumulated memory: 283328 KiB

[startup+0.205512 s]*
/proc/loadavg: 4.09 4.11 4.04 4/265 82926
/proc/meminfo: memFree=124720452/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=387200 memory=311076 CPUtime=0.18 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 8838 0 0 0 10 8 0 0 20 0 2 0 76075346 396492800 77769 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 96800 77769 2336 641 0 79283 0
[pid=82919/tid=82923] ppid=82914 vsize=387200 memory=3472328132921917724 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075363 396492800 77769 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 387200 KiB
Current children cumulated memory: 311076 KiB

[startup+0.30623 s]*
/proc/loadavg: 4.09 4.11 4.04 5/267 82932
/proc/meminfo: memFree=124485140/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=391448 memory=315756 CPUtime=0.28 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 10208 0 0 0 19 9 0 0 20 0 2 0 76075346 400842752 78939 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 97862 78939 2368 641 0 80345 0
[pid=82919/tid=82923] ppid=82914 vsize=391448 memory=-7387154157963933380 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075363 400842752 78939 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 391448 KiB
Current children cumulated memory: 315756 KiB

[startup+0.700161 s]
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124421232/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=394056 memory=318480 CPUtime=0.67 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 11040 0 0 0 58 9 0 0 20 0 2 0 76075346 403513344 79620 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 98514 79620 2400 641 0 80997 0
[pid=82919/tid=82923] ppid=82914 vsize=394056 memory=18816 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075363 403513344 79620 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 394056 KiB
Current children cumulated memory: 318480 KiB

[startup+1.50015 s]
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124397292/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=396392 memory=325420 CPUtime=1.46 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 18039 0 0 0 135 11 0 0 20 0 2 0 76075346 405905408 81355 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 99098 81355 3584 641 0 81581 0
[pid=82919/tid=82923] ppid=82914 vsize=396392 memory=18816 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075363 405905408 81355 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 396392 KiB
Current children cumulated memory: 325420 KiB

[startup+3.1054 s]
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124142132/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=396704 memory=328340 CPUtime=3.07 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 26030 0 0 0 294 13 0 0 20 0 2 0 76075346 406224896 82085 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 99176 82085 3584 641 0 81659 0
[pid=82919/tid=82923] ppid=82914 vsize=396704 memory=328340 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 76075363 406224896 82085 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 396704 KiB
Current children cumulated memory: 328340 KiB

[startup+6.30013 s]
/proc/loadavg: 4.17 4.12 4.05 5/269 82934
/proc/meminfo: memFree=123654460/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=411024 memory=336656 CPUtime=6.25 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 31177 0 0 0 611 14 0 0 20 0 2 0 76075346 420888576 84164 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 102756 84164 3584 641 0 85239 0
[pid=82919/tid=82923] ppid=82914 vsize=411024 memory=14432 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 76075363 420888576 84164 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 411024 KiB
Current children cumulated memory: 336656 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.14 4.05 5/269 82934
/proc/meminfo: memFree=123265736/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=444316 memory=361276 CPUtime=12.65 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 42252 0 0 0 1248 17 0 0 20 0 2 0 76075346 454979584 90319 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 111079 90319 3584 641 0 93562 0
[pid=82919/tid=82923] ppid=82914 vsize=444316 memory=361148 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 76075363 454979584 90319 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 444316 KiB
Current children cumulated memory: 361276 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.14 4.06 5/269 82935
/proc/meminfo: memFree=123067136/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=479080 memory=404168 CPUtime=25.42 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 57808 0 0 0 2521 21 0 0 20 0 2 0 76075346 490577920 101042 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 119770 101042 3584 641 0 102253 0
[pid=82919/tid=82923] ppid=82914 vsize=479080 memory=402012 CPUtime=0 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 2 0 76075363 490577920 101042 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 479080 KiB
Current children cumulated memory: 404168 KiB

[startup+51.1056 s]
/proc/loadavg: 4.16 4.13 4.06 5/269 82935
/proc/meminfo: memFree=123083628/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=538864 memory=471136 CPUtime=50.99 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 80290 0 0 0 5067 32 0 0 20 0 2 0 76075346 551796736 117784 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 134716 117784 3776 641 0 117199 0
[pid=82919/tid=82923] ppid=82914 vsize=538864 memory=466296 CPUtime=0.01 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 18 0 0 0 0 1 0 0 20 0 2 0 76075363 551796736 117784 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 538864 KiB
Current children cumulated memory: 471136 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.13 4.06 5/269 82937
/proc/meminfo: memFree=123002812/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=633592 memory=518952 CPUtime=102.07 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 109470 0 0 0 10161 46 0 0 20 0 2 0 76075346 648798208 129738 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 158398 129738 3776 641 0 140881 0
[pid=82919/tid=82923] ppid=82914 vsize=633592 memory=512704 CPUtime=0.04 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 22 0 0 0 2 2 0 0 20 0 2 0 76075363 648798208 129738 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 633592 KiB
Current children cumulated memory: 518952 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.11 4.06 5/268 82940
/proc/meminfo: memFree=122830408/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=784732 memory=630540 CPUtime=161.94 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 168196 0 0 0 16115 79 0 0 20 0 2 0 76075346 803565568 157635 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 196183 157635 3776 641 0 178666 0
[pid=82919/tid=82923] ppid=82914 vsize=784732 memory=612892 CPUtime=0.07 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 29 0 0 0 3 4 0 0 20 0 2 0 76075363 803565568 157635 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 784732 KiB
Current children cumulated memory: 630540 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.11 4.06 5/270 82990
/proc/meminfo: memFree=122796632/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=788616 memory=643868 CPUtime=221.77 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 190117 0 0 0 22079 98 0 0 20 0 2 0 76075346 807542784 160967 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 197154 160967 3776 641 0 179637 0
[pid=82919/tid=82923] ppid=82914 vsize=788616 memory=632212 CPUtime=0.09 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 32 0 0 0 3 6 0 0 20 0 2 0 76075363 807542784 160967 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 788616 KiB
Current children cumulated memory: 643868 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.12 4.06 5/271 82999
/proc/meminfo: memFree=122669084/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=800760 memory=725272 CPUtime=281.63 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 212324 0 0 0 28050 113 0 0 20 0 2 0 76075346 819978240 181318 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 200190 181318 3776 641 0 182673 0
[pid=82919/tid=82923] ppid=82914 vsize=800760 memory=701260 CPUtime=0.12 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 32 0 0 0 4 8 0 0 20 0 2 0 76075363 819978240 181318 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 281.63 s
Current children cumulated vsize: 800760 KiB
Current children cumulated memory: 725272 KiB

[startup+342.3 s]

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

/proc/meminfo: memFree=119941276/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1681976 memory=1351264 CPUtime=3035.02 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 856928 0 0 0 302706 796 0 0 20 0 2 0 76075346 1722343424 337816 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 420494 337816 3808 641 0 402977 0
[pid=82919/tid=82923] ppid=82914 vsize=1681976 memory=14432 CPUtime=1.65 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 93 0 0 0 53 112 0 0 20 0 2 0 76075363 1722343424 337816 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3035.02 s
Current children cumulated vsize: 1681976 KiB
Current children cumulated memory: 1351264 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 83190
/proc/meminfo: memFree=119794516/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1722688 memory=1403660 CPUtime=3094.88 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 869613 0 0 0 308676 812 0 0 20 0 2 0 76075346 1764032512 350915 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 430672 350915 3808 641 0 413155 0
[pid=82919/tid=82923] ppid=82914 vsize=1722688 memory=1345248 CPUtime=1.69 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 94 0 0 0 54 115 0 0 20 0 2 0 76075363 1764032512 350915 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3094.88 s
Current children cumulated vsize: 1722688 KiB
Current children cumulated memory: 1403660 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/268 83193
/proc/meminfo: memFree=119773680/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1722688 memory=1418420 CPUtime=3154.75 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 878317 0 0 0 314644 831 0 0 20 0 2 0 76075346 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 430672 354605 3808 641 0 413155 0
[pid=82919/tid=82923] ppid=82914 vsize=1722688 memory=1345248 CPUtime=1.73 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 94 0 0 0 54 119 0 0 20 0 2 0 76075363 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3154.75 s
Current children cumulated vsize: 1722688 KiB
Current children cumulated memory: 1418420 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 83195
/proc/meminfo: memFree=119826240/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1722688 memory=1418420 CPUtime=3214.63 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 879572 0 0 0 320618 845 0 0 20 0 2 0 76075346 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 430672 354605 3808 641 0 413155 0
[pid=82919/tid=82923] ppid=82914 vsize=1722688 memory=1345248 CPUtime=1.76 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 96 0 0 0 55 121 0 0 20 0 2 0 76075363 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3214.63 s
Current children cumulated vsize: 1722688 KiB
Current children cumulated memory: 1418420 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 83204
/proc/meminfo: memFree=119765220/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1722688 memory=1418420 CPUtime=3274.52 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 882480 0 0 0 326598 854 0 0 20 0 2 0 76075346 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 430672 354605 3808 641 0 413155 0
[pid=82919/tid=82923] ppid=82914 vsize=1722688 memory=18816 CPUtime=1.81 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 97 0 0 0 57 124 0 0 20 0 2 0 76075363 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3274.52 s
Current children cumulated vsize: 1722688 KiB
Current children cumulated memory: 1418420 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/268 83206
/proc/meminfo: memFree=119753620/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1722688 memory=1418420 CPUtime=3334.38 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 886645 0 0 0 332571 867 0 0 20 0 2 0 76075346 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 430672 354605 3808 641 0 413155 0
[pid=82919/tid=82923] ppid=82914 vsize=1722688 memory=5632 CPUtime=1.84 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 98 0 0 0 57 127 0 0 20 0 2 0 76075363 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3334.38 s
Current children cumulated vsize: 1722688 KiB
Current children cumulated memory: 1418420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/267 83208
/proc/meminfo: memFree=119728608/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1722688 memory=1418420 CPUtime=3394.26 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 887740 0 0 0 338547 879 0 0 20 0 2 0 76075346 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 430672 354605 3808 641 0 413155 0
[pid=82919/tid=82923] ppid=82914 vsize=1722688 memory=1418420 CPUtime=1.88 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 99 0 0 0 59 129 0 0 20 0 2 0 76075363 1764032512 354605 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3394.26 s
Current children cumulated vsize: 1722688 KiB
Current children cumulated memory: 1418420 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 83210
/proc/meminfo: memFree=119704520/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1735312 memory=1426836 CPUtime=3454.13 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 896391 0 0 0 344521 892 0 0 20 0 2 0 76075346 1776959488 356709 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 433828 356709 3808 641 0 416311 0
[pid=82919/tid=82923] ppid=82914 vsize=1735312 memory=1418420 CPUtime=1.92 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 99 0 0 0 60 132 0 0 20 0 2 0 76075363 1776959488 356709 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3454.13 s
Current children cumulated vsize: 1735312 KiB
Current children cumulated memory: 1426836 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/267 83212
/proc/meminfo: memFree=119687964/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1735132 memory=1431276 CPUtime=3514.01 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 902077 0 0 0 350494 907 0 0 20 0 2 0 76075346 1776775168 357819 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 433783 357819 3808 641 0 416266 0
[pid=82919/tid=82923] ppid=82914 vsize=1735132 memory=1418420 CPUtime=1.96 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 101 0 0 0 61 135 0 0 20 0 2 0 76075363 1776775168 357819 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3514.01 s
Current children cumulated vsize: 1735132 KiB
Current children cumulated memory: 1431276 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/266 83214
/proc/meminfo: memFree=119669272/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1739820 memory=1436396 CPUtime=3573.88 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 908260 0 0 0 356470 918 0 0 20 0 2 0 76075346 1781575680 359099 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 434955 359099 3808 641 0 417438 0
[pid=82919/tid=82923] ppid=82914 vsize=1739820 memory=1433964 CPUtime=2 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 102 0 0 0 62 138 0 0 20 0 2 0 76075363 1781575680 359099 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3573.88 s
Current children cumulated vsize: 1739820 KiB
Current children cumulated memory: 1436396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 83224
/proc/meminfo: memFree=121699608/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1745304 memory=1442704 CPUtime=3600.02 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 909725 0 0 0 359078 924 0 0 20 0 2 0 76075346 1787191296 360676 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 436326 360676 3808 641 0 418809 0
[pid=82919/tid=82923] ppid=82914 vsize=1745304 memory=1438316 CPUtime=2.01 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 102 0 0 0 62 139 0 0 20 0 2 0 76075363 1787191296 360676 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1745304 KiB
Current children cumulated memory: 1442704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.8 s, system=9.25257 s

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

[startup+3608.5 s]
/proc/loadavg: 4.11 4.10 4.09 5/262 83224
/proc/meminfo: memFree=121699608/131250000 swapFree=33007332/33010684
[pid=82919] ppid=82914 vsize=1745304 memory=1442704 CPUtime=3600.02 cores=4,6
/proc/82919/stat : 82919 (ipbhs_gurobi) R 82914 82919 82351 0 -1 4194304 909725 0 0 0 359078 924 0 0 20 0 2 0 76075346 1787191296 360676 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
/proc/82919/statm: 436326 360676 3808 641 0 418809 0
[pid=82919/tid=82923] ppid=82914 vsize=1745304 memory=1438316 CPUtime=2.01 cores=4,6
/proc/82919/task/82923/stat : 82923 (ipbhs_gurobi) S 82914 82919 82351 0 -1 4194368 102 0 0 0 62 139 0 0 20 0 2 0 76075363 1787191296 360676 18446744073709551615 94287688003584 94287690628637 140722077467744 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94287691247512 94287691280474 94287693754368 140722077473163 140722077473287 140722077473287 140722077478889 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1745304 KiB
Current children cumulated memory: 1442704 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.51
CPU time (s): 3600.05
CPU user time (s): 3590.8
CPU system time (s): 9.25257
CPU usage (%): 99.7654
Max. virtual memory (cumulated for all children) (KiB): 1745304
Max. memory (cumulated for all children) (KiB): 1442704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.8
system time used= 9.25257
maximum resident set size= 1442704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 909725
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= 358929
involuntary context switches= 2785


# summary of solver processes directly reported to runsolver:
#   pid: 82919
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3590.8
#   total CPU system time (s): 9.25257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.00666 second user time and 16.4228 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-04 06:39:38
IDJOB=4522259
IDBENCH=178655
IDSOLVER=3334
FILE ID=nodeC019/4522259-1751603978
RUNJOBID= nodeC019-1751600365-82362
SLURM_JOB_ID= 9598878
Free space on /tmp= 431344 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-ab51-40-100.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522259-1751603978/watcher-4522259-1751603978 -o /tmp/evaluation-result-4522259-1751603978/solver-4522259-1751603978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751600365-82362 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4522259-1751603978.opb --max-coef 1000000000

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

MD5SUM BENCH= 8fca917194ea3f00cf99a1d77833d022
RANDOM SEED=1220863421

nodeC019 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	: 0xb00002a
cpu MHz		: 3599.730
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 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125091392 kB
MemAvailable:   127086092 kB
Buffers:             904 kB
Cached:          2796000 kB
SwapCached:          440 kB
Active:          2896800 kB
Inactive:        2648368 kB
Active(anon):    2735724 kB
Inactive(anon):    27736 kB
Active(file):     161076 kB
Inactive(file):  2620632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            190792 kB
Writeback:             8 kB
AnonPages:       2746812 kB
Mapped:           116652 kB
Shmem:             15192 kB
KReclaimable:     104460 kB
Slab:             193876 kB
SReclaimable:     104460 kB
SUnreclaim:        89416 kB
KernelStack:        4320 kB
PageTables:         8512 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3125388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2445312 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431252 MiB
End job on nodeC019 at 2025-07-04 07:39:47