Trace number 4489812

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.83

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_5.opb.PB06.opb
MD5SUM446effd89caaa2fd386cf7c17951a1a5
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 benchmark239
Best CPU time to get the best result obtained on this benchmark3587.14
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 494177
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 494177
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
2.98/3.02	c limit for coefficient in constraints and objective to 1000000000
2.98/3.02	c will solve HOME/instance-4489812-1751355075.opb
2.98/3.02	c [0] 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 (62435 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-4489812-1751355075/watcher-4489812-1751355075 -o /tmp/evaluation-result-4489812-1751355075/solver-4489812-1751355075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751347857-43769 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4489812-1751355075.opb --max-coef 1000000000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100106 s]*
/proc/loadavg: 4.20 4.18 4.14 5/247 44516
/proc/meminfo: memFree=127475768/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=901536 memory=372176 CPUtime=0.09 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 644 0 0 0 1 8 0 0 20 0 1 0 51186383 923172864 93044 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 225384 93044 1632 641 0 210141 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 901536 KiB
Current children cumulated memory: 372176 KiB

[startup+0.213347 s]*
/proc/loadavg: 4.20 4.18 4.14 5/246 44516
/proc/meminfo: memFree=127027592/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=901536 memory=761296 CPUtime=0.21 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 834 0 0 0 4 17 0 0 20 0 1 0 51186383 923172864 190324 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 225384 190324 1632 641 0 210141 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 901536 KiB
Current children cumulated memory: 761296 KiB

[startup+0.313106 s]*
/proc/loadavg: 4.20 4.18 4.14 4/243 44516
/proc/meminfo: memFree=128183444/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=907652 memory=843556 CPUtime=0.31 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 3146 0 0 0 11 20 0 0 20 0 1 0 51186383 929435648 210889 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 226913 210889 1632 641 0 211670 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 907652 KiB
Current children cumulated memory: 843556 KiB

[startup+0.700242 s]
/proc/loadavg: 4.20 4.18 4.14 5/246 44533
/proc/meminfo: memFree=128180576/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=936924 memory=866124 CPUtime=0.68 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 7128 0 0 0 46 22 0 0 20 0 1 0 51186383 959410176 216531 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 234231 216531 1632 641 0 218988 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 936924 KiB
Current children cumulated memory: 866124 KiB

[startup+1.50031 s]
/proc/loadavg: 4.20 4.18 4.14 5/248 44561
/proc/meminfo: memFree=128152988/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=985636 memory=917392 CPUtime=1.47 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 15278 0 0 0 105 42 0 0 20 0 1 0 51186383 1009291264 229348 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 246409 229348 1728 641 0 231166 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 985636 KiB
Current children cumulated memory: 917392 KiB

[startup+3.11266 s]
/proc/loadavg: 4.20 4.18 4.14 5/251 44571
/proc/meminfo: memFree=127513052/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=1127448 memory=1035060 CPUtime=3.07 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 29322 0 0 0 194 113 0 0 20 0 2 0 51186383 1154506752 258765 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 281862 258765 2304 641 0 264345 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1127448 KiB
Current children cumulated memory: 1035060 KiB

[startup+6.30032 s]
/proc/loadavg: 4.19 4.17 4.14 5/255 44575
/proc/meminfo: memFree=126830260/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=1312600 memory=1211816 CPUtime=6.25 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 46695 0 0 0 415 210 0 0 20 0 2 0 51186383 1344102400 302954 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 328150 302954 2336 641 0 310633 0
[pid=44514/tid=44572] ppid=44511 vsize=1312600 memory=14464 CPUtime=0 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 51186685 1344102400 302954 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1312600 KiB
Current children cumulated memory: 1211816 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.17 4.14 5/255 44575
/proc/meminfo: memFree=125534032/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=2632744 memory=1563320 CPUtime=12.64 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 251696 0 0 0 1007 257 0 0 20 0 2 0 51186383 2695929856 390830 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 658186 390830 3392 641 0 640669 0
[pid=44514/tid=44572] ppid=44511 vsize=2632744 memory=14464 CPUtime=0.01 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 6 0 0 0 0 1 0 0 20 0 2 0 51186685 2695929856 390830 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2632744 KiB
Current children cumulated memory: 1563320 KiB

[startup+25.5004 s]
/proc/loadavg: 4.13 4.16 4.14 5/255 44576
/proc/meminfo: memFree=125263136/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=2632752 memory=1565496 CPUtime=25.42 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 261046 0 0 0 2283 259 0 0 20 0 2 0 51186383 2695938048 391374 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 658188 391374 3776 641 0 640671 0
[pid=44514/tid=44572] ppid=44511 vsize=2632752 memory=17664 CPUtime=0.02 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 10 0 0 0 0 2 0 0 20 0 2 0 51186685 2695938048 391374 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2632752 KiB
Current children cumulated memory: 1565496 KiB

[startup+51.1128 s]
/proc/loadavg: 4.16 4.16 4.14 5/255 44576
/proc/meminfo: memFree=125545604/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=2632752 memory=1565496 CPUtime=50.99 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 264945 0 0 0 4837 262 0 0 20 0 2 0 51186383 2695938048 391374 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 658188 391374 3776 641 0 640671 0
[pid=44514/tid=44572] ppid=44511 vsize=2632752 memory=14464 CPUtime=0.05 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 13 0 0 0 1 4 0 0 20 0 2 0 51186685 2695938048 391374 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 2632752 KiB
Current children cumulated memory: 1565496 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=44514] ppid=44511 vsize=2632752 memory=1567928 CPUtime=102.09 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 275739 0 0 0 9942 267 0 0 20 0 2 0 51186383 2695938048 391982 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 658188 391982 3776 641 0 640671 0
[pid=44514/tid=44572] ppid=44511 vsize=2632752 memory=1565496 CPUtime=0.11 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 18 0 0 0 2 9 0 0 20 0 2 0 51186685 2695938048 391982 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 102.09 s
Current children cumulated vsize: 2632752 KiB
Current children cumulated memory: 1567928 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.15 4.13 5/256 44763
/proc/meminfo: memFree=125605320/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=2632752 memory=1567928 CPUtime=161.99 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 282828 0 0 0 15926 273 0 0 20 0 2 0 51186383 2695938048 391982 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 658188 391982 3776 641 0 640671 0
[pid=44514/tid=44572] ppid=44511 vsize=2632752 memory=1567928 CPUtime=0.18 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 22 0 0 0 4 14 0 0 20 0 2 0 51186685 2695938048 391982 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 161.99 s
Current children cumulated vsize: 2632752 KiB
Current children cumulated memory: 1567928 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=44514] ppid=44511 vsize=2632752 memory=1567928 CPUtime=221.88 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 286747 0 0 0 21910 278 0 0 20 0 2 0 51186383 2695938048 391982 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 658188 391982 3776 641 0 640671 0
[pid=44514/tid=44572] ppid=44511 vsize=2632752 memory=1567928 CPUtime=0.25 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 24 0 0 0 6 19 0 0 20 0 2 0 51186685 2695938048 391982 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 221.88 s
Current children cumulated vsize: 2632752 KiB
Current children cumulated memory: 1567928 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=44514] ppid=44511 vsize=2638992 memory=1570616 CPUtime=281.77 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 294116 0 0 0 27892 285 0 0 20 0 2 0 51186383 2702327808 392654 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 659748 392654 3776 641 0 642231 0
[pid=44514/tid=44572] ppid=44511 vsize=2638992 memory=3200 CPUtime=0.32 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 27 0 0 0 7 25 0 0 20 0 2 0 51186685 2702327808 392654 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 281.77 s
Current children cumulated vsize: 2638992 KiB
Current children cumulated memory: 1570616 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=44514] ppid=44511 vsize=2650104 memory=1584696 CPUtime=341.67 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 302930 0 0 0 33876 291 0 0 20 0 2 0 51186383 2713706496 396174 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 662526 396174 3776 641 0 645009 0
[pid=44514/tid=44572] ppid=44511 vsize=2650104 memory=3200 CPUtime=0.39 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 28 0 0 0 10 29 0 0 20 0 2 0 51186685 2713706496 396174 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 341.67 s
Current children cumulated vsize: 2650104 KiB
Current children cumulated memory: 1584696 KiB

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

/proc/meminfo: memFree=122695372/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=3075756 memory=2010444 CPUtime=2976.7 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1183089 0 0 0 297017 653 0 0 20 0 2 0 51186383 3149574144 502611 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 768939 502611 3776 641 0 751422 0
[pid=44514/tid=44572] ppid=44511 vsize=3075756 memory=2010316 CPUtime=3.44 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 76 0 0 0 89 255 0 0 20 0 2 0 51186685 3149574144 502611 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 2976.7 s
Current children cumulated vsize: 3075756 KiB
Current children cumulated memory: 2010444 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=44514] ppid=44511 vsize=3079416 memory=2015948 CPUtime=3036.59 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1196781 0 0 0 302997 662 0 0 20 0 2 0 51186383 3153321984 503987 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 769854 503987 3776 641 0 752337 0
[pid=44514/tid=44572] ppid=44511 vsize=3079416 memory=2015948 CPUtime=3.5 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 76 0 0 0 90 260 0 0 20 0 2 0 51186685 3153321984 503987 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3036.59 s
Current children cumulated vsize: 3079416 KiB
Current children cumulated memory: 2015948 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=44514] ppid=44511 vsize=3090516 memory=2026060 CPUtime=3096.48 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1212687 0 0 0 308979 669 0 0 20 0 2 0 51186383 3164688384 506515 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 772629 506515 3776 641 0 755112 0
[pid=44514/tid=44572] ppid=44511 vsize=3090516 memory=17664 CPUtime=3.58 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 77 0 0 0 93 265 0 0 20 0 2 0 51186685 3164688384 506515 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3096.48 s
Current children cumulated vsize: 3090516 KiB
Current children cumulated memory: 2026060 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=44514] ppid=44511 vsize=3101524 memory=2037580 CPUtime=3156.37 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1227964 0 0 0 314959 678 0 0 20 0 2 0 51186383 3175960576 509395 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 775381 509395 3776 641 0 757864 0
[pid=44514/tid=44572] ppid=44511 vsize=3101524 memory=2026060 CPUtime=3.66 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 77 0 0 0 95 271 0 0 20 0 2 0 51186685 3175960576 509395 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3156.37 s
Current children cumulated vsize: 3101524 KiB
Current children cumulated memory: 2037580 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=44514] ppid=44511 vsize=3112396 memory=2047564 CPUtime=3216.26 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1233821 0 0 0 320939 687 0 0 20 0 2 0 51186383 3187093504 511891 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 778099 511891 3776 641 0 760582 0
[pid=44514/tid=44572] ppid=44511 vsize=3112396 memory=2042444 CPUtime=3.72 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 78 0 0 0 96 276 0 0 20 0 2 0 51186685 3187093504 511891 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3216.26 s
Current children cumulated vsize: 3112396 KiB
Current children cumulated memory: 2047564 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=44514] ppid=44511 vsize=3119140 memory=2054472 CPUtime=3276.14 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1239586 0 0 0 326920 694 0 0 20 0 2 0 51186383 3193999360 513618 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 779785 513618 3776 641 0 762268 0
[pid=44514/tid=44572] ppid=44511 vsize=3119140 memory=17664 CPUtime=3.8 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 78 0 0 0 99 281 0 0 20 0 2 0 51186685 3193999360 513618 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3276.14 s
Current children cumulated vsize: 3119140 KiB
Current children cumulated memory: 2054472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/254 45104
/proc/meminfo: memFree=122507568/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=3132864 memory=2068936 CPUtime=3336.03 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1252150 0 0 0 332898 705 0 0 20 0 2 0 51186383 3208052736 517234 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 783216 517234 3776 641 0 765699 0
[pid=44514/tid=44572] ppid=44511 vsize=3132864 memory=14464 CPUtime=3.87 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 78 0 0 0 101 286 0 0 20 0 2 0 51186685 3208052736 517234 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3336.03 s
Current children cumulated vsize: 3132864 KiB
Current children cumulated memory: 2068936 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/255 45107
/proc/meminfo: memFree=122480096/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=3155340 memory=2090184 CPUtime=3395.91 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1259067 0 0 0 338877 714 0 0 20 0 2 0 51186383 3231068160 522546 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 788835 522546 3776 641 0 771318 0
[pid=44514/tid=44572] ppid=44511 vsize=3155340 memory=4896 CPUtime=3.95 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 79 0 0 0 103 292 0 0 20 0 2 0 51186685 3231068160 522546 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3395.91 s
Current children cumulated vsize: 3155340 KiB
Current children cumulated memory: 2090184 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=44514] ppid=44511 vsize=3155340 memory=2090568 CPUtime=3455.8 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1274548 0 0 0 344856 724 0 0 20 0 2 0 51186383 3231068160 522642 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 788835 522642 3776 641 0 771318 0
[pid=44514/tid=44572] ppid=44511 vsize=3155340 memory=2090568 CPUtime=4.02 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 79 0 0 0 105 297 0 0 20 0 2 0 51186685 3231068160 522642 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3455.8 s
Current children cumulated vsize: 3155340 KiB
Current children cumulated memory: 2090568 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=44514] ppid=44511 vsize=3186416 memory=2118396 CPUtime=3515.69 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1285733 0 0 0 350835 734 0 0 20 0 2 0 51186383 3262889984 529599 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 796604 529599 3776 641 0 779087 0
[pid=44514/tid=44572] ppid=44511 vsize=3186416 memory=14464 CPUtime=4.1 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 80 0 0 0 107 303 0 0 20 0 2 0 51186685 3262889984 529599 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3515.69 s
Current children cumulated vsize: 3186416 KiB
Current children cumulated memory: 2118396 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/256 45121
/proc/meminfo: memFree=122362780/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=3186416 memory=2118908 CPUtime=3575.58 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1308342 0 0 0 356813 745 0 0 20 0 2 0 51186383 3262889984 529727 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 796604 529727 3776 641 0 779087 0
[pid=44514/tid=44572] ppid=44511 vsize=3186416 memory=2118908 CPUtime=4.17 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 80 0 0 0 109 308 0 0 20 0 2 0 51186685 3262889984 529727 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3575.58 s
Current children cumulated vsize: 3186416 KiB
Current children cumulated memory: 2118908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.8 s]
/proc/loadavg: 4.09 4.09 4.09 5/256 45121
/proc/meminfo: memFree=122354716/131382120 swapFree=33010416/33010684
[pid=44514] ppid=44511 vsize=3186416 memory=2120572 CPUtime=3600.03 cores=5,7
/proc/44514/stat : 44514 (ipbhs_gurobi) R 44511 44514 43756 0 -1 4194304 1318447 0 0 0 359253 750 0 0 20 0 2 0 51186383 3262889984 530143 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
/proc/44514/statm: 796604 530143 3776 641 0 779087 0
[pid=44514/tid=44572] ppid=44511 vsize=3186416 memory=2120572 CPUtime=4.2 cores=5,7
/proc/44514/task/44572/stat : 44572 (ipbhs_gurobi) S 44511 44514 43756 0 -1 4194368 81 0 0 0 110 310 0 0 20 0 2 0 51186685 3262889984 530143 18446744073709551615 94554549452800 94554552077853 140733087507584 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94554552696728 94554552729690 94554555936768 140733087508895 140733087508999 140733087508999 140733087514601 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 3186416 KiB
Current children cumulated memory: 2120572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.54 s, system=7.52521 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.83
CPU time (s): 3600.07
CPU user time (s): 3592.54
CPU system time (s): 7.52521
CPU usage (%): 99.8126
Max. virtual memory (cumulated for all children) (KiB): 3815656
Max. memory (cumulated for all children) (KiB): 2120572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.54
system time used= 7.52521
maximum resident set size= 2120572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1318449
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= 357077
involuntary context switches= 2029


# summary of solver processes directly reported to runsolver:
#   pid: 44514
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3592.54
#   total CPU system time (s): 7.52521

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9548 second user time and 33.697 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-01 09:31:15
IDJOB=4489812
IDBENCH=147564
IDSOLVER=3333
FILE ID=nodeC002/4489812-1751355075
RUNJOBID= nodeC002-1751347857-43769
SLURM_JOB_ID= 9598119
Free space on /tmp= 432836 MiB

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

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

MD5SUM BENCH= 446effd89caaa2fd386cf7c17951a1a5
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		: 1197.426
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		: 3691.454
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.168
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		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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		: 3700.000
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		: 2394.841
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.534
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.226
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:        128121264 kB
MemAvailable:   128057520 kB
Buffers:            2128 kB
Cached:           745860 kB
SwapCached:           28 kB
Active:          2248200 kB
Inactive:         443940 kB
Active(anon):    1955680 kB
Inactive(anon):     6404 kB
Active(file):     292520 kB
Inactive(file):   437536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            167028 kB
Writeback:             4 kB
AnonPages:       1945308 kB
Mapped:           114996 kB
Shmem:             17932 kB
KReclaimable:      91656 kB
Slab:             174572 kB
SReclaimable:      91656 kB
SUnreclaim:        82916 kB
KernelStack:        4048 kB
PageTables:         6600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    3605436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149336 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1052672 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:23