Trace number 4497820

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.11 3608.71

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_3.opb
MD5SUM529ae296d86301d65a8fd4e36abb4ed9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark21
Best CPU time to get the best result obtained on this benchmark24.4815
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6076
Total number of constraints21401
Number of constraints which are clauses21392
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint666
Number of terms in the objective function 666
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 666
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 31
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 697
Number of bits of the biggest sum of numbers10
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.25	c initialize IPBHS solver
0.00/0.25	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.25	c optimizer = "gurobi"
0.00/0.25	c pbsolver = "roundingsat"
0.00/0.25	c use separate pbsolver for SIS
0.00/0.25	c load symmetries from file ""
0.00/0.25	c set time limit for symmetry computation to 100 seconds.
0.00/0.25	c set interchangeable summation variable limit to 3
0.00/0.25	c set sym compact max subset size to 5
0.00/0.25	c set explicit symmetry matrix usage to 1
0.00/0.25	c sym budget explicit to 100
0.00/0.25	c sym budget explicit lits to 6000
0.00/0.25	c sym budget compact to 100
0.00/0.25	c sym budget compact lits to 6000
0.00/0.25	c sym budget common to 0
0.00/0.25	c sym budget common lits to 0
0.00/0.25	c set sym generation to 's'
0.00/0.25	c set abstraction set creation to 10 iterations without LB change
0.00/0.25	c set abstraction set inputs to 0
0.00/0.25	c set abstraction set cluster min size to 2
0.00/0.25	c set abstraction set cluster max size to 100000000
0.00/0.25	c set abstraction set cluster activation limit to 2
0.00/0.25	c enable abstraction set require equal cost
0.00/0.25	c set abstraction set assumptions to 0
0.00/0.25	c set abstraction set constraint type to 0
0.00/0.25	c set abstract core extraction strategy to b
0.00/0.25	c set core extraction strategy to 2
0.00/0.25	c set core extraction shuffles 10
0.00/0.25	c set cores per iteration to 5
0.00/0.25	c set optimizer bound usage strategy to 2
0.00/0.25	c set optimizer max non-optimal iterations to 1000
0.00/0.25	c set small core cardinality limit to 2
0.00/0.25	c set max coef in cores to 1000000000
0.00/0.25	c set core processing techniques to 4095
0.00/0.25	c set SIS iterations to 5
0.00/0.25	c set SIS budget abs to 1000
0.00/0.25	c set SIS budget rel to 0.05
0.18/0.56	c limit for coefficient in constraints and objective to 1000000000
0.18/0.56	c will solve HOME/instance-4497820-1751399302.opb
0.18/0.56	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: 63665 MiB (62426 MiB free)
  memory of node 1: 64507 MiB (62906 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497820-1751399302/watcher-4497820-1751399302 -o /tmp/evaluation-result-4497820-1751399302/solver-4497820-1751399302 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751399302-53724 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4497820-1751399302.opb --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
Current StackSize limit: 8192 KiB

solver pid=53776, runsolver pid=53767

[startup+0.100055 s]*
/proc/loadavg: 0.67 1.36 2.18 1/267 53785
/proc/meminfo: memFree=128337580/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=60260 memory=768 CPUtime=0 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) D 53767 53776 53709 0 -1 4194304 106 0 4 0 0 0 0 0 20 0 1 0 55610112 61706240 192 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 15065 192 192 641 0 257 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 60260 KiB
Current children cumulated memory: 768 KiB

[startup+0.204854 s]*
/proc/loadavg: 0.93 1.41 2.19 1/267 53785
/proc/meminfo: memFree=128336464/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=61616 memory=4608 CPUtime=0 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) D 53767 53776 53709 0 -1 4194304 345 0 27 0 0 0 0 0 20 0 1 0 55610112 63094784 1152 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 0 0 1 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 15404 1152 992 641 0 161 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61616 KiB
Current children cumulated memory: 4608 KiB

[startup+0.304679 s]*
/proc/loadavg: 0.93 1.41 2.19 5/267 53785
/proc/meminfo: memFree=127710912/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=496116 memory=242900 CPUtime=0.04 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 583 0 32 0 0 4 0 0 20 0 1 0 55610112 508022784 60725 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 124029 60725 1568 641 0 108786 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 496116 KiB
Current children cumulated memory: 242900 KiB

[startup+0.700181 s]
/proc/loadavg: 0.93 1.41 2.19 3/267 53785
/proc/meminfo: memFree=125678988/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=527000 memory=458148 CPUtime=0.29 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 5025 0 94 0 16 13 0 0 20 0 2 0 55610112 539648000 114537 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 131750 114537 3072 641 0 114233 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 527000 KiB
Current children cumulated memory: 458148 KiB

[startup+1.50012 s]
/proc/loadavg: 0.93 1.41 2.19 5/271 53789
/proc/meminfo: memFree=124794788/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=529380 memory=462720 CPUtime=1.09 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 5614 0 94 0 93 16 0 0 20 0 2 0 55610112 542085120 115680 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 132345 115680 3104 641 0 114828 0
[pid=53776/tid=53786] ppid=53767 vsize=529380 memory=0 CPUtime=0 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 55610168 542085120 115680 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 529380 KiB
Current children cumulated memory: 462720 KiB

[startup+3.10457 s]
/proc/loadavg: 0.93 1.41 2.19 5/271 53789
/proc/meminfo: memFree=124733544/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=538328 memory=470596 CPUtime=2.69 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 10072 0 94 0 252 17 0 0 20 0 2 0 55610112 551247872 117649 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 134582 117649 3104 641 0 117065 0
[pid=53776/tid=53786] ppid=53767 vsize=538328 memory=458148 CPUtime=0 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 55610168 551247872 117649 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 538328 KiB
Current children cumulated memory: 470596 KiB

[startup+6.30012 s]
/proc/loadavg: 1.18 1.45 2.20 5/271 53789
/proc/meminfo: memFree=124702076/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=546048 memory=477596 CPUtime=5.88 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 16129 0 94 0 570 18 0 0 20 0 2 0 55610112 559153152 119399 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 136512 119399 3104 641 0 118995 0
[pid=53776/tid=53786] ppid=53767 vsize=546048 memory=18560 CPUtime=0 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 55610168 559153152 119399 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 546048 KiB
Current children cumulated memory: 477596 KiB

[startup+12.7001 s]
/proc/loadavg: 1.57 1.53 2.22 5/272 53790
/proc/meminfo: memFree=124669904/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=560996 memory=486904 CPUtime=12.27 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 28031 0 94 0 1205 22 0 0 20 0 2 0 55610112 574459904 121726 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 140249 121726 3104 641 0 122732 0
[pid=53776/tid=53786] ppid=53767 vsize=560996 memory=486904 CPUtime=0 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 55610168 574459904 121726 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 12.27 s
Current children cumulated vsize: 560996 KiB
Current children cumulated memory: 486904 KiB

[startup+25.5001 s]
/proc/loadavg: 1.94 1.61 2.24 5/272 53791
/proc/meminfo: memFree=124615932/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=564032 memory=496048 CPUtime=25.04 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 39532 0 94 0 2476 28 0 0 20 0 2 0 55610112 577568768 124012 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 141008 124012 3104 641 0 123491 0
[pid=53776/tid=53786] ppid=53767 vsize=564032 memory=496048 CPUtime=0 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 2 0 55610168 577568768 124012 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 25.04 s
Current children cumulated vsize: 564032 KiB
Current children cumulated memory: 496048 KiB

[startup+51.1049 s]
/proc/loadavg: 2.75 1.84 2.30 5/271 53836
/proc/meminfo: memFree=122523496/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=592724 memory=514564 CPUtime=50.58 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 48063 0 94 0 5019 39 0 0 20 0 2 0 55610112 606949376 128641 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 148181 128641 3104 641 0 130664 0
[pid=53776/tid=53786] ppid=53767 vsize=592724 memory=18560 CPUtime=0 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 55610168 606949376 128641 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 50.58 s
Current children cumulated vsize: 592724 KiB
Current children cumulated memory: 514564 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 2.22 2.41 5/272 53839
/proc/meminfo: memFree=113140700/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=626012 memory=533376 CPUtime=101.65 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 65323 0 94 0 10110 55 0 0 20 0 2 0 55610112 641036288 133344 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 156503 133344 3104 641 0 138986 0
[pid=53776/tid=53786] ppid=53767 vsize=626012 memory=524472 CPUtime=0.02 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 15 0 0 0 1 1 0 0 20 0 2 0 55610168 641036288 133344 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 101.65 s
Current children cumulated vsize: 626012 KiB
Current children cumulated memory: 533376 KiB

[startup+162.3 s]
/proc/loadavg: 3.93 2.56 2.52 5/271 53841
/proc/meminfo: memFree=108919064/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=629292 memory=540548 CPUtime=161.52 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 66082 0 94 0 16080 72 0 0 20 0 2 0 55610112 644395008 135137 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 157323 135137 3104 641 0 139806 0
[pid=53776/tid=53786] ppid=53767 vsize=629292 memory=536324 CPUtime=0.03 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 15 0 0 0 1 2 0 0 20 0 2 0 55610168 644395008 135137 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 161.52 s
Current children cumulated vsize: 629292 KiB
Current children cumulated memory: 540548 KiB

[startup+222.3 s]
/proc/loadavg: 4.02 2.84 2.62 5/271 53843
/proc/meminfo: memFree=108825812/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=630832 memory=558500 CPUtime=221.38 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 66464 0 94 0 22050 88 0 0 20 0 2 0 55610112 645971968 139625 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 157708 139625 3104 641 0 140191 0
[pid=53776/tid=53786] ppid=53767 vsize=630832 memory=10880 CPUtime=0.05 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 15 0 0 0 2 3 0 0 20 0 2 0 55610168 645971968 139625 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 221.38 s
Current children cumulated vsize: 630832 KiB
Current children cumulated memory: 558500 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.08 2.72 5/271 53846
/proc/meminfo: memFree=108764916/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=681604 memory=570660 CPUtime=281.25 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 67953 0 94 0 28024 101 0 0 20 0 2 0 55610112 697962496 142665 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 170401 142665 3104 641 0 152884 0
[pid=53776/tid=53786] ppid=53767 vsize=681604 memory=568540 CPUtime=0.08 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 16 0 0 0 3 5 0 0 20 0 2 0 55610168 697962496 142665 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 281.25 s
Current children cumulated vsize: 681604 KiB
Current children cumulated memory: 570660 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.27 2.80 5/267 53848
/proc/meminfo: memFree=108732896/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=682956 memory=580260 CPUtime=341.11 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 70840 0 94 0 33989 122 0 0 20 0 2 0 55610112 699346944 145065 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 170739 145065 3104 641 0 153222 0
[pid=53776/tid=53786] ppid=53767 vsize=682956 memory=568540 CPUtime=0.11 cores=0,2

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

/proc/meminfo: memFree=108098272/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=955548 memory=767584 CPUtime=3035.03 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 144949 0 94 0 302630 873 0 0 20 0 2 0 55610112 978481152 191896 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 238887 191896 3104 641 0 221370 0
[pid=53776/tid=53786] ppid=53767 vsize=955548 memory=767584 CPUtime=1.41 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 29 0 0 0 49 92 0 0 20 0 2 0 55610168 978481152 191896 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3035.03 s
Current children cumulated vsize: 955548 KiB
Current children cumulated memory: 767584 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.10 4.02 5/267 53988
/proc/meminfo: memFree=108094552/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=955808 memory=767968 CPUtime=3094.88 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 150512 0 94 0 308598 890 0 0 20 0 2 0 55610112 978747392 191992 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 238952 191992 3104 641 0 221435 0
[pid=53776/tid=53786] ppid=53767 vsize=955808 memory=767968 CPUtime=1.44 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 29 0 0 0 50 94 0 0 20 0 2 0 55610168 978747392 191992 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3094.88 s
Current children cumulated vsize: 955808 KiB
Current children cumulated memory: 767968 KiB

[startup+3162.3 s]
/proc/loadavg: 4.15 4.11 4.03 5/267 53990
/proc/meminfo: memFree=108095768/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=958332 memory=769888 CPUtime=3154.74 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 161739 0 94 0 314565 909 0 0 20 0 2 0 55610112 981331968 192472 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 239583 192472 3104 641 0 222066 0
[pid=53776/tid=53786] ppid=53767 vsize=958332 memory=767968 CPUtime=1.47 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 29 0 0 0 51 96 0 0 20 0 2 0 55610168 981331968 192472 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3154.74 s
Current children cumulated vsize: 958332 KiB
Current children cumulated memory: 769888 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.11 4.03 5/266 53992
/proc/meminfo: memFree=108036120/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=960176 memory=771424 CPUtime=3214.6 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 167004 0 94 0 320531 929 0 0 20 0 2 0 55610112 983220224 192856 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240044 192856 3104 641 0 222527 0
[pid=53776/tid=53786] ppid=53767 vsize=960176 memory=14720 CPUtime=1.5 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 30 0 0 0 52 98 0 0 20 0 2 0 55610168 983220224 192856 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3214.6 s
Current children cumulated vsize: 960176 KiB
Current children cumulated memory: 771424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.10 4.03 5/266 53994
/proc/meminfo: memFree=108035992/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=960944 memory=772192 CPUtime=3274.46 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 167420 0 94 0 326499 947 0 0 20 0 2 0 55610112 984006656 193048 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240236 193048 3104 641 0 222719 0
[pid=53776/tid=53786] ppid=53767 vsize=960944 memory=772192 CPUtime=1.54 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 30 0 0 0 53 101 0 0 20 0 2 0 55610168 984006656 193048 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3274.46 s
Current children cumulated vsize: 960944 KiB
Current children cumulated memory: 772192 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/266 53996
/proc/meminfo: memFree=108035572/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=960944 memory=772192 CPUtime=3334.32 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 167566 0 94 0 332467 965 0 0 20 0 2 0 55610112 984006656 193048 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240236 193048 3104 641 0 222719 0
[pid=53776/tid=53786] ppid=53767 vsize=960944 memory=772192 CPUtime=1.56 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 30 0 0 0 53 103 0 0 20 0 2 0 55610168 984006656 193048 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3334.32 s
Current children cumulated vsize: 960944 KiB
Current children cumulated memory: 772192 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/266 53998
/proc/meminfo: memFree=108029180/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=961600 memory=772960 CPUtime=3394.18 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 167819 0 94 0 338430 988 0 0 20 0 2 0 55610112 984678400 193240 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240400 193240 3104 641 0 222883 0
[pid=53776/tid=53786] ppid=53767 vsize=961600 memory=772192 CPUtime=1.6 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 30 0 0 0 55 105 0 0 20 0 2 0 55610168 984678400 193240 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3394.18 s
Current children cumulated vsize: 961600 KiB
Current children cumulated memory: 772960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.10 4.03 5/266 54000
/proc/meminfo: memFree=108029452/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=962168 memory=773472 CPUtime=3454.04 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 168245 0 94 0 344396 1008 0 0 20 0 2 0 55610112 985260032 193368 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240542 193368 3104 641 0 223025 0
[pid=53776/tid=53786] ppid=53767 vsize=962168 memory=10880 CPUtime=1.62 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 30 0 0 0 55 107 0 0 20 0 2 0 55610168 985260032 193368 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3454.04 s
Current children cumulated vsize: 962168 KiB
Current children cumulated memory: 773472 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/266 54002
/proc/meminfo: memFree=108009316/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=962168 memory=773472 CPUtime=3513.9 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 168265 0 94 0 350366 1024 0 0 20 0 2 0 55610112 985260032 193368 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240542 193368 3104 641 0 223025 0
[pid=53776/tid=53786] ppid=53767 vsize=962168 memory=773472 CPUtime=1.65 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 31 0 0 0 56 109 0 0 20 0 2 0 55610168 985260032 193368 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3513.9 s
Current children cumulated vsize: 962168 KiB
Current children cumulated memory: 773472 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/267 54007
/proc/meminfo: memFree=108009124/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=962552 memory=773984 CPUtime=3573.75 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 168471 0 94 0 356337 1038 0 0 20 0 2 0 55610112 985653248 193496 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240638 193496 3104 641 0 223121 0
[pid=53776/tid=53786] ppid=53767 vsize=962552 memory=14720 CPUtime=1.68 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 31 0 0 0 57 111 0 0 20 0 2 0 55610168 985653248 193496 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3573.75 s
Current children cumulated vsize: 962552 KiB
Current children cumulated memory: 773984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.7 s]
/proc/loadavg: 4.11 4.10 4.04 5/267 54007
/proc/meminfo: memFree=108009108/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=962552 memory=773984 CPUtime=3600.09 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 168536 0 94 0 358966 1043 0 0 20 0 2 0 55610112 985653248 193496 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240638 193496 3104 641 0 223121 0
[pid=53776/tid=53786] ppid=53767 vsize=962552 memory=773984 CPUtime=1.71 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 31 0 0 0 58 113 0 0 20 0 2 0 55610168 985653248 193496 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 962552 KiB
Current children cumulated memory: 773984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.67 s, system=10.4429 s

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

[startup+3608.7 s]
/proc/loadavg: 4.11 4.10 4.04 5/267 54007
/proc/meminfo: memFree=108009108/131250000 swapFree=33010416/33010684
[pid=53776] ppid=53767 vsize=962552 memory=773984 CPUtime=3600.09 cores=0,2
/proc/53776/stat : 53776 (ipbhs_gurobi) R 53767 53776 53709 0 -1 4194304 168536 0 94 0 358966 1043 0 0 20 0 2 0 55610112 985653248 193496 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
/proc/53776/statm: 240638 193496 3104 641 0 223121 0
[pid=53776/tid=53786] ppid=53767 vsize=962552 memory=773984 CPUtime=1.71 cores=0,2
/proc/53776/task/53786/stat : 53786 (ipbhs_gurobi) S 53767 53776 53709 0 -1 4194368 31 0 0 0 58 113 0 0 20 0 2 0 55610168 985653248 193496 18446744073709551615 94399509913600 94399512538653 140722462278848 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94399513157528 94399513190490 94399521964032 140722462280095 140722462280199 140722462280199 140722462285801 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 962552 KiB
Current children cumulated memory: 773984 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.71
CPU time (s): 3600.11
CPU user time (s): 3589.67
CPU system time (s): 10.4429
CPU usage (%): 99.7617
Max. virtual memory (cumulated for all children) (KiB): 962552
Max. memory (cumulated for all children) (KiB): 773984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.67
system time used= 10.4429
maximum resident set size= 773984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168536
page faults= 94
swaps= 0
block input operations= 10960
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 359055
involuntary context switches= 7999


# summary of solver processes directly reported to runsolver:
#   pid: 53776
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3589.67
#   total CPU system time (s): 10.4429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.73093 second user time and 14.9979 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 21:48:22
IDJOB=4497820
IDBENCH=148194
IDSOLVER=3333
FILE ID=nodeC027/4497820-1751399302
RUNJOBID= nodeC027-1751399302-53724
SLURM_JOB_ID= 9598286
Free space on /tmp= 431684 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_3.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497820-1751399302/watcher-4497820-1751399302 -o /tmp/evaluation-result-4497820-1751399302/solver-4497820-1751399302 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751399302-53724 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4497820-1751399302.opb --max-coef 1000000000

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

MD5SUM BENCH= 529ae296d86301d65a8fd4e36abb4ed9
RANDOM SEED=1426173563

nodeC027 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.631
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.29
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.640
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.29
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		: 3600.781
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.29
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		: 3587.965
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.29
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.29
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		: 3700.000
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.29
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.586
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.29
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		: 3599.627
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128345256 kB
MemAvailable:   129756084 kB
Buffers:            2488 kB
Cached:          2212952 kB
SwapCached:           12 kB
Active:           376916 kB
Inactive:        1910748 kB
Active(anon):      87488 kB
Inactive(anon):     2792 kB
Active(file):     289428 kB
Inactive(file):  1907956 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            240084 kB
Writeback:             0 kB
AnonPages:         75368 kB
Mapped:           103492 kB
Shmem:             18056 kB
KReclaimable:     104964 kB
Slab:             193212 kB
SReclaimable:     104964 kB
SUnreclaim:        88248 kB
KernelStack:        4024 kB
PageTables:         2372 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430948 MiB
End job on nodeC027 at 2025-07-01 22:48:31