Trace number 4505292

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.14 3602.65

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_7_ic.opb
MD5SUMa79b156993afc0744effacd0e3c6c3c8
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 benchmark18798609
Best CPU time to get the best result obtained on this benchmark3600.14
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 143877824
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 182044199866
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 143877824
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 182044199866
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
12.75/12.83	c limit for coefficient in constraints and objective to 1000000000
12.75/12.83	c will solve HOME/instance-4505292-1751482754.opb
12.75/12.83	c [0.73] 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 (62090 MiB free)
  memory of node 1: 64465 MiB (60240 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505292-1751482754/watcher-4505292-1751482754 -o /tmp/evaluation-result-4505292-1751482754/solver-4505292-1751482754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751475537-67133 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4505292-1751482754.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100102 s]*
/proc/loadavg: 4.10 4.15 4.17 4/244 68003
/proc/meminfo: memFree=125116212/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=239024 memory=143184 CPUtime=0.1 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 4163 0 0 0 5 5 0 0 20 0 1 0 63955004 244760576 35796 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 59756 35796 1632 641 0 44513 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 239024 KiB
Current children cumulated memory: 143184 KiB

[startup+0.212874 s]*
/proc/loadavg: 4.10 4.15 4.17 5/246 68009
/proc/meminfo: memFree=125039580/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=253816 memory=157608 CPUtime=0.21 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 6753 0 0 0 15 6 0 0 20 0 1 0 63955004 259907584 39402 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 63454 39402 1632 641 0 48211 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 253816 KiB
Current children cumulated memory: 157608 KiB

[startup+0.313014 s]*
/proc/loadavg: 4.10 4.15 4.17 5/246 68009
/proc/meminfo: memFree=125023704/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=267696 memory=170408 CPUtime=0.3 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 8400 0 0 0 24 6 0 0 20 0 1 0 63955004 274120704 42602 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 66924 42602 1632 641 0 51681 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 267696 KiB
Current children cumulated memory: 170408 KiB

[startup+0.700287 s]
/proc/loadavg: 4.10 4.15 4.17 4/247 68011
/proc/meminfo: memFree=124999512/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=312852 memory=212928 CPUtime=0.68 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 13434 0 0 0 60 8 0 0 20 0 1 0 63955004 320360448 53232 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 78213 53232 1632 641 0 62970 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 312852 KiB
Current children cumulated memory: 212928 KiB

[startup+1.50028 s]
/proc/loadavg: 4.10 4.15 4.17 5/251 68020
/proc/meminfo: memFree=124825316/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=405556 memory=304940 CPUtime=1.47 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 24144 0 0 0 136 11 0 0 20 0 1 0 63955004 415289344 76203 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 101389 76235 1632 641 0 86146 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 405556 KiB
Current children cumulated memory: 304940 KiB

[startup+3.11249 s]
/proc/loadavg: 4.09 4.14 4.17 5/251 68020
/proc/meminfo: memFree=124211788/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=547892 memory=449240 CPUtime=3.09 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 50074 0 0 0 288 21 0 0 20 0 1 0 63955004 561041408 112310 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 136973 112310 1632 641 0 121730 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 547892 KiB
Current children cumulated memory: 449240 KiB

[startup+6.30026 s]
/proc/loadavg: 4.09 4.14 4.17 5/251 68020
/proc/meminfo: memFree=123123764/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=953368 memory=845592 CPUtime=6.27 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 90373 0 0 0 525 102 0 0 20 0 1 0 63955004 976248832 211398 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 238342 211398 1728 641 0 223099 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 953368 KiB
Current children cumulated memory: 845592 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.14 4.17 5/251 68020
/proc/meminfo: memFree=121236676/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=1767028 memory=1464336 CPUtime=12.65 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 138640 0 0 0 948 317 0 0 20 0 2 0 63955004 1809436672 366084 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 441757 366084 2240 641 0 424240 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1767028 KiB
Current children cumulated memory: 1464336 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.15 4.17 5/253 68022
/proc/meminfo: memFree=118747660/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2284164 memory=1984184 CPUtime=25.44 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 277474 0 0 0 2176 368 0 0 20 0 2 0 63955004 2338983936 496046 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 571041 496046 3776 641 0 553524 0
[pid=67999/tid=68021] ppid=67996 vsize=2284164 memory=14352 CPUtime=0.01 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 1 0 0 0 0 1 0 0 20 0 2 0 63956208 2338983936 496046 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 2284164 KiB
Current children cumulated memory: 1984184 KiB

[startup+51.1129 s]
/proc/loadavg: 4.15 4.15 4.17 5/254 68023
/proc/meminfo: memFree=117256896/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2284164 memory=1986232 CPUtime=51.03 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 296981 0 0 0 4691 412 0 0 20 0 2 0 63955004 2338983936 496558 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 571041 496558 3776 641 0 553524 0
[pid=67999/tid=68021] ppid=67996 vsize=2284164 memory=1984184 CPUtime=0.05 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 7 0 0 0 1 4 0 0 20 0 2 0 63956208 2338983936 496558 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 2284164 KiB
Current children cumulated memory: 1986232 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.14 4.17 5/254 68025
/proc/meminfo: memFree=114910016/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2284164 memory=1992376 CPUtime=102.19 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 332697 0 0 0 9716 503 0 0 20 0 2 0 63955004 2338983936 498094 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 571041 498094 3776 641 0 553524 0
[pid=67999/tid=68021] ppid=67996 vsize=2284164 memory=14352 CPUtime=0.14 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 11 0 0 0 4 10 0 0 20 0 2 0 63956208 2338983936 498094 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 102.19 s
Current children cumulated vsize: 2284164 KiB
Current children cumulated memory: 1992376 KiB

[startup+162.3 s]
/proc/loadavg: 4.23 4.16 4.17 5/255 68040
/proc/meminfo: memFree=115165904/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2284164 memory=1998520 CPUtime=162.14 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 358227 0 0 0 15604 610 0 0 20 0 2 0 63955004 2338983936 499630 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 571041 499630 3776 641 0 553524 0
[pid=67999/tid=68021] ppid=67996 vsize=2284164 memory=14352 CPUtime=0.24 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 13 0 0 0 6 18 0 0 20 0 2 0 63956208 2338983936 499630 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 162.14 s
Current children cumulated vsize: 2284164 KiB
Current children cumulated memory: 1998520 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/255 68042
/proc/meminfo: memFree=115138068/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2284164 memory=2004664 CPUtime=222.09 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 378932 0 0 0 21493 716 0 0 20 0 2 0 63955004 2338983936 501166 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 571041 501166 3776 641 0 553524 0
[pid=67999/tid=68021] ppid=67996 vsize=2284164 memory=14352 CPUtime=0.32 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 15 0 0 0 8 24 0 0 20 0 2 0 63956208 2338983936 501166 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 222.09 s
Current children cumulated vsize: 2284164 KiB
Current children cumulated memory: 2004664 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.14 4.17 5/255 68044
/proc/meminfo: memFree=115127348/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2288052 memory=2016528 CPUtime=282.05 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 400216 0 0 0 27388 817 0 0 20 0 2 0 63955004 2342965248 504132 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 572013 504132 3776 641 0 554496 0
[pid=67999/tid=68021] ppid=67996 vsize=2288052 memory=2010808 CPUtime=0.43 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 17 0 0 0 12 31 0 0 20 0 2 0 63956208 2342965248 504132 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 282.05 s
Current children cumulated vsize: 2288052 KiB
Current children cumulated memory: 2016528 KiB

[startup+342.3 s]
/proc/loadavg: 4.68 4.30 4.22 5/256 68049
/proc/meminfo: memFree=115098676/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2296244 memory=2030864 CPUtime=342 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 422108 0 0 0 33284 916 0 0 20 0 2 0 63955004 2351353856 507716 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 574061 507716 3776 641 0 556544 0
[pid=67999/tid=68021] ppid=67996 vsize=2296244 memory=2010808 CPUtime=0.52 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 19 0 0 0 15 37 0 0 20 0 2 0 63956208 2351353856 507716 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 342 s
Current children cumulated vsize: 2296244 KiB
Current children cumulated memory: 2030864 KiB

[startup+402.3 s]
/proc/loadavg: 4.50 4.33 4.24 5/256 68051
/proc/meminfo: memFree=115040520/131382116 swapFree=33009904/33010684

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

/proc/meminfo: memFree=109840268/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2932000 memory=2542020 CPUtime=2980.19 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 748330 0 0 0 292669 5350 0 0 20 0 2 0 63955004 3002368000 635505 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 733000 635505 3776 641 0 715483 0
[pid=67999/tid=68021] ppid=67996 vsize=2932000 memory=2535036 CPUtime=4.83 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 74 0 0 0 150 333 0 0 20 0 2 0 63956208 3002368000 635505 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 2980.19 s
Current children cumulated vsize: 2932000 KiB
Current children cumulated memory: 2542020 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.21 4.16 5/255 68226
/proc/meminfo: memFree=109823528/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2937996 memory=2554112 CPUtime=3040.15 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 755274 0 0 0 298570 5445 0 0 20 0 2 0 63955004 3008507904 638528 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 734499 638528 3776 641 0 716982 0
[pid=67999/tid=68021] ppid=67996 vsize=2937996 memory=2554112 CPUtime=4.92 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 75 0 0 0 153 339 0 0 20 0 2 0 63956208 3008507904 638528 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3040.15 s
Current children cumulated vsize: 2937996 KiB
Current children cumulated memory: 2554112 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.19 4.16 5/255 68228
/proc/meminfo: memFree=109796344/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2944136 memory=2568476 CPUtime=3100.11 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 762017 0 0 0 304469 5542 0 0 20 0 2 0 63955004 3014795264 642119 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 736034 642119 3776 641 0 718517 0
[pid=67999/tid=68021] ppid=67996 vsize=2944136 memory=2561792 CPUtime=5.02 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 76 0 0 0 156 346 0 0 20 0 2 0 63956208 3014795264 642119 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3100.11 s
Current children cumulated vsize: 2944136 KiB
Current children cumulated memory: 2568476 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.17 4.15 5/255 68230
/proc/meminfo: memFree=109760584/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2949976 memory=2580496 CPUtime=3160.08 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 763630 0 0 0 310367 5641 0 0 20 0 2 0 63955004 3020775424 645124 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 737494 645124 3776 641 0 719977 0
[pid=67999/tid=68021] ppid=67996 vsize=2949976 memory=2561792 CPUtime=5.13 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 77 0 0 0 159 354 0 0 20 0 2 0 63956208 3020775424 645124 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3160.08 s
Current children cumulated vsize: 2949976 KiB
Current children cumulated memory: 2580496 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.15 4.14 5/255 68232
/proc/meminfo: memFree=109742516/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2955816 memory=2592512 CPUtime=3220.03 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 770623 0 0 0 316268 5735 0 0 20 0 2 0 63955004 3026755584 648128 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 738954 648128 3776 641 0 721437 0
[pid=67999/tid=68021] ppid=67996 vsize=2955816 memory=2561792 CPUtime=5.23 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 78 0 0 0 162 361 0 0 20 0 2 0 63956208 3026755584 648128 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3220.03 s
Current children cumulated vsize: 2955816 KiB
Current children cumulated memory: 2592512 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.13 4.14 5/256 68235
/proc/meminfo: memFree=109725568/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=2962084 memory=2604916 CPUtime=3279.99 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 777618 0 0 0 322168 5831 0 0 20 0 2 0 63955004 3033174016 651229 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 740521 651229 3776 641 0 723004 0
[pid=67999/tid=68021] ppid=67996 vsize=2962084 memory=2604276 CPUtime=5.32 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 79 0 0 0 165 367 0 0 20 0 2 0 63956208 3033174016 651229 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3279.99 s
Current children cumulated vsize: 2962084 KiB
Current children cumulated memory: 2604916 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.14 4.14 5/256 68239
/proc/meminfo: memFree=109613620/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=3048352 memory=2695448 CPUtime=3339.96 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 796794 0 0 0 328065 5931 0 0 20 0 2 0 63955004 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 762088 673862 3776 641 0 744571 0
[pid=67999/tid=68021] ppid=67996 vsize=3048352 memory=2695448 CPUtime=5.43 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 79 0 0 0 168 375 0 0 20 0 2 0 63956208 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3339.96 s
Current children cumulated vsize: 3048352 KiB
Current children cumulated memory: 2695448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.12 4.13 5/255 68242
/proc/meminfo: memFree=109521120/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=3048352 memory=2695448 CPUtime=3399.92 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 796801 0 0 0 333958 6034 0 0 20 0 2 0 63955004 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 762088 673862 3776 641 0 744571 0
[pid=67999/tid=68021] ppid=67996 vsize=3048352 memory=2695448 CPUtime=5.53 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 80 0 0 0 171 382 0 0 20 0 2 0 63956208 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3399.92 s
Current children cumulated vsize: 3048352 KiB
Current children cumulated memory: 2695448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.14 4.14 5/255 68244
/proc/meminfo: memFree=109522772/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=3048352 memory=2695448 CPUtime=3459.88 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 796986 0 0 0 339853 6135 0 0 20 0 2 0 63955004 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 762088 673862 3776 641 0 744571 0
[pid=67999/tid=68021] ppid=67996 vsize=3048352 memory=2695448 CPUtime=5.62 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 81 0 0 0 174 388 0 0 20 0 2 0 63956208 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3459.88 s
Current children cumulated vsize: 3048352 KiB
Current children cumulated memory: 2695448 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/255 68250
/proc/meminfo: memFree=109524296/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=3048352 memory=2695448 CPUtime=3519.84 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 806084 0 0 0 345743 6241 0 0 20 0 2 0 63955004 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 762088 673862 3776 641 0 744571 0
[pid=67999/tid=68021] ppid=67996 vsize=3048352 memory=2695448 CPUtime=5.72 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 82 0 0 0 177 395 0 0 20 0 2 0 63956208 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3519.84 s
Current children cumulated vsize: 3048352 KiB
Current children cumulated memory: 2695448 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.12 4.13 5/254 68252
/proc/meminfo: memFree=109524060/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=3048352 memory=2695448 CPUtime=3579.8 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 807309 0 0 0 351637 6343 0 0 20 0 2 0 63955004 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 762088 673862 3776 641 0 744571 0
[pid=67999/tid=68021] ppid=67996 vsize=3048352 memory=14352 CPUtime=5.82 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 83 0 0 0 180 402 0 0 20 0 2 0 63956208 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3579.8 s
Current children cumulated vsize: 3048352 KiB
Current children cumulated memory: 2695448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3602.6 s]
/proc/loadavg: 4.09 4.11 4.12 5/254 68252
/proc/meminfo: memFree=109524312/131382116 swapFree=33009904/33010684
[pid=67999] ppid=67996 vsize=3048352 memory=2695448 CPUtime=3600.08 cores=4,6
/proc/67999/stat : 67999 (ipbhs_gurobi) R 67996 67999 67122 0 -1 4194304 807417 0 0 0 353630 6378 0 0 20 0 2 0 63955004 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
/proc/67999/statm: 762088 673862 3776 641 0 744571 0
[pid=67999/tid=68021] ppid=67996 vsize=3048352 memory=18304 CPUtime=5.85 cores=4,6
/proc/67999/task/68021/stat : 68021 (ipbhs_gurobi) S 67996 67999 67122 0 -1 4194368 84 0 0 0 181 404 0 0 20 0 2 0 63956208 3121512448 673862 18446744073709551615 94643968237568 94643970862621 140732186837600 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94643971481496 94643971514458 94643994267648 140732186843551 140732186843655 140732186843655 140732186849257 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 3048352 KiB
Current children cumulated memory: 2695448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3536.31 s, system=63.828 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): 3602.65
CPU time (s): 3600.14
CPU user time (s): 3536.31
CPU system time (s): 63.828
CPU usage (%): 99.9305
Max. virtual memory (cumulated for all children) (KiB): 3048352
Max. memory (cumulated for all children) (KiB): 2695448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3536.31
system time used= 63.828
maximum resident set size= 2695448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 807417
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= 355622
involuntary context switches= 3366


# summary of solver processes directly reported to runsolver:
#   pid: 67999
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3536.31
#   total CPU system time (s): 63.828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6456 second user time and 34.8347 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-02 20:59:16
IDJOB=4505292
IDBENCH=155752
IDSOLVER=3333
FILE ID=nodeC010/4505292-1751482754
RUNJOBID= nodeC010-1751475537-67133
SLURM_JOB_ID= 9598508
Free space on /tmp= 431456 MiB

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

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

MD5SUM BENCH= a79b156993afc0744effacd0e3c6c3c8
RANDOM SEED=497042775

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		: 3393.238
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		: 1197.376
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.151
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		: 2992.873
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		: 3192.408
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.215
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.221
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.515
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:        125292312 kB
MemAvailable:   126908624 kB
Buffers:            2128 kB
Cached:          2416524 kB
SwapCached:           24 kB
Active:          3688372 kB
Inactive:        1846256 kB
Active(anon):    3127576 kB
Inactive(anon):     6336 kB
Active(file):     560796 kB
Inactive(file):  1839920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            518952 kB
Writeback:             0 kB
AnonPages:       3118296 kB
Mapped:           114116 kB
Shmem:             17936 kB
KReclaimable:     110448 kB
Slab:             195424 kB
SReclaimable:     110448 kB
SUnreclaim:        84976 kB
KernelStack:        3920 kB
PageTables:         9064 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3747660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1570816 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= 431204 MiB
End job on nodeC010 at 2025-07-02 21:59:19