Trace number 4504924

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.09 3604.44

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_7_mh_ic.opb
MD5SUM13b8bbb872de86791f42ef521acd2179
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 benchmark3135704
Best CPU time to get the best result obtained on this benchmark3585.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 135796744
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69525451982
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 135796744
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69525451982
Number of bits of the biggest sum of numbers37
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.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set core processing techniques to 4095
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
5.42/5.56	c limit for coefficient in constraints and objective to 1000000000
5.42/5.56	c will solve HOME/instance-4504924-1751475537.opb
5.42/5.56	c [0.28] 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 (60499 MiB free)
  memory of node 1: 64465 MiB (63364 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504924-1751475537/watcher-4504924-1751475537 -o /tmp/evaluation-result-4504924-1751475537/solver-4504924-1751475537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751475537-67135 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4504924-1751475537.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=67192, runsolver pid=67189

[startup+0.100074 s]*
/proc/loadavg: 0.95 1.46 2.30 5/253 67193
/proc/meminfo: memFree=126357460/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=104828 memory=29112 CPUtime=0.08 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 3528 0 0 0 6 2 0 0 20 0 1 0 63233219 107343872 7278 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 26207 7278 1632 641 0 10964 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 104828 KiB
Current children cumulated memory: 29112 KiB

[startup+0.211394 s]*
/proc/loadavg: 0.95 1.46 2.30 5/253 67193
/proc/meminfo: memFree=125840924/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=112680 memory=36032 CPUtime=0.18 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 4759 0 0 0 15 3 0 0 20 0 1 0 63233219 115384320 9008 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 28170 9008 1632 641 0 12927 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 112680 KiB
Current children cumulated memory: 36032 KiB

[startup+0.311147 s]*
/proc/loadavg: 0.95 1.46 2.30 5/253 67193
/proc/meminfo: memFree=125426348/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=117536 memory=39232 CPUtime=0.27 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 5571 0 0 0 24 3 0 0 20 0 1 0 63233219 120356864 9808 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 29384 9808 1632 641 0 14141 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 117536 KiB
Current children cumulated memory: 39232 KiB

[startup+0.700304 s]
/proc/loadavg: 0.95 1.46 2.30 5/253 67193
/proc/meminfo: memFree=125040952/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=144852 memory=64508 CPUtime=0.63 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 8798 0 0 0 59 4 0 0 20 0 1 0 63233219 148328448 16127 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 36213 16127 1632 641 0 20970 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 144852 KiB
Current children cumulated memory: 64508 KiB

[startup+1.50033 s]
/proc/loadavg: 0.95 1.46 2.30 5/253 67193
/proc/meminfo: memFree=124988236/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=175764 memory=97724 CPUtime=1.43 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 12021 0 0 0 137 6 0 0 20 0 1 0 63233219 179982336 24431 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 43941 24431 1632 641 0 28698 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 175764 KiB
Current children cumulated memory: 97724 KiB

[startup+3.11334 s]
/proc/loadavg: 0.95 1.46 2.30 5/256 67196
/proc/meminfo: memFree=124692180/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=359552 memory=278656 CPUtime=3.04 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 37263 0 0 0 262 42 0 0 20 0 1 0 63233219 368181248 69664 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 89888 69664 1728 641 0 74645 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 359552 KiB
Current children cumulated memory: 278656 KiB

[startup+6.30031 s]
/proc/loadavg: 1.19 1.51 2.31 5/257 67197
/proc/meminfo: memFree=124379884/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=717852 memory=600904 CPUtime=6.22 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 68432 0 0 0 491 131 0 0 20 0 2 0 63233219 735080448 150226 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 179463 150226 2272 641 0 161946 0
[pid=67192/tid=67197] ppid=67189 vsize=717852 memory=-8990767739041718176 CPUtime=0 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 63233746 735080448 150226 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 717852 KiB
Current children cumulated memory: 600904 KiB

[startup+12.7003 s]
/proc/loadavg: 1.42 1.55 2.32 5/257 67197
/proc/meminfo: memFree=123875572/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1449732 memory=1220204 CPUtime=12.61 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 209292 0 1 0 1030 231 0 0 20 0 2 0 63233219 1484525568 305051 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 362433 305051 3328 641 0 344916 0
[pid=67192/tid=67197] ppid=67189 vsize=1449732 memory=874856 CPUtime=0 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 63233746 1484525568 305051 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1449732 KiB
Current children cumulated memory: 1220204 KiB

[startup+25.5003 s]
/proc/loadavg: 1.99 1.67 2.35 5/257 67197
/proc/meminfo: memFree=123583696/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1684328 memory=1486472 CPUtime=25.4 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 536978 0 1 0 2239 301 0 0 20 0 2 0 63233219 1724751872 371618 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 421082 371618 3584 641 0 403565 0
[pid=67192/tid=67197] ppid=67189 vsize=1684328 memory=603592 CPUtime=0.01 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 2 0 0 0 0 1 0 0 20 0 2 0 63233746 1724751872 371618 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1684328 KiB
Current children cumulated memory: 1486472 KiB

[startup+51.1132 s]
/proc/loadavg: 2.94 1.92 2.41 5/257 67198
/proc/meminfo: memFree=123814572/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1684328 memory=1486600 CPUtime=50.99 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 547878 0 1 0 4778 321 0 0 20 0 2 0 63233219 1724751872 371650 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 421082 371650 3616 641 0 403565 0
[pid=67192/tid=67197] ppid=67189 vsize=1684328 memory=1486600 CPUtime=0.04 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 3 0 0 0 1 3 0 0 20 0 2 0 63233746 1724751872 371650 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 1684328 KiB
Current children cumulated memory: 1486600 KiB

[startup+102.3 s]
/proc/loadavg: 3.54 2.24 2.50 5/257 67200
/proc/meminfo: memFree=124192020/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1684328 memory=1488736 CPUtime=102.15 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 547884 0 1 0 9853 362 0 0 20 0 2 0 63233219 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 421082 372184 3616 641 0 403565 0
[pid=67192/tid=67197] ppid=67189 vsize=1684328 memory=3546362743604394296 CPUtime=0.1 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 3 0 0 0 2 8 0 0 20 0 2 0 63233746 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 1684328 KiB
Current children cumulated memory: 1488736 KiB

[startup+162.3 s]
/proc/loadavg: 3.96 2.60 2.60 5/255 67213
/proc/meminfo: memFree=124319316/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1684328 memory=1488736 CPUtime=162.08 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 547886 0 1 0 15798 410 0 0 20 0 2 0 63233219 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 421082 372184 3616 641 0 403565 0
[pid=67192/tid=67197] ppid=67189 vsize=1684328 memory=18304 CPUtime=0.17 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 4 0 0 0 4 13 0 0 20 0 2 0 63233746 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 162.08 s
Current children cumulated vsize: 1684328 KiB
Current children cumulated memory: 1488736 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 2.88 2.70 5/255 67215
/proc/meminfo: memFree=124232932/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1684328 memory=1488736 CPUtime=222.01 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 547900 0 1 0 21743 458 0 0 20 0 2 0 63233219 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 421082 372184 3616 641 0 403565 0
[pid=67192/tid=67197] ppid=67189 vsize=1684328 memory=14352 CPUtime=0.25 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 5 0 0 0 6 19 0 0 20 0 2 0 63233746 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 222.01 s
Current children cumulated vsize: 1684328 KiB
Current children cumulated memory: 1488736 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 3.10 2.79 5/256 67220
/proc/meminfo: memFree=124213188/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1684328 memory=1488736 CPUtime=281.93 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 555631 0 1 0 27687 506 0 0 20 0 2 0 63233219 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 421082 372184 3616 641 0 403565 0
[pid=67192/tid=67197] ppid=67189 vsize=1684328 memory=1488736 CPUtime=0.32 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 5 0 0 0 8 24 0 0 20 0 2 0 63233746 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 281.93 s
Current children cumulated vsize: 1684328 KiB
Current children cumulated memory: 1488736 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.29 2.88 5/254 67222
/proc/meminfo: memFree=123713336/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1684328 memory=1488736 CPUtime=341.87 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 559997 0 1 0 33632 555 0 0 20 0 2 0 63233219 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 421082 372184 3616 641 0 403565 0
[pid=67192/tid=67197] ppid=67189 vsize=1684328 memory=1488736 CPUtime=0.38 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 6 0 0 0 9 29 0 0 20 0 2 0 63233746 1724751872 372184 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 341.87 s
Current children cumulated vsize: 1684328 KiB
Current children cumulated memory: 1488736 KiB

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

/proc/meminfo: memFree=121469032/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1495636 CPUtime=2978.53 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 736111 0 1 0 295027 2826 0 0 20 0 2 0 63233219 1756311552 373909 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 373909 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1495636 CPUtime=3.47 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 37 0 0 0 87 260 0 0 20 0 2 0 63233746 1756311552 373909 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 2978.53 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1495636 KiB

[startup+3042.3 s]
/proc/loadavg: 4.24 4.15 4.09 5/256 67353
/proc/meminfo: memFree=121886292/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1497044 CPUtime=3038.45 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 736207 0 1 0 300962 2883 0 0 20 0 2 0 63233219 1756311552 374261 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 374261 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1497044 CPUtime=3.54 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 38 0 0 0 89 265 0 0 20 0 2 0 63233746 1756311552 374261 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3038.45 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1497044 KiB

[startup+3102.3 s]
/proc/loadavg: 4.20 4.15 4.09 5/256 67355
/proc/meminfo: memFree=121266028/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1501908 CPUtime=3098.37 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 736449 0 1 0 306899 2938 0 0 20 0 2 0 63233219 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375477 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1497044 CPUtime=3.6 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 39 0 0 0 91 269 0 0 20 0 2 0 63233746 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3098.37 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1501908 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.12 4.09 5/255 67356
/proc/meminfo: memFree=121217440/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1501908 CPUtime=3158.29 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 746301 0 1 0 312841 2988 0 0 20 0 2 0 63233219 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375477 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1497044 CPUtime=3.66 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 39 0 0 0 92 274 0 0 20 0 2 0 63233746 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3158.29 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1501908 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.11 4.09 5/255 67358
/proc/meminfo: memFree=121804616/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1501908 CPUtime=3218.22 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 755965 0 1 0 318778 3044 0 0 20 0 2 0 63233219 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375477 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1497044 CPUtime=3.74 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 40 0 0 0 95 279 0 0 20 0 2 0 63233746 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3218.22 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1501908 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/256 67363
/proc/meminfo: memFree=117056000/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1501908 CPUtime=3278.19 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 756414 0 1 0 324720 3099 0 0 20 0 2 0 63233219 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375477 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1497044 CPUtime=3.82 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 41 0 0 0 97 285 0 0 20 0 2 0 63233746 1756311552 375477 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3278.19 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1501908 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/254 67365
/proc/meminfo: memFree=117311140/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1503956 CPUtime=3338.14 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 757168 0 1 0 330663 3151 0 0 20 0 2 0 63233219 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375989 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1497044 CPUtime=3.91 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 41 0 0 0 100 291 0 0 20 0 2 0 63233746 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3338.14 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1503956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.39 4.17 4.11 5/256 67369
/proc/meminfo: memFree=117981444/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1503956 CPUtime=3398.09 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 757267 0 1 0 336603 3206 0 0 20 0 2 0 63233219 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375989 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1503956 CPUtime=3.99 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 41 0 0 0 102 297 0 0 20 0 2 0 63233746 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3398.09 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1503956 KiB

[startup+3462.3 s]
/proc/loadavg: 4.61 4.29 4.16 5/256 67375
/proc/meminfo: memFree=117682200/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1503956 CPUtime=3458.06 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 757310 0 1 0 342546 3260 0 0 20 0 2 0 63233219 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375989 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1503956 CPUtime=4.06 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 42 0 0 0 104 302 0 0 20 0 2 0 63233746 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3458.06 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1503956 KiB

[startup+3522.3 s]
/proc/loadavg: 4.27 4.25 4.15 5/256 67377
/proc/meminfo: memFree=117655668/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1503956 CPUtime=3518.01 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 757379 0 1 0 348487 3314 0 0 20 0 2 0 63233219 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375989 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1503956 CPUtime=4.13 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 42 0 0 0 106 307 0 0 20 0 2 0 63233746 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3518.01 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1503956 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.22 4.15 5/256 67379
/proc/meminfo: memFree=117932808/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1503956 CPUtime=3577.97 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 764020 0 1 0 354432 3365 0 0 20 0 2 0 63233219 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375989 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1503956 CPUtime=4.2 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 43 0 0 0 108 312 0 0 20 0 2 0 63233746 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3577.97 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1503956 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.4 s]
/proc/loadavg: 4.09 4.20 4.14 4/253 67394
/proc/meminfo: memFree=118275472/131382116 swapFree=33009904/33010684
[pid=67192] ppid=67189 vsize=1715148 memory=1503956 CPUtime=3600.03 cores=5,7
/proc/67192/stat : 67192 (ipbhs_gurobi) R 67189 67192 67122 0 -1 4194304 764133 0 1 0 356617 3386 0 0 20 0 2 0 63233219 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
/proc/67192/statm: 428787 375989 3616 641 0 411270 0
[pid=67192/tid=67197] ppid=67189 vsize=1715148 memory=1503956 CPUtime=4.22 cores=5,7
/proc/67192/task/67197/stat : 67197 (ipbhs_gurobi) S 67189 67192 67122 0 -1 4194368 43 0 0 0 108 314 0 0 20 0 2 0 63233746 1756311552 375989 18446744073709551615 94711776505856 94711779130909 140721441209408 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94711779749784 94711779782746 94711784955904 140721441212831 140721441212935 140721441212935 140721441218537 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 1715148 KiB
Current children cumulated memory: 1503956 KiB

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

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

# cumulated CPU time of all completed processes:  user=3566.18 s, system=33.9044 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3604.44
CPU time (s): 3600.09
CPU user time (s): 3566.18
CPU system time (s): 33.9044
CPU usage (%): 99.8792
Max. virtual memory (cumulated for all children) (KiB): 1786064
Max. memory (cumulated for all children) (KiB): 1509920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3566.18
system time used= 33.9044
maximum resident set size= 1510048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 764133
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356497
involuntary context switches= 1263


# summary of solver processes directly reported to runsolver:
#   pid: 67192
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3566.18
#   total CPU system time (s): 33.9044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8231 second user time and 35.6577 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-02 18:58:58
IDJOB=4504924
IDBENCH=155702
IDSOLVER=3333
FILE ID=nodeC010/4504924-1751475537
RUNJOBID= nodeC010-1751475537-67135
SLURM_JOB_ID= 9598508
Free space on /tmp= 431836 MiB

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

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

MD5SUM BENCH= 13b8bbb872de86791f42ef521acd2179
RANDOM SEED=509416995

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		: 1197.031
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		: 1196.904
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		: 3700.000
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.300
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		: 1197.143
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.341
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		: 1596.272
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:        126874624 kB
MemAvailable:   128087408 kB
Buffers:            2128 kB
Cached:          2013120 kB
SwapCached:           24 kB
Active:           632508 kB
Inactive:        1452764 kB
Active(anon):      81676 kB
Inactive(anon):     6336 kB
Active(file):     550832 kB
Inactive(file):  1446428 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            291928 kB
Writeback:             0 kB
AnonPages:         73212 kB
Mapped:           105012 kB
Shmem:             17936 kB
KReclaimable:     110304 kB
Slab:             195452 kB
SReclaimable:     110304 kB
SUnreclaim:        85148 kB
KernelStack:        4064 kB
PageTables:         3124 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     410140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 431784 MiB
End job on nodeC010 at 2025-07-02 19:59:03