Trace number 4522214

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

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-scpm1.opb
MD5SUM440d9fa41be3ec48b597f135b494ae2c
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 benchmark562
Best CPU time to get the best result obtained on this benchmark3587.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500000
Total number of constraints5000
Number of constraints which are clauses5000
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 constraint1130
Maximum length of a constraint1375
Number of terms in the objective function 500000
Biggest coefficient in the objective function 100
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 25254186
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 100
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 25254186
Number of bits of the biggest sum of numbers25
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
6.56/6.61	c limit for coefficient in constraints and objective to 1000000000
6.56/6.61	c will solve HOME/instance-4522214-1751595922.opb
6.56/6.61	c [0.41] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522214-1751595922/watcher-4522214-1751595922 -o /tmp/evaluation-result-4522214-1751595922/solver-4522214-1751595922 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751595922-81657 --watchdog 3760 ./ipbhs_scip HOME/instance-4522214-1751595922.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
Current StackSize limit: 8192 KiB

solver pid=81715, runsolver pid=81712

[startup+0.100096 s]*
/proc/loadavg: 1.36 1.22 1.51 5/253 81716
/proc/meminfo: memFree=127472264/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=335192 memory=300620 CPUtime=0.09 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1982 0 0 0 2 7 0 0 20 0 1 0 75271282 343236608 75155 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 83798 75155 1568 2790 0 77223 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 335192 KiB
Current children cumulated memory: 300620 KiB

[startup+0.213727 s]*
/proc/loadavg: 1.36 1.22 1.51 5/253 81716
/proc/meminfo: memFree=127424320/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=357108 memory=319684 CPUtime=0.21 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 6486 0 0 0 13 8 0 0 20 0 1 0 75271282 365678592 79921 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 89277 79921 1568 2790 0 82702 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 357108 KiB
Current children cumulated memory: 319684 KiB

[startup+0.313575 s]*
/proc/loadavg: 1.36 1.22 1.51 5/253 81716
/proc/meminfo: memFree=127412412/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=382564 memory=337520 CPUtime=0.31 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 9408 0 0 0 22 9 0 0 20 0 1 0 75271282 391745536 84380 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 95641 84380 1568 2790 0 89066 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 382564 KiB
Current children cumulated memory: 337520 KiB

[startup+0.700312 s]
/proc/loadavg: 1.36 1.22 1.51 5/253 81716
/proc/meminfo: memFree=127323764/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=404100 memory=367140 CPUtime=0.69 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 14266 0 0 0 58 11 0 0 20 0 1 0 75271282 413798400 91785 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 101025 91785 1568 2790 0 94450 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 404100 KiB
Current children cumulated memory: 367140 KiB

[startup+1.50028 s]
/proc/loadavg: 1.36 1.22 1.51 5/253 81716
/proc/meminfo: memFree=127259496/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=446644 memory=398372 CPUtime=1.48 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 22089 0 0 0 135 13 0 0 20 0 1 0 75271282 457363456 99593 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 111661 99593 1568 2790 0 105086 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 446644 KiB
Current children cumulated memory: 398372 KiB

[startup+3.11305 s]
/proc/loadavg: 1.57 1.27 1.53 5/253 81716
/proc/meminfo: memFree=127051348/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=546756 memory=471972 CPUtime=3.09 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 40466 0 0 0 292 17 0 0 20 0 1 0 75271282 559878144 117993 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 136689 117993 1568 2790 0 130114 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 546756 KiB
Current children cumulated memory: 471972 KiB

[startup+6.3003 s]
/proc/loadavg: 1.57 1.27 1.53 5/253 81716
/proc/meminfo: memFree=126470768/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=1422396 memory=1333020 CPUtime=6.27 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 214230 0 0 0 580 47 0 0 20 0 1 0 75271282 1456533504 333223 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 355599 333223 3136 2790 0 349024 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1422396 KiB
Current children cumulated memory: 1333020 KiB

[startup+12.7003 s]
/proc/loadavg: 1.77 1.31 1.54 5/253 81716
/proc/meminfo: memFree=124418160/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=3226376 memory=3066312 CPUtime=12.65 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 640183 0 0 0 1150 115 0 0 20 0 1 0 75271282 3303809024 766578 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 806594 766578 3424 2790 0 800019 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3226376 KiB
Current children cumulated memory: 3066312 KiB

[startup+25.5003 s]
/proc/loadavg: 2.33 1.46 1.59 5/253 81717
/proc/meminfo: memFree=123942008/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=3473596 memory=3288756 CPUtime=25.42 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 652470 0 0 0 2421 121 0 0 20 0 1 0 75271282 3556962304 822189 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 868399 822189 3456 2790 0 861824 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3473596 KiB
Current children cumulated memory: 3288756 KiB

[startup+51.113 s]
/proc/loadavg: 2.90 1.67 1.65 5/253 81717
/proc/meminfo: memFree=122405288/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5064436 memory=4660912 CPUtime=50.95 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 877929 0 0 0 4909 186 0 0 20 0 1 0 75271282 5185982464 1165228 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1266109 1165228 3616 2790 0 1259534 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 5064436 KiB
Current children cumulated memory: 4660912 KiB

[startup+102.3 s]
/proc/loadavg: 3.57 2.04 1.78 5/252 81719
/proc/meminfo: memFree=122378124/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5064436 memory=4660912 CPUtime=102 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 878023 0 0 0 10011 189 0 0 20 0 1 0 75271282 5185982464 1165228 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1266109 1165228 3616 2790 0 1259534 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 5064436 KiB
Current children cumulated memory: 4660912 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.43 1.93 5/252 81721
/proc/meminfo: memFree=122200432/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5064436 memory=4661040 CPUtime=161.82 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 878200 0 0 0 15992 190 0 0 20 0 1 0 75271282 5185982464 1165260 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1266109 1165260 3616 2790 0 1259534 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 5064436 KiB
Current children cumulated memory: 4661040 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.73 2.07 5/251 81725
/proc/meminfo: memFree=122097060/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5072080 memory=4668780 CPUtime=221.65 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 878731 0 0 0 21974 191 0 0 20 0 1 0 75271282 5193809920 1167195 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1268020 1167195 3616 2790 0 1261445 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 5072080 KiB
Current children cumulated memory: 4668780 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.00 2.21 5/251 81727
/proc/meminfo: memFree=122041236/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5093008 memory=4685152 CPUtime=281.47 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 879248 0 0 0 27956 191 0 0 20 0 1 0 75271282 5215240192 1171288 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1273252 1171288 3616 2790 0 1266677 0
Current children cumulated CPU time: 281.47 s
Current children cumulated vsize: 5093008 KiB
Current children cumulated memory: 4685152 KiB

[startup+342.3 s]
/proc/loadavg: 4.10 3.20 2.33 5/249 81729
/proc/meminfo: memFree=121962580/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5105404 memory=4697060 CPUtime=341.32 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 879807 0 0 0 33939 193 0 0 20 0 1 0 75271282 5227933696 1174265 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1276351 1174265 3616 2790 0 1269776 0
Current children cumulated CPU time: 341.32 s
Current children cumulated vsize: 5105404 KiB
Current children cumulated memory: 4697060 KiB

[startup+402.3 s]
/proc/loadavg: 4.19 3.39 2.45 5/249 81731
/proc/meminfo: memFree=121894732/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5132676 memory=4722580 CPUtime=401.15 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 881179 0 0 0 39921 194 0 0 20 0 1 0 75271282 5255860224 1180645 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1283169 1180645 3616 2790 0 1276594 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 5132676 KiB
Current children cumulated memory: 4722580 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 3.52 2.55 5/250 81738
/proc/meminfo: memFree=121738572/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=5161096 memory=4744248 CPUtime=460.99 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 881995 0 0 0 45904 195 0 0 20 0 1 0 75271282 5284962304 1186062 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1290274 1186062 3616 2790 0 1283699 0
Current children cumulated CPU time: 460.99 s

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

Current children cumulated memory: 6756088 KiB

[startup+2862.3 s]
/proc/loadavg: 4.14 4.27 4.15 5/250 81864
/proc/meminfo: memFree=118101792/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7083400 memory=6772572 CPUtime=2854.52 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1366356 0 0 0 285049 403 0 0 20 0 1 0 75271282 7253401600 1693143 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1770850 1693143 3648 2790 0 1764275 0
Current children cumulated CPU time: 2854.52 s
Current children cumulated vsize: 7083400 KiB
Current children cumulated memory: 6772572 KiB

[startup+2922.3 s]
/proc/loadavg: 4.18 4.25 4.15 5/250 81866
/proc/meminfo: memFree=118033228/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7083400 memory=6774684 CPUtime=2914.36 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1366558 0 0 0 291032 404 0 0 20 0 1 0 75271282 7253401600 1693671 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1770850 1693671 3648 2790 0 1764275 0
Current children cumulated CPU time: 2914.36 s
Current children cumulated vsize: 7083400 KiB
Current children cumulated memory: 6774684 KiB

[startup+2982.3 s]
/proc/loadavg: 4.25 4.25 4.16 5/251 81869
/proc/meminfo: memFree=118020848/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7083400 memory=6777040 CPUtime=2974.2 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1366791 0 0 0 297015 405 0 0 20 0 1 0 75271282 7253401600 1694260 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1770850 1694260 3648 2790 0 1764275 0
Current children cumulated CPU time: 2974.2 s
Current children cumulated vsize: 7083400 KiB
Current children cumulated memory: 6777040 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.23 4.16 5/251 81871
/proc/meminfo: memFree=117958760/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7124256 memory=6801520 CPUtime=3034.04 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1367341 0 0 0 302997 407 0 0 20 0 1 0 75271282 7295238144 1700380 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1781064 1700380 3648 2790 0 1774489 0
Current children cumulated CPU time: 3034.04 s
Current children cumulated vsize: 7124256 KiB
Current children cumulated memory: 6801520 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.20 4.15 5/251 81873
/proc/meminfo: memFree=117944020/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7124256 memory=6801520 CPUtime=3093.88 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1367486 0 0 0 308981 407 0 0 20 0 1 0 75271282 7295238144 1700380 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1781064 1700380 3648 2790 0 1774489 0
Current children cumulated CPU time: 3093.88 s
Current children cumulated vsize: 7124256 KiB
Current children cumulated memory: 6801520 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.19 4.15 5/250 81875
/proc/meminfo: memFree=117917572/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7124256 memory=6805620 CPUtime=3153.73 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1367671 0 0 0 314965 408 0 0 20 0 1 0 75271282 7295238144 1701405 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1781064 1701405 3648 2790 0 1774489 0
Current children cumulated CPU time: 3153.73 s
Current children cumulated vsize: 7124256 KiB
Current children cumulated memory: 6805620 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.17 4.15 5/251 81880
/proc/meminfo: memFree=117835152/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7124256 memory=6805620 CPUtime=3213.57 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1367864 0 0 0 320948 409 0 0 20 0 1 0 75271282 7295238144 1701405 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1781064 1701405 3648 2790 0 1774489 0
Current children cumulated CPU time: 3213.57 s
Current children cumulated vsize: 7124256 KiB
Current children cumulated memory: 6805620 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.15 4.14 5/251 81882
/proc/meminfo: memFree=117831116/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7124256 memory=6806516 CPUtime=3273.4 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1368052 0 0 0 326930 410 0 0 20 0 1 0 75271282 7295238144 1701629 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1781064 1701629 3648 2790 0 1774489 0
Current children cumulated CPU time: 3273.4 s
Current children cumulated vsize: 7124256 KiB
Current children cumulated memory: 6806516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.15 4.14 5/251 81884
/proc/meminfo: memFree=117788236/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7124256 memory=6806516 CPUtime=3333.25 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1368228 0 0 0 332914 411 0 0 20 0 1 0 75271282 7295238144 1701629 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1781064 1701629 3648 2790 0 1774489 0
Current children cumulated CPU time: 3333.25 s
Current children cumulated vsize: 7124256 KiB
Current children cumulated memory: 6806516 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.14 4.13 5/251 81886
/proc/meminfo: memFree=117727708/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7137948 memory=6822352 CPUtime=3393.09 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1368646 0 0 0 338898 411 0 0 20 0 1 0 75271282 7309258752 1705588 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1784487 1705588 3648 2790 0 1777912 0
Current children cumulated CPU time: 3393.09 s
Current children cumulated vsize: 7137948 KiB
Current children cumulated memory: 6822352 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.14 4.13 5/251 81892
/proc/meminfo: memFree=117696420/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7137948 memory=6823248 CPUtime=3452.94 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1368834 0 0 0 344882 412 0 0 20 0 1 0 75271282 7309258752 1705812 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1784487 1705812 3648 2790 0 1777912 0
Current children cumulated CPU time: 3452.94 s
Current children cumulated vsize: 7137948 KiB
Current children cumulated memory: 6823248 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.13 4.13 5/251 81894
/proc/meminfo: memFree=117623096/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7157340 memory=6843872 CPUtime=3512.78 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1372804 0 0 0 350865 413 0 0 20 0 1 0 75271282 7329116160 1710968 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1789335 1710968 3648 2790 0 1782760 0
Current children cumulated CPU time: 3512.78 s
Current children cumulated vsize: 7157340 KiB
Current children cumulated memory: 6843872 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/250 81896
/proc/meminfo: memFree=117552948/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7248736 memory=6890456 CPUtime=3572.61 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1374843 0 0 0 356846 415 0 0 20 0 1 0 75271282 7422705664 1722614 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1812184 1722614 3680 2790 0 1805609 0
Current children cumulated CPU time: 3572.61 s
Current children cumulated vsize: 7248736 KiB
Current children cumulated memory: 6890456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.11 4.12 4.12 5/246 81905
/proc/meminfo: memFree=119319708/131382120 swapFree=33010416/33010684
[pid=81715] ppid=81712 vsize=7248736 memory=6890456 CPUtime=3600.03 cores=1,3
/proc/81715/stat : 81715 (ipbhs_scip) R 81712 81715 81645 0 -1 4194304 1374877 0 0 0 359587 416 0 0 20 0 1 0 75271282 7422705664 1722614 18446744073709551615 94339215601664 94339227028061 140724595627696 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 94339229163736 94339229208754 94339253915648 140724595636626 140724595636745 140724595636745 140724595642347 0
/proc/81715/statm: 1812184 1722614 3680 2790 0 1805609 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 7248736 KiB
Current children cumulated memory: 6890456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.87 s, system=4.26547 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.9
CPU time (s): 3600.14
CPU user time (s): 3595.87
CPU system time (s): 4.26547
CPU usage (%): 99.7294
Max. virtual memory (cumulated for all children) (KiB): 7248736
Max. memory (cumulated for all children) (KiB): 6890456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.87
system time used= 4.26547
maximum resident set size= 6890456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1374877
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= 74
involuntary context switches= 1703


# summary of solver processes directly reported to runsolver:
#   pid: 81715
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3595.87
#   total CPU system time (s): 4.26547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6738 second user time and 34.3144 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-04 04:25:24
IDJOB=4522214
IDBENCH=178648
IDSOLVER=3335
FILE ID=nodeC002/4522214-1751595922
RUNJOBID= nodeC002-1751595922-81657
SLURM_JOB_ID= 9598862
Free space on /tmp= 432412 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-scpm1.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522214-1751595922/watcher-4522214-1751595922 -o /tmp/evaluation-result-4522214-1751595922/solver-4522214-1751595922 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751595922-81657 --watchdog 3760  ./ipbhs_scip HOME/instance-4522214-1751595922.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= 440d9fa41be3ec48b597f135b494ae2c
RANDOM SEED=1664786214

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        127819228 kB
MemAvailable:   128899764 kB
Buffers:            2128 kB
Cached:          1885032 kB
SwapCached:           28 kB
Active:          1361068 kB
Inactive:        1581932 kB
Active(anon):    1067380 kB
Inactive(anon):     6404 kB
Active(file):     293688 kB
Inactive(file):  1575528 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            356272 kB
Writeback:             4 kB
AnonPages:       1059004 kB
Mapped:           133812 kB
Shmem:             17932 kB
KReclaimable:     101896 kB
Slab:             186984 kB
SReclaimable:     101896 kB
SUnreclaim:        85088 kB
KernelStack:        4080 kB
PageTables:         4836 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    1453652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432348 MiB
End job on nodeC002 at 2025-07-04 05:25:35