Trace number 4505982

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 3605.52

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null50mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMa6b74371f97d4ca84ea621a5ce055c49
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 benchmark-17584
Best CPU time to get the best result obtained on this benchmark3131.31
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 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174841973
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174841973
Number of bits of the biggest sum of numbers28
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
4.25/4.32	c limit for coefficient in constraints and objective to 1000000000
4.25/4.32	c will solve HOME/instance-4505982-1751495836.opb
4.25/4.32	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: 63794 MiB (62256 MiB free)
  memory of node 1: 64507 MiB (60713 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505982-1751495836/watcher-4505982-1751495836 -o /tmp/evaluation-result-4505982-1751495836/solver-4505982-1751495836 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751488621-72614 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4505982-1751495836.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=73433, runsolver pid=73430

[startup+0.100066 s]*
/proc/loadavg: 4.12 4.12 4.15 5/251 73434
/proc/meminfo: memFree=125681956/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=316804 memory=253164 CPUtime=0.08 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 2324 0 0 0 2 6 0 0 20 0 1 0 65263441 324407296 63291 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 79201 63291 1600 641 0 63958 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 316804 KiB
Current children cumulated memory: 253164 KiB

[startup+0.208277 s]*
/proc/loadavg: 4.12 4.12 4.15 5/251 73434
/proc/meminfo: memFree=125622412/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=338516 memory=272636 CPUtime=0.18 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 6461 0 0 0 11 7 0 0 20 0 1 0 65263441 346640384 68159 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 84629 68159 1600 641 0 69386 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 338516 KiB
Current children cumulated memory: 272636 KiB

[startup+0.307995 s]*
/proc/loadavg: 4.12 4.12 4.15 5/251 73434
/proc/meminfo: memFree=125602440/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=354452 memory=282764 CPUtime=0.29 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 8992 0 0 0 20 9 0 0 20 0 1 0 65263441 362958848 70691 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 88613 70691 1600 641 0 73370 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 354452 KiB
Current children cumulated memory: 282764 KiB

[startup+0.700263 s]
/proc/loadavg: 4.12 4.12 4.15 5/251 73434
/proc/meminfo: memFree=125530248/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=377204 memory=307804 CPUtime=0.67 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 12211 0 0 0 57 10 0 0 20 0 1 0 65263441 386256896 76951 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 94301 76951 1600 641 0 79058 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 377204 KiB
Current children cumulated memory: 307804 KiB

[startup+1.50031 s]
/proc/loadavg: 4.12 4.12 4.15 5/252 73435
/proc/meminfo: memFree=125283288/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=423500 memory=345352 CPUtime=1.46 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 18527 0 0 0 133 13 0 0 20 0 1 0 65263441 433664000 86338 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 105875 86338 1600 641 0 90632 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 423500 KiB
Current children cumulated memory: 345352 KiB

[startup+3.11256 s]
/proc/loadavg: 4.11 4.12 4.15 5/253 73436
/proc/meminfo: memFree=124777908/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=653752 memory=567544 CPUtime=3.08 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 42848 0 0 0 259 49 0 0 20 0 1 0 65263441 669442048 141886 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 163438 141886 1696 641 0 148195 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 653752 KiB
Current children cumulated memory: 567544 KiB

[startup+6.30024 s]
/proc/loadavg: 4.11 4.12 4.15 5/254 73437
/proc/meminfo: memFree=124576012/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=875784 memory=766488 CPUtime=6.26 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 76486 0 0 0 548 78 0 0 20 0 2 0 65263441 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 218946 191622 2304 641 0 201429 0
[pid=73433/tid=73437] ppid=73430 vsize=875784 memory=18432 CPUtime=0 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 65263839 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 875784 KiB
Current children cumulated memory: 766488 KiB

[startup+12.7002 s]
/proc/loadavg: 4.18 4.13 4.15 5/254 73437
/proc/meminfo: memFree=124351556/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=875784 memory=766488 CPUtime=12.65 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 78580 0 0 0 1186 79 0 0 20 0 2 0 65263441 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 218946 191622 2304 641 0 201429 0
[pid=73433/tid=73437] ppid=73430 vsize=875784 memory=572676 CPUtime=0 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 65263839 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 875784 KiB
Current children cumulated memory: 766488 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.13 4.15 5/254 73438
/proc/meminfo: memFree=124375712/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=875784 memory=766488 CPUtime=25.44 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 79756 0 0 0 2464 80 0 0 20 0 2 0 65263441 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 218946 191622 2304 641 0 201429 0
[pid=73433/tid=73437] ppid=73430 vsize=875784 memory=14336 CPUtime=0.01 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 9 0 0 0 0 1 0 0 20 0 2 0 65263839 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 875784 KiB
Current children cumulated memory: 766488 KiB

[startup+51.1122 s]
/proc/loadavg: 4.16 4.13 4.15 5/254 73438
/proc/meminfo: memFree=124352468/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=875784 memory=766488 CPUtime=51.01 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 79759 0 0 0 5020 81 0 0 20 0 2 0 65263441 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 218946 191622 2304 641 0 201429 0
[pid=73433/tid=73437] ppid=73430 vsize=875784 memory=14336 CPUtime=0.04 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 10 0 0 0 1 3 0 0 20 0 2 0 65263839 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 875784 KiB
Current children cumulated memory: 766488 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.12 4.14 5/255 73441
/proc/meminfo: memFree=124220704/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=875784 memory=766488 CPUtime=102.13 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 80751 0 0 0 10127 86 0 0 20 0 2 0 65263441 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 218946 191622 2304 641 0 201429 0
[pid=73433/tid=73437] ppid=73430 vsize=875784 memory=14336 CPUtime=0.1 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 12 0 0 0 2 8 0 0 20 0 2 0 65263839 896802816 191622 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 875784 KiB
Current children cumulated memory: 766488 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/255 73447
/proc/meminfo: memFree=123734404/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1149432 memory=1039008 CPUtime=162.04 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 309444 0 0 0 16042 162 0 0 20 0 2 0 65263441 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 287358 259752 3328 641 0 269841 0
[pid=73433/tid=73437] ppid=73430 vsize=1149432 memory=11136 CPUtime=0.18 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 18 0 0 0 4 14 0 0 20 0 2 0 65263839 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 162.04 s
Current children cumulated vsize: 1149432 KiB
Current children cumulated memory: 1039008 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.14 5/255 73449
/proc/meminfo: memFree=123004812/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1149432 memory=1039008 CPUtime=221.94 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 309805 0 0 0 22023 171 0 0 20 0 2 0 65263441 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 287358 259752 3328 641 0 269841 0
[pid=73433/tid=73437] ppid=73430 vsize=1149432 memory=1039008 CPUtime=0.27 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 19 0 0 0 6 21 0 0 20 0 2 0 65263839 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 221.94 s
Current children cumulated vsize: 1149432 KiB
Current children cumulated memory: 1039008 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/255 73451
/proc/meminfo: memFree=123027236/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1149432 memory=1039008 CPUtime=281.85 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 309918 0 0 0 28005 180 0 0 20 0 2 0 65263441 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 287358 259752 3328 641 0 269841 0
[pid=73433/tid=73437] ppid=73430 vsize=1149432 memory=1039008 CPUtime=0.38 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 20 0 0 0 10 28 0 0 20 0 2 0 65263839 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 281.85 s
Current children cumulated vsize: 1149432 KiB
Current children cumulated memory: 1039008 KiB

[startup+342.3 s]
/proc/loadavg: 4.20 4.14 4.14 5/254 73453
/proc/meminfo: memFree=122934820/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1149432 memory=1039008 CPUtime=341.74 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 312645 0 0 0 33986 188 0 0 20 0 2 0 65263441 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 287358 259752 3328 641 0 269841 0
[pid=73433/tid=73437] ppid=73430 vsize=1149432 memory=1039008 CPUtime=0.49 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 22 0 0 0 12 37 0 0 20 0 2 0 65263839 1177018368 259752 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 341.74 s
Current children cumulated vsize: 1149432 KiB
Current children cumulated memory: 1039008 KiB

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

/proc/meminfo: memFree=120017028/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1782616 memory=1542272 CPUtime=3037.38 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 996336 0 0 0 303149 589 0 0 20 0 2 0 65263441 1825398784 385568 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 445654 385568 3328 641 0 428137 0
[pid=73433/tid=73437] ppid=73430 vsize=1782616 memory=1532928 CPUtime=4.29 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 60 0 0 0 111 318 0 0 20 0 2 0 65263839 1825398784 385568 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3037.38 s
Current children cumulated vsize: 1782616 KiB
Current children cumulated memory: 1542272 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.17 4.18 5/255 73601
/proc/meminfo: memFree=119976824/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1786228 memory=1552424 CPUtime=3097.32 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 997839 0 0 0 309137 595 0 0 20 0 2 0 65263441 1829097472 388106 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 446557 388106 3328 641 0 429040 0
[pid=73433/tid=73437] ppid=73430 vsize=1786228 memory=1550376 CPUtime=4.35 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 61 0 0 0 113 322 0 0 20 0 2 0 65263839 1829097472 388106 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3097.32 s
Current children cumulated vsize: 1786228 KiB
Current children cumulated memory: 1552424 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.15 4.17 5/255 73608
/proc/meminfo: memFree=119945408/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1786228 memory=1560668 CPUtime=3157.27 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1077767 0 0 0 315120 607 0 0 20 0 2 0 65263441 1829097472 390167 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 446557 390167 3328 641 0 429040 0
[pid=73433/tid=73437] ppid=73430 vsize=1786228 memory=1550376 CPUtime=4.41 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 62 0 0 0 114 327 0 0 20 0 2 0 65263839 1829097472 390167 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3157.27 s
Current children cumulated vsize: 1786228 KiB
Current children cumulated memory: 1560668 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.15 4.17 5/255 73613
/proc/meminfo: memFree=119908112/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1797900 memory=1588672 CPUtime=3217.22 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1080993 0 0 0 321109 613 0 0 20 0 2 0 65263441 1841049600 397168 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 449475 397168 3328 641 0 431958 0
[pid=73433/tid=73437] ppid=73430 vsize=1797900 memory=1550376 CPUtime=4.48 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 63 0 0 0 116 332 0 0 20 0 2 0 65263839 1841049600 397168 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3217.22 s
Current children cumulated vsize: 1797900 KiB
Current children cumulated memory: 1588672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/255 73615
/proc/meminfo: memFree=119813468/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1860336 memory=1661348 CPUtime=3277.15 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1096165 0 0 0 327094 621 0 0 20 0 2 0 65263441 1904984064 415337 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 465084 415337 3328 641 0 447567 0
[pid=73433/tid=73437] ppid=73430 vsize=1860336 memory=1656180 CPUtime=4.54 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 63 0 0 0 117 337 0 0 20 0 2 0 65263839 1904984064 415337 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3277.15 s
Current children cumulated vsize: 1860336 KiB
Current children cumulated memory: 1661348 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.16 4.17 5/255 73617
/proc/meminfo: memFree=119793196/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1865540 memory=1680892 CPUtime=3337.1 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1096964 0 0 0 333083 627 0 0 20 0 2 0 65263441 1910312960 420223 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 466385 420223 3328 641 0 448868 0
[pid=73433/tid=73437] ppid=73430 vsize=1865540 memory=1674744 CPUtime=4.61 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 63 0 0 0 118 343 0 0 20 0 2 0 65263839 1910312960 420223 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3337.1 s
Current children cumulated vsize: 1865540 KiB
Current children cumulated memory: 1680892 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.19 4.18 5/255 73619
/proc/meminfo: memFree=119761364/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1867432 memory=1693020 CPUtime=3397.05 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1097457 0 0 0 339071 634 0 0 20 0 2 0 65263441 1912250368 423255 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 466858 423255 3328 641 0 449341 0
[pid=73433/tid=73437] ppid=73430 vsize=1867432 memory=1674744 CPUtime=4.67 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 64 0 0 0 120 347 0 0 20 0 2 0 65263839 1912250368 423255 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3397.05 s
Current children cumulated vsize: 1867432 KiB
Current children cumulated memory: 1693020 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.15 4.17 5/254 73621
/proc/meminfo: memFree=119740356/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1867432 memory=1703260 CPUtime=3456.99 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1097486 0 0 0 345059 640 0 0 20 0 2 0 65263441 1912250368 425815 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 466858 425815 3328 641 0 449341 0
[pid=73433/tid=73437] ppid=73430 vsize=1867432 memory=1674744 CPUtime=4.73 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 65 0 0 0 121 352 0 0 20 0 2 0 65263839 1912250368 425815 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3456.99 s
Current children cumulated vsize: 1867432 KiB
Current children cumulated memory: 1703260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/255 73626
/proc/meminfo: memFree=119533196/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1868092 memory=1714132 CPUtime=3516.93 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1098930 0 0 0 351047 646 0 0 20 0 2 0 65263441 1912926208 428533 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 467023 428533 3328 641 0 449506 0
[pid=73433/tid=73437] ppid=73430 vsize=1868092 memory=14336 CPUtime=4.8 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 66 0 0 0 123 357 0 0 20 0 2 0 65263839 1912926208 428533 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3516.93 s
Current children cumulated vsize: 1868092 KiB
Current children cumulated memory: 1714132 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.15 4.17 5/255 73629
/proc/meminfo: memFree=119482304/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1868092 memory=1724476 CPUtime=3576.89 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1099943 0 0 0 357035 654 0 0 20 0 2 0 65263441 1912926208 431119 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 467023 431119 3328 641 0 449506 0
[pid=73433/tid=73437] ppid=73430 vsize=1868092 memory=14336 CPUtime=4.86 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 68 0 0 0 124 362 0 0 20 0 2 0 65263839 1912926208 431119 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3576.89 s
Current children cumulated vsize: 1868092 KiB
Current children cumulated memory: 1724476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.5 s]
/proc/loadavg: 4.03 4.13 4.16 2/234 73722
/proc/meminfo: memFree=126102836/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1868092 memory=1730628 CPUtime=3600.05 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1100066 0 0 0 359349 656 0 0 20 0 2 0 65263441 1912926208 432657 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 467023 432657 3328 641 0 449506 0
[pid=73433/tid=73437] ppid=73430 vsize=1868092 memory=1730628 CPUtime=4.89 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 70 0 0 0 125 364 0 0 20 0 2 0 65263839 1912926208 432657 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1868092 KiB
Current children cumulated memory: 1730628 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.5 s, system=6.58178 s

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

[startup+3605.5 s]
/proc/loadavg: 4.03 4.13 4.16 2/234 73722
/proc/meminfo: memFree=126102836/131382116 swapFree=33010684/33010684
[pid=73433] ppid=73430 vsize=1868092 memory=1730628 CPUtime=3600.05 cores=5,7
/proc/73433/stat : 73433 (ipbhs_gurobi) R 73430 73433 72601 0 -1 4194304 1100066 0 0 0 359349 656 0 0 20 0 2 0 65263441 1912926208 432657 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
/proc/73433/statm: 467023 432657 3328 641 0 449506 0
[pid=73433/tid=73437] ppid=73430 vsize=1868092 memory=1730628 CPUtime=4.89 cores=5,7
/proc/73433/task/73437/stat : 73437 (ipbhs_gurobi) S 73430 73433 72601 0 -1 4194368 70 0 0 0 125 364 0 0 20 0 2 0 65263839 1912926208 432657 18446744073709551615 94339189071872 94339191696925 140737253250384 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94339192315800 94339192348762 94339205189632 140737253255583 140737253255687 140737253255687 140737253261289 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 1868092 KiB
Current children cumulated memory: 1730628 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3605.52
CPU time (s): 3600.08
CPU user time (s): 3593.5
CPU system time (s): 6.58178
CPU usage (%): 99.8491
Max. virtual memory (cumulated for all children) (KiB): 1868092
Max. memory (cumulated for all children) (KiB): 1730628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.5
system time used= 6.58178
maximum resident set size= 1730628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1100066
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= 356664
involuntary context switches= 20069


# summary of solver processes directly reported to runsolver:
#   pid: 73433
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3593.5
#   total CPU system time (s): 6.58178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6657 second user time and 32.3414 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 00:37:17
IDJOB=4505982
IDBENCH=157587
IDSOLVER=3333
FILE ID=nodeC011/4505982-1751495836
RUNJOBID= nodeC011-1751488621-72614
SLURM_JOB_ID= 9598547
Free space on /tmp= 430252 MiB

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

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

MD5SUM BENCH= a6b74371f97d4ca84ea621a5ce055c49
RANDOM SEED=1035768315

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

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

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

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125937228 kB
MemAvailable:   128250924 kB
Buffers:            3276 kB
Cached:          3115616 kB
SwapCached:            0 kB
Active:          2196024 kB
Inactive:        2676528 kB
Active(anon):    1769520 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2674424 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            357304 kB
Writeback:             0 kB
AnonPages:       1756768 kB
Mapped:           111760 kB
Shmem:             17960 kB
KReclaimable:     104408 kB
Slab:             189224 kB
SReclaimable:     104408 kB
SUnreclaim:        84816 kB
KernelStack:        4064 kB
PageTables:         6296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2199280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430456 MiB
End job on nodeC011 at 2025-07-03 01:37:23