Trace number 4503820

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.08 3604.76

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Base/normalized-minisat70_4_22_5.opb
MD5SUM90cf94310e57120d5401aeddd838603e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4219117
Best CPU time to get the best result obtained on this benchmark482.664
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9940
Total number of constraints14846
Number of constraints which are clauses140
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints14700
Minimum length of a constraint2
Maximum length of a constraint2415
Number of terms in the objective function 9730
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 89969826346
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 160103007
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 89969826346
Number of bits of the biggest sum of numbers37
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.23	c initialize IPBHS solver
0.00/0.23	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.23	c optimizer = "gurobi"
0.00/0.23	c pbsolver = "roundingsat"
0.00/0.23	c use separate pbsolver for SIS
0.00/0.23	c load symmetries from file ""
0.00/0.23	c set time limit for symmetry computation to 100 seconds.
0.00/0.23	c set interchangeable summation variable limit to 3
0.00/0.23	c set sym compact max subset size to 5
0.00/0.23	c set explicit symmetry matrix usage to 1
0.00/0.23	c sym budget explicit to 100
0.00/0.23	c sym budget explicit lits to 6000
0.00/0.23	c sym budget compact to 100
0.00/0.23	c sym budget compact lits to 6000
0.00/0.23	c sym budget common to 0
0.00/0.23	c sym budget common lits to 0
0.00/0.23	c set sym generation to 's'
0.00/0.23	c set abstraction set creation to 10 iterations without LB change
0.00/0.23	c set abstraction set inputs to 0
0.00/0.23	c set abstraction set cluster min size to 2
0.00/0.23	c set abstraction set cluster max size to 100000000
0.00/0.23	c set abstraction set cluster activation limit to 2
0.00/0.23	c enable abstraction set require equal cost
0.00/0.23	c set abstraction set assumptions to 0
0.00/0.23	c set abstraction set constraint type to 0
0.00/0.23	c set abstract core extraction strategy to b
0.00/0.23	c set core extraction strategy to 2
0.00/0.23	c set core extraction shuffles 10
0.00/0.23	c set cores per iteration to 5
0.00/0.23	c set optimizer bound usage strategy to 2
0.00/0.23	c set optimizer max non-optimal iterations to 1000
0.00/0.23	c set small core cardinality limit to 2
0.00/0.23	c set max coef in cores to 1000000000
0.00/0.23	c set core processing techniques to 4095
0.00/0.23	c set SIS iterations to 5
0.00/0.23	c set SIS budget abs to 1000
0.00/0.23	c set SIS budget rel to 0.05
1.06/1.30	c limit for coefficient in constraints and objective to 1000000000
1.06/1.30	c will solve HOME/instance-4503820-1751453447.opb
1.06/1.30	c [0.01] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62449 MiB free)
  memory of node 1: 64465 MiB (63483 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503820-1751453447/watcher-4503820-1751453447 -o /tmp/evaluation-result-4503820-1751453447/solver-4503820-1751453447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751453447-60693 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4503820-1751453447.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=60733, runsolver pid=60728

[startup+0.100068 s]*
/proc/loadavg: 0.90 2.81 3.64 4/245 60742
/proc/meminfo: memFree=128950156/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=61524 memory=1920 CPUtime=0 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) D 60728 60733 60682 0 -1 4194304 167 0 5 0 0 0 0 0 20 0 1 0 61023886 63000576 480 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 15381 480 448 641 0 249 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61524 KiB
Current children cumulated memory: 1920 KiB

[startup+0.213483 s]*
/proc/loadavg: 0.90 2.81 3.64 2/245 60742
/proc/meminfo: memFree=128950332/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=61616 memory=5376 CPUtime=0 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) D 60728 60733 60682 0 -1 4194304 352 0 24 0 0 0 0 0 20 0 1 0 61023886 63094784 1344 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 15404 1344 1152 641 0 161 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61616 KiB
Current children cumulated memory: 5376 KiB

[startup+0.312451 s]*
/proc/loadavg: 0.90 2.81 3.64 5/248 60746
/proc/meminfo: memFree=128403296/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2159368 memory=221696 CPUtime=0.1 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 865 0 25 0 2 8 0 0 20 0 1 0 61023886 2211192832 55424 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 539842 55424 1600 641 0 524599 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2159368 KiB
Current children cumulated memory: 221696 KiB

[startup+0.700372 s]
/proc/loadavg: 0.90 2.81 3.64 5/250 60751
/proc/meminfo: memFree=126560916/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2159368 memory=1120768 CPUtime=0.47 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 1304 0 25 0 10 37 0 0 20 0 1 0 61023886 2211192832 280192 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 539842 280192 1600 641 0 524599 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 2159368 KiB
Current children cumulated memory: 1120768 KiB

[startup+1.50032 s]
/proc/loadavg: 0.90 2.81 3.64 4/250 60751
/proc/meminfo: memFree=122600580/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2199152 memory=2126364 CPUtime=1.26 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 8315 0 25 0 45 81 0 0 20 0 2 0 61023886 2251931648 531591 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 549788 531591 2304 641 0 532271 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 2199152 KiB
Current children cumulated memory: 2126364 KiB

[startup+3.11294 s]
/proc/loadavg: 0.90 2.81 3.64 5/253 60754
/proc/meminfo: memFree=121542404/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2248872 memory=2172212 CPUtime=2.86 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 20264 0 34 0 192 94 0 0 20 0 2 0 61023886 2302844928 543053 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 562218 543053 3680 641 0 544701 0
[pid=60733/tid=60753] ppid=60728 vsize=2248872 memory=16336 CPUtime=0 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 61024015 2302844928 543053 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 2248872 KiB
Current children cumulated memory: 2172212 KiB

[startup+6.30036 s]
/proc/loadavg: 1.15 2.83 3.64 5/254 60755
/proc/meminfo: memFree=120665220/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2248872 memory=2172212 CPUtime=6.05 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 28596 0 34 0 479 126 0 0 20 0 2 0 61023886 2302844928 543053 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 562218 543053 3680 641 0 544701 0
[pid=60733/tid=60753] ppid=60728 vsize=2248872 memory=18048 CPUtime=0 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 61024015 2302844928 543053 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 6.05 s
Current children cumulated vsize: 2248872 KiB
Current children cumulated memory: 2172212 KiB

[startup+12.7004 s]
/proc/loadavg: 1.38 2.85 3.65 5/255 60757
/proc/meminfo: memFree=120444940/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2251592 memory=2174132 CPUtime=12.45 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 35511 0 34 0 1045 200 0 0 20 0 2 0 61023886 2305630208 543533 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 562898 543533 3680 641 0 545381 0
[pid=60733/tid=60753] ppid=60728 vsize=2251592 memory=2172212 CPUtime=0.01 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 10 0 0 0 0 1 0 0 20 0 2 0 61024015 2305630208 543533 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 12.45 s
Current children cumulated vsize: 2251592 KiB
Current children cumulated memory: 2174132 KiB

[startup+25.5004 s]
/proc/loadavg: 2.03 2.93 3.66 5/255 60757
/proc/meminfo: memFree=119838884/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2256012 memory=2179724 CPUtime=25.23 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 51202 0 34 0 2188 335 0 0 20 0 2 0 61023886 2310156288 544931 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 564003 544931 3680 641 0 546486 0
[pid=60733/tid=60753] ppid=60728 vsize=2256012 memory=2177460 CPUtime=0.03 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 15 0 0 0 1 2 0 0 20 0 2 0 61024015 2310156288 544931 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 25.23 s
Current children cumulated vsize: 2256012 KiB
Current children cumulated memory: 2179724 KiB

[startup+51.1131 s]
/proc/loadavg: 2.70 3.01 3.67 5/253 60771
/proc/meminfo: memFree=121876064/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2284996 memory=2206680 CPUtime=50.83 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 67219 0 34 0 4510 573 0 0 20 0 2 0 61023886 2339835904 551670 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 571249 551670 3680 641 0 553732 0
[pid=60733/tid=60753] ppid=60728 vsize=2284996 memory=2198580 CPUtime=0.07 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 18 0 0 0 2 5 0 0 20 0 2 0 61024015 2339835904 551670 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 2284996 KiB
Current children cumulated memory: 2206680 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 3.20 3.70 5/258 60808
/proc/meminfo: memFree=121229248/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2348696 memory=2272864 CPUtime=101.98 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 88109 0 34 0 9252 946 0 0 20 0 2 0 61023886 2405064704 568216 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 587174 568216 3680 641 0 569657 0
[pid=60733/tid=60753] ppid=60728 vsize=2348696 memory=18048 CPUtime=0.13 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 19 0 0 0 4 9 0 0 20 0 2 0 61024015 2405064704 568216 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2348696 KiB
Current children cumulated memory: 2272864 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 3.36 3.73 5/258 60810
/proc/meminfo: memFree=121004128/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2437672 memory=2362000 CPUtime=161.91 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 112932 0 34 0 14870 1321 0 0 20 0 2 0 61023886 2496176128 590500 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 609418 590500 3680 641 0 591901 0
[pid=60733/tid=60753] ppid=60728 vsize=2437672 memory=2300544 CPUtime=0.23 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 20 0 0 0 7 16 0 0 20 0 2 0 61024015 2496176128 590500 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 2437672 KiB
Current children cumulated memory: 2362000 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 3.50 3.75 5/257 60812
/proc/meminfo: memFree=120858636/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2536972 memory=2461376 CPUtime=221.87 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 126023 0 34 0 20587 1600 0 0 20 0 2 0 61023886 2597859328 615344 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 634243 615344 3680 641 0 616726 0
[pid=60733/tid=60753] ppid=60728 vsize=2536972 memory=2433656 CPUtime=0.33 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 20 0 0 0 10 23 0 0 20 0 2 0 61024015 2597859328 615344 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 221.87 s
Current children cumulated vsize: 2536972 KiB
Current children cumulated memory: 2461376 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.62 3.78 5/257 60814
/proc/meminfo: memFree=120777352/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2671428 memory=2547068 CPUtime=281.83 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 139796 0 34 0 26309 1874 0 0 20 0 2 0 61023886 2735542272 636767 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 667857 636767 3680 641 0 650340 0
[pid=60733/tid=60753] ppid=60728 vsize=2671428 memory=18048 CPUtime=0.42 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 21 0 0 0 14 28 0 0 20 0 2 0 61024015 2735542272 636767 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 281.83 s
Current children cumulated vsize: 2671428 KiB
Current children cumulated memory: 2547068 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.71 3.80 5/257 60819
/proc/meminfo: memFree=120675936/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=2704568 memory=2580348 CPUtime=341.79 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 152519 0 34 0 31957 2222 0 0 20 0 2 0 61023886 2769477632 645087 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 676142 645087 3680 641 0 658625 0
[pid=60733/tid=60753] ppid=60728 vsize=2704568 memory=18048 CPUtime=0.52 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 23 0 0 0 17 35 0 0 20 0 2 0 61024015 2769477632 645087 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 341.79 s

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

/proc/meminfo: memFree=108515620/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3038.36 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2101309 0 34 0 293073 10763 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=16336 CPUtime=4.86 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 118 0 0 0 153 333 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3038.36 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.10 4.10 5/253 60956
/proc/meminfo: memFree=107454020/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3098.28 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2130495 0 34 0 298961 10867 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=4.96 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 121 0 0 0 156 340 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3098.28 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.10 5/254 60959
/proc/meminfo: memFree=107444712/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3158.2 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2143489 0 34 0 304851 10969 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.07 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 123 0 0 0 159 348 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3158.2 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.11 4.10 5/254 60961
/proc/meminfo: memFree=107824076/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3218.11 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2181440 0 34 0 310750 11061 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.18 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 126 0 0 0 163 355 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3218.11 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 60963
/proc/meminfo: memFree=107323960/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3278.03 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2204580 0 34 0 316647 11156 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=16336 CPUtime=5.28 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 128 0 0 0 166 362 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3278.03 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/254 60967
/proc/meminfo: memFree=107827912/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3337.95 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2235404 0 34 0 322543 11252 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.38 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 129 0 0 0 169 369 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3337.95 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/254 60973
/proc/meminfo: memFree=107462432/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3397.87 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2259483 0 34 0 328287 11500 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.48 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 131 0 0 0 171 377 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3397.87 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/253 60975
/proc/meminfo: memFree=107359484/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3457.79 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2272967 0 34 0 334096 11683 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.58 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 133 0 0 0 175 383 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3457.79 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/253 60977
/proc/meminfo: memFree=108056096/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3517.72 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2298397 0 34 0 339942 11830 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.67 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 137 0 0 0 178 389 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3517.72 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/253 60979
/proc/meminfo: memFree=108063320/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3577.64 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2313306 0 34 0 345799 11965 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.76 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 139 0 0 0 181 395 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3577.64 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.7 s]
/proc/loadavg: 4.13 4.11 4.09 5/253 60980
/proc/meminfo: memFree=108049884/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3600.02 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2324524 0 34 0 347981 12021 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.8 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 141 0 0 0 183 397 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

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

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

# cumulated CPU time of all completed processes:  user=3479.82 s, system=120.265 s

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

[startup+3604.7 s]
/proc/loadavg: 4.13 4.11 4.09 5/253 60980
/proc/meminfo: memFree=108049884/131382120 swapFree=33010160/33010684
[pid=60733] ppid=60728 vsize=11040000 memory=7774992 CPUtime=3600.02 cores=4,6
/proc/60733/stat : 60733 (ipbhs_gurobi) R 60728 60733 60682 0 -1 4194304 2324524 0 34 0 347981 12021 0 0 20 0 2 0 61023886 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
/proc/60733/statm: 2760000 1943748 3744 641 0 2742483 0
[pid=60733/tid=60753] ppid=60728 vsize=11040000 memory=7774992 CPUtime=5.8 cores=4,6
/proc/60733/task/60753/stat : 60753 (ipbhs_gurobi) S 60728 60733 60682 0 -1 4194368 141 0 0 0 183 397 0 0 20 0 2 0 61024015 11304960000 1943748 18446744073709551615 94860752150528 94860754775581 140730484111440 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94860755394456 94860755427418 94860786634752 140730484119967 140730484120071 140730484120071 140730484125673 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 11040000 KiB
Current children cumulated memory: 7774992 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3604.76
CPU time (s): 3600.08
CPU user time (s): 3479.82
CPU system time (s): 120.265
CPU usage (%): 99.8703
Max. virtual memory (cumulated for all children) (KiB): 15603236
Max. memory (cumulated for all children) (KiB): 10608052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3479.82
system time used= 120.265
maximum resident set size= 10864052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2325154
page faults= 34
swaps= 0
block input operations= 2992
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356876
involuntary context switches= 3213


# summary of solver processes directly reported to runsolver:
#   pid: 60733
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3479.82
#   total CPU system time (s): 120.265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3022 second user time and 36.0362 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 12:50:47
IDJOB=4503820
IDBENCH=155605
IDSOLVER=3333
FILE ID=nodeC008/4503820-1751453447
RUNJOBID= nodeC008-1751453447-60693
SLURM_JOB_ID= 9598441
Free space on /tmp= 432816 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Base/normalized-minisat70_4_22_5.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503820-1751453447/watcher-4503820-1751453447 -o /tmp/evaluation-result-4503820-1751453447/solver-4503820-1751453447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751453447-60693 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4503820-1751453447.opb --max-coef 1000000000

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

MD5SUM BENCH= 90cf94310e57120d5401aeddd838603e
RANDOM SEED=1356161381

nodeC008 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		: 1197.212
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.72
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		: 1197.205
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.72
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.740
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.72
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.72
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		: 3700.000
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.72
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		: 1995.352
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.72
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.214
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.72
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.947
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128976332 kB
MemAvailable:   129922544 kB
Buffers:            2144 kB
Cached:          1743112 kB
SwapCached:           16 kB
Active:           291484 kB
Inactive:        1524564 kB
Active(anon):      52108 kB
Inactive(anon):    36628 kB
Active(file):     239376 kB
Inactive(file):  1487936 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            271756 kB
Writeback:             4 kB
AnonPages:         73864 kB
Mapped:           103332 kB
Shmem:             17920 kB
KReclaimable:     117056 kB
Slab:             200652 kB
SReclaimable:     117056 kB
SUnreclaim:        83596 kB
KernelStack:        3808 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432544 MiB
End job on nodeC008 at 2025-07-02 13:50:53