Trace number 4490320

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 3612.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
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.01
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 constraint85
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 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
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.01	c limit for coefficient in constraints and objective to 1000000000
0.00/0.01	c will solve HOME/instance-4490320-1751363465.opb
0.00/0.01	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 (45156 MiB free)
  memory of node 1: 64465 MiB (52244 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490320-1751363465/watcher-4490320-1751363465 -o /tmp/evaluation-result-4490320-1751363465/solver-4490320-1751363465 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751362863-51184 --watchdog 3760 ./ipbhs_scip HOME/instance-4490320-1751363465.opb --optimizer scip --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100062 s]*
/proc/loadavg: 4.04 4.05 4.02 5/263 51585
/proc/meminfo: memFree=99734112/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=46052 memory=21052 CPUtime=0.09 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 1590 0 0 0 8 1 0 0 20 0 1 0 52025097 47157248 5263 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 11513 5263 3488 2790 0 4938 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 46052 KiB
Current children cumulated memory: 21052 KiB

[startup+0.20564 s]*
/proc/loadavg: 4.04 4.05 4.02 5/263 51585
/proc/meminfo: memFree=99734112/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=46052 memory=21308 CPUtime=0.19 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 1648 0 0 0 18 1 0 0 20 0 1 0 52025097 47157248 5327 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 11513 5327 3488 2790 0 4938 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 46052 KiB
Current children cumulated memory: 21308 KiB

[startup+0.30542 s]*
/proc/loadavg: 4.04 4.05 4.02 5/263 51585
/proc/meminfo: memFree=99734112/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=46052 memory=21436 CPUtime=0.3 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 1676 0 0 0 28 2 0 0 20 0 1 0 52025097 47157248 5359 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 11513 5359 3488 2790 0 4938 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46052 KiB
Current children cumulated memory: 21436 KiB

[startup+0.700158 s]
/proc/loadavg: 4.04 4.05 4.02 5/263 51585
/proc/meminfo: memFree=99733104/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=46052 memory=21948 CPUtime=0.68 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 1797 0 0 0 66 2 0 0 20 0 1 0 52025097 47157248 5487 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 11513 5487 3488 2790 0 4938 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 46052 KiB
Current children cumulated memory: 21948 KiB

[startup+1.50016 s]
/proc/loadavg: 4.04 4.05 4.02 5/263 51585
/proc/meminfo: memFree=99733104/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=46592 memory=24456 CPUtime=1.48 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 1931 0 0 0 144 4 0 0 20 0 1 0 52025097 47710208 6114 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 11648 6114 3488 2790 0 5073 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 46592 KiB
Current children cumulated memory: 24456 KiB

[startup+3.10547 s]
/proc/loadavg: 4.04 4.05 4.02 5/263 51585
/proc/meminfo: memFree=99731592/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=47296 memory=25096 CPUtime=3.08 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 2073 0 0 0 302 6 0 0 20 0 1 0 52025097 48431104 6274 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 11824 6274 3488 2790 0 5249 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 47296 KiB
Current children cumulated memory: 25096 KiB

[startup+6.30016 s]
/proc/loadavg: 4.04 4.05 4.02 5/263 51585
/proc/meminfo: memFree=99731860/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=50736 memory=25992 CPUtime=6.26 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 2313 0 0 0 618 8 0 0 20 0 1 0 52025097 51953664 6498 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 12684 6498 3488 2790 0 6109 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 50736 KiB
Current children cumulated memory: 25992 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.06 4.02 5/263 51585
/proc/meminfo: memFree=99741272/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=51492 memory=27784 CPUtime=12.65 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 2765 0 0 0 1251 14 0 0 20 0 1 0 52025097 52727808 6946 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 12873 6946 3488 2790 0 6298 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 51492 KiB
Current children cumulated memory: 27784 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.06 4.02 5/263 51585
/proc/meminfo: memFree=99725948/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=57604 memory=30856 CPUtime=25.41 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 3510 0 0 0 2517 24 0 0 20 0 1 0 52025097 58986496 7714 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 14401 7714 3488 2790 0 7826 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 57604 KiB
Current children cumulated memory: 30856 KiB

[startup+51.1055 s]
/proc/loadavg: 4.06 4.05 4.02 5/262 51586
/proc/meminfo: memFree=99696616/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=58504 memory=33160 CPUtime=50.94 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 4085 0 0 0 5053 41 0 0 20 0 1 0 52025097 59908096 8290 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 14626 8290 3488 2790 0 8051 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 58504 KiB
Current children cumulated memory: 33160 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.07 4.02 5/262 51587
/proc/meminfo: memFree=99723928/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=59892 memory=36696 CPUtime=101.97 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 4476 0 0 0 10135 62 0 0 20 0 1 0 52025097 61329408 9174 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 14973 9174 3488 2790 0 8398 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 59892 KiB
Current children cumulated memory: 36696 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.07 4.02 5/262 51589
/proc/meminfo: memFree=99725524/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=69728 memory=40408 CPUtime=161.78 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 5402 0 0 0 16090 88 0 0 20 0 1 0 52025097 71401472 10102 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 17432 10102 3488 2790 0 10857 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 69728 KiB
Current children cumulated memory: 40408 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 4.06 4.02 5/262 51591
/proc/meminfo: memFree=99720336/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=71400 memory=46568 CPUtime=221.59 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 5909 0 0 0 22048 111 0 0 20 0 1 0 52025097 73113600 11642 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 17850 11642 3488 2790 0 11275 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 71400 KiB
Current children cumulated memory: 46568 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.07 4.02 5/264 51595
/proc/meminfo: memFree=99641172/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=71876 memory=47208 CPUtime=281.39 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 6091 0 0 0 28008 131 0 0 20 0 1 0 52025097 73601024 11802 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 17969 11802 3488 2790 0 11394 0
Current children cumulated CPU time: 281.39 s
Current children cumulated vsize: 71876 KiB
Current children cumulated memory: 47208 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.07 4.02 5/264 51597
/proc/meminfo: memFree=99623456/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=72204 memory=47592 CPUtime=341.19 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 6178 0 0 0 33968 151 0 0 20 0 1 0 52025097 73936896 11898 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 18051 11898 3488 2790 0 11476 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 72204 KiB
Current children cumulated memory: 47592 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 4.09 4.03 5/265 51602
/proc/meminfo: memFree=99110304/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=72500 memory=47976 CPUtime=401.01 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 6284 0 0 0 39929 172 0 0 20 0 1 0 52025097 74240000 11994 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 18125 11994 3488 2790 0 11550 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 72500 KiB
Current children cumulated memory: 47976 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.08 4.03 5/265 51608
/proc/meminfo: memFree=99113388/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=72500 memory=48488 CPUtime=460.83 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 6392 0 0 0 45893 190 0 0 20 0 1 0 52025097 74240000 12122 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 18125 12122 3488 2790 0 11550 0
Current children cumulated CPU time: 460.83 s

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

Current children cumulated memory: 74944 KiB

[startup+2922.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/264 51777
/proc/meminfo: memFree=100732312/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=114968 memory=75072 CPUtime=2912.02 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10004 0 0 0 290471 731 0 0 20 0 1 0 52025097 117727232 18768 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28742 18768 3488 2790 0 22167 0
Current children cumulated CPU time: 2912.02 s
Current children cumulated vsize: 114968 KiB
Current children cumulated memory: 75072 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/264 51779
/proc/meminfo: memFree=100730236/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=114968 memory=75200 CPUtime=2971.81 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10038 0 0 0 296438 743 0 0 20 0 1 0 52025097 117727232 18800 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28742 18800 3488 2790 0 22167 0
Current children cumulated CPU time: 2971.81 s
Current children cumulated vsize: 114968 KiB
Current children cumulated memory: 75200 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.11 4.11 5/264 51826
/proc/meminfo: memFree=107490192/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=114968 memory=75200 CPUtime=3031.61 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10054 0 0 0 302409 752 0 0 20 0 1 0 52025097 117727232 18800 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28742 18800 3488 2790 0 22167 0
Current children cumulated CPU time: 3031.61 s
Current children cumulated vsize: 114968 KiB
Current children cumulated memory: 75200 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.10 4.11 5/263 51828
/proc/meminfo: memFree=107487716/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=114968 memory=75328 CPUtime=3091.43 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10066 0 0 0 308382 761 0 0 20 0 1 0 52025097 117727232 18832 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28742 18832 3488 2790 0 22167 0
Current children cumulated CPU time: 3091.43 s
Current children cumulated vsize: 114968 KiB
Current children cumulated memory: 75328 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.11 5/263 51830
/proc/meminfo: memFree=107484000/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=115688 memory=78036 CPUtime=3151.26 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10245 0 0 0 314356 770 0 0 20 0 1 0 52025097 118464512 19509 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28922 19509 3488 2790 0 22347 0
Current children cumulated CPU time: 3151.26 s
Current children cumulated vsize: 115688 KiB
Current children cumulated memory: 78036 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/263 51832
/proc/meminfo: memFree=107481924/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=115688 memory=78036 CPUtime=3211.08 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10246 0 0 0 320330 778 0 0 20 0 1 0 52025097 118464512 19509 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28922 19509 3488 2790 0 22347 0
Current children cumulated CPU time: 3211.08 s
Current children cumulated vsize: 115688 KiB
Current children cumulated memory: 78036 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.10 4.10 5/263 51834
/proc/meminfo: memFree=107479812/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=115944 memory=78420 CPUtime=3270.89 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10336 0 0 0 326302 787 0 0 20 0 1 0 52025097 118726656 19605 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28986 19605 3488 2790 0 22411 0
Current children cumulated CPU time: 3270.89 s
Current children cumulated vsize: 115944 KiB
Current children cumulated memory: 78420 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/263 51836
/proc/meminfo: memFree=107479948/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=115944 memory=78420 CPUtime=3330.72 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10350 0 0 0 332276 796 0 0 20 0 1 0 52025097 118726656 19605 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 28986 19605 3488 2790 0 22411 0
Current children cumulated CPU time: 3330.72 s
Current children cumulated vsize: 115944 KiB
Current children cumulated memory: 78420 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/262 51882
/proc/meminfo: memFree=109554212/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=116200 memory=80596 CPUtime=3390.53 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10451 0 0 0 338248 805 0 0 20 0 1 0 52025097 118988800 20149 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 29050 20149 3488 2790 0 22475 0
Current children cumulated CPU time: 3390.53 s
Current children cumulated vsize: 116200 KiB
Current children cumulated memory: 80596 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 51887
/proc/meminfo: memFree=109540540/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=116200 memory=80596 CPUtime=3450.37 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10457 0 0 0 344227 810 0 0 20 0 1 0 52025097 118988800 20149 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 29050 20149 3488 2790 0 22475 0
Current children cumulated CPU time: 3450.37 s
Current children cumulated vsize: 116200 KiB
Current children cumulated memory: 80596 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 51894
/proc/meminfo: memFree=109538604/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=116460 memory=80852 CPUtime=3510.22 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10522 0 0 0 350206 816 0 0 20 0 1 0 52025097 119255040 20213 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 29115 20213 3488 2790 0 22540 0
Current children cumulated CPU time: 3510.22 s
Current children cumulated vsize: 116460 KiB
Current children cumulated memory: 80852 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 51897
/proc/meminfo: memFree=109538040/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=117044 memory=81492 CPUtime=3570.07 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10668 0 0 0 356186 821 0 0 20 0 1 0 52025097 119853056 20373 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 29261 20373 3488 2790 0 22686 0
Current children cumulated CPU time: 3570.07 s
Current children cumulated vsize: 117044 KiB
Current children cumulated memory: 81492 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 51899
/proc/meminfo: memFree=109539152/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=117044 memory=81492 CPUtime=3600 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10668 0 0 0 359175 825 0 0 20 0 1 0 52025097 119853056 20373 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 29261 20373 3488 2790 0 22686 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 117044 KiB
Current children cumulated memory: 81492 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.75 s, system=8.25617 s

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

[startup+3612.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 51899
/proc/meminfo: memFree=109539152/131249988 swapFree=33010416/33010684
[pid=51584] ppid=51581 vsize=117044 memory=81492 CPUtime=3600 cores=0,2
/proc/51584/stat : 51584 (ipbhs_scip) R 51581 51584 51174 0 -1 4194304 10668 0 0 0 359175 825 0 0 20 0 1 0 52025097 119853056 20373 18446744073709551615 94557396918272 94557408344669 140737464219696 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94557410480344 94557410525362 94557447663616 140737464224146 140737464224265 140737464224265 140737464229867 0
/proc/51584/statm: 29261 20373 3488 2790 0 22686 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 117044 KiB
Current children cumulated memory: 81492 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3612.3
CPU time (s): 3600.01
CPU user time (s): 3591.75
CPU system time (s): 8.25617
CPU usage (%): 99.6597
Max. virtual memory (cumulated for all children) (KiB): 117044
Max. memory (cumulated for all children) (KiB): 81492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.75
system time used= 8.25617
maximum resident set size= 81492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10668
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= 93
involuntary context switches= 8024


# summary of solver processes directly reported to runsolver:
#   pid: 51584
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3591.75
#   total CPU system time (s): 8.25617

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.30694 second user time and 14.847 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-01 11:51:05
IDJOB=4490320
IDBENCH=147578
IDSOLVER=3335
FILE ID=nodeC031/4490320-1751363465
RUNJOBID= nodeC031-1751362863-51184
SLURM_JOB_ID= 9598178
Free space on /tmp= 432628 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_1.opb
COMMAND LINE= ./ipbhs_scip BENCHNAME --optimizer scip --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490320-1751363465/watcher-4490320-1751363465 -o /tmp/evaluation-result-4490320-1751363465/solver-4490320-1751363465 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751362863-51184 --watchdog 3760  ./ipbhs_scip HOME/instance-4490320-1751363465.opb --optimizer scip --max-coef 1000000000

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
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.869
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.890
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		: 3526.464
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		: 3555.920
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.887
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.887
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		: 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 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:        99738964 kB
MemAvailable:   119747728 kB
Buffers:            2128 kB
Cached:         20695440 kB
SwapCached:           12 kB
Active:         10354872 kB
Inactive:       20290272 kB
Active(anon):    9955156 kB
Inactive(anon):    10472 kB
Active(file):     399716 kB
Inactive(file): 20279800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69800 kB
Writeback:             0 kB
AnonPages:       9950636 kB
Mapped:           135420 kB
Shmem:             18052 kB
KReclaimable:     336976 kB
Slab:             428396 kB
SReclaimable:     336976 kB
SUnreclaim:        91420 kB
KernelStack:        4240 kB
PageTables:        22724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   11287676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6971392 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 12:51:18