Trace number 4497774

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.03 3609.31

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_2.opb
MD5SUMa7d8f923a6cdb36d5c6f2d05cbd48ec7
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 benchmark19
Best CPU time to get the best result obtained on this benchmark57.5933
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8901
Total number of constraints32298
Number of constraints which are clauses32280
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint1
Maximum length of a constraint790
Number of terms in the objective function 790
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 790
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 820
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.24	c initialize IPBHS solver
0.00/0.24	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.24	c optimizer = "gurobi"
0.00/0.24	c pbsolver = "roundingsat"
0.00/0.24	c use separate pbsolver for SIS
0.00/0.24	c load symmetries from file ""
0.00/0.24	c set time limit for symmetry computation to 100 seconds.
0.00/0.24	c set interchangeable summation variable limit to 3
0.00/0.24	c set sym compact max subset size to 5
0.00/0.24	c set explicit symmetry matrix usage to 1
0.00/0.24	c sym budget explicit to 100
0.00/0.24	c sym budget explicit lits to 6000
0.00/0.24	c sym budget compact to 100
0.00/0.24	c sym budget compact lits to 6000
0.00/0.24	c sym budget common to 0
0.00/0.24	c sym budget common lits to 0
0.00/0.24	c set sym generation to 's'
0.00/0.24	c set abstraction set creation to 10 iterations without LB change
0.00/0.24	c set abstraction set inputs to 0
0.00/0.24	c set abstraction set cluster min size to 2
0.00/0.24	c set abstraction set cluster max size to 100000000
0.00/0.24	c set abstraction set cluster activation limit to 2
0.00/0.24	c enable abstraction set require equal cost
0.00/0.24	c set abstraction set assumptions to 0
0.00/0.24	c set abstraction set constraint type to 0
0.00/0.24	c set abstract core extraction strategy to b
0.00/0.24	c set core extraction strategy to 2
0.00/0.24	c set core extraction shuffles 10
0.00/0.24	c set cores per iteration to 5
0.00/0.24	c set optimizer bound usage strategy to 2
0.00/0.24	c set optimizer max non-optimal iterations to 1000
0.00/0.24	c set small core cardinality limit to 2
0.00/0.24	c set max coef in cores to 1000000000
0.00/0.24	c set core processing techniques to 4095
0.00/0.24	c set SIS iterations to 5
0.00/0.24	c set SIS budget abs to 1000
0.00/0.24	c set SIS budget rel to 0.05
0.13/0.55	c limit for coefficient in constraints and objective to 1000000000
0.13/0.55	c will solve HOME/instance-4497774-1751399302.opb
0.13/0.55	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: 63665 MiB (62422 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-4497774-1751399302/watcher-4497774-1751399302 -o /tmp/evaluation-result-4497774-1751399302/solver-4497774-1751399302 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751399302-53727 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4497774-1751399302.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
Current StackSize limit: 8192 KiB

solver pid=53780, runsolver pid=53769

[startup+0.100062 s]*
/proc/loadavg: 0.67 1.36 2.18 1/267 53785
/proc/meminfo: memFree=128337580/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=60468 memory=896 CPUtime=0 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) D 53769 53780 53709 0 -1 4194304 119 0 4 0 0 0 0 0 20 0 1 0 55610114 61919232 224 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 15117 224 192 641 0 265 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 60468 KiB
Current children cumulated memory: 896 KiB

[startup+0.205207 s]*
/proc/loadavg: 0.93 1.41 2.19 1/267 53785
/proc/meminfo: memFree=128336464/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=61616 memory=4992 CPUtime=0 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) D 53769 53780 53709 0 -1 4194304 356 0 24 0 0 0 0 0 20 0 1 0 55610114 63094784 1248 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 15404 1248 1056 641 0 161 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 61616 KiB
Current children cumulated memory: 4992 KiB

[startup+0.304863 s]*
/proc/loadavg: 0.93 1.41 2.19 5/267 53785
/proc/meminfo: memFree=127526152/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=77172 memory=17104 CPUtime=0.06 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 2551 0 27 0 5 1 0 0 20 0 1 0 55610114 79024128 4276 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 19293 4276 1696 641 0 4050 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 77172 KiB
Current children cumulated memory: 17104 KiB

[startup+0.700181 s]
/proc/loadavg: 0.93 1.41 2.19 3/267 53785
/proc/meminfo: memFree=125556172/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=108080 memory=39928 CPUtime=0.26 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 6298 0 82 0 21 5 0 0 20 0 2 0 55610114 110673920 9982 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 27020 9982 3168 641 0 9503 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 108080 KiB
Current children cumulated memory: 39928 KiB

[startup+1.50018 s]
/proc/loadavg: 0.93 1.41 2.19 5/271 53789
/proc/meminfo: memFree=124794788/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=109528 memory=42644 CPUtime=1.04 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 8240 0 102 0 94 10 0 0 20 0 2 0 55610114 112156672 10661 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 27382 10661 3424 641 0 9865 0
[pid=53780/tid=53787] ppid=53769 vsize=109528 memory=0 CPUtime=0 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 55610168 112156672 10661 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 109528 KiB
Current children cumulated memory: 42644 KiB

[startup+3.10533 s]
/proc/loadavg: 0.93 1.41 2.19 5/271 53789
/proc/meminfo: memFree=124733544/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=117744 memory=48404 CPUtime=2.64 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 11888 0 102 0 253 11 0 0 20 0 2 0 55610114 120569856 12101 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 29436 12101 3424 641 0 11919 0
[pid=53780/tid=53787] ppid=53769 vsize=117744 memory=40232 CPUtime=0 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 55610168 120569856 12101 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 117744 KiB
Current children cumulated memory: 48404 KiB

[startup+6.30018 s]
/proc/loadavg: 1.18 1.45 2.20 5/271 53789
/proc/meminfo: memFree=124702076/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=129464 memory=63880 CPUtime=5.83 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 16393 0 102 0 570 13 0 0 20 0 2 0 55610114 132571136 15970 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 32366 15970 3424 641 0 14849 0
[pid=53780/tid=53787] ppid=53769 vsize=129464 memory=18560 CPUtime=0 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 55610168 132571136 15970 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 129464 KiB
Current children cumulated memory: 63880 KiB

[startup+12.7002 s]
/proc/loadavg: 1.57 1.53 2.22 5/272 53790
/proc/meminfo: memFree=124669904/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=141140 memory=70840 CPUtime=12.22 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 25218 0 102 0 1208 14 0 0 20 0 2 0 55610114 144527360 17710 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 35285 17710 3424 641 0 17768 0
[pid=53780/tid=53787] ppid=53769 vsize=141140 memory=70840 CPUtime=0 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 55610168 144527360 17710 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 12.22 s
Current children cumulated vsize: 141140 KiB
Current children cumulated memory: 70840 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=53780] ppid=53769 vsize=177500 memory=100496 CPUtime=24.99 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 35216 0 104 0 2475 24 0 0 20 0 2 0 55610114 181760000 25124 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 44375 25124 3488 641 0 26858 0
[pid=53780/tid=53787] ppid=53769 vsize=177500 memory=100240 CPUtime=0 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 55610168 181760000 25124 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 24.99 s
Current children cumulated vsize: 177500 KiB
Current children cumulated memory: 100496 KiB

[startup+51.1054 s]
/proc/loadavg: 2.75 1.84 2.30 5/271 53836
/proc/meminfo: memFree=122523496/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=182596 memory=105616 CPUtime=50.55 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 43831 0 104 0 5023 32 0 0 20 0 2 0 55610114 186978304 26404 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 45649 26404 3488 641 0 28132 0
[pid=53780/tid=53787] ppid=53769 vsize=182596 memory=18560 CPUtime=0.01 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 12 0 0 0 1 0 0 0 20 0 2 0 55610168 186978304 26404 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 50.55 s
Current children cumulated vsize: 182596 KiB
Current children cumulated memory: 105616 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=53780] ppid=53769 vsize=188056 memory=114372 CPUtime=101.63 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 45052 0 104 0 10111 52 0 0 20 0 2 0 55610114 192569344 28593 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 47014 28593 3488 641 0 29497 0
[pid=53780/tid=53787] ppid=53769 vsize=188056 memory=108816 CPUtime=0.03 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 13 0 0 0 1 2 0 0 20 0 2 0 55610168 192569344 28593 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 101.63 s
Current children cumulated vsize: 188056 KiB
Current children cumulated memory: 114372 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=53780] ppid=53769 vsize=223984 memory=129856 CPUtime=161.49 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 66885 0 104 0 16074 75 0 0 20 0 2 0 55610114 229359616 32464 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 55996 32464 3488 641 0 38479 0
[pid=53780/tid=53787] ppid=53769 vsize=223984 memory=128320 CPUtime=0.05 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 16 0 0 0 2 3 0 0 20 0 2 0 55610168 229359616 32464 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 161.49 s
Current children cumulated vsize: 223984 KiB
Current children cumulated memory: 129856 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=53780] ppid=53769 vsize=228516 memory=160852 CPUtime=221.34 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 89666 0 104 0 22040 94 0 0 20 0 2 0 55610114 234000384 40213 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 57129 40213 3488 641 0 39612 0
[pid=53780/tid=53787] ppid=53769 vsize=228516 memory=10880 CPUtime=0.07 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 20 0 0 0 3 4 0 0 20 0 2 0 55610168 234000384 40213 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 221.34 s
Current children cumulated vsize: 228516 KiB
Current children cumulated memory: 160852 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=53780] ppid=53769 vsize=282288 memory=187348 CPUtime=281.21 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 92616 0 104 0 28011 110 0 0 20 0 2 0 55610114 289062912 46837 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 70572 46837 3488 641 0 53055 0
[pid=53780/tid=53787] ppid=53769 vsize=282288 memory=164052 CPUtime=0.09 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 21 0 0 0 4 5 0 0 20 0 2 0 55610168 289062912 46837 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 281.21 s
Current children cumulated vsize: 282288 KiB
Current children cumulated memory: 187348 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=53780] ppid=53769 vsize=286196 memory=193360 CPUtime=341.07 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 107015 0 104 0 33979 128 0 0 20 0 2 0 55610114 293064704 48340 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 71549 48340 3488 641 0 54032 0
[pid=53780/tid=53787] ppid=53769 vsize=286196 memory=164052 CPUtime=0.11 cores=5,7

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

/proc/meminfo: memFree=108098272/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=410356 memory=323712 CPUtime=3034.37 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 181757 0 104 0 302193 1244 0 0 20 0 2 0 55610114 420204544 80928 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 102589 80928 3488 641 0 85072 0
[pid=53780/tid=53787] ppid=53769 vsize=410356 memory=323712 CPUtime=2.12 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 32 0 0 0 65 147 0 0 20 0 2 0 55610168 420204544 80928 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3034.37 s
Current children cumulated vsize: 410356 KiB
Current children cumulated memory: 323712 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=53780] ppid=53769 vsize=411468 memory=328972 CPUtime=3094.22 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 182092 0 104 0 308159 1263 0 0 20 0 2 0 55610114 421343232 82243 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 102867 82243 3488 641 0 85350 0
[pid=53780/tid=53787] ppid=53769 vsize=411468 memory=323840 CPUtime=2.18 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 67 151 0 0 20 0 2 0 55610168 421343232 82243 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3094.22 s
Current children cumulated vsize: 411468 KiB
Current children cumulated memory: 328972 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=53780] ppid=53769 vsize=411468 memory=328972 CPUtime=3154.08 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 182107 0 104 0 314127 1281 0 0 20 0 2 0 55610114 421343232 82243 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 102867 82243 3488 641 0 85350 0
[pid=53780/tid=53787] ppid=53769 vsize=411468 memory=323840 CPUtime=2.23 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 68 155 0 0 20 0 2 0 55610168 421343232 82243 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3154.08 s
Current children cumulated vsize: 411468 KiB
Current children cumulated memory: 328972 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=53780] ppid=53769 vsize=563676 memory=384372 CPUtime=3213.94 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 185763 0 104 0 320091 1303 0 0 20 0 2 0 55610114 577204224 96093 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 140919 96093 3488 641 0 123402 0
[pid=53780/tid=53787] ppid=53769 vsize=563676 memory=376032 CPUtime=2.28 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 70 158 0 0 20 0 2 0 55610168 577204224 96093 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3213.94 s
Current children cumulated vsize: 563676 KiB
Current children cumulated memory: 384372 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=53780] ppid=53769 vsize=563808 memory=384628 CPUtime=3273.8 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 187087 0 104 0 326059 1321 0 0 20 0 2 0 55610114 577339392 96157 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 140952 96157 3488 641 0 123435 0
[pid=53780/tid=53787] ppid=53769 vsize=563808 memory=5148 CPUtime=2.33 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 71 162 0 0 20 0 2 0 55610168 577339392 96157 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3273.8 s
Current children cumulated vsize: 563808 KiB
Current children cumulated memory: 384628 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=53780] ppid=53769 vsize=563808 memory=384628 CPUtime=3333.65 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 189192 0 104 0 332026 1339 0 0 20 0 2 0 55610114 577339392 96157 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 140952 96157 3488 641 0 123435 0
[pid=53780/tid=53787] ppid=53769 vsize=563808 memory=384628 CPUtime=2.39 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 73 166 0 0 20 0 2 0 55610168 577339392 96157 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3333.65 s
Current children cumulated vsize: 563808 KiB
Current children cumulated memory: 384628 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=53780] ppid=53769 vsize=567652 memory=391536 CPUtime=3393.51 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 195959 0 104 0 337994 1357 0 0 20 0 2 0 55610114 581275648 97884 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 141913 97884 3488 641 0 124396 0
[pid=53780/tid=53787] ppid=53769 vsize=567652 memory=391536 CPUtime=2.44 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 74 170 0 0 20 0 2 0 55610168 581275648 97884 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3393.51 s
Current children cumulated vsize: 567652 KiB
Current children cumulated memory: 391536 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=53780] ppid=53769 vsize=567652 memory=391536 CPUtime=3453.37 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 196784 0 104 0 343967 1370 0 0 20 0 2 0 55610114 581275648 97884 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 141913 97884 3488 641 0 124396 0
[pid=53780/tid=53787] ppid=53769 vsize=567652 memory=391536 CPUtime=2.5 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 76 174 0 0 20 0 2 0 55610168 581275648 97884 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3453.37 s
Current children cumulated vsize: 567652 KiB
Current children cumulated memory: 391536 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=53780] ppid=53769 vsize=567652 memory=406080 CPUtime=3513.23 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 196934 0 104 0 349935 1388 0 0 20 0 2 0 55610114 581275648 101520 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 141913 101520 3488 641 0 124396 0
[pid=53780/tid=53787] ppid=53769 vsize=567652 memory=406080 CPUtime=2.54 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 77 177 0 0 20 0 2 0 55610168 581275648 101520 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3513.23 s
Current children cumulated vsize: 567652 KiB
Current children cumulated memory: 406080 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=53780] ppid=53769 vsize=567888 memory=406208 CPUtime=3573.08 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 197125 0 104 0 355901 1407 0 0 20 0 2 0 55610114 581517312 101552 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 141972 101552 3488 641 0 124455 0
[pid=53780/tid=53787] ppid=53769 vsize=567888 memory=406080 CPUtime=2.6 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 79 181 0 0 20 0 2 0 55610168 581517312 101552 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3573.08 s
Current children cumulated vsize: 567888 KiB
Current children cumulated memory: 406208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.3 s]
/proc/loadavg: 4.11 4.10 4.04 3/257 54023
/proc/meminfo: memFree=111013416/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=567888 memory=406208 CPUtime=3600.01 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 197162 0 104 0 358585 1416 0 0 20 0 2 0 55610114 581517312 101552 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 141972 101552 3488 641 0 124455 0
[pid=53780/tid=53787] ppid=53769 vsize=567888 memory=406208 CPUtime=2.61 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 79 182 0 0 20 0 2 0 55610168 581517312 101552 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 567888 KiB
Current children cumulated memory: 406208 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.86 s, system=14.1695 s

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

[startup+3609.3 s]
/proc/loadavg: 4.11 4.10 4.04 3/257 54023
/proc/meminfo: memFree=111013416/131250000 swapFree=33010416/33010684
[pid=53780] ppid=53769 vsize=567888 memory=406208 CPUtime=3600.01 cores=5,7
/proc/53780/stat : 53780 (ipbhs_gurobi) R 53769 53780 53709 0 -1 4194304 197162 0 104 0 358585 1416 0 0 20 0 2 0 55610114 581517312 101552 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
/proc/53780/statm: 141972 101552 3488 641 0 124455 0
[pid=53780/tid=53787] ppid=53769 vsize=567888 memory=406208 CPUtime=2.61 cores=5,7
/proc/53780/task/53787/stat : 53787 (ipbhs_gurobi) S 53769 53780 53709 0 -1 4194368 33 0 0 0 79 182 0 0 20 0 2 0 55610168 581517312 101552 18446744073709551615 94221793824768 94221796449821 140728039289248 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94221797068696 94221797101658 94221805678592 140728039291295 140728039291399 140728039291399 140728039297001 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 567888 KiB
Current children cumulated memory: 406208 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.31
CPU time (s): 3600.03
CPU user time (s): 3585.86
CPU system time (s): 14.1695
CPU usage (%): 99.743
Max. virtual memory (cumulated for all children) (KiB): 567888
Max. memory (cumulated for all children) (KiB): 406208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.86
system time used= 14.1695
maximum resident set size= 406208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 197162
page faults= 104
swaps= 0
block input operations= 6528
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358971
involuntary context switches= 4285


# summary of solver processes directly reported to runsolver:
#   pid: 53780
#   total CPU time (s): 3600.03
#   total CPU user time (s): 3585.86
#   total CPU system time (s): 14.1695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.01215 second user time and 16.5624 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 21:48:22
IDJOB=4497774
IDBENCH=148193
IDSOLVER=3333
FILE ID=nodeC027/4497774-1751399302
RUNJOBID= nodeC027-1751399302-53727
SLURM_JOB_ID= 9598286
Free space on /tmp= 431680 MiB

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

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

MD5SUM BENCH= a7d8f923a6cdb36d5c6f2d05cbd48ec7
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.658
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.634
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.688
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.665
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:     336932 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:32