Trace number 4489766

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.07 3606.64

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 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
3.43/3.54	c limit for coefficient in constraints and objective to 1000000000
3.43/3.54	c will solve HOME/instance-4489766-1751355075.opb
3.43/3.54	c [0.01] 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 (63176 MiB free)
  memory of node 1: 64465 MiB (62507 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489766-1751355075/watcher-4489766-1751355075 -o /tmp/evaluation-result-4489766-1751355075/solver-4489766-1751355075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751347857-43767 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4489766-1751355075.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=44505, runsolver pid=44502

[startup+0.100071 s]*
/proc/loadavg: 4.20 4.18 4.14 5/243 44506
/proc/meminfo: memFree=128441760/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=979980 memory=265116 CPUtime=0.08 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 964 0 0 0 1 7 0 0 20 0 1 0 51186350 1003499520 66279 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 244995 66279 1632 641 0 229752 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 979980 KiB
Current children cumulated memory: 265116 KiB

[startup+0.211013 s]*
/proc/loadavg: 4.20 4.18 4.14 5/243 44506
/proc/meminfo: memFree=128178608/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=979980 memory=529308 CPUtime=0.19 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1093 0 0 0 4 15 0 0 20 0 1 0 51186350 1003499520 132327 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 244995 132327 1632 641 0 229752 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 979980 KiB
Current children cumulated memory: 529308 KiB

[startup+0.310996 s]*
/proc/loadavg: 4.20 4.18 4.14 5/242 44511
/proc/meminfo: memFree=127949488/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=979980 memory=758684 CPUtime=0.27 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1205 0 0 0 6 21 0 0 20 0 1 0 51186350 1003499520 189671 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 244995 189671 1632 641 0 229752 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 979980 KiB
Current children cumulated memory: 758684 KiB

[startup+0.700255 s]
/proc/loadavg: 4.20 4.18 4.14 5/246 44516
/proc/meminfo: memFree=127121696/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=998528 memory=932524 CPUtime=0.64 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 5335 0 0 0 36 28 0 0 20 0 1 0 51186350 1022492672 233131 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 249632 233131 1632 641 0 234389 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 998528 KiB
Current children cumulated memory: 932524 KiB

[startup+1.50034 s]
/proc/loadavg: 4.20 4.18 4.14 5/248 44539
/proc/meminfo: memFree=128136176/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=1051028 memory=970632 CPUtime=1.43 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 11820 0 0 0 111 32 0 0 20 0 1 0 51186350 1076252672 242658 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 262757 242658 1632 641 0 247514 0
Current children cumulated CPU time: 1.43 s
Current children cumulated vsize: 1051028 KiB
Current children cumulated memory: 970632 KiB

[startup+3.11309 s]
/proc/loadavg: 4.20 4.18 4.14 5/251 44571
/proc/meminfo: memFree=127604512/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=1138168 memory=1046960 CPUtime=3.05 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 24175 0 0 0 201 104 0 0 20 0 1 0 51186350 1165484032 261740 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 284542 261740 1728 641 0 269299 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1138168 KiB
Current children cumulated memory: 1046960 KiB

[startup+6.30031 s]
/proc/loadavg: 4.19 4.17 4.14 5/255 44575
/proc/meminfo: memFree=126858804/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=1340444 memory=1240092 CPUtime=6.22 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 56859 0 0 0 414 208 0 0 20 0 2 0 51186350 1372614656 310023 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 335111 310023 2336 641 0 317594 0
[pid=44505/tid=44573] ppid=44502 vsize=1340444 memory=1222292 CPUtime=0 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 51186704 1372614656 310023 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1340444 KiB
Current children cumulated memory: 1240092 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 4.17 4.14 5/255 44575
/proc/meminfo: memFree=125549872/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2711188 memory=1627488 CPUtime=12.62 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 231329 0 0 0 990 272 0 0 20 0 2 0 51186350 2776256512 406872 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 677797 406872 3328 641 0 660280 0
[pid=44505/tid=44573] ppid=44502 vsize=2711188 memory=6644 CPUtime=0 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 51186704 2776256512 406872 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2711188 KiB
Current children cumulated memory: 1627488 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.16 4.14 5/255 44576
/proc/meminfo: memFree=125241968/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2719596 memory=1639948 CPUtime=25.4 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 254985 0 0 0 2265 275 0 0 20 0 2 0 51186350 2784866304 409987 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 679899 409987 3744 641 0 662382 0
[pid=44505/tid=44573] ppid=44502 vsize=2719596 memory=1631712 CPUtime=0.02 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 11 0 0 0 0 2 0 0 20 0 2 0 51186704 2784866304 409987 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2719596 KiB
Current children cumulated memory: 1639948 KiB

[startup+51.1131 s]
/proc/loadavg: 4.16 4.16 4.14 5/255 44576
/proc/meminfo: memFree=125545604/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2730172 memory=1649036 CPUtime=50.97 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 267588 0 0 0 4818 279 0 0 20 0 2 0 51186350 2795696128 412259 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 682543 412259 3744 641 0 665026 0
[pid=44505/tid=44573] ppid=44502 vsize=2730172 memory=1649036 CPUtime=0.05 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 12 0 0 0 1 4 0 0 20 0 2 0 51186704 2795696128 412259 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2730172 KiB
Current children cumulated memory: 1649036 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.17 4.14 5/256 44716
/proc/meminfo: memFree=125681664/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2732420 memory=1652776 CPUtime=102.04 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 273532 0 0 0 9920 284 0 0 20 0 2 0 51186350 2797998080 413194 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 683105 413194 3744 641 0 665588 0
[pid=44505/tid=44573] ppid=44502 vsize=2732420 memory=17664 CPUtime=0.11 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 14 0 0 0 2 9 0 0 20 0 2 0 51186704 2797998080 413194 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 2732420 KiB
Current children cumulated memory: 1652776 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.15 4.13 5/256 44763
/proc/meminfo: memFree=125605288/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2732420 memory=1652776 CPUtime=161.92 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 282773 0 0 0 15902 290 0 0 20 0 2 0 51186350 2797998080 413194 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 683105 413194 3744 641 0 665588 0
[pid=44505/tid=44573] ppid=44502 vsize=2732420 memory=1652776 CPUtime=0.18 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 14 0 0 0 4 14 0 0 20 0 2 0 51186704 2797998080 413194 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 2732420 KiB
Current children cumulated memory: 1652776 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.14 4.13 5/256 44765
/proc/meminfo: memFree=125572472/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2750888 memory=1672104 CPUtime=221.82 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 295599 0 0 0 21885 297 0 0 20 0 2 0 51186350 2816909312 418026 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 687722 418026 3744 641 0 670205 0
[pid=44505/tid=44573] ppid=44502 vsize=2750888 memory=1672104 CPUtime=0.24 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 17 0 0 0 6 18 0 0 20 0 2 0 51186704 2816909312 418026 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 2750888 KiB
Current children cumulated memory: 1672104 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/256 44767
/proc/meminfo: memFree=125554488/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2756232 memory=1676072 CPUtime=281.73 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 316935 0 0 0 27869 304 0 0 20 0 2 0 51186350 2822381568 419018 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 689058 419018 3744 641 0 671541 0
[pid=44505/tid=44573] ppid=44502 vsize=2756232 memory=1676072 CPUtime=0.31 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 18 0 0 0 8 23 0 0 20 0 2 0 51186704 2822381568 419018 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 281.73 s
Current children cumulated vsize: 2756232 KiB
Current children cumulated memory: 1676072 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/255 44815
/proc/meminfo: memFree=125797168/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=2756232 memory=1676072 CPUtime=341.63 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 328280 0 0 0 33852 311 0 0 20 0 2 0 51186350 2822381568 419018 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 689058 419018 3744 641 0 671541 0
[pid=44505/tid=44573] ppid=44502 vsize=2756232 memory=1676072 CPUtime=0.38 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 18 0 0 0 9 29 0 0 20 0 2 0 51186704 2822381568 419018 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 341.63 s
Current children cumulated vsize: 2756232 KiB
Current children cumulated memory: 1676072 KiB

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

/proc/meminfo: memFree=122695372/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3200104 memory=2120616 CPUtime=2976.87 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1639818 0 0 0 296999 688 0 0 20 0 2 0 51186350 3276906496 530154 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 800026 530154 3744 641 0 782509 0
[pid=44505/tid=44573] ppid=44502 vsize=3200104 memory=2120616 CPUtime=3.29 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 83 0 0 0 80 249 0 0 20 0 2 0 51186704 3276906496 530154 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 2976.87 s
Current children cumulated vsize: 3200104 KiB
Current children cumulated memory: 2120616 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/254 45094
/proc/meminfo: memFree=122649760/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3216840 memory=2136104 CPUtime=3036.76 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1701585 0 0 0 302975 701 0 0 20 0 2 0 51186350 3294044160 534026 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 804210 534026 3744 641 0 786693 0
[pid=44505/tid=44573] ppid=44502 vsize=3216840 memory=2136104 CPUtime=3.36 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 85 0 0 0 82 254 0 0 20 0 2 0 51186704 3294044160 534026 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3036.76 s
Current children cumulated vsize: 3216840 KiB
Current children cumulated memory: 2136104 KiB

[startup+3102.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/254 45096
/proc/meminfo: memFree=122636656/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3224088 memory=2144424 CPUtime=3096.65 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1768697 0 0 0 308950 715 0 0 20 0 2 0 51186350 3301466112 536106 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 806022 536106 3744 641 0 788505 0
[pid=44505/tid=44573] ppid=44502 vsize=3224088 memory=2142248 CPUtime=3.43 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 86 0 0 0 84 259 0 0 20 0 2 0 51186704 3301466112 536106 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3096.65 s
Current children cumulated vsize: 3224088 KiB
Current children cumulated memory: 2144424 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/254 45098
/proc/meminfo: memFree=122582980/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3236992 memory=2155944 CPUtime=3156.54 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1830380 0 0 0 314929 725 0 0 20 0 2 0 51186350 3314679808 538986 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 809248 538986 3744 641 0 791731 0
[pid=44505/tid=44573] ppid=44502 vsize=3236992 memory=14464 CPUtime=3.49 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 87 0 0 0 85 264 0 0 20 0 2 0 51186704 3314679808 538986 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3156.54 s
Current children cumulated vsize: 3236992 KiB
Current children cumulated memory: 2155944 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/254 45100
/proc/meminfo: memFree=122562064/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3255596 memory=2173224 CPUtime=3216.43 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1886554 0 0 0 320906 737 0 0 20 0 2 0 51186350 3333730304 543306 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 813899 543306 3744 641 0 796382 0
[pid=44505/tid=44573] ppid=44502 vsize=3255596 memory=14464 CPUtime=3.56 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 91 0 0 0 87 269 0 0 20 0 2 0 51186704 3333730304 543306 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3216.43 s
Current children cumulated vsize: 3255596 KiB
Current children cumulated memory: 2173224 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/254 45102
/proc/meminfo: memFree=122553432/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3255596 memory=2173480 CPUtime=3276.33 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1935429 0 0 0 326885 748 0 0 20 0 2 0 51186350 3333730304 543370 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 813899 543370 3744 641 0 796382 0
[pid=44505/tid=44573] ppid=44502 vsize=3255596 memory=14464 CPUtime=3.62 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 93 0 0 0 88 274 0 0 20 0 2 0 51186704 3333730304 543370 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3276.33 s
Current children cumulated vsize: 3255596 KiB
Current children cumulated memory: 2173480 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/254 45104
/proc/meminfo: memFree=122515380/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3269312 memory=2187176 CPUtime=3336.21 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 1956364 0 0 0 332865 756 0 0 20 0 2 0 51186350 3347775488 546794 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 817328 546794 3744 641 0 799811 0
[pid=44505/tid=44573] ppid=44502 vsize=3269312 memory=2184360 CPUtime=3.69 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 94 0 0 0 90 279 0 0 20 0 2 0 51186704 3347775488 546794 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3336.21 s
Current children cumulated vsize: 3269312 KiB
Current children cumulated memory: 2187176 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/254 45106
/proc/meminfo: memFree=122480600/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3277072 memory=2197288 CPUtime=3396.11 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 2015584 0 0 0 338841 770 0 0 20 0 2 0 51186350 3355721728 549322 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 819268 549322 3744 641 0 801751 0
[pid=44505/tid=44573] ppid=44502 vsize=3277072 memory=2184360 CPUtime=3.76 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 95 0 0 0 92 284 0 0 20 0 2 0 51186704 3355721728 549322 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3396.11 s
Current children cumulated vsize: 3277072 KiB
Current children cumulated memory: 2197288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/256 45112
/proc/meminfo: memFree=122452296/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3288316 memory=2208552 CPUtime=3456 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 2082720 0 0 0 344817 783 0 0 20 0 2 0 51186350 3367235584 552138 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 822079 552138 3744 641 0 804562 0
[pid=44505/tid=44573] ppid=44502 vsize=3288316 memory=2184360 CPUtime=3.82 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 97 0 0 0 93 289 0 0 20 0 2 0 51186704 3367235584 552138 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3456 s
Current children cumulated vsize: 3288316 KiB
Current children cumulated memory: 2208552 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/256 45119
/proc/meminfo: memFree=122407420/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3299472 memory=2219096 CPUtime=3515.9 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 2142983 0 0 0 350795 795 0 0 20 0 2 0 51186350 3378659328 554774 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 824868 554774 3744 641 0 807351 0
[pid=44505/tid=44573] ppid=44502 vsize=3299472 memory=2211880 CPUtime=3.89 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 99 0 0 0 96 293 0 0 20 0 2 0 51186704 3378659328 554774 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3515.9 s
Current children cumulated vsize: 3299472 KiB
Current children cumulated memory: 2219096 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/256 45120
/proc/meminfo: memFree=122362780/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3312776 memory=2231128 CPUtime=3575.77 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 2183283 0 0 0 356772 805 0 0 20 0 2 0 51186350 3392282624 557782 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 828194 557782 3744 641 0 810677 0
[pid=44505/tid=44573] ppid=44502 vsize=3312776 memory=2231128 CPUtime=3.96 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 99 0 0 0 97 299 0 0 20 0 2 0 51186704 3392282624 557782 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3575.77 s
Current children cumulated vsize: 3312776 KiB
Current children cumulated memory: 2231128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 45121
/proc/meminfo: memFree=122354716/131382120 swapFree=33010416/33010684
[pid=44505] ppid=44502 vsize=3316728 memory=2235864 CPUtime=3600.02 cores=4,6
/proc/44505/stat : 44505 (ipbhs_gurobi) R 44502 44505 43756 0 -1 4194304 2189213 0 0 0 359194 808 0 0 20 0 2 0 51186350 3396329472 558966 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
/proc/44505/statm: 829182 558966 3744 641 0 811665 0
[pid=44505/tid=44573] ppid=44502 vsize=3316728 memory=14464 CPUtime=3.99 cores=4,6
/proc/44505/task/44573/stat : 44573 (ipbhs_gurobi) S 44502 44505 43756 0 -1 4194368 99 0 0 0 98 301 0 0 20 0 2 0 51186704 3396329472 558966 18446744073709551615 94047824203776 94047826828829 140728158490192 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94047827447704 94047827480666 94047830122496 140728158497183 140728158497287 140728158497287 140728158502889 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3316728 KiB
Current children cumulated memory: 2235864 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.95 s, system=8.1184 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): 3606.64
CPU time (s): 3600.07
CPU user time (s): 3591.95
CPU system time (s): 8.1184
CPU usage (%): 99.8178
Max. virtual memory (cumulated for all children) (KiB): 3904364
Max. memory (cumulated for all children) (KiB): 2235864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.95
system time used= 8.1184
maximum resident set size= 2235864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2189213
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= 357071
involuntary context switches= 2028


# summary of solver processes directly reported to runsolver:
#   pid: 44505
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3591.95
#   total CPU system time (s): 8.1184

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8194 second user time and 35.2857 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-01 09:31:15
IDJOB=4489766
IDBENCH=147563
IDSOLVER=3333
FILE ID=nodeC002/4489766-1751355075
RUNJOBID= nodeC002-1751347857-43767
SLURM_JOB_ID= 9598119
Free space on /tmp= 432820 MiB

SOLVER NAME= IPBHS-GUROBI 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 BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489766-1751355075/watcher-4489766-1751355075 -o /tmp/evaluation-result-4489766-1751355075/solver-4489766-1751355075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751347857-43767 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4489766-1751355075.opb --max-coef 1000000000

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

MD5SUM BENCH= 890f6157e6331f3256b55d88c2fb39bb
RANDOM SEED=1177630119

nodeC002 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		: 3492.111
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.81
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		: 3591.879
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.81
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.232
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.81
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.188
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.81
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		: 1795.914
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.81
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		: 3491.960
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.81
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.227
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.222
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        128704076 kB
MemAvailable:   128625176 kB
Buffers:            2128 kB
Cached:           730704 kB
SwapCached:           28 kB
Active:          1659352 kB
Inactive:         428784 kB
Active(anon):    1366832 kB
Inactive(anon):     6404 kB
Active(file):     292520 kB
Inactive(file):   422380 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            151884 kB
Writeback:            20 kB
AnonPages:       1356412 kB
Mapped:           113800 kB
Shmem:             17932 kB
KReclaimable:      91656 kB
Slab:             174876 kB
SReclaimable:      91656 kB
SUnreclaim:        83220 kB
KernelStack:        3984 kB
PageTables:         5712 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    2651644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149320 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 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:      181064 kB
DirectMap2M:     8110080 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432780 MiB
End job on nodeC002 at 2025-07-01 10:31:22