Trace number 4499059

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2025-06-09? (TO) 3600.09 3606.31

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2410.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.03	c initialize IPBHS solver
0.00/0.03	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.03	c optimizer = "gurobi"
0.00/0.03	c pbsolver = "roundingsat"
0.00/0.03	c use separate pbsolver for SIS
0.00/0.03	c load symmetries from file ""
0.00/0.03	c set time limit for symmetry computation to 100 seconds.
0.00/0.03	c set interchangeable summation variable limit to 3
0.00/0.03	c enable explicit+compact SCL
0.00/0.03	c set sym compact max subset size to 5
0.00/0.03	c set explicit symmetry matrix usage to 1
0.00/0.03	c sym budget explicit to 100
0.00/0.03	c sym budget explicit lits to 6000
0.00/0.03	c sym budget compact to 100
0.00/0.03	c sym budget compact lits to 6000
0.00/0.03	c sym budget common to 0
0.00/0.03	c sym budget common lits to 0
0.00/0.03	c set sym generation to 's'
0.00/0.03	c set abstraction set creation to 10 iterations without LB change
0.00/0.03	c set abstraction set inputs to 0
0.00/0.03	c set abstraction set cluster min size to 2
0.00/0.03	c set abstraction set cluster max size to 100000000
0.00/0.03	c set abstraction set cluster activation limit to 2
0.00/0.03	c enable abstraction set require equal cost
0.00/0.03	c set abstraction set assumptions to 0
0.00/0.03	c set abstraction set constraint type to 0
0.00/0.03	c set abstract core extraction strategy to b
0.00/0.03	c set core extraction strategy to 2
0.00/0.03	c set core extraction shuffles 10
0.00/0.03	c set cores per iteration to 5
0.00/0.03	c set optimizer bound usage strategy to 2
0.00/0.03	c set optimizer max non-optimal iterations to 1000
0.00/0.03	c set small core cardinality limit to 2
0.00/0.03	c set max coef in cores to 1000000000
0.00/0.03	c set core processing techniques to 4095
0.00/0.03	c set SIS iterations to 5
0.00/0.03	c set SIS budget abs to 1000
0.00/0.03	c set SIS budget rel to 0.05
0.63/0.76	c limit for coefficient in constraints and objective to 1000000000
0.63/0.76	c will solve HOME/instance-4499059-1751406357.opb
0.63/0.76	Searching graph automorphisms with time limit: 100
0.84/0.94	c [0.2] 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: 63837 MiB (59449 MiB free)
  memory of node 1: 64465 MiB (58730 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.10007 s]*
/proc/loadavg: 4.18 4.15 4.16 5/253 60476
/proc/meminfo: memFree=120811660/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=1982008 memory=210712 CPUtime=0.07 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 670 0 0 0 2 5 0 0 20 0 1 0 56315109 2029576192 52678 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 495502 52678 1632 641 0 480259 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1982008 KiB
Current children cumulated memory: 210712 KiB

[startup+0.214163 s]*
/proc/loadavg: 4.18 4.15 4.16 5/253 60476
/proc/meminfo: memFree=120507548/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=1982008 memory=511768 CPUtime=0.17 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 817 0 0 0 5 12 0 0 20 0 1 0 56315109 2029576192 127942 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 495502 127942 1632 641 0 480259 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1982008 KiB
Current children cumulated memory: 511768 KiB

[startup+0.313 s]*
/proc/loadavg: 4.18 4.15 4.16 5/253 60476
/proc/meminfo: memFree=120249500/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=1982008 memory=806760 CPUtime=0.26 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 961 0 0 0 8 18 0 0 20 0 1 0 56315109 2029576192 201690 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 495502 201690 1632 641 0 480259 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1982008 KiB
Current children cumulated memory: 806760 KiB

[startup+0.700318 s]
/proc/loadavg: 4.18 4.15 4.16 5/253 60476
/proc/meminfo: memFree=119739832/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=1982656 memory=1919592 CPUtime=0.63 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 1712 0 0 0 19 44 0 0 20 0 1 0 56315109 2030239744 479898 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 495664 479898 1632 641 0 480421 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 1982656 KiB
Current children cumulated memory: 1919592 KiB

[startup+1.5003 s]
/proc/loadavg: 4.18 4.15 4.16 5/254 60477
/proc/meminfo: memFree=119180700/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2011516 memory=1943136 CPUtime=1.43 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 5367 0 0 0 96 47 0 0 20 0 2 0 56315109 2059792384 485784 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 502879 485784 3200 641 0 485362 0
[pid=60475/tid=60477] ppid=60472 vsize=2011516 memory=0 CPUtime=0 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 56315183 2059792384 485784 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 2011516 KiB
Current children cumulated memory: 1943136 KiB

[startup+3.11255 s]
/proc/loadavg: 4.17 4.15 4.16 5/254 60477
/proc/meminfo: memFree=119173832/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2014236 memory=1945952 CPUtime=3.04 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 9000 0 0 0 254 50 0 0 20 0 2 0 56315109 2062577664 486488 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 503559 486488 3200 641 0 486042 0
[pid=60475/tid=60477] ppid=60472 vsize=2014236 memory=1932492 CPUtime=0 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 56315183 2062577664 486488 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 2014236 KiB
Current children cumulated memory: 1945952 KiB

[startup+6.30027 s]
/proc/loadavg: 4.17 4.15 4.16 5/254 60477
/proc/meminfo: memFree=119170556/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2020296 memory=1951392 CPUtime=6.23 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 18880 0 0 0 569 54 0 0 20 0 2 0 56315109 2068783104 487848 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 505074 487848 3200 641 0 487557 0
[pid=60475/tid=60477] ppid=60472 vsize=2020296 memory=18816 CPUtime=0 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 56315183 2068783104 487848 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 2020296 KiB
Current children cumulated memory: 1951392 KiB

[startup+12.7003 s]
/proc/loadavg: 4.14 4.14 4.16 5/254 60477
/proc/meminfo: memFree=119165548/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2032324 memory=1960244 CPUtime=12.62 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 33349 0 0 0 1199 63 0 0 20 0 2 0 56315109 2081099776 490061 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 508081 490061 3200 641 0 490564 0
[pid=60475/tid=60477] ppid=60472 vsize=2032324 memory=1955744 CPUtime=0 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 56315183 2081099776 490061 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2032324 KiB
Current children cumulated memory: 1960244 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.16 4.16 5/254 60477
/proc/meminfo: memFree=119155908/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2036304 memory=1966248 CPUtime=25.4 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 49321 0 0 0 2463 77 0 0 20 0 2 0 56315109 2085175296 491562 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 509076 491562 3200 641 0 491559 0
[pid=60475/tid=60477] ppid=60472 vsize=2036304 memory=1962548 CPUtime=0.02 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 15 0 0 0 1 1 0 0 20 0 2 0 56315183 2085175296 491562 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2036304 KiB
Current children cumulated memory: 1966248 KiB

[startup+51.1129 s]
/proc/loadavg: 4.19 4.16 4.16 5/254 60478
/proc/meminfo: memFree=119156364/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2054940 memory=1978184 CPUtime=50.97 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 65042 0 0 0 4994 103 0 0 20 0 2 0 56315109 2104258560 494546 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 513735 494546 3200 641 0 496218 0
[pid=60475/tid=60477] ppid=60472 vsize=2054940 memory=1977416 CPUtime=0.04 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 18 0 0 0 1 3 0 0 20 0 2 0 56315183 2104258560 494546 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2054940 KiB
Current children cumulated memory: 1978184 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.14 4.16 5/254 60479
/proc/meminfo: memFree=119096180/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2084580 memory=1997988 CPUtime=102.08 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 68080 0 0 0 10062 146 0 0 20 0 2 0 56315109 2134609920 499497 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 521145 499497 3200 641 0 503628 0
[pid=60475/tid=60477] ppid=60472 vsize=2084580 memory=-7531269346140126150 CPUtime=0.11 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 18 0 0 0 3 8 0 0 20 0 2 0 56315183 2134609920 499497 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 2084580 KiB
Current children cumulated memory: 1997988 KiB

[startup+162.3 s]
/proc/loadavg: 4.21 4.16 4.16 5/253 60481
/proc/meminfo: memFree=119056668/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2092556 memory=2004388 CPUtime=161.99 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 88522 0 0 0 16004 195 0 0 20 0 2 0 56315109 2142777344 501097 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 523139 501097 3200 641 0 505622 0
[pid=60475/tid=60477] ppid=60472 vsize=2092556 memory=1999908 CPUtime=0.2 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 22 0 0 0 6 14 0 0 20 0 2 0 56315183 2142777344 501097 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 161.99 s
Current children cumulated vsize: 2092556 KiB
Current children cumulated memory: 2004388 KiB

[startup+222.3 s]
/proc/loadavg: 4.24 4.18 4.17 5/253 60483
/proc/meminfo: memFree=119037352/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2102112 memory=2023064 CPUtime=221.89 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 92635 0 0 0 21957 232 0 0 20 0 2 0 56315109 2152562688 505766 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 525528 505766 3200 641 0 508011 0
[pid=60475/tid=60477] ppid=60472 vsize=2102112 memory=2016152 CPUtime=0.28 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 23 0 0 0 8 20 0 0 20 0 2 0 56315183 2152562688 505766 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 221.89 s
Current children cumulated vsize: 2102112 KiB
Current children cumulated memory: 2023064 KiB

[startup+282.3 s]
/proc/loadavg: 4.20 4.17 4.17 5/253 60485
/proc/meminfo: memFree=119020068/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2140960 memory=2037532 CPUtime=281.79 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 109878 0 0 0 27919 260 0 0 20 0 2 0 56315109 2192343040 509383 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 535240 509383 3200 641 0 517723 0
[pid=60475/tid=60477] ppid=60472 vsize=2140960 memory=2037532 CPUtime=0.38 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 26 0 0 0 12 26 0 0 20 0 2 0 56315183 2192343040 509383 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 281.79 s
Current children cumulated vsize: 2140960 KiB
Current children cumulated memory: 2037532 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.16 4.16 5/253 60487
/proc/meminfo: memFree=119004696/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2142456 memory=2039068 CPUtime=341.69 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 117004 0 0 0 33866 303 0 0 20 0 2 0 56315109 2193874944 509767 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 535614 509767 3200 641 0 518097 0
[pid=60475/tid=60477] ppid=60472 vsize=2142456 memory=2038684 CPUtime=0.46 cores=1,3

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

/proc/meminfo: memFree=118585904/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2273300 memory=2166880 CPUtime=3037.15 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 630063 0 0 0 302078 1637 0 0 20 0 2 0 56315109 2327859200 541720 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 568325 541720 3200 641 0 550808 0
[pid=60475/tid=60477] ppid=60472 vsize=2273300 memory=2166880 CPUtime=4.77 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 112 0 0 0 146 331 0 0 20 0 2 0 56315183 2327859200 541720 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3037.15 s
Current children cumulated vsize: 2273300 KiB
Current children cumulated memory: 2166880 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/254 60642
/proc/meminfo: memFree=118577120/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2273300 memory=2166880 CPUtime=3097.06 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 631590 0 0 0 308044 1662 0 0 20 0 2 0 56315109 2327859200 541720 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 568325 541720 3200 641 0 550808 0
[pid=60475/tid=60477] ppid=60472 vsize=2273300 memory=2166880 CPUtime=4.88 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 113 0 0 0 149 339 0 0 20 0 2 0 56315183 2327859200 541720 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3097.06 s
Current children cumulated vsize: 2273300 KiB
Current children cumulated memory: 2166880 KiB

[startup+3162.3 s]
/proc/loadavg: 4.18 4.15 4.17 5/254 60644
/proc/meminfo: memFree=118562364/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2273300 memory=2166880 CPUtime=3156.95 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 659850 0 0 0 314000 1695 0 0 20 0 2 0 56315109 2327859200 541720 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 568325 541720 3200 641 0 550808 0
[pid=60475/tid=60477] ppid=60472 vsize=2273300 memory=2166880 CPUtime=4.98 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 117 0 0 0 152 346 0 0 20 0 2 0 56315183 2327859200 541720 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3156.95 s
Current children cumulated vsize: 2273300 KiB
Current children cumulated memory: 2166880 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.18 4.18 5/254 60646
/proc/meminfo: memFree=118532848/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2273564 memory=2167264 CPUtime=3216.84 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 664720 0 0 0 319960 1724 0 0 20 0 2 0 56315109 2328129536 541816 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 568391 541816 3200 641 0 550874 0
[pid=60475/tid=60477] ppid=60472 vsize=2273564 memory=2166880 CPUtime=5.09 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 118 0 0 0 156 353 0 0 20 0 2 0 56315183 2328129536 541816 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3216.84 s
Current children cumulated vsize: 2273564 KiB
Current children cumulated memory: 2167264 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/254 60648
/proc/meminfo: memFree=118513012/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2273716 memory=2167520 CPUtime=3276.76 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 693967 0 0 0 325929 1747 0 0 20 0 2 0 56315109 2328285184 541880 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 568429 541880 3200 641 0 550912 0
[pid=60475/tid=60477] ppid=60472 vsize=2273716 memory=14720 CPUtime=5.18 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 124 0 0 0 159 359 0 0 20 0 2 0 56315183 2328285184 541880 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3276.76 s
Current children cumulated vsize: 2273716 KiB
Current children cumulated memory: 2167520 KiB

[startup+3342.3 s]
/proc/loadavg: 4.17 4.16 4.18 5/254 60650
/proc/meminfo: memFree=118492192/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2275324 memory=2168672 CPUtime=3336.68 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 697773 0 0 0 331894 1774 0 0 20 0 2 0 56315109 2329931776 542168 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 568831 542168 3200 641 0 551314 0
[pid=60475/tid=60477] ppid=60472 vsize=2275324 memory=11264 CPUtime=5.28 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 125 0 0 0 162 366 0 0 20 0 2 0 56315183 2329931776 542168 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3336.68 s
Current children cumulated vsize: 2275324 KiB
Current children cumulated memory: 2168672 KiB

[startup+3402.3 s]
/proc/loadavg: 2.99 3.84 4.06 3/240 60713
/proc/meminfo: memFree=126109208/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2284068 memory=2179956 CPUtime=3396.57 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 722897 0 0 0 337861 1796 0 0 20 0 2 0 56315109 2338885632 544989 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 571017 544989 3200 641 0 553500 0
[pid=60475/tid=60477] ppid=60472 vsize=2284068 memory=14720 CPUtime=5.38 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 131 0 0 0 165 373 0 0 20 0 2 0 56315183 2338885632 544989 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3396.57 s
Current children cumulated vsize: 2284068 KiB
Current children cumulated memory: 2179956 KiB

[startup+3462.3 s]
/proc/loadavg: 2.22 3.48 3.93 2/234 60749
/proc/meminfo: memFree=126897256/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2288200 memory=2196516 CPUtime=3456.45 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 737057 0 0 0 343826 1819 0 0 20 0 2 0 56315109 2343116800 549129 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 572050 549129 3200 641 0 554533 0
[pid=60475/tid=60477] ppid=60472 vsize=2288200 memory=14720 CPUtime=5.48 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 131 0 0 0 169 379 0 0 20 0 2 0 56315183 2343116800 549129 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3456.45 s
Current children cumulated vsize: 2288200 KiB
Current children cumulated memory: 2196516 KiB

[startup+3522.3 s]
/proc/loadavg: 1.55 3.05 3.75 2/233 60751
/proc/meminfo: memFree=126880236/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2288200 memory=2200612 CPUtime=3516.28 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 737640 0 0 0 349779 1849 0 0 20 0 2 0 56315109 2343116800 550153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 572050 550153 3200 641 0 554533 0
[pid=60475/tid=60477] ppid=60472 vsize=2288200 memory=11264 CPUtime=5.58 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 132 0 0 0 172 386 0 0 20 0 2 0 56315183 2343116800 550153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3516.28 s
Current children cumulated vsize: 2288200 KiB
Current children cumulated memory: 2200612 KiB

[startup+3582.3 s]
/proc/loadavg: 1.30 2.71 3.59 2/233 60753
/proc/meminfo: memFree=126862736/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2288200 memory=2216612 CPUtime=3576.13 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 742544 0 0 0 355735 1878 0 0 20 0 2 0 56315109 2343116800 554153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 572050 554153 3200 641 0 554533 0
[pid=60475/tid=60477] ppid=60472 vsize=2288200 memory=14720 CPUtime=5.67 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 135 0 0 0 175 392 0 0 20 0 2 0 56315183 2343116800 554153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3576.13 s
Current children cumulated vsize: 2288200 KiB
Current children cumulated memory: 2216612 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.3 s]
/proc/loadavg: 1.27 2.59 3.52 2/233 60754
/proc/meminfo: memFree=126866952/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2288200 memory=2216612 CPUtime=3600.08 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 743434 0 0 0 358119 1889 0 0 20 0 2 0 56315109 2343116800 554153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 572050 554153 3200 641 0 554533 0
[pid=60475/tid=60477] ppid=60472 vsize=2288200 memory=2216612 CPUtime=5.71 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 136 0 0 0 176 395 0 0 20 0 2 0 56315183 2343116800 554153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2288200 KiB
Current children cumulated memory: 2216612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.19 s, system=18.8999 s

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

[startup+3606.3 s]
/proc/loadavg: 1.27 2.59 3.52 2/233 60754
/proc/meminfo: memFree=126866952/131382112 swapFree=33010684/33010684
[pid=60475] ppid=60472 vsize=2288200 memory=2216612 CPUtime=3600.08 cores=1,3
/proc/60475/stat : 60475 (ipbhs_gurobi) R 60472 60475 59413 0 -1 4194304 743434 0 0 0 358119 1889 0 0 20 0 2 0 56315109 2343116800 554153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
/proc/60475/statm: 572050 554153 3200 641 0 554533 0
[pid=60475/tid=60477] ppid=60472 vsize=2288200 memory=2216612 CPUtime=5.71 cores=1,3
/proc/60475/task/60477/stat : 60477 (ipbhs_gurobi) S 60472 60475 59413 0 -1 4194368 136 0 0 0 176 395 0 0 20 0 2 0 56315183 2343116800 554153 18446744073709551615 93842662301696 93842664926749 140731788511744 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93842665545624 93842665578586 93842697768960 140731788515723 140731788515847 140731788515847 140731788521449 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2288200 KiB
Current children cumulated memory: 2216612 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.31
CPU time (s): 3600.09
CPU user time (s): 3581.19
CPU system time (s): 18.8999
CPU usage (%): 99.8276
Max. virtual memory (cumulated for all children) (KiB): 2288200
Max. memory (cumulated for all children) (KiB): 2216612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.19
system time used= 18.8999
maximum resident set size= 2216612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 743434
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= 357094
involuntary context switches= 3059


# summary of solver processes directly reported to runsolver:
#   pid: 60475
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3581.19
#   total CPU system time (s): 18.8999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5943 second user time and 37.4343 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 23:45:57
IDJOB=4499059
IDBENCH=148770
IDSOLVER=3334
FILE ID=nodeC005/4499059-1751406357
RUNJOBID= nodeC005-1751398882-59425
SLURM_JOB_ID= 9598284
Free space on /tmp= 430316 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4499059-1751406357/watcher-4499059-1751406357 -o /tmp/evaluation-result-4499059-1751406357/solver-4499059-1751406357 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751398882-59425 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4499059-1751406357.opb --max-coef 1000000000

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=547578072

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121017420 kB
MemAvailable:   122194908 kB
Buffers:            2752 kB
Cached:          1976032 kB
SwapCached:            0 kB
Active:          7983544 kB
Inactive:        1626468 kB
Active(anon):    7641024 kB
Inactive(anon):     8164 kB
Active(file):     342520 kB
Inactive(file):  1618304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59392 kB
Writeback:             0 kB
AnonPages:       7632704 kB
Mapped:           118328 kB
Shmem:             17960 kB
KReclaimable:     112580 kB
Slab:             197296 kB
SReclaimable:     112580 kB
SUnreclaim:        84716 kB
KernelStack:        4080 kB
PageTables:        18360 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8609516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3557376 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430612 MiB
End job on nodeC005 at 2025-07-02 00:46:04