Trace number 4505154

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.12 3604.16

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_ic.opb
MD5SUM88b39ea3a8b75d01f2291d1517c942c1
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 benchmark14112257
Best CPU time to get the best result obtained on this benchmark71204
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 170953875
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 187029967016
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 170953875
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 187029967016
Number of bits of the biggest sum of numbers38
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
13.24/13.39	c limit for coefficient in constraints and objective to 1000000000
13.24/13.39	c will solve HOME/instance-4505154-1751479146.opb
13.24/13.39	c [0.72] 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: 63837 MiB (62147 MiB free)
  memory of node 1: 64465 MiB (62978 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505154-1751479146/watcher-4505154-1751479146 -o /tmp/evaluation-result-4505154-1751479146/solver-4505154-1751479146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751475537-67132 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4505154-1751479146.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
Current StackSize limit: 8192 KiB

solver pid=67644, runsolver pid=67641

[startup+0.100076 s]*
/proc/loadavg: 4.16 4.21 4.15 5/252 67645
/proc/meminfo: memFree=127921476/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=1258780 memory=227224 CPUtime=0.09 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 1743 0 0 0 2 7 0 0 20 0 1 0 63594236 1288990720 56806 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 314695 56806 1600 641 0 299452 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1258780 KiB
Current children cumulated memory: 227224 KiB

[startup+0.211563 s]*
/proc/loadavg: 4.16 4.21 4.15 5/252 67645
/proc/meminfo: memFree=127678932/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=1258780 memory=495512 CPUtime=0.2 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 1874 0 0 0 4 16 0 0 20 0 1 0 63594236 1288990720 123878 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 314695 123878 1600 641 0 299452 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1258780 KiB
Current children cumulated memory: 495512 KiB

[startup+0.3113 s]*
/proc/loadavg: 4.16 4.21 4.15 5/252 67645
/proc/meminfo: memFree=127437396/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=1258780 memory=731032 CPUtime=0.29 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 1989 0 0 0 6 23 0 0 20 0 1 0 63594236 1288990720 182758 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 314695 182758 1600 641 0 299452 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 1258780 KiB
Current children cumulated memory: 731032 KiB

[startup+0.700346 s]
/proc/loadavg: 4.16 4.21 4.15 5/252 67645
/proc/meminfo: memFree=126929748/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=1310456 memory=1213948 CPUtime=0.67 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 6671 0 0 0 27 40 0 0 20 0 1 0 63594236 1341906944 303487 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 327614 303487 1600 641 0 312371 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 1310456 KiB
Current children cumulated memory: 1213948 KiB

[startup+1.50038 s]
/proc/loadavg: 4.16 4.21 4.15 5/252 67645
/proc/meminfo: memFree=126829612/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=1375832 memory=1277768 CPUtime=1.47 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 14968 0 0 0 103 44 0 0 20 0 1 0 63594236 1408851968 319442 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 343958 319442 1600 641 0 328715 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1375832 KiB
Current children cumulated memory: 1277768 KiB

[startup+3.11283 s]
/proc/loadavg: 4.16 4.21 4.15 5/255 67655
/proc/meminfo: memFree=126464260/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=1560052 memory=1438964 CPUtime=3.07 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 38966 0 0 0 257 50 0 0 20 0 1 0 63594236 1597493248 359741 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 390013 359741 1600 641 0 374770 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1560052 KiB
Current children cumulated memory: 1438964 KiB

[startup+6.30031 s]
/proc/loadavg: 4.15 4.21 4.14 5/255 67655
/proc/meminfo: memFree=125877392/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=1959164 memory=1853428 CPUtime=6.26 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 86378 0 0 0 514 112 0 0 20 0 1 0 63594236 2006183936 463357 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 489791 463357 1696 641 0 474548 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 1959164 KiB
Current children cumulated memory: 1853428 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.20 4.14 5/255 67655
/proc/meminfo: memFree=124629560/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=2660136 memory=2366872 CPUtime=12.64 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 121935 0 0 0 920 344 0 0 20 0 2 0 63594236 2723979264 591718 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 665034 591718 2272 641 0 647517 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2660136 KiB
Current children cumulated memory: 2366872 KiB

[startup+25.5004 s]
/proc/loadavg: 4.17 4.21 4.15 5/257 67657
/proc/meminfo: memFree=122637256/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3345192 memory=3045748 CPUtime=25.41 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 294121 0 0 0 2137 404 0 0 20 0 2 0 63594236 3425476608 761437 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 836298 761437 3712 641 0 818781 0
[pid=67644/tid=67656] ppid=67641 vsize=3345192 memory=14352 CPUtime=0.01 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 6 0 0 0 0 1 0 0 20 0 2 0 63595497 3425476608 761437 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3345192 KiB
Current children cumulated memory: 3045748 KiB

[startup+51.1131 s]
/proc/loadavg: 4.24 4.22 4.15 5/257 67658
/proc/meminfo: memFree=122966272/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3345192 memory=3047796 CPUtime=50.99 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 353608 0 0 0 4648 451 0 0 20 0 2 0 63594236 3425476608 761949 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 836298 761949 3712 641 0 818781 0
[pid=67644/tid=67656] ppid=67641 vsize=3345192 memory=3047796 CPUtime=0.04 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 11 0 0 0 1 3 0 0 20 0 2 0 63595497 3425476608 761949 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 3345192 KiB
Current children cumulated memory: 3047796 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.22 4.16 5/255 67659
/proc/meminfo: memFree=122869032/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3345192 memory=3053940 CPUtime=102.1 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 405323 0 0 0 9670 540 0 0 20 0 2 0 63594236 3425476608 763485 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 836298 763485 3712 641 0 818781 0
[pid=67644/tid=67656] ppid=67641 vsize=3345192 memory=14352 CPUtime=0.12 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 16 0 0 0 4 8 0 0 20 0 2 0 63595497 3425476608 763485 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 3345192 KiB
Current children cumulated memory: 3053940 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 4.21 4.16 5/256 67673
/proc/meminfo: memFree=122850728/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3345192 memory=3060084 CPUtime=162.01 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 432057 0 0 0 15557 644 0 0 20 0 2 0 63594236 3425476608 765021 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 836298 765021 3712 641 0 818781 0
[pid=67644/tid=67656] ppid=67641 vsize=3345192 memory=3058036 CPUtime=0.21 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 20 0 0 0 8 13 0 0 20 0 2 0 63595497 3425476608 765021 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 162.01 s
Current children cumulated vsize: 3345192 KiB
Current children cumulated memory: 3060084 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.18 4.15 5/256 67675
/proc/meminfo: memFree=122792400/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3345192 memory=3066228 CPUtime=221.92 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 448135 0 0 0 21448 744 0 0 20 0 2 0 63594236 3425476608 766557 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 836298 766557 3712 641 0 818781 0
[pid=67644/tid=67656] ppid=67641 vsize=3345192 memory=3064180 CPUtime=0.3 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 22 0 0 0 12 18 0 0 20 0 2 0 63595497 3425476608 766557 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 221.92 s
Current children cumulated vsize: 3345192 KiB
Current children cumulated memory: 3066228 KiB

[startup+282.3 s]
/proc/loadavg: 4.19 4.18 4.15 5/257 67680
/proc/meminfo: memFree=122739488/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3349072 memory=3078092 CPUtime=281.83 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 449321 0 0 0 27337 846 0 0 20 0 2 0 63594236 3429449728 769523 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 837268 769523 3712 641 0 819751 0
[pid=67644/tid=67656] ppid=67641 vsize=3349072 memory=3072372 CPUtime=0.39 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 23 0 0 0 16 23 0 0 20 0 2 0 63595497 3429449728 769523 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 281.83 s
Current children cumulated vsize: 3349072 KiB
Current children cumulated memory: 3078092 KiB

[startup+342.3 s]
/proc/loadavg: 4.75 4.35 4.21 5/255 67682
/proc/meminfo: memFree=122688872/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3357264 memory=3092392 CPUtime=341.74 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 476818 0 0 0 33232 942 0 0 20 0 2 0 63594236 3437838336 773098 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 839316 773098 3712 641 0 821799 0
[pid=67644/tid=67656] ppid=67641 vsize=3357264 memory=3072372 CPUtime=0.48 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 26 0 0 0 18 30 0 0 20 0 2 0 63595497 3437838336 773098 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 341.74 s
Current children cumulated vsize: 3357264 KiB
Current children cumulated memory: 3092392 KiB

[startup+402.3 s]
/proc/loadavg: 4.31 4.30 4.20 5/255 67684
/proc/meminfo: memFree=122612420/131382116 swapFree=33009904/33010684

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

/proc/meminfo: memFree=118753308/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3989876 memory=3603464 CPUtime=3038.83 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 906705 0 0 0 298385 5498 0 0 20 0 2 0 63594236 4085633024 900866 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 997469 900866 3712 641 0 979952 0
[pid=67644/tid=67656] ppid=67641 vsize=3989876 memory=3594596 CPUtime=4.65 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 96 0 0 0 162 303 0 0 20 0 2 0 63595497 4085633024 900866 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3038.83 s
Current children cumulated vsize: 3989876 KiB
Current children cumulated memory: 3603464 KiB

[startup+3102.3 s]
/proc/loadavg: 4.40 4.31 4.22 5/256 67860
/proc/meminfo: memFree=118710280/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3996452 memory=3616172 CPUtime=3098.77 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 919812 0 0 0 304279 5598 0 0 20 0 2 0 63594236 4092366848 904043 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 999113 904043 3712 641 0 981596 0
[pid=67644/tid=67656] ppid=67641 vsize=3996452 memory=14352 CPUtime=4.74 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 98 0 0 0 164 310 0 0 20 0 2 0 63595497 4092366848 904043 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3098.77 s
Current children cumulated vsize: 3996452 KiB
Current children cumulated memory: 3616172 KiB

[startup+3162.3 s]
/proc/loadavg: 4.27 4.28 4.21 5/254 67862
/proc/meminfo: memFree=118671024/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=3998144 memory=3624096 CPUtime=3158.71 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 920358 0 0 0 310174 5697 0 0 20 0 2 0 63594236 4094099456 906024 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 999536 906024 3712 641 0 982019 0
[pid=67644/tid=67656] ppid=67641 vsize=3998144 memory=3615532 CPUtime=4.83 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 99 0 0 0 167 316 0 0 20 0 2 0 63595497 4094099456 906024 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3158.71 s
Current children cumulated vsize: 3998144 KiB
Current children cumulated memory: 3624096 KiB

[startup+3222.3 s]
/proc/loadavg: 4.15 4.24 4.20 5/253 67864
/proc/meminfo: memFree=118549312/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3218.64 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 949041 0 0 0 316069 5795 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=3633464 CPUtime=4.93 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 101 0 0 0 170 323 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3218.64 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.21 4.19 5/254 67869
/proc/meminfo: memFree=118520956/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3278.59 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 949079 0 0 0 321955 5904 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=3716416 CPUtime=5.02 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 102 0 0 0 172 330 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3278.59 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.19 4.18 5/254 67871
/proc/meminfo: memFree=118497504/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3338.52 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 955181 0 0 0 327845 6007 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=14352 CPUtime=5.11 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 104 0 0 0 175 336 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3338.52 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.16 4.17 5/254 67873
/proc/meminfo: memFree=118391304/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3398.46 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 967319 0 0 0 333733 6113 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=3716416 CPUtime=5.21 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 106 0 0 0 178 343 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3398.46 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.16 4.17 5/255 67880
/proc/meminfo: memFree=118333724/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3458.4 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 970073 0 0 0 339627 6213 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=3716416 CPUtime=5.29 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 107 0 0 0 180 349 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3458.4 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/255 67882
/proc/meminfo: memFree=118314604/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3518.34 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 970861 0 0 0 345522 6312 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=3716416 CPUtime=5.39 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 109 0 0 0 183 356 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3518.34 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/254 67884
/proc/meminfo: memFree=118336320/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3578.28 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 985560 0 0 0 351410 6418 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=5632 CPUtime=5.48 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 112 0 0 0 186 362 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3578.28 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.11 s]
/proc/loadavg: 4.11 4.15 4.17 5/249 67892
/proc/meminfo: memFree=119102240/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3600.07 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 992490 0 0 0 353551 6456 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=18304 CPUtime=5.52 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 113 0 0 0 187 365 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3535.52 s, system=64.6039 s

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

[startup+3604.11 s]
/proc/loadavg: 4.11 4.15 4.17 5/249 67892
/proc/meminfo: memFree=119102240/131382116 swapFree=33009904/33010684
[pid=67644] ppid=67641 vsize=4084252 memory=3716416 CPUtime=3600.07 cores=0,2
/proc/67644/stat : 67644 (ipbhs_gurobi) R 67641 67644 67122 0 -1 4194304 992490 0 0 0 353551 6456 0 0 20 0 2 0 63594236 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
/proc/67644/statm: 1021063 929104 3712 641 0 1003546 0
[pid=67644/tid=67656] ppid=67641 vsize=4084252 memory=18304 CPUtime=5.52 cores=0,2
/proc/67644/task/67656/stat : 67656 (ipbhs_gurobi) S 67641 67644 67122 0 -1 4194368 113 0 0 0 187 365 0 0 20 0 2 0 63595497 4182274048 929104 18446744073709551615 94460372471808 94460375096861 140736585282400 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94460375715736 94460375748698 94460397137920 140736585283999 140736585284103 140736585284103 140736585289705 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 4084252 KiB
Current children cumulated memory: 3716416 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3604.16
CPU time (s): 3600.12
CPU user time (s): 3535.52
CPU system time (s): 64.6039
CPU usage (%): 99.888
Max. virtual memory (cumulated for all children) (KiB): 4084252
Max. memory (cumulated for all children) (KiB): 3716416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3535.52
system time used= 64.6039
maximum resident set size= 3716416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 992490
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= 356237
involuntary context switches= 8319


# summary of solver processes directly reported to runsolver:
#   pid: 67644
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3535.52
#   total CPU system time (s): 64.6039

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5151 second user time and 35.3088 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-02 19:59:08
IDJOB=4505154
IDBENCH=155745
IDSOLVER=3333
FILE ID=nodeC010/4505154-1751479146
RUNJOBID= nodeC010-1751475537-67132
SLURM_JOB_ID= 9598508
Free space on /tmp= 431780 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_ic.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505154-1751479146/watcher-4505154-1751479146 -o /tmp/evaluation-result-4505154-1751479146/solver-4505154-1751479146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751475537-67132 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4505154-1751479146.opb --max-coef 1000000000

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

MD5SUM BENCH= 88b39ea3a8b75d01f2291d1517c942c1
RANDOM SEED=903564425

nodeC010 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		: 3491.013
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.698
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.36
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.148
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.36
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.279
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.36
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		: 3700.000
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.36
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		: 3691.190
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.36
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.146
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.36
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.332
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128164876 kB
MemAvailable:   129391560 kB
Buffers:            2128 kB
Cached:          2026932 kB
SwapCached:           24 kB
Active:          1127448 kB
Inactive:        1456660 kB
Active(anon):     566652 kB
Inactive(anon):     6336 kB
Active(file):     560796 kB
Inactive(file):  1450324 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            292084 kB
Writeback:             0 kB
AnonPages:        558508 kB
Mapped:           116496 kB
Shmem:             17936 kB
KReclaimable:     110384 kB
Slab:             195436 kB
SReclaimable:     110384 kB
SUnreclaim:        85052 kB
KernelStack:        4064 kB
PageTables:         3980 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     922640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 431528 MiB
End job on nodeC010 at 2025-07-02 20:59:13