Trace number 4509318

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-SCIP 2025-06-09? (TO) 3600.17 3609.23

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
MD5SUM1d8b9a75b06fe10625c514168771d7f4
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 benchmark64
Best CPU time to get the best result obtained on this benchmark9.60431
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45696
Total number of constraints1556
Number of constraints which are clauses713
Number of constraints which are cardinality constraints (but not clauses)713
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint714
Number of terms in the objective function 64
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 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 264895
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 587012
Number of bits of the biggest sum of numbers20
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:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "scip"
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.19/0.30	c limit for coefficient in constraints and objective to 1000000000
0.19/0.30	c will solve HOME/instance-4509318-1751523662.opb
0.19/0.30	c [0] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62197 MiB free)
  memory of node 1: 64465 MiB (62469 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509318-1751523662/watcher-4509318-1751523662 -o /tmp/evaluation-result-4509318-1751523662/solver-4509318-1751523662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751523662-74115 --watchdog 3760 ./ipbhs_scip HOME/instance-4509318-1751523662.opb --optimizer scip --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
Starting watchdog thread
solver pid=74161, runsolver pid=74147
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 1.28 3.25 3.80 5/265 74173
/proc/meminfo: memFree=126669436/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=785604 memory=426836 CPUtime=0.09 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 1009 0 0 0 1 8 0 0 20 0 1 0 68042783 804458496 106709 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 196401 106709 1632 2790 0 189826 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 785604 KiB
Current children cumulated memory: 426836 KiB

[startup+0.205822 s]*
/proc/loadavg: 1.28 3.25 3.80 5/265 74173
/proc/meminfo: memFree=125405352/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=793760 memory=759264 CPUtime=0.19 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 3893 0 0 0 5 14 0 0 20 0 1 0 68042783 812810240 189816 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 198440 189816 1632 2790 0 191865 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 793760 KiB
Current children cumulated memory: 759264 KiB

[startup+0.305539 s]*
/proc/loadavg: 1.28 3.25 3.80 5/265 74173
/proc/meminfo: memFree=124496616/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=819124 memory=794272 CPUtime=0.29 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 10790 0 0 0 14 15 0 0 20 0 1 0 68042783 838782976 198568 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 204781 198568 3168 2790 0 198206 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 819124 KiB
Current children cumulated memory: 794272 KiB

[startup+0.700172 s]
/proc/loadavg: 1.28 3.25 3.80 5/265 74173
/proc/meminfo: memFree=123182640/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=823212 memory=799904 CPUtime=0.68 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 11768 0 0 0 50 18 0 0 20 0 1 0 68042783 842969088 199976 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 205803 199976 3616 2790 0 199228 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 823212 KiB
Current children cumulated memory: 799904 KiB

[startup+1.5001 s]
/proc/loadavg: 1.28 3.25 3.80 5/265 74173
/proc/meminfo: memFree=123044028/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=823924 memory=802644 CPUtime=1.48 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 11949 0 0 0 127 21 0 0 20 0 1 0 68042783 843698176 200661 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 205981 200661 3616 2790 0 199406 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 823924 KiB
Current children cumulated memory: 802644 KiB

[startup+3.1053 s]
/proc/loadavg: 1.28 3.25 3.80 5/265 74173
/proc/meminfo: memFree=122998936/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=840284 memory=812596 CPUtime=3.08 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 13936 0 0 0 285 23 0 0 20 0 1 0 68042783 860450816 203149 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 210071 203149 3616 2790 0 203496 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 840284 KiB
Current children cumulated memory: 812596 KiB

[startup+6.30014 s]
/proc/loadavg: 1.50 3.26 3.80 5/265 74173
/proc/meminfo: memFree=122958008/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=860552 memory=838392 CPUtime=6.27 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 16801 0 0 0 596 31 0 0 20 0 1 0 68042783 881205248 209598 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 215138 209598 3616 2790 0 208563 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 860552 KiB
Current children cumulated memory: 838392 KiB

[startup+12.7001 s]
/proc/loadavg: 1.70 3.28 3.80 5/265 74173
/proc/meminfo: memFree=122866716/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=929820 memory=882676 CPUtime=12.65 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 22763 0 0 0 1224 41 0 0 20 0 1 0 68042783 952135680 220669 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 232455 220669 3616 2790 0 225880 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 929820 KiB
Current children cumulated memory: 882676 KiB

[startup+25.5002 s]
/proc/loadavg: 2.34 3.34 3.82 5/265 74173
/proc/meminfo: memFree=122677404/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=975788 memory=928628 CPUtime=25.42 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 34254 0 0 0 2472 70 0 0 20 0 1 0 68042783 999206912 232157 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 243947 232157 3616 2790 0 237372 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 975788 KiB
Current children cumulated memory: 928628 KiB

[startup+51.1053 s]
/proc/loadavg: 2.99 3.41 3.83 5/264 74174
/proc/meminfo: memFree=122272452/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1080852 memory=1021824 CPUtime=50.97 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 48370 0 0 0 4973 124 0 0 20 0 1 0 68042783 1106792448 255456 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 270213 255456 3616 2790 0 263638 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1080852 KiB
Current children cumulated memory: 1021824 KiB

[startup+102.3 s]
/proc/loadavg: 3.64 3.52 3.84 5/264 74175
/proc/meminfo: memFree=121847372/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1217060 memory=1152640 CPUtime=102.04 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 81089 0 0 0 10009 195 0 0 20 0 1 0 68042783 1246269440 288160 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 304265 288160 3616 2790 0 297690 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 1217060 KiB
Current children cumulated memory: 1152640 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 3.63 3.86 5/265 74178
/proc/meminfo: memFree=121249876/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1420208 memory=1307536 CPUtime=161.89 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 109620 0 0 0 15924 265 0 0 20 0 1 0 68042783 1454292992 326884 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 355052 326884 3616 2790 0 348477 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 1420208 KiB
Current children cumulated memory: 1307536 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 3.71 3.88 5/265 74180
/proc/meminfo: memFree=120869024/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1463468 memory=1390276 CPUtime=221.74 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 120617 0 0 0 21855 319 0 0 20 0 1 0 68042783 1498591232 347569 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 365867 347569 3616 2790 0 359292 0
Current children cumulated CPU time: 221.74 s
Current children cumulated vsize: 1463468 KiB
Current children cumulated memory: 1390276 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 3.80 3.90 5/264 74182
/proc/meminfo: memFree=120432988/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1520852 memory=1447364 CPUtime=281.58 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 134900 0 0 0 27743 415 0 0 20 0 1 0 68042783 1557352448 361841 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 380213 361841 3616 2790 0 373638 0
Current children cumulated CPU time: 281.58 s
Current children cumulated vsize: 1520852 KiB
Current children cumulated memory: 1447364 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.85 3.91 5/264 74185
/proc/meminfo: memFree=120057696/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1544820 memory=1471044 CPUtime=341.44 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 140874 0 0 0 33681 463 0 0 20 0 1 0 68042783 1581895680 367761 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 386205 367761 3616 2790 0 379630 0
Current children cumulated CPU time: 341.44 s
Current children cumulated vsize: 1544820 KiB
Current children cumulated memory: 1471044 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.91 3.93 5/264 74187
/proc/meminfo: memFree=119658896/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1753364 memory=1587648 CPUtime=401.29 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 159329 0 0 0 39648 481 0 0 20 0 1 0 68042783 1795444736 396912 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 438341 396912 3616 2790 0 431766 0
Current children cumulated CPU time: 401.29 s
Current children cumulated vsize: 1753364 KiB
Current children cumulated memory: 1587648 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.95 3.94 5/263 74189
/proc/meminfo: memFree=119376940/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=1816272 memory=1655296 CPUtime=461.13 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 170612 0 0 0 45616 497 0 0 20 0 1 0 68042783 1859862528 413824 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 454068 413824 3616 2790 0 447493 0
Current children cumulated CPU time: 461.13 s

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

/proc/74161/statm: 1074801 927164 3616 2790 0 1068226 0
Current children cumulated CPU time: 2855.1 s
Current children cumulated vsize: 4299204 KiB
Current children cumulated memory: 3708656 KiB

[startup+2922.3 s]
/proc/loadavg: 4.07 4.08 4.03 5/265 74319
/proc/meminfo: memFree=110707424/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=4460260 memory=3837168 CPUtime=2914.94 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 620693 0 0 0 289552 1942 0 0 20 0 1 0 68042783 4567306240 959292 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1115065 959292 3616 2790 0 1108490 0
Current children cumulated CPU time: 2914.94 s
Current children cumulated vsize: 4460260 KiB
Current children cumulated memory: 3837168 KiB

[startup+2982.3 s]
/proc/loadavg: 4.14 4.09 4.04 5/265 74321
/proc/meminfo: memFree=110465920/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=4543508 memory=3902960 CPUtime=2974.8 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 637328 0 0 0 295526 1954 0 0 20 0 1 0 68042783 4652552192 975740 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1135877 975740 3616 2790 0 1129302 0
Current children cumulated CPU time: 2974.8 s
Current children cumulated vsize: 4543508 KiB
Current children cumulated memory: 3902960 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/264 74329
/proc/meminfo: memFree=110247692/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=4552412 memory=3910896 CPUtime=3034.65 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 639635 0 0 0 301501 1964 0 0 20 0 1 0 68042783 4661669888 977724 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1138103 977724 3616 2790 0 1131528 0
Current children cumulated CPU time: 3034.65 s
Current children cumulated vsize: 4552412 KiB
Current children cumulated memory: 3910896 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.07 4.03 5/263 74331
/proc/meminfo: memFree=109961312/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=4708940 memory=4046192 CPUtime=3094.5 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 673439 0 0 0 307468 1982 0 0 20 0 1 0 68042783 4821954560 1011548 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1177235 1011548 3616 2790 0 1170660 0
Current children cumulated CPU time: 3094.5 s
Current children cumulated vsize: 4708940 KiB
Current children cumulated memory: 4046192 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/262 74333
/proc/meminfo: memFree=109568056/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=4915800 memory=4354768 CPUtime=3154.34 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 720302 0 0 0 313434 2000 0 0 20 0 1 0 68042783 5033779200 1088692 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1228950 1088692 3616 2790 0 1222375 0
Current children cumulated CPU time: 3154.34 s
Current children cumulated vsize: 4915800 KiB
Current children cumulated memory: 4354768 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.08 4.04 5/263 74336
/proc/meminfo: memFree=109097980/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5233532 memory=4752416 CPUtime=3214.21 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 778309 0 0 0 319401 2020 0 0 20 0 1 0 68042783 5359136768 1188104 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1308383 1188104 3616 2790 0 1301808 0
Current children cumulated CPU time: 3214.21 s
Current children cumulated vsize: 5233532 KiB
Current children cumulated memory: 4752416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.04 5/263 74338
/proc/meminfo: memFree=108805148/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5888532 memory=4952024 CPUtime=3274.06 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 801782 0 0 0 325367 2039 0 0 20 0 1 0 68042783 6029856768 1238006 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1472133 1238006 3616 2790 0 1465558 0
Current children cumulated CPU time: 3274.06 s
Current children cumulated vsize: 5888532 KiB
Current children cumulated memory: 4952024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/264 74341
/proc/meminfo: memFree=108649748/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5888532 memory=4952024 CPUtime=3333.91 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 801971 0 0 0 331346 2045 0 0 20 0 1 0 68042783 6029856768 1238006 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1472133 1238006 3616 2790 0 1465558 0
Current children cumulated CPU time: 3333.91 s
Current children cumulated vsize: 5888532 KiB
Current children cumulated memory: 4952024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.04 5/264 74343
/proc/meminfo: memFree=108326352/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5897712 memory=4958936 CPUtime=3393.76 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 803967 0 0 0 337321 2055 0 0 20 0 1 0 68042783 6039257088 1239734 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1474428 1239734 3616 2790 0 1467853 0
Current children cumulated CPU time: 3393.76 s
Current children cumulated vsize: 5897712 KiB
Current children cumulated memory: 4958936 KiB

[startup+3462.3 s]
/proc/loadavg: 4.36 4.15 4.07 5/264 74345
/proc/meminfo: memFree=107966984/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5969020 memory=5018584 CPUtime=3453.61 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 819174 0 0 0 343295 2066 0 0 20 0 1 0 68042783 6112276480 1254646 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1492255 1254646 3616 2790 0 1485680 0
Current children cumulated CPU time: 3453.61 s
Current children cumulated vsize: 5969020 KiB
Current children cumulated memory: 5018584 KiB

[startup+3522.3 s]
/proc/loadavg: 4.60 4.25 4.11 5/263 74347
/proc/meminfo: memFree=107593136/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5975580 memory=5061080 CPUtime=3513.45 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 830140 0 0 0 349265 2080 0 0 20 0 1 0 68042783 6118993920 1265270 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1493895 1265270 3616 2790 0 1487320 0
Current children cumulated CPU time: 3513.45 s
Current children cumulated vsize: 5975580 KiB
Current children cumulated memory: 5061080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.37 4.25 4.11 5/263 74349
/proc/meminfo: memFree=107301668/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5975580 memory=5061592 CPUtime=3573.3 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 830269 0 0 0 355243 2087 0 0 20 0 1 0 68042783 6118993920 1265398 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1493895 1265398 3616 2790 0 1487320 0
Current children cumulated CPU time: 3573.3 s
Current children cumulated vsize: 5975580 KiB
Current children cumulated memory: 5061592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.24 4.22 4.11 5/264 74358
/proc/meminfo: memFree=107058104/131250000 swapFree=33010672/33010684
[pid=74161] ppid=74147 vsize=5975580 memory=5062872 CPUtime=3600.04 cores=1,3
/proc/74161/stat : 74161 (ipbhs_scip) R 74147 74161 74103 0 -1 4194304 830888 0 0 0 357914 2090 0 0 20 0 1 0 68042783 6118993920 1265718 18446744073709551615 94563030245376 94563041671773 140725579992368 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94563043807448 94563043852466 94563057029120 140725579995538 140725579995657 140725579995657 140725580001259 0
/proc/74161/statm: 1493895 1265718 3616 2790 0 1487320 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 5975580 KiB
Current children cumulated memory: 5062872 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.14 s, system=21.0308 s

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

[startup+3609.2 s]*
/proc/loadavg: 4.22 4.22 4.11 5/264 74358
/proc/meminfo: memFree=109864268/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.23
CPU time (s): 3600.17
CPU user time (s): 3579.14
CPU system time (s): 21.0308
CPU usage (%): 99.7489
Max. virtual memory (cumulated for all children) (KiB): 5975580
Max. memory (cumulated for all children) (KiB): 5062872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.14
system time used= 21.0308
maximum resident set size= 5062872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 830888
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= 140
involuntary context switches= 7370


# summary of solver processes directly reported to runsolver:
#   pid: 74161
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3579.14
#   total CPU system time (s): 21.0308

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.98411 second user time and 16.0706 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-07-03 08:21:02
IDJOB=4509318
IDBENCH=158611
IDSOLVER=3335
FILE ID=nodeC014/4509318-1751523662
RUNJOBID= nodeC014-1751523662-74115
SLURM_JOB_ID= 9598651
Free space on /tmp= 430528 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm99p-opt.opb.negationfix.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509318-1751523662/watcher-4509318-1751523662 -o /tmp/evaluation-result-4509318-1751523662/solver-4509318-1751523662 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751523662-74115 --watchdog 3760  ./ipbhs_scip HOME/instance-4509318-1751523662.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 1d8b9a75b06fe10625c514168771d7f4
RANDOM SEED=558135765

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127663384 kB
MemAvailable:   129761748 kB
Buffers:            2508 kB
Cached:          2893568 kB
SwapCached:            4 kB
Active:           636480 kB
Inactive:        2335404 kB
Active(anon):      90020 kB
Inactive(anon):     3852 kB
Active(file):     546460 kB
Inactive(file):  2331552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            296460 kB
Writeback:             0 kB
AnonPages:         79008 kB
Mapped:           104048 kB
Shmem:             18064 kB
KReclaimable:     119180 kB
Slab:             210140 kB
SReclaimable:     119180 kB
SUnreclaim:        90960 kB
KernelStack:        4024 kB
PageTables:         2720 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     348632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 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:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430248 MiB
End job on nodeC014 at 2025-07-03 09:21:11