Trace number 4502906

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-GUROBI 2025-06-09? (TO) 3600.16 3609.89

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-sbox_8_shg.opb
MD5SUMde975147a543f81642d44481372d34a3
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 benchmark304
Best CPU time to get the best result obtained on this benchmark3063.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables136253
Total number of constraints65280
Number of constraints which are clauses65280
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint170
Maximum length of a constraint1517
Number of terms in the objective function 136253
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 136253
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 136253
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c initialize IPBHS solver
0.00/0.00	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
26.52/26.64	c limit for coefficient in constraints and objective to 1000000000
26.52/26.64	c will solve HOME/instance-4502906-1751442941.opb
26.52/26.64	c [0.1] 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 (60585 MiB free)
  memory of node 1: 64465 MiB (62940 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502906-1751442941/watcher-4502906-1751442941 -o /tmp/evaluation-result-4502906-1751442941/solver-4502906-1751442941 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751434963-62504 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4502906-1751442941.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=63450, runsolver pid=63447

[startup+0.100067 s]*
/proc/loadavg: 2.20 2.11 2.10 3/252 63451
/proc/meminfo: memFree=126477736/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=96108 memory=26988 CPUtime=0.09 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 5269 0 0 0 8 1 0 0 20 0 1 0 59972255 98414592 6747 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 24027 6747 1664 641 0 8784 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 96108 KiB
Current children cumulated memory: 26988 KiB

[startup+0.20559 s]*
/proc/loadavg: 2.20 2.11 2.10 3/252 63451
/proc/meminfo: memFree=126473956/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=104944 memory=34028 CPUtime=0.19 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 7042 0 0 0 18 1 0 0 20 0 1 0 59972255 107462656 8507 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 26236 8507 1664 641 0 10993 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 104944 KiB
Current children cumulated memory: 34028 KiB

[startup+0.305439 s]*
/proc/loadavg: 2.20 2.11 2.10 3/252 63451
/proc/meminfo: memFree=126461860/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=113840 memory=41196 CPUtime=0.3 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 8835 0 0 0 28 2 0 0 20 0 1 0 59972255 116572160 10299 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 28460 10299 1664 641 0 13217 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 113840 KiB
Current children cumulated memory: 41196 KiB

[startup+0.700171 s]
/proc/loadavg: 2.20 2.11 2.10 3/252 63451
/proc/meminfo: memFree=126445732/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=147456 memory=69228 CPUtime=0.68 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 15831 0 0 0 65 3 0 0 20 0 1 0 59972255 150994944 17307 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 36864 17307 1664 641 0 21621 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 147456 KiB
Current children cumulated memory: 69228 KiB

[startup+1.50017 s]
/proc/loadavg: 2.20 2.11 2.10 3/252 63451
/proc/meminfo: memFree=126413476/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=215812 memory=126444 CPUtime=1.48 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 30133 0 0 0 141 7 0 0 20 0 1 0 59972255 220991488 31611 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 53953 31611 1664 641 0 38710 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 215812 KiB
Current children cumulated memory: 126444 KiB

[startup+3.10525 s]
/proc/loadavg: 2.19 2.11 2.10 3/251 63451
/proc/meminfo: memFree=126268324/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=353896 memory=241772 CPUtime=3.08 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 58963 0 0 0 295 13 0 0 20 0 1 0 59972255 362389504 60443 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 88474 60443 1664 641 0 73231 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 353896 KiB
Current children cumulated memory: 241772 KiB

[startup+6.30017 s]
/proc/loadavg: 2.19 2.11 2.10 3/251 63451
/proc/meminfo: memFree=126050644/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=627484 memory=469612 CPUtime=6.27 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 115914 0 0 0 601 26 0 0 20 0 1 0 59972255 642543616 117403 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 156871 117403 1664 641 0 141628 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 627484 KiB
Current children cumulated memory: 469612 KiB

[startup+12.7002 s]
/proc/loadavg: 2.25 2.12 2.10 3/251 63451
/proc/meminfo: memFree=125623252/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=1165708 memory=921580 CPUtime=12.66 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 228909 0 0 0 1213 53 0 0 20 0 1 0 59972255 1193684992 230395 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 291427 230395 1664 641 0 276184 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1165708 KiB
Current children cumulated memory: 921580 KiB

[startup+25.5002 s]
/proc/loadavg: 2.20 2.11 2.10 3/251 63452
/proc/meminfo: memFree=124890464/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=1900832 memory=1631048 CPUtime=25.42 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 302005 0 0 0 2454 88 0 0 20 0 1 0 59972255 1946451968 407762 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 475208 407762 1728 641 0 459965 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1900832 KiB
Current children cumulated memory: 1631048 KiB

[startup+51.1054 s]
/proc/loadavg: 2.20 2.12 2.10 3/252 63453
/proc/meminfo: memFree=120643668/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=8278672 memory=5620540 CPUtime=50.98 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 573647 0 0 0 4876 222 0 0 20 0 2 0 59972255 8477360128 1405135 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2069668 1405135 2656 641 0 2052151 0
[pid=63450/tid=63453] ppid=63447 vsize=8278672 memory=3961112 CPUtime=0.01 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 4 0 0 0 0 1 0 0 20 0 2 0 59974907 8477360128 1405135 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 8278672 KiB
Current children cumulated memory: 5620540 KiB

[startup+102.3 s]
/proc/loadavg: 2.15 2.12 2.09 3/254 63459
/proc/meminfo: memFree=119322212/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7140732 CPUtime=102.03 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 665281 0 0 0 9790 413 0 0 20 0 2 0 59972255 9669439488 1785183 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1785183 2848 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7132540 CPUtime=0.05 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 8 0 0 0 1 4 0 0 20 0 2 0 59974907 9669439488 1785183 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7140732 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.09 2.09 3/254 63461
/proc/meminfo: memFree=119260068/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7203464 CPUtime=161.75 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 683958 0 15 0 15754 421 0 0 20 0 2 0 59972255 9669439488 1800866 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1800866 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=14156 CPUtime=0.09 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 10 0 0 0 2 7 0 0 20 0 2 0 59974907 9669439488 1800866 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 161.75 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7203464 KiB

[startup+222.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/255 63464
/proc/meminfo: memFree=119246896/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7215752 CPUtime=221.58 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 708135 0 15 0 21730 428 0 0 20 0 2 0 59972255 9669439488 1803938 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1803938 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7213704 CPUtime=0.14 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 12 0 0 0 4 10 0 0 20 0 2 0 59974907 9669439488 1803938 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 221.58 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7215752 KiB

[startup+282.3 s]
/proc/loadavg: 2.38 2.19 2.12 3/255 63466
/proc/meminfo: memFree=119249428/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7234184 CPUtime=281.4 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 731822 0 15 0 27705 435 0 0 20 0 2 0 59972255 9669439488 1808546 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1808546 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7228040 CPUtime=0.19 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 14 0 0 0 5 14 0 0 20 0 2 0 59974907 9669439488 1808546 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 281.4 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7234184 KiB

[startup+342.3 s]
/proc/loadavg: 2.18 2.17 2.12 3/255 63479
/proc/meminfo: memFree=119230900/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7250568 CPUtime=341.24 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 735125 0 15 0 33682 442 0 0 20 0 2 0 59972255 9669439488 1812642 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1812642 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7228040 CPUtime=0.23 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 15 0 0 0 6 17 0 0 20 0 2 0 59974907 9669439488 1812642 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7250568 KiB

[startup+402.3 s]
/proc/loadavg: 2.12 2.15 2.11 3/253 63481
/proc/meminfo: memFree=119201404/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7252616 CPUtime=401.06 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 758103 0 15 0 39657 449 0 0 20 0 2 0 59972255 9669439488 1813154 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0

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

/proc/meminfo: memFree=118958652/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7535240 CPUtime=2974.21 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1053528 0 15 0 296695 726 0 0 20 0 2 0 59972255 9669439488 1883810 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1883810 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7533192 CPUtime=2.28 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 104 0 0 0 64 164 0 0 20 0 2 0 59974907 9669439488 1883810 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 2974.21 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7535240 KiB

[startup+3042.3 s]
/proc/loadavg: 2.08 2.12 2.10 3/255 63654
/proc/meminfo: memFree=118958748/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7535240 CPUtime=3034.04 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1056649 0 15 0 302673 731 0 0 20 0 2 0 59972255 9669439488 1883810 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1883810 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7535240 CPUtime=2.34 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 107 0 0 0 66 168 0 0 20 0 2 0 59974907 9669439488 1883810 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3034.04 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7535240 KiB

[startup+3102.3 s]
/proc/loadavg: 2.13 2.13 2.10 3/254 63656
/proc/meminfo: memFree=118958384/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7537288 CPUtime=3093.87 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1059851 0 15 0 308649 738 0 0 20 0 2 0 59972255 9669439488 1884322 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1884322 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7537288 CPUtime=2.38 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 109 0 0 0 67 171 0 0 20 0 2 0 59974907 9669439488 1884322 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3093.87 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7537288 KiB

[startup+3162.3 s]
/proc/loadavg: 2.10 2.12 2.09 3/255 63662
/proc/meminfo: memFree=118871820/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7539336 CPUtime=3153.73 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1061851 0 15 0 314628 745 0 0 20 0 2 0 59972255 9669439488 1884834 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1884834 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7537288 CPUtime=2.42 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 110 0 0 0 67 175 0 0 20 0 2 0 59974907 9669439488 1884834 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3153.73 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7539336 KiB

[startup+3222.3 s]
/proc/loadavg: 2.12 2.11 2.09 3/255 63664
/proc/meminfo: memFree=118932508/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7553672 CPUtime=3213.57 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1066840 0 15 0 320606 751 0 0 20 0 2 0 59972255 9669439488 1888418 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1888418 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7537288 CPUtime=2.47 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 111 0 0 0 68 179 0 0 20 0 2 0 59974907 9669439488 1888418 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3213.57 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7553672 KiB

[startup+3282.3 s]
/proc/loadavg: 2.10 2.10 2.09 3/254 63666
/proc/meminfo: memFree=118977424/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7559816 CPUtime=3273.41 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1072066 0 15 0 326583 758 0 0 20 0 2 0 59972255 9669439488 1889954 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1889954 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7559816 CPUtime=2.53 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 112 0 0 0 70 183 0 0 20 0 2 0 59974907 9669439488 1889954 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3273.41 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7559816 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.10 2.09 3/254 63669
/proc/meminfo: memFree=118977312/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7561864 CPUtime=3333.26 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1075881 0 15 0 332561 765 0 0 20 0 2 0 59972255 9669439488 1890466 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1890466 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7561864 CPUtime=2.57 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 116 0 0 0 70 187 0 0 20 0 2 0 59974907 9669439488 1890466 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3333.26 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7561864 KiB

[startup+3402.3 s]
/proc/loadavg: 2.10 2.11 2.09 3/254 63671
/proc/meminfo: memFree=118994580/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7563912 CPUtime=3393.1 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1080088 0 15 0 338539 771 0 0 20 0 2 0 59972255 9669439488 1890978 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1890978 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7561864 CPUtime=2.62 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 116 0 0 0 72 190 0 0 20 0 2 0 59974907 9669439488 1890978 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3393.1 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7563912 KiB

[startup+3462.3 s]
/proc/loadavg: 2.09 2.10 2.09 3/253 63673
/proc/meminfo: memFree=118761108/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7563912 CPUtime=3452.94 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1080337 0 15 0 344519 775 0 0 20 0 2 0 59972255 9669439488 1890978 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1890978 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7561864 CPUtime=2.67 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 119 0 0 0 73 194 0 0 20 0 2 0 59974907 9669439488 1890978 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3452.94 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7563912 KiB

[startup+3522.3 s]
/proc/loadavg: 2.07 2.09 2.09 3/253 63676
/proc/meminfo: memFree=118947712/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7570056 CPUtime=3512.79 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1084822 0 15 0 350497 782 0 0 20 0 2 0 59972255 9669439488 1892514 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1892514 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7570056 CPUtime=2.71 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 122 0 0 0 74 197 0 0 20 0 2 0 59974907 9669439488 1892514 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3512.79 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7570056 KiB

[startup+3582.3 s]
/proc/loadavg: 2.12 2.10 2.09 3/254 63683
/proc/meminfo: memFree=119001924/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7570056 CPUtime=3572.63 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1088167 0 15 0 356475 788 0 0 20 0 2 0 59972255 9669439488 1892514 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1892514 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=7570056 CPUtime=2.76 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 124 0 0 0 76 200 0 0 20 0 2 0 59974907 9669439488 1892514 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3572.63 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7570056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 2.07 2.09 2.09 3/254 63684
/proc/meminfo: memFree=119001280/131249996 swapFree=33005272/33010684
[pid=63450] ppid=63447 vsize=9442812 memory=7570056 CPUtime=3600.06 cores=4,6
/proc/63450/stat : 63450 (ipbhs_gurobi) R 63447 63450 62461 0 -1 4194304 1090673 0 15 0 359214 792 0 0 20 0 2 0 59972255 9669439488 1892514 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
/proc/63450/statm: 2360703 1892514 3168 641 0 2343186 0
[pid=63450/tid=63453] ppid=63447 vsize=9442812 memory=14156 CPUtime=2.79 cores=4,6
/proc/63450/task/63453/stat : 63453 (ipbhs_gurobi) S 63447 63450 62461 0 -1 4194368 124 0 0 0 77 202 0 0 20 0 2 0 59974907 9669439488 1892514 18446744073709551615 94308530049024 94308532674077 140728357392096 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94308533292952 94308533325914 94308559142912 140728357398943 140728357399047 140728357399047 140728357404649 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 9442812 KiB
Current children cumulated memory: 7570056 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.15 s, system=8.01248 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.89
CPU time (s): 3600.16
CPU user time (s): 3592.15
CPU system time (s): 8.01248
CPU usage (%): 99.7304
Max. virtual memory (cumulated for all children) (KiB): 10357224
Max. memory (cumulated for all children) (KiB): 9444916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.15
system time used= 8.01248
maximum resident set size= 9545524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1090673
page faults= 15
swaps= 0
block input operations= 3304
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356173
involuntary context switches= 1337


# summary of solver processes directly reported to runsolver:
#   pid: 63450
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3592.15
#   total CPU system time (s): 8.01248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.76487 second user time and 16.1935 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-02 09:55:44
IDJOB=4502906
IDBENCH=155401
IDSOLVER=3333
FILE ID=nodeC023/4502906-1751442941
RUNJOBID= nodeC023-1751434963-62504
SLURM_JOB_ID= 9598388
Free space on /tmp= 431276 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-sbox_8_shg.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502906-1751442941/watcher-4502906-1751442941 -o /tmp/evaluation-result-4502906-1751442941/solver-4502906-1751442941 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751434963-62504 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4502906-1751442941.opb --max-coef 1000000000

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

MD5SUM BENCH= de975147a543f81642d44481372d34a3
RANDOM SEED=1399571095

nodeC023 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.918
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		: 1199.682
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		: 3700.000
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 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		: 3700.000
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		: 1529.283
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		: 3599.915
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:       131249996 kB
MemFree:        126490084 kB
MemAvailable:   128258252 kB
Buffers:            1328 kB
Cached:          2565728 kB
SwapCached:          372 kB
Active:          1722268 kB
Inactive:        2396760 kB
Active(anon):    1510852 kB
Inactive(anon):    54560 kB
Active(file):     211416 kB
Inactive(file):  2342200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            639760 kB
Writeback:             0 kB
AnonPages:       1547780 kB
Mapped:           109992 kB
Shmem:             13440 kB
KReclaimable:     107580 kB
Slab:             195544 kB
SReclaimable:     107580 kB
SUnreclaim:        87964 kB
KernelStack:        4064 kB
PageTables:         5788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2368396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1161216 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431220 MiB
End job on nodeC023 at 2025-07-02 10:55:54