Trace number 4489536

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.12 3607.33

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
MD5SUMfd0e2798224bd891f728fecfed3c6d1b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark236
Best CPU time to get the best result obtained on this benchmark12722.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 495618
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 495618
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.02	c initialize IPBHS solver
0.00/0.02	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.02	c optimizer = "gurobi"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c use separate pbsolver for SIS
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c set sym compact max subset size to 5
0.00/0.02	c set explicit symmetry matrix usage to 1
0.00/0.02	c sym budget explicit to 100
0.00/0.02	c sym budget explicit lits to 6000
0.00/0.02	c sym budget compact to 100
0.00/0.02	c sym budget compact lits to 6000
0.00/0.02	c sym budget common to 0
0.00/0.02	c sym budget common lits to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set core processing techniques to 4095
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
3.36/3.42	c limit for coefficient in constraints and objective to 1000000000
3.36/3.42	c will solve HOME/instance-4489536-1751351466.opb
3.36/3.42	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 (62935 MiB free)
  memory of node 1: 64465 MiB (63741 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=44190, runsolver pid=44181
Current StackSize limit: 8192 KiB


[startup+0.100076 s]*
/proc/loadavg: 4.15 4.12 4.10 5/253 44201
/proc/meminfo: memFree=129548156/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=1554844 memory=200144 CPUtime=0.09 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 563 0 0 0 2 7 0 0 20 0 1 0 50825543 1592160256 50036 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 388711 50036 1632 641 0 373468 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 1554844 KiB
Current children cumulated memory: 200144 KiB

[startup+0.211726 s]*
/proc/loadavg: 4.15 4.12 4.10 5/253 44201
/proc/meminfo: memFree=129046432/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=1554844 memory=460240 CPUtime=0.2 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 690 0 0 0 4 16 0 0 20 0 1 0 50825543 1592160256 115060 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 388711 115060 1632 641 0 373468 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1554844 KiB
Current children cumulated memory: 460240 KiB

[startup+0.314908 s]*
/proc/loadavg: 4.15 4.12 4.10 5/253 44201
/proc/meminfo: memFree=128573692/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=1554844 memory=693712 CPUtime=0.3 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 804 0 0 0 6 24 0 0 20 0 1 0 50825543 1592160256 173428 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 388711 173428 1632 641 0 373468 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 1554844 KiB
Current children cumulated memory: 693712 KiB

[startup+0.700277 s]
/proc/loadavg: 4.15 4.12 4.10 5/253 44201
/proc/meminfo: memFree=127653748/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=1555996 memory=1492912 CPUtime=0.67 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1901 0 0 0 14 53 0 0 20 0 1 0 50825543 1593339904 373228 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 388999 373228 1632 641 0 373756 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 1555996 KiB
Current children cumulated memory: 1492912 KiB

[startup+1.50027 s]
/proc/loadavg: 4.15 4.12 4.10 5/253 44201
/proc/meminfo: memFree=126825228/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=1625628 memory=1546216 CPUtime=1.47 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 11609 0 0 0 89 58 0 0 20 0 1 0 50825543 1664643072 386554 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 406407 386554 1632 641 0 391164 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 1625628 KiB
Current children cumulated memory: 1546216 KiB

[startup+3.11345 s]
/proc/loadavg: 4.22 4.13 4.11 5/253 44202
/proc/meminfo: memFree=126489884/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=1723188 memory=1638568 CPUtime=3.09 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 26387 0 0 0 177 132 0 0 20 0 1 0 50825543 1764544512 409642 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 430797 409642 1760 641 0 415554 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1723188 KiB
Current children cumulated memory: 1638568 KiB

[startup+6.30028 s]
/proc/loadavg: 4.22 4.13 4.11 5/256 44205
/proc/meminfo: memFree=125914360/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=1931692 memory=1834604 CPUtime=6.27 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 67183 0 0 0 393 234 0 0 20 0 2 0 50825543 1978052608 458651 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 482923 458651 2304 641 0 465406 0
[pid=44190/tid=44204] ppid=44181 vsize=1931692 memory=17664 CPUtime=0 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 50825885 1978052608 458651 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1931692 KiB
Current children cumulated memory: 1834604 KiB

[startup+12.7003 s]
/proc/loadavg: 4.26 4.15 4.11 5/256 44205
/proc/meminfo: memFree=124524508/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3286052 memory=2215240 CPUtime=12.66 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 248310 0 0 0 969 297 0 0 20 0 2 0 50825543 3364917248 553810 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 821513 553810 3392 641 0 803996 0
[pid=44190/tid=44204] ppid=44181 vsize=3286052 memory=2312708 CPUtime=0 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 50825885 3364917248 553810 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 3286052 KiB
Current children cumulated memory: 2215240 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.14 4.11 5/256 44205
/proc/meminfo: memFree=124384336/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3286068 memory=2219336 CPUtime=25.43 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 260951 0 0 0 2245 298 0 0 20 0 2 0 50825543 3364933632 554834 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 821517 554834 3648 641 0 804000 0
[pid=44190/tid=44204] ppid=44181 vsize=3286068 memory=2219336 CPUtime=0.01 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 9 0 0 0 0 1 0 0 20 0 2 0 50825885 3364933632 554834 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 3286068 KiB
Current children cumulated memory: 2219336 KiB

[startup+51.1136 s]
/proc/loadavg: 4.22 4.14 4.11 5/256 44205
/proc/meminfo: memFree=124628980/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3286072 memory=2219336 CPUtime=51 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 266594 0 0 0 4800 300 0 0 20 0 2 0 50825543 3364937728 554834 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 821518 554834 3648 641 0 804001 0
[pid=44190/tid=44204] ppid=44181 vsize=3286072 memory=14464 CPUtime=0.04 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 13 0 0 0 1 3 0 0 20 0 2 0 50825885 3364937728 554834 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 51 s
Current children cumulated vsize: 3286072 KiB
Current children cumulated memory: 2219336 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/256 44207
/proc/meminfo: memFree=124624140/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3294752 memory=2223560 CPUtime=102.08 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 282997 0 0 0 9905 303 0 0 20 0 2 0 50825543 3373826048 555890 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 823688 555890 3648 641 0 806171 0
[pid=44190/tid=44204] ppid=44181 vsize=3294752 memory=2223560 CPUtime=0.09 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 19 0 0 0 3 6 0 0 20 0 2 0 50825885 3373826048 555890 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 102.08 s
Current children cumulated vsize: 3294752 KiB
Current children cumulated memory: 2223560 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/255 44209
/proc/meminfo: memFree=124619596/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3294752 memory=2223560 CPUtime=161.97 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 287530 0 0 0 15891 306 0 0 20 0 2 0 50825543 3373826048 555890 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 823688 555890 3648 641 0 806171 0
[pid=44190/tid=44204] ppid=44181 vsize=3294752 memory=2223560 CPUtime=0.14 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 22 0 0 0 5 9 0 0 20 0 2 0 50825885 3373826048 555890 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 161.97 s
Current children cumulated vsize: 3294752 KiB
Current children cumulated memory: 2223560 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.13 4.10 5/255 44211
/proc/meminfo: memFree=124562028/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3299960 memory=2231240 CPUtime=221.85 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 297209 0 0 0 21876 309 0 0 20 0 2 0 50825543 3379159040 557810 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 824990 557810 3648 641 0 807473 0
[pid=44190/tid=44204] ppid=44181 vsize=3299960 memory=11264 CPUtime=0.19 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 24 0 0 0 6 13 0 0 20 0 2 0 50825885 3379159040 557810 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 221.85 s
Current children cumulated vsize: 3299960 KiB
Current children cumulated memory: 2231240 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/254 44213
/proc/meminfo: memFree=124549348/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3299960 memory=2233032 CPUtime=281.74 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 307800 0 0 0 27861 313 0 0 20 0 2 0 50825543 3379159040 558258 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 824990 558258 3648 641 0 807473 0
[pid=44190/tid=44204] ppid=44181 vsize=3299960 memory=2231240 CPUtime=0.24 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 24 0 0 0 7 17 0 0 20 0 2 0 50825885 3379159040 558258 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 281.74 s
Current children cumulated vsize: 3299960 KiB
Current children cumulated memory: 2233032 KiB

[startup+342.3 s]
/proc/loadavg: 4.25 4.15 4.10 5/253 44215
/proc/meminfo: memFree=124534936/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3305452 memory=2237896 CPUtime=341.63 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 322668 0 0 0 33847 316 0 0 20 0 2 0 50825543 3384782848 559474 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 826363 559474 3648 641 0 808846 0
[pid=44190/tid=44204] ppid=44181 vsize=3305452 memory=14464 CPUtime=0.3 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 24 0 0 0 10 20 0 0 20 0 2 0 50825885 3384782848 559474 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 341.63 s
Current children cumulated vsize: 3305452 KiB
Current children cumulated memory: 2237896 KiB

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

/proc/meminfo: memFree=123247316/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2389256 CPUtime=3036.23 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1269229 0 0 0 303098 525 0 0 20 0 2 0 50825543 3541663744 597314 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597314 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2389256 CPUtime=2.74 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 49 0 0 0 85 189 0 0 20 0 2 0 50825885 3541663744 597314 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3036.23 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2389256 KiB

[startup+3102.3 s]
/proc/loadavg: 4.18 4.15 4.14 6/253 44363
/proc/meminfo: memFree=123231840/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2389384 CPUtime=3096.11 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1313038 0 0 0 309079 532 0 0 20 0 2 0 50825543 3541663744 597346 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597346 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2389384 CPUtime=2.79 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 50 0 0 0 86 193 0 0 20 0 2 0 50825885 3541663744 597346 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3096.11 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2389384 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.12 4.13 5/253 44365
/proc/meminfo: memFree=123216388/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2389384 CPUtime=3155.99 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1317229 0 0 0 315063 536 0 0 20 0 2 0 50825543 3541663744 597346 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597346 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2389384 CPUtime=2.84 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 51 0 0 0 88 196 0 0 20 0 2 0 50825885 3541663744 597346 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3155.99 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2389384 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.14 4.14 5/253 44367
/proc/meminfo: memFree=123189020/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2390280 CPUtime=3215.86 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1319629 0 0 0 321046 540 0 0 20 0 2 0 50825543 3541663744 597570 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597570 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2390152 CPUtime=2.89 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 51 0 0 0 89 200 0 0 20 0 2 0 50825885 3541663744 597570 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3215.86 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2390280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.14 4.14 5/254 44370
/proc/meminfo: memFree=123158124/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3275.74 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1330241 0 0 0 327029 545 0 0 20 0 2 0 50825543 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597602 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2390280 CPUtime=2.95 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 51 0 0 0 91 204 0 0 20 0 2 0 50825885 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3275.74 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2390408 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.13 4.13 5/254 44372
/proc/meminfo: memFree=123134908/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3335.62 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1378629 0 0 0 333009 553 0 0 20 0 2 0 50825543 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597602 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 51 0 0 0 92 208 0 0 20 0 2 0 50825885 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3335.62 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2390408 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.14 4.13 5/255 44377
/proc/meminfo: memFree=123095852/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3395.5 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1417135 0 0 0 338989 561 0 0 20 0 2 0 50825543 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597602 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3.06 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 52 0 0 0 94 212 0 0 20 0 2 0 50825885 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3395.5 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2390408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.12 5/255 44383
/proc/meminfo: memFree=123072560/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3455.38 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1446099 0 0 0 344971 567 0 0 20 0 2 0 50825543 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597602 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3.12 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 53 0 0 0 95 217 0 0 20 0 2 0 50825885 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3455.38 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2390408 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.16 4.14 5/255 44385
/proc/meminfo: memFree=123054396/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3515.26 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1493677 0 0 0 350951 575 0 0 20 0 2 0 50825543 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864664 597602 3648 641 0 847147 0
[pid=44190/tid=44204] ppid=44181 vsize=3458656 memory=2390408 CPUtime=3.17 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 55 0 0 0 96 221 0 0 20 0 2 0 50825885 3541663744 597602 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3515.26 s
Current children cumulated vsize: 3458656 KiB
Current children cumulated memory: 2390408 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.17 4.14 5/255 44389
/proc/meminfo: memFree=123015716/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3459104 memory=2390664 CPUtime=3575.13 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1542986 0 0 0 356930 583 0 0 20 0 2 0 50825543 3542122496 597666 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864776 597666 3648 641 0 847259 0
[pid=44190/tid=44204] ppid=44181 vsize=3459104 memory=-7675384534232694466 CPUtime=3.22 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 55 0 0 0 97 225 0 0 20 0 2 0 50825885 3542122496 597666 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3575.13 s
Current children cumulated vsize: 3459104 KiB
Current children cumulated memory: 2390664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.3 s]
/proc/loadavg: 4.13 4.16 4.14 5/250 44416
/proc/meminfo: memFree=123638032/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3459104 memory=2390664 CPUtime=3600.08 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1555821 0 0 0 359422 586 0 0 20 0 2 0 50825543 3542122496 597666 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864776 597666 3648 641 0 847259 0
[pid=44190/tid=44204] ppid=44181 vsize=3459104 memory=2390664 CPUtime=3.25 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 55 0 0 0 98 227 0 0 20 0 2 0 50825885 3542122496 597666 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 3459104 KiB
Current children cumulated memory: 2390664 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.23 s, system=5.88687 s

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

[startup+3607.3 s]
/proc/loadavg: 4.13 4.16 4.14 5/250 44416
/proc/meminfo: memFree=123638032/131382120 swapFree=33010416/33010684
[pid=44190] ppid=44181 vsize=3459104 memory=2390664 CPUtime=3600.08 cores=0,2
/proc/44190/stat : 44190 (ipbhs_gurobi) R 44181 44190 43756 0 -1 4194304 1555821 0 0 0 359422 586 0 0 20 0 2 0 50825543 3542122496 597666 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
/proc/44190/statm: 864776 597666 3648 641 0 847259 0
[pid=44190/tid=44204] ppid=44181 vsize=3459104 memory=2390664 CPUtime=3.25 cores=0,2
/proc/44190/task/44204/stat : 44204 (ipbhs_gurobi) S 44181 44190 43756 0 -1 4194368 55 0 0 0 98 227 0 0 20 0 2 0 50825885 3542122496 597666 18446744073709551615 94585256620032 94585259245085 140723308760976 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94585259863960 94585259896922 94585289695232 140723308767647 140723308767751 140723308767751 140723308773353 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 3459104 KiB
Current children cumulated memory: 2390664 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.33
CPU time (s): 3600.12
CPU user time (s): 3594.23
CPU system time (s): 5.88687
CPU usage (%): 99.8002
Max. virtual memory (cumulated for all children) (KiB): 4468964
Max. memory (cumulated for all children) (KiB): 2390664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.23
system time used= 5.88687
maximum resident set size= 2441824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1555821
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= 357690
involuntary context switches= 8322


# summary of solver processes directly reported to runsolver:
#   pid: 44190
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3594.23
#   total CPU system time (s): 5.88687

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9451 second user time and 33.5792 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-01 08:31:07
IDJOB=4489536
IDBENCH=147557
IDSOLVER=3333
FILE ID=nodeC002/4489536-1751351466
RUNJOBID= nodeC002-1751347857-43766
SLURM_JOB_ID= 9598119
Free space on /tmp= 432952 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_12.opb.PB06.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489536-1751351466/watcher-4489536-1751351466 -o /tmp/evaluation-result-4489536-1751351466/solver-4489536-1751351466 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751347857-43766 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4489536-1751351466.opb --max-coef 1000000000

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

MD5SUM BENCH= fd0e2798224bd891f728fecfed3c6d1b
RANDOM SEED=887721902

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		: 1197.343
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		: 3700.000
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		: 1596.298
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.195
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		: 1197.237
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		: 1197.220
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		: 1496.668
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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:        129719300 kB
MemAvailable:   129698184 kB
Buffers:            2128 kB
Cached:           788520 kB
SwapCached:           28 kB
Active:           586060 kB
Inactive:         486600 kB
Active(anon):     293540 kB
Inactive(anon):     6404 kB
Active(file):     292520 kB
Inactive(file):   480196 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            287112 kB
Writeback:            12 kB
AnonPages:        285092 kB
Mapped:           109756 kB
Shmem:             17932 kB
KReclaimable:      91592 kB
Slab:             174464 kB
SReclaimable:      91592 kB
SUnreclaim:        82872 kB
KernelStack:        3936 kB
PageTables:         3392 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     588760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149304 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 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= 432820 MiB
End job on nodeC002 at 2025-07-01 09:31:15