Trace number 4497499

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.07 3608.32

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_7.opb
MD5SUMe3f6e03fc0c8fc921c0242da7dc19bcf
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark91.1167
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12935
Total number of constraints47889
Number of constraints which are clauses47870
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints18
Minimum length of a constraint1
Maximum length of a constraint953
Number of terms in the objective function 953
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 953
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 984
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.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c enable explicit+compact SCL
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
0.68/0.70	c limit for coefficient in constraints and objective to 1000000000
0.68/0.70	c will solve HOME/instance-4497499-1751390201.opb
0.68/0.70	Searching graph automorphisms with time limit: 100
0.77/0.83	c [0.24] 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: 63665 MiB (60929 MiB free)
  memory of node 1: 64507 MiB (59314 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=57140, runsolver pid=57137

[startup+0.100025 s]*
/proc/loadavg: 4.14 4.14 4.10 5/266 57141
/proc/meminfo: memFree=122753552/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1655164 memory=403724 CPUtime=0.09 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 868 0 0 0 1 8 0 0 20 0 1 0 54697892 1694887936 100931 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 413791 100931 1632 641 0 398548 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1655164 KiB
Current children cumulated memory: 403724 KiB

[startup+0.20593 s]*
/proc/loadavg: 4.14 4.14 4.10 5/266 57141
/proc/meminfo: memFree=122319376/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1655164 memory=868620 CPUtime=0.19 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 1095 0 0 0 2 17 0 0 20 0 1 0 54697892 1694887936 217155 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 413791 217155 1632 641 0 398548 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 1655164 KiB
Current children cumulated memory: 868620 KiB

[startup+0.30588 s]*
/proc/loadavg: 4.14 4.14 4.10 5/266 57141
/proc/meminfo: memFree=121881104/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1655164 memory=1308940 CPUtime=0.28 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 1310 0 0 0 3 25 0 0 20 0 1 0 54697892 1694887936 327235 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 413791 327235 1632 641 0 398548 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 1655164 KiB
Current children cumulated memory: 1308940 KiB

[startup+0.700175 s]
/proc/loadavg: 4.14 4.14 4.10 5/266 57141
/proc/meminfo: memFree=121553932/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1724488 memory=1653836 CPUtime=0.68 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 15365 0 0 0 28 40 0 0 20 0 2 0 54697892 1765875712 413459 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 431122 413459 2368 641 0 413605 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1724488 KiB
Current children cumulated memory: 1653836 KiB

[startup+1.50018 s]
/proc/loadavg: 4.13 4.14 4.10 5/267 57142
/proc/meminfo: memFree=121506428/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1731456 memory=1664076 CPUtime=1.48 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 17662 0 0 0 105 43 0 0 20 0 2 0 54697892 1773010944 416019 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 432864 416019 3360 641 0 415347 0
[pid=57140/tid=57142] ppid=57137 vsize=1731456 memory=0 CPUtime=0 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 54697950 1773010944 416019 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1731456 KiB
Current children cumulated memory: 1664076 KiB

[startup+3.10561 s]
/proc/loadavg: 4.13 4.14 4.10 5/267 57142
/proc/meminfo: memFree=121492660/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1734176 memory=1667916 CPUtime=3.07 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 24261 0 0 0 264 43 0 0 20 0 2 0 54697892 1775796224 416979 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 433544 416979 3360 641 0 416027 0
[pid=57140/tid=57142] ppid=57137 vsize=1734176 memory=1660236 CPUtime=0 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 54697950 1775796224 416979 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1734176 KiB
Current children cumulated memory: 1667916 KiB

[startup+6.30017 s]
/proc/loadavg: 4.12 4.14 4.10 5/267 57142
/proc/meminfo: memFree=121469724/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1745776 memory=1679224 CPUtime=6.26 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 37354 0 0 0 581 45 0 0 20 0 2 0 54697892 1787674624 419806 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 436444 419806 3360 641 0 418927 0
[pid=57140/tid=57142] ppid=57137 vsize=1745776 memory=17920 CPUtime=0 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 54697950 1787674624 419806 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1745776 KiB
Current children cumulated memory: 1679224 KiB

[startup+12.7002 s]
/proc/loadavg: 4.11 4.14 4.10 5/267 57142
/proc/meminfo: memFree=121446472/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1757452 memory=1687928 CPUtime=12.65 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 58899 0 0 0 1216 49 0 0 20 0 2 0 54697892 1799630848 421982 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 439363 421982 3360 641 0 421846 0
[pid=57140/tid=57142] ppid=57137 vsize=1757452 memory=1687928 CPUtime=0 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 54697950 1799630848 421982 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1757452 KiB
Current children cumulated memory: 1687928 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.15 4.10 5/267 57142
/proc/meminfo: memFree=121409808/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1776420 memory=1709216 CPUtime=25.42 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 78399 0 0 0 2490 52 0 0 20 0 2 0 54697892 1819054080 427304 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 444105 427304 3360 641 0 426588 0
[pid=57140/tid=57142] ppid=57137 vsize=1776420 memory=1700384 CPUtime=0 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 54697950 1819054080 427304 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1776420 KiB
Current children cumulated memory: 1709216 KiB

[startup+51.1056 s]
/proc/loadavg: 4.10 4.13 4.10 5/268 57144
/proc/meminfo: memFree=121363780/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1807240 memory=1721556 CPUtime=50.96 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 89714 0 0 0 5040 56 0 0 20 0 2 0 54697892 1850613760 430389 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 451810 430389 3360 641 0 434293 0
[pid=57140/tid=57142] ppid=57137 vsize=1807240 memory=1717460 CPUtime=0.01 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 15 0 0 0 0 1 0 0 20 0 2 0 54697950 1850613760 430389 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1807240 KiB
Current children cumulated memory: 1721556 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.09 5/267 57145
/proc/meminfo: memFree=121322184/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1807240 memory=1721556 CPUtime=102.03 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 91690 0 0 0 10134 69 0 0 20 0 2 0 54697892 1850613760 430389 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 451810 430389 3360 641 0 434293 0
[pid=57140/tid=57142] ppid=57137 vsize=1807240 memory=14384 CPUtime=0.03 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 15 0 0 0 1 2 0 0 20 0 2 0 54697950 1850613760 430389 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 1807240 KiB
Current children cumulated memory: 1721556 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/268 57195
/proc/meminfo: memFree=125393668/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1809852 memory=1730412 CPUtime=161.89 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 105816 0 0 0 16103 86 0 0 20 0 2 0 54697892 1853288448 432603 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 452463 432603 3360 641 0 434946 0
[pid=57140/tid=57142] ppid=57137 vsize=1809852 memory=1723092 CPUtime=0.06 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 17 0 0 0 2 4 0 0 20 0 2 0 54697950 1853288448 432603 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 1809852 KiB
Current children cumulated memory: 1730412 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/268 57197
/proc/meminfo: memFree=125353056/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1810984 memory=1735660 CPUtime=221.75 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 118831 0 0 0 22077 98 0 0 20 0 2 0 54697892 1854447616 433915 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 452746 433915 3360 641 0 435229 0
[pid=57140/tid=57142] ppid=57137 vsize=1810984 memory=1732844 CPUtime=0.08 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 21 0 0 0 3 5 0 0 20 0 2 0 54697950 1854447616 433915 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 1810984 KiB
Current children cumulated memory: 1735660 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/268 57199
/proc/meminfo: memFree=125309568/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1864860 memory=1752820 CPUtime=281.61 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 120803 0 0 0 28048 113 0 0 20 0 2 0 54697892 1909616640 438205 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 466215 438205 3360 641 0 448698 0
[pid=57140/tid=57142] ppid=57137 vsize=1864860 memory=1743172 CPUtime=0.1 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 21 0 0 0 3 7 0 0 20 0 2 0 54697950 1909616640 438205 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 1864860 KiB
Current children cumulated memory: 1752820 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 57203
/proc/meminfo: memFree=125272840/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=1865768 memory=1774268 CPUtime=341.47 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 121204 0 0 0 34022 125 0 0 20 0 2 0 54697892 1910546432 443567 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 466442 443567 3360 641 0 448925 0
[pid=57140/tid=57142] ppid=57137 vsize=1865768 memory=1772220 CPUtime=0.12 cores=0,2

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

/proc/meminfo: memFree=125397524/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2173744 memory=2041596 CPUtime=3035.36 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 367517 0 0 0 302540 996 0 0 20 0 2 0 54697892 2225913856 510399 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 543436 510399 3360 641 0 525919 0
[pid=57140/tid=57142] ppid=57137 vsize=2173744 memory=14384 CPUtime=1.49 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 71 0 0 0 56 93 0 0 20 0 2 0 54697950 2225913856 510399 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3035.36 s
Current children cumulated vsize: 2173744 KiB
Current children cumulated memory: 2041596 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/268 57438
/proc/meminfo: memFree=125414664/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2175992 memory=2043644 CPUtime=3095.22 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 377907 0 0 0 308500 1022 0 0 20 0 2 0 54697892 2228215808 510911 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 543998 510911 3360 641 0 526481 0
[pid=57140/tid=57142] ppid=57137 vsize=2175992 memory=2041596 CPUtime=1.52 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 72 0 0 0 57 95 0 0 20 0 2 0 54697950 2228215808 510911 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3095.22 s
Current children cumulated vsize: 2175992 KiB
Current children cumulated memory: 2043644 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 57440
/proc/meminfo: memFree=125417092/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2175992 memory=2043644 CPUtime=3155.08 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 378001 0 0 0 314452 1056 0 0 20 0 2 0 54697892 2228215808 510911 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 543998 510911 3360 641 0 526481 0
[pid=57140/tid=57142] ppid=57137 vsize=2175992 memory=2041596 CPUtime=1.55 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 72 0 0 0 58 97 0 0 20 0 2 0 54697950 2228215808 510911 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3155.08 s
Current children cumulated vsize: 2175992 KiB
Current children cumulated memory: 2043644 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/267 57443
/proc/meminfo: memFree=125441120/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2175992 memory=2043772 CPUtime=3214.95 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 378087 0 0 0 320414 1081 0 0 20 0 2 0 54697892 2228215808 510943 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 543998 510943 3360 641 0 526481 0
[pid=57140/tid=57142] ppid=57137 vsize=2175992 memory=2041596 CPUtime=1.58 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 73 0 0 0 59 99 0 0 20 0 2 0 54697950 2228215808 510943 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3214.95 s
Current children cumulated vsize: 2175992 KiB
Current children cumulated memory: 2043772 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/267 57445
/proc/meminfo: memFree=125446696/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2177216 memory=2044924 CPUtime=3274.8 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 391404 0 0 0 326379 1101 0 0 20 0 2 0 54697892 2229469184 511231 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544304 511231 3360 641 0 526787 0
[pid=57140/tid=57142] ppid=57137 vsize=2177216 memory=2044924 CPUtime=1.61 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 75 0 0 0 60 101 0 0 20 0 2 0 54697950 2229469184 511231 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3274.8 s
Current children cumulated vsize: 2177216 KiB
Current children cumulated memory: 2044924 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/267 57447
/proc/meminfo: memFree=125446344/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2177216 memory=2044924 CPUtime=3334.66 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 391530 0 0 0 332340 1126 0 0 20 0 2 0 54697892 2229469184 511231 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544304 511231 3360 641 0 526787 0
[pid=57140/tid=57142] ppid=57137 vsize=2177216 memory=2044924 CPUtime=1.63 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 75 0 0 0 61 102 0 0 20 0 2 0 54697950 2229469184 511231 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3334.66 s
Current children cumulated vsize: 2177216 KiB
Current children cumulated memory: 2044924 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 57453
/proc/meminfo: memFree=125442016/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2177788 memory=2046204 CPUtime=3394.52 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 392271 0 0 0 338297 1155 0 0 20 0 2 0 54697892 2230054912 511551 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544447 511551 3360 641 0 526930 0
[pid=57140/tid=57142] ppid=57137 vsize=2177788 memory=14384 CPUtime=1.66 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 75 0 0 0 62 104 0 0 20 0 2 0 54697950 2230054912 511551 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3394.52 s
Current children cumulated vsize: 2177788 KiB
Current children cumulated memory: 2046204 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 57455
/proc/meminfo: memFree=125433240/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2178024 memory=2046460 CPUtime=3454.39 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 394712 0 0 0 344254 1185 0 0 20 0 2 0 54697892 2230296576 511615 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544506 511615 3360 641 0 526989 0
[pid=57140/tid=57142] ppid=57137 vsize=2178024 memory=14384 CPUtime=1.69 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 76 0 0 0 63 106 0 0 20 0 2 0 54697950 2230296576 511615 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3454.39 s
Current children cumulated vsize: 2178024 KiB
Current children cumulated memory: 2046460 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/269 57457
/proc/meminfo: memFree=125426016/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2178024 memory=2046460 CPUtime=3514.24 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 400368 0 0 0 350219 1205 0 0 20 0 2 0 54697892 2230296576 511615 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544506 511615 3360 641 0 526989 0
[pid=57140/tid=57142] ppid=57137 vsize=2178024 memory=2046460 CPUtime=1.72 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 78 0 0 0 64 108 0 0 20 0 2 0 54697950 2230296576 511615 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3514.24 s
Current children cumulated vsize: 2178024 KiB
Current children cumulated memory: 2046460 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/269 57463
/proc/meminfo: memFree=125387548/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2178024 memory=2046460 CPUtime=3574.11 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 406237 0 0 0 356189 1222 0 0 20 0 2 0 54697892 2230296576 511615 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544506 511615 3360 641 0 526989 0
[pid=57140/tid=57142] ppid=57137 vsize=2178024 memory=10752 CPUtime=1.76 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 79 0 0 0 66 110 0 0 20 0 2 0 54697950 2230296576 511615 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3574.11 s
Current children cumulated vsize: 2178024 KiB
Current children cumulated memory: 2046460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 57465
/proc/meminfo: memFree=125348708/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2179224 memory=2047612 CPUtime=3600.04 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 415124 0 0 0 358772 1232 0 0 20 0 2 0 54697892 2231525376 511903 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544806 511903 3360 641 0 527289 0
[pid=57140/tid=57142] ppid=57137 vsize=2179224 memory=2047612 CPUtime=1.77 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 80 0 0 0 66 111 0 0 20 0 2 0 54697950 2231525376 511903 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2179224 KiB
Current children cumulated memory: 2047612 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.73 s, system=12.3352 s

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

[startup+3608.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 57465
/proc/meminfo: memFree=125348708/131249996 swapFree=33010416/33010684
[pid=57140] ppid=57137 vsize=2179224 memory=2047612 CPUtime=3600.04 cores=0,2
/proc/57140/stat : 57140 (ipbhs_gurobi) R 57137 57140 55047 0 -1 4194304 415124 0 0 0 358772 1232 0 0 20 0 2 0 54697892 2231525376 511903 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
/proc/57140/statm: 544806 511903 3360 641 0 527289 0
[pid=57140/tid=57142] ppid=57137 vsize=2179224 memory=2047612 CPUtime=1.77 cores=0,2
/proc/57140/task/57142/stat : 57142 (ipbhs_gurobi) S 57137 57140 55047 0 -1 4194368 80 0 0 0 66 111 0 0 20 0 2 0 54697950 2231525376 511903 18446744073709551615 94246072504320 94246075129373 140721864776224 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94246075748248 94246075781210 94246090006528 140721864780171 140721864780295 140721864780295 140721864785897 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2179224 KiB
Current children cumulated memory: 2047612 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.32
CPU time (s): 3600.07
CPU user time (s): 3587.73
CPU system time (s): 12.3352
CPU usage (%): 99.7714
Max. virtual memory (cumulated for all children) (KiB): 2179224
Max. memory (cumulated for all children) (KiB): 2047612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.73
system time used= 12.3352
maximum resident set size= 2047612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 415126
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= 358938
involuntary context switches= 7996


# summary of solver processes directly reported to runsolver:
#   pid: 57140
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3587.73
#   total CPU system time (s): 12.3352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.1382 second user time and 16.4114 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-01 19:16:41
IDJOB=4497499
IDBENCH=148187
IDSOLVER=3334
FILE ID=nodeC022/4497499-1751390201
RUNJOBID= nodeC022-1751382977-55057
SLURM_JOB_ID= 9598227
Free space on /tmp= 432868 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_7.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497499-1751390201/watcher-4497499-1751390201 -o /tmp/evaluation-result-4497499-1751390201/solver-4497499-1751390201 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751382977-55057 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4497499-1751390201.opb --max-coef 1000000000

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

MD5SUM BENCH= e3f6e03fc0c8fc921c0242da7dc19bcf
RANDOM SEED=1528580621

nodeC022 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		: 3600.061
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.44
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.711
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.44
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.714
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        123130384 kB
MemAvailable:   123292388 kB
Buffers:            2128 kB
Cached:           964616 kB
SwapCached:           32 kB
Active:          6876280 kB
Inactive:         576628 kB
Active(anon):    6499996 kB
Inactive(anon):     4196 kB
Active(file):     376284 kB
Inactive(file):   572432 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60588 kB
Writeback:             0 kB
AnonPages:       6475448 kB
Mapped:           118704 kB
Shmem:             18028 kB
KReclaimable:     104652 kB
Slab:             191876 kB
SReclaimable:     104652 kB
SUnreclaim:        87224 kB
KernelStack:        4288 kB
PageTables:        16304 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7402312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4771840 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432816 MiB
End job on nodeC022 at 2025-07-01 20:16:50