Trace number 4505246

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.06 3603.85

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_ic.opb
MD5SUMae39b89921d4a5c4d7dfc676c1859a2a
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 benchmark24648945
Best CPU time to get the best result obtained on this benchmark3600.89
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 168196608
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 178958626766
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 168196608
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 178958626766
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c set sym compact max subset size to 5
0.00/0.01	c set explicit symmetry matrix usage to 1
0.00/0.01	c sym budget explicit to 100
0.00/0.01	c sym budget explicit lits to 6000
0.00/0.01	c sym budget compact to 100
0.00/0.01	c sym budget compact lits to 6000
0.00/0.01	c sym budget common to 0
0.00/0.01	c sym budget common lits to 0
0.00/0.01	c set sym generation to 's'
0.00/0.01	c set abstraction set creation to 10 iterations without LB change
0.00/0.01	c set abstraction set inputs to 0
0.00/0.01	c set abstraction set cluster min size to 2
0.00/0.01	c set abstraction set cluster max size to 100000000
0.00/0.01	c set abstraction set cluster activation limit to 2
0.00/0.01	c enable abstraction set require equal cost
0.00/0.01	c set abstraction set assumptions to 0
0.00/0.01	c set abstraction set constraint type to 0
0.00/0.01	c set abstract core extraction strategy to b
0.00/0.01	c set core extraction strategy to 2
0.00/0.01	c set core extraction shuffles 10
0.00/0.01	c set cores per iteration to 5
0.00/0.01	c set optimizer bound usage strategy to 2
0.00/0.01	c set optimizer max non-optimal iterations to 1000
0.00/0.01	c set small core cardinality limit to 2
0.00/0.01	c set max coef in cores to 1000000000
0.00/0.01	c set core processing techniques to 4095
0.00/0.01	c set SIS iterations to 5
0.00/0.01	c set SIS budget abs to 1000
0.00/0.01	c set SIS budget rel to 0.05
13.15/13.29	c limit for coefficient in constraints and objective to 1000000000
13.15/13.29	c will solve HOME/instance-4505246-1751479578.opb
13.15/13.29	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 (57172 MiB free)
  memory of node 1: 64465 MiB (62926 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.10008 s]*
/proc/loadavg: 4.27 4.28 4.20 5/254 67736
/proc/meminfo: memFree=122758580/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=699368 memory=266740 CPUtime=0.08 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1903 0 0 0 2 6 0 0 20 0 1 0 63637372 716152832 66685 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 174842 66685 1632 641 0 159599 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 699368 KiB
Current children cumulated memory: 266740 KiB

[startup+0.206014 s]*
/proc/loadavg: 4.27 4.28 4.20 5/254 67736
/proc/meminfo: memFree=122418612/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=699368 memory=635508 CPUtime=0.2 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 2117 0 0 0 5 15 0 0 20 0 1 0 63637372 716152832 158877 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 174842 158877 1632 641 0 159599 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 699368 KiB
Current children cumulated memory: 635508 KiB

[startup+0.313295 s]*
/proc/loadavg: 4.27 4.28 4.20 7/254 67736
/proc/meminfo: memFree=122330016/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=743300 memory=647984 CPUtime=0.31 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 5192 0 0 0 14 17 0 0 20 0 1 0 63637372 761139200 161996 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 185825 161996 1632 641 0 170582 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 743300 KiB
Current children cumulated memory: 647984 KiB

[startup+0.700303 s]
/proc/loadavg: 4.27 4.28 4.20 5/254 67736
/proc/meminfo: memFree=122314896/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=771792 memory=677424 CPUtime=0.68 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 8960 0 0 0 50 18 0 0 20 0 1 0 63637372 790315008 169356 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 192948 169356 1632 641 0 177705 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 771792 KiB
Current children cumulated memory: 677424 KiB

[startup+1.50033 s]
/proc/loadavg: 4.27 4.28 4.20 5/254 67736
/proc/meminfo: memFree=122294672/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=874148 memory=762768 CPUtime=1.48 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 18540 0 0 0 127 21 0 0 20 0 1 0 63637372 895127552 190692 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 218537 190692 1632 641 0 203294 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 874148 KiB
Current children cumulated memory: 762768 KiB

[startup+3.11292 s]
/proc/loadavg: 4.27 4.28 4.20 5/254 67736
/proc/meminfo: memFree=122087988/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=1009616 memory=894152 CPUtime=3.09 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 40211 0 0 0 281 28 0 0 20 0 1 0 63637372 1033846784 223538 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 252404 223538 1632 641 0 237161 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1009616 KiB
Current children cumulated memory: 894152 KiB

[startup+6.30032 s]
/proc/loadavg: 4.24 4.28 4.19 5/254 67736
/proc/meminfo: memFree=121727520/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=1400280 memory=1300672 CPUtime=6.27 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 85672 0 0 0 538 89 0 0 20 0 1 0 63637372 1433886720 325168 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 350070 325168 1728 641 0 334827 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1400280 KiB
Current children cumulated memory: 1300672 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 4.27 4.19 5/254 67736
/proc/meminfo: memFree=121218828/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2130912 memory=1834136 CPUtime=12.65 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 126886 0 0 0 951 314 0 0 20 0 2 0 63637372 2182053888 458534 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 532728 458534 2208 641 0 515211 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2130912 KiB
Current children cumulated memory: 1834136 KiB

[startup+25.5004 s]
/proc/loadavg: 4.25 4.28 4.19 5/255 67737
/proc/meminfo: memFree=120345952/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2748728 memory=2419012 CPUtime=25.44 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 284209 0 0 0 2168 376 0 0 20 0 2 0 63637372 2814697472 604753 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 687182 604753 3520 641 0 669665 0
[pid=67735/tid=67737] ppid=67732 vsize=2748728 memory=14352 CPUtime=0.01 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 4 0 0 0 0 1 0 0 20 0 2 0 63638624 2814697472 604753 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 25.44 s
Current children cumulated vsize: 2748728 KiB
Current children cumulated memory: 2419012 KiB

[startup+51.1133 s]
/proc/loadavg: 4.24 4.27 4.19 5/255 67738
/proc/meminfo: memFree=120507268/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2748728 memory=2423120 CPUtime=51.03 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 331205 0 0 0 4677 426 0 0 20 0 2 0 63637372 2814697472 605780 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 687182 605780 3520 641 0 669665 0
[pid=67735/tid=67737] ppid=67732 vsize=2748728 memory=2421060 CPUtime=0.05 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 9 0 0 0 1 4 0 0 20 0 2 0 63638624 2814697472 605780 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 2748728 KiB
Current children cumulated memory: 2423120 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.24 4.18 5/255 67739
/proc/meminfo: memFree=120474280/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2756528 memory=2434824 CPUtime=102.16 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 377917 0 0 0 9694 522 0 0 20 0 2 0 63637372 2822684672 608706 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 689132 608706 3520 641 0 671615 0
[pid=67735/tid=67737] ppid=67732 vsize=2756528 memory=14352 CPUtime=0.14 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 15 0 0 0 4 10 0 0 20 0 2 0 63638624 2822684672 608706 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 102.16 s
Current children cumulated vsize: 2756528 KiB
Current children cumulated memory: 2434824 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.21 4.18 5/254 67741
/proc/meminfo: memFree=120428248/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2765180 memory=2449544 CPUtime=162.11 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 390394 0 0 0 15584 627 0 0 20 0 2 0 63637372 2831544320 612386 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 691295 612386 3520 641 0 673778 0
[pid=67735/tid=67737] ppid=67732 vsize=2765180 memory=2443308 CPUtime=0.23 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 16 0 0 0 6 17 0 0 20 0 2 0 63638624 2831544320 612386 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 162.11 s
Current children cumulated vsize: 2765180 KiB
Current children cumulated memory: 2449544 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.22 4.18 5/254 67743
/proc/meminfo: memFree=120377276/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2774020 memory=2466628 CPUtime=222.06 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 412937 0 0 0 21475 731 0 0 20 0 2 0 63637372 2840596480 616657 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 693505 616657 3520 641 0 675988 0
[pid=67735/tid=67737] ppid=67732 vsize=2774020 memory=2462116 CPUtime=0.33 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 19 0 0 0 9 24 0 0 20 0 2 0 63638624 2840596480 616657 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 222.06 s
Current children cumulated vsize: 2774020 KiB
Current children cumulated memory: 2466628 KiB

[startup+282.3 s]
/proc/loadavg: 4.71 4.36 4.23 5/255 67747
/proc/meminfo: memFree=120326976/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2782868 memory=2481544 CPUtime=282 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 436772 0 0 0 27366 834 0 0 20 0 2 0 63637372 2849656832 620386 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 695717 620386 3520 641 0 678200 0
[pid=67735/tid=67737] ppid=67732 vsize=2782868 memory=14352 CPUtime=0.42 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 21 0 0 0 11 31 0 0 20 0 2 0 63638624 2849656832 620386 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 282 s
Current children cumulated vsize: 2782868 KiB
Current children cumulated memory: 2481544 KiB

[startup+342.3 s]
/proc/loadavg: 4.30 4.31 4.22 5/255 67749
/proc/meminfo: memFree=120288120/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=2790900 memory=2497792 CPUtime=341.95 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 438879 0 0 0 33263 932 0 0 20 0 2 0 63637372 2857881600 624448 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 697725 624448 3520 641 0 680208 0
[pid=67735/tid=67737] ppid=67732 vsize=2790900 memory=2488564 CPUtime=0.52 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 23 0 0 0 15 37 0 0 20 0 2 0 63638624 2857881600 624448 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 341.95 s
Current children cumulated vsize: 2790900 KiB
Current children cumulated memory: 2497792 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 4.27 4.21 5/255 67751
/proc/meminfo: memFree=120199928/131382116 swapFree=33009904/33010684

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

/proc/meminfo: memFree=118383112/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3431908 memory=3014360 CPUtime=2979.28 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1314600 0 0 0 292528 5400 0 0 20 0 2 0 63637372 3514273792 753590 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 857977 753590 3520 641 0 840460 0
[pid=67735/tid=67737] ppid=67732 vsize=3431908 memory=3006792 CPUtime=4.58 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 102 0 0 0 139 319 0 0 20 0 2 0 63638624 3514273792 753590 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 2979.28 s
Current children cumulated vsize: 3431908 KiB
Current children cumulated memory: 3014360 KiB

[startup+3042.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/255 67880
/proc/meminfo: memFree=118329660/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3438212 memory=3026860 CPUtime=3039.22 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1324166 0 0 0 298425 5497 0 0 20 0 2 0 63637372 3520729088 756715 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 859553 756715 3520 641 0 842036 0
[pid=67735/tid=67737] ppid=67732 vsize=3438212 memory=3019364 CPUtime=4.68 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 104 0 0 0 142 326 0 0 20 0 2 0 63638624 3520729088 756715 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3039.22 s
Current children cumulated vsize: 3438212 KiB
Current children cumulated memory: 3026860 KiB

[startup+3102.3 s]
/proc/loadavg: 4.20 4.17 4.18 5/255 67882
/proc/meminfo: memFree=118311760/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3443924 memory=3038740 CPUtime=3099.16 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1363435 0 0 0 304319 5597 0 0 20 0 2 0 63637372 3526578176 759685 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 860981 759685 3520 641 0 843464 0
[pid=67735/tid=67737] ppid=67732 vsize=3443924 memory=3037588 CPUtime=4.77 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 107 0 0 0 144 333 0 0 20 0 2 0 63638624 3526578176 759685 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3099.16 s
Current children cumulated vsize: 3443924 KiB
Current children cumulated memory: 3038740 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.15 4.17 5/254 67884
/proc/meminfo: memFree=118331976/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3450504 memory=3053512 CPUtime=3159.09 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1374732 0 0 0 310214 5695 0 0 20 0 2 0 63637372 3533316096 763378 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 862626 763378 3520 641 0 845109 0
[pid=67735/tid=67737] ppid=67732 vsize=3450504 memory=3037588 CPUtime=4.85 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 108 0 0 0 147 338 0 0 20 0 2 0 63638624 3533316096 763378 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3159.09 s
Current children cumulated vsize: 3450504 KiB
Current children cumulated memory: 3053512 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.16 4.17 5/254 68023
/proc/meminfo: memFree=117666592/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3148168 CPUtime=3219 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1409436 0 0 0 316103 5797 0 0 20 0 2 0 63637372 3624001536 787042 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787042 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=3037588 CPUtime=4.94 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 108 0 0 0 149 345 0 0 20 0 2 0 63638624 3624001536 787042 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3219 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3148168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.14 4.17 6/254 68036
/proc/meminfo: memFree=114933588/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3148424 CPUtime=3278.91 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1414433 0 0 0 321998 5893 0 0 20 0 2 0 63637372 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787106 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=14352 CPUtime=5.04 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 110 0 0 0 153 351 0 0 20 0 2 0 63638624 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3278.91 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3148424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.16 4.17 5/255 68040
/proc/meminfo: memFree=115165904/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3148424 CPUtime=3338.82 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1451290 0 0 0 327884 5998 0 0 20 0 2 0 63637372 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787106 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=3148424 CPUtime=5.13 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 113 0 0 0 156 357 0 0 20 0 2 0 63638624 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3338.82 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3148424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/255 68042
/proc/meminfo: memFree=115138320/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3148424 CPUtime=3398.73 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1461332 0 0 0 333778 6095 0 0 20 0 2 0 63637372 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787106 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=3148424 CPUtime=5.21 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 114 0 0 0 158 363 0 0 20 0 2 0 63638624 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3398.73 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3148424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/255 68044
/proc/meminfo: memFree=115127600/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3148424 CPUtime=3458.65 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1482878 0 0 0 339668 6197 0 0 20 0 2 0 63637372 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787106 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=3148424 CPUtime=5.3 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 116 0 0 0 160 370 0 0 20 0 2 0 63638624 3624001536 787106 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3458.65 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3148424 KiB

[startup+3522.3 s]
/proc/loadavg: 4.79 4.33 4.23 5/256 68049
/proc/meminfo: memFree=115086640/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3149320 CPUtime=3518.58 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1507283 0 0 0 345554 6304 0 0 20 0 2 0 63637372 3624001536 787330 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787330 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=3148424 CPUtime=5.39 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 118 0 0 0 163 376 0 0 20 0 2 0 63638624 3624001536 787330 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3518.58 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3149320 KiB

[startup+3582.3 s]
/proc/loadavg: 4.46 4.33 4.24 5/256 68051
/proc/meminfo: memFree=115036800/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3150984 CPUtime=3578.52 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1508467 0 0 0 351448 6404 0 0 20 0 2 0 63637372 3624001536 787746 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787746 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=11008 CPUtime=5.47 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 119 0 0 0 165 382 0 0 20 0 2 0 63638624 3624001536 787746 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3578.52 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3150984 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.8 s]
/proc/loadavg: 4.33 4.31 4.23 5/256 68052
/proc/meminfo: memFree=115050048/131382116 swapFree=33009904/33010684
[pid=67735] ppid=67732 vsize=3539064 memory=3150984 CPUtime=3600 cores=5,7
/proc/67735/stat : 67735 (ipbhs_gurobi) R 67732 67735 67122 0 -1 4194304 1509053 0 0 0 353561 6439 0 0 20 0 2 0 63637372 3624001536 787746 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
/proc/67735/statm: 884766 787746 3520 641 0 867249 0
[pid=67735/tid=67737] ppid=67732 vsize=3539064 memory=18304 CPUtime=5.51 cores=5,7
/proc/67735/task/67737/stat : 67737 (ipbhs_gurobi) S 67732 67735 67122 0 -1 4194368 119 0 0 0 166 385 0 0 20 0 2 0 63638624 3624001536 787746 18446744073709551615 93970171412480 93970174037533 140736869944160 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 93970174656408 93970174689370 93970198028288 140736869947807 140736869947911 140736869947911 140736869953513 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3539064 KiB
Current children cumulated memory: 3150984 KiB

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

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

# cumulated CPU time of all completed processes:  user=3535.61 s, system=64.446 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): 3603.85
CPU time (s): 3600.06
CPU user time (s): 3535.61
CPU system time (s): 64.446
CPU usage (%): 99.8947
Max. virtual memory (cumulated for all children) (KiB): 3539064
Max. memory (cumulated for all children) (KiB): 3150984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3535.61
system time used= 64.446
maximum resident set size= 3150984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1509053
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= 355575
involuntary context switches= 2751


# summary of solver processes directly reported to runsolver:
#   pid: 67735
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3535.61
#   total CPU system time (s): 64.446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1485 second user time and 36.425 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-02 20:06:19
IDJOB=4505246
IDBENCH=155751
IDSOLVER=3333
FILE ID=nodeC010/4505246-1751479578
RUNJOBID= nodeC010-1751475537-67135
SLURM_JOB_ID= 9598508
Free space on /tmp= 431588 MiB

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

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

MD5SUM BENCH= ae39b89921d4a5c4d7dfc676c1859a2a
RANDOM SEED=1367843880

nodeC010 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.594
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		: 3691.719
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.033
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.639
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		: 3532.649
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.164
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.357
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		: 3700.000
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:        122980884 kB
MemAvailable:   124464136 kB
Buffers:            2128 kB
Cached:          2283480 kB
SwapCached:           24 kB
Active:          6100644 kB
Inactive:        1713212 kB
Active(anon):    5539848 kB
Inactive(anon):     6336 kB
Active(file):     560796 kB
Inactive(file):  1706876 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            159028 kB
Writeback:             4 kB
AnonPages:       5529640 kB
Mapped:           120044 kB
Shmem:             17936 kB
KReclaimable:     110416 kB
Slab:             195504 kB
SReclaimable:     110416 kB
SUnreclaim:        85088 kB
KernelStack:        4112 kB
PageTables:        14112 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    6334144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3137536 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= 431324 MiB
End job on nodeC010 at 2025-07-02 21:06:24