Trace number 4489767

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI-SYM 2025-06-09? (TO) 3600.07 3607.84

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM890f6157e6331f3256b55d88c2fb39bb
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 benchmark240
Best CPU time to get the best result obtained on this benchmark72000.9
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 494314
Number of bits of the biggest sum of numbers19
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 enable explicit+compact SCL
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
5.10/5.26	c limit for coefficient in constraints and objective to 1000000000
5.10/5.26	c will solve HOME/instance-4489767-1751361799.opb
5.10/5.26	Searching graph automorphisms with time limit: 99
8.50/8.68	c [4.76] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (62300 MiB free)
  memory of node 1: 64465 MiB (63759 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489767-1751361799/watcher-4489767-1751361799 -o /tmp/evaluation-result-4489767-1751361799/solver-4489767-1751361799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751354579-51173 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4489767-1751361799.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=51950, runsolver pid=51946
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.23 4.14 4.17 5/246 51955
/proc/meminfo: memFree=129073936/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=76480 memory=12348 CPUtime=0.08 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 2289 0 0 0 8 0 0 0 20 0 1 0 51859389 78315520 3087 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 19120 3087 1632 641 0 3877 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 76480 KiB
Current children cumulated memory: 12348 KiB

[startup+0.211605 s]*
/proc/loadavg: 4.23 4.14 4.17 5/244 51955
/proc/meminfo: memFree=129072172/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=81680 memory=17236 CPUtime=0.18 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 3664 0 0 0 17 1 0 0 20 0 1 0 51859389 83640320 4309 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 20420 4309 1632 641 0 5177 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 81680 KiB
Current children cumulated memory: 17236 KiB

[startup+0.311303 s]*
/proc/loadavg: 4.23 4.14 4.17 5/243 51956
/proc/meminfo: memFree=129055688/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=88912 memory=21464 CPUtime=0.26 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 4981 0 0 0 25 1 0 0 20 0 1 0 51859389 91045888 5366 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 22228 5366 1632 641 0 6985 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 88912 KiB
Current children cumulated memory: 21464 KiB

[startup+0.70022 s]
/proc/loadavg: 4.23 4.14 4.17 5/242 51957
/proc/meminfo: memFree=128915024/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=110900 memory=43424 CPUtime=0.62 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 8438 0 0 0 59 3 0 0 20 0 1 0 51859389 113561600 10856 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 0 0 0 0 0 17 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 27725 10856 1632 641 0 12482 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 110900 KiB
Current children cumulated memory: 43424 KiB

[startup+1.50035 s]
/proc/loadavg: 4.23 4.14 4.17 6/252 51975
/proc/meminfo: memFree=128464828/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=156976 memory=85700 CPUtime=1.41 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 15863 0 0 0 115 26 0 0 20 0 1 0 51859389 160743424 21425 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 39244 21425 1728 641 0 24001 0
Current children cumulated CPU time: 1.41 s
Current children cumulated vsize: 156976 KiB
Current children cumulated memory: 85700 KiB

[startup+3.1128 s]
/proc/loadavg: 4.23 4.14 4.17 5/252 51975
/proc/meminfo: memFree=127389800/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=241412 memory=168884 CPUtime=3.02 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 25950 0 0 0 199 103 0 0 20 0 1 0 51859389 247205888 42221 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 60353 42221 1728 641 0 45110 0
Current children cumulated CPU time: 3.02 s
Current children cumulated vsize: 241412 KiB
Current children cumulated memory: 168884 KiB

[startup+6.30035 s]
/proc/loadavg: 4.21 4.14 4.17 5/256 51979
/proc/meminfo: memFree=125790836/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=694768 memory=570920 CPUtime=6.2 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 100716 0 0 0 477 143 0 0 20 0 2 0 51859389 711442432 142730 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 173692 142730 2368 641 0 156175 0
[pid=51950/tid=51977] ppid=51946 vsize=694768 memory=552820 CPUtime=0 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 51859765 711442432 142730 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 694768 KiB
Current children cumulated memory: 570920 KiB

[startup+12.7004 s]
/proc/loadavg: 4.27 4.15 4.18 5/256 51979
/proc/meminfo: memFree=125583424/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=788464 memory=641108 CPUtime=12.6 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 186559 0 0 0 1008 252 0 0 20 0 2 0 51859389 807387136 160277 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 197116 160277 2784 641 0 179599 0
[pid=51950/tid=51977] ppid=51946 vsize=788464 memory=593516 CPUtime=0 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 51859765 807387136 160277 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 788464 KiB
Current children cumulated memory: 641108 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.15 4.18 5/256 51979
/proc/meminfo: memFree=124128368/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=1884104 memory=840256 CPUtime=25.38 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 326481 0 0 0 2251 287 0 0 20 0 2 0 51859389 1929322496 210064 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 471026 210064 3808 641 0 453509 0
[pid=51950/tid=51977] ppid=51946 vsize=1884104 memory=840256 CPUtime=0.03 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 7 0 0 0 1 2 0 0 20 0 2 0 51859765 1929322496 210064 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1884104 KiB
Current children cumulated memory: 840256 KiB

[startup+51.1128 s]
/proc/loadavg: 4.20 4.15 4.18 5/256 51979
/proc/meminfo: memFree=124635344/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=1897012 memory=854212 CPUtime=50.94 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 339149 0 0 0 4804 290 0 0 20 0 2 0 51859389 1942540288 213553 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 474253 213553 3840 641 0 456736 0
[pid=51950/tid=51977] ppid=51946 vsize=1897012 memory=14720 CPUtime=0.06 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 7 0 0 0 2 4 0 0 20 0 2 0 51859765 1942540288 213553 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1897012 KiB
Current children cumulated memory: 854212 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.15 4.18 5/256 51981
/proc/meminfo: memFree=124633532/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=1898700 memory=855364 CPUtime=102.04 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 339638 0 0 0 9911 293 0 0 20 0 2 0 51859389 1944268800 213841 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 474675 213841 3840 641 0 457158 0
[pid=51950/tid=51977] ppid=51946 vsize=1898700 memory=854212 CPUtime=0.1 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 7 0 0 0 3 7 0 0 20 0 2 0 51859765 1944268800 213841 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 1898700 KiB
Current children cumulated memory: 855364 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.15 4.18 5/255 51983
/proc/meminfo: memFree=124635068/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=1898704 memory=855364 CPUtime=161.93 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 348158 0 0 0 15895 298 0 0 20 0 2 0 51859389 1944272896 213841 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 474676 213841 3840 641 0 457159 0
[pid=51950/tid=51977] ppid=51946 vsize=1898704 memory=855364 CPUtime=0.17 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 9 0 0 0 5 12 0 0 20 0 2 0 51859765 1944272896 213841 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 1898704 KiB
Current children cumulated memory: 855364 KiB

[startup+222.3 s]
/proc/loadavg: 4.23 4.18 4.18 5/255 51985
/proc/meminfo: memFree=124603984/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=1917060 memory=875844 CPUtime=221.82 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 361347 0 0 0 21879 303 0 0 20 0 2 0 51859389 1963069440 218961 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 479265 218961 3840 641 0 461748 0
[pid=51950/tid=51977] ppid=51946 vsize=1917060 memory=875844 CPUtime=0.24 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 11 0 0 0 7 17 0 0 20 0 2 0 51859765 1963069440 218961 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 1917060 KiB
Current children cumulated memory: 875844 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.16 4.18 5/255 51987
/proc/meminfo: memFree=124593496/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=1923808 memory=881604 CPUtime=281.72 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 384098 0 0 0 27862 310 0 0 20 0 2 0 51859389 1969979392 220401 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 480952 220401 3840 641 0 463435 0
[pid=51950/tid=51977] ppid=51946 vsize=1923808 memory=18816 CPUtime=0.31 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 12 0 0 0 8 23 0 0 20 0 2 0 51859765 1969979392 220401 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 281.72 s
Current children cumulated vsize: 1923808 KiB
Current children cumulated memory: 881604 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.16 4.18 5/253 51989
/proc/meminfo: memFree=124578060/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=1923808 memory=881604 CPUtime=341.6 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 396454 0 0 0 33844 316 0 0 20 0 2 0 51859389 1969979392 220401 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 480952 220401 3840 641 0 463435 0
[pid=51950/tid=51977] ppid=51946 vsize=1923808 memory=18816 CPUtime=0.37 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 13 0 0 0 9 28 0 0 20 0 2 0 51859765 1969979392 220401 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 341.6 s
Current children cumulated vsize: 1923808 KiB
Current children cumulated memory: 881604 KiB

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

/proc/meminfo: memFree=122902464/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2366676 memory=1325280 CPUtime=2975.94 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1142653 0 0 0 296954 640 0 0 20 0 2 0 51859389 2423476224 331320 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 591669 331320 3840 641 0 574152 0
[pid=51950/tid=51977] ppid=51946 vsize=2366676 memory=1324000 CPUtime=3.27 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 37 0 0 0 74 253 0 0 20 0 2 0 51859765 2423476224 331320 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 2975.94 s
Current children cumulated vsize: 2366676 KiB
Current children cumulated memory: 1325280 KiB

[startup+3042.3 s]
/proc/loadavg: 4.17 4.12 4.12 5/254 52132
/proc/meminfo: memFree=122856664/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2382644 memory=1339616 CPUtime=3035.81 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1148197 0 0 0 302934 647 0 0 20 0 2 0 51859389 2439827456 334904 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 595661 334904 3840 641 0 578144 0
[pid=51950/tid=51977] ppid=51946 vsize=2382644 memory=1339616 CPUtime=3.34 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 37 0 0 0 76 258 0 0 20 0 2 0 51859765 2439827456 334904 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3035.81 s
Current children cumulated vsize: 2382644 KiB
Current children cumulated memory: 1339616 KiB

[startup+3102.3 s]
/proc/loadavg: 4.17 4.13 4.12 5/254 52134
/proc/meminfo: memFree=122815980/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2398140 memory=1355616 CPUtime=3095.67 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1153819 0 0 0 308914 653 0 0 20 0 2 0 51859389 2455695360 338904 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 599535 338904 3840 641 0 582018 0
[pid=51950/tid=51977] ppid=51946 vsize=2398140 memory=1347680 CPUtime=3.4 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 37 0 0 0 78 262 0 0 20 0 2 0 51859765 2455695360 338904 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3095.67 s
Current children cumulated vsize: 2398140 KiB
Current children cumulated memory: 1355616 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.15 4.13 5/254 52136
/proc/meminfo: memFree=122757816/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2421460 memory=1377844 CPUtime=3155.53 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1160826 0 0 0 314894 659 0 0 20 0 2 0 51859389 2479575040 344461 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 605365 344461 3840 641 0 587848 0
[pid=51950/tid=51977] ppid=51946 vsize=2421460 memory=1347680 CPUtime=3.47 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 37 0 0 0 80 267 0 0 20 0 2 0 51859765 2479575040 344461 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3155.53 s
Current children cumulated vsize: 2421460 KiB
Current children cumulated memory: 1377844 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/254 52138
/proc/meminfo: memFree=122748736/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2421460 memory=1377844 CPUtime=3215.4 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1179944 0 0 0 320873 667 0 0 20 0 2 0 51859389 2479575040 344461 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 605365 344461 3840 641 0 587848 0
[pid=51950/tid=51977] ppid=51946 vsize=2421460 memory=1347680 CPUtime=3.53 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 38 0 0 0 81 272 0 0 20 0 2 0 51859765 2479575040 344461 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3215.4 s
Current children cumulated vsize: 2421460 KiB
Current children cumulated memory: 1377844 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.12 4.12 5/254 52140
/proc/meminfo: memFree=122710768/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2430332 memory=1387828 CPUtime=3275.26 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1231166 0 0 0 326850 676 0 0 20 0 2 0 51859389 2488659968 346957 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 607583 346957 3840 641 0 590066 0
[pid=51950/tid=51977] ppid=51946 vsize=2430332 memory=5632 CPUtime=3.61 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 38 0 0 0 83 278 0 0 20 0 2 0 51859765 2488659968 346957 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3275.26 s
Current children cumulated vsize: 2430332 KiB
Current children cumulated memory: 1387828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.12 5/254 52142
/proc/meminfo: memFree=122678964/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2435200 memory=1391156 CPUtime=3335.13 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1275551 0 0 0 332826 687 0 0 20 0 2 0 51859389 2493644800 347789 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 608800 347789 3840 641 0 591283 0
[pid=51950/tid=51977] ppid=51946 vsize=2435200 memory=1390644 CPUtime=3.66 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 39 0 0 0 84 282 0 0 20 0 2 0 51859765 2493644800 347789 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3335.13 s
Current children cumulated vsize: 2435200 KiB
Current children cumulated memory: 1391156 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.13 4.12 5/254 52144
/proc/meminfo: memFree=122621660/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2448612 memory=1405364 CPUtime=3394.99 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1337823 0 0 0 338803 696 0 0 20 0 2 0 51859389 2507378688 351341 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 612153 351341 3840 641 0 594636 0
[pid=51950/tid=51977] ppid=51946 vsize=2448612 memory=1390644 CPUtime=3.73 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 40 0 0 0 86 287 0 0 20 0 2 0 51859765 2507378688 351341 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3394.99 s
Current children cumulated vsize: 2448612 KiB
Current children cumulated memory: 1405364 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.14 4.12 5/254 52148
/proc/meminfo: memFree=122590068/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2458460 memory=1415348 CPUtime=3454.86 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1398839 0 0 0 344775 711 0 0 20 0 2 0 51859389 2517463040 353837 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 614615 353837 3840 641 0 597098 0
[pid=51950/tid=51977] ppid=51946 vsize=2458460 memory=1390644 CPUtime=3.8 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 41 0 0 0 87 293 0 0 20 0 2 0 51859765 2517463040 353837 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3454.86 s
Current children cumulated vsize: 2458460 KiB
Current children cumulated memory: 1415348 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.14 4.12 5/253 52150
/proc/meminfo: memFree=122541720/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2471088 memory=1428276 CPUtime=3514.72 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1458764 0 0 0 350749 723 0 0 20 0 2 0 51859389 2530394112 357069 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 617772 357069 3840 641 0 600255 0
[pid=51950/tid=51977] ppid=51946 vsize=2471088 memory=1425076 CPUtime=3.86 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 42 0 0 0 89 297 0 0 20 0 2 0 51859765 2530394112 357069 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3514.72 s
Current children cumulated vsize: 2471088 KiB
Current children cumulated memory: 1428276 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.13 4.11 5/253 52152
/proc/meminfo: memFree=122497316/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2482596 memory=1439156 CPUtime=3574.58 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1519866 0 0 0 356723 735 0 0 20 0 2 0 51859389 2542178304 359789 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 620649 359789 3840 641 0 603132 0
[pid=51950/tid=51977] ppid=51946 vsize=2482596 memory=1439156 CPUtime=3.93 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 43 0 0 0 90 303 0 0 20 0 2 0 51859765 2542178304 359789 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3574.58 s
Current children cumulated vsize: 2482596 KiB
Current children cumulated memory: 1439156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.8 s]
/proc/loadavg: 4.08 4.12 4.11 5/254 52158
/proc/meminfo: memFree=122473660/131382112 swapFree=33010684/33010684
[pid=51950] ppid=51946 vsize=2495912 memory=1451700 CPUtime=3600.01 cores=5,7
/proc/51950/stat : 51950 (ipbhs_gurobi) R 51946 51950 51160 0 -1 4194304 1545125 0 0 0 359261 740 0 0 20 0 2 0 51859389 2555813888 362925 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
/proc/51950/statm: 623978 362925 3840 641 0 606461 0
[pid=51950/tid=51977] ppid=51946 vsize=2495912 memory=4352 CPUtime=3.96 cores=5,7
/proc/51950/task/51977/stat : 51977 (ipbhs_gurobi) S 51946 51950 51160 0 -1 4194368 44 0 0 0 91 305 0 0 20 0 2 0 51859765 2555813888 362925 18446744073709551615 94126417321984 94126419947037 140733344916144 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94126420565912 94126420598874 94126440235008 140733344921995 140733344922119 140733344922119 140733344927721 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2495912 KiB
Current children cumulated memory: 1451700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.62 s, system=7.44489 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.84
CPU time (s): 3600.07
CPU user time (s): 3592.62
CPU system time (s): 7.44489
CPU usage (%): 99.7846
Max. virtual memory (cumulated for all children) (KiB): 3067012
Max. memory (cumulated for all children) (KiB): 1451700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.62
system time used= 7.44489
maximum resident set size= 1451700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1545127
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= 357097
involuntary context switches= 2457


# summary of solver processes directly reported to runsolver:
#   pid: 51950
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3592.62
#   total CPU system time (s): 7.44489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4564 second user time and 32.3078 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-01 11:23:20
IDJOB=4489767
IDBENCH=147563
IDSOLVER=3334
FILE ID=nodeC005/4489767-1751361799
RUNJOBID= nodeC005-1751354579-51173
SLURM_JOB_ID= 9598148
Free space on /tmp= 430488 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489767-1751361799/watcher-4489767-1751361799 -o /tmp/evaluation-result-4489767-1751361799/solver-4489767-1751361799 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751354579-51173 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4489767-1751361799.opb --max-coef 1000000000

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

MD5SUM BENCH= 890f6157e6331f3256b55d88c2fb39bb
RANDOM SEED=956564690

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.253
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1596.347
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.250
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.796
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3292.451
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.314
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.242
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1496.550
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129093984 kB
MemAvailable:   129889196 kB
Buffers:            2752 kB
Cached:          1594140 kB
SwapCached:            0 kB
Active:           423504 kB
Inactive:        1245744 kB
Active(anon):      81900 kB
Inactive(anon):     8164 kB
Active(file):     341604 kB
Inactive(file):  1237580 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            154016 kB
Writeback:             0 kB
AnonPages:         75700 kB
Mapped:           103800 kB
Shmem:             17960 kB
KReclaimable:     111308 kB
Slab:             195712 kB
SReclaimable:     111308 kB
SUnreclaim:        84404 kB
KernelStack:        3884 kB
PageTables:         3000 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     350304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430372 MiB
End job on nodeC005 at 2025-07-01 12:23:28