Trace number 4486546

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI 2025-06-09? (TO) 3600.08 3605.21

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/ttp/normalized-data10_3.opb
MD5SUM45d4d1161a77415ffbfc9841f6913b11
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 benchmark66791
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2700
Total number of constraints42620
Number of constraints which are clauses20220
Number of constraints which are cardinality constraints (but not clauses)800
Number of constraints which are nor clauses,nor cardinality constraints21600
Minimum length of a constraint2
Maximum length of a constraint36
Number of terms in the objective function 900
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 559660
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 559660
Number of bits of the biggest sum of numbers20
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
0.76/0.88	c limit for coefficient in constraints and objective to 1000000000
0.76/0.88	c will solve HOME/instance-4486546-1751307482.opb
0.76/0.88	c [0] 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 (62785 MiB free)
  memory of node 1: 64507 MiB (63454 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486546-1751307482/watcher-4486546-1751307482 -o /tmp/evaluation-result-4486546-1751307482/solver-4486546-1751307482 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751303874-40372 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4486546-1751307482.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=40936, runsolver pid=40933

[startup+0.100069 s]*
/proc/loadavg: 4.25 4.29 4.22 5/253 40937
/proc/meminfo: memFree=129019092/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=774576 memory=262396 CPUtime=0.08 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 794 0 0 0 1 7 0 0 20 0 1 0 46427933 793165824 65599 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 193644 65599 1632 641 0 178401 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 774576 KiB
Current children cumulated memory: 262396 KiB

[startup+0.213133 s]*
/proc/loadavg: 4.25 4.29 4.22 5/253 40937
/proc/meminfo: memFree=128714980/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=774576 memory=573692 CPUtime=0.19 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 946 0 0 0 4 15 0 0 20 0 1 0 46427933 793165824 143423 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 193644 143423 1632 641 0 178401 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 774576 KiB
Current children cumulated memory: 573692 KiB

[startup+0.313064 s]*
/proc/loadavg: 4.25 4.29 4.22 5/253 40937
/proc/meminfo: memFree=128571368/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=777712 memory=714000 CPUtime=0.28 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 2089 0 0 0 10 18 0 0 20 0 1 0 46427933 796377088 178500 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 194428 178500 1632 641 0 179185 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 777712 KiB
Current children cumulated memory: 714000 KiB

[startup+0.700217 s]
/proc/loadavg: 4.25 4.29 4.22 5/253 40937
/proc/meminfo: memFree=128564936/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=787964 memory=728740 CPUtime=0.65 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 5501 0 0 0 38 27 0 0 20 0 1 0 46427933 806875136 182185 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 196991 182185 1728 641 0 181748 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 787964 KiB
Current children cumulated memory: 728740 KiB

[startup+1.50033 s]
/proc/loadavg: 4.25 4.29 4.22 5/254 40938
/proc/meminfo: memFree=128544424/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=811680 memory=747248 CPUtime=1.45 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 7550 0 0 0 101 44 0 0 20 0 2 0 46427933 831160320 186812 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 202920 186812 3392 641 0 185403 0
[pid=40936/tid=40938] ppid=40933 vsize=811680 memory=0 CPUtime=0 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 46428021 831160320 186812 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 811680 KiB
Current children cumulated memory: 747248 KiB

[startup+3.11272 s]
/proc/loadavg: 4.25 4.29 4.22 5/254 40938
/proc/meminfo: memFree=128542660/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=814692 memory=747888 CPUtime=3.07 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 9673 0 0 0 234 73 0 0 20 0 2 0 46427933 834244608 186972 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 203673 186972 3392 641 0 186156 0
[pid=40936/tid=40938] ppid=40933 vsize=814692 memory=732096 CPUtime=0 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 46428021 834244608 186972 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 814692 KiB
Current children cumulated memory: 747888 KiB

[startup+6.30033 s]
/proc/loadavg: 4.23 4.29 4.21 5/254 40938
/proc/meminfo: memFree=128530752/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=818312 memory=753392 CPUtime=6.25 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 17121 0 0 0 523 102 0 0 20 0 2 0 46427933 837951488 188348 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 204578 188348 3392 641 0 187061 0
[pid=40936/tid=40938] ppid=40933 vsize=818312 memory=17664 CPUtime=0 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 46428021 837951488 188348 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 818312 KiB
Current children cumulated memory: 753392 KiB

[startup+12.7003 s]
/proc/loadavg: 4.21 4.28 4.21 5/254 40938
/proc/meminfo: memFree=128519412/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=823592 memory=758380 CPUtime=12.64 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 28908 0 0 0 1149 115 0 0 20 0 2 0 46427933 843358208 189595 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 205898 189595 3392 641 0 188381 0
[pid=40936/tid=40938] ppid=40933 vsize=823592 memory=758252 CPUtime=0 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 46428021 843358208 189595 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 823592 KiB
Current children cumulated memory: 758380 KiB

[startup+25.5003 s]
/proc/loadavg: 4.16 4.27 4.21 5/254 40938
/proc/meminfo: memFree=128505804/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=831596 memory=760812 CPUtime=25.43 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 42390 0 0 0 2409 134 0 0 20 0 2 0 46427933 851554304 190203 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 207899 190203 3392 641 0 190382 0
[pid=40936/tid=40938] ppid=40933 vsize=831596 memory=760556 CPUtime=0.02 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 7 0 0 0 0 2 0 0 20 0 2 0 46428021 851554304 190203 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 831596 KiB
Current children cumulated memory: 760812 KiB

[startup+51.1128 s]
/proc/loadavg: 4.17 4.26 4.21 5/254 40938
/proc/meminfo: memFree=128478096/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=832752 memory=766816 CPUtime=51 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 43156 0 0 0 4931 169 0 0 20 0 2 0 46427933 852738048 191704 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 208188 191704 3392 641 0 190671 0
[pid=40936/tid=40938] ppid=40933 vsize=832752 memory=766688 CPUtime=0.05 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 8 0 0 0 1 4 0 0 20 0 2 0 46428021 852738048 191704 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 832752 KiB
Current children cumulated memory: 766816 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.23 4.20 5/254 40986
/proc/meminfo: memFree=127236160/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=846496 memory=777084 CPUtime=102.11 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 44201 0 0 0 9991 220 0 0 20 0 2 0 46427933 866811904 194271 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 211624 194271 3392 641 0 194107 0
[pid=40936/tid=40938] ppid=40933 vsize=846496 memory=776444 CPUtime=0.1 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 8 0 0 0 2 8 0 0 20 0 2 0 46428021 866811904 194271 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 102.11 s
Current children cumulated vsize: 846496 KiB
Current children cumulated memory: 777084 KiB

[startup+162.3 s]
/proc/loadavg: 4.18 4.23 4.20 5/253 40988
/proc/meminfo: memFree=127198980/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=867300 memory=797500 CPUtime=162.02 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 58021 0 0 0 15920 282 0 0 20 0 2 0 46427933 888115200 199375 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 216825 199375 3392 641 0 199308 0
[pid=40936/tid=40938] ppid=40933 vsize=867300 memory=777852 CPUtime=0.17 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 12 0 0 0 5 12 0 0 20 0 2 0 46428021 888115200 199375 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 162.02 s
Current children cumulated vsize: 867300 KiB
Current children cumulated memory: 797500 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.22 4.19 5/253 40990
/proc/meminfo: memFree=127179788/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=868340 memory=798524 CPUtime=221.95 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 58301 0 0 0 21850 345 0 0 20 0 2 0 46427933 889180160 199631 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 217085 199631 3392 641 0 199568 0
[pid=40936/tid=40938] ppid=40933 vsize=868340 memory=797756 CPUtime=0.23 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 12 0 0 0 6 17 0 0 20 0 2 0 46428021 889180160 199631 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 221.95 s
Current children cumulated vsize: 868340 KiB
Current children cumulated memory: 798524 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.19 4.18 5/254 40993
/proc/meminfo: memFree=127139476/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=868824 memory=799036 CPUtime=281.84 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 58430 0 0 0 27799 385 0 0 20 0 2 0 46427933 889675776 199759 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 217206 199759 3392 641 0 199689 0
[pid=40936/tid=40938] ppid=40933 vsize=868824 memory=799036 CPUtime=0.3 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 13 0 0 0 8 22 0 0 20 0 2 0 46428021 889675776 199759 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 281.84 s
Current children cumulated vsize: 868824 KiB
Current children cumulated memory: 799036 KiB

[startup+342.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/254 40995
/proc/meminfo: memFree=127137624/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=869440 memory=799676 CPUtime=341.73 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 73005 0 0 0 33735 438 0 0 20 0 2 0 46427933 890306560 199919 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 217360 199919 3392 641 0 199843 0
[pid=40936/tid=40938] ppid=40933 vsize=869440 memory=799676 CPUtime=0.37 cores=5,7

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

/proc/meminfo: memFree=126513244/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=965456 memory=877592 CPUtime=2977.95 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 104968 0 0 0 295768 2027 0 0 20 0 2 0 46427933 988626944 219398 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241364 219398 3392 641 0 223847 0
[pid=40936/tid=40938] ppid=40933 vsize=965456 memory=14848 CPUtime=3.43 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 28 0 0 0 88 255 0 0 20 0 2 0 46428021 988626944 219398 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 2977.95 s
Current children cumulated vsize: 965456 KiB
Current children cumulated memory: 877592 KiB

[startup+3042.3 s]
/proc/loadavg: 4.07 4.14 4.18 5/255 41181
/proc/meminfo: memFree=126525928/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=965456 memory=877592 CPUtime=3037.88 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 104971 0 0 0 301731 2057 0 0 20 0 2 0 46427933 988626944 219398 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241364 219398 3392 641 0 223847 0
[pid=40936/tid=40938] ppid=40933 vsize=965456 memory=877592 CPUtime=3.5 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 28 0 0 0 90 260 0 0 20 0 2 0 46428021 988626944 219398 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3037.88 s
Current children cumulated vsize: 965456 KiB
Current children cumulated memory: 877592 KiB

[startup+3102.3 s]
/proc/loadavg: 4.13 4.14 4.18 5/255 41183
/proc/meminfo: memFree=126519732/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=965680 memory=877848 CPUtime=3097.8 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 105043 0 0 0 307697 2083 0 0 20 0 2 0 46427933 988856320 219462 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241420 219462 3392 641 0 223903 0
[pid=40936/tid=40938] ppid=40933 vsize=965680 memory=877848 CPUtime=3.57 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 29 0 0 0 91 266 0 0 20 0 2 0 46428021 988856320 219462 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3097.8 s
Current children cumulated vsize: 965680 KiB
Current children cumulated memory: 877848 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.16 4.18 5/255 41185
/proc/meminfo: memFree=126546648/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966440 memory=878616 CPUtime=3157.72 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 105239 0 0 0 313665 2107 0 0 20 0 2 0 46427933 989634560 219654 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241610 219654 3392 641 0 224093 0
[pid=40936/tid=40938] ppid=40933 vsize=966440 memory=877848 CPUtime=3.65 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 29 0 0 0 93 272 0 0 20 0 2 0 46428021 989634560 219654 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3157.72 s
Current children cumulated vsize: 966440 KiB
Current children cumulated memory: 878616 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.16 4.18 5/254 41187
/proc/meminfo: memFree=126556980/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966440 memory=878744 CPUtime=3217.65 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 106622 0 0 0 319632 2133 0 0 20 0 2 0 46427933 989634560 219686 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241610 219686 3392 641 0 224093 0
[pid=40936/tid=40938] ppid=40933 vsize=966440 memory=877848 CPUtime=3.71 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 29 0 0 0 94 277 0 0 20 0 2 0 46428021 989634560 219686 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3217.65 s
Current children cumulated vsize: 966440 KiB
Current children cumulated memory: 878744 KiB

[startup+3282.3 s]
/proc/loadavg: 4.47 4.23 4.20 5/255 41190
/proc/meminfo: memFree=126515004/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966604 memory=886980 CPUtime=3277.57 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 107256 0 0 0 325598 2159 0 0 20 0 2 0 46427933 989802496 221745 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241651 221745 3392 641 0 224134 0
[pid=40936/tid=40938] ppid=40933 vsize=966604 memory=886980 CPUtime=3.79 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 30 0 0 0 96 283 0 0 20 0 2 0 46428021 989802496 221745 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3277.57 s
Current children cumulated vsize: 966604 KiB
Current children cumulated memory: 886980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.73 4.35 4.25 5/255 41192
/proc/meminfo: memFree=126504388/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966604 memory=887108 CPUtime=3337.5 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 107349 0 0 0 331556 2194 0 0 20 0 2 0 46427933 989802496 221777 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241651 221777 3392 641 0 224134 0
[pid=40936/tid=40938] ppid=40933 vsize=966604 memory=887108 CPUtime=3.85 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 30 0 0 0 97 288 0 0 20 0 2 0 46428021 989802496 221777 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3337.5 s
Current children cumulated vsize: 966604 KiB
Current children cumulated memory: 887108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.37 4.32 4.24 5/255 41196
/proc/meminfo: memFree=126460504/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966752 memory=887236 CPUtime=3397.42 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 107422 0 0 0 337515 2227 0 0 20 0 2 0 46427933 989954048 221809 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241688 221809 3392 641 0 224171 0
[pid=40936/tid=40938] ppid=40933 vsize=966752 memory=887108 CPUtime=3.92 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 30 0 0 0 99 293 0 0 20 0 2 0 46428021 989954048 221809 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3397.42 s
Current children cumulated vsize: 966752 KiB
Current children cumulated memory: 887236 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.27 4.23 5/255 41198
/proc/meminfo: memFree=126460456/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966912 memory=887364 CPUtime=3457.34 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 107462 0 0 0 343474 2260 0 0 20 0 2 0 46427933 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241728 221841 3392 641 0 224211 0
[pid=40936/tid=40938] ppid=40933 vsize=966912 memory=887108 CPUtime=4 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 30 0 0 0 101 299 0 0 20 0 2 0 46428021 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3457.34 s
Current children cumulated vsize: 966912 KiB
Current children cumulated memory: 887364 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.23 4.22 5/255 41204
/proc/meminfo: memFree=126512048/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966912 memory=887364 CPUtime=3517.27 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 107478 0 0 0 349442 2285 0 0 20 0 2 0 46427933 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241728 221841 3392 641 0 224211 0
[pid=40936/tid=40938] ppid=40933 vsize=966912 memory=14848 CPUtime=4.08 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 31 0 0 0 103 305 0 0 20 0 2 0 46428021 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3517.27 s
Current children cumulated vsize: 966912 KiB
Current children cumulated memory: 887364 KiB

[startup+3582.3 s]
/proc/loadavg: 4.14 4.22 4.21 5/254 41206
/proc/meminfo: memFree=126478532/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966912 memory=887364 CPUtime=3577.2 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 107493 0 0 0 355406 2314 0 0 20 0 2 0 46427933 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241728 221841 3392 641 0 224211 0
[pid=40936/tid=40938] ppid=40933 vsize=966912 memory=14848 CPUtime=4.15 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 31 0 0 0 105 310 0 0 20 0 2 0 46428021 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3577.2 s
Current children cumulated vsize: 966912 KiB
Current children cumulated memory: 887364 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.2 s]
/proc/loadavg: 4.25 4.24 4.22 5/249 41214
/proc/meminfo: memFree=127072596/131382112 swapFree=33010684/33010684
[pid=40936] ppid=40933 vsize=966912 memory=887364 CPUtime=3600.06 cores=5,7
/proc/40936/stat : 40936 (ipbhs_gurobi) R 40933 40936 40359 0 -1 4194304 107495 0 0 0 357678 2328 0 0 20 0 2 0 46427933 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
/proc/40936/statm: 241728 221841 3392 641 0 224211 0
[pid=40936/tid=40938] ppid=40933 vsize=966912 memory=-7675384534199465670 CPUtime=4.18 cores=5,7
/proc/40936/task/40938/stat : 40938 (ipbhs_gurobi) S 40933 40936 40359 0 -1 4194368 31 0 0 0 106 312 0 0 20 0 2 0 46428021 990117888 221841 18446744073709551615 94189320519680 94189323144733 140729090680672 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94189323763608 94189323796570 94189353574400 140729090689439 140729090689543 140729090689543 140729090695145 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 966912 KiB
Current children cumulated memory: 887364 KiB

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

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

# cumulated CPU time of all completed processes:  user=3576.79 s, system=23.2885 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): 3605.21
CPU time (s): 3600.08
CPU user time (s): 3576.79
CPU system time (s): 23.2885
CPU usage (%): 99.8576
Max. virtual memory (cumulated for all children) (KiB): 966912
Max. memory (cumulated for all children) (KiB): 887364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.79
system time used= 23.2885
maximum resident set size= 887364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107495
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= 357121
involuntary context switches= 1767


# summary of solver processes directly reported to runsolver:
#   pid: 40936
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3576.79
#   total CPU system time (s): 23.2885

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4233 second user time and 33.7445 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-06-30 20:18:02
IDJOB=4486546
IDBENCH=147023
IDSOLVER=3333
FILE ID=nodeC012/4486546-1751307482
RUNJOBID= nodeC012-1751303874-40372
SLURM_JOB_ID= 9594297
Free space on /tmp= 432880 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/ttp/normalized-data10_3.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486546-1751307482/watcher-4486546-1751307482 -o /tmp/evaluation-result-4486546-1751307482/solver-4486546-1751307482 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751303874-40372 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4486546-1751307482.opb --max-coef 1000000000

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

MD5SUM BENCH= 45d4d1161a77415ffbfc9841f6913b11
RANDOM SEED=213329388

nodeC012 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		: 3591.434
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	: 6983.39
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		: 3691.216
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	: 6983.39
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.160
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	: 6983.39
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		: 3700.000
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	: 6983.39
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		: 3491.696
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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129269704 kB
MemAvailable:   129456916 kB
Buffers:            3280 kB
Cached:           995804 kB
SwapCached:            0 kB
Active:           874260 kB
Inactive:         685488 kB
Active(anon):     578624 kB
Inactive(anon):        0 kB
Active(file):     295636 kB
Inactive(file):   685488 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            121608 kB
Writeback:             0 kB
AnonPages:        563760 kB
Mapped:           118408 kB
Shmem:             17960 kB
KReclaimable:      91044 kB
Slab:             173836 kB
SReclaimable:      91044 kB
SUnreclaim:        82792 kB
KernelStack:        4080 kB
PageTables:         4248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     939456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    337920 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432824 MiB
End job on nodeC012 at 2025-06-30 21:18:08