Trace number 4522305

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-SYM 2025-06-09UNSAT 166.813 167.224

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER
CLAUSAL_CORES_IN_OPTIMIZER
CORES_EXTRACTED
CORES_IN_OPTIMIZER
ITERATIONS
PB_CORES_IN_OPTIMIZER
SIS
SIS_OUT_OF_BUDGET
SIS_SAT
SIS_UNSAT
TIME_EXTRACT_CORES
TIME_OPTIMIZE
TIME_SIS

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns1769397.opb
MD5SUMd0e5186d4a85a790e67c4702cfcdde79
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.41322
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3772
Total number of constraints5527
Number of constraints which are clauses1716
Number of constraints which are cardinality constraints (but not clauses)425
Number of constraints which are nor clauses,nor cardinality constraints3386
Minimum length of a constraint1
Maximum length of a constraint470
Number of terms in the objective function 39
Biggest coefficient in the objective function 39
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 780
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1998
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 13358
Number of bits of the biggest sum of numbers14
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.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c enable explicit+compact SCL
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.09/0.18	c limit for coefficient in constraints and objective to 1000000000
0.09/0.18	c will solve HOME/instance-4522305-1751603978.opb
0.09/0.18	Searching graph automorphisms with time limit: 100
0.19/0.21	c [0.08] will start solving
166.79/167.20	c [0.12] solve iteration 1, LB=0, UB=781
166.79/167.20	c [165.56] detected inconsistency while extracting cores
166.79/167.20	d ITERATIONS 1
166.79/167.20	d SIS 0
166.79/167.20	d SIS_SAT 0
166.79/167.20	d SIS_UNSAT 0
166.79/167.20	d SIS_OUT_OF_BUDGET 0
166.79/167.20	d CORES_EXTRACTED 350
166.79/167.20	d CORES_IN_OPTIMIZER 35
166.79/167.20	d CLAUSAL_CORES_IN_OPTIMIZER 35
166.79/167.20	d CARDINALITY_CORES_IN_OPTIMIZER 0
166.79/167.20	d PB_CORES_IN_OPTIMIZER 0
166.79/167.20	d TIME_EXTRACT_CORES 165.430000
166.79/167.20	d TIME_OPTIMIZE 0.000000
166.79/167.20	d TIME_SIS 0.000000
166.79/167.20	c solve_time: 165.560000
166.79/167.20	s UNSATISFIABLE

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: 63708 MiB (60698 MiB free)
  memory of node 1: 64465 MiB (61098 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522305-1751603978/watcher-4522305-1751603978 -o /tmp/evaluation-result-4522305-1751603978/solver-4522305-1751603978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751600365-82363 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4522305-1751603978.opb --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=82931, runsolver pid=82928

[startup+0.100063 s]*
/proc/loadavg: 4.09 4.11 4.04 5/267 82932
/proc/meminfo: memFree=124450420/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=337128 memory=274752 CPUtime=0.09 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 2821 0 0 0 4 5 0 0 20 0 1 0 76075371 345219072 68688 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 84282 68688 1728 641 0 69039 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 337128 KiB
Current children cumulated memory: 274752 KiB

[startup+0.205524 s]*
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124429296/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=373804 memory=302496 CPUtime=0.19 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 7898 0 0 0 13 6 0 0 20 0 2 0 76075371 382775296 75624 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 93451 75624 2336 641 0 75934 0
[pid=82931/tid=82933] ppid=82928 vsize=373804 memory=3472328132921917724 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075385 382775296 75624 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 373804 KiB
Current children cumulated memory: 302496 KiB

[startup+0.305586 s]*
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124421232/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=371772 memory=304560 CPUtime=0.29 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 7963 0 0 0 23 6 0 0 20 0 2 0 76075371 380694528 76140 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 92943 76140 3360 641 0 75426 0
[pid=82931/tid=82933] ppid=82928 vsize=371772 memory=-7387154157963933380 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075385 380694528 76140 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 371772 KiB
Current children cumulated memory: 304560 KiB

[startup+0.700176 s]
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124413168/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=371772 memory=306612 CPUtime=0.69 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 7964 0 0 0 61 8 0 0 20 0 2 0 76075371 380694528 76653 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 92943 76653 3360 641 0 75426 0
[pid=82931/tid=82933] ppid=82928 vsize=371772 memory=18816 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075385 380694528 76653 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 371772 KiB
Current children cumulated memory: 306612 KiB

[startup+1.50019 s]
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124385448/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=374492 memory=306612 CPUtime=1.48 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 7977 0 0 0 140 8 0 0 20 0 2 0 76075371 383479808 76653 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 93623 76653 3360 641 0 76106 0
[pid=82931/tid=82933] ppid=82928 vsize=374492 memory=18816 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76075385 383479808 76653 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 374492 KiB
Current children cumulated memory: 306612 KiB

[startup+3.10535 s]
/proc/loadavg: 4.09 4.11 4.04 5/268 82933
/proc/meminfo: memFree=124129216/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=378912 memory=310452 CPUtime=3.08 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 14194 0 0 0 298 10 0 0 20 0 2 0 76075371 388005888 77613 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 94728 77613 3360 641 0 77211 0
[pid=82931/tid=82933] ppid=82928 vsize=378912 memory=0 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 76075385 388005888 77613 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 378912 KiB
Current children cumulated memory: 310452 KiB

[startup+6.30017 s]
/proc/loadavg: 4.17 4.12 4.05 5/269 82934
/proc/meminfo: memFree=123629260/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=378912 memory=313056 CPUtime=6.27 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 18364 0 0 0 612 15 0 0 20 0 2 0 76075371 388005888 78264 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 94728 78264 3360 641 0 77211 0
[pid=82931/tid=82933] ppid=82928 vsize=378912 memory=312928 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 7 0 0 0 0 0 0 0 20 0 2 0 76075385 388005888 78264 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 378912 KiB
Current children cumulated memory: 313056 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.14 4.05 5/269 82934
/proc/meminfo: memFree=123261388/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=388396 memory=321532 CPUtime=12.66 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 28658 0 0 0 1242 24 0 0 20 0 2 0 76075371 397717504 80383 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 97099 80383 3360 641 0 79582 0
[pid=82931/tid=82933] ppid=82928 vsize=388396 memory=6384 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 76075385 397717504 80383 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 388396 KiB
Current children cumulated memory: 321532 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.14 4.06 5/269 82935
/proc/meminfo: memFree=123067136/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=405776 memory=333460 CPUtime=25.43 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 50797 0 0 0 2506 37 0 0 20 0 2 0 76075371 415514624 83365 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 101444 83365 3360 641 0 83927 0
[pid=82931/tid=82933] ppid=82928 vsize=405776 memory=332180 CPUtime=0 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 76075385 415514624 83365 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 405776 KiB
Current children cumulated memory: 333460 KiB

[startup+51.1055 s]
/proc/loadavg: 4.16 4.13 4.06 5/269 82935
/proc/meminfo: memFree=123083628/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=412720 memory=347312 CPUtime=50.98 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 62340 0 0 0 5038 60 0 0 20 0 2 0 76075371 422625280 86828 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 103180 86828 3360 641 0 85663 0
[pid=82931/tid=82933] ppid=82928 vsize=412720 memory=346928 CPUtime=0.01 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 16 0 0 0 0 1 0 0 20 0 2 0 76075385 422625280 86828 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 412720 KiB
Current children cumulated memory: 347312 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.13 4.06 5/269 82937
/proc/meminfo: memFree=123000984/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=444476 memory=375192 CPUtime=102.06 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 87245 0 0 0 10112 94 0 0 20 0 2 0 76075371 455143424 93798 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 111119 93798 3360 641 0 93602 0
[pid=82931/tid=82933] ppid=82928 vsize=444476 memory=369324 CPUtime=0.04 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 19 0 0 0 1 3 0 0 20 0 2 0 76075385 455143424 93798 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 444476 KiB
Current children cumulated memory: 375192 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.11 4.06 5/268 82940
/proc/meminfo: memFree=122830408/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=498288 memory=427012 CPUtime=161.9 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 100659 0 0 0 16075 115 0 0 20 0 2 0 76075371 510246912 106753 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 124572 106753 3360 641 0 107055 0
[pid=82931/tid=82933] ppid=82928 vsize=498288 memory=409144 CPUtime=0.07 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 20 0 0 0 2 5 0 0 20 0 2 0 76075385 510246912 106753 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 161.9 s
Current children cumulated vsize: 498288 KiB
Current children cumulated memory: 427012 KiB

[startup+167.224 s]
# the end of solver process 82931 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=165.632 s, system=1.18085 s

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

[startup+163.2 s]
/proc/loadavg: 4.07 4.11 4.06 5/268 82940
/proc/meminfo: memFree=122830408/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=498608 memory=427268 CPUtime=162.79 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 100853 0 0 0 16164 115 0 0 20 0 2 0 76075371 510574592 106817 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 124652 106817 3360 641 0 107135 0
[pid=82931/tid=82933] ppid=82928 vsize=498608 memory=424380 CPUtime=0.07 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 20 0 0 0 2 5 0 0 20 0 2 0 76075385 510574592 106817 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 162.79 s
Current children cumulated vsize: 498608 KiB
Current children cumulated memory: 427268 KiB

[startup+164.8 s]
/proc/loadavg: 4.06 4.11 4.06 5/268 82940
/proc/meminfo: memFree=122831704/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=498768 memory=427524 CPUtime=164.39 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 101070 0 0 0 16323 116 0 0 20 0 2 0 76075371 510738432 106881 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 124692 106881 3360 641 0 107175 0
[pid=82931/tid=82933] ppid=82928 vsize=498768 memory=427140 CPUtime=0.07 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 20 0 0 0 2 5 0 0 20 0 2 0 76075385 510738432 106881 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 164.39 s
Current children cumulated vsize: 498768 KiB
Current children cumulated memory: 427524 KiB

[startup+166.4 s]
/proc/loadavg: 4.06 4.11 4.06 5/268 82940
/proc/meminfo: memFree=122827724/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=499088 memory=428036 CPUtime=165.98 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 101373 0 0 0 16482 116 0 0 20 0 2 0 76075371 511066112 107009 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 124772 107009 3360 641 0 107255 0
[pid=82931/tid=82933] ppid=82928 vsize=499088 memory=417916 CPUtime=0.07 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 20 0 0 0 2 5 0 0 20 0 2 0 76075385 511066112 107009 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 165.98 s
Current children cumulated vsize: 499088 KiB
Current children cumulated memory: 428036 KiB

[startup+166.8 s]
/proc/loadavg: 4.06 4.11 4.06 5/268 82940
/proc/meminfo: memFree=122827724/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=499248 memory=428292 CPUtime=166.39 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 101434 0 0 0 16522 117 0 0 20 0 2 0 76075371 511229952 107073 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 124812 107073 3360 641 0 107295 0
[pid=82931/tid=82933] ppid=82928 vsize=499248 memory=427012 CPUtime=0.07 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 20 0 0 0 2 5 0 0 20 0 2 0 76075385 511229952 107073 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 166.39 s
Current children cumulated vsize: 499248 KiB
Current children cumulated memory: 428292 KiB

[startup+167.2 s]
/proc/loadavg: 4.06 4.11 4.06 5/268 82940
/proc/meminfo: memFree=122827724/131250000 swapFree=33007332/33010684
[pid=82931] ppid=82928 vsize=499248 memory=428292 CPUtime=166.79 cores=1,3
/proc/82931/stat : 82931 (ipbhs_gurobi) R 82928 82931 82351 0 -1 4194304 101484 0 0 0 16562 117 0 0 20 0 2 0 76075371 511229952 107073 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
/proc/82931/statm: 124812 107073 3360 641 0 107295 0
[pid=82931/tid=82933] ppid=82928 vsize=499248 memory=428164 CPUtime=0.07 cores=1,3
/proc/82931/task/82933/stat : 82933 (ipbhs_gurobi) S 82928 82931 82351 0 -1 4194368 20 0 0 0 2 5 0 0 20 0 2 0 76075385 511229952 107073 18446744073709551615 94184595681280 94184598306333 140723985300160 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94184598925208 94184598958170 94184604962816 140723985303947 140723985304071 140723985304071 140723985309673 0
Current children cumulated CPU time: 166.79 s
Current children cumulated vsize: 499248 KiB
Current children cumulated memory: 428292 KiB

Child status: 0

Real time (s): 167.224
CPU time (s): 166.813
CPU user time (s): 165.632
CPU system time (s): 1.18085
CPU usage (%): 99.7544
Max. virtual memory (cumulated for all children) (KiB): 499248
Max. memory (cumulated for all children) (KiB): 428292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 165.632
system time used= 1.18085
maximum resident set size= 428292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105181
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= 16780
involuntary context switches= 374


# summary of solver processes directly reported to runsolver:
#   pid: 82931
#   total CPU time (s): 166.813
#   total CPU user time (s): 165.632
#   total CPU system time (s): 1.18085

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.330715 second user time and 0.752808 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-04 06:39:38
IDJOB=4522305
IDBENCH=178741
IDSOLVER=3334
FILE ID=nodeC019/4522305-1751603978
RUNJOBID= nodeC019-1751600365-82363
SLURM_JOB_ID= 9598878
Free space on /tmp= 431344 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns1769397.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522305-1751603978/watcher-4522305-1751603978 -o /tmp/evaluation-result-4522305-1751603978/solver-4522305-1751603978 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751600365-82363 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4522305-1751603978.opb --max-coef 1000000000

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

MD5SUM BENCH= d0e5186d4a85a790e67c4702cfcdde79
RANDOM SEED=1220863421

nodeC019 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	: 0xb00002a
cpu MHz		: 3599.671
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
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	: 0xb00002a
cpu MHz		: 3603.439
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
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	: 0xb00002a
cpu MHz		: 3599.699
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
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	: 0xb00002a
cpu MHz		: 3599.680
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
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	: 0xb00002a
cpu MHz		: 3569.393
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
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	: 0xb00002a
cpu MHz		: 3599.681
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
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	: 0xb00002a
cpu MHz		: 3599.408
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
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	: 0xb00002a
cpu MHz		: 3599.356
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124720452 kB
MemAvailable:   126775280 kB
Buffers:             904 kB
Cached:          2856128 kB
SwapCached:          440 kB
Active:          3210588 kB
Inactive:        2708496 kB
Active(anon):    3049512 kB
Inactive(anon):    27736 kB
Active(file):     161076 kB
Inactive(file):  2680760 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            251044 kB
Writeback:            60 kB
AnonPages:       3060772 kB
Mapped:           118580 kB
Shmem:             15192 kB
KReclaimable:     104460 kB
Slab:             194096 kB
SReclaimable:     104460 kB
SUnreclaim:        89636 kB
KernelStack:        4320 kB
PageTables:         9044 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3482324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2715648 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431288 MiB
End job on nodeC019 at 2025-07-04 06:42:26