Trace number 4506212

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.15

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMdbf34b7abc88a78c4f9cfedcb1385de8
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 benchmark-451137
Best CPU time to get the best result obtained on this benchmark71743.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 596093810
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 596093810
Number of bits of the biggest sum of numbers30
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.67/3.73	c limit for coefficient in constraints and objective to 1000000000
3.67/3.73	c will solve HOME/instance-4506212-1751503981.opb
3.67/3.73	c [0.31] 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 (62086 MiB free)
  memory of node 1: 64507 MiB (63680 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100066 s]*
/proc/loadavg: 0.72 1.06 1.76 5/258 72766
/proc/meminfo: memFree=127784664/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=1678544 memory=387252 CPUtime=0.08 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 861 0 0 0 1 7 0 0 20 0 1 0 66075891 1718829056 96813 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 419636 96813 1632 641 0 404393 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 1678544 KiB
Current children cumulated memory: 387252 KiB

[startup+0.205692 s]*
/proc/loadavg: 0.72 1.06 1.76 5/258 72766
/proc/meminfo: memFree=126873968/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=1678544 memory=831748 CPUtime=0.18 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1078 0 0 0 2 16 0 0 20 0 1 0 66075891 1718829056 207937 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 419636 207937 1632 641 0 404393 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1678544 KiB
Current children cumulated memory: 831748 KiB

[startup+0.306129 s]*
/proc/loadavg: 0.72 1.06 1.76 5/258 72767
/proc/meminfo: memFree=125944472/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=1678544 memory=1263876 CPUtime=0.28 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1289 0 0 0 4 24 0 0 20 0 1 0 66075891 1718829056 315969 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 419636 315969 1632 641 0 404393 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 1678544 KiB
Current children cumulated memory: 1263876 KiB

[startup+0.700166 s]
/proc/loadavg: 0.72 1.06 1.76 5/263 72776
/proc/meminfo: memFree=124809028/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=1751968 memory=1673844 CPUtime=0.67 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 14737 0 0 0 34 33 0 0 20 0 1 0 66075891 1794015232 418461 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 437992 418461 1632 641 0 422749 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 1751968 KiB
Current children cumulated memory: 1673844 KiB

[startup+1.50016 s]
/proc/loadavg: 0.72 1.06 1.76 5/263 72776
/proc/meminfo: memFree=124177148/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=1853644 memory=1777324 CPUtime=1.47 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 23605 0 0 0 109 38 0 0 20 0 1 0 66075891 1898131456 444331 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 463411 444331 1760 641 0 448168 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1853644 KiB
Current children cumulated memory: 1777324 KiB

[startup+3.10545 s]
/proc/loadavg: 0.72 1.06 1.76 5/265 72778
/proc/meminfo: memFree=123212156/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2054880 memory=1952840 CPUtime=3.08 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 42506 0 0 0 219 89 0 0 20 0 1 0 66075891 2104197120 488210 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 513720 488210 1760 641 0 498477 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2054880 KiB
Current children cumulated memory: 1952840 KiB

[startup+6.30016 s]
/proc/loadavg: 0.98 1.11 1.77 5/266 72779
/proc/meminfo: memFree=122885024/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2250308 memory=2135860 CPUtime=6.26 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 75772 0 0 0 532 94 0 0 20 0 2 0 66075891 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 562577 533965 2304 641 0 545060 0
[pid=72761/tid=72779] ppid=72757 vsize=2250308 memory=18688 CPUtime=0 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 66076229 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2250308 KiB
Current children cumulated memory: 2135860 KiB

[startup+12.7002 s]
/proc/loadavg: 1.22 1.16 1.78 5/265 72794
/proc/meminfo: memFree=124978040/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2250308 memory=2135860 CPUtime=12.65 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 80853 0 0 0 1170 95 0 0 20 0 2 0 66075891 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 562577 533965 2304 641 0 545060 0
[pid=72761/tid=72779] ppid=72757 vsize=2250308 memory=2135860 CPUtime=0 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 66076229 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2250308 KiB
Current children cumulated memory: 2135860 KiB

[startup+25.5001 s]
/proc/loadavg: 1.99 1.33 1.83 5/267 72826
/proc/meminfo: memFree=124181000/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2250308 memory=2135860 CPUtime=25.42 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 84955 0 0 0 2447 95 0 0 20 0 2 0 66075891 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 562577 533965 2304 641 0 545060 0
[pid=72761/tid=72779] ppid=72757 vsize=2250308 memory=2135860 CPUtime=0 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 2 0 66076229 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2250308 KiB
Current children cumulated memory: 2135860 KiB

[startup+51.1056 s]
/proc/loadavg: 2.68 1.54 1.89 5/267 72827
/proc/meminfo: memFree=124116260/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2250308 memory=2135860 CPUtime=50.98 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 86465 0 0 0 5002 96 0 0 20 0 2 0 66075891 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 562577 533965 2304 641 0 545060 0
[pid=72761/tid=72779] ppid=72757 vsize=2250308 memory=10752 CPUtime=0 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 19 0 0 0 0 0 0 0 20 0 2 0 66076229 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2250308 KiB
Current children cumulated memory: 2135860 KiB

[startup+102.3 s]
/proc/loadavg: 3.47 1.94 2.00 5/267 72829
/proc/meminfo: memFree=124019420/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2250308 memory=2135860 CPUtime=102.09 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 86468 0 0 0 10111 98 0 0 20 0 2 0 66075891 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 562577 533965 2304 641 0 545060 0
[pid=72761/tid=72779] ppid=72757 vsize=2250308 memory=2135860 CPUtime=0.02 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 20 0 0 0 1 1 0 0 20 0 2 0 66076229 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 2250308 KiB
Current children cumulated memory: 2135860 KiB

[startup+162.3 s]
/proc/loadavg: 3.88 2.33 2.14 5/267 72831
/proc/meminfo: memFree=123943920/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2250308 memory=2135860 CPUtime=161.98 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 88610 0 0 0 16098 100 0 0 20 0 2 0 66075891 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 562577 533965 2304 641 0 545060 0
[pid=72761/tid=72779] ppid=72757 vsize=2250308 memory=14384 CPUtime=0.03 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 26 0 0 0 1 2 0 0 20 0 2 0 66076229 2304315392 533965 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 161.98 s
Current children cumulated vsize: 2250308 KiB
Current children cumulated memory: 2135860 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.65 2.26 5/268 72834
/proc/meminfo: memFree=123647872/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2462912 memory=2353400 CPUtime=221.87 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 356955 0 0 0 22012 175 0 0 20 0 2 0 66075891 2522021888 588350 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 615728 588350 3328 641 0 598211 0
[pid=72761/tid=72779] ppid=72757 vsize=2462912 memory=2353400 CPUtime=0.06 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 30 0 0 0 2 4 0 0 20 0 2 0 66076229 2522021888 588350 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 221.87 s
Current children cumulated vsize: 2462912 KiB
Current children cumulated memory: 2353400 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 2.92 2.38 5/268 72836
/proc/meminfo: memFree=123633116/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2462912 memory=2353400 CPUtime=281.77 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 357213 0 0 0 28000 177 0 0 20 0 2 0 66075891 2522021888 588350 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 615728 588350 3328 641 0 598211 0
[pid=72761/tid=72779] ppid=72757 vsize=2462912 memory=2353400 CPUtime=0.07 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 32 0 0 0 3 4 0 0 20 0 2 0 66076229 2522021888 588350 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 281.77 s
Current children cumulated vsize: 2462912 KiB
Current children cumulated memory: 2353400 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 3.13 2.49 5/268 72838
/proc/meminfo: memFree=123596100/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=2462912 memory=2353400 CPUtime=341.65 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 357275 0 0 0 33987 178 0 0 20 0 2 0 66075891 2522021888 588350 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 615728 588350 3328 641 0 598211 0
[pid=72761/tid=72779] ppid=72757 vsize=2462912 memory=2353400 CPUtime=0.1 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 32 0 0 0 4 6 0 0 20 0 2 0 66076229 2522021888 588350 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 341.65 s
Current children cumulated vsize: 2462912 KiB
Current children cumulated memory: 2353400 KiB

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

/proc/meminfo: memFree=122873360/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3126524 memory=2905224 CPUtime=3037.24 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1373456 0 0 0 303391 333 0 0 20 0 2 0 66075891 3201560576 726306 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 781631 726306 3328 641 0 764114 0
[pid=72761/tid=72779] ppid=72757 vsize=3126524 memory=2903156 CPUtime=0.79 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 122 0 0 0 28 51 0 0 20 0 2 0 66076229 3201560576 726306 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3037.24 s
Current children cumulated vsize: 3126524 KiB
Current children cumulated memory: 2905224 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.14 4.04 5/268 73126
/proc/meminfo: memFree=122914948/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3127488 memory=2912312 CPUtime=3097.14 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1459802 0 0 0 309374 340 0 0 20 0 2 0 66075891 3202547712 728078 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 781872 728078 3328 641 0 764355 0
[pid=72761/tid=72779] ppid=72757 vsize=3127488 memory=2912312 CPUtime=0.81 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 125 0 0 0 29 52 0 0 20 0 2 0 66076229 3202547712 728078 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3097.14 s
Current children cumulated vsize: 3127488 KiB
Current children cumulated memory: 2912312 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.13 4.04 5/266 73128
/proc/meminfo: memFree=122716560/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3127904 memory=2920920 CPUtime=3157.05 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1535576 0 0 0 315358 347 0 0 20 0 2 0 66075891 3202973696 730230 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 781976 730230 3328 641 0 764459 0
[pid=72761/tid=72779] ppid=72757 vsize=3127904 memory=2912312 CPUtime=0.82 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 126 0 0 0 29 53 0 0 20 0 2 0 66076229 3202973696 730230 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3157.05 s
Current children cumulated vsize: 3127904 KiB
Current children cumulated memory: 2920920 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.12 4.04 5/266 73130
/proc/meminfo: memFree=122734876/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3130428 memory=2931636 CPUtime=3216.94 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1649358 0 0 0 321337 357 0 0 20 0 2 0 66075891 3205558272 732909 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 782607 732909 3328 641 0 765090 0
[pid=72761/tid=72779] ppid=72757 vsize=3130428 memory=2912312 CPUtime=0.85 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 130 0 0 0 30 55 0 0 20 0 2 0 66076229 3205558272 732909 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3216.94 s
Current children cumulated vsize: 3130428 KiB
Current children cumulated memory: 2931636 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.04 5/266 73132
/proc/meminfo: memFree=122633328/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3211992 memory=3023440 CPUtime=3276.84 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1825162 0 0 0 327312 372 0 0 20 0 2 0 66075891 3289079808 755860 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 802998 755860 3328 641 0 785481 0
[pid=72761/tid=72779] ppid=72757 vsize=3211992 memory=14384 CPUtime=0.86 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 133 0 0 0 30 56 0 0 20 0 2 0 66076229 3289079808 755860 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3276.84 s
Current children cumulated vsize: 3211992 KiB
Current children cumulated memory: 3023440 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.05 5/266 73134
/proc/meminfo: memFree=122549848/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3212136 memory=3035872 CPUtime=3336.74 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1922658 0 0 0 333295 379 0 0 20 0 2 0 66075891 3289227264 758968 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 803034 758968 3328 641 0 785517 0
[pid=72761/tid=72779] ppid=72757 vsize=3212136 memory=3031776 CPUtime=0.87 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 135 0 0 0 30 57 0 0 20 0 2 0 66076229 3289227264 758968 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3336.74 s
Current children cumulated vsize: 3212136 KiB
Current children cumulated memory: 3035872 KiB

[startup+3402.3 s]
/proc/loadavg: 4.27 4.15 4.06 5/268 73138
/proc/meminfo: memFree=122466136/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3212604 memory=3046580 CPUtime=3396.63 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1922802 0 0 0 339282 381 0 0 20 0 2 0 66075891 3289706496 761645 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 803151 761645 3328 641 0 785634 0
[pid=72761/tid=72779] ppid=72757 vsize=3212604 memory=3031776 CPUtime=0.89 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 135 0 0 0 31 58 0 0 20 0 2 0 66076229 3289706496 761645 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3396.63 s
Current children cumulated vsize: 3212604 KiB
Current children cumulated memory: 3046580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.16 4.07 5/268 73142
/proc/meminfo: memFree=122499612/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3214504 memory=3054624 CPUtime=3456.53 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 1968401 0 0 0 345266 387 0 0 20 0 2 0 66075891 3291652096 763656 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 803626 763656 3328 641 0 786109 0
[pid=72761/tid=72779] ppid=72757 vsize=3214504 memory=3031776 CPUtime=0.9 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 137 0 0 0 31 59 0 0 20 0 2 0 66076229 3291652096 763656 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3456.53 s
Current children cumulated vsize: 3214504 KiB
Current children cumulated memory: 3054624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.16 4.08 5/268 73148
/proc/meminfo: memFree=122320112/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3249828 memory=3104284 CPUtime=3516.39 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 2142243 0 0 0 351238 401 0 0 20 0 2 0 66075891 3327823872 776071 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 812457 776071 3328 641 0 794940 0
[pid=72761/tid=72779] ppid=72757 vsize=3249828 memory=14384 CPUtime=0.93 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 141 0 0 0 32 61 0 0 20 0 2 0 66076229 3327823872 776071 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3516.39 s
Current children cumulated vsize: 3249828 KiB
Current children cumulated memory: 3104284 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.16 4.08 5/267 73150
/proc/meminfo: memFree=122425836/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3251576 memory=3114228 CPUtime=3576.27 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 2247696 0 0 0 357218 409 0 0 20 0 2 0 66075891 3329613824 778557 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 812894 778557 3328 641 0 795377 0
[pid=72761/tid=72779] ppid=72757 vsize=3251576 memory=3114228 CPUtime=0.94 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 143 0 0 0 32 62 0 0 20 0 2 0 66076229 3329613824 778557 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3576.27 s
Current children cumulated vsize: 3251576 KiB
Current children cumulated memory: 3114228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.11 s]
/proc/loadavg: 4.39 4.21 4.10 5/267 73151
/proc/meminfo: memFree=122438080/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3251576 memory=3118324 CPUtime=3600.02 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 2247701 0 0 0 359592 410 0 0 20 0 2 0 66075891 3329613824 779581 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 812894 779581 3328 641 0 795377 0
[pid=72761/tid=72779] ppid=72757 vsize=3251576 memory=3114228 CPUtime=0.94 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 143 0 0 0 32 62 0 0 20 0 2 0 66076229 3329613824 779581 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3251576 KiB
Current children cumulated memory: 3118324 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.93 s, system=4.1474 s

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

[startup+3606.11 s]
/proc/loadavg: 4.39 4.21 4.10 5/267 73151
/proc/meminfo: memFree=122438080/131249996 swapFree=33010416/33010684
[pid=72761] ppid=72757 vsize=3251576 memory=3118324 CPUtime=3600.02 cores=4,6
/proc/72761/stat : 72761 (ipbhs_gurobi) R 72757 72761 72707 0 -1 4194304 2247701 0 0 0 359592 410 0 0 20 0 2 0 66075891 3329613824 779581 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
/proc/72761/statm: 812894 779581 3328 641 0 795377 0
[pid=72761/tid=72779] ppid=72757 vsize=3251576 memory=3114228 CPUtime=0.94 cores=4,6
/proc/72761/task/72779/stat : 72779 (ipbhs_gurobi) S 72757 72761 72707 0 -1 4194368 143 0 0 0 32 62 0 0 20 0 2 0 66076229 3329613824 779581 18446744073709551615 94267570728960 94267573354013 140725097818448 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94267573972888 94267574005850 94267588784128 140725097826719 140725097826823 140725097826823 140725097832425 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3251576 KiB
Current children cumulated memory: 3118324 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3606.15
CPU time (s): 3600.08
CPU user time (s): 3595.93
CPU system time (s): 4.1474
CPU usage (%): 99.8316
Max. virtual memory (cumulated for all children) (KiB): 3251576
Max. memory (cumulated for all children) (KiB): 3118324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.93
system time used= 4.1474
maximum resident set size= 3118324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2247701
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358463
involuntary context switches= 1623


# summary of solver processes directly reported to runsolver:
#   pid: 72761
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3595.93
#   total CPU system time (s): 4.1474

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.8037 second user time and 15.1992 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-07-03 02:53:01
IDJOB=4506212
IDBENCH=157926
IDSOLVER=3333
FILE ID=nodeC022/4506212-1751503981
RUNJOBID= nodeC022-1751503981-72718
SLURM_JOB_ID= 9598593
Free space on /tmp= 432196 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506212-1751503981/watcher-4506212-1751503981 -o /tmp/evaluation-result-4506212-1751503981/solver-4506212-1751503981 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751503981-72718 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4506212-1751503981.opb --max-coef 1000000000

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

MD5SUM BENCH= dbf34b7abc88a78c4f9cfedcb1385de8
RANDOM SEED=2121705596

nodeC022 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.929
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.44
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		: 3589.396
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.44
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		: 3599.715
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.44
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		: 3599.990
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.44
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		: 3652.391
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.44
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.44
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.840
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.44
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.714
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129091724 kB
MemAvailable:   129669156 kB
Buffers:            2128 kB
Cached:          1361628 kB
SwapCached:           32 kB
Active:           676160 kB
Inactive:         819252 kB
Active(anon):     145568 kB
Inactive(anon):     4176 kB
Active(file):     530592 kB
Inactive(file):   815076 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            310312 kB
Writeback:             0 kB
AnonPages:        134816 kB
Mapped:           106160 kB
Shmem:             18028 kB
KReclaimable:     141604 kB
Slab:             231924 kB
SReclaimable:     141604 kB
SUnreclaim:        90320 kB
KernelStack:        4048 kB
PageTables:         2884 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2399072 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432020 MiB
End job on nodeC022 at 2025-07-03 03:53:08