Trace number 4504740

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 2025-06-09? (TO) 3600.13 3607.33

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat35_4_11_4_mh_ic.opb
MD5SUMc58a3671c6a952d1c163a29e0b4e832b
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 benchmark4035713
Best CPU time to get the best result obtained on this benchmark3600.24
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables126385
Total number of constraints286973
Number of constraints which are clauses201180
Number of constraints which are cardinality constraints (but not clauses)43
Number of constraints which are nor clauses,nor cardinality constraints85750
Minimum length of a constraint2
Maximum length of a constraint1820
Number of terms in the objective function 46445
Biggest coefficient in the objective function 160103007
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 42268455767
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 42268455767
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
1.48/1.53	c limit for coefficient in constraints and objective to 1000000000
1.48/1.53	c will solve HOME/instance-4504740-1751471925.opb
1.48/1.53	c [0.09] 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 (46016 MiB free)
  memory of node 1: 64465 MiB (54654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504740-1751471925/watcher-4504740-1751471925 -o /tmp/evaluation-result-4504740-1751471925/solver-4504740-1751471925 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751463772-63401 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4504740-1751471925.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=65543, runsolver pid=65540
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.07 4.08 4.09 5/267 65544
/proc/meminfo: memFree=102690128/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=531476 memory=422836 CPUtime=0.09 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 1616 0 0 0 1 8 0 0 20 0 1 0 62871069 544231424 105709 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 132869 105709 1568 641 0 117626 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 531476 KiB
Current children cumulated memory: 422836 KiB

[startup+0.20559 s]*
/proc/loadavg: 4.15 4.10 4.09 5/267 65544
/proc/meminfo: memFree=102629004/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=555800 memory=488180 CPUtime=0.19 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 5759 0 0 0 10 9 0 0 20 0 1 0 62871069 569139200 122045 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 138950 122045 1568 641 0 123707 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 555800 KiB
Current children cumulated memory: 488180 KiB

[startup+0.305463 s]*
/proc/loadavg: 4.15 4.10 4.09 5/267 65544
/proc/meminfo: memFree=102616780/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=566464 memory=497612 CPUtime=0.29 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 7382 0 0 0 20 9 0 0 20 0 1 0 62871069 580059136 124403 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 141616 124403 1568 641 0 126373 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 566464 KiB
Current children cumulated memory: 497612 KiB

[startup+0.70016 s]
/proc/loadavg: 4.15 4.10 4.09 5/267 65544
/proc/meminfo: memFree=102568772/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=639560 memory=569204 CPUtime=0.68 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 20077 0 0 0 50 18 0 0 20 0 1 0 62871069 654909440 142301 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 159890 142301 1664 641 0 144647 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 639560 KiB
Current children cumulated memory: 569204 KiB

[startup+1.50012 s]
/proc/loadavg: 4.15 4.10 4.09 5/267 65544
/proc/meminfo: memFree=102532544/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=724732 memory=632704 CPUtime=1.48 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 30842 0 0 0 99 49 0 0 20 0 2 0 62871069 742125568 158176 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 181183 158176 2208 641 0 163666 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 724732 KiB
Current children cumulated memory: 632704 KiB

[startup+3.10543 s]
/proc/loadavg: 4.15 4.10 4.09 5/268 65545
/proc/meminfo: memFree=102283332/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=886784 memory=751072 CPUtime=3.08 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 84378 0 0 0 227 81 0 0 20 0 2 0 62871069 908066816 187768 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 221696 187768 2784 641 0 204179 0
[pid=65543/tid=65545] ppid=65540 vsize=886784 memory=198340509722 CPUtime=0 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 62871213 908066816 187768 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 886784 KiB
Current children cumulated memory: 751072 KiB

[startup+6.30016 s]
/proc/loadavg: 4.13 4.10 4.09 5/268 65545
/proc/meminfo: memFree=102134192/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=994816 CPUtime=6.27 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 190482 0 0 0 535 92 0 0 20 0 2 0 62871069 1137340416 248704 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 248704 3616 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=966528 CPUtime=0 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 62871213 1137340416 248704 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 994816 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.09 4.09 5/268 65545
/proc/meminfo: memFree=102118316/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=995584 CPUtime=12.65 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 217309 0 0 0 1161 104 0 0 20 0 2 0 62871069 1137340416 248896 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 248896 3680 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=995584 CPUtime=0 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 62871213 1137340416 248896 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 995584 KiB

[startup+25.5001 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 65545
/proc/meminfo: memFree=102114236/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=995584 CPUtime=25.43 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 234636 0 0 0 2411 132 0 0 20 0 2 0 62871069 1137340416 248896 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 248896 3680 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=995584 CPUtime=0 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 2 0 62871213 1137340416 248896 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 995584 KiB

[startup+51.1044 s]
/proc/loadavg: 4.06 4.08 4.09 5/268 65546
/proc/meminfo: memFree=102114268/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=995584 CPUtime=50.99 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 246286 0 0 0 4913 186 0 0 20 0 2 0 62871069 1137340416 248896 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 248896 3680 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=14344 CPUtime=0 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 19 0 0 0 0 0 0 0 20 0 2 0 62871213 1137340416 248896 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 995584 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 65554
/proc/meminfo: memFree=102094512/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=997660 CPUtime=102.08 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 250272 0 0 0 9921 287 0 0 20 0 2 0 62871069 1137340416 249415 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 249415 3680 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=10752 CPUtime=0.01 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 21 0 0 0 0 1 0 0 20 0 2 0 62871213 1137340416 249415 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 997660 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 65567
/proc/meminfo: memFree=102093504/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=997660 CPUtime=161.97 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 262061 0 0 0 15783 414 0 0 20 0 2 0 62871069 1137340416 249415 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 249415 3680 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=997660 CPUtime=0.01 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 24 0 0 0 0 1 0 0 20 0 2 0 62871213 1137340416 249415 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 161.97 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 997660 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/269 65569
/proc/meminfo: memFree=102095892/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=997660 CPUtime=221.85 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 262555 0 0 0 21643 542 0 0 20 0 2 0 62871069 1137340416 249415 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 249415 3680 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=997660 CPUtime=0.03 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 25 0 0 0 1 2 0 0 20 0 2 0 62871213 1137340416 249415 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 221.85 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 997660 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/269 65571
/proc/meminfo: memFree=102091940/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1110684 memory=997916 CPUtime=281.73 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 278868 0 0 0 27506 667 0 0 20 0 2 0 62871069 1137340416 249479 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 277671 249479 3680 641 0 260154 0
[pid=65543/tid=65545] ppid=65540 vsize=1110684 memory=14344 CPUtime=0.04 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 27 0 0 0 1 3 0 0 20 0 2 0 62871213 1137340416 249479 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 281.73 s
Current children cumulated vsize: 1110684 KiB
Current children cumulated memory: 997916 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/268 65573
/proc/meminfo: memFree=102091836/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1122360 memory=998684 CPUtime=341.62 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 279639 0 0 0 33365 797 0 0 20 0 2 0 62871069 1149296640 249671 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 280590 249671 3680 641 0 263073 0
[pid=65543/tid=65545] ppid=65540 vsize=1122360 memory=14344 CPUtime=0.05 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 30 0 0 0 2 3 0 0 20 0 2 0 62871213 1149296640 249671 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 341.62 s

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

/proc/meminfo: memFree=106766880/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1191768 memory=1066628 CPUtime=3036.29 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 508825 0 0 0 295852 7777 0 0 20 0 2 0 62871069 1220370432 266657 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 297942 266657 3680 641 0 280425 0
[pid=65543/tid=65545] ppid=65540 vsize=1191768 memory=18432 CPUtime=0.58 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 62 0 0 0 19 39 0 0 20 0 2 0 62871213 1220370432 266657 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3036.29 s
Current children cumulated vsize: 1191768 KiB
Current children cumulated memory: 1066628 KiB

[startup+3102.3 s]
/proc/loadavg: 2.07 2.58 3.35 3/252 65758
/proc/meminfo: memFree=106754588/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1194768 memory=1069700 CPUtime=3096.15 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 510330 0 0 0 301679 7936 0 0 20 0 2 0 62871069 1223442432 267425 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 298692 267425 3680 641 0 281175 0
[pid=65543/tid=65545] ppid=65540 vsize=1194768 memory=1068420 CPUtime=0.59 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 63 0 0 0 19 40 0 0 20 0 2 0 62871213 1223442432 267425 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3096.15 s
Current children cumulated vsize: 1194768 KiB
Current children cumulated memory: 1069700 KiB

[startup+3162.3 s]
/proc/loadavg: 2.08 2.49 3.27 3/254 65768
/proc/meminfo: memFree=106739100/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1197436 memory=1072260 CPUtime=3156.02 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 511440 0 0 0 307502 8100 0 0 20 0 2 0 62871069 1226174464 268065 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 299359 268065 3680 641 0 281842 0
[pid=65543/tid=65545] ppid=65540 vsize=1197436 memory=1068420 CPUtime=0.61 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 63 0 0 0 20 41 0 0 20 0 2 0 62871213 1226174464 268065 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3156.02 s
Current children cumulated vsize: 1197436 KiB
Current children cumulated memory: 1072260 KiB

[startup+3222.3 s]
/proc/loadavg: 2.07 2.41 3.19 3/254 65770
/proc/meminfo: memFree=106753848/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1200540 memory=1077532 CPUtime=3215.88 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 532239 0 0 0 313331 8257 0 0 20 0 2 0 62871069 1229352960 269383 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 300135 269383 3680 641 0 282618 0
[pid=65543/tid=65545] ppid=65540 vsize=1200540 memory=1076380 CPUtime=0.62 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 65 0 0 0 20 42 0 0 20 0 2 0 62871213 1229352960 269383 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3215.88 s
Current children cumulated vsize: 1200540 KiB
Current children cumulated memory: 1077532 KiB

[startup+3282.3 s]
/proc/loadavg: 2.12 2.37 3.13 3/254 65771
/proc/meminfo: memFree=106738016/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1203716 memory=1082556 CPUtime=3275.73 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 548418 0 0 0 319157 8416 0 0 20 0 2 0 62871069 1232605184 270639 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 300929 270639 3680 641 0 283412 0
[pid=65543/tid=65545] ppid=65540 vsize=1203716 memory=1077916 CPUtime=0.63 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 67 0 0 0 21 42 0 0 20 0 2 0 62871213 1232605184 270639 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3275.73 s
Current children cumulated vsize: 1203716 KiB
Current children cumulated memory: 1082556 KiB

[startup+3342.3 s]
/proc/loadavg: 2.04 2.30 3.05 3/254 65773
/proc/meminfo: memFree=106717564/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1207028 memory=1088172 CPUtime=3335.59 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 551197 0 0 0 324986 8573 0 0 20 0 2 0 62871069 1235996672 272043 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 301757 272043 3680 641 0 284240 0
[pid=65543/tid=65545] ppid=65540 vsize=1207028 memory=14344 CPUtime=0.65 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 67 0 0 0 22 43 0 0 20 0 2 0 62871213 1235996672 272043 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3335.59 s
Current children cumulated vsize: 1207028 KiB
Current children cumulated memory: 1088172 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.27 2.99 3/254 65775
/proc/meminfo: memFree=106703812/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1211360 memory=1094856 CPUtime=3395.46 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 553540 0 0 0 330806 8740 0 0 20 0 2 0 62871069 1240432640 273714 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 302840 273714 3680 641 0 285323 0
[pid=65543/tid=65545] ppid=65540 vsize=1211360 memory=1088940 CPUtime=0.66 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 67 0 0 0 22 44 0 0 20 0 2 0 62871213 1240432640 273714 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3395.46 s
Current children cumulated vsize: 1211360 KiB
Current children cumulated memory: 1094856 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.23 2.94 3/253 65777
/proc/meminfo: memFree=106662176/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1215572 memory=1103724 CPUtime=3455.33 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 555285 0 0 0 336637 8896 0 0 20 0 2 0 62871069 1244745728 275931 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 303893 275931 3680 641 0 286376 0
[pid=65543/tid=65545] ppid=65540 vsize=1215572 memory=1088940 CPUtime=0.68 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 67 0 0 0 23 45 0 0 20 0 2 0 62871213 1244745728 275931 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3455.33 s
Current children cumulated vsize: 1215572 KiB
Current children cumulated memory: 1103724 KiB

[startup+3522.3 s]
/proc/loadavg: 1.48 2.04 2.82 2/245 65809
/proc/meminfo: memFree=107776852/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1220876 memory=1111488 CPUtime=3515.23 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 556951 0 0 0 342471 9052 0 0 20 0 2 0 62871069 1250177024 277872 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 305219 277872 3680 641 0 287702 0
[pid=65543/tid=65545] ppid=65540 vsize=1220876 memory=14344 CPUtime=0.69 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 68 0 0 0 23 46 0 0 20 0 2 0 62871213 1250177024 277872 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3515.23 s
Current children cumulated vsize: 1220876 KiB
Current children cumulated memory: 1111488 KiB

[startup+3582.3 s]
/proc/loadavg: 1.24 1.86 2.71 2/245 65811
/proc/meminfo: memFree=107756544/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1277288 memory=1120900 CPUtime=3575.13 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 559062 0 0 0 348304 9209 0 0 20 0 2 0 62871069 1307942912 280225 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 319322 280225 3680 641 0 301805 0
[pid=65543/tid=65545] ppid=65540 vsize=1277288 memory=1120900 CPUtime=0.7 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 69 0 0 0 23 47 0 0 20 0 2 0 62871213 1307942912 280225 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3575.13 s
Current children cumulated vsize: 1277288 KiB
Current children cumulated memory: 1120900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.3 s]
/proc/loadavg: 1.16 1.79 2.66 2/245 65813
/proc/meminfo: memFree=107748424/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1280096 memory=1123972 CPUtime=3600.09 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 568670 0 0 0 350734 9275 0 0 20 0 2 0 62871069 1310818304 280993 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 320024 280993 3680 641 0 302507 0
[pid=65543/tid=65545] ppid=65540 vsize=1280096 memory=1121796 CPUtime=0.71 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 69 0 0 0 23 48 0 0 20 0 2 0 62871213 1310818304 280993 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1280096 KiB
Current children cumulated memory: 1123972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3507.35 s, system=92.7816 s

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

[startup+3607.3 s]
/proc/loadavg: 1.16 1.79 2.66 2/245 65813
/proc/meminfo: memFree=107748424/131249988 swapFree=33010416/33010684
[pid=65543] ppid=65540 vsize=1280096 memory=1123972 CPUtime=3600.09 cores=5,7
/proc/65543/stat : 65543 (ipbhs_gurobi) R 65540 65543 63388 0 -1 4194304 568670 0 0 0 350734 9275 0 0 20 0 2 0 62871069 1310818304 280993 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
/proc/65543/statm: 320024 280993 3680 641 0 302507 0
[pid=65543/tid=65545] ppid=65540 vsize=1280096 memory=1121796 CPUtime=0.71 cores=5,7
/proc/65543/task/65545/stat : 65545 (ipbhs_gurobi) S 65540 65543 63388 0 -1 4194368 69 0 0 0 23 48 0 0 20 0 2 0 62871213 1310818304 280993 18446744073709551615 94438181732352 94438184357405 140730343941024 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94438184976280 94438185009242 94438208401408 140730343942559 140730343942663 140730343942663 140730343948265 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1280096 KiB
Current children cumulated memory: 1123972 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.33
CPU time (s): 3600.13
CPU user time (s): 3507.35
CPU system time (s): 92.7816
CPU usage (%): 99.8005
Max. virtual memory (cumulated for all children) (KiB): 1280096
Max. memory (cumulated for all children) (KiB): 1123972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3507.35
system time used= 92.7816
maximum resident set size= 1123972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 568670
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= 358771
involuntary context switches= 20655


# summary of solver processes directly reported to runsolver:
#   pid: 65543
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3507.35
#   total CPU system time (s): 92.7816

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.46728 second user time and 12.2571 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-02 17:58:45
IDJOB=4504740
IDBENCH=155675
IDSOLVER=3333
FILE ID=nodeC031/4504740-1751471925
RUNJOBID= nodeC031-1751463772-63401
SLURM_JOB_ID= 9598472
Free space on /tmp= 431852 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat35_4_11_4_mh_ic.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504740-1751471925/watcher-4504740-1751471925 -o /tmp/evaluation-result-4504740-1751471925/solver-4504740-1751471925 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751463772-63401 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4504740-1751471925.opb --max-coef 1000000000

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

MD5SUM BENCH= c58a3671c6a952d1c163a29e0b4e832b
RANDOM SEED=1833542592

nodeC031 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.897
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.78
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.870
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.78
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		: 3601.499
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.78
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		: 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 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.78
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.903
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        103087616 kB
MemAvailable:   124041360 kB
Buffers:            2128 kB
Cached:         21639148 kB
SwapCached:           12 kB
Active:          6047604 kB
Inactive:       21232448 kB
Active(anon):    5646356 kB
Inactive(anon):    10472 kB
Active(file):     401248 kB
Inactive(file): 21221976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             71620 kB
Writeback:             0 kB
AnonPages:       5639856 kB
Mapped:           118984 kB
Shmem:             18052 kB
KReclaimable:     339520 kB
Slab:             431540 kB
SReclaimable:     339520 kB
SUnreclaim:        92020 kB
KernelStack:        4304 kB
PageTables:        14380 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    6407752 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4042752 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432028 MiB
End job on nodeC031 at 2025-07-02 18:58:53