Trace number 4505844

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.13 3603.63

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null0mast_rapportOE2.0_TMAX300_K192_cod1.opb
MD5SUM98a5f88ebd5d10d5c10cd6435ed09c83
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-423611
Best CPU time to get the best result obtained on this benchmark71671.6
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 272557
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 246044672
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 246044672
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.35/4.41	c limit for coefficient in constraints and objective to 1000000000
4.35/4.41	c will solve HOME/instance-4505844-1751495833.opb
4.35/4.41	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 (61829 MiB free)
  memory of node 1: 64507 MiB (60863 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505844-1751495833/watcher-4505844-1751495833 -o /tmp/evaluation-result-4505844-1751495833/solver-4505844-1751495833 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751488621-72613 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4505844-1751495833.opb --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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.el9_5.x86_64
Starting watchdog thread
solver pid=73342, runsolver pid=73339
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 4.12 4.12 4.15 5/249 73343
/proc/meminfo: memFree=126335280/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=851704 memory=271120 CPUtime=0.08 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 942 0 0 0 3 5 0 0 20 0 1 0 65263104 872144896 67780 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 0 0 0 0 0 17 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 212926 67780 1632 641 0 197683 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 851704 KiB
Current children cumulated memory: 271120 KiB

[startup+0.218615 s]*
/proc/loadavg: 4.12 4.12 4.15 4/249 73355
/proc/meminfo: memFree=126001824/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=851704 memory=625452 CPUtime=0.2 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 1115 0 0 0 7 13 0 0 20 0 1 0 65263104 872144896 156363 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 212926 156363 1632 641 0 197683 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 851704 KiB
Current children cumulated memory: 625452 KiB

[startup+0.313125 s]*
/proc/loadavg: 4.12 4.12 4.15 4/249 73357
/proc/meminfo: memFree=125824724/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=856944 memory=793000 CPUtime=0.29 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 3221 0 0 0 12 17 0 0 20 0 1 0 65263104 877510656 198250 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 214236 198250 1632 641 0 198993 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 856944 KiB
Current children cumulated memory: 793000 KiB

[startup+0.700294 s]
/proc/loadavg: 4.12 4.12 4.15 4/249 73372
/proc/meminfo: memFree=125775860/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=909584 memory=832252 CPUtime=0.66 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 11815 0 0 0 45 21 0 0 20 0 1 0 65263104 931414016 208063 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 227396 208063 1632 641 0 212153 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 909584 KiB
Current children cumulated memory: 832252 KiB

[startup+1.50029 s]
/proc/loadavg: 4.12 4.12 4.15 5/248 73378
/proc/meminfo: memFree=125757412/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=954848 memory=877952 CPUtime=1.46 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 19134 0 0 0 122 24 0 0 20 0 1 0 65263104 977764352 219488 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 238712 219488 1632 641 0 223469 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 954848 KiB
Current children cumulated memory: 877952 KiB

[startup+3.11355 s]
/proc/loadavg: 4.12 4.12 4.15 4/247 73425
/proc/meminfo: memFree=126083556/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1186236 memory=1107140 CPUtime=3.07 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 42164 0 0 0 249 58 0 0 20 0 1 0 65263104 1214705664 276785 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 296559 276785 1728 641 0 281316 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1186236 KiB
Current children cumulated memory: 1107140 KiB

[startup+6.30032 s]
/proc/loadavg: 4.11 4.12 4.15 5/253 73436
/proc/meminfo: memFree=124785784/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1417420 memory=1307452 CPUtime=6.25 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 77031 0 0 0 535 90 0 0 20 0 2 0 65263104 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 354355 326863 2304 641 0 336838 0
[pid=73342/tid=73435] ppid=73339 vsize=1417420 memory=18432 CPUtime=0 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 65263510 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1417420 KiB
Current children cumulated memory: 1307452 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.12 4.14 5/254 73437
/proc/meminfo: memFree=124576012/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1417420 memory=1307452 CPUtime=12.65 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 78611 0 0 0 1174 91 0 0 20 0 2 0 65263104 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 354355 326863 2304 641 0 336838 0
[pid=73342/tid=73435] ppid=73339 vsize=1417420 memory=1307452 CPUtime=0 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 65263510 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1417420 KiB
Current children cumulated memory: 1307452 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.13 4.15 5/254 73438
/proc/meminfo: memFree=124380176/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1417420 memory=1307452 CPUtime=25.43 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 80934 0 0 0 2451 92 0 0 20 0 2 0 65263104 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 354355 326863 2304 641 0 336838 0
[pid=73342/tid=73435] ppid=73339 vsize=1417420 memory=1307452 CPUtime=0.01 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 11 0 0 0 0 1 0 0 20 0 2 0 65263510 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1417420 KiB
Current children cumulated memory: 1307452 KiB

[startup+51.1126 s]
/proc/loadavg: 4.16 4.13 4.15 5/254 73438
/proc/meminfo: memFree=124356556/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1417420 memory=1307452 CPUtime=51.01 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 81710 0 0 0 5007 94 0 0 20 0 2 0 65263104 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 354355 326863 2304 641 0 336838 0
[pid=73342/tid=73435] ppid=73339 vsize=1417420 memory=1307452 CPUtime=0.05 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 13 0 0 0 1 4 0 0 20 0 2 0 65263510 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 1417420 KiB
Current children cumulated memory: 1307452 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/255 73441
/proc/meminfo: memFree=124228732/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1417420 memory=1307452 CPUtime=102.14 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 81715 0 0 0 10116 98 0 0 20 0 2 0 65263104 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 354355 326863 2304 641 0 336838 0
[pid=73342/tid=73435] ppid=73339 vsize=1417420 memory=1307452 CPUtime=0.1 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 14 0 0 0 2 8 0 0 20 0 2 0 65263510 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 1417420 KiB
Current children cumulated memory: 1307452 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/255 73447
/proc/meminfo: memFree=123703748/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1417420 memory=1307452 CPUtime=162.09 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 82361 0 0 0 16105 104 0 0 20 0 2 0 65263104 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 354355 326863 2304 641 0 336838 0
[pid=73342/tid=73435] ppid=73339 vsize=1417420 memory=1307452 CPUtime=0.17 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 17 0 0 0 4 13 0 0 20 0 2 0 65263510 1451438080 326863 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 162.09 s
Current children cumulated vsize: 1417420 KiB
Current children cumulated memory: 1307452 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.14 5/255 73449
/proc/meminfo: memFree=123108500/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1678856 memory=1558832 CPUtime=222.03 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 211831 0 0 0 22067 136 0 0 20 0 2 0 65263104 1719148544 389708 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 419714 389708 3360 641 0 402197 0
[pid=73342/tid=73435] ppid=73339 vsize=1678856 memory=1307452 CPUtime=0.26 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 21 0 0 0 6 20 0 0 20 0 2 0 65263510 1719148544 389708 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 222.03 s
Current children cumulated vsize: 1678856 KiB
Current children cumulated memory: 1558832 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/255 73451
/proc/meminfo: memFree=123031332/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1638356 memory=1532412 CPUtime=281.98 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 346657 0 0 0 27999 199 0 0 20 0 2 0 65263104 1677676544 383103 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 409589 383103 3360 641 0 392072 0
[pid=73342/tid=73435] ppid=73339 vsize=1638356 memory=1532412 CPUtime=0.38 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 25 0 0 0 10 28 0 0 20 0 2 0 65263510 1677676544 383103 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 281.98 s
Current children cumulated vsize: 1638356 KiB
Current children cumulated memory: 1532412 KiB

[startup+342.3 s]
/proc/loadavg: 4.22 4.14 4.14 5/255 73453
/proc/meminfo: memFree=122938916/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1638356 memory=1532412 CPUtime=341.93 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 347062 0 0 0 33986 207 0 0 20 0 2 0 65263104 1677676544 383103 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 409589 383103 3360 641 0 392072 0
[pid=73342/tid=73435] ppid=73339 vsize=1638356 memory=1532412 CPUtime=0.5 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 26 0 0 0 13 37 0 0 20 0 2 0 65263510 1677676544 383103 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 341.93 s
Current children cumulated vsize: 1638356 KiB

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

/proc/meminfo: memFree=120096864/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1863824 memory=1741696 CPUtime=2979.56 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 575942 0 0 0 297322 634 0 0 20 0 2 0 65263104 1908555776 435424 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 465956 435424 3360 641 0 448439 0
[pid=73342/tid=73435] ppid=73339 vsize=1863824 memory=1741696 CPUtime=4.28 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 74 0 0 0 113 315 0 0 20 0 2 0 65263510 1908555776 435424 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 2979.56 s
Current children cumulated vsize: 1863824 KiB
Current children cumulated memory: 1741696 KiB

[startup+3042.3 s]
/proc/loadavg: 4.21 4.19 4.18 5/255 73599
/proc/meminfo: memFree=120028936/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1863824 memory=1747840 CPUtime=3039.49 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 575946 0 0 0 303309 640 0 0 20 0 2 0 65263104 1908555776 436960 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 465956 436960 3360 641 0 448439 0
[pid=73342/tid=73435] ppid=73339 vsize=1863824 memory=1743744 CPUtime=4.34 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 75 0 0 0 114 320 0 0 20 0 2 0 65263510 1908555776 436960 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3039.49 s
Current children cumulated vsize: 1863824 KiB
Current children cumulated memory: 1747840 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/255 73601
/proc/meminfo: memFree=119980668/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1863824 memory=1751936 CPUtime=3099.41 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 577234 0 0 0 309295 646 0 0 20 0 2 0 65263104 1908555776 437984 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 465956 437984 3360 641 0 448439 0
[pid=73342/tid=73435] ppid=73339 vsize=1863824 memory=1751936 CPUtime=4.41 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 77 0 0 0 115 326 0 0 20 0 2 0 65263510 1908555776 437984 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3099.41 s
Current children cumulated vsize: 1863824 KiB
Current children cumulated memory: 1751936 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/255 73608
/proc/meminfo: memFree=119944208/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1863824 memory=1758080 CPUtime=3159.34 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 580467 0 0 0 315281 653 0 0 20 0 2 0 65263104 1908555776 439520 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 465956 439520 3360 641 0 448439 0
[pid=73342/tid=73435] ppid=73339 vsize=1863824 memory=1751936 CPUtime=4.46 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 80 0 0 0 116 330 0 0 20 0 2 0 65263510 1908555776 439520 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3159.34 s
Current children cumulated vsize: 1863824 KiB
Current children cumulated memory: 1758080 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/254 73612
/proc/meminfo: memFree=119916052/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1863824 memory=1760128 CPUtime=3219.27 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 580697 0 0 0 321266 661 0 0 20 0 2 0 65263104 1908555776 440032 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 465956 440032 3360 641 0 448439 0
[pid=73342/tid=73435] ppid=73339 vsize=1863824 memory=1751936 CPUtime=4.52 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 82 0 0 0 117 335 0 0 20 0 2 0 65263510 1908555776 440032 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3219.27 s
Current children cumulated vsize: 1863824 KiB
Current children cumulated memory: 1760128 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/255 73615
/proc/meminfo: memFree=119812964/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1996084 memory=1766272 CPUtime=3279.2 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 583315 0 0 0 327251 669 0 0 20 0 2 0 65263104 2043990016 441568 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 499021 441568 3360 641 0 481504 0
[pid=73342/tid=73435] ppid=73339 vsize=1996084 memory=1762560 CPUtime=4.59 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 83 0 0 0 118 341 0 0 20 0 2 0 65263510 2043990016 441568 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3279.2 s
Current children cumulated vsize: 1996084 KiB
Current children cumulated memory: 1766272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.17 5/255 73617
/proc/meminfo: memFree=119797040/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1996084 memory=1768320 CPUtime=3339.12 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 583326 0 0 0 333237 675 0 0 20 0 2 0 65263104 2043990016 442080 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 499021 442080 3360 641 0 481504 0
[pid=73342/tid=73435] ppid=73339 vsize=1996084 memory=1768320 CPUtime=4.65 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 83 0 0 0 120 345 0 0 20 0 2 0 65263510 2043990016 442080 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3339.12 s
Current children cumulated vsize: 1996084 KiB
Current children cumulated memory: 1768320 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.18 4.18 5/255 73619
/proc/meminfo: memFree=119761112/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1996084 memory=1770368 CPUtime=3399.05 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 583338 0 0 0 339223 682 0 0 20 0 2 0 65263104 2043990016 442592 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 499021 442592 3360 641 0 481504 0
[pid=73342/tid=73435] ppid=73339 vsize=1996084 memory=1768320 CPUtime=4.71 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 83 0 0 0 121 350 0 0 20 0 2 0 65263510 2043990016 442592 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3399.05 s
Current children cumulated vsize: 1996084 KiB
Current children cumulated memory: 1770368 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/254 73621
/proc/meminfo: memFree=119740340/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1996084 memory=1774464 CPUtime=3458.98 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 583342 0 0 0 345209 689 0 0 20 0 2 0 65263104 2043990016 443616 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 499021 443616 3360 641 0 481504 0
[pid=73342/tid=73435] ppid=73339 vsize=1996084 memory=1768320 CPUtime=4.78 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 84 0 0 0 122 356 0 0 20 0 2 0 65263510 2043990016 443616 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3458.98 s
Current children cumulated vsize: 1996084 KiB
Current children cumulated memory: 1774464 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/255 73626
/proc/meminfo: memFree=119532944/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1996084 memory=1778560 CPUtime=3518.9 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 585424 0 0 0 351193 697 0 0 20 0 2 0 65263104 2043990016 444640 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 499021 444640 3360 641 0 481504 0
[pid=73342/tid=73435] ppid=73339 vsize=1996084 memory=1776512 CPUtime=4.84 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 86 0 0 0 123 361 0 0 20 0 2 0 65263510 2043990016 444640 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3518.9 s
Current children cumulated vsize: 1996084 KiB
Current children cumulated memory: 1778560 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/255 73629
/proc/meminfo: memFree=119497928/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1996084 memory=1782656 CPUtime=3578.82 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 586910 0 0 0 357180 702 0 0 20 0 2 0 65263104 2043990016 445664 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 499021 445664 3360 641 0 481504 0
[pid=73342/tid=73435] ppid=73339 vsize=1996084 memory=14336 CPUtime=4.9 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 89 0 0 0 124 366 0 0 20 0 2 0 65263510 2043990016 445664 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3578.82 s
Current children cumulated vsize: 1996084 KiB
Current children cumulated memory: 1782656 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.6 s]
/proc/loadavg: 4.12 4.14 4.17 4/250 73637
/proc/meminfo: memFree=122317656/131382116 swapFree=33010684/33010684
[pid=73342] ppid=73339 vsize=1996084 memory=1782656 CPUtime=3600.08 cores=1,3
/proc/73342/stat : 73342 (ipbhs_gurobi) R 73339 73342 72601 0 -1 4194304 587817 0 0 0 359302 706 0 0 20 0 2 0 65263104 2043990016 445664 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
/proc/73342/statm: 499021 445664 3360 641 0 481504 0
[pid=73342/tid=73435] ppid=73339 vsize=1996084 memory=1782656 CPUtime=4.92 cores=1,3
/proc/73342/task/73435/stat : 73435 (ipbhs_gurobi) S 73339 73342 72601 0 -1 4194368 89 0 0 0 124 368 0 0 20 0 2 0 65263510 2043990016 445664 18446744073709551615 93871596306432 93871598931485 140725463882016 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 93871599550360 93871599583322 93871605108736 140725463886239 140725463886343 140725463886343 140725463891945 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1996084 KiB
Current children cumulated memory: 1782656 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.04 s, system=7.09024 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3603.63
CPU time (s): 3600.13
CPU user time (s): 3593.04
CPU system time (s): 7.09024
CPU usage (%): 99.9029
Max. virtual memory (cumulated for all children) (KiB): 1996084
Max. memory (cumulated for all children) (KiB): 1782656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.04
system time used= 7.09024
maximum resident set size= 1782656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 587817
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= 356547
involuntary context switches= 1353


# summary of solver processes directly reported to runsolver:
#   pid: 73342
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3593.04
#   total CPU system time (s): 7.09024

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7513 second user time and 33.1021 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 00:37:13
IDJOB=4505844
IDBENCH=157342
IDSOLVER=3333
FILE ID=nodeC011/4505844-1751495833
RUNJOBID= nodeC011-1751488621-72613
SLURM_JOB_ID= 9598547
Free space on /tmp= 430276 MiB

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

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

MD5SUM BENCH= 98a5f88ebd5d10d5c10cd6435ed09c83
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		: 3691.645
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		: 1197.370
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.398
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		: 1297.066
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		: 1995.494
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		: 3518.652
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		: 1197.517
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		: 3700.000
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:        124903408 kB
MemAvailable:   127187112 kB
Buffers:            3276 kB
Cached:          3085592 kB
SwapCached:            0 kB
Active:          3255312 kB
Inactive:        2646504 kB
Active(anon):    2828808 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2644400 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            176692 kB
Writeback:             0 kB
AnonPages:       2811244 kB
Mapped:           117340 kB
Shmem:             17960 kB
KReclaimable:     104468 kB
Slab:             189308 kB
SReclaimable:     104468 kB
SUnreclaim:        84840 kB
KernelStack:        4064 kB
PageTables:         8688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3555648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2154496 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= 430192 MiB
End job on nodeC011 at 2025-07-03 01:37:18