Trace number 4497636

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.11 3608.51

General information on the benchmark

NamePB24/normalized-PB07/OPT-LIN/submittedPB07/
aksoy/decomp/normalized-matrix_5x3_4.opb
MD5SUMdbdf528b135cde252d8c4b9633a10d5c
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.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99789
Total number of constraints388956
Number of constraints which are clauses388925
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint1
Maximum length of a constraint3140
Number of terms in the objective function 3140
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 3140
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 3178
Number of bits of the biggest sum of numbers12
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
1.57/1.67	c limit for coefficient in constraints and objective to 1000000000
1.57/1.67	c will solve HOME/instance-4497636-1751394668.opb
1.57/1.67	c [0.07] 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 (62342 MiB free)
  memory of node 1: 64465 MiB (63713 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=57629, runsolver pid=57626

[startup+0.100062 s]*
/proc/loadavg: 4.15 4.15 4.11 5/267 57630
/proc/meminfo: memFree=129065340/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=88056 memory=24044 CPUtime=0.08 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 4637 0 0 0 8 0 0 0 20 0 1 0 55144714 90169344 6011 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 22014 6011 1600 641 0 6771 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 88056 KiB
Current children cumulated memory: 24044 KiB

[startup+0.205487 s]*
/proc/loadavg: 4.15 4.15 4.11 5/267 57630
/proc/meminfo: memFree=129057780/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=101784 memory=36680 CPUtime=0.19 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 7050 0 0 0 18 1 0 0 20 0 1 0 55144714 104226816 9170 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 25446 9170 1600 641 0 10203 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 101784 KiB
Current children cumulated memory: 36680 KiB

[startup+0.305425 s]*
/proc/loadavg: 4.15 4.15 4.11 5/267 57630
/proc/meminfo: memFree=129037492/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=119812 memory=48628 CPUtime=0.29 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 9521 0 0 0 27 2 0 0 20 0 1 0 55144714 122687488 12157 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 29953 12157 1600 641 0 14710 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 119812 KiB
Current children cumulated memory: 48628 KiB

[startup+0.700163 s]
/proc/loadavg: 4.15 4.15 4.11 5/267 57630
/proc/meminfo: memFree=129009456/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=147092 memory=88368 CPUtime=0.67 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 16288 0 0 0 52 15 0 0 20 0 1 0 55144714 150622208 22092 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 36773 22092 1696 641 0 21530 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 147092 KiB
Current children cumulated memory: 88368 KiB

[startup+1.50016 s]
/proc/loadavg: 4.15 4.15 4.11 5/267 57630
/proc/meminfo: memFree=128977576/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=222184 memory=157628 CPUtime=1.48 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 25958 0 0 0 98 50 0 0 20 0 1 0 55144714 227516416 39407 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 55546 39407 1696 641 0 40303 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 222184 KiB
Current children cumulated memory: 157628 KiB

[startup+3.10529 s]
/proc/loadavg: 4.15 4.15 4.11 5/268 57631
/proc/meminfo: memFree=128838036/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=310740 memory=228596 CPUtime=3.06 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 51274 0 0 0 245 61 0 0 20 0 2 0 55144714 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 77685 57149 3072 641 0 60168 0
[pid=57629/tid=57631] ppid=57626 vsize=310740 memory=198340509722 CPUtime=0 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 55144874 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 310740 KiB
Current children cumulated memory: 228596 KiB

[startup+6.30018 s]
/proc/loadavg: 4.14 4.15 4.11 5/268 57631
/proc/meminfo: memFree=128838288/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=310740 memory=228596 CPUtime=6.25 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 52491 0 0 0 564 61 0 0 20 0 2 0 55144714 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 77685 57149 3072 641 0 60168 0
[pid=57629/tid=57631] ppid=57626 vsize=310740 memory=228596 CPUtime=0 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 55144874 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 310740 KiB
Current children cumulated memory: 228596 KiB

[startup+12.7001 s]
/proc/loadavg: 4.20 4.16 4.11 5/268 57631
/proc/meminfo: memFree=128822184/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=310740 memory=228596 CPUtime=12.63 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 53781 0 0 0 1202 61 0 0 20 0 2 0 55144714 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 77685 57149 3072 641 0 60168 0
[pid=57629/tid=57631] ppid=57626 vsize=310740 memory=228596 CPUtime=0 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 55144874 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 310740 KiB
Current children cumulated memory: 228596 KiB

[startup+25.5002 s]
/proc/loadavg: 4.16 4.15 4.11 5/268 57631
/proc/meminfo: memFree=128822464/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=310740 memory=228596 CPUtime=25.41 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 55485 0 0 0 2479 62 0 0 20 0 2 0 55144714 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 77685 57149 3072 641 0 60168 0
[pid=57629/tid=57631] ppid=57626 vsize=310740 memory=228596 CPUtime=0 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 2 0 55144874 318197760 57149 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 310740 KiB
Current children cumulated memory: 228596 KiB

[startup+51.1053 s]
/proc/loadavg: 4.10 4.14 4.10 5/268 57631
/proc/meminfo: memFree=128785880/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=348820 memory=264172 CPUtime=50.95 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 82014 0 0 0 5024 71 0 0 20 0 2 0 55144714 357191680 66043 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 87205 66043 3104 641 0 69688 0
[pid=57629/tid=57631] ppid=57626 vsize=348820 memory=14156 CPUtime=0 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 2 0 55144874 357191680 66043 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 348820 KiB
Current children cumulated memory: 264172 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/269 57636
/proc/meminfo: memFree=128651664/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=467196 memory=356912 CPUtime=102.04 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 98536 0 0 0 10125 79 0 0 20 0 2 0 55144714 478408704 89228 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 116799 89228 3104 641 0 99282 0
[pid=57629/tid=57631] ppid=57626 vsize=467196 memory=10880 CPUtime=0.02 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 18 0 0 0 1 1 0 0 20 0 2 0 55144874 478408704 89228 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 467196 KiB
Current children cumulated memory: 356912 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/267 57638
/proc/meminfo: memFree=128599952/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=467196 memory=361700 CPUtime=161.91 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 124996 0 0 0 16107 84 0 0 20 0 2 0 55144714 478408704 90425 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 116799 90425 3104 641 0 99282 0
[pid=57629/tid=57631] ppid=57626 vsize=467196 memory=357040 CPUtime=0.04 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 22 0 0 0 2 2 0 0 20 0 2 0 55144874 478408704 90425 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 467196 KiB
Current children cumulated memory: 361700 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 57641
/proc/meminfo: memFree=128531068/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=548584 memory=400696 CPUtime=221.78 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 126538 0 0 0 22090 88 0 0 20 0 2 0 55144714 561750016 100174 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 137146 100174 3104 641 0 119629 0
[pid=57629/tid=57631] ppid=57626 vsize=548584 memory=396600 CPUtime=0.06 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 22 0 0 0 3 3 0 0 20 0 2 0 55144874 561750016 100174 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 221.78 s
Current children cumulated vsize: 548584 KiB
Current children cumulated memory: 400696 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/268 57643
/proc/meminfo: memFree=128490360/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=548584 memory=454128 CPUtime=281.66 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 128023 0 0 0 28073 93 0 0 20 0 2 0 55144714 561750016 113532 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 137146 113532 3104 641 0 119629 0
[pid=57629/tid=57631] ppid=57626 vsize=548584 memory=14156 CPUtime=0.07 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 22 0 0 0 3 4 0 0 20 0 2 0 55144874 561750016 113532 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 281.66 s
Current children cumulated vsize: 548584 KiB
Current children cumulated memory: 454128 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 57645
/proc/meminfo: memFree=128442004/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=684780 memory=482632 CPUtime=341.54 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 134899 0 0 0 34056 98 0 0 20 0 2 0 55144714 701214720 120658 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 171195 120658 3104 641 0 153678 0
[pid=57629/tid=57631] ppid=57626 vsize=684780 memory=14156 CPUtime=0.09 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 23 0 0 0 4 5 0 0 20 0 2 0 55144874 701214720 120658 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 341.54 s

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

/proc/meminfo: memFree=127646156/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=946004 memory=838556 CPUtime=3035.28 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 194805 0 0 0 303287 241 0 0 20 0 2 0 55144714 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 236501 209639 3104 641 0 218984 0
[pid=57629/tid=57631] ppid=57626 vsize=946004 memory=838556 CPUtime=1.07 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 39 0 0 0 40 67 0 0 20 0 2 0 55144874 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3035.28 s
Current children cumulated vsize: 946004 KiB
Current children cumulated memory: 838556 KiB

[startup+3102.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/268 57834
/proc/meminfo: memFree=127632248/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=946004 memory=838556 CPUtime=3095.13 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 195086 0 0 0 309269 244 0 0 20 0 2 0 55144714 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 236501 209639 3104 641 0 218984 0
[pid=57629/tid=57631] ppid=57626 vsize=946004 memory=838556 CPUtime=1.09 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 40 0 0 0 41 68 0 0 20 0 2 0 55144874 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3095.13 s
Current children cumulated vsize: 946004 KiB
Current children cumulated memory: 838556 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/267 57838
/proc/meminfo: memFree=127632636/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=946004 memory=838556 CPUtime=3154.98 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 195368 0 0 0 315251 247 0 0 20 0 2 0 55144714 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 236501 209639 3104 641 0 218984 0
[pid=57629/tid=57631] ppid=57626 vsize=946004 memory=838556 CPUtime=1.12 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 40 0 0 0 42 70 0 0 20 0 2 0 55144874 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3154.98 s
Current children cumulated vsize: 946004 KiB
Current children cumulated memory: 838556 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/267 57841
/proc/meminfo: memFree=127628676/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=946004 memory=838556 CPUtime=3214.83 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 197028 0 0 0 321232 251 0 0 20 0 2 0 55144714 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 236501 209639 3104 641 0 218984 0
[pid=57629/tid=57631] ppid=57626 vsize=946004 memory=838556 CPUtime=1.14 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 41 0 0 0 43 71 0 0 20 0 2 0 55144874 968708096 209639 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3214.83 s
Current children cumulated vsize: 946004 KiB
Current children cumulated memory: 838556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/267 57843
/proc/meminfo: memFree=127559276/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3274.67 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200505 0 0 0 327214 253 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=857932 CPUtime=1.16 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 41 0 0 0 43 73 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3274.67 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/267 57845
/proc/meminfo: memFree=127559196/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3334.53 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200505 0 0 0 333197 256 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=857932 CPUtime=1.19 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 41 0 0 0 44 75 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3334.53 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/267 57847
/proc/meminfo: memFree=127552116/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3394.38 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200506 0 0 0 339180 258 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=857932 CPUtime=1.21 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 41 0 0 0 45 76 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3394.38 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB

[startup+3462.3 s]
/proc/loadavg: 3.60 3.97 4.05 4/260 57880
/proc/meminfo: memFree=128086212/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3454.23 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200508 0 0 0 345163 260 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=857932 CPUtime=1.24 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 41 0 0 0 46 78 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3454.23 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB

[startup+3522.3 s]
/proc/loadavg: 2.77 3.68 3.94 3/253 57918
/proc/meminfo: memFree=128542944/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3514.09 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200510 0 0 0 351145 264 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=13568 CPUtime=1.25 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 42 0 0 0 46 79 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3514.09 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB

[startup+3582.3 s]
/proc/loadavg: 2.33 3.39 3.82 3/253 57921
/proc/meminfo: memFree=128540300/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3573.95 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200517 0 0 0 357128 267 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=857932 CPUtime=1.26 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 42 0 0 0 46 80 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3573.95 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.5 s]
/proc/loadavg: 2.29 3.29 3.78 3/253 57922
/proc/meminfo: memFree=128531136/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3600.09 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200930 0 0 0 359741 268 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=857932 CPUtime=1.26 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 42 0 0 0 46 80 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.42 s, system=2.68913 s

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

[startup+3608.5 s]
/proc/loadavg: 2.29 3.29 3.78 3/253 57922
/proc/meminfo: memFree=128531136/131249996 swapFree=33005272/33010684
[pid=57629] ppid=57626 vsize=961780 memory=857932 CPUtime=3600.09 cores=5,7
/proc/57629/stat : 57629 (ipbhs_gurobi) R 57626 57629 55717 0 -1 4194304 200930 0 0 0 359741 268 0 0 20 0 2 0 55144714 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
/proc/57629/statm: 240445 214483 3104 641 0 222928 0
[pid=57629/tid=57631] ppid=57626 vsize=961780 memory=857932 CPUtime=1.26 cores=5,7
/proc/57629/task/57631/stat : 57631 (ipbhs_gurobi) S 57626 57629 55717 0 -1 4194368 42 0 0 0 46 80 0 0 20 0 2 0 55144874 984862720 214483 18446744073709551615 94591784624128 94591787249181 140733751542512 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94591787868056 94591787901018 94591810334720 140733751548319 140733751548423 140733751548423 140733751554025 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 961780 KiB
Current children cumulated memory: 857932 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.51
CPU time (s): 3600.11
CPU user time (s): 3597.42
CPU system time (s): 2.68913
CPU usage (%): 99.7671
Max. virtual memory (cumulated for all children) (KiB): 961780
Max. memory (cumulated for all children) (KiB): 857932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.42
system time used= 2.68913
maximum resident set size= 857932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200930
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= 358795
involuntary context switches= 18993


# summary of solver processes directly reported to runsolver:
#   pid: 57629
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.42
#   total CPU system time (s): 2.68913

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.62778 second user time and 14.8098 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-01 20:31:08
IDJOB=4497636
IDBENCH=148190
IDSOLVER=3333
FILE ID=nodeC023/4497636-1751394668
RUNJOBID= nodeC023-1751387240-55730
SLURM_JOB_ID= 9598250
Free space on /tmp= 432872 MiB

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

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

MD5SUM BENCH= dbdf528b135cde252d8c4b9633a10d5c
RANDOM SEED=1942223663

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.886
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.854
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		: 3599.955
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		: 3700.000
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.940
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		: 3599.872
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		: 3700.000
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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:        129081760 kB
MemAvailable:   129051240 kB
Buffers:            1328 kB
Cached:           767720 kB
SwapCached:          416 kB
Active:           969344 kB
Inactive:         599640 kB
Active(anon):     758692 kB
Inactive(anon):    54636 kB
Active(file):     210652 kB
Inactive(file):   545004 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             70968 kB
Writeback:             0 kB
AnonPages:        802700 kB
Mapped:           112960 kB
Shmem:             13392 kB
KReclaimable:     106124 kB
Slab:             194416 kB
SReclaimable:     106124 kB
SUnreclaim:        88292 kB
KernelStack:        4304 kB
PageTables:         4768 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1366972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 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= 432936 MiB
End job on nodeC023 at 2025-07-01 21:31:17