Trace number 4505936

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.07 3604.43

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_20null50mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUMc802f246252f1c3f359f42604d33488d
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-11408
Best CPU time to get the best result obtained on this benchmark7035.02
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 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 174643715
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 174643715
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
3.98/4.09	c limit for coefficient in constraints and objective to 1000000000
3.98/4.09	c will solve HOME/instance-4505936-1751495835.opb
3.98/4.09	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 (62588 MiB free)
  memory of node 1: 64507 MiB (60952 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100091 s]*
/proc/loadavg: 4.12 4.12 4.15 5/247 73394
/proc/meminfo: memFree=126488432/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=97232 memory=32076 CPUtime=0.08 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 4409 0 0 0 7 1 0 0 20 0 1 0 65263281 99565568 8019 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 24308 8019 1600 641 0 9065 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 97232 KiB
Current children cumulated memory: 32076 KiB

[startup+0.208737 s]*
/proc/loadavg: 4.12 4.12 4.15 4/248 73402
/proc/meminfo: memFree=126456424/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=110264 memory=44148 CPUtime=0.19 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 6882 0 0 0 17 2 0 0 20 0 1 0 65263281 112910336 11037 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 27566 11037 1600 641 0 12323 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 110264 KiB
Current children cumulated memory: 44148 KiB

[startup+0.310625 s]*
/proc/loadavg: 4.12 4.12 4.15 4/247 73402
/proc/meminfo: memFree=126403748/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=125172 memory=55272 CPUtime=0.3 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 8596 0 0 0 27 3 0 0 20 0 1 0 65263281 128176128 13818 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 31293 13818 1600 641 0 16050 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 125172 KiB
Current children cumulated memory: 55272 KiB

[startup+0.700302 s]
/proc/loadavg: 4.12 4.12 4.15 4/246 73420
/proc/meminfo: memFree=126338364/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=148440 memory=81144 CPUtime=0.68 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 13544 0 0 0 62 6 0 0 20 0 1 0 65263281 152002560 20286 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 37110 20286 1600 641 0 21867 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 148440 KiB
Current children cumulated memory: 81144 KiB

[startup+1.50033 s]
/proc/loadavg: 4.12 4.12 4.15 5/247 73423
/proc/meminfo: memFree=126151984/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=203268 memory=130200 CPUtime=1.48 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 21197 0 0 0 139 9 0 0 20 0 1 0 65263281 208146432 32550 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 50817 32550 1600 641 0 35574 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 203268 KiB
Current children cumulated memory: 130200 KiB

[startup+3.11246 s]
/proc/loadavg: 4.11 4.12 4.15 5/252 73435
/proc/meminfo: memFree=125196844/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=429432 memory=354304 CPUtime=3.08 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 44949 0 0 0 257 51 0 0 20 0 1 0 65263281 439738368 88576 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 107358 88576 1728 641 0 92115 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 429432 KiB
Current children cumulated memory: 354304 KiB

[startup+6.30029 s]
/proc/loadavg: 4.11 4.12 4.15 5/254 73437
/proc/meminfo: memFree=124576012/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=642452 memory=537636 CPUtime=6.26 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 75893 0 0 0 555 71 0 0 20 0 2 0 65263281 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 160613 134409 2272 641 0 143096 0
[pid=73387/tid=73436] ppid=73384 vsize=642452 memory=384568 CPUtime=0 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 65263656 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 642452 KiB
Current children cumulated memory: 537636 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.12 4.14 5/254 73437
/proc/meminfo: memFree=124351780/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=642452 memory=537636 CPUtime=12.66 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 77084 0 0 0 1194 72 0 0 20 0 2 0 65263281 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 160613 134409 2272 641 0 143096 0
[pid=73387/tid=73436] ppid=73384 vsize=642452 memory=537636 CPUtime=0 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 65263656 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 642452 KiB
Current children cumulated memory: 537636 KiB

[startup+25.5003 s]
/proc/loadavg: 4.15 4.13 4.15 5/254 73438
/proc/meminfo: memFree=124379808/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=642452 memory=537636 CPUtime=25.43 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 79428 0 0 0 2470 73 0 0 20 0 2 0 65263281 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 160613 134409 2272 641 0 143096 0
[pid=73387/tid=73436] ppid=73384 vsize=642452 memory=537636 CPUtime=0.01 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 8 0 0 0 0 1 0 0 20 0 2 0 65263656 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 642452 KiB
Current children cumulated memory: 537636 KiB

[startup+51.1135 s]
/proc/loadavg: 4.16 4.13 4.15 5/254 73438
/proc/meminfo: memFree=124352468/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=642452 memory=537636 CPUtime=51.01 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 79462 0 0 0 5026 75 0 0 20 0 2 0 65263281 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 160613 134409 2272 641 0 143096 0
[pid=73387/tid=73436] ppid=73384 vsize=642452 memory=537636 CPUtime=0.03 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 10 0 0 0 0 3 0 0 20 0 2 0 65263656 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 642452 KiB
Current children cumulated memory: 537636 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.12 4.14 5/255 73441
/proc/meminfo: memFree=124220704/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=642452 memory=537636 CPUtime=102.13 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 79464 0 0 0 10136 77 0 0 20 0 2 0 65263281 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 160613 134409 2272 641 0 143096 0
[pid=73387/tid=73436] ppid=73384 vsize=642452 memory=18432 CPUtime=0.08 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 10 0 0 0 2 6 0 0 20 0 2 0 65263656 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 102.13 s
Current children cumulated vsize: 642452 KiB
Current children cumulated memory: 537636 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/255 73447
/proc/meminfo: memFree=123723460/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=642452 memory=537636 CPUtime=162.06 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 81752 0 0 0 16127 79 0 0 20 0 2 0 65263281 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 160613 134409 2272 641 0 143096 0
[pid=73387/tid=73436] ppid=73384 vsize=642452 memory=537636 CPUtime=0.13 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 15 0 0 0 3 10 0 0 20 0 2 0 65263656 657870848 134409 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 162.06 s
Current children cumulated vsize: 642452 KiB
Current children cumulated memory: 537636 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.14 5/255 73449
/proc/meminfo: memFree=123065360/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=841704 memory=732940 CPUtime=221.98 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 179387 0 0 0 22104 94 0 0 20 0 2 0 65263281 861904896 183235 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 210426 183235 3360 641 0 192909 0
[pid=73387/tid=73436] ppid=73384 vsize=841704 memory=537636 CPUtime=0.19 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 17 0 0 0 4 15 0 0 20 0 2 0 65263656 861904896 183235 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 221.98 s
Current children cumulated vsize: 841704 KiB
Current children cumulated memory: 732940 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=73387] ppid=73384 vsize=854020 memory=755688 CPUtime=281.91 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 332550 0 0 0 28036 155 0 0 20 0 2 0 65263281 874516480 188922 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 213505 188922 3392 641 0 195988 0
[pid=73387/tid=73436] ppid=73384 vsize=854020 memory=537636 CPUtime=0.25 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 18 0 0 0 7 18 0 0 20 0 2 0 65263656 874516480 188922 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 281.91 s
Current children cumulated vsize: 854020 KiB
Current children cumulated memory: 755688 KiB

[startup+342.3 s]
/proc/loadavg: 4.22 4.14 4.14 5/254 73453
/proc/meminfo: memFree=122934820/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=854020 memory=755688 CPUtime=341.83 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 332730 0 0 0 34027 156 0 0 20 0 2 0 65263281 874516480 188922 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 213505 188922 3392 641 0 195988 0
[pid=73387/tid=73436] ppid=73384 vsize=854020 memory=537636 CPUtime=0.32 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 18 0 0 0 9 23 0 0 20 0 2 0 65263656 874516480 188922 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 341.83 s
Current children cumulated vsize: 854020 KiB
Current children cumulated memory: 755688 KiB

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

/proc/meminfo: memFree=120097116/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1594524 memory=1404896 CPUtime=2978.68 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 831726 0 0 0 297541 327 0 0 20 0 2 0 65263281 1632792576 351224 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 398631 351224 3392 641 0 381114 0
[pid=73387/tid=73436] ppid=73384 vsize=1594524 memory=1400196 CPUtime=2.79 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 57 0 0 0 72 207 0 0 20 0 2 0 65263656 1632792576 351224 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 2978.68 s
Current children cumulated vsize: 1594524 KiB
Current children cumulated memory: 1404896 KiB

[startup+3042.3 s]
/proc/loadavg: 4.21 4.19 4.18 5/255 73599
/proc/meminfo: memFree=120029188/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1635348 memory=1458012 CPUtime=3038.61 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 841496 0 0 0 303530 331 0 0 20 0 2 0 65263281 1674596352 364503 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 408837 364503 3392 641 0 391320 0
[pid=73387/tid=73436] ppid=73384 vsize=1635348 memory=1448764 CPUtime=2.84 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 59 0 0 0 73 211 0 0 20 0 2 0 65263656 1674596352 364503 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3038.61 s
Current children cumulated vsize: 1635348 KiB
Current children cumulated memory: 1458012 KiB

[startup+3102.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/255 73601
/proc/meminfo: memFree=119976824/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1636076 memory=1468976 CPUtime=3098.53 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 873240 0 0 0 309517 336 0 0 20 0 2 0 65263281 1675341824 367244 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 409019 367244 3392 641 0 391502 0
[pid=73387/tid=73436] ppid=73384 vsize=1636076 memory=1453912 CPUtime=2.9 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 61 0 0 0 75 215 0 0 20 0 2 0 65263656 1675341824 367244 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3098.53 s
Current children cumulated vsize: 1636076 KiB
Current children cumulated memory: 1468976 KiB

[startup+3162.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/255 73608
/proc/meminfo: memFree=119944460/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1637444 memory=1482632 CPUtime=3158.46 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 905689 0 0 0 315505 341 0 0 20 0 2 0 65263281 1676742656 370658 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 409361 370658 3392 641 0 391844 0
[pid=73387/tid=73436] ppid=73384 vsize=1637444 memory=1453912 CPUtime=2.94 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 61 0 0 0 76 218 0 0 20 0 2 0 65263656 1676742656 370658 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3158.46 s
Current children cumulated vsize: 1637444 KiB
Current children cumulated memory: 1482632 KiB

[startup+3222.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/255 73613
/proc/meminfo: memFree=119916304/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1637444 memory=1492888 CPUtime=3218.39 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 905787 0 0 0 321496 343 0 0 20 0 2 0 65263281 1676742656 373222 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 409361 373222 3392 641 0 391844 0
[pid=73387/tid=73436] ppid=73384 vsize=1637444 memory=1453912 CPUtime=3 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 62 0 0 0 77 223 0 0 20 0 2 0 65263656 1676742656 373222 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3218.39 s
Current children cumulated vsize: 1637444 KiB
Current children cumulated memory: 1492888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/255 73615
/proc/meminfo: memFree=119813216/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1637880 memory=1501500 CPUtime=3278.32 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 937698 0 0 0 327484 348 0 0 20 0 2 0 65263281 1677189120 375375 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 409470 375375 3392 641 0 391953 0
[pid=73387/tid=73436] ppid=73384 vsize=1637880 memory=18432 CPUtime=3.06 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 64 0 0 0 80 226 0 0 20 0 2 0 65263656 1677189120 375375 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3278.32 s
Current children cumulated vsize: 1637880 KiB
Current children cumulated memory: 1501500 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.14 4.17 5/255 73617
/proc/meminfo: memFree=119793196/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1638192 memory=1514100 CPUtime=3338.25 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 945217 0 0 0 333475 350 0 0 20 0 2 0 65263281 1677508608 378525 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 409548 378525 3392 641 0 392031 0
[pid=73387/tid=73436] ppid=73384 vsize=1638192 memory=1514100 CPUtime=3.11 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 66 0 0 0 81 230 0 0 20 0 2 0 65263656 1677508608 378525 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3338.25 s
Current children cumulated vsize: 1638192 KiB
Current children cumulated memory: 1514100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.18 4.18 5/255 73619
/proc/meminfo: memFree=119761364/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=1638572 memory=1524724 CPUtime=3398.18 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 971299 0 0 0 339463 355 0 0 20 0 2 0 65263281 1677897728 381181 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 409643 381181 3392 641 0 392126 0
[pid=73387/tid=73436] ppid=73384 vsize=1638572 memory=1514100 CPUtime=3.17 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 68 0 0 0 82 235 0 0 20 0 2 0 65263656 1677897728 381181 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3398.18 s
Current children cumulated vsize: 1638572 KiB
Current children cumulated memory: 1524724 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=73387] ppid=73384 vsize=1854948 memory=1538444 CPUtime=3458.1 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 1004614 0 0 0 345451 359 0 0 20 0 2 0 65263281 1899466752 384611 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 463737 384611 3392 641 0 446220 0
[pid=73387/tid=73436] ppid=73384 vsize=1854948 memory=1530872 CPUtime=3.22 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 68 0 0 0 83 239 0 0 20 0 2 0 65263656 1899466752 384611 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3458.1 s
Current children cumulated vsize: 1854948 KiB
Current children cumulated memory: 1538444 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=73387] ppid=73384 vsize=2032160 memory=1725916 CPUtime=3518.02 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 1048982 0 0 0 351434 368 0 0 20 0 2 0 65263281 2080931840 431479 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 508040 431479 3392 641 0 490523 0
[pid=73387/tid=73436] ppid=73384 vsize=2032160 memory=14336 CPUtime=3.28 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 71 0 0 0 86 242 0 0 20 0 2 0 65263656 2080931840 431479 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3518.02 s
Current children cumulated vsize: 2032160 KiB
Current children cumulated memory: 1725916 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/255 73629
/proc/meminfo: memFree=119498180/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=2044152 memory=1750192 CPUtime=3577.95 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 1130900 0 0 0 357419 376 0 0 20 0 2 0 65263281 2093211648 437548 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 511038 437548 3392 641 0 493521 0
[pid=73387/tid=73436] ppid=73384 vsize=2044152 memory=1750192 CPUtime=3.33 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 72 0 0 0 87 246 0 0 20 0 2 0 65263656 2093211648 437548 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3577.95 s
Current children cumulated vsize: 2044152 KiB
Current children cumulated memory: 1750192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.03 4.13 4.16 3/241 73691
/proc/meminfo: memFree=124248260/131382116 swapFree=33010684/33010684
[pid=73387] ppid=73384 vsize=2057376 memory=1767524 CPUtime=3600.03 cores=0,2
/proc/73387/stat : 73387 (ipbhs_gurobi) R 73384 73387 72601 0 -1 4194304 1133834 0 0 0 359625 378 0 0 20 0 2 0 65263281 2106753024 441881 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
/proc/73387/statm: 514344 441881 3392 641 0 496827 0
[pid=73387/tid=73436] ppid=73384 vsize=2057376 memory=306017 CPUtime=3.35 cores=0,2
/proc/73387/task/73436/stat : 73436 (ipbhs_gurobi) S 73384 73387 72601 0 -1 4194368 72 0 0 0 87 248 0 0 20 0 2 0 65263656 2106753024 441881 18446744073709551615 94914475167744 94914477792797 140734561973456 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94914478411672 94914478444634 94914497400832 140734561978783 140734561978887 140734561978887 140734561984489 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2057376 KiB
Current children cumulated memory: 1767524 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.26 s, system=3.81206 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): 3604.43
CPU time (s): 3600.07
CPU user time (s): 3596.26
CPU system time (s): 3.81206
CPU usage (%): 99.879
Max. virtual memory (cumulated for all children) (KiB): 2057376
Max. memory (cumulated for all children) (KiB): 1767524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.26
system time used= 3.81206
maximum resident set size= 1767524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1133834
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= 357286
involuntary context switches= 7885


# summary of solver processes directly reported to runsolver:
#   pid: 73387
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596.26
#   total CPU system time (s): 3.81206

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1233 second user time and 31.7822 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 00:37:15
IDJOB=4505936
IDBENCH=157385
IDSOLVER=3333
FILE ID=nodeC011/4505936-1751495835
RUNJOBID= nodeC011-1751488621-72611
SLURM_JOB_ID= 9598547
Free space on /tmp= 430280 MiB

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

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

MD5SUM BENCH= c802f246252f1c3f359f42604d33488d
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		: 1197.430
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		: 2394.622
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		: 1895.705
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.455
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		: 3492.088
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		: 3591.923
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.689
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		: 1197.262
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:        126530180 kB
MemAvailable:   128815248 kB
Buffers:            3276 kB
Cached:          3086952 kB
SwapCached:            0 kB
Active:          1622456 kB
Inactive:        2647868 kB
Active(anon):    1195952 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2645764 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            266924 kB
Writeback:             0 kB
AnonPages:       1183168 kB
Mapped:           108088 kB
Shmem:             17960 kB
KReclaimable:     104472 kB
Slab:             189332 kB
SReclaimable:     104472 kB
SUnreclaim:        84860 kB
KernelStack:        4048 kB
PageTables:         5204 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    1564160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    933888 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= 430368 MiB
End job on nodeC011 at 2025-07-03 01:37:20