Trace number 4503044

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.08 3606.06

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_11_shg.opb
MD5SUM1fbef458f61b2221fcf0474a376c4852
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 benchmark64
Best CPU time to get the best result obtained on this benchmark3585.25
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15008
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 constraint65
Maximum length of a constraint90
Number of terms in the objective function 15008
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 15008
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15008
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503044-1751453447/watcher-4503044-1751453447 -o /tmp/evaluation-result-4503044-1751453447/solver-4503044-1751453447 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751453447-60695 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4503044-1751453447.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100108 s]*
/proc/loadavg: 0.90 2.81 3.64 6/250 60751
/proc/meminfo: memFree=127263348/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=2138080 memory=266092 CPUtime=0.09 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 699 0 0 0 1 8 0 0 20 0 1 0 61023920 2189393920 66523 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 534520 66523 1632 641 0 519277 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 2138080 KiB
Current children cumulated memory: 266092 KiB

[startup+0.214051 s]*
/proc/loadavg: 0.90 2.81 3.64 5/250 60751
/proc/meminfo: memFree=126134932/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=2138080 memory=583532 CPUtime=0.21 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 853 0 0 0 3 18 0 0 20 0 1 0 61023920 2189393920 145371 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 534520 145883 1632 641 0 519277 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2138080 KiB
Current children cumulated memory: 583532 KiB

[startup+0.313886 s]*
/proc/loadavg: 0.90 2.81 3.64 5/250 60751
/proc/meminfo: memFree=125121204/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=2138080 memory=847724 CPUtime=0.31 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 983 0 0 0 5 26 0 0 20 0 1 0 61023920 2189393920 211931 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 534520 211931 1632 641 0 519277 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2138080 KiB
Current children cumulated memory: 847724 KiB

[startup+0.700341 s]
/proc/loadavg: 0.90 2.81 3.64 5/250 60751
/proc/meminfo: memFree=123302644/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=2138080 memory=1783660 CPUtime=0.68 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 1440 0 0 0 11 57 0 0 20 0 1 0 61023920 2189393920 445915 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 534520 445915 1632 641 0 519277 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2138080 KiB
Current children cumulated memory: 1783660 KiB

[startup+1.50029 s]
/proc/loadavg: 0.90 2.81 3.64 4/252 60753
/proc/meminfo: memFree=121901660/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=2196312 memory=2132976 CPUtime=1.47 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 16562 0 0 0 76 71 0 0 20 0 1 0 61023920 2249023488 533244 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 549078 533244 1632 641 0 533835 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 2196312 KiB
Current children cumulated memory: 2132976 KiB

[startup+3.11272 s]
/proc/loadavg: 1.15 2.83 3.64 5/253 60754
/proc/meminfo: memFree=121412284/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=2334984 memory=2266500 CPUtime=3.08 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 43014 0 0 0 224 84 0 0 20 0 1 0 61023920 2391023616 566625 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 583746 566625 1728 641 0 568503 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2334984 KiB
Current children cumulated memory: 2266500 KiB

[startup+6.30035 s]
/proc/loadavg: 1.15 2.83 3.64 5/254 60755
/proc/meminfo: memFree=120599812/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=3071484 memory=2971256 CPUtime=6.26 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 85504 0 0 0 512 114 0 0 20 0 2 0 61023920 3145199616 742814 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 767871 742814 2656 641 0 750354 0
[pid=60750/tid=60755] ppid=60747 vsize=3071484 memory=2657132 CPUtime=0 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 61024234 3145199616 742814 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 3071484 KiB
Current children cumulated memory: 2971256 KiB

[startup+12.7003 s]
/proc/loadavg: 1.38 2.85 3.65 5/255 60757
/proc/meminfo: memFree=120439772/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=3069388 memory=2715684 CPUtime=12.65 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 93170 0 0 0 1141 124 0 0 20 0 2 0 61023920 3143053312 678921 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 767347 678921 2912 641 0 749830 0
[pid=60750/tid=60755] ppid=60747 vsize=3069388 memory=2657132 CPUtime=0 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 61024234 3143053312 678921 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3069388 KiB
Current children cumulated memory: 2715684 KiB

[startup+25.5004 s]
/proc/loadavg: 2.03 2.93 3.66 5/255 60757
/proc/meminfo: memFree=119838884/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=3335784 memory=2976364 CPUtime=25.42 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 112874 0 0 0 2391 151 0 0 20 0 2 0 61023920 3415842816 744091 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 833946 744091 3136 641 0 816429 0
[pid=60750/tid=60755] ppid=60747 vsize=3335784 memory=2937240 CPUtime=0.03 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 9 0 0 0 1 2 0 0 20 0 2 0 61024234 3415842816 744091 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 3335784 KiB
Current children cumulated memory: 2976364 KiB

[startup+51.1132 s]
/proc/loadavg: 2.70 3.01 3.67 5/253 60771
/proc/meminfo: memFree=121876064/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4115156 memory=3423832 CPUtime=50.98 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 251080 0 1 0 4877 221 0 0 20 0 2 0 61023920 4213919744 855958 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1028789 855958 3648 641 0 1011272 0
[pid=60750/tid=60755] ppid=60747 vsize=4115156 memory=3339996 CPUtime=0.07 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 12 0 0 0 2 5 0 0 20 0 2 0 61024234 4213919744 855958 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 4115156 KiB
Current children cumulated memory: 3423832 KiB

[startup+102.3 s]
/proc/loadavg: 3.52 3.20 3.70 5/258 60808
/proc/meminfo: memFree=121229248/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4411108 memory=3801224 CPUtime=102.07 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 467199 0 2 0 9917 290 0 0 20 0 2 0 61023920 4516974592 950306 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1102777 950306 3712 641 0 1085260 0
[pid=60750/tid=60755] ppid=60747 vsize=4411108 memory=3801224 CPUtime=0.16 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 16 0 0 0 5 11 0 0 20 0 2 0 61024234 4516974592 950306 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 4411108 KiB
Current children cumulated memory: 3801224 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 3.36 3.73 6/258 60810
/proc/meminfo: memFree=121004128/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4428488 memory=3818616 CPUtime=161.99 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 690851 0 2 0 15877 322 0 0 20 0 2 0 61023920 4534771712 954654 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1107122 954654 3712 641 0 1089605 0
[pid=60750/tid=60755] ppid=60747 vsize=4428488 memory=3801224 CPUtime=0.26 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 20 0 0 0 8 18 0 0 20 0 2 0 61024234 4534771712 954654 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 161.99 s
Current children cumulated vsize: 4428488 KiB
Current children cumulated memory: 3818616 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 3.50 3.75 5/257 60812
/proc/meminfo: memFree=120858636/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4348120 memory=3749920 CPUtime=221.89 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 846521 0 2 0 21836 353 0 0 20 0 2 0 61023920 4452474880 937480 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1087030 937480 3712 641 0 1069513 0
[pid=60750/tid=60755] ppid=60747 vsize=4348120 memory=16336 CPUtime=0.36 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 24 0 0 0 10 26 0 0 20 0 2 0 61024234 4452474880 937480 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 221.89 s
Current children cumulated vsize: 4348120 KiB
Current children cumulated memory: 3749920 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.62 3.78 5/257 60814
/proc/meminfo: memFree=120744584/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4285144 memory=3693332 CPUtime=281.81 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 939460 0 2 0 27805 376 0 0 20 0 2 0 61023920 4387987456 923333 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1071286 923333 3712 641 0 1053769 0
[pid=60750/tid=60755] ppid=60747 vsize=4285144 memory=3693292 CPUtime=0.47 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 28 0 0 0 14 33 0 0 20 0 2 0 61024234 4387987456 923333 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 281.81 s
Current children cumulated vsize: 4285144 KiB
Current children cumulated memory: 3693332 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.71 3.80 5/257 60819
/proc/meminfo: memFree=120675936/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4285144 memory=3693332 CPUtime=341.72 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 944877 0 2 0 33782 390 0 0 20 0 2 0 61023920 4387987456 923333 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1071286 923333 3712 641 0 1053769 0
[pid=60750/tid=60755] ppid=60747 vsize=4285144 memory=3693292 CPUtime=0.58 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 30 0 0 0 18 40 0 0 20 0 2 0 61024234 4387987456 923333 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 341.72 s
Current children cumulated vsize: 4285144 KiB
Current children cumulated memory: 3693332 KiB

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

/proc/meminfo: memFree=108164752/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4888136 memory=4118372 CPUtime=2977.42 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 4258201 0 2 0 296587 1155 0 0 20 0 2 0 61023920 5005451264 1029593 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1222034 1029593 3712 641 0 1204517 0
[pid=60750/tid=60755] ppid=60747 vsize=4888136 memory=4118372 CPUtime=5.38 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 171 0 0 0 167 371 0 0 20 0 2 0 61024234 5005451264 1029593 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 2977.42 s
Current children cumulated vsize: 4888136 KiB
Current children cumulated memory: 4118372 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.11 4.11 5/254 60954
/proc/meminfo: memFree=108515620/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4310424 memory=3793452 CPUtime=3037.33 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 4354036 0 2 0 302558 1175 0 0 20 0 2 0 61023920 4413874176 948363 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1077606 948363 3712 641 0 1060089 0
[pid=60750/tid=60755] ppid=60747 vsize=4310424 memory=3793452 CPUtime=5.48 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 175 0 0 0 169 379 0 0 20 0 2 0 61024234 4413874176 948363 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3037.33 s
Current children cumulated vsize: 4310424 KiB
Current children cumulated memory: 3793452 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.10 4.10 5/253 60956
/proc/meminfo: memFree=107454020/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4331704 memory=3814604 CPUtime=3097.23 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 4431232 0 2 0 308530 1193 0 0 20 0 2 0 61023920 4435664896 953651 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1082926 953651 3712 641 0 1065409 0
[pid=60750/tid=60755] ppid=60747 vsize=4331704 memory=3793452 CPUtime=5.6 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 178 0 0 0 173 387 0 0 20 0 2 0 61024234 4435664896 953651 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3097.23 s
Current children cumulated vsize: 4331704 KiB
Current children cumulated memory: 3814604 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.10 5/254 60959
/proc/meminfo: memFree=107444712/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4331704 memory=3814604 CPUtime=3157.12 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 4513327 0 2 0 314502 1210 0 0 20 0 2 0 61023920 4435664896 953651 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1082926 953651 3712 641 0 1065409 0
[pid=60750/tid=60755] ppid=60747 vsize=4331704 memory=16336 CPUtime=5.71 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 182 0 0 0 177 394 0 0 20 0 2 0 61024234 4435664896 953651 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3157.12 s
Current children cumulated vsize: 4331704 KiB
Current children cumulated memory: 3814604 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.11 4.10 5/254 60961
/proc/meminfo: memFree=107590604/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4540488 memory=3947592 CPUtime=3217.01 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 4674996 0 2 0 320453 1248 0 0 20 0 2 0 61023920 4649459712 986898 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1135122 986898 3712 641 0 1117605 0
[pid=60750/tid=60755] ppid=60747 vsize=4540488 memory=3944328 CPUtime=5.82 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 186 0 0 0 180 402 0 0 20 0 2 0 61024234 4649459712 986898 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3217.01 s
Current children cumulated vsize: 4540488 KiB
Current children cumulated memory: 3947592 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 60963
/proc/meminfo: memFree=107822620/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4546480 memory=3937640 CPUtime=3276.9 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 4773039 0 2 0 326398 1292 0 0 20 0 2 0 61023920 4655595520 984410 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1136620 984410 3744 641 0 1119103 0
[pid=60750/tid=60755] ppid=60747 vsize=4546480 memory=3965844 CPUtime=5.91 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 191 0 0 0 182 409 0 0 20 0 2 0 61024234 4655595520 984410 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3276.9 s
Current children cumulated vsize: 4546480 KiB
Current children cumulated memory: 3937640 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/254 60967
/proc/meminfo: memFree=107565768/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4462780 memory=3924760 CPUtime=3336.79 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 4861598 0 2 0 332370 1309 0 0 20 0 2 0 61023920 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1115695 981190 3744 641 0 1098178 0
[pid=60750/tid=60755] ppid=60747 vsize=4462780 memory=3924760 CPUtime=6.02 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 195 0 0 0 186 416 0 0 20 0 2 0 61024234 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3336.79 s
Current children cumulated vsize: 4462780 KiB
Current children cumulated memory: 3924760 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/254 60973
/proc/meminfo: memFree=107840652/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4462780 memory=3924760 CPUtime=3396.7 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 5010169 0 2 0 338341 1329 0 0 20 0 2 0 61023920 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1115695 981190 3744 641 0 1098178 0
[pid=60750/tid=60755] ppid=60747 vsize=4462780 memory=3924760 CPUtime=6.14 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 198 0 0 0 190 424 0 0 20 0 2 0 61024234 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3396.7 s
Current children cumulated vsize: 4462780 KiB
Current children cumulated memory: 3924760 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/253 60975
/proc/meminfo: memFree=107359484/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4462780 memory=3924760 CPUtime=3456.6 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 5096464 0 2 0 344315 1345 0 0 20 0 2 0 61023920 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1115695 981190 3744 641 0 1098178 0
[pid=60750/tid=60755] ppid=60747 vsize=4462780 memory=3924760 CPUtime=6.25 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 201 0 0 0 193 432 0 0 20 0 2 0 61024234 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3456.6 s
Current children cumulated vsize: 4462780 KiB
Current children cumulated memory: 3924760 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/253 60977
/proc/meminfo: memFree=108056096/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4462780 memory=3924760 CPUtime=3516.48 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 5180806 0 2 0 350290 1358 0 0 20 0 2 0 61023920 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1115695 981190 3744 641 0 1098178 0
[pid=60750/tid=60755] ppid=60747 vsize=4462780 memory=3924760 CPUtime=6.36 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 205 0 0 0 196 440 0 0 20 0 2 0 61024234 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3516.48 s
Current children cumulated vsize: 4462780 KiB
Current children cumulated memory: 3924760 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/253 60979
/proc/meminfo: memFree=108063320/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4462780 memory=3924760 CPUtime=3576.36 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 5327647 0 2 0 356258 1378 0 0 20 0 2 0 61023920 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1115695 981190 3744 641 0 1098178 0
[pid=60750/tid=60755] ppid=60747 vsize=4462780 memory=16336 CPUtime=6.47 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 209 0 0 0 199 448 0 0 20 0 2 0 61024234 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3576.36 s
Current children cumulated vsize: 4462780 KiB
Current children cumulated memory: 3924760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606 s]*
/proc/loadavg: 4.13 4.11 4.09 5/244 61029
/proc/meminfo: memFree=121715636/131382120 swapFree=33010160/33010684
[pid=60750] ppid=60747 vsize=4462780 memory=3924760 CPUtime=3600.02 cores=5,7
/proc/60750/stat : 60750 (ipbhs_gurobi) R 60747 60750 60682 0 -1 4194304 5337570 0 2 0 358620 1382 0 0 20 0 2 0 61023920 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
/proc/60750/statm: 1115695 981190 3744 641 0 1098178 0
[pid=60750/tid=60755] ppid=60747 vsize=4462780 memory=8039887049847964843 CPUtime=6.52 cores=5,7
/proc/60750/task/60755/stat : 60755 (ipbhs_gurobi) S 60747 60750 60682 0 -1 4194368 211 0 0 0 201 451 0 0 20 0 2 0 61024234 4569886720 981190 18446744073709551615 94048994394112 94048997019165 140735103942464 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94048997638040 94048997671002 94049016016896 140735103945119 140735103945223 140735103945223 140735103950825 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 4462780 KiB
Current children cumulated memory: 3924760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3586.21 s, system=13.8676 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): 3606.06
CPU time (s): 3600.08
CPU user time (s): 3586.21
CPU system time (s): 13.8676
CPU usage (%): 99.8341
Max. virtual memory (cumulated for all children) (KiB): 4890420
Max. memory (cumulated for all children) (KiB): 4240452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.21
system time used= 13.8676
maximum resident set size= 4255740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5337570
page faults= 2
swaps= 0
block input operations= 256
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356484
involuntary context switches= 20415


# summary of solver processes directly reported to runsolver:
#   pid: 60750
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3586.21
#   total CPU system time (s): 13.8676

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6532 second user time and 35.4349 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-07-02 12:50:48
IDJOB=4503044
IDBENCH=155404
IDSOLVER=3333
FILE ID=nodeC008/4503044-1751453447
RUNJOBID= nodeC008-1751453447-60695
SLURM_JOB_ID= 9598441
Free space on /tmp= 432584 MiB

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

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

MD5SUM BENCH= 1fbef458f61b2221fcf0474a376c4852
RANDOM SEED=1356161381

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128846168 kB
MemAvailable:   129829904 kB
Buffers:            2144 kB
Cached:          1780720 kB
SwapCached:           16 kB
Active:           403060 kB
Inactive:        1559932 kB
Active(anon):     161528 kB
Inactive(anon):    36628 kB
Active(file):     241532 kB
Inactive(file):  1523304 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            307084 kB
Writeback:             0 kB
AnonPages:        185352 kB
Mapped:           108924 kB
Shmem:             17920 kB
KReclaimable:     117052 kB
Slab:             200724 kB
SReclaimable:     117052 kB
SUnreclaim:        83672 kB
KernelStack:        4032 kB
PageTables:         3196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    5332848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432660 MiB
End job on nodeC008 at 2025-07-02 13:50:54