Trace number 4490273

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.03 3608.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUM86001821498b0a30bc65df6451678f5a
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 benchmark2
Best CPU time to get the best result obtained on this benchmark18.7971
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
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.39/0.42	c limit for coefficient in constraints and objective to 1000000000
0.39/0.42	c will solve HOME/instance-4490273-1751369168.opb
0.39/0.42	Searching graph automorphisms with time limit: 100
0.39/0.42	c [0] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (58269 MiB free)
  memory of node 1: 64465 MiB (60962 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=49695, runsolver pid=49692

[startup+0.100063 s]*
/proc/loadavg: 3.40 3.63 3.91 5/270 49696
/proc/meminfo: memFree=121679400/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1884868 memory=420436 CPUtime=0.08 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 959 0 0 0 1 7 0 0 20 0 1 0 52591370 1930104832 105109 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 471217 105109 1632 641 0 455974 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 1884868 KiB
Current children cumulated memory: 420436 KiB

[startup+0.205647 s]*
/proc/loadavg: 3.40 3.63 3.91 5/270 49696
/proc/meminfo: memFree=121210552/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1884868 memory=891476 CPUtime=0.19 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 1189 0 0 0 3 16 0 0 20 0 1 0 52591370 1930104832 222869 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 471217 222869 1632 641 0 455974 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 1884868 KiB
Current children cumulated memory: 891476 KiB

[startup+0.305568 s]*
/proc/loadavg: 3.40 3.63 3.91 5/270 49696
/proc/meminfo: memFree=120756024/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1884868 memory=1335892 CPUtime=0.29 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 1406 0 0 0 4 25 0 0 20 0 1 0 52591370 1930104832 333973 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 471217 333973 1632 641 0 455974 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1884868 KiB
Current children cumulated memory: 1335892 KiB

[startup+0.700111 s]
/proc/loadavg: 3.40 3.63 3.91 5/271 49697
/proc/meminfo: memFree=120227544/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1903072 memory=1831416 CPUtime=0.68 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 2402 0 0 0 33 35 0 0 20 0 2 0 52591370 1948745728 457854 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 475768 457854 3104 641 0 458251 0
[pid=49695/tid=49697] ppid=49692 vsize=1903072 memory=10752 CPUtime=0 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 52591413 1948745728 457854 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1903072 KiB
Current children cumulated memory: 1831416 KiB

[startup+1.50011 s]
/proc/loadavg: 3.40 3.63 3.91 5/271 49697
/proc/meminfo: memFree=120178528/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1903484 memory=1834168 CPUtime=1.47 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 2782 0 0 0 110 37 0 0 20 0 2 0 52591370 1949167616 458542 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 475871 458542 3104 641 0 458354 0
[pid=49695/tid=49697] ppid=49692 vsize=1903484 memory=10752 CPUtime=0 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 52591413 1949167616 458542 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1903484 KiB
Current children cumulated memory: 1834168 KiB

[startup+3.10492 s]
/proc/loadavg: 3.45 3.64 3.91 5/271 49697
/proc/meminfo: memFree=120179924/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1903900 memory=1834680 CPUtime=3.08 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 4361 0 0 0 268 40 0 0 20 0 2 0 52591370 1949593600 458670 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 475975 458670 3104 641 0 458458 0
[pid=49695/tid=49697] ppid=49692 vsize=1903900 memory=0 CPUtime=0 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 52591413 1949593600 458670 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1903900 KiB
Current children cumulated memory: 1834680 KiB

[startup+6.3001 s]
/proc/loadavg: 3.45 3.64 3.91 5/271 49697
/proc/meminfo: memFree=120185548/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1904332 memory=1834936 CPUtime=6.26 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 6356 0 0 0 584 42 0 0 20 0 2 0 52591370 1950035968 458734 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 476083 458734 3104 641 0 458566 0
[pid=49695/tid=49697] ppid=49692 vsize=1904332 memory=0 CPUtime=0 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 52591413 1950035968 458734 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1904332 KiB
Current children cumulated memory: 1834936 KiB

[startup+12.7001 s]
/proc/loadavg: 3.53 3.65 3.91 5/271 49697
/proc/meminfo: memFree=120184600/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1904896 memory=1835448 CPUtime=12.65 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 8685 0 0 0 1218 47 0 0 20 0 2 0 52591370 1950613504 458862 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 476224 458862 3104 641 0 458707 0
[pid=49695/tid=49697] ppid=49692 vsize=1904896 memory=1835448 CPUtime=0 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 52591413 1950613504 458862 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1904896 KiB
Current children cumulated memory: 1835448 KiB

[startup+25.5001 s]
/proc/loadavg: 3.61 3.66 3.91 5/271 49697
/proc/meminfo: memFree=120182080/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1905372 memory=1836600 CPUtime=25.42 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 10782 0 0 0 2488 54 0 0 20 0 2 0 52591370 1951100928 459150 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 476343 459150 3104 641 0 458826 0
[pid=49695/tid=49697] ppid=49692 vsize=1905372 memory=1836472 CPUtime=0 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 52591413 1951100928 459150 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1905372 KiB
Current children cumulated memory: 1836600 KiB

[startup+51.1052 s]
/proc/loadavg: 3.81 3.71 3.92 5/271 49698
/proc/meminfo: memFree=120179200/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1908544 memory=1838008 CPUtime=50.96 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 12293 0 0 0 5031 65 0 0 20 0 2 0 52591370 1954349056 459502 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 477136 459502 3104 641 0 459619 0
[pid=49695/tid=49697] ppid=49692 vsize=1908544 memory=3456 CPUtime=0 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 52591413 1954349056 459502 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1908544 KiB
Current children cumulated memory: 1838008 KiB

[startup+102.3 s]
/proc/loadavg: 3.98 3.78 3.93 5/270 49704
/proc/meminfo: memFree=120180512/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1910348 memory=1840696 CPUtime=102.03 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 16406 0 0 0 10118 85 0 0 20 0 2 0 52591370 1956196352 460174 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 477587 460174 3104 641 0 460070 0
[pid=49695/tid=49697] ppid=49692 vsize=1910348 memory=1840440 CPUtime=0.01 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 15 0 0 0 1 0 0 0 20 0 2 0 52591413 1956196352 460174 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 1910348 KiB
Current children cumulated memory: 1840696 KiB

[startup+162.3 s]
/proc/loadavg: 4.04 3.83 3.94 5/271 49707
/proc/meminfo: memFree=120171532/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1910732 memory=1841976 CPUtime=161.87 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 16845 0 0 0 16085 102 0 0 20 0 2 0 52591370 1956589568 460494 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 477683 460494 3104 641 0 460166 0
[pid=49695/tid=49697] ppid=49692 vsize=1910732 memory=1841976 CPUtime=0.02 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 15 0 0 0 1 1 0 0 20 0 2 0 52591413 1956589568 460494 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 1910732 KiB
Current children cumulated memory: 1841976 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 3.88 3.95 5/269 49755
/proc/meminfo: memFree=121334280/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1915540 memory=1843384 CPUtime=221.72 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 17821 0 0 0 22051 121 0 0 20 0 2 0 52591370 1961512960 460846 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 478885 460846 3104 641 0 461368 0
[pid=49695/tid=49697] ppid=49692 vsize=1915540 memory=1843384 CPUtime=0.03 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 17 0 0 0 2 1 0 0 20 0 2 0 52591413 1961512960 460846 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 1915540 KiB
Current children cumulated memory: 1843384 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 3.92 3.97 5/268 49757
/proc/meminfo: memFree=121339112/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1915540 memory=1843896 CPUtime=281.58 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 21914 0 0 0 28016 142 0 0 20 0 2 0 52591370 1961512960 460974 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 478885 460974 3104 641 0 461368 0
[pid=49695/tid=49697] ppid=49692 vsize=1915540 memory=1843768 CPUtime=0.04 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 21 0 0 0 2 2 0 0 20 0 2 0 52591413 1961512960 460974 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 1915540 KiB
Current children cumulated memory: 1843896 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.97 3.98 5/268 49759
/proc/meminfo: memFree=121323688/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1915676 memory=1846360 CPUtime=341.42 cores=5,7

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

/proc/meminfo: memFree=121969416/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1929648 memory=1860016 CPUtime=3035.2 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 55434 0 0 0 302830 690 0 0 20 0 2 0 52591370 1975959552 465004 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482412 465004 3104 641 0 464895 0
[pid=49695/tid=49697] ppid=49692 vsize=1929648 memory=1859760 CPUtime=1.37 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 74 0 0 0 55 82 0 0 20 0 2 0 52591413 1975959552 465004 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3035.2 s
Current children cumulated vsize: 1929648 KiB
Current children cumulated memory: 1860016 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/267 49985
/proc/meminfo: memFree=121967784/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1929648 memory=1860016 CPUtime=3095.08 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 55434 0 0 0 308808 700 0 0 20 0 2 0 52591370 1975959552 465004 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482412 465004 3104 641 0 464895 0
[pid=49695/tid=49697] ppid=49692 vsize=1929648 memory=1860016 CPUtime=1.4 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 74 0 0 0 56 84 0 0 20 0 2 0 52591413 1975959552 465004 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3095.08 s
Current children cumulated vsize: 1929648 KiB
Current children cumulated memory: 1860016 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/268 49992
/proc/meminfo: memFree=121965304/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1929904 memory=1860656 CPUtime=3154.96 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 55598 0 0 0 314788 708 0 0 20 0 2 0 52591370 1976221696 465164 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482476 465164 3104 641 0 464959 0
[pid=49695/tid=49697] ppid=49692 vsize=1929904 memory=1860016 CPUtime=1.43 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 75 0 0 0 58 85 0 0 20 0 2 0 52591413 1976221696 465164 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3154.96 s
Current children cumulated vsize: 1929904 KiB
Current children cumulated memory: 1860656 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/268 49994
/proc/meminfo: memFree=121964528/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1929904 memory=1860656 CPUtime=3214.83 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 56231 0 0 0 320767 716 0 0 20 0 2 0 52591370 1976221696 465164 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482476 465164 3104 641 0 464959 0
[pid=49695/tid=49697] ppid=49692 vsize=1929904 memory=1860016 CPUtime=1.47 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 76 0 0 0 59 88 0 0 20 0 2 0 52591413 1976221696 465164 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3214.83 s
Current children cumulated vsize: 1929904 KiB
Current children cumulated memory: 1860656 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/269 49999
/proc/meminfo: memFree=121964060/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930320 memory=1861168 CPUtime=3274.7 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 56857 0 0 0 326746 724 0 0 20 0 2 0 52591370 1976647680 465292 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482580 465292 3104 641 0 465063 0
[pid=49695/tid=49697] ppid=49692 vsize=1930320 memory=14720 CPUtime=1.49 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 77 0 0 0 59 90 0 0 20 0 2 0 52591413 1976647680 465292 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3274.7 s
Current children cumulated vsize: 1930320 KiB
Current children cumulated memory: 1861168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 50001
/proc/meminfo: memFree=121959392/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930320 memory=1861168 CPUtime=3334.58 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 56874 0 0 0 332727 731 0 0 20 0 2 0 52591370 1976647680 465292 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482580 465292 3104 641 0 465063 0
[pid=49695/tid=49697] ppid=49692 vsize=1930320 memory=1861168 CPUtime=1.53 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 77 0 0 0 61 92 0 0 20 0 2 0 52591413 1976647680 465292 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3334.58 s
Current children cumulated vsize: 1930320 KiB
Current children cumulated memory: 1861168 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/268 50003
/proc/meminfo: memFree=121959516/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930576 memory=1861568 CPUtime=3394.45 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 57062 0 0 0 338705 740 0 0 20 0 2 0 52591370 1976909824 465392 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482644 465392 3104 641 0 465127 0
[pid=49695/tid=49697] ppid=49692 vsize=1930576 memory=1861168 CPUtime=1.56 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 78 0 0 0 62 94 0 0 20 0 2 0 52591413 1976909824 465392 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3394.45 s
Current children cumulated vsize: 1930576 KiB
Current children cumulated memory: 1861568 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/267 50005
/proc/meminfo: memFree=121959572/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930576 memory=1861824 CPUtime=3454.32 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 58359 0 0 0 344684 748 0 0 20 0 2 0 52591370 1976909824 465456 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482644 465456 3104 641 0 465127 0
[pid=49695/tid=49697] ppid=49692 vsize=1930576 memory=1861168 CPUtime=1.6 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 81 0 0 0 64 96 0 0 20 0 2 0 52591413 1976909824 465456 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3454.32 s
Current children cumulated vsize: 1930576 KiB
Current children cumulated memory: 1861824 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/267 50007
/proc/meminfo: memFree=121957296/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930252 memory=1861712 CPUtime=3514.19 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 58654 0 0 0 350663 756 0 0 20 0 2 0 52591370 1976578048 465428 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482563 465428 3104 641 0 465046 0
[pid=49695/tid=49697] ppid=49692 vsize=1930252 memory=14720 CPUtime=1.63 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 82 0 0 0 65 98 0 0 20 0 2 0 52591413 1976578048 465428 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3514.19 s
Current children cumulated vsize: 1930252 KiB
Current children cumulated memory: 1861712 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 50009
/proc/meminfo: memFree=121956860/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930252 memory=1861716 CPUtime=3574.06 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 60117 0 0 0 356642 764 0 0 20 0 2 0 52591370 1976578048 465429 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482563 465429 3104 641 0 465046 0
[pid=49695/tid=49697] ppid=49692 vsize=1930252 memory=17792 CPUtime=1.66 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 84 0 0 0 66 100 0 0 20 0 2 0 52591413 1976578048 465429 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3574.06 s
Current children cumulated vsize: 1930252 KiB
Current children cumulated memory: 1861716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/266 50010
/proc/meminfo: memFree=121957188/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930252 memory=1861716 CPUtime=3600.01 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 60186 0 0 0 359233 768 0 0 20 0 2 0 52591370 1976578048 465429 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482563 465429 3104 641 0 465046 0
[pid=49695/tid=49697] ppid=49692 vsize=1930252 memory=1861716 CPUtime=1.68 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 84 0 0 0 67 101 0 0 20 0 2 0 52591413 1976578048 465429 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1930252 KiB
Current children cumulated memory: 1861716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.34 s, system=7.69096 s

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

[startup+3608.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/266 50010
/proc/meminfo: memFree=121957188/131249992 swapFree=33010160/33010684
[pid=49695] ppid=49692 vsize=1930252 memory=1861716 CPUtime=3600.01 cores=5,7
/proc/49695/stat : 49695 (ipbhs_gurobi) R 49692 49695 49392 0 -1 4194304 60186 0 0 0 359233 768 0 0 20 0 2 0 52591370 1976578048 465429 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
/proc/49695/statm: 482563 465429 3104 641 0 465046 0
[pid=49695/tid=49697] ppid=49692 vsize=1930252 memory=1861716 CPUtime=1.68 cores=5,7
/proc/49695/task/49697/stat : 49697 (ipbhs_gurobi) S 49692 49695 49392 0 -1 4194368 84 0 0 0 67 101 0 0 20 0 2 0 52591413 1976578048 465429 18446744073709551615 94168990314496 94168992939549 140726354353488 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94168993558424 94168993591386 94169015812096 140726354356619 140726354356743 140726354356743 140726354362345 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 1930252 KiB
Current children cumulated memory: 1861716 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.31
CPU time (s): 3600.03
CPU user time (s): 3592.34
CPU system time (s): 7.69096
CPU usage (%): 99.7705
Max. virtual memory (cumulated for all children) (KiB): 1930576
Max. memory (cumulated for all children) (KiB): 1861824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.34
system time used= 7.69096
maximum resident set size= 1862208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60186
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= 358817
involuntary context switches= 19513


# summary of solver processes directly reported to runsolver:
#   pid: 49695
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3592.34
#   total CPU system time (s): 7.69096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38068 second user time and 15.5185 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-01 13:26:08
IDJOB=4490273
IDBENCH=147577
IDSOLVER=3334
FILE ID=nodeC035/4490273-1751369168
RUNJOBID= nodeC035-1751369104-49405
SLURM_JOB_ID= 9598186
Free space on /tmp= 432796 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490273-1751369168/watcher-4490273-1751369168 -o /tmp/evaluation-result-4490273-1751369168/solver-4490273-1751369168 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751369104-49405 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4490273-1751369168.opb --max-coef 1000000000

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

MD5SUM BENCH= 86001821498b0a30bc65df6451678f5a
RANDOM SEED=67481875

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.722
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.51
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.751
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.51
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		: 3609.199
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.51
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		: 3591.141
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.51
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.748
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.51
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		: 3594.682
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        122158108 kB
MemAvailable:   127299716 kB
Buffers:            1840 kB
Cached:          5894308 kB
SwapCached:            8 kB
Active:          2715652 kB
Inactive:        5603704 kB
Active(anon):    2429660 kB
Inactive(anon):    11604 kB
Active(file):     285992 kB
Inactive(file):  5592100 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            205272 kB
Writeback:             0 kB
AnonPages:       2426360 kB
Mapped:           119512 kB
Shmem:             18048 kB
KReclaimable:     205512 kB
Slab:             295192 kB
SReclaimable:     205512 kB
SUnreclaim:        89680 kB
KernelStack:        4316 kB
PageTables:         7808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2825388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    790528 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= 432832 MiB
End job on nodeC035 at 2025-07-01 14:26:17