Trace number 4505338

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.13 3604.05

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_ic.opb
MD5SUMccba1baa4116ac35f164630a81450a8f
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 benchmark26093009
Best CPU time to get the best result obtained on this benchmark3601.07
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 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 193470682570
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 193470682570
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.65/12.78	c limit for coefficient in constraints and objective to 1000000000
12.65/12.78	c will solve HOME/instance-4505338-1751482754.opb
12.65/12.78	c [0.71] 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 (61927 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-4505338-1751482754/watcher-4505338-1751482754 -o /tmp/evaluation-result-4505338-1751482754/solver-4505338-1751482754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751475537-67132 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4505338-1751482754.opb --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10011 s]*
/proc/loadavg: 4.10 4.15 4.17 5/246 68009
/proc/meminfo: memFree=125027736/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=153288 memory=58664 CPUtime=0.09 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 5216 0 0 0 7 2 0 0 20 0 1 0 63955021 156966912 14666 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 38322 14666 1664 641 0 23079 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 153288 KiB
Current children cumulated memory: 58664 KiB

[startup+0.213219 s]*
/proc/loadavg: 4.10 4.15 4.17 5/246 68009
/proc/meminfo: memFree=125015640/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=162944 memory=67400 CPUtime=0.21 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 6394 0 0 0 18 3 0 0 20 0 1 0 63955021 166854656 16850 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 40736 16850 1664 641 0 25493 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 162944 KiB
Current children cumulated memory: 67400 KiB

[startup+0.312243 s]*
/proc/loadavg: 4.10 4.15 4.17 5/246 68010
/proc/meminfo: memFree=124999512/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=176164 memory=77384 CPUtime=0.3 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 7838 0 0 0 27 3 0 0 20 0 1 0 63955021 180391936 19346 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 44041 19346 1664 641 0 28798 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 176164 KiB
Current children cumulated memory: 77384 KiB

[startup+0.700314 s]
/proc/loadavg: 4.10 4.15 4.17 5/246 68011
/proc/meminfo: memFree=124923092/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=211348 memory=108104 CPUtime=0.67 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 11430 0 0 0 62 5 0 0 20 0 1 0 63955021 216420352 27026 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 52837 27026 1664 641 0 37594 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 211348 KiB
Current children cumulated memory: 108104 KiB

[startup+1.50035 s]
/proc/loadavg: 4.10 4.15 4.17 5/251 68020
/proc/meminfo: memFree=124737004/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=281688 memory=173072 CPUtime=1.47 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 17963 0 0 0 139 8 0 0 20 0 1 0 63955021 288448512 43268 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 70422 43268 1664 641 0 55179 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 281688 KiB
Current children cumulated memory: 173072 KiB

[startup+3.11282 s]
/proc/loadavg: 4.09 4.14 4.17 5/251 68020
/proc/meminfo: memFree=124167116/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=431284 memory=322692 CPUtime=3.08 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 43169 0 0 0 293 15 0 0 20 0 1 0 63955021 441634816 80641 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 107821 80673 1664 641 0 92578 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 431284 KiB
Current children cumulated memory: 322692 KiB

[startup+6.30034 s]
/proc/loadavg: 4.09 4.14 4.17 5/251 68020
/proc/meminfo: memFree=123097364/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=854300 memory=731888 CPUtime=6.26 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 88243 0 0 0 548 78 0 0 20 0 1 0 63955021 874803200 182972 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 213575 182972 1760 641 0 198332 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 854300 KiB
Current children cumulated memory: 731888 KiB

[startup+12.7004 s]
/proc/loadavg: 4.09 4.14 4.17 5/253 68022
/proc/meminfo: memFree=121061944/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=1676148 memory=1377088 CPUtime=12.65 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 137936 0 0 0 973 292 0 0 20 0 2 0 63955021 1716375552 344272 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 419037 344272 2304 641 0 401520 0
[pid=68008/tid=68022] ppid=68005 vsize=1676148 memory=1114160 CPUtime=0 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 63956221 1716375552 344272 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1676148 KiB
Current children cumulated memory: 1377088 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.15 4.17 5/253 68022
/proc/meminfo: memFree=118743564/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=2193280 memory=1892024 CPUtime=25.43 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 257653 0 0 0 2197 346 0 0 20 0 2 0 63955021 2245918720 473006 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 548320 473006 3808 641 0 530803 0
[pid=68008/tid=68022] ppid=68005 vsize=2193280 memory=1892024 CPUtime=0.01 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 2 0 0 0 0 1 0 0 20 0 2 0 63956221 2245918720 473006 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2193280 KiB
Current children cumulated memory: 1892024 KiB

[startup+51.1133 s]
/proc/loadavg: 4.15 4.15 4.17 5/254 68023
/proc/meminfo: memFree=117256896/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=2193280 memory=1894072 CPUtime=51.02 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 273047 0 0 0 4712 390 0 0 20 0 2 0 63955021 2245918720 473518 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 548320 473518 3808 641 0 530803 0
[pid=68008/tid=68022] ppid=68005 vsize=2193280 memory=14352 CPUtime=0.05 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 5 0 0 0 2 3 0 0 20 0 2 0 63956221 2245918720 473518 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 51.02 s
Current children cumulated vsize: 2193280 KiB
Current children cumulated memory: 1894072 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=68008] ppid=68005 vsize=2193280 memory=1900216 CPUtime=102.15 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 307130 0 0 0 9742 473 0 0 20 0 2 0 63955021 2245918720 475054 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 548320 475054 3808 641 0 530803 0
[pid=68008/tid=68022] ppid=68005 vsize=2193280 memory=14352 CPUtime=0.12 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 10 0 0 0 5 7 0 0 20 0 2 0 63956221 2245918720 475054 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 102.15 s
Current children cumulated vsize: 2193280 KiB
Current children cumulated memory: 1900216 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=68008] ppid=68005 vsize=2193280 memory=1906360 CPUtime=162.08 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 330128 0 0 0 15632 576 0 0 20 0 2 0 63955021 2245918720 476590 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 548320 476590 3808 641 0 530803 0
[pid=68008/tid=68022] ppid=68005 vsize=2193280 memory=1906360 CPUtime=0.21 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 12 0 0 0 8 13 0 0 20 0 2 0 63956221 2245918720 476590 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 162.08 s
Current children cumulated vsize: 2193280 KiB
Current children cumulated memory: 1906360 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=68008] ppid=68005 vsize=2193280 memory=1914552 CPUtime=222.01 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 332646 0 0 0 21524 677 0 0 20 0 2 0 63955021 2245918720 478638 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 548320 478638 3808 641 0 530803 0
[pid=68008/tid=68022] ppid=68005 vsize=2193280 memory=18304 CPUtime=0.31 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 14 0 0 0 12 19 0 0 20 0 2 0 63956221 2245918720 478638 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 222.01 s
Current children cumulated vsize: 2193280 KiB
Current children cumulated memory: 1914552 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=68008] ppid=68005 vsize=2197160 memory=1924280 CPUtime=281.95 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 341602 0 0 0 27420 775 0 0 20 0 2 0 63955021 2249891840 481070 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 549290 481070 3808 641 0 531773 0
[pid=68008/tid=68022] ppid=68005 vsize=2197160 memory=18304 CPUtime=0.39 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 16 0 0 0 15 24 0 0 20 0 2 0 63956221 2249891840 481070 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 281.95 s
Current children cumulated vsize: 2197160 KiB
Current children cumulated memory: 1924280 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=68008] ppid=68005 vsize=2205352 memory=1938616 CPUtime=341.88 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 364504 0 0 0 33312 876 0 0 20 0 2 0 63955021 2258280448 484654 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 551338 484654 3808 641 0 533821 0
[pid=68008/tid=68022] ppid=68005 vsize=2205352 memory=18304 CPUtime=0.49 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 18 0 0 0 19 30 0 0 20 0 2 0 63956221 2258280448 484654 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 341.88 s
Current children cumulated vsize: 2205352 KiB
Current children cumulated memory: 1938616 KiB


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

/proc/meminfo: memFree=109840268/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=2835552 memory=2438004 CPUtime=2978.98 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 992619 0 0 0 292757 5141 0 0 20 0 2 0 63955021 2903605248 609501 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 708888 609501 3808 641 0 691371 0
[pid=68008/tid=68022] ppid=68005 vsize=2835552 memory=2437620 CPUtime=4.5 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 74 0 0 0 151 299 0 0 20 0 2 0 63956221 2903605248 609501 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 2978.98 s
Current children cumulated vsize: 2835552 KiB
Current children cumulated memory: 2438004 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=68008] ppid=68005 vsize=2841700 memory=2450388 CPUtime=3038.91 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 994188 0 0 0 298659 5232 0 0 20 0 2 0 63955021 2909900800 612597 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 710425 612597 3808 641 0 692908 0
[pid=68008/tid=68022] ppid=68005 vsize=2841700 memory=2444884 CPUtime=4.6 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 75 0 0 0 155 305 0 0 20 0 2 0 63956221 2909900800 612597 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3038.91 s
Current children cumulated vsize: 2841700 KiB
Current children cumulated memory: 2450388 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=68008] ppid=68005 vsize=2847844 memory=2464724 CPUtime=3098.85 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1000848 0 0 0 304560 5325 0 0 20 0 2 0 63955021 2916192256 616181 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 711961 616181 3808 641 0 694444 0
[pid=68008/tid=68022] ppid=68005 vsize=2847844 memory=2461288 CPUtime=4.69 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 77 0 0 0 158 311 0 0 20 0 2 0 63956221 2916192256 616181 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3098.85 s
Current children cumulated vsize: 2847844 KiB
Current children cumulated memory: 2464724 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=68008] ppid=68005 vsize=2854272 memory=2477252 CPUtime=3158.79 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1007608 0 0 0 310457 5422 0 0 20 0 2 0 63955021 2922774528 619313 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 713568 619313 3808 641 0 696051 0
[pid=68008/tid=68022] ppid=68005 vsize=2854272 memory=2461288 CPUtime=4.79 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 78 0 0 0 162 317 0 0 20 0 2 0 63956221 2922774528 619313 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3158.79 s
Current children cumulated vsize: 2854272 KiB
Current children cumulated memory: 2477252 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.15 4.14 5/255 68232
/proc/meminfo: memFree=109738420/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=2860548 memory=2491764 CPUtime=3218.73 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1009306 0 0 0 316359 5514 0 0 20 0 2 0 63955021 2929201152 622941 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 715137 622941 3808 641 0 697620 0
[pid=68008/tid=68022] ppid=68005 vsize=2860548 memory=2461288 CPUtime=4.87 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 79 0 0 0 165 322 0 0 20 0 2 0 63956221 2929201152 622941 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3218.73 s
Current children cumulated vsize: 2860548 KiB
Current children cumulated memory: 2491764 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=68008] ppid=68005 vsize=2866676 memory=2503964 CPUtime=3278.67 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1015315 0 0 0 322257 5610 0 0 20 0 2 0 63955021 2935476224 625991 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 716669 625991 3808 641 0 699152 0
[pid=68008/tid=68022] ppid=68005 vsize=2866676 memory=2503964 CPUtime=4.96 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 80 0 0 0 168 328 0 0 20 0 2 0 63956221 2935476224 625991 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3278.67 s
Current children cumulated vsize: 2866676 KiB
Current children cumulated memory: 2503964 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=68008] ppid=68005 vsize=2873376 memory=2516832 CPUtime=3338.61 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1021354 0 0 0 328157 5704 0 0 20 0 2 0 63955021 2942337024 629208 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 718344 629208 3808 641 0 700827 0
[pid=68008/tid=68022] ppid=68005 vsize=2873376 memory=2515424 CPUtime=5.06 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 81 0 0 0 172 334 0 0 20 0 2 0 63956221 2942337024 629208 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3338.61 s
Current children cumulated vsize: 2873376 KiB
Current children cumulated memory: 2516832 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=68008] ppid=68005 vsize=2958088 memory=2603704 CPUtime=3398.55 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1039942 0 0 0 334053 5802 0 0 20 0 2 0 63955021 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 739522 650926 3808 641 0 722005 0
[pid=68008/tid=68022] ppid=68005 vsize=2958088 memory=2603704 CPUtime=5.15 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 81 0 0 0 175 340 0 0 20 0 2 0 63956221 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3398.55 s
Current children cumulated vsize: 2958088 KiB
Current children cumulated memory: 2603704 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=68008] ppid=68005 vsize=2958088 memory=2603704 CPUtime=3458.5 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1039946 0 0 0 339951 5899 0 0 20 0 2 0 63955021 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 739522 650926 3808 641 0 722005 0
[pid=68008/tid=68022] ppid=68005 vsize=2958088 memory=2603704 CPUtime=5.24 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 82 0 0 0 178 346 0 0 20 0 2 0 63956221 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3458.5 s
Current children cumulated vsize: 2958088 KiB
Current children cumulated memory: 2603704 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=68008] ppid=68005 vsize=2958088 memory=2603704 CPUtime=3518.45 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1042955 0 0 0 345846 5999 0 0 20 0 2 0 63955021 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 739522 650926 3808 641 0 722005 0
[pid=68008/tid=68022] ppid=68005 vsize=2958088 memory=2603704 CPUtime=5.33 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 83 0 0 0 182 351 0 0 20 0 2 0 63956221 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3518.45 s
Current children cumulated vsize: 2958088 KiB
Current children cumulated memory: 2603704 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=68008] ppid=68005 vsize=2958088 memory=2603704 CPUtime=3578.39 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1045424 0 0 0 351742 6097 0 0 20 0 2 0 63955021 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 739522 650926 3808 641 0 722005 0
[pid=68008/tid=68022] ppid=68005 vsize=2958088 memory=14352 CPUtime=5.43 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 84 0 0 0 186 357 0 0 20 0 2 0 63956221 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3578.39 s
Current children cumulated vsize: 2958088 KiB
Current children cumulated memory: 2603704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604 s]*
/proc/loadavg: 4.08 4.11 4.12 4/249 68260
/proc/meminfo: memFree=112225144/131382116 swapFree=33009904/33010684
[pid=68008] ppid=68005 vsize=2958088 memory=2603704 CPUtime=3600.08 cores=0,2
/proc/68008/stat : 68008 (ipbhs_gurobi) R 68005 68008 67122 0 -1 4194304 1049610 0 0 0 353869 6139 0 0 20 0 2 0 63955021 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
/proc/68008/statm: 739522 650926 3808 641 0 722005 0
[pid=68008/tid=68022] ppid=68005 vsize=2958088 memory=-6000919494215165289 CPUtime=5.46 cores=0,2
/proc/68008/task/68022/stat : 68022 (ipbhs_gurobi) S 68005 68008 67122 0 -1 4194368 84 0 0 0 188 358 0 0 20 0 2 0 63956221 3029082112 650926 18446744073709551615 94055436144640 94055438769693 140726588109072 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94055439388568 94055439421530 94055462219776 140726588111263 140726588111367 140726588111367 140726588116969 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 2958088 KiB
Current children cumulated memory: 2603704 KiB

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

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

# cumulated CPU time of all completed processes:  user=3538.71 s, system=61.4217 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3604.05
CPU time (s): 3600.13
CPU user time (s): 3538.71
CPU system time (s): 61.4217
CPU usage (%): 99.8912
Max. virtual memory (cumulated for all children) (KiB): 2958088
Max. memory (cumulated for all children) (KiB): 2603704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3538.71
system time used= 61.4217
maximum resident set size= 2603704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1049610
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= 356257
involuntary context switches= 8319


# summary of solver processes directly reported to runsolver:
#   pid: 68008
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3538.71
#   total CPU system time (s): 61.4217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.5927 second user time and 32.9647 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-02 20:59:16
IDJOB=4505338
IDBENCH=155755
IDSOLVER=3333
FILE ID=nodeC010/4505338-1751482754
RUNJOBID= nodeC010-1751475537-67132
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_1_ic.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505338-1751482754/watcher-4505338-1751482754 -o /tmp/evaluation-result-4505338-1751482754/solver-4505338-1751482754 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1751475537-67132 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4505338-1751482754.opb --max-coef 1000000000

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

MD5SUM BENCH= ccba1baa4116ac35f164630a81450a8f
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		: 3392.231
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.389
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.200
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.872
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.364
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.207
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.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.419
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:        125116452 kB
MemAvailable:   126753860 kB
Buffers:            2128 kB
Cached:          2437624 kB
SwapCached:           24 kB
Active:          3813708 kB
Inactive:        1867352 kB
Active(anon):    3252912 kB
Inactive(anon):     6336 kB
Active(file):     560796 kB
Inactive(file):  1861016 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            540060 kB
Writeback:             0 kB
AnonPages:       3243636 kB
Mapped:           115352 kB
Shmem:             17936 kB
KReclaimable:     110448 kB
Slab:             195504 kB
SReclaimable:     110448 kB
SUnreclaim:        85056 kB
KernelStack:        3984 kB
PageTables:         9464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    3936740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1689600 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:20