Trace number 4503046

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.1 3609.88

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark3585.25
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
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 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:36:14), compiled with satsolvers: , optimizers: , GreedyOptimizer, SCIP 10.0.0, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "scip"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
2.48/2.54	c limit for coefficient in constraints and objective to 1000000000
2.48/2.54	c will solve HOME/instance-4503046-1751432266.opb
2.48/2.54	c [0.01] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (39946 MiB free)
  memory of node 1: 64507 MiB (57350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503046-1751432266/watcher-4503046-1751432266 -o /tmp/evaluation-result-4503046-1751432266/solver-4503046-1751432266 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751428542-66635 --watchdog 3760 ./ipbhs_scip HOME/instance-4503046-1751432266.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100067 s]*
/proc/loadavg: 4.15 4.15 4.10 5/263 67191
/proc/meminfo: memFree=99238764/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=2090916 memory=421176 CPUtime=0.09 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 678 0 0 0 1 8 0 0 20 0 1 0 58906923 2141097984 104782 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 522729 105294 1568 2790 0 516154 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2090916 KiB
Current children cumulated memory: 421176 KiB

[startup+0.205558 s]*
/proc/loadavg: 4.15 4.15 4.10 5/263 67191
/proc/meminfo: memFree=98792300/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=2090916 memory=884024 CPUtime=0.2 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 905 0 0 0 3 17 0 0 20 0 1 0 58906923 2141097984 221006 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 522729 221006 1568 2790 0 516154 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2090916 KiB
Current children cumulated memory: 884024 KiB

[startup+0.305517 s]*
/proc/loadavg: 4.15 4.15 4.10 5/263 67191
/proc/meminfo: memFree=98349932/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=2090916 memory=1328440 CPUtime=0.29 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 1122 0 0 0 4 25 0 0 20 0 1 0 58906923 2141097984 332110 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 522729 332110 1568 2790 0 516154 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 2090916 KiB
Current children cumulated memory: 1328440 KiB

[startup+0.700158 s]
/proc/loadavg: 4.15 4.15 4.10 5/263 67191
/proc/meminfo: memFree=97600364/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=2119132 memory=2084948 CPUtime=0.68 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 9044 0 0 0 28 40 0 0 20 0 1 0 58906923 2169991168 521237 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 529783 521237 1568 2790 0 523208 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2119132 KiB
Current children cumulated memory: 2084948 KiB

[startup+1.50015 s]
/proc/loadavg: 4.15 4.15 4.10 5/263 67191
/proc/meminfo: memFree=97544692/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=2213980 memory=2179732 CPUtime=1.48 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 33230 0 0 0 103 45 0 0 20 0 1 0 58906923 2267115520 544933 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 553495 544933 1568 2790 0 546920 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2213980 KiB
Current children cumulated memory: 2179732 KiB

[startup+3.10529 s]
/proc/loadavg: 4.15 4.15 4.10 5/263 67191
/proc/meminfo: memFree=97089100/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=2444452 memory=2413448 CPUtime=3.08 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 82514 0 0 0 243 65 0 0 20 0 1 0 58906923 2503118848 603362 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 611113 603362 3136 2790 0 604538 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2444452 KiB
Current children cumulated memory: 2413448 KiB

[startup+6.30016 s]
/proc/loadavg: 4.14 4.15 4.10 5/263 67191
/proc/meminfo: memFree=96275160/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=3339684 memory=3297088 CPUtime=6.27 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 273129 0 0 0 526 101 0 0 20 0 1 0 58906923 3419836416 824272 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 834921 824272 3456 2790 0 828346 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3339684 KiB
Current children cumulated memory: 3297088 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.14 4.10 5/263 67191
/proc/meminfo: memFree=94245956/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=5174428 memory=4824644 CPUtime=12.65 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 289776 0 0 0 1132 133 0 0 20 0 1 0 58906923 5298614272 1206161 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1293607 1206161 3488 2790 0 1287032 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 5174428 KiB
Current children cumulated memory: 4824644 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.15 4.10 5/263 67191
/proc/meminfo: memFree=92505932/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6835432 memory=6410252 CPUtime=25.41 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 437730 0 0 0 2350 191 0 0 20 0 1 0 58906923 6999482368 1602563 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1708858 1602563 3680 2790 0 1702283 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 6835432 KiB
Current children cumulated memory: 6410252 KiB

[startup+51.1054 s]
/proc/loadavg: 4.11 4.14 4.10 5/263 67192
/proc/meminfo: memFree=91613728/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6884936 memory=6459112 CPUtime=50.95 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 441452 0 0 0 4902 193 0 0 20 0 1 0 58906923 7050174464 1614778 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1721234 1614778 3680 2790 0 1714659 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 6884936 KiB
Current children cumulated memory: 6459112 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.16 4.11 5/265 67247
/proc/meminfo: memFree=114269772/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6884936 memory=6460136 CPUtime=102.01 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 441920 0 0 0 10007 194 0 0 20 0 1 0 58906923 7050174464 1615034 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1721234 1615034 3680 2790 0 1714659 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 6884936 KiB
Current children cumulated memory: 6460136 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/265 67249
/proc/meminfo: memFree=114206364/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6884936 memory=6460136 CPUtime=161.86 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 442120 0 0 0 15991 195 0 0 20 0 1 0 58906923 7050174464 1615034 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1721234 1615034 3680 2790 0 1714659 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 6884936 KiB
Current children cumulated memory: 6460136 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.14 4.10 5/265 67262
/proc/meminfo: memFree=114597472/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6884936 memory=6460136 CPUtime=221.71 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 442220 0 0 0 21975 196 0 0 20 0 1 0 58906923 7050174464 1615034 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1721234 1615034 3680 2790 0 1714659 0
Current children cumulated CPU time: 221.71 s
Current children cumulated vsize: 6884936 KiB
Current children cumulated memory: 6460136 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.15 4.10 5/265 67268
/proc/meminfo: memFree=114025928/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6895956 memory=6462856 CPUtime=281.55 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 442459 0 0 0 27959 196 0 0 20 0 1 0 58906923 7061458944 1615714 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1723989 1615714 3680 2790 0 1717414 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 6895956 KiB
Current children cumulated memory: 6462856 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.13 4.09 5/265 67270
/proc/meminfo: memFree=113979184/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6895956 memory=6462856 CPUtime=341.38 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 442560 0 0 0 33942 196 0 0 20 0 1 0 58906923 7061458944 1615714 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1723989 1615714 3680 2790 0 1717414 0
Current children cumulated CPU time: 341.38 s
Current children cumulated vsize: 6895956 KiB
Current children cumulated memory: 6462856 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/263 67272
/proc/meminfo: memFree=112298620/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6895956 memory=6462856 CPUtime=401.23 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 442661 0 0 0 39926 197 0 0 20 0 1 0 58906923 7061458944 1615714 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1723989 1615714 3680 2790 0 1717414 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 6895956 KiB
Current children cumulated memory: 6462856 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.13 4.09 6/263 67274
/proc/meminfo: memFree=111503984/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=6895956 memory=6462856 CPUtime=461.08 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 442762 0 0 0 45911 197 0 0 20 0 1 0 58906923 7061458944 1615714 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 1723989 1615714 3680 2790 0 1717414 0
Current children cumulated CPU time: 461.08 s

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

Current children cumulated memory: 7417200 KiB

[startup+2862.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 67425
/proc/meminfo: memFree=105052956/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8038940 memory=7439060 CPUtime=2854.58 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 516539 0 0 0 285137 321 0 0 20 0 1 0 58906923 8231874560 1859765 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2009735 1859765 3680 2790 0 2003160 0
Current children cumulated CPU time: 2854.58 s
Current children cumulated vsize: 8038940 KiB
Current children cumulated memory: 7439060 KiB

[startup+2922.3 s]
/proc/loadavg: 4.16 4.13 4.10 6/262 67427
/proc/meminfo: memFree=101009808/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8047112 memory=7449968 CPUtime=2914.39 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 518594 0 0 0 291116 323 0 0 20 0 1 0 58906923 8240242688 1862492 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2011778 1862492 3680 2790 0 2005203 0
Current children cumulated CPU time: 2914.39 s
Current children cumulated vsize: 8047112 KiB
Current children cumulated memory: 7449968 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 67432
/proc/meminfo: memFree=98140008/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8047112 memory=7449968 CPUtime=2974.22 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 518710 0 0 0 297098 324 0 0 20 0 1 0 58906923 8240242688 1862492 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2011778 1862492 3680 2790 0 2005203 0
Current children cumulated CPU time: 2974.22 s
Current children cumulated vsize: 8047112 KiB
Current children cumulated memory: 7449968 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 67434
/proc/meminfo: memFree=98055156/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8067004 memory=7475580 CPUtime=3034.02 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 521673 0 0 0 303070 332 0 0 20 0 1 0 58906923 8260612096 1868895 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2016751 1868895 3680 2790 0 2010176 0
Current children cumulated CPU time: 3034.02 s
Current children cumulated vsize: 8067004 KiB
Current children cumulated memory: 7475580 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 67436
/proc/meminfo: memFree=97146924/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8067004 memory=7475580 CPUtime=3093.86 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 521693 0 0 0 309053 333 0 0 20 0 1 0 58906923 8260612096 1868895 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2016751 1868895 3680 2790 0 2010176 0
Current children cumulated CPU time: 3093.86 s
Current children cumulated vsize: 8067004 KiB
Current children cumulated memory: 7475580 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/263 67438
/proc/meminfo: memFree=97380556/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8136940 memory=7495404 CPUtime=3153.69 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 523647 0 0 0 315032 337 0 0 20 0 1 0 58906923 8332226560 1873851 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2034235 1873851 3680 2790 0 2027660 0
Current children cumulated CPU time: 3153.69 s
Current children cumulated vsize: 8136940 KiB
Current children cumulated memory: 7495404 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/263 67441
/proc/meminfo: memFree=97364248/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8152648 memory=7529444 CPUtime=3213.54 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 527717 0 0 0 321015 339 0 0 20 0 1 0 58906923 8348311552 1882361 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2038162 1882361 3680 2790 0 2031587 0
Current children cumulated CPU time: 3213.54 s
Current children cumulated vsize: 8152648 KiB
Current children cumulated memory: 7529444 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/262 67443
/proc/meminfo: memFree=97362404/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8152648 memory=7529444 CPUtime=3273.39 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 527866 0 0 0 326999 340 0 0 20 0 1 0 58906923 8348311552 1882361 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2038162 1882361 3680 2790 0 2031587 0
Current children cumulated CPU time: 3273.39 s
Current children cumulated vsize: 8152648 KiB
Current children cumulated memory: 7529444 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/263 67450
/proc/meminfo: memFree=97315444/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8172176 memory=7549216 CPUtime=3333.23 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 530063 0 0 0 332975 348 0 0 20 0 1 0 58906923 8368308224 1887304 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2043044 1887304 3680 2790 0 2036469 0
Current children cumulated CPU time: 3333.23 s
Current children cumulated vsize: 8172176 KiB
Current children cumulated memory: 7549216 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.14 4.10 5/263 67452
/proc/meminfo: memFree=97334624/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8173808 memory=7550752 CPUtime=3393.08 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 530613 0 0 0 338959 349 0 0 20 0 1 0 58906923 8369979392 1887688 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2043452 1887688 3680 2790 0 2036877 0
Current children cumulated CPU time: 3393.08 s
Current children cumulated vsize: 8173808 KiB
Current children cumulated memory: 7550752 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.19 4.12 5/263 67454
/proc/meminfo: memFree=97629304/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8173808 memory=7550752 CPUtime=3452.92 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 530765 0 0 0 344943 349 0 0 20 0 1 0 58906923 8369979392 1887688 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2043452 1887688 3680 2790 0 2036877 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 8173808 KiB
Current children cumulated memory: 7550752 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.20 4.12 5/263 67501
/proc/meminfo: memFree=98736008/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8189588 memory=7568860 CPUtime=3512.76 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 533583 0 0 0 350919 357 0 0 20 0 1 0 58906923 8386138112 1892215 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2047397 1892215 3680 2790 0 2040822 0
Current children cumulated CPU time: 3512.76 s
Current children cumulated vsize: 8189588 KiB
Current children cumulated memory: 7568860 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.18 4.12 5/263 67505
/proc/meminfo: memFree=99088624/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8189588 memory=7568860 CPUtime=3572.59 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 533727 0 0 0 356901 358 0 0 20 0 1 0 58906923 8386138112 1892215 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2047397 1892215 3680 2790 0 2040822 0
Current children cumulated CPU time: 3572.59 s
Current children cumulated vsize: 8189588 KiB
Current children cumulated memory: 7568860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.15 4.18 4.12 5/263 67506
/proc/meminfo: memFree=99829160/131250000 swapFree=33010684/33010684
[pid=67190] ppid=67187 vsize=8189588 memory=7568988 CPUtime=3600.01 cores=4,6
/proc/67190/stat : 67190 (ipbhs_scip) R 67187 67190 66624 0 -1 4194304 533744 0 0 0 359643 358 0 0 20 0 1 0 58906923 8386138112 1892247 18446744073709551615 94169213444096 94169224870493 140733042048224 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 94169227006168 94169227051186 94169256677376 140733042055570 140733042055689 140733042055689 140733042061291 0
/proc/67190/statm: 2047397 1892247 3680 2790 0 2040822 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 8189588 KiB
Current children cumulated memory: 7568988 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.43 s, system=3.66527 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.88
CPU time (s): 3600.1
CPU user time (s): 3596.43
CPU system time (s): 3.66527
CPU usage (%): 99.729
Max. virtual memory (cumulated for all children) (KiB): 8228612
Max. memory (cumulated for all children) (KiB): 7568988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.43
system time used= 3.66527
maximum resident set size= 7575772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 533744
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= 70
involuntary context switches= 1907


# summary of solver processes directly reported to runsolver:
#   pid: 67190
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3596.43
#   total CPU system time (s): 3.66527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.65653 second user time and 16.1066 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-02 06:57:47
IDJOB=4503046
IDBENCH=155404
IDSOLVER=3335
FILE ID=nodeC013/4503046-1751432266
RUNJOBID= nodeC013-1751428542-66635
SLURM_JOB_ID= 9598364
Free space on /tmp= 431828 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_11_shg.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503046-1751432266/watcher-4503046-1751432266 -o /tmp/evaluation-result-4503046-1751432266/solver-4503046-1751432266 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751428542-66635 --watchdog 3760  ./ipbhs_scip HOME/instance-4503046-1751432266.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=100709076

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        99632736 kB
MemAvailable:   101283688 kB
Buffers:            3280 kB
Cached:          2449816 kB
SwapCached:            0 kB
Active:         28739140 kB
Inactive:        2204896 kB
Active(anon):   28504224 kB
Inactive(anon):        0 kB
Active(file):     234916 kB
Inactive(file):  2204896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            118096 kB
Writeback:             4 kB
AnonPages:      28494068 kB
Mapped:           130848 kB
Shmem:             13284 kB
KReclaimable:     100356 kB
Slab:             188952 kB
SReclaimable:     100356 kB
SUnreclaim:        88596 kB
KernelStack:        4240 kB
PageTables:        59952 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   32710916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8976384 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432372 MiB
End job on nodeC013 at 2025-07-02 07:57:57