Trace number 4504234

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.12 3605.52

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat25_6_4_1_mh.opb
MD5SUM22685a6d8447b8be1a49f22723e48d9b
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 benchmark3373010
Best CPU time to get the best result obtained on this benchmark46.8077
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 97336000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 12201970261
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 97336000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 12201970261
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=61524, runsolver pid=61521

[startup+0.100068 s]*
/proc/loadavg: 4.29 4.16 4.12 5/253 61525
/proc/meminfo: memFree=127150496/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=78692 memory=14028 CPUtime=0.09 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2373 0 0 0 8 1 0 0 20 0 1 0 61750543 80580608 3507 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 19673 3507 1600 641 0 4430 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 78692 KiB
Current children cumulated memory: 14028 KiB

[startup+0.213028 s]*
/proc/loadavg: 4.29 4.16 4.12 5/253 61525
/proc/meminfo: memFree=127146400/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=90560 memory=24088 CPUtime=0.21 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 5263 0 0 0 19 2 0 0 20 0 1 0 61750543 92733440 6022 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 22640 6022 1664 641 0 7397 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 90560 KiB
Current children cumulated memory: 24088 KiB

[startup+0.313002 s]*
/proc/loadavg: 4.29 4.16 4.12 5/253 61525
/proc/meminfo: memFree=127146400/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=97832 memory=32152 CPUtime=0.3 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 7248 0 0 0 25 5 0 0 20 0 1 0 61750543 100179968 8038 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 24458 8038 1696 641 0 9215 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 97832 KiB
Current children cumulated memory: 32152 KiB

[startup+0.700233 s]
/proc/loadavg: 4.29 4.16 4.12 5/253 61525
/proc/meminfo: memFree=127142304/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=121096 memory=48136 CPUtime=0.67 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 9237 0 0 0 44 23 0 0 20 0 2 0 61750543 124002304 12034 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 30274 12034 2208 641 0 12757 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 121096 KiB
Current children cumulated memory: 48136 KiB

[startup+1.50035 s]
/proc/loadavg: 4.29 4.16 4.12 5/254 61526
/proc/meminfo: memFree=127123180/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=189900 memory=107868 CPUtime=1.47 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 28025 0 0 0 107 40 0 0 20 0 2 0 61750543 194457600 26967 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 47475 26967 3040 641 0 29958 0
[pid=61524/tid=61526] ppid=61521 vsize=189900 memory=0 CPUtime=0 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 61750613 194457600 26967 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 189900 KiB
Current children cumulated memory: 107868 KiB

[startup+3.11275 s]
/proc/loadavg: 4.29 4.16 4.12 5/254 61526
/proc/meminfo: memFree=127039036/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=223788 memory=143964 CPUtime=3.09 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 36628 0 0 0 261 48 0 0 20 0 2 0 61750543 229158912 35991 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 55947 35991 3584 641 0 38430 0
[pid=61524/tid=61526] ppid=61521 vsize=223788 memory=0 CPUtime=0 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 61750613 229158912 35991 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 223788 KiB
Current children cumulated memory: 143964 KiB

[startup+6.3003 s]
/proc/loadavg: 4.35 4.18 4.12 5/254 61526
/proc/meminfo: memFree=127035192/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=223788 memory=144220 CPUtime=6.27 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 39080 0 0 0 564 63 0 0 20 0 2 0 61750543 229158912 36055 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 55947 36055 3584 641 0 38430 0
[pid=61524/tid=61526] ppid=61521 vsize=223788 memory=16336 CPUtime=0 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 61750613 229158912 36055 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 223788 KiB
Current children cumulated memory: 144220 KiB

[startup+12.7003 s]
/proc/loadavg: 4.32 4.17 4.12 5/254 61526
/proc/meminfo: memFree=127027820/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=226508 memory=144604 CPUtime=12.66 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 43473 0 0 0 1170 96 0 0 20 0 2 0 61750543 231944192 36151 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 56627 36151 3584 641 0 39110 0
[pid=61524/tid=61526] ppid=61521 vsize=226508 memory=144604 CPUtime=0 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 61750613 231944192 36151 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 226508 KiB
Current children cumulated memory: 144604 KiB

[startup+25.5003 s]
/proc/loadavg: 4.33 4.18 4.12 5/254 61526
/proc/meminfo: memFree=126992732/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=226508 memory=147068 CPUtime=25.45 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 44801 0 0 0 2382 163 0 0 20 0 2 0 61750543 231944192 36767 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 56627 36767 3584 641 0 39110 0
[pid=61524/tid=61526] ppid=61521 vsize=226508 memory=147068 CPUtime=0.02 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 10 0 0 0 1 1 0 0 20 0 2 0 61750613 231944192 36767 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 226508 KiB
Current children cumulated memory: 147068 KiB

[startup+51.1128 s]
/proc/loadavg: 4.21 4.17 4.12 5/254 61526
/proc/meminfo: memFree=126908052/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=226508 memory=147068 CPUtime=51.03 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 48593 0 0 0 4787 316 0 0 20 0 2 0 61750543 231944192 36767 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 56627 36767 3584 641 0 39110 0
[pid=61524/tid=61526] ppid=61521 vsize=226508 memory=10496 CPUtime=0.03 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 10 0 0 0 1 2 0 0 20 0 2 0 61750613 231944192 36767 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 226508 KiB
Current children cumulated memory: 147068 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.15 4.12 5/254 61528
/proc/meminfo: memFree=126722740/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=230928 memory=151144 CPUtime=102.15 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 53508 0 0 0 9567 648 0 0 20 0 2 0 61750543 236470272 37786 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 57732 37786 3584 641 0 40215 0
[pid=61524/tid=61526] ppid=61521 vsize=230928 memory=16336 CPUtime=0.08 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 11 0 0 0 2 6 0 0 20 0 2 0 61750613 236470272 37786 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 230928 KiB
Current children cumulated memory: 151144 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.15 4.12 5/254 61530
/proc/meminfo: memFree=126522792/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=238108 memory=156820 CPUtime=162.08 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 65965 0 0 0 15179 1029 0 0 20 0 2 0 61750543 243822592 39205 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 59527 39205 3584 641 0 42010 0
[pid=61524/tid=61526] ppid=61521 vsize=238108 memory=156820 CPUtime=0.15 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 14 0 0 0 4 11 0 0 20 0 2 0 61750613 243822592 39205 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 162.08 s
Current children cumulated vsize: 238108 KiB
Current children cumulated memory: 156820 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.15 4.12 5/254 61532
/proc/meminfo: memFree=126064532/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=520160 memory=363512 CPUtime=221.99 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 115033 0 0 0 20820 1379 0 0 20 0 2 0 61750543 532643840 90878 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 130040 90878 3616 641 0 112523 0
[pid=61524/tid=61526] ppid=61521 vsize=520160 memory=161096 CPUtime=0.2 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 16 0 0 0 5 15 0 0 20 0 2 0 61750613 532643840 90878 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 221.99 s
Current children cumulated vsize: 520160 KiB
Current children cumulated memory: 363512 KiB

[startup+282.3 s]
/proc/loadavg: 4.24 4.17 4.12 5/253 61536
/proc/meminfo: memFree=125845492/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=520160 memory=363512 CPUtime=281.89 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 123367 0 0 0 26494 1695 0 0 20 0 2 0 61750543 532643840 90878 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 130040 90878 3616 641 0 112523 0
[pid=61524/tid=61526] ppid=61521 vsize=520160 memory=16336 CPUtime=0.26 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 19 0 0 0 7 19 0 0 20 0 2 0 61750613 532643840 90878 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 281.89 s
Current children cumulated vsize: 520160 KiB
Current children cumulated memory: 363512 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.15 4.12 5/254 61543
/proc/meminfo: memFree=125624964/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=520160 memory=363512 CPUtime=341.79 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 130096 0 0 0 32142 2037 0 0 20 0 2 0 61750543 532643840 90878 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 130040 90878 3616 641 0 112523 0
[pid=61524/tid=61526] ppid=61521 vsize=520160 memory=363512 CPUtime=0.33 cores=0,2

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

/proc/meminfo: memFree=116002472/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=2083400 memory=1476108 CPUtime=3037.86 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2253736 0 0 0 292122 11664 0 0 20 0 2 0 61750543 2133401600 369027 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 520850 369027 3776 641 0 503333 0
[pid=61524/tid=61526] ppid=61521 vsize=2083400 memory=1437112 CPUtime=3.81 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 64 0 0 0 121 260 0 0 20 0 2 0 61750613 2133401600 369027 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3037.86 s
Current children cumulated vsize: 2083400 KiB
Current children cumulated memory: 1476108 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.12 4.14 5/253 61675
/proc/meminfo: memFree=115940776/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=2117564 memory=1516684 CPUtime=3097.75 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2272639 0 0 0 298086 11689 0 0 20 0 2 0 61750543 2168385536 379171 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 529391 379171 3776 641 0 511874 0
[pid=61524/tid=61526] ppid=61521 vsize=2117564 memory=18048 CPUtime=3.89 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 65 0 0 0 124 265 0 0 20 0 2 0 61750613 2168385536 379171 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3097.75 s
Current children cumulated vsize: 2117564 KiB
Current children cumulated memory: 1516684 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/254 61678
/proc/meminfo: memFree=115893884/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=1908020 memory=1523104 CPUtime=3157.66 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2285474 0 0 0 303850 11916 0 0 20 0 2 0 61750543 1953812480 380776 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 477005 380776 3776 641 0 459488 0
[pid=61524/tid=61526] ppid=61521 vsize=1908020 memory=16336 CPUtime=3.98 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 67 0 0 0 127 271 0 0 20 0 2 0 61750613 1953812480 380776 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3157.66 s
Current children cumulated vsize: 1908020 KiB
Current children cumulated memory: 1523104 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.12 4.13 5/254 61680
/proc/meminfo: memFree=115852872/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=1908020 memory=1523104 CPUtime=3217.57 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2285783 0 0 0 309541 12216 0 0 20 0 2 0 61750543 1953812480 380776 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 477005 380776 3776 641 0 459488 0
[pid=61524/tid=61526] ppid=61521 vsize=1908020 memory=1523104 CPUtime=4.05 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 68 0 0 0 129 276 0 0 20 0 2 0 61750613 1953812480 380776 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3217.57 s
Current children cumulated vsize: 1908020 KiB
Current children cumulated memory: 1523104 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/254 61684
/proc/meminfo: memFree=115698840/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=2209972 memory=1663108 CPUtime=3277.48 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2344995 0 0 0 315442 12306 0 0 20 0 2 0 61750543 2263011328 415777 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 552493 415777 3776 641 0 534976 0
[pid=61524/tid=61526] ppid=61521 vsize=2209972 memory=16336 CPUtime=4.13 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 70 0 0 0 131 282 0 0 20 0 2 0 61750613 2263011328 415777 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3277.48 s
Current children cumulated vsize: 2209972 KiB
Current children cumulated memory: 1663108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.12 5/255 61691
/proc/meminfo: memFree=115689720/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=1841472 memory=1542940 CPUtime=3337.36 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2410715 0 0 0 321353 12383 0 0 20 0 2 0 61750543 1885667328 385735 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 460368 385735 3776 641 0 442851 0
[pid=61524/tid=61526] ppid=61521 vsize=1841472 memory=1630964 CPUtime=4.21 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 71 0 0 0 134 287 0 0 20 0 2 0 61750613 1885667328 385735 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3337.36 s
Current children cumulated vsize: 1841472 KiB
Current children cumulated memory: 1542940 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.12 5/255 61693
/proc/meminfo: memFree=115676464/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=2174308 memory=1635500 CPUtime=3397.26 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2495731 0 0 0 327244 12482 0 0 20 0 2 0 61750543 2226491392 408875 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 543577 408875 3776 641 0 526060 0
[pid=61524/tid=61526] ppid=61521 vsize=2174308 memory=18048 CPUtime=4.29 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 72 0 0 0 137 292 0 0 20 0 2 0 61750613 2226491392 408875 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3397.26 s
Current children cumulated vsize: 2174308 KiB
Current children cumulated memory: 1635500 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.09 4.11 5/254 61695
/proc/meminfo: memFree=115637156/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=2190300 memory=1640264 CPUtime=3457.14 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2533635 0 0 0 333189 12525 0 0 20 0 2 0 61750543 2242867200 410066 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 547575 410066 3776 641 0 530058 0
[pid=61524/tid=61526] ppid=61521 vsize=2190300 memory=1637692 CPUtime=4.38 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 73 0 0 0 140 298 0 0 20 0 2 0 61750613 2242867200 410066 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3457.14 s
Current children cumulated vsize: 2190300 KiB
Current children cumulated memory: 1640264 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.13 4.12 5/254 61697
/proc/meminfo: memFree=115619456/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=2179380 memory=1635680 CPUtime=3517.04 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2588753 0 0 0 339122 12582 0 0 20 0 2 0 61750543 2231685120 408920 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 544845 408920 3776 641 0 527328 0
[pid=61524/tid=61526] ppid=61521 vsize=2179380 memory=16336 CPUtime=4.45 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 75 0 0 0 142 303 0 0 20 0 2 0 61750613 2231685120 408920 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3517.04 s
Current children cumulated vsize: 2179380 KiB
Current children cumulated memory: 1635680 KiB

[startup+3582.3 s]
/proc/loadavg: 3.00 3.85 4.03 2/233 61792
/proc/meminfo: memFree=127554708/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=2179532 memory=1612000 CPUtime=3576.93 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2664424 0 0 0 345026 12667 0 0 20 0 2 0 61750543 2231840768 403000 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 544883 403000 3776 641 0 527366 0
[pid=61524/tid=61526] ppid=61521 vsize=2179532 memory=16336 CPUtime=4.54 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 76 0 0 0 145 309 0 0 20 0 2 0 61750613 2231840768 403000 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3576.93 s
Current children cumulated vsize: 2179532 KiB
Current children cumulated memory: 1612000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.5 s]
/proc/loadavg: 2.38 3.63 3.95 2/233 61792
/proc/meminfo: memFree=127550484/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=1841344 memory=1542940 CPUtime=3600.09 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2691716 0 0 0 347309 12700 0 0 20 0 2 0 61750543 1885536256 385735 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 460336 385735 3776 641 0 442819 0
[pid=61524/tid=61526] ppid=61521 vsize=1841344 memory=1631480 CPUtime=4.57 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 76 0 0 0 146 311 0 0 20 0 2 0 61750613 1885536256 385735 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1841344 KiB
Current children cumulated memory: 1542940 KiB

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

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

# cumulated CPU time of all completed processes:  user=3473.1 s, system=127.021 s

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

[startup+3605.5 s]
/proc/loadavg: 2.38 3.63 3.95 2/233 61792
/proc/meminfo: memFree=127550484/131382120 swapFree=33010160/33010684
[pid=61524] ppid=61521 vsize=1841344 memory=1542940 CPUtime=3600.09 cores=0,2
/proc/61524/stat : 61524 (ipbhs_gurobi) R 61521 61524 60682 0 -1 4194304 2691716 0 0 0 347309 12700 0 0 20 0 2 0 61750543 1885536256 385735 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
/proc/61524/statm: 460336 385735 3776 641 0 442819 0
[pid=61524/tid=61526] ppid=61521 vsize=1841344 memory=1631480 CPUtime=4.57 cores=0,2
/proc/61524/task/61526/stat : 61526 (ipbhs_gurobi) S 61521 61524 60682 0 -1 4194368 76 0 0 0 146 311 0 0 20 0 2 0 61750613 1885536256 385735 18446744073709551615 94229754200064 94229756825117 140720803412832 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94229757443992 94229757476954 94229778223104 140720803416479 140720803416583 140720803416583 140720803422185 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 1841344 KiB
Current children cumulated memory: 1542940 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.52
CPU time (s): 3600.12
CPU user time (s): 3473.1
CPU system time (s): 127.021
CPU usage (%): 99.8502
Max. virtual memory (cumulated for all children) (KiB): 2655792
Max. memory (cumulated for all children) (KiB): 1878988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3473.1
system time used= 127.021
maximum resident set size= 1878988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2691716
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= 357585
involuntary context switches= 7946


# summary of solver processes directly reported to runsolver:
#   pid: 61524
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3473.1
#   total CPU system time (s): 127.021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.435 second user time and 34.8945 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 14:51:54
IDJOB=4504234
IDBENCH=155650
IDSOLVER=3333
FILE ID=nodeC008/4504234-1751460714
RUNJOBID= nodeC008-1751453447-60692
SLURM_JOB_ID= 9598441
Free space on /tmp= 432644 MiB

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

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

MD5SUM BENCH= 22685a6d8447b8be1a49f22723e48d9b
RANDOM SEED=513747023

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.198
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		: 3661.612
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.470
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		: 1197.841
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		: 3629.676
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		: 3661.584
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		: 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 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		: 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 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:        127158480 kB
MemAvailable:   128090972 kB
Buffers:            2144 kB
Cached:          1729324 kB
SwapCached:           16 kB
Active:          2159328 kB
Inactive:        1499208 kB
Active(anon):    1908384 kB
Inactive(anon):    36604 kB
Active(file):     250944 kB
Inactive(file):  1462604 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62100 kB
Writeback:             0 kB
AnonPages:       1929396 kB
Mapped:           118560 kB
Shmem:             17920 kB
KReclaimable:     117144 kB
Slab:             200884 kB
SReclaimable:     117144 kB
SUnreclaim:        83740 kB
KernelStack:        4080 kB
PageTables:         6968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2344844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1570816 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= 432764 MiB
End job on nodeC008 at 2025-07-02 15:52:00