Trace number 4521890

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.14 3603.97

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
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 benchmark1540
Best CPU time to get the best result obtained on this benchmark1304.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c 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
14.86/14.99	c limit for coefficient in constraints and objective to 1000000000
14.86/14.99	c will solve HOME/instance-4521890-1751576229.opb
14.86/14.99	c [3.26] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (61495 MiB free)
  memory of node 1: 64507 MiB (61543 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521890-1751576229/watcher-4521890-1751576229 -o /tmp/evaluation-result-4521890-1751576229/solver-4521890-1751576229 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751570052-85953 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4521890-1751576229.opb --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100104 s]*
/proc/loadavg: 4.11 4.11 4.09 5/254 87467
/proc/meminfo: memFree=125869172/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=379668 memory=176588 CPUtime=0.1 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 7195 0 0 0 4 6 0 0 20 0 1 0 73302775 388780032 44147 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 94917 44147 1600 641 0 79674 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 379668 KiB
Current children cumulated memory: 176588 KiB

[startup+0.213237 s]*
/proc/loadavg: 4.11 4.11 4.09 5/254 87467
/proc/meminfo: memFree=125791348/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=308336 memory=194400 CPUtime=0.21 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 7320 0 0 0 13 8 0 0 20 0 1 0 73302775 315736064 48600 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 77084 48600 1600 641 0 61841 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 308336 KiB
Current children cumulated memory: 194400 KiB

[startup+0.313037 s]*
/proc/loadavg: 4.11 4.11 4.09 5/254 87467
/proc/meminfo: memFree=125791348/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=312116 memory=198168 CPUtime=0.31 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 7754 0 0 0 23 8 0 0 20 0 1 0 73302775 319606784 49542 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 78029 49542 1600 641 0 62786 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 312116 KiB
Current children cumulated memory: 198168 KiB

[startup+0.700301 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 87467
/proc/meminfo: memFree=125767408/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=355764 memory=241440 CPUtime=0.68 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 17568 0 0 0 57 11 0 0 20 0 1 0 73302775 364302336 60360 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 88941 60360 1600 641 0 73698 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 355764 KiB
Current children cumulated memory: 241440 KiB

[startup+1.50028 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 87467
/proc/meminfo: memFree=125727088/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=474276 memory=359832 CPUtime=1.48 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 40022 0 0 0 133 15 0 0 20 0 1 0 73302775 485658624 89958 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 118569 89958 1600 641 0 103326 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 474276 KiB
Current children cumulated memory: 359832 KiB

[startup+3.11284 s]
/proc/loadavg: 4.11 4.11 4.09 5/254 87467
/proc/meminfo: memFree=125452020/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=663956 memory=549484 CPUtime=3.08 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 75178 0 0 0 285 23 0 0 20 0 1 0 73302775 679890944 137371 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 165989 137371 1600 641 0 150746 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 663956 KiB
Current children cumulated memory: 549484 KiB

[startup+6.30027 s]
/proc/loadavg: 4.10 4.11 4.09 5/254 87467
/proc/meminfo: memFree=124558080/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=1725808 memory=1567320 CPUtime=6.26 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 146310 0 0 0 567 59 0 0 20 0 1 0 73302775 1767227392 391830 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 431452 391830 1696 641 0 416209 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1725808 KiB
Current children cumulated memory: 1567320 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.11 4.09 5/255 87468
/proc/meminfo: memFree=122587348/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=4033096 memory=3536272 CPUtime=12.66 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 233444 0 0 0 1119 147 0 0 20 0 2 0 73302775 4129890304 884068 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1008274 884068 2240 641 0 990757 0
[pid=87466/tid=87468] ppid=87463 vsize=4033096 memory=3204384 CPUtime=0 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 73303925 4129890304 884068 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4033096 KiB
Current children cumulated memory: 3536272 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.12 4.09 5/255 87468
/proc/meminfo: memFree=120625852/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6141332 memory=5344716 CPUtime=25.44 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 364863 0 0 0 2195 349 0 0 20 0 2 0 73302775 6288723968 1336179 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1535333 1336179 2912 641 0 1517816 0
[pid=87466/tid=87468] ppid=87463 vsize=6141332 memory=5311928 CPUtime=0.01 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 4 0 0 0 0 1 0 0 20 0 2 0 73303925 6288723968 1336179 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 6141332 KiB
Current children cumulated memory: 5344716 KiB

[startup+51.1131 s]
/proc/loadavg: 4.16 4.12 4.09 5/255 87469
/proc/meminfo: memFree=120621848/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6214672 memory=5365796 CPUtime=51.05 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 622719 0 0 0 4136 969 0 0 20 0 2 0 73302775 6363824128 1341449 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1553668 1341449 2912 641 0 1536151 0
[pid=87466/tid=87468] ppid=87463 vsize=6214672 memory=5354420 CPUtime=0.06 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 7 0 0 0 2 4 0 0 20 0 2 0 73303925 6363824128 1341449 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 51.05 s
Current children cumulated vsize: 6214672 KiB
Current children cumulated memory: 5365796 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/254 87516
/proc/meminfo: memFree=118501628/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6171684 memory=5347512 CPUtime=102.2 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 1117539 0 0 0 7888 2332 0 0 20 0 2 0 73302775 6319804416 1336878 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1542921 1336878 2944 641 0 1525404 0
[pid=87466/tid=87468] ppid=87463 vsize=6171684 memory=5392548 CPUtime=0.15 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 9 0 0 0 4 11 0 0 20 0 2 0 73303925 6319804416 1336878 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 102.2 s
Current children cumulated vsize: 6171684 KiB
Current children cumulated memory: 5347512 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/254 87519
/proc/meminfo: memFree=118489064/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6224464 memory=5420752 CPUtime=162.15 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 1598661 0 0 0 12160 4055 0 0 20 0 2 0 73302775 6373851136 1355188 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1556116 1355188 2944 641 0 1538599 0
[pid=87466/tid=87468] ppid=87463 vsize=6224464 memory=5412164 CPUtime=0.25 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 10 0 0 0 7 18 0 0 20 0 2 0 73303925 6373851136 1355188 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 162.15 s
Current children cumulated vsize: 6224464 KiB
Current children cumulated memory: 5420752 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/254 87521
/proc/meminfo: memFree=118460368/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6236464 memory=5432772 CPUtime=222.1 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 2029429 0 0 0 16309 5901 0 0 20 0 2 0 73302775 6386139136 1358193 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1559116 1358193 2944 641 0 1541599 0
[pid=87466/tid=87468] ppid=87463 vsize=6236464 memory=5432772 CPUtime=0.36 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 12 0 0 0 11 25 0 0 20 0 2 0 73303925 6386139136 1358193 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 222.1 s
Current children cumulated vsize: 6236464 KiB
Current children cumulated memory: 5432772 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/255 87535
/proc/meminfo: memFree=118411816/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6264696 memory=5460984 CPUtime=282.05 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 2394226 0 0 0 20380 7825 0 0 20 0 2 0 73302775 6415048704 1365246 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1566174 1365246 2944 641 0 1548657 0
[pid=87466/tid=87468] ppid=87463 vsize=6264696 memory=18816 CPUtime=0.45 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 13 0 0 0 14 31 0 0 20 0 2 0 73303925 6415048704 1365246 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 282.05 s
Current children cumulated vsize: 6264696 KiB
Current children cumulated memory: 5460984 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/255 87537
/proc/meminfo: memFree=118414940/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6272204 memory=5470560 CPUtime=342.01 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 2751919 0 0 0 24401 9800 0 0 20 0 2 0 73302775 6422736896 1367640 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1568051 1367640 2944 641 0 1550534 0
[pid=87466/tid=87468] ppid=87463 vsize=6272204 memory=5466032 CPUtime=0.55 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 15 0 0 0 17 38 0 0 20 0 2 0 73303925 6422736896 1367640 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 342.01 s
Current children cumulated vsize: 6272204 KiB
Current children cumulated memory: 5470560 KiB


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

/proc/meminfo: memFree=117852136/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6602688 memory=5798136 CPUtime=3038.96 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 11805178 0 0 0 187036 116860 0 0 20 0 2 0 73302775 6761152512 1449534 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1650672 1449534 2944 641 0 1633155 0
[pid=87466/tid=87468] ppid=87463 vsize=6602688 memory=5787284 CPUtime=4.5 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 102 0 0 0 126 324 0 0 20 0 2 0 73303925 6761152512 1449534 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3038.96 s
Current children cumulated vsize: 6602688 KiB
Current children cumulated memory: 5798136 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.14 4.13 5/255 87914
/proc/meminfo: memFree=117814548/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6602688 memory=5798136 CPUtime=3098.9 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 11936629 0 0 0 190419 119471 0 0 20 0 2 0 73302775 6761152512 1449534 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1650672 1449534 2944 641 0 1633155 0
[pid=87466/tid=87468] ppid=87463 vsize=6602688 memory=5798156 CPUtime=4.59 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 104 0 0 0 128 331 0 0 20 0 2 0 73303925 6761152512 1449534 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3098.9 s
Current children cumulated vsize: 6602688 KiB
Current children cumulated memory: 5798136 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/255 87916
/proc/meminfo: memFree=117776944/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6602688 memory=5798136 CPUtime=3158.83 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 12101468 0 0 0 193872 122011 0 0 20 0 2 0 73302775 6761152512 1449534 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1650672 1449534 2944 641 0 1633155 0
[pid=87466/tid=87468] ppid=87463 vsize=6602688 memory=5798156 CPUtime=4.67 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 106 0 0 0 130 337 0 0 20 0 2 0 73303925 6761152512 1449534 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3158.83 s
Current children cumulated vsize: 6602688 KiB
Current children cumulated memory: 5798136 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.15 4.13 5/254 87918
/proc/meminfo: memFree=117771952/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6606532 memory=5802064 CPUtime=3218.75 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 12210879 0 0 0 197286 124589 0 0 20 0 2 0 73302775 6765088768 1450516 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1651633 1450516 2944 641 0 1634116 0
[pid=87466/tid=87468] ppid=87463 vsize=6606532 memory=5767276 CPUtime=4.76 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 108 0 0 0 132 344 0 0 20 0 2 0 73303925 6765088768 1450516 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3218.75 s
Current children cumulated vsize: 6606532 KiB
Current children cumulated memory: 5802064 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.17 4.13 5/254 87920
/proc/meminfo: memFree=117739080/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6610552 memory=5806096 CPUtime=3278.68 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 12343734 0 0 0 200711 127157 0 0 20 0 2 0 73302775 6769205248 1451524 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1652638 1451524 2944 641 0 1635121 0
[pid=87466/tid=87468] ppid=87463 vsize=6610552 memory=5805764 CPUtime=4.85 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 111 0 0 0 134 351 0 0 20 0 2 0 73303925 6769205248 1451524 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3278.68 s
Current children cumulated vsize: 6610552 KiB
Current children cumulated memory: 5806096 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.16 4.13 5/255 87923
/proc/meminfo: memFree=117730336/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6614560 memory=5810132 CPUtime=3338.63 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 12467117 0 0 0 204143 129720 0 0 20 0 2 0 73302775 6773309440 1452533 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1653640 1452533 2944 641 0 1636123 0
[pid=87466/tid=87468] ppid=87463 vsize=6614560 memory=5809124 CPUtime=4.93 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 114 0 0 0 137 356 0 0 20 0 2 0 73303925 6773309440 1452533 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3338.63 s
Current children cumulated vsize: 6614560 KiB
Current children cumulated memory: 5810132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.15 4.12 5/255 87925
/proc/meminfo: memFree=117737052/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6618672 memory=5814160 CPUtime=3398.59 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 12588141 0 0 0 207595 132264 0 0 20 0 2 0 73302775 6777520128 1453540 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1654668 1453540 2944 641 0 1637151 0
[pid=87466/tid=87468] ppid=87463 vsize=6618672 memory=5809124 CPUtime=5.02 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 116 0 0 0 140 362 0 0 20 0 2 0 73303925 6777520128 1453540 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3398.59 s
Current children cumulated vsize: 6618672 KiB
Current children cumulated memory: 5814160 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.15 4.12 5/255 87927
/proc/meminfo: memFree=117723780/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6622660 memory=5818196 CPUtime=3458.55 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 12724367 0 0 0 211054 134801 0 0 20 0 2 0 73302775 6781603840 1454549 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1655665 1454549 2944 641 0 1638148 0
[pid=87466/tid=87468] ppid=87463 vsize=6622660 memory=5809124 CPUtime=5.11 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 117 0 0 0 143 368 0 0 20 0 2 0 73303925 6781603840 1454549 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3458.55 s
Current children cumulated vsize: 6622660 KiB
Current children cumulated memory: 5818196 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.15 4.12 5/255 87933
/proc/meminfo: memFree=117705600/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6633592 memory=5829044 CPUtime=3518.51 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 12914800 0 0 0 214452 137399 0 0 20 0 2 0 73302775 6792798208 1457261 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1658398 1457261 2944 641 0 1640881 0
[pid=87466/tid=87468] ppid=87463 vsize=6633592 memory=5829036 CPUtime=5.2 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 119 0 0 0 146 374 0 0 20 0 2 0 73303925 6792798208 1457261 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3518.51 s
Current children cumulated vsize: 6633592 KiB
Current children cumulated memory: 5829044 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.14 4.12 5/254 87935
/proc/meminfo: memFree=117700736/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6633592 memory=5829064 CPUtime=3578.48 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 13041812 0 0 0 217821 140027 0 0 20 0 2 0 73302775 6792798208 1457266 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1658398 1457266 2944 641 0 1640881 0
[pid=87466/tid=87468] ppid=87463 vsize=6633592 memory=11136 CPUtime=5.29 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 120 0 0 0 148 381 0 0 20 0 2 0 73303925 6792798208 1457266 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3578.48 s
Current children cumulated vsize: 6633592 KiB
Current children cumulated memory: 5829064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 4.15 4.14 4.12 5/254 87935
/proc/meminfo: memFree=117664564/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6633592 memory=5829044 CPUtime=3600.07 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 13084731 0 0 0 219037 140970 0 0 20 0 2 0 73302775 6792798208 1457261 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1658398 1457261 2944 641 0 1640881 0
[pid=87466/tid=87468] ppid=87463 vsize=6633592 memory=5829044 CPUtime=5.33 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 122 0 0 0 150 383 0 0 20 0 2 0 73303925 6792798208 1457261 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 6633592 KiB
Current children cumulated memory: 5829044 KiB

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

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

# cumulated CPU time of all completed processes:  user=2190.38 s, system=1409.76 s

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

[startup+3603.9 s]
/proc/loadavg: 4.15 4.14 4.12 5/254 87935
/proc/meminfo: memFree=117664564/131382116 swapFree=33010684/33010684
[pid=87466] ppid=87463 vsize=6633592 memory=5829044 CPUtime=3600.07 cores=1,3
/proc/87466/stat : 87466 (ipbhs_gurobi) R 87463 87466 85941 0 -1 4194304 13084731 0 0 0 219037 140970 0 0 20 0 2 0 73302775 6792798208 1457261 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
/proc/87466/statm: 1658398 1457261 2944 641 0 1640881 0
[pid=87466/tid=87468] ppid=87463 vsize=6633592 memory=5829044 CPUtime=5.33 cores=1,3
/proc/87466/task/87468/stat : 87468 (ipbhs_gurobi) S 87463 87466 85941 0 -1 4194368 122 0 0 0 150 383 0 0 20 0 2 0 73303925 6792798208 1457261 18446744073709551615 94140902522880 94140905147933 140728731001232 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94140905766808 94140905799770 94140906098688 140728731007391 140728731007495 140728731007495 140728731013097 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 6633592 KiB
Current children cumulated memory: 5829044 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3603.97
CPU time (s): 3600.14
CPU user time (s): 2190.38
CPU system time (s): 1409.76
CPU usage (%): 99.8939
Max. virtual memory (cumulated for all children) (KiB): 6746212
Max. memory (cumulated for all children) (KiB): 5859788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2190.38
system time used= 1409.76
maximum resident set size= 5861836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13084731
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= 355723
involuntary context switches= 4934


# summary of solver processes directly reported to runsolver:
#   pid: 87466
#   total CPU time (s): 3600.14
#   total CPU user time (s): 2190.38
#   total CPU system time (s): 1409.76

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4026 second user time and 34.9379 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 22:57:10
IDJOB=4521890
IDBENCH=178517
IDSOLVER=3333
FILE ID=nodeC011/4521890-1751576229
RUNJOBID= nodeC011-1751570052-85953
SLURM_JOB_ID= 9598789
Free space on /tmp= 430244 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521890-1751576229/watcher-4521890-1751576229 -o /tmp/evaluation-result-4521890-1751576229/solver-4521890-1751576229 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751570052-85953 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4521890-1751576229.opb --max-coef 1000000000

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=1436160949

nodeC011 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		: 3691.659
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	: 6984.20
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		: 2295.109
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	: 6984.20
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.416
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	: 6984.20
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.293
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	: 6984.20
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		: 3492.116
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	: 6984.20
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		: 3664.460
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	: 6984.20
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	: 6984.20
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125992680 kB
MemAvailable:   128987008 kB
Buffers:            3276 kB
Cached:          3789948 kB
SwapCached:            0 kB
Active:          1436676 kB
Inactive:        3348304 kB
Active(anon):    1007612 kB
Inactive(anon):     2104 kB
Active(file):     429064 kB
Inactive(file):  3346200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            171704 kB
Writeback:             4 kB
AnonPages:        992384 kB
Mapped:           119248 kB
Shmem:             17960 kB
KReclaimable:     117000 kB
Slab:             202688 kB
SReclaimable:     117000 kB
SUnreclaim:        85688 kB
KernelStack:        4112 kB
PageTables:         5160 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1922380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    643072 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430196 MiB
End job on nodeC011 at 2025-07-03 23:57:15