Trace number 4509271

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
MD5SUMa7d39c8a0eed618aa14a4423c4fae159
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 benchmark126
Best CPU time to get the best result obtained on this benchmark86.2078
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175232
Total number of constraints2994
Number of constraints which are clauses1368
Number of constraints which are cardinality constraints (but not clauses)1368
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1369
Number of terms in the objective function 128
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 128
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 482918
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1101202
Number of bits of the biggest sum of numbers21
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.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c enable explicit+compact SCL
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
1.38/1.42	c limit for coefficient in constraints and objective to 1000000000
1.38/1.42	c will solve HOME/instance-4509271-1751520681.opb
1.38/1.42	Searching graph automorphisms with time limit: 99
49.49/49.65	c [48.19] 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: 63665 MiB (56867 MiB free)
  memory of node 1: 64507 MiB (55411 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4509271-1751520681/watcher-4509271-1751520681 -o /tmp/evaluation-result-4509271-1751520681/solver-4509271-1751520681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751513461-78913 --watchdog 3760 ./ipbhs_gurobi --sym-cores-compact HOME/instance-4509271-1751520681.opb --max-coef 1000000000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=80284, runsolver pid=80281
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.08 4.08 4.09 5/269 80285
/proc/meminfo: memFree=114962244/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=99048 memory=33792 CPUtime=0.09 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 7047 0 0 0 8 1 0 0 20 0 1 0 67746037 101425152 8448 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 24762 8448 1600 641 0 9519 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 99048 KiB
Current children cumulated memory: 33792 KiB

[startup+0.205553 s]*
/proc/loadavg: 4.07 4.08 4.09 5/269 80285
/proc/meminfo: memFree=114950148/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=106860 memory=41088 CPUtime=0.19 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 8866 0 0 0 18 1 0 0 20 0 1 0 67746037 109424640 10272 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 26715 10272 1600 641 0 11472 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 106860 KiB
Current children cumulated memory: 41088 KiB

[startup+0.305428 s]*
/proc/loadavg: 4.07 4.08 4.09 5/269 80285
/proc/meminfo: memFree=114901380/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=157292 memory=93096 CPUtime=0.3 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 15598 0 0 0 27 3 0 0 20 0 1 0 67746037 161067008 23274 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 39323 23274 1728 641 0 24080 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 157292 KiB
Current children cumulated memory: 93096 KiB

[startup+0.700128 s]
/proc/loadavg: 4.07 4.08 4.09 5/269 80285
/proc/meminfo: memFree=114853656/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=285684 memory=208520 CPUtime=0.68 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 39676 0 0 0 60 8 0 0 20 0 2 0 67746037 292540416 52130 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 71421 52130 2304 641 0 53904 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 285684 KiB
Current children cumulated memory: 208520 KiB

[startup+1.50017 s]
/proc/loadavg: 4.07 4.08 4.09 5/270 80286
/proc/meminfo: memFree=114725040/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=389856 memory=312208 CPUtime=1.48 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 65805 0 0 0 136 12 0 0 20 0 2 0 67746037 399212544 78052 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 97464 78052 2304 641 0 79947 0
[pid=80284/tid=80286] ppid=80281 vsize=389856 memory=0 CPUtime=0 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 67746093 399212544 78052 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 389856 KiB
Current children cumulated memory: 312208 KiB

[startup+3.10541 s]
/proc/loadavg: 4.07 4.08 4.09 4/267 80286
/proc/meminfo: memFree=115964384/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=410988 memory=333840 CPUtime=3.08 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 87208 0 0 0 294 14 0 0 20 0 2 0 67746037 420851712 83460 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 102747 83460 2304 641 0 85230 0
[pid=80284/tid=80286] ppid=80281 vsize=410988 memory=230996 CPUtime=0 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 67746093 420851712 83460 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 410988 KiB
Current children cumulated memory: 333840 KiB

[startup+6.30017 s]
/proc/loadavg: 4.15 4.10 4.09 5/270 80332
/proc/meminfo: memFree=115713688/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=502380 memory=418288 CPUtime=6.27 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 135715 0 0 0 608 19 0 0 20 0 2 0 67746037 514437120 104572 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 125595 104572 2304 641 0 108078 0
[pid=80284/tid=80286] ppid=80281 vsize=502380 memory=399088 CPUtime=0 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 67746093 514437120 104572 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 502380 KiB
Current children cumulated memory: 418288 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.08 4.09 5/270 80378
/proc/meminfo: memFree=117995528/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=676036 memory=579040 CPUtime=12.65 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 203860 0 0 0 1236 29 0 0 20 0 2 0 67746037 692260864 144760 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 169009 144760 2304 641 0 151492 0
[pid=80284/tid=80286] ppid=80281 vsize=676036 memory=6132 CPUtime=0 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 14 0 0 0 0 0 0 0 20 0 2 0 67746093 692260864 144760 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 676036 KiB
Current children cumulated memory: 579040 KiB

[startup+25.5002 s]
/proc/loadavg: 4.05 4.08 4.09 5/270 80378
/proc/meminfo: memFree=117426412/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=917220 memory=804844 CPUtime=25.43 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 289746 0 0 0 2503 40 0 0 20 0 2 0 67746037 939233280 201211 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 229305 201211 2304 641 0 211788 0
[pid=80284/tid=80286] ppid=80281 vsize=917220 memory=18688 CPUtime=0 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 21 0 0 0 0 0 0 0 20 0 2 0 67746093 939233280 201211 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 917220 KiB
Current children cumulated memory: 804844 KiB

[startup+51.1054 s]
/proc/loadavg: 4.09 4.08 4.09 5/270 80378
/proc/meminfo: memFree=116346036/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=1838348 memory=1645144 CPUtime=50.98 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 632226 0 0 0 5001 97 0 0 20 0 2 0 67746037 1882468352 411286 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 459587 411286 3264 641 0 442070 0
[pid=80284/tid=80286] ppid=80281 vsize=1838348 memory=1358792 CPUtime=0.01 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 25 0 0 0 0 1 0 0 20 0 2 0 67746093 1882468352 411286 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 1838348 KiB
Current children cumulated memory: 1645144 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.10 4.09 5/269 80383
/proc/meminfo: memFree=116335884/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=1914132 memory=1710408 CPUtime=102.1 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 653160 0 0 0 10088 122 0 0 20 0 2 0 67746037 1960071168 427602 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 478533 427602 3264 641 0 461016 0
[pid=80284/tid=80286] ppid=80281 vsize=1914132 memory=1706312 CPUtime=0.03 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 34 0 0 0 1 2 0 0 20 0 2 0 67746093 1960071168 427602 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 102.1 s
Current children cumulated vsize: 1914132 KiB
Current children cumulated memory: 1710408 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/270 80386
/proc/meminfo: memFree=116049384/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=2045608 memory=1774568 CPUtime=161.99 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 665831 0 0 0 16069 130 0 0 20 0 2 0 67746037 2094702592 443642 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 511402 443642 3264 641 0 493885 0
[pid=80284/tid=80286] ppid=80281 vsize=2045608 memory=1769800 CPUtime=0.04 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 37 0 0 0 1 3 0 0 20 0 2 0 67746093 2094702592 443642 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 161.99 s
Current children cumulated vsize: 2045608 KiB
Current children cumulated memory: 1774568 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.11 4.09 5/271 80394
/proc/meminfo: memFree=115793080/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=2045608 memory=1844200 CPUtime=221.91 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 676060 0 0 0 22051 140 0 0 20 0 2 0 67746037 2094702592 461050 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 511402 461050 3264 641 0 493885 0
[pid=80284/tid=80286] ppid=80281 vsize=2045608 memory=14844 CPUtime=0.06 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 44 0 0 0 2 4 0 0 20 0 2 0 67746093 2094702592 461050 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 221.91 s
Current children cumulated vsize: 2045608 KiB
Current children cumulated memory: 1844200 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/271 80396
/proc/meminfo: memFree=115600196/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=2177868 memory=1909736 CPUtime=281.81 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 689282 0 0 0 28033 148 0 0 20 0 2 0 67746037 2230136832 477434 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 544467 477434 3264 641 0 526950 0
[pid=80284/tid=80286] ppid=80281 vsize=2177868 memory=1856488 CPUtime=0.08 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 46 0 0 0 3 5 0 0 20 0 2 0 67746093 2230136832 477434 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 281.81 s
Current children cumulated vsize: 2177868 KiB
Current children cumulated memory: 1909736 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/270 80398
/proc/meminfo: memFree=115275980/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=2177868 memory=1928168 CPUtime=341.71 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 725299 0 0 0 34009 162 0 0 20 0 2 0 67746037 2230136832 482042 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 544467 482042 3264 641 0 526950 0

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

/proc/meminfo: memFree=111004620/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=4748664 memory=4281632 CPUtime=2977.08 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 3776126 0 0 0 294693 3015 0 0 20 0 2 0 67746037 4862631936 1070408 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1187166 1070408 3264 641 0 1169649 0
[pid=80284/tid=80286] ppid=80281 vsize=4748664 memory=4281632 CPUtime=1.41 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 142 0 0 0 39 102 0 0 20 0 2 0 67746093 4862631936 1070408 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 2977.08 s
Current children cumulated vsize: 4748664 KiB
Current children cumulated memory: 4281632 KiB

[startup+3042.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/269 80585
/proc/meminfo: memFree=110847132/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=4839256 memory=4366112 CPUtime=3036.98 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 3815365 0 0 0 300627 3071 0 0 20 0 2 0 67746037 4955398144 1091528 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1209814 1091528 3264 641 0 1192297 0
[pid=80284/tid=80286] ppid=80281 vsize=4839256 memory=5632 CPUtime=1.43 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 143 0 0 0 39 104 0 0 20 0 2 0 67746093 4955398144 1091528 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3036.98 s
Current children cumulated vsize: 4839256 KiB
Current children cumulated memory: 4366112 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.14 4.10 5/269 80587
/proc/meminfo: memFree=110766804/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=4896056 memory=4433440 CPUtime=3096.87 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 3858300 0 0 0 306591 3096 0 0 20 0 2 0 67746037 5013561344 1108360 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1224014 1108360 3264 641 0 1206497 0
[pid=80284/tid=80286] ppid=80281 vsize=4896056 memory=14844 CPUtime=1.46 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 144 0 0 0 40 106 0 0 20 0 2 0 67746093 5013561344 1108360 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3096.87 s
Current children cumulated vsize: 4896056 KiB
Current children cumulated memory: 4433440 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.12 4.10 5/269 80592
/proc/meminfo: memFree=110467312/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=4930372 memory=4460960 CPUtime=3156.76 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 3950946 0 0 0 312471 3205 0 0 20 0 2 0 67746037 5048700928 1115240 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1232593 1115240 3264 641 0 1215076 0
[pid=80284/tid=80286] ppid=80281 vsize=4930372 memory=14844 CPUtime=1.49 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 147 0 0 0 41 108 0 0 20 0 2 0 67746093 5048700928 1115240 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3156.76 s
Current children cumulated vsize: 4930372 KiB
Current children cumulated memory: 4460960 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/267 80594
/proc/meminfo: memFree=109921172/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=4945500 memory=4485408 CPUtime=3216.65 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4020102 0 0 0 318377 3288 0 0 20 0 2 0 67746037 5064192000 1121352 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1236375 1121352 3264 641 0 1218858 0
[pid=80284/tid=80286] ppid=80281 vsize=4945500 memory=4464416 CPUtime=1.53 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 149 0 0 0 42 111 0 0 20 0 2 0 67746093 5064192000 1121352 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3216.65 s
Current children cumulated vsize: 4945500 KiB
Current children cumulated memory: 4485408 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 80602
/proc/meminfo: memFree=109551392/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=5021396 memory=4558880 CPUtime=3276.55 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4042902 0 0 0 324353 3302 0 0 20 0 2 0 67746037 5141909504 1139720 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1255349 1139720 3264 641 0 1237832 0
[pid=80284/tid=80286] ppid=80281 vsize=5021396 memory=4557728 CPUtime=1.56 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 151 0 0 0 43 113 0 0 20 0 2 0 67746093 5141909504 1139720 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3276.55 s
Current children cumulated vsize: 5021396 KiB
Current children cumulated memory: 4558880 KiB

[startup+3342.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/269 80604
/proc/meminfo: memFree=109451792/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=5030700 memory=4571808 CPUtime=3336.44 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4095696 0 0 0 330250 3394 0 0 20 0 2 0 67746037 5151436800 1142952 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1257675 1142952 3264 641 0 1240158 0
[pid=80284/tid=80286] ppid=80281 vsize=5030700 memory=14844 CPUtime=1.59 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 153 0 0 0 44 115 0 0 20 0 2 0 67746093 5151436800 1142952 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3336.44 s
Current children cumulated vsize: 5030700 KiB
Current children cumulated memory: 4571808 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/269 80606
/proc/meminfo: memFree=109242092/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=5056324 memory=4611872 CPUtime=3396.32 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4183270 0 0 0 336155 3477 0 0 20 0 2 0 67746037 5177675776 1152968 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1264081 1152968 3264 641 0 1246564 0
[pid=80284/tid=80286] ppid=80281 vsize=5056324 memory=4587424 CPUtime=1.62 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 154 0 0 0 45 117 0 0 20 0 2 0 67746093 5177675776 1152968 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3396.32 s
Current children cumulated vsize: 5056324 KiB
Current children cumulated memory: 4611872 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/270 80609
/proc/meminfo: memFree=109088324/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=5105160 memory=4667552 CPUtime=3456.22 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4203900 0 0 0 342133 3489 0 0 20 0 2 0 67746037 5227683840 1166888 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1276290 1166888 3264 641 0 1258773 0
[pid=80284/tid=80286] ppid=80281 vsize=5105160 memory=4587424 CPUtime=1.65 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 157 0 0 0 46 119 0 0 20 0 2 0 67746093 5227683840 1166888 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3456.22 s
Current children cumulated vsize: 5105160 KiB
Current children cumulated memory: 4667552 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/270 80612
/proc/meminfo: memFree=108874952/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=5218500 memory=4759968 CPUtime=3516.12 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4231407 0 0 0 348103 3509 0 0 20 0 2 0 67746037 5343744000 1189992 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1304625 1189992 3264 641 0 1287108 0
[pid=80284/tid=80286] ppid=80281 vsize=5218500 memory=14844 CPUtime=1.7 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 158 0 0 0 48 122 0 0 20 0 2 0 67746093 5343744000 1189992 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3516.12 s
Current children cumulated vsize: 5218500 KiB
Current children cumulated memory: 4759968 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/268 80616
/proc/meminfo: memFree=108786088/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=5272292 memory=4809248 CPUtime=3576 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4345051 0 0 0 354064 3536 0 0 20 0 2 0 67746037 5398827008 1202312 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1318073 1202312 3264 641 0 1300556 0
[pid=80284/tid=80286] ppid=80281 vsize=5272292 memory=4786848 CPUtime=1.73 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 161 0 0 0 49 124 0 0 20 0 2 0 67746093 5398827008 1202312 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3576 s
Current children cumulated vsize: 5272292 KiB
Current children cumulated memory: 4809248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.4 s]
/proc/loadavg: 4.41 4.17 4.11 5/268 80617
/proc/meminfo: memFree=108787168/131249996 swapFree=33010684/33010684
[pid=80284] ppid=80281 vsize=5273212 memory=4810016 CPUtime=3600.05 cores=1,3
/proc/80284/stat : 80284 (ipbhs_gurobi) R 80281 80284 78901 0 -1 4194304 4348347 0 0 0 356463 3542 0 0 20 0 2 0 67746037 5399769088 1202504 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
/proc/80284/statm: 1318303 1202504 3264 641 0 1300786 0
[pid=80284/tid=80286] ppid=80281 vsize=5273212 memory=4809248 CPUtime=1.74 cores=1,3
/proc/80284/task/80286/stat : 80286 (ipbhs_gurobi) S 80281 80284 78901 0 -1 4194368 163 0 0 0 49 125 0 0 20 0 2 0 67746093 5399769088 1202504 18446744073709551615 94038179880960 94038182506013 140723161170176 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94038183124888 94038183157850 94038203744256 140723161176459 140723161176583 140723161176583 140723161182185 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 5273212 KiB
Current children cumulated memory: 4810016 KiB

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

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

# cumulated CPU time of all completed processes:  user=3564.65 s, system=35.4961 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.48
CPU time (s): 3600.14
CPU user time (s): 3564.65
CPU system time (s): 35.4961
CPU usage (%): 99.8243
Max. virtual memory (cumulated for all children) (KiB): 5273212
Max. memory (cumulated for all children) (KiB): 4810016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3564.65
system time used= 35.4961
maximum resident set size= 4810016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4348347
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= 358739
involuntary context switches= 4431


# summary of solver processes directly reported to runsolver:
#   pid: 80284
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3564.65
#   total CPU system time (s): 35.4961

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.77021 second user time and 16.0563 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 07:31:21
IDJOB=4509271
IDBENCH=158606
IDSOLVER=3334
FILE ID=nodeC024/4509271-1751520681
RUNJOBID= nodeC024-1751513461-78913
SLURM_JOB_ID= 9598618
Free space on /tmp= 432168 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw128/normalized-hw128-vm98p-opt.opb.negationfix.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4509271-1751520681/watcher-4509271-1751520681 -o /tmp/evaluation-result-4509271-1751520681/solver-4509271-1751520681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751513461-78913 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4509271-1751520681.opb --max-coef 1000000000

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

MD5SUM BENCH= a7d39c8a0eed618aa14a4423c4fae159
RANDOM SEED=1618734780

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114974436 kB
MemAvailable:   122874884 kB
Buffers:            3280 kB
Cached:          8667692 kB
SwapCached:            0 kB
Active:          7217552 kB
Inactive:        8347880 kB
Active(anon):    6912524 kB
Inactive(anon):        0 kB
Active(file):     305028 kB
Inactive(file):  8347880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66640 kB
Writeback:            28 kB
AnonPages:       6886980 kB
Mapped:           120288 kB
Shmem:             18064 kB
KReclaimable:     173160 kB
Slab:             265408 kB
SReclaimable:     173160 kB
SUnreclaim:        92248 kB
KernelStack:        4384 kB
PageTables:        17208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8122412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4313088 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432120 MiB
End job on nodeC024 at 2025-07-03 08:31:28