Trace number 4522397

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.04 3607.94

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2010/normalized-bab3.opb
MD5SUM5650d49d55a36e62ab842bae231a0f3b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9098882
Best CPU time to get the best result obtained on this benchmark3600.71
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables393800
Total number of constraints23067
Number of constraints which are clauses17479
Number of constraints which are cardinality constraints (but not clauses)1092
Number of constraints which are nor clauses,nor cardinality constraints4496
Minimum length of a constraint1
Maximum length of a constraint101656
Number of terms in the objective function 122664
Biggest coefficient in the objective function 30378
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 500013378
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 4511353
Number of bits of the biggest number in a constraint 23
Biggest sum of numbers in a constraint 500013378
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.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c enable explicit+compact SCL
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
7.07/7.14	c limit for coefficient in constraints and objective to 1000000000
7.07/7.14	c will solve HOME/instance-4522397-1751604413.opb
7.07/7.14	Searching graph automorphisms with time limit: 96
11.56/11.63	c [8.13] will start solving

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=83049, runsolver pid=83046

[startup+0.100064 s]*
/proc/loadavg: 4.08 4.10 4.06 5/270 83050
/proc/meminfo: memFree=124169140/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=2071460 memory=414516 CPUtime=0.09 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1012 0 0 0 1 8 0 0 20 0 1 0 76118853 2121175040 103629 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 517865 103629 1632 641 0 502622 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2071460 KiB
Current children cumulated memory: 414516 KiB

[startup+0.205689 s]*
/proc/loadavg: 4.08 4.10 4.06 5/270 83050
/proc/meminfo: memFree=123730868/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=2071460 memory=883508 CPUtime=0.19 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1241 0 0 0 3 16 0 0 20 0 1 0 76118853 2121175040 220877 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 517865 220877 1632 641 0 502622 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 2071460 KiB
Current children cumulated memory: 883508 KiB

[startup+0.305793 s]*
/proc/loadavg: 4.08 4.10 4.06 5/270 83050
/proc/meminfo: memFree=123282704/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=2071460 memory=1323828 CPUtime=0.29 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1456 0 0 0 4 25 0 0 20 0 1 0 76118853 2121175040 330957 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 517865 330957 1632 641 0 502622 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2071460 KiB
Current children cumulated memory: 1323828 KiB

[startup+0.700164 s]
/proc/loadavg: 4.08 4.10 4.06 5/270 83050
/proc/meminfo: memFree=122564784/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=2131492 memory=2059984 CPUtime=0.68 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 14819 0 0 0 28 40 0 0 20 0 1 0 76118853 2182647808 514996 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 532873 514996 1632 641 0 517630 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2131492 KiB
Current children cumulated memory: 2059984 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.10 4.06 5/270 83050
/proc/meminfo: memFree=122488740/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=2192352 memory=2120916 CPUtime=1.48 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 28008 0 0 0 106 42 0 0 20 0 1 0 76118853 2244968448 530229 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 548088 530229 1632 641 0 532845 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2192352 KiB
Current children cumulated memory: 2120916 KiB

[startup+3.10546 s]
/proc/loadavg: 4.08 4.10 4.06 5/271 83051
/proc/meminfo: memFree=122097884/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=2617048 memory=2500600 CPUtime=3.08 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 86152 0 0 0 249 59 0 0 20 0 2 0 76118853 2679857152 625150 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 654262 625150 2208 641 0 636745 0
[pid=83049/tid=83051] ppid=83046 vsize=2617048 memory=2079316 CPUtime=0 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 76119145 2679857152 625150 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2617048 KiB
Current children cumulated memory: 2500600 KiB

[startup+6.30017 s]
/proc/loadavg: 4.08 4.10 4.06 5/271 83051
/proc/meminfo: memFree=121466940/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3256076 memory=3104648 CPUtime=6.26 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 211823 0 0 0 544 82 0 0 20 0 2 0 76118853 3334221824 776162 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 814019 776162 2272 641 0 796502 0
[pid=83049/tid=83051] ppid=83046 vsize=3256076 memory=2127828 CPUtime=0 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 76119145 3334221824 776162 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 3256076 KiB
Current children cumulated memory: 3104648 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.13 4.07 5/271 83051
/proc/meminfo: memFree=121326984/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3158320 memory=3041476 CPUtime=12.65 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 650668 0 0 0 1148 117 0 0 20 0 2 0 76118853 3234119680 760369 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 789580 760369 2304 641 0 772063 0
[pid=83049/tid=83051] ppid=83046 vsize=3158320 memory=3041476 CPUtime=0 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 2 0 76119145 3234119680 760369 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3158320 KiB
Current children cumulated memory: 3041476 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.13 4.07 5/271 83052
/proc/meminfo: memFree=121398448/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3239820 memory=3107476 CPUtime=25.42 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 937560 0 0 0 2402 140 0 0 20 0 2 0 76118853 3317575680 776869 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 809955 776869 3072 641 0 792438 0
[pid=83049/tid=83051] ppid=83046 vsize=3239820 memory=3043524 CPUtime=0 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 2 0 76119145 3317575680 776869 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3239820 KiB
Current children cumulated memory: 3107476 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.12 4.07 5/270 83052
/proc/meminfo: memFree=121456572/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3192280 memory=3078552 CPUtime=50.97 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1079606 0 0 0 4945 152 0 0 20 0 2 0 76118853 3268894720 769638 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 798070 769638 3616 641 0 780553 0
[pid=83049/tid=83051] ppid=83046 vsize=3192280 memory=3054204 CPUtime=0.01 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 23 0 0 0 0 1 0 0 20 0 2 0 76119145 3268894720 769638 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 3192280 KiB
Current children cumulated memory: 3078552 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.13 4.08 5/269 83055
/proc/meminfo: memFree=121372748/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3176324 memory=3064648 CPUtime=102.04 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1237640 0 0 0 10032 172 0 0 20 0 2 0 76118853 3252555776 766162 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 794081 766162 3616 641 0 776564 0
[pid=83049/tid=83051] ppid=83046 vsize=3176324 memory=3065808 CPUtime=0.04 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 31 0 0 0 1 3 0 0 20 0 2 0 76119145 3252555776 766162 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 3176324 KiB
Current children cumulated memory: 3064648 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.10 4.07 5/267 83057
/proc/meminfo: memFree=121248360/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3174712 memory=3063336 CPUtime=161.89 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1379047 0 0 0 15994 195 0 0 20 0 2 0 76118853 3250905088 765834 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 793678 765834 3680 641 0 776161 0
[pid=83049/tid=83051] ppid=83046 vsize=3174712 memory=3063336 CPUtime=0.07 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 35 0 0 0 2 5 0 0 20 0 2 0 76119145 3250905088 765834 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 3174712 KiB
Current children cumulated memory: 3063336 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.10 4.07 5/267 83059
/proc/meminfo: memFree=121244032/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3179696 memory=3068200 CPUtime=221.74 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1420790 0 0 0 21972 202 0 0 20 0 2 0 76118853 3256008704 767050 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 794924 767050 3680 641 0 777407 0
[pid=83049/tid=83051] ppid=83046 vsize=3179696 memory=3067432 CPUtime=0.1 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 39 0 0 0 3 7 0 0 20 0 2 0 76119145 3256008704 767050 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 3179696 KiB
Current children cumulated memory: 3068200 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.11 4.08 5/267 83062
/proc/meminfo: memFree=121224288/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3212784 memory=3101176 CPUtime=281.57 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1437150 0 0 0 27951 206 0 0 20 0 2 0 76118853 3289890816 775294 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 803196 775294 3680 641 0 785679 0
[pid=83049/tid=83051] ppid=83046 vsize=3212784 memory=14432 CPUtime=0.13 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 40 0 0 0 4 9 0 0 20 0 2 0 76119145 3289890816 775294 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 3212784 KiB
Current children cumulated memory: 3101176 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 4.10 4.08 5/267 83064
/proc/meminfo: memFree=120967304/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3297672 memory=3180712 CPUtime=341.41 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 1478717 0 0 0 33927 214 0 0 20 0 2 0 76118853 3376816128 795178 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 824418 795178 3680 641 0 806901 0
[pid=83049/tid=83051] ppid=83046 vsize=3297672 memory=14432 CPUtime=0.15 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 41 0 0 0 5 10 0 0 20 0 2 0 76119145 3376816128 795178 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 341.41 s

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

/proc/meminfo: memFree=119700692/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3389780 CPUtime=3035.53 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2746947 0 0 0 303060 493 0 0 20 0 2 0 76118853 3602489344 847445 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 847445 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3389780 CPUtime=1.39 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 163 0 0 0 49 90 0 0 20 0 2 0 76119145 3602489344 847445 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3035.53 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3389780 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 83213
/proc/meminfo: memFree=119687980/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3389780 CPUtime=3095.42 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2751355 0 0 0 309046 496 0 0 20 0 2 0 76118853 3602489344 847445 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 847445 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3389780 CPUtime=1.42 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 166 0 0 0 50 92 0 0 20 0 2 0 76119145 3602489344 847445 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3095.42 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3389780 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/266 83215
/proc/meminfo: memFree=119645728/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3390676 CPUtime=3155.31 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2766958 0 0 0 315031 500 0 0 20 0 2 0 76118853 3602489344 847669 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 847669 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3389780 CPUtime=1.45 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 169 0 0 0 51 94 0 0 20 0 2 0 76119145 3602489344 847669 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3155.31 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3390676 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/268 83448
/proc/meminfo: memFree=119685752/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3394260 CPUtime=3215.18 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2778318 0 0 0 321015 503 0 0 20 0 2 0 76118853 3602489344 848565 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 848565 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3390676 CPUtime=1.48 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 173 0 0 0 52 96 0 0 20 0 2 0 76119145 3602489344 848565 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3215.18 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3394260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.16 4.11 5/268 83495
/proc/meminfo: memFree=121810448/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3394388 CPUtime=3275.04 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2778961 0 0 0 326998 506 0 0 20 0 2 0 76118853 3602489344 848597 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 848597 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3394388 CPUtime=1.49 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 173 0 0 0 52 97 0 0 20 0 2 0 76119145 3602489344 848597 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3275.04 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3394388 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.15 4.10 4/263 83506
/proc/meminfo: memFree=122933116/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3396948 CPUtime=3334.9 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2779502 0 0 0 332981 509 0 0 20 0 2 0 76118853 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 849237 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3396564 CPUtime=1.52 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 174 0 0 0 53 99 0 0 20 0 2 0 76119145 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3334.9 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3396948 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/268 83545
/proc/meminfo: memFree=121254464/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3396948 CPUtime=3394.76 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2788495 0 0 0 338965 511 0 0 20 0 2 0 76118853 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 849237 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3396564 CPUtime=1.52 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 176 0 0 0 53 99 0 0 20 0 2 0 76119145 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3394.76 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3396948 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/268 83547
/proc/meminfo: memFree=121211236/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3396948 CPUtime=3454.65 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2796944 0 0 0 344952 513 0 0 20 0 2 0 76118853 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 849237 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3396564 CPUtime=1.53 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 178 0 0 0 53 100 0 0 20 0 2 0 76119145 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3454.65 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3396948 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/268 83556
/proc/meminfo: memFree=121213896/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3396948 CPUtime=3514.54 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2797833 0 0 0 350940 514 0 0 20 0 2 0 76118853 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 849237 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3396948 CPUtime=1.54 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 180 0 0 0 54 100 0 0 20 0 2 0 76119145 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3514.54 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3396948 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/268 83558
/proc/meminfo: memFree=121165948/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3396948 CPUtime=3574.44 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2798027 0 0 0 356929 515 0 0 20 0 2 0 76118853 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 849237 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=5632 CPUtime=1.55 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 181 0 0 0 54 101 0 0 20 0 2 0 76119145 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3574.44 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3396948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.9 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 83559
/proc/meminfo: memFree=121155888/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3396948 CPUtime=3600 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2798241 0 0 0 359484 516 0 0 20 0 2 0 76118853 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 849237 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3396948 CPUtime=1.55 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 183 0 0 0 54 101 0 0 20 0 2 0 76119145 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3396948 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.85 s, system=5.19706 s

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

[startup+3607.9 s]
/proc/loadavg: 4.10 4.11 4.09 5/268 83559
/proc/meminfo: memFree=121155888/131250000 swapFree=33007332/33010684
[pid=83049] ppid=83046 vsize=3518056 memory=3396948 CPUtime=3600 cores=5,7
/proc/83049/stat : 83049 (ipbhs_gurobi) R 83046 83049 82351 0 -1 4194304 2798241 0 0 0 359484 516 0 0 20 0 2 0 76118853 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
/proc/83049/statm: 879514 849237 3744 641 0 861997 0
[pid=83049/tid=83051] ppid=83046 vsize=3518056 memory=3396948 CPUtime=1.55 cores=5,7
/proc/83049/task/83051/stat : 83051 (ipbhs_gurobi) S 83046 83049 82351 0 -1 4194368 183 0 0 0 54 101 0 0 20 0 2 0 76119145 3602489344 849237 18446744073709551615 94358155608064 94358158233117 140722554545056 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94358158851992 94358158884954 94358185443328 140722554550667 140722554550791 140722554550791 140722554556393 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3518056 KiB
Current children cumulated memory: 3396948 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.94
CPU time (s): 3600.04
CPU user time (s): 3594.85
CPU system time (s): 5.19706
CPU usage (%): 99.7811
Max. virtual memory (cumulated for all children) (KiB): 4496788
Max. memory (cumulated for all children) (KiB): 4224864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.85
system time used= 5.19706
maximum resident set size= 4224864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2798241
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= 358541
involuntary context switches= 3720


# summary of solver processes directly reported to runsolver:
#   pid: 83049
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3594.85
#   total CPU system time (s): 5.19706

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76376 second user time and 15.4922 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-04 06:46:53
IDJOB=4522397
IDBENCH=178803
IDSOLVER=3334
FILE ID=nodeC019/4522397-1751604413
RUNJOBID= nodeC019-1751600365-82364
SLURM_JOB_ID= 9598878
Free space on /tmp= 431308 MiB

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

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

MD5SUM BENCH= 5650d49d55a36e62ab842bae231a0f3b
RANDOM SEED=819344951

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.679
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		: 3599.670
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		: 3599.521
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		: 3602.427
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		: 3599.670
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		: 3573.457
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.577
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.683
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:        124570420 kB
MemAvailable:   126662648 kB
Buffers:             904 kB
Cached:          2893528 kB
SwapCached:          440 kB
Active:          3342780 kB
Inactive:        2744240 kB
Active(anon):    3180044 kB
Inactive(anon):    27736 kB
Active(file):     162736 kB
Inactive(file):  2716504 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             95552 kB
Writeback:             0 kB
AnonPages:       3187436 kB
Mapped:           121460 kB
Shmem:             15192 kB
KReclaimable:     104456 kB
Slab:             193720 kB
SReclaimable:     104456 kB
SUnreclaim:        89264 kB
KernelStack:        4352 kB
PageTables:         9536 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3833284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1556480 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= 431316 MiB
End job on nodeC019 at 2025-07-04 07:47:02