Trace number 4497452

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.08 3608.12

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/
submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
MD5SUMf414edaa70e04e6c4234549a55f077d1
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 benchmark23
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40363
Total number of constraints154319
Number of constraints which are clauses154296
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints22
Minimum length of a constraint1
Maximum length of a constraint1952
Number of terms in the objective function 1952
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1952
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1988
Number of bits of the biggest sum of numbers11
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
0.58/0.66	c limit for coefficient in constraints and objective to 1000000000
0.58/0.66	c will solve HOME/instance-4497452-1751391058.opb
0.58/0.66	c [0.03] 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: 63708 MiB (60895 MiB free)
  memory of node 1: 64465 MiB (63763 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497452-1751391058/watcher-4497452-1751391058 -o /tmp/evaluation-result-4497452-1751391058/solver-4497452-1751391058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751387240-55730 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4497452-1751391058.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100064 s]*
/proc/loadavg: 4.08 4.08 4.09 5/269 57267
/proc/meminfo: memFree=127644868/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=86048 memory=21248 CPUtime=0.08 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 4276 0 0 0 8 0 0 0 20 0 1 0 54783698 88113152 5312 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 21512 5312 1600 641 0 6269 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 86048 KiB
Current children cumulated memory: 21248 KiB

[startup+0.205471 s]*
/proc/loadavg: 4.08 4.08 4.09 5/269 57267
/proc/meminfo: memFree=127634788/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=100828 memory=39240 CPUtime=0.19 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 7384 0 0 0 16 3 0 0 20 0 1 0 54783698 103247872 9810 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 25207 9810 1696 641 0 9964 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 100828 KiB
Current children cumulated memory: 39240 KiB

[startup+0.305424 s]*
/proc/loadavg: 4.08 4.08 4.09 5/269 57267
/proc/meminfo: memFree=127630756/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=104764 memory=43208 CPUtime=0.29 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 8400 0 0 0 22 7 0 0 20 0 1 0 54783698 107278336 10802 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 26191 10802 1696 641 0 10948 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 104764 KiB
Current children cumulated memory: 43208 KiB

[startup+0.700182 s]
/proc/loadavg: 4.08 4.08 4.09 5/269 57267
/proc/meminfo: memFree=127614628/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=168052 memory=92720 CPUtime=0.68 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 20030 0 0 0 48 20 0 0 20 0 2 0 54783698 172085248 23148 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 42013 23148 2752 641 0 24496 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 168052 KiB
Current children cumulated memory: 92720 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 57268
/proc/meminfo: memFree=127567532/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=186928 memory=112944 CPUtime=1.48 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 24745 0 0 0 124 24 0 0 20 0 2 0 54783698 191414272 28236 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 46732 28236 3136 641 0 29215 0
[pid=57266/tid=57268] ppid=57263 vsize=186928 memory=0 CPUtime=0 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 54783761 191414272 28236 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 186928 KiB
Current children cumulated memory: 112944 KiB

[startup+3.10529 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 57268
/proc/meminfo: memFree=127567632/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=186928 memory=112944 CPUtime=3.08 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 25105 0 0 0 284 24 0 0 20 0 2 0 54783698 191414272 28236 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 46732 28236 3136 641 0 29215 0
[pid=57266/tid=57268] ppid=57263 vsize=186928 memory=112816 CPUtime=0 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 54783761 191414272 28236 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 186928 KiB
Current children cumulated memory: 112944 KiB

[startup+6.30011 s]
/proc/loadavg: 4.08 4.08 4.09 5/270 57268
/proc/meminfo: memFree=127563852/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=195032 memory=121904 CPUtime=6.27 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 41100 0 0 0 597 30 0 0 20 0 2 0 54783698 199712768 30476 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 48758 30476 3136 641 0 31241 0
[pid=57266/tid=57268] ppid=57263 vsize=195032 memory=13568 CPUtime=0 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 54783761 199712768 30476 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 195032 KiB
Current children cumulated memory: 121904 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 57268
/proc/meminfo: memFree=127554652/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=218308 memory=139128 CPUtime=12.66 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 54035 0 0 0 1232 34 0 0 20 0 2 0 54783698 223547392 34782 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 54577 34782 3136 641 0 37060 0
[pid=57266/tid=57268] ppid=57263 vsize=218308 memory=136868 CPUtime=0 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 54783761 223547392 34782 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 218308 KiB
Current children cumulated memory: 139128 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.09 4.09 5/270 57268
/proc/meminfo: memFree=127521860/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=246796 memory=163476 CPUtime=25.43 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 59974 0 0 0 2503 40 0 0 20 0 2 0 54783698 252719104 40869 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 61699 40869 3136 641 0 44182 0
[pid=57266/tid=57268] ppid=57263 vsize=246796 memory=152868 CPUtime=0 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 54783761 252719104 40869 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 246796 KiB
Current children cumulated memory: 163476 KiB

[startup+51.1057 s]
/proc/loadavg: 4.09 4.08 4.09 5/268 57269
/proc/meminfo: memFree=127053100/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=283744 memory=186760 CPUtime=50.97 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 62196 0 0 0 5050 47 0 0 20 0 2 0 54783698 290553856 46690 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 70936 46690 3136 641 0 53419 0
[pid=57266/tid=57268] ppid=57263 vsize=283744 memory=178004 CPUtime=0 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 54783761 290553856 46690 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 283744 KiB
Current children cumulated memory: 186760 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/268 57270
/proc/meminfo: memFree=127184376/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=338200 memory=219636 CPUtime=102.04 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 72531 0 0 0 10148 56 0 0 20 0 2 0 54783698 346316800 54909 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 84550 54909 3136 641 0 67033 0
[pid=57266/tid=57268] ppid=57263 vsize=338200 memory=14156 CPUtime=0.02 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 11 0 0 0 1 1 0 0 20 0 2 0 54783761 346316800 54909 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 338200 KiB
Current children cumulated memory: 219636 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/267 57272
/proc/meminfo: memFree=127066964/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=339840 memory=231732 CPUtime=161.91 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 89992 0 0 0 16122 69 0 0 20 0 2 0 54783698 347996160 57933 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 84960 57933 3136 641 0 67443 0
[pid=57266/tid=57268] ppid=57263 vsize=339840 memory=14156 CPUtime=0.05 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 13 0 0 0 2 3 0 0 20 0 2 0 54783761 347996160 57933 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 339840 KiB
Current children cumulated memory: 231732 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/267 57274
/proc/meminfo: memFree=127062024/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=341292 memory=237108 CPUtime=221.77 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 117906 0 0 0 22092 85 0 0 20 0 2 0 54783698 349483008 59277 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 85323 59277 3136 641 0 67806 0
[pid=57266/tid=57268] ppid=57263 vsize=341292 memory=4252 CPUtime=0.06 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 15 0 0 0 2 4 0 0 20 0 2 0 54783761 349483008 59277 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 341292 KiB
Current children cumulated memory: 237108 KiB

[startup+282.3 s]
/proc/loadavg: 4.38 4.17 4.12 5/267 57276
/proc/meminfo: memFree=126623224/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=341424 memory=247624 CPUtime=281.64 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 118135 0 0 0 28069 95 0 0 20 0 2 0 54783698 349618176 61906 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 85356 61906 3136 641 0 67839 0
[pid=57266/tid=57268] ppid=57263 vsize=341424 memory=237364 CPUtime=0.08 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 15 0 0 0 3 5 0 0 20 0 2 0 54783761 349618176 61906 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 341424 KiB
Current children cumulated memory: 247624 KiB

[startup+342.3 s]
/proc/loadavg: 4.24 4.17 4.12 5/267 57278
/proc/meminfo: memFree=126535828/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=428136 memory=310612 CPUtime=341.52 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 120173 0 0 0 34049 103 0 0 20 0 2 0 54783698 438411264 77653 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 107034 77653 3136 641 0 89517 0
[pid=57266/tid=57268] ppid=57263 vsize=428136 memory=13568 CPUtime=0.1 cores=5,7

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

/proc/meminfo: memFree=125139788/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=654360 memory=577220 CPUtime=3035.5 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 363547 0 0 0 303065 485 0 0 20 0 2 0 54783698 670064640 144305 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 163590 144305 3136 641 0 146073 0
[pid=57266/tid=57268] ppid=57263 vsize=654360 memory=577220 CPUtime=1.14 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 32 0 0 0 44 70 0 0 20 0 2 0 54783761 670064640 144305 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3035.5 s
Current children cumulated vsize: 654360 KiB
Current children cumulated memory: 577220 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 57469
/proc/meminfo: memFree=124461408/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=869284 memory=587500 CPUtime=3095.38 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 367498 0 0 0 309047 491 0 0 20 0 2 0 54783698 890146816 146875 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 217321 146875 3136 641 0 199804 0
[pid=57266/tid=57268] ppid=57263 vsize=869284 memory=5632 CPUtime=1.16 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 33 0 0 0 45 71 0 0 20 0 2 0 54783761 890146816 146875 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3095.38 s
Current children cumulated vsize: 869284 KiB
Current children cumulated memory: 587500 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/266 57471
/proc/meminfo: memFree=124256916/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=869284 memory=679676 CPUtime=3155.25 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 369986 0 0 0 315028 497 0 0 20 0 2 0 54783698 890146816 169919 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 217321 169919 3136 641 0 199804 0
[pid=57266/tid=57268] ppid=57263 vsize=869284 memory=630512 CPUtime=1.19 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 33 0 0 0 46 73 0 0 20 0 2 0 54783761 890146816 169919 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3155.25 s
Current children cumulated vsize: 869284 KiB
Current children cumulated memory: 679676 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/266 57473
/proc/meminfo: memFree=124159252/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=871148 memory=693764 CPUtime=3215.12 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 377877 0 0 0 321009 503 0 0 20 0 2 0 54783698 892055552 173441 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 217787 173441 3136 641 0 200270 0
[pid=57266/tid=57268] ppid=57263 vsize=871148 memory=630512 CPUtime=1.21 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 33 0 0 0 47 74 0 0 20 0 2 0 54783761 892055552 173441 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3215.12 s
Current children cumulated vsize: 871148 KiB
Current children cumulated memory: 693764 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.16 4.11 5/266 57475
/proc/meminfo: memFree=124010544/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=871148 memory=693764 CPUtime=3275 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 378445 0 0 0 326986 514 0 0 20 0 2 0 54783698 892055552 173441 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 217787 173441 3136 641 0 200270 0
[pid=57266/tid=57268] ppid=57263 vsize=871148 memory=693764 CPUtime=1.24 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 33 0 0 0 48 76 0 0 20 0 2 0 54783761 892055552 173441 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3275 s
Current children cumulated vsize: 871148 KiB
Current children cumulated memory: 693764 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.16 4.11 5/266 57477
/proc/meminfo: memFree=123906136/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=872692 memory=695300 CPUtime=3334.87 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 379513 0 0 0 332961 526 0 0 20 0 2 0 54783698 893636608 173825 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 218173 173825 3136 641 0 200656 0
[pid=57266/tid=57268] ppid=57263 vsize=872692 memory=14156 CPUtime=1.27 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 33 0 0 0 49 78 0 0 20 0 2 0 54783761 893636608 173825 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3334.87 s
Current children cumulated vsize: 872692 KiB
Current children cumulated memory: 695300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.14 4.11 5/266 57479
/proc/meminfo: memFree=123878488/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=872692 memory=695300 CPUtime=3394.73 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 379635 0 0 0 338937 536 0 0 20 0 2 0 54783698 893636608 173825 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 218173 173825 3136 641 0 200656 0
[pid=57266/tid=57268] ppid=57263 vsize=872692 memory=695300 CPUtime=1.29 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 34 0 0 0 50 79 0 0 20 0 2 0 54783761 893636608 173825 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3394.73 s
Current children cumulated vsize: 872692 KiB
Current children cumulated memory: 695300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 57533
/proc/meminfo: memFree=128150392/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=876916 memory=698500 CPUtime=3454.6 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 380662 0 0 0 344913 547 0 0 20 0 2 0 54783698 897961984 174625 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 219229 174625 3136 641 0 201712 0
[pid=57266/tid=57268] ppid=57263 vsize=876916 memory=695300 CPUtime=1.32 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 34 0 0 0 51 81 0 0 20 0 2 0 54783761 897961984 174625 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3454.6 s
Current children cumulated vsize: 876916 KiB
Current children cumulated memory: 698500 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.16 4.11 5/268 57581
/proc/meminfo: memFree=128461612/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=883796 memory=705796 CPUtime=3514.46 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 397188 0 0 0 350890 556 0 0 20 0 2 0 54783698 905007104 176449 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 220949 176449 3136 641 0 203432 0
[pid=57266/tid=57268] ppid=57263 vsize=883796 memory=701060 CPUtime=1.34 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 35 0 0 0 52 82 0 0 20 0 2 0 54783761 905007104 176449 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3514.46 s
Current children cumulated vsize: 883796 KiB
Current children cumulated memory: 705796 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.15 4.11 5/268 57583
/proc/meminfo: memFree=128379620/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=883796 memory=706948 CPUtime=3574.31 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 404498 0 0 0 356868 563 0 0 20 0 2 0 54783698 905007104 176737 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 220949 176737 3136 641 0 203432 0
[pid=57266/tid=57268] ppid=57263 vsize=883796 memory=706820 CPUtime=1.37 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 35 0 0 0 53 84 0 0 20 0 2 0 54783761 905007104 176737 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3574.31 s
Current children cumulated vsize: 883796 KiB
Current children cumulated memory: 706948 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.11 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 57584
/proc/meminfo: memFree=128387644/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=883796 memory=707588 CPUtime=3600.06 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 413225 0 0 0 359436 570 0 0 20 0 2 0 54783698 905007104 176897 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 220949 176897 3136 641 0 203432 0
[pid=57266/tid=57268] ppid=57263 vsize=883796 memory=706948 CPUtime=1.37 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 35 0 0 0 53 84 0 0 20 0 2 0 54783761 905007104 176897 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 883796 KiB
Current children cumulated memory: 707588 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.37 s, system=5.71428 s

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

[startup+3608.11 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 57584
/proc/meminfo: memFree=128387644/131249996 swapFree=33005272/33010684
[pid=57266] ppid=57263 vsize=883796 memory=707588 CPUtime=3600.06 cores=5,7
/proc/57266/stat : 57266 (ipbhs_gurobi) R 57263 57266 55717 0 -1 4194304 413225 0 0 0 359436 570 0 0 20 0 2 0 54783698 905007104 176897 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
/proc/57266/statm: 220949 176897 3136 641 0 203432 0
[pid=57266/tid=57268] ppid=57263 vsize=883796 memory=706948 CPUtime=1.37 cores=5,7
/proc/57266/task/57268/stat : 57268 (ipbhs_gurobi) S 57263 57266 55717 0 -1 4194368 35 0 0 0 53 84 0 0 20 0 2 0 54783761 905007104 176897 18446744073709551615 94444342968320 94444345593373 140721045711360 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94444346212248 94444346245210 94444346757120 140721045719455 140721045719559 140721045719559 140721045725161 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 883796 KiB
Current children cumulated memory: 707588 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.12
CPU time (s): 3600.08
CPU user time (s): 3594.37
CPU system time (s): 5.71428
CPU usage (%): 99.7772
Max. virtual memory (cumulated for all children) (KiB): 883796
Max. memory (cumulated for all children) (KiB): 707588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.37
system time used= 5.71428
maximum resident set size= 707588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413226
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= 358836
involuntary context switches= 19230


# summary of solver processes directly reported to runsolver:
#   pid: 57266
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3594.37
#   total CPU system time (s): 5.71428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.26347 second user time and 16.0541 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 19:30:58
IDJOB=4497452
IDBENCH=148186
IDSOLVER=3333
FILE ID=nodeC023/4497452-1751391058
RUNJOBID= nodeC023-1751387240-55730
SLURM_JOB_ID= 9598250
Free space on /tmp= 432868 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB07/OPT-LIN/submittedPB07/aksoy/decomp/normalized-matrix_5x3_10.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497452-1751391058/watcher-4497452-1751391058 -o /tmp/evaluation-result-4497452-1751391058/solver-4497452-1751391058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751387240-55730 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4497452-1751391058.opb --max-coef 1000000000

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

MD5SUM BENCH= f414edaa70e04e6c4234549a55f077d1
RANDOM SEED=1607812917

nodeC023 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.885
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.78
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		: 3599.861
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.78
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		: 3684.952
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.78
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.906
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.78
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		: 3599.890
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.78
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		: 3700.000
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.78
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		: 3517.395
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.78
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.882
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127650840 kB
MemAvailable:   127625148 kB
Buffers:            1328 kB
Cached:           772572 kB
SwapCached:          420 kB
Active:          2340704 kB
Inactive:         604496 kB
Active(anon):    2130052 kB
Inactive(anon):    54636 kB
Active(file):     210652 kB
Inactive(file):   549860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             63808 kB
Writeback:             0 kB
AnonPages:       2163984 kB
Mapped:           114268 kB
Shmem:             13388 kB
KReclaimable:     106072 kB
Slab:             194452 kB
SReclaimable:     106072 kB
SUnreclaim:        88380 kB
KernelStack:        4336 kB
PageTables:         7436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6772508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1497088 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432824 MiB
End job on nodeC023 at 2025-07-01 20:31:07