Trace number 4486271

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.02 3605.31

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-circ8_3.opb
MD5SUM82a224b9434e58ca22c331a9d6eb0d67
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark3586.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1344
Total number of constraints16096
Number of constraints which are clauses8208
Number of constraints which are cardinality constraints (but not clauses)496
Number of constraints which are nor clauses,nor cardinality constraints7392
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 448
Biggest coefficient in the objective function 4
Number of bits for the biggest coefficient in the objective function 3
Sum of the numbers in the objective function 1024
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 1024
Number of bits of the biggest sum of numbers11
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.29/0.37	c limit for coefficient in constraints and objective to 1000000000
0.29/0.37	c will solve HOME/instance-4486271-1751289148.opb
0.29/0.37	Searching graph automorphisms with time limit: 100
0.66/0.71	c [0.42] 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: 63794 MiB (62908 MiB free)
  memory of node 1: 64507 MiB (63722 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486271-1751289148/watcher-4486271-1751289148 -o /tmp/evaluation-result-4486271-1751289148/solver-4486271-1751289148 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751281913-37562 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4486271-1751289148.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100069 s]*
/proc/loadavg: 4.11 4.13 4.14 5/255 39069
/proc/meminfo: memFree=129660476/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=74312 memory=11424 CPUtime=0.08 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 1550 0 0 0 7 1 0 0 20 0 1 0 44593718 76095488 2856 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 18578 2856 1664 641 0 3335 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 74312 KiB
Current children cumulated memory: 11424 KiB

[startup+0.21302 s]*
/proc/loadavg: 4.11 4.13 4.14 5/255 39069
/proc/meminfo: memFree=129652348/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=77020 memory=18832 CPUtime=0.2 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 2368 0 0 0 13 7 0 0 20 0 1 0 44593718 78868480 4708 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 19255 4708 1664 641 0 4012 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 77020 KiB
Current children cumulated memory: 18832 KiB

[startup+0.312849 s]*
/proc/loadavg: 4.11 4.13 4.14 5/256 39070
/proc/meminfo: memFree=129648344/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=106208 memory=35144 CPUtime=0.29 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 5338 0 0 0 20 9 0 0 20 0 2 0 44593718 108756992 8786 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 26552 8786 2304 641 0 9035 0
[pid=39068/tid=39070] ppid=39065 vsize=106208 memory=-7747442128203644861 CPUtime=0 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 44593745 108756992 8786 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 106208 KiB
Current children cumulated memory: 35144 KiB

[startup+0.700255 s]
/proc/loadavg: 4.11 4.13 4.14 4/253 39070
/proc/meminfo: memFree=129652816/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=111244 memory=40100 CPUtime=0.66 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 7405 0 0 0 56 10 0 0 20 0 2 0 44593718 113913856 10025 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 27811 10025 2304 641 0 10294 0
[pid=39068/tid=39070] ppid=39065 vsize=111244 memory=17664 CPUtime=0 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 44593745 113913856 10025 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 111244 KiB
Current children cumulated memory: 40100 KiB

[startup+1.50034 s]
/proc/loadavg: 4.11 4.13 4.14 4/251 39078
/proc/meminfo: memFree=129657416/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=111244 memory=44964 CPUtime=1.44 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 7486 0 0 0 117 27 0 0 20 0 2 0 44593718 113913856 11241 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 27811 11241 3520 641 0 10294 0
[pid=39068/tid=39070] ppid=39065 vsize=111244 memory=17664 CPUtime=0 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 44593745 113913856 11241 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 111244 KiB
Current children cumulated memory: 44964 KiB

[startup+3.11265 s]
/proc/loadavg: 4.10 4.13 4.14 5/256 39116
/proc/meminfo: memFree=129122352/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=111244 memory=47028 CPUtime=3.04 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 8958 0 0 0 257 47 0 0 20 0 2 0 44593718 113913856 11757 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 27811 11757 3520 641 0 10294 0
[pid=39068/tid=39070] ppid=39065 vsize=111244 memory=0 CPUtime=0 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 44593745 113913856 11757 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 111244 KiB
Current children cumulated memory: 47028 KiB

[startup+6.30031 s]
/proc/loadavg: 4.10 4.13 4.14 5/256 39116
/proc/meminfo: memFree=129092864/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=117992 memory=48564 CPUtime=6.23 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 13200 0 0 0 566 57 0 0 20 0 2 0 44593718 120823808 12141 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 29498 12141 3584 641 0 11981 0
[pid=39068/tid=39070] ppid=39065 vsize=117992 memory=47028 CPUtime=0 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 44593745 120823808 12141 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 117992 KiB
Current children cumulated memory: 48564 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.13 4.14 5/256 39116
/proc/meminfo: memFree=129140440/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=120712 memory=51252 CPUtime=12.61 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 16707 0 0 0 1181 80 0 0 20 0 2 0 44593718 123609088 12813 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 30178 12813 3584 641 0 12661 0
[pid=39068/tid=39070] ppid=39065 vsize=120712 memory=51252 CPUtime=0 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 44593745 123609088 12813 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 120712 KiB
Current children cumulated memory: 51252 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.14 4.14 5/256 39117
/proc/meminfo: memFree=128873328/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=125132 memory=51636 CPUtime=25.38 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 17018 0 0 0 2443 95 0 0 20 0 2 0 44593718 128135168 12909 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 31283 12909 3584 641 0 13766 0
[pid=39068/tid=39070] ppid=39065 vsize=125132 memory=51252 CPUtime=0.02 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 13 0 0 0 0 2 0 0 20 0 2 0 44593745 128135168 12909 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 125132 KiB
Current children cumulated memory: 51636 KiB

[startup+51.1126 s]
/proc/loadavg: 4.22 4.16 4.15 5/255 39163
/proc/meminfo: memFree=128921808/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=125132 memory=54556 CPUtime=50.94 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 17383 0 0 0 4972 122 0 0 20 0 2 0 44593718 128135168 13639 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 31283 13639 3584 641 0 13766 0
[pid=39068/tid=39070] ppid=39065 vsize=125132 memory=54556 CPUtime=0.05 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 14 0 0 0 1 4 0 0 20 0 2 0 44593745 128135168 13639 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 125132 KiB
Current children cumulated memory: 54556 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.15 4.15 5/257 39167
/proc/meminfo: memFree=128915888/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=132684 memory=59152 CPUtime=102.03 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 23870 0 0 0 10032 171 0 0 20 0 2 0 44593718 135868416 14788 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 33171 14788 3584 641 0 15654 0
[pid=39068/tid=39070] ppid=39065 vsize=132684 memory=17664 CPUtime=0.1 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 19 0 0 0 2 8 0 0 20 0 2 0 44593745 135868416 14788 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 132684 KiB
Current children cumulated memory: 59152 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.15 4.15 5/257 39169
/proc/meminfo: memFree=128900900/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=133324 memory=61892 CPUtime=161.91 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 24046 0 0 0 15965 226 0 0 20 0 2 0 44593718 136523776 15473 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 33331 15473 3584 641 0 15814 0
[pid=39068/tid=39070] ppid=39065 vsize=133324 memory=61508 CPUtime=0.17 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 20 0 0 0 4 13 0 0 20 0 2 0 44593745 136523776 15473 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 133324 KiB
Current children cumulated memory: 61892 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.15 4.15 5/257 39171
/proc/meminfo: memFree=128880948/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=145528 memory=68484 CPUtime=221.77 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 31699 0 0 0 21903 274 0 0 20 0 2 0 44593718 149020672 17121 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 36382 17121 3584 641 0 18865 0
[pid=39068/tid=39070] ppid=39065 vsize=145528 memory=64196 CPUtime=0.24 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 25 0 0 0 6 18 0 0 20 0 2 0 44593745 149020672 17121 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 145528 KiB
Current children cumulated memory: 68484 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 4.15 4.15 5/256 39175
/proc/meminfo: memFree=128853172/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=146564 memory=69508 CPUtime=281.69 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 31965 0 0 0 27850 319 0 0 20 0 2 0 44593718 150081536 17377 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 36641 17377 3584 641 0 19124 0
[pid=39068/tid=39070] ppid=39065 vsize=146564 memory=69252 CPUtime=0.3 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 25 0 0 0 8 22 0 0 20 0 2 0 44593745 150081536 17377 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 281.69 s
Current children cumulated vsize: 146564 KiB
Current children cumulated memory: 69508 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.15 4.15 5/256 39182
/proc/meminfo: memFree=128863020/131382112 swapFree=33010160/33010684

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

/proc/meminfo: memFree=128384052/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=295728 memory=201860 CPUtime=3037.75 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 86390 0 0 0 301436 2339 0 0 20 0 2 0 44593718 302825472 50465 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 73932 50465 3584 641 0 56415 0
[pid=39068/tid=39070] ppid=39065 vsize=295728 memory=201860 CPUtime=3.56 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 36 0 0 0 93 263 0 0 20 0 2 0 44593745 302825472 50465 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3037.75 s
Current children cumulated vsize: 295728 KiB
Current children cumulated memory: 201860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.14 4.13 5/253 39318
/proc/meminfo: memFree=128385328/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=295728 memory=201860 CPUtime=3097.68 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 86390 0 0 0 307401 2367 0 0 20 0 2 0 44593718 302825472 50465 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 73932 50465 3584 641 0 56415 0
[pid=39068/tid=39070] ppid=39065 vsize=295728 memory=201860 CPUtime=3.63 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 36 0 0 0 95 268 0 0 20 0 2 0 44593745 302825472 50465 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3097.68 s
Current children cumulated vsize: 295728 KiB
Current children cumulated memory: 201860 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.12 4.12 5/253 39320
/proc/meminfo: memFree=128366064/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=318000 memory=221628 CPUtime=3157.6 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 101754 0 0 0 313354 2406 0 0 20 0 2 0 44593718 325632000 55407 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 79500 55407 3584 641 0 61983 0
[pid=39068/tid=39070] ppid=39065 vsize=318000 memory=201860 CPUtime=3.72 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 36 0 0 0 98 274 0 0 20 0 2 0 44593745 325632000 55407 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3157.6 s
Current children cumulated vsize: 318000 KiB
Current children cumulated memory: 221628 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.13 4.12 5/253 39322
/proc/meminfo: memFree=128331108/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=350740 memory=255352 CPUtime=3217.53 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 113947 0 0 0 319278 2475 0 0 20 0 2 0 44593718 359157760 63838 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 87685 63838 3584 641 0 70168 0
[pid=39068/tid=39070] ppid=39065 vsize=350740 memory=201860 CPUtime=3.79 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 36 0 0 0 99 280 0 0 20 0 2 0 44593745 359157760 63838 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3217.53 s
Current children cumulated vsize: 350740 KiB
Current children cumulated memory: 255352 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/254 39327
/proc/meminfo: memFree=128330552/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3277.44 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 130813 0 0 0 325200 2544 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=17664 CPUtime=3.86 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 36 0 0 0 101 285 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3277.44 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.10 4.10 5/254 39333
/proc/meminfo: memFree=128338696/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3337.36 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 131100 0 0 0 331150 2586 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=11264 CPUtime=3.93 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 37 0 0 0 103 290 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3337.36 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.10 5/254 39335
/proc/meminfo: memFree=128325988/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3397.28 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 131127 0 0 0 337100 2628 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=14720 CPUtime=4.01 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 37 0 0 0 105 296 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3397.28 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.10 5/254 39337
/proc/meminfo: memFree=128328728/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3457.19 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 131150 0 0 0 343051 2668 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=14720 CPUtime=4.07 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 37 0 0 0 107 300 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3457.19 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/254 39339
/proc/meminfo: memFree=128329500/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3517.12 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 131154 0 0 0 349012 2700 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=258372 CPUtime=4.15 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 37 0 0 0 109 306 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3517.12 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/253 39341
/proc/meminfo: memFree=128327028/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3577.03 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 131158 0 0 0 354963 2740 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=258372 CPUtime=4.22 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 37 0 0 0 110 312 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3577.03 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.3 s]
/proc/loadavg: 3.96 4.08 4.09 4/246 39373
/proc/meminfo: memFree=128699788/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3600 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 131159 0 0 0 357243 2757 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=258372 CPUtime=4.25 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 37 0 0 0 111 314 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB

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

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

# cumulated CPU time of all completed processes:  user=3572.44 s, system=27.5808 s

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

[startup+3605.3 s]
/proc/loadavg: 3.96 4.08 4.09 4/246 39373
/proc/meminfo: memFree=128699788/131382112 swapFree=33010160/33010684
[pid=39068] ppid=39065 vsize=355964 memory=258372 CPUtime=3600 cores=5,7
/proc/39068/stat : 39068 (ipbhs_gurobi) R 39065 39068 37549 0 -1 4194304 131159 0 0 0 357243 2757 0 0 20 0 2 0 44593718 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
/proc/39068/statm: 88991 64593 3584 641 0 71474 0
[pid=39068/tid=39070] ppid=39065 vsize=355964 memory=258372 CPUtime=4.25 cores=5,7
/proc/39068/task/39070/stat : 39070 (ipbhs_gurobi) S 39065 39068 37549 0 -1 4194368 37 0 0 0 111 314 0 0 20 0 2 0 44593745 364507136 64593 18446744073709551615 94285626261504 94285628886557 140722696826464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94285629505432 94285629538394 94285651374080 140722696829323 140722696829447 140722696829447 140722696835049 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 355964 KiB
Current children cumulated memory: 258372 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.31
CPU time (s): 3600.02
CPU user time (s): 3572.44
CPU system time (s): 27.5808
CPU usage (%): 99.8533
Max. virtual memory (cumulated for all children) (KiB): 420572
Max. memory (cumulated for all children) (KiB): 313836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3572.44
system time used= 27.5808
maximum resident set size= 313836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131159
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= 357160
involuntary context switches= 1519


# summary of solver processes directly reported to runsolver:
#   pid: 39068
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3572.44
#   total CPU system time (s): 27.5808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3033 second user time and 33.6552 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-30 15:12:28
IDJOB=4486271
IDBENCH=147017
IDSOLVER=3334
FILE ID=nodeC001/4486271-1751289148
RUNJOBID= nodeC001-1751281913-37562
SLURM_JOB_ID= 9594238
Free space on /tmp= 432880 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-circ8_3.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486271-1751289148/watcher-4486271-1751289148 -o /tmp/evaluation-result-4486271-1751289148/solver-4486271-1751289148 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751281913-37562 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4486271-1751289148.opb --max-coef 1000000000

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

MD5SUM BENCH= 82a224b9434e58ca22c331a9d6eb0d67
RANDOM SEED=1809306296

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129670368 kB
MemAvailable:   129616344 kB
Buffers:            2128 kB
Cached:           750992 kB
SwapCached:           28 kB
Active:           560220 kB
Inactive:         452916 kB
Active(anon):     267568 kB
Inactive(anon):    10380 kB
Active(file):     292652 kB
Inactive(file):   442536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            241732 kB
Writeback:             0 kB
AnonPages:        263140 kB
Mapped:           118824 kB
Shmem:             17932 kB
KReclaimable:     100448 kB
Slab:             182592 kB
SReclaimable:     100448 kB
SUnreclaim:        82144 kB
KernelStack:        4112 kB
PageTables:         3656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     652676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432880 MiB
End job on nodeC001 at 2025-06-30 16:12:34