Trace number 4490550

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.01 3609.01

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_4.opb
MD5SUMc109c801c35aa8e8336c6dae8cef540e
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 benchmark11
Best CPU time to get the best result obtained on this benchmark3600.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint84
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6154
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490550-1751368094/watcher-4490550-1751368094 -o /tmp/evaluation-result-4490550-1751368094/solver-4490550-1751368094 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751362863-51186 --watchdog 3760 ./ipbhs_scip HOME/instance-4490550-1751368094.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
Linux 5.14.0-503.14.1.el
Current StackSize limit: 8192 KiB

solver pid=52040, runsolver pid=52037

[startup+0.100061 s]*
/proc/loadavg: 4.13 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109273452/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=149736 memory=124892 CPUtime=0.08 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 2474 0 0 0 6 2 0 0 20 0 1 0 52487954 153329664 31223 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 37434 31223 3520 2790 0 30859 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 149736 KiB
Current children cumulated memory: 124892 KiB

[startup+0.205395 s]*
/proc/loadavg: 4.13 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109273452/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=149736 memory=125020 CPUtime=0.18 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 2521 0 0 0 16 2 0 0 20 0 1 0 52487954 153329664 31255 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 37434 31255 3520 2790 0 30859 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 149736 KiB
Current children cumulated memory: 125020 KiB

[startup+0.304657 s]*
/proc/loadavg: 4.13 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109273452/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=149736 memory=125276 CPUtime=0.29 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 2571 0 0 0 26 3 0 0 20 0 1 0 52487954 153329664 31319 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 37434 31319 3520 2790 0 30859 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 149736 KiB
Current children cumulated memory: 125276 KiB

[startup+0.7001 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109273452/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=149736 memory=125660 CPUtime=0.68 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 2681 0 0 0 64 4 0 0 20 0 1 0 52487954 153329664 31415 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 37434 31415 3520 2790 0 30859 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 149736 KiB
Current children cumulated memory: 125660 KiB

[startup+1.5001 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109273452/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=150276 memory=128168 CPUtime=1.47 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 2802 0 0 0 142 5 0 0 20 0 1 0 52487954 153882624 32042 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 37569 32042 3520 2790 0 30994 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 150276 KiB
Current children cumulated memory: 128168 KiB

[startup+3.10505 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109273956/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=151132 memory=128808 CPUtime=3.08 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 2968 0 0 0 301 7 0 0 20 0 1 0 52487954 154759168 32202 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 37783 32202 3520 2790 0 31208 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 151132 KiB
Current children cumulated memory: 128808 KiB

[startup+6.3001 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109274668/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=154568 memory=132008 CPUtime=6.27 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 3260 0 0 0 617 10 0 0 20 0 1 0 52487954 158277632 33002 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 38642 33002 3520 2790 0 32067 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 154568 KiB
Current children cumulated memory: 132008 KiB

[startup+12.7001 s]
/proc/loadavg: 4.10 4.10 4.09 5/263 52041
/proc/meminfo: memFree=109275676/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=155344 memory=132776 CPUtime=12.65 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 3438 0 0 0 1250 15 0 0 20 0 1 0 52487954 159072256 33194 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 38836 33194 3520 2790 0 32261 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 155344 KiB
Current children cumulated memory: 132776 KiB

[startup+25.5001 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 52042
/proc/meminfo: memFree=109277692/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=161340 memory=134312 CPUtime=25.42 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 3835 0 0 0 2519 23 0 0 20 0 1 0 52487954 165212160 33578 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 40335 33578 3520 2790 0 33760 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 161340 KiB
Current children cumulated memory: 134312 KiB

[startup+51.1053 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 52042
/proc/meminfo: memFree=109284208/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=162124 memory=138288 CPUtime=50.96 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 4308 0 0 0 5062 34 0 0 20 0 1 0 52487954 166014976 34572 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 40531 34572 3520 2790 0 33956 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 162124 KiB
Current children cumulated memory: 138288 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 52047
/proc/meminfo: memFree=109268156/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=163688 memory=140208 CPUtime=102.03 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 4729 0 0 0 10151 52 0 0 20 0 1 0 52487954 167616512 35052 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 40922 35052 3520 2790 0 34347 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 163688 KiB
Current children cumulated memory: 140208 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/264 52053
/proc/meminfo: memFree=109272116/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=173172 memory=144304 CPUtime=161.9 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 5615 0 0 0 16115 75 0 0 20 0 1 0 52487954 177328128 36076 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 43293 36076 3520 2790 0 36718 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 173172 KiB
Current children cumulated memory: 144304 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/263 52055
/proc/meminfo: memFree=109271728/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=174452 memory=147520 CPUtime=221.75 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 5937 0 0 0 22077 98 0 0 20 0 1 0 52487954 178638848 36880 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 43613 36880 3520 2790 0 37038 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 174452 KiB
Current children cumulated memory: 147520 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 52057
/proc/meminfo: memFree=109270076/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=175320 memory=150536 CPUtime=281.61 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 6173 0 0 0 28044 117 0 0 20 0 1 0 52487954 179527680 37634 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 43830 37634 3520 2790 0 37255 0
Current children cumulated CPU time: 281.61 s
Current children cumulated vsize: 175320 KiB
Current children cumulated memory: 150536 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/263 52103
/proc/meminfo: memFree=109271576/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=175852 memory=153140 CPUtime=341.47 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 6308 0 0 0 34012 135 0 0 20 0 1 0 52487954 180072448 38285 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 43963 38285 3520 2790 0 37388 0
Current children cumulated CPU time: 341.47 s
Current children cumulated vsize: 175852 KiB
Current children cumulated memory: 153140 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 52105
/proc/meminfo: memFree=109262408/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=176176 memory=153652 CPUtime=401.32 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 6440 0 0 0 39981 151 0 0 20 0 1 0 52487954 180404224 38413 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 44044 38413 3520 2790 0 37469 0
Current children cumulated CPU time: 401.32 s
Current children cumulated vsize: 176176 KiB
Current children cumulated memory: 153652 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/262 52107
/proc/meminfo: memFree=109262268/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=176176 memory=153780 CPUtime=461.17 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 6461 0 0 0 45949 168 0 0 20 0 1 0 52487954 180404224 38445 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 44044 38445 3520 2790 0 37469 0
Current children cumulated CPU time: 461.17 s

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

Current children cumulated memory: 180652 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 52308
/proc/meminfo: memFree=107887592/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=180652 CPUtime=2855.18 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9762 0 0 0 284969 549 0 0 20 0 1 0 52487954 224014336 45163 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 45163 3520 2790 0 48116 0
Current children cumulated CPU time: 2855.18 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 180652 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/263 52310
/proc/meminfo: memFree=107884696/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=180652 CPUtime=2915.02 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9762 0 0 0 290943 559 0 0 20 0 1 0 52487954 224014336 45163 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 45163 3520 2790 0 48116 0
Current children cumulated CPU time: 2915.02 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 180652 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 52312
/proc/meminfo: memFree=107880728/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=182800 CPUtime=2974.86 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9763 0 0 0 296917 569 0 0 20 0 1 0 52487954 224014336 45700 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 45700 3520 2790 0 48116 0
Current children cumulated CPU time: 2974.86 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 182800 KiB

[startup+3042.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/262 52314
/proc/meminfo: memFree=107876304/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=182800 CPUtime=3034.69 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9763 0 0 0 302893 576 0 0 20 0 1 0 52487954 224014336 45700 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 45700 3520 2790 0 48116 0
Current children cumulated CPU time: 3034.69 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 182800 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/262 52316
/proc/meminfo: memFree=107849992/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=182800 CPUtime=3094.53 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9764 0 0 0 308870 583 0 0 20 0 1 0 52487954 224014336 45700 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 45700 3520 2790 0 48116 0
Current children cumulated CPU time: 3094.53 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 182800 KiB

[startup+3162.3 s]
/proc/loadavg: 4.49 4.20 4.12 5/262 52320
/proc/meminfo: memFree=107844652/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=182800 CPUtime=3154.37 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9764 0 0 0 314846 591 0 0 20 0 1 0 52487954 224014336 45700 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 45700 3520 2790 0 48116 0
Current children cumulated CPU time: 3154.37 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 182800 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.20 4.12 5/263 52338
/proc/meminfo: memFree=107849704/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=182800 CPUtime=3214.21 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9775 0 0 0 320820 601 0 0 20 0 1 0 52487954 224014336 45700 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 45700 3520 2790 0 48116 0
Current children cumulated CPU time: 3214.21 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 182800 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.17 4.12 5/263 52340
/proc/meminfo: memFree=107846296/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=184868 CPUtime=3274.07 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9780 0 0 0 326798 609 0 0 20 0 1 0 52487954 224014336 46217 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 46217 3520 2790 0 48116 0
Current children cumulated CPU time: 3274.07 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 184868 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.11 5/263 52342
/proc/meminfo: memFree=107835120/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=218764 memory=184868 CPUtime=3333.93 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9780 0 0 0 332776 617 0 0 20 0 1 0 52487954 224014336 46217 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54691 46217 3520 2790 0 48116 0
Current children cumulated CPU time: 3333.93 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 184868 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/263 52343
/proc/meminfo: memFree=107835728/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=219108 memory=185124 CPUtime=3393.78 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9865 0 0 0 338756 622 0 0 20 0 1 0 52487954 224366592 46281 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54777 46281 3520 2790 0 48202 0
Current children cumulated CPU time: 3393.78 s
Current children cumulated vsize: 219108 KiB
Current children cumulated memory: 185124 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.11 5/263 52345
/proc/meminfo: memFree=107844356/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=219108 memory=185124 CPUtime=3453.64 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9865 0 0 0 344737 627 0 0 20 0 1 0 52487954 224366592 46281 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54777 46281 3520 2790 0 48202 0
Current children cumulated CPU time: 3453.64 s
Current children cumulated vsize: 219108 KiB
Current children cumulated memory: 185124 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.11 5/262 52347
/proc/meminfo: memFree=107835916/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=219560 memory=185508 CPUtime=3513.5 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9952 0 0 0 350719 631 0 0 20 0 1 0 52487954 224829440 46377 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54890 46377 3520 2790 0 48315 0
Current children cumulated CPU time: 3513.5 s
Current children cumulated vsize: 219560 KiB
Current children cumulated memory: 185508 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.13 4.10 5/262 52349
/proc/meminfo: memFree=107843628/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=219560 memory=185508 CPUtime=3573.36 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9952 0 0 0 356699 637 0 0 20 0 1 0 52487954 224829440 46377 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54890 46377 3520 2790 0 48315 0
Current children cumulated CPU time: 3573.36 s
Current children cumulated vsize: 219560 KiB
Current children cumulated memory: 185508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609 s]*
/proc/loadavg: 4.15 4.14 4.10 5/262 52350
/proc/meminfo: memFree=107843876/131249988 swapFree=33010416/33010684
[pid=52040] ppid=52037 vsize=219560 memory=185508 CPUtime=3600 cores=1,3
/proc/52040/stat : 52040 (ipbhs_scip) R 52037 52040 51174 0 -1 4194304 9952 0 0 0 359361 639 0 0 20 0 1 0 52487954 224829440 46377 18446744073709551615 94583842816000 94583854242397 140726394395424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94583856378072 94583856423090 94583875567616 140726394399122 140726394399241 140726394399241 140726394404843 0
/proc/52040/statm: 54890 46377 3520 2790 0 48315 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 219560 KiB
Current children cumulated memory: 185508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.62 s, system=6.39728 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.01
CPU time (s): 3600.01
CPU user time (s): 3593.62
CPU system time (s): 6.39728
CPU usage (%): 99.7508
Max. virtual memory (cumulated for all children) (KiB): 219560
Max. memory (cumulated for all children) (KiB): 185508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.62
system time used= 6.39728
maximum resident set size= 185508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9952
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= 101
involuntary context switches= 1649


# summary of solver processes directly reported to runsolver:
#   pid: 52040
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3593.62
#   total CPU system time (s): 6.39728

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.52524 second user time and 15.4793 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-01 13:08:14
IDJOB=4490550
IDBENCH=147593
IDSOLVER=3335
FILE ID=nodeC031/4490550-1751368094
RUNJOBID= nodeC031-1751362863-51186
SLURM_JOB_ID= 9598178
Free space on /tmp= 432708 MiB

SOLVER NAME= IPBHS-SCIP 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_4.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490550-1751368094/watcher-4490550-1751368094 -o /tmp/evaluation-result-4490550-1751368094/solver-4490550-1751368094 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751362863-51186 --watchdog 3760  ./ipbhs_scip HOME/instance-4490550-1751368094.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= c109c801c35aa8e8336c6dae8cef540e
RANDOM SEED=1210436628

nodeC031 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.917
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.78
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.884
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.78
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		: 3582.412
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.78
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		: 3601.101
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.78
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.870
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.78
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.889
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.78
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.033
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        109375788 kB
MemAvailable:   129302708 kB
Buffers:            2128 kB
Cached:         20613576 kB
SwapCached:           12 kB
Active:           835176 kB
Inactive:       20208404 kB
Active(anon):     435456 kB
Inactive(anon):    10472 kB
Active(file):     399720 kB
Inactive(file): 20197932 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69792 kB
Writeback:             0 kB
AnonPages:        425012 kB
Mapped:           134376 kB
Shmem:             18052 kB
KReclaimable:     337012 kB
Slab:             428492 kB
SReclaimable:     337012 kB
SUnreclaim:        91480 kB
KernelStack:        4240 kB
PageTables:         3960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     795816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    354304 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC031 at 2025-07-01 14:08:23