Trace number 4489076

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.09 3608.03

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUMb5aa25dccc2460ad32c358f07bd5c94a
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 benchmark180
Best CPU time to get the best result obtained on this benchmark3585.17
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.02	c initialize IPBHS solver
0.00/0.02	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.02	c optimizer = "gurobi"
0.00/0.02	c pbsolver = "roundingsat"
0.00/0.02	c use separate pbsolver for SIS
0.00/0.02	c load symmetries from file ""
0.00/0.02	c set time limit for symmetry computation to 100 seconds.
0.00/0.02	c set interchangeable summation variable limit to 3
0.00/0.02	c set sym compact max subset size to 5
0.00/0.02	c set explicit symmetry matrix usage to 1
0.00/0.02	c sym budget explicit to 100
0.00/0.02	c sym budget explicit lits to 6000
0.00/0.02	c sym budget compact to 100
0.00/0.02	c sym budget compact lits to 6000
0.00/0.02	c sym budget common to 0
0.00/0.02	c sym budget common lits to 0
0.00/0.02	c set sym generation to 's'
0.00/0.02	c set abstraction set creation to 10 iterations without LB change
0.00/0.02	c set abstraction set inputs to 0
0.00/0.02	c set abstraction set cluster min size to 2
0.00/0.02	c set abstraction set cluster max size to 100000000
0.00/0.02	c set abstraction set cluster activation limit to 2
0.00/0.02	c enable abstraction set require equal cost
0.00/0.02	c set abstraction set assumptions to 0
0.00/0.02	c set abstraction set constraint type to 0
0.00/0.02	c set abstract core extraction strategy to b
0.00/0.02	c set core extraction strategy to 2
0.00/0.02	c set core extraction shuffles 10
0.00/0.02	c set cores per iteration to 5
0.00/0.02	c set optimizer bound usage strategy to 2
0.00/0.02	c set optimizer max non-optimal iterations to 1000
0.00/0.02	c set small core cardinality limit to 2
0.00/0.02	c set max coef in cores to 1000000000
0.00/0.02	c set core processing techniques to 4095
0.00/0.02	c set SIS iterations to 5
0.00/0.02	c set SIS budget abs to 1000
0.00/0.02	c set SIS budget rel to 0.05
0.00/0.04	c limit for coefficient in constraints and objective to 1000000000
0.00/0.04	c will solve HOME/instance-4489076-1751347857.opb
0.00/0.04	c [0.01] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100095 s]*
/proc/loadavg: 1.19 1.92 2.60 5/256 43830
/proc/meminfo: memFree=129945980/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=91876 memory=16600 CPUtime=0.09 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 1170 0 0 0 7 2 0 0 20 0 2 0 50464531 94081024 4150 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 22969 4150 2880 641 0 5452 0
[pid=43811/tid=43820] ppid=43807 vsize=91876 memory=4026532124 CPUtime=0 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464535 94081024 4150 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 91876 KiB
Current children cumulated memory: 16600 KiB

[startup+0.212504 s]*
/proc/loadavg: 1.19 1.92 2.60 5/257 43831
/proc/meminfo: memFree=129941664/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=91876 memory=16856 CPUtime=0.2 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 1237 0 0 0 18 2 0 0 20 0 2 0 50464531 94081024 4214 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 22969 4214 2880 641 0 5452 0
[pid=43811/tid=43820] ppid=43807 vsize=91876 memory=4856966532543021340 CPUtime=0 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464535 94081024 4214 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 91876 KiB
Current children cumulated memory: 16856 KiB

[startup+0.311572 s]*
/proc/loadavg: 1.19 1.92 2.60 5/257 43831
/proc/meminfo: memFree=129939424/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=96448 memory=21208 CPUtime=0.29 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 1843 0 0 0 27 2 0 0 20 0 2 0 50464531 98762752 5302 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 24112 5302 3392 641 0 6595 0
[pid=43811/tid=43820] ppid=43807 vsize=96448 memory=-7675384534199596995 CPUtime=0 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464535 98762752 5302 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 96448 KiB
Current children cumulated memory: 21208 KiB

[startup+0.700293 s]
/proc/loadavg: 1.19 1.92 2.60 5/257 43831
/proc/meminfo: memFree=129938672/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=101148 memory=26200 CPUtime=0.67 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 2847 0 0 0 65 2 0 0 20 0 2 0 50464531 103575552 6550 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 25287 6550 3648 641 0 7770 0
[pid=43811/tid=43820] ppid=43807 vsize=101148 memory=17536 CPUtime=0 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464535 103575552 6550 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 101148 KiB
Current children cumulated memory: 26200 KiB

[startup+1.50027 s]
/proc/loadavg: 1.41 1.96 2.61 5/257 43831
/proc/meminfo: memFree=129918512/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=101148 memory=27096 CPUtime=1.47 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 3047 0 0 0 144 3 0 0 20 0 2 0 50464531 103575552 6774 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 25287 6774 3680 641 0 7770 0
[pid=43811/tid=43820] ppid=43807 vsize=101148 memory=17536 CPUtime=0 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464535 103575552 6774 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 101148 KiB
Current children cumulated memory: 27096 KiB

[startup+3.11303 s]
/proc/loadavg: 1.41 1.96 2.61 5/257 43831
/proc/meminfo: memFree=129912756/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=103200 memory=28632 CPUtime=3.07 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 4963 0 0 0 304 3 0 0 20 0 2 0 50464531 105676800 7158 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 25800 7158 3680 641 0 8283 0
[pid=43811/tid=43820] ppid=43807 vsize=103200 memory=27224 CPUtime=0 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 1 0 0 0 0 0 0 0 20 0 2 0 50464535 105676800 7158 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 103200 KiB
Current children cumulated memory: 28632 KiB

[startup+6.30024 s]
/proc/loadavg: 1.62 1.99 2.61 5/257 43831
/proc/meminfo: memFree=129907848/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=105632 memory=31108 CPUtime=6.25 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 8034 0 0 0 622 3 0 0 20 0 2 0 50464531 108167168 7777 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 26408 7777 3680 641 0 8891 0
[pid=43811/tid=43820] ppid=43807 vsize=105632 memory=-7675384534132553667 CPUtime=0 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 50464535 108167168 7777 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 105632 KiB
Current children cumulated memory: 31108 KiB

[startup+12.7002 s]
/proc/loadavg: 1.81 2.02 2.62 5/257 43831
/proc/meminfo: memFree=129907344/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=105632 memory=31236 CPUtime=12.64 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 11341 0 0 0 1260 4 0 0 20 0 2 0 50464531 108167168 7809 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 26408 7809 3680 641 0 8891 0
[pid=43811/tid=43820] ppid=43807 vsize=105632 memory=31236 CPUtime=0.01 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 2 0 0 0 0 1 0 0 20 0 2 0 50464535 108167168 7809 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 105632 KiB
Current children cumulated memory: 31236 KiB

[startup+25.5003 s]
/proc/loadavg: 2.15 2.09 2.64 5/257 43831
/proc/meminfo: memFree=129903564/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=105632 memory=32772 CPUtime=25.4 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 12311 0 0 0 2536 4 0 0 20 0 2 0 50464531 108167168 8193 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 26408 8193 3680 641 0 8891 0
[pid=43811/tid=43820] ppid=43807 vsize=105632 memory=31108 CPUtime=0.01 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 3 0 0 0 0 1 0 0 20 0 2 0 50464535 108167168 8193 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 105632 KiB
Current children cumulated memory: 32772 KiB

[startup+51.1132 s]
/proc/loadavg: 2.94 2.29 2.69 5/258 43833
/proc/meminfo: memFree=129834900/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=124560 memory=52376 CPUtime=50.95 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 18038 0 0 0 5089 6 0 0 20 0 2 0 50464531 127549440 13094 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 31140 13094 3680 641 0 13623 0
[pid=43811/tid=43820] ppid=43807 vsize=124560 memory=14464 CPUtime=0.04 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 3 0 0 0 1 3 0 0 20 0 2 0 50464535 127549440 13094 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 124560 KiB
Current children cumulated memory: 52376 KiB

[startup+102.3 s]
/proc/loadavg: 3.59 2.57 2.76 5/258 43834
/proc/meminfo: memFree=129852620/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=124560 memory=52632 CPUtime=102.01 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 22737 0 0 0 10193 8 0 0 20 0 2 0 50464531 127549440 13158 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 31140 13158 3680 641 0 13623 0
[pid=43811/tid=43820] ppid=43807 vsize=124560 memory=14464 CPUtime=0.09 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 5 0 0 0 3 6 0 0 20 0 2 0 50464535 127549440 13158 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 124560 KiB
Current children cumulated memory: 52632 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.85 2.85 5/258 43836
/proc/meminfo: memFree=129824552/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=124560 memory=52632 CPUtime=161.88 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 23065 0 0 0 16176 12 0 0 20 0 2 0 50464531 127549440 13158 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 31140 13158 3680 641 0 13623 0
[pid=43811/tid=43820] ppid=43807 vsize=124560 memory=52632 CPUtime=0.13 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 5 0 0 0 4 9 0 0 20 0 2 0 50464535 127549440 13158 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 124560 KiB
Current children cumulated memory: 52632 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.09 2.93 5/258 43838
/proc/meminfo: memFree=129817412/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=126724 memory=53144 CPUtime=221.73 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 24815 0 0 0 22158 15 0 0 20 0 2 0 50464531 129765376 13286 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 31681 13286 3680 641 0 14164 0
[pid=43811/tid=43820] ppid=43807 vsize=126724 memory=52760 CPUtime=0.19 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 5 0 0 0 6 13 0 0 20 0 2 0 50464535 129765376 13286 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 126724 KiB
Current children cumulated memory: 53144 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 3.29 3.01 5/257 43840
/proc/meminfo: memFree=129817476/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=132988 memory=59032 CPUtime=281.57 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 26490 0 0 0 28140 17 0 0 20 0 2 0 50464531 136179712 14758 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 33247 14758 3680 641 0 15730 0
[pid=43811/tid=43820] ppid=43807 vsize=132988 memory=56856 CPUtime=0.24 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 5 0 0 0 7 17 0 0 20 0 2 0 50464535 136179712 14758 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 132988 KiB

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

/proc/meminfo: memFree=128507260/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=483172 memory=406660 CPUtime=2975.62 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 210865 0 0 0 297424 138 0 0 20 0 2 0 50464531 494768128 101665 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 120793 101665 3680 641 0 103276 0
[pid=43811/tid=43820] ppid=43807 vsize=483172 memory=17664 CPUtime=2.66 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 20 0 0 0 86 180 0 0 20 0 2 0 50464535 494768128 101665 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 2975.62 s
Current children cumulated vsize: 483172 KiB
Current children cumulated memory: 406660 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.12 4.13 5/254 43991
/proc/meminfo: memFree=128450800/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=490880 memory=413956 CPUtime=3035.49 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 217518 0 0 0 303409 140 0 0 20 0 2 0 50464531 502661120 103489 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 122720 103489 3680 641 0 105203 0
[pid=43811/tid=43820] ppid=43807 vsize=490880 memory=410244 CPUtime=2.71 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 20 0 0 0 88 183 0 0 20 0 2 0 50464535 502661120 103489 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3035.49 s
Current children cumulated vsize: 490880 KiB
Current children cumulated memory: 413956 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.11 4.13 5/255 43994
/proc/meminfo: memFree=128416368/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=499684 memory=423812 CPUtime=3095.37 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 225616 0 0 0 309394 143 0 0 20 0 2 0 50464531 511676416 105953 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 124921 105953 3680 641 0 107404 0
[pid=43811/tid=43820] ppid=43807 vsize=499684 memory=4252 CPUtime=2.76 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 21 0 0 0 90 186 0 0 20 0 2 0 50464535 511676416 105953 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3095.37 s
Current children cumulated vsize: 499684 KiB
Current children cumulated memory: 423812 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.12 5/255 43996
/proc/meminfo: memFree=128401304/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=506564 memory=429444 CPUtime=3155.25 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 230156 0 0 0 315379 146 0 0 20 0 2 0 50464531 518721536 107361 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 126641 107361 3680 641 0 109124 0
[pid=43811/tid=43820] ppid=43807 vsize=506564 memory=425732 CPUtime=2.81 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 21 0 0 0 91 190 0 0 20 0 2 0 50464535 518721536 107361 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3155.25 s
Current children cumulated vsize: 506564 KiB
Current children cumulated memory: 429444 KiB

[startup+3222.3 s]
/proc/loadavg: 4.22 4.13 4.13 5/255 43998
/proc/meminfo: memFree=128371676/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=513128 memory=436868 CPUtime=3215.13 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 234653 0 0 0 321364 149 0 0 20 0 2 0 50464531 525443072 109217 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 128282 109217 3680 641 0 110765 0
[pid=43811/tid=43820] ppid=43807 vsize=513128 memory=430340 CPUtime=2.87 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 23 0 0 0 93 194 0 0 20 0 2 0 50464535 525443072 109217 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3215.13 s
Current children cumulated vsize: 513128 KiB
Current children cumulated memory: 436868 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.11 4.11 5/255 44000
/proc/meminfo: memFree=128337380/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=522440 memory=446084 CPUtime=3275.01 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 244571 0 0 0 327350 151 0 0 20 0 2 0 50464531 534978560 111521 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 130610 111521 3680 641 0 113093 0
[pid=43811/tid=43820] ppid=43807 vsize=522440 memory=445572 CPUtime=2.93 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 24 0 0 0 95 198 0 0 20 0 2 0 50464535 534978560 111521 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3275.01 s
Current children cumulated vsize: 522440 KiB
Current children cumulated memory: 446084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.10 4.11 5/255 44002
/proc/meminfo: memFree=128318512/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=526992 memory=450948 CPUtime=3334.89 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 269840 0 0 0 333333 156 0 0 20 0 2 0 50464531 539639808 112737 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 131748 112737 3680 641 0 114231 0
[pid=43811/tid=43820] ppid=43807 vsize=526992 memory=450692 CPUtime=2.97 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 25 0 0 0 95 202 0 0 20 0 2 0 50464535 539639808 112737 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3334.89 s
Current children cumulated vsize: 526992 KiB
Current children cumulated memory: 450948 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.12 4.11 5/254 44006
/proc/meminfo: memFree=128287196/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=533000 memory=456580 CPUtime=3394.77 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 271551 0 0 0 339319 158 0 0 20 0 2 0 50464531 545792000 114145 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 133250 114145 3680 641 0 115733 0
[pid=43811/tid=43820] ppid=43807 vsize=533000 memory=450692 CPUtime=3.03 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 25 0 0 0 97 206 0 0 20 0 2 0 50464535 545792000 114145 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3394.77 s
Current children cumulated vsize: 533000 KiB
Current children cumulated memory: 456580 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.13 4.11 5/254 44013
/proc/meminfo: memFree=128264948/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=539076 memory=462596 CPUtime=3454.64 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 282211 0 0 0 345303 161 0 0 20 0 2 0 50464531 552013824 115649 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 134769 115649 3680 641 0 117252 0
[pid=43811/tid=43820] ppid=43807 vsize=539076 memory=450692 CPUtime=3.09 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 26 0 0 0 99 210 0 0 20 0 2 0 50464535 552013824 115649 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3454.64 s
Current children cumulated vsize: 539076 KiB
Current children cumulated memory: 462596 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.11 5/254 44015
/proc/meminfo: memFree=128235060/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=547472 memory=471044 CPUtime=3514.53 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 293196 0 0 0 351288 165 0 0 20 0 2 0 50464531 560611328 117761 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 136868 117761 3680 641 0 119351 0
[pid=43811/tid=43820] ppid=43807 vsize=547472 memory=466180 CPUtime=3.14 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 27 0 0 0 100 214 0 0 20 0 2 0 50464535 560611328 117761 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3514.53 s
Current children cumulated vsize: 547472 KiB
Current children cumulated memory: 471044 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.10 5/255 44018
/proc/meminfo: memFree=128211148/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=555184 memory=478724 CPUtime=3574.4 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 300404 0 0 0 357272 168 0 0 20 0 2 0 50464531 568508416 119681 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 138796 119681 3680 641 0 121279 0
[pid=43811/tid=43820] ppid=43807 vsize=555184 memory=5504 CPUtime=3.19 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 27 0 0 0 101 218 0 0 20 0 2 0 50464535 568508416 119681 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3574.4 s
Current children cumulated vsize: 555184 KiB
Current children cumulated memory: 478724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608 s]*
/proc/loadavg: 4.15 4.12 4.10 3/240 44043
/proc/meminfo: memFree=129538436/131382120 swapFree=33010416/33010684
[pid=43811] ppid=43807 vsize=556272 memory=480388 CPUtime=3600.07 cores=0,2
/proc/43811/stat : 43811 (ipbhs_gurobi) R 43807 43811 43756 0 -1 4194304 301634 0 0 0 359837 170 0 0 20 0 2 0 50464531 569622528 120097 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
/proc/43811/statm: 139068 120097 3680 641 0 121551 0
[pid=43811/tid=43820] ppid=43807 vsize=556272 memory=-6000919468394637675 CPUtime=3.21 cores=0,2
/proc/43811/task/43820/stat : 43820 (ipbhs_gurobi) S 43807 43811 43756 0 -1 4194368 27 0 0 0 102 219 0 0 20 0 2 0 50464535 569622528 120097 18446744073709551615 94617780666368 94617783291421 140734672540560 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94617783910296 94617783943258 94617803337728 140734672546207 140734672546311 140734672546311 140734672551913 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 556272 KiB
Current children cumulated memory: 480388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.38 s, system=1.70783 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): 3608.03
CPU time (s): 3600.09
CPU user time (s): 3598.38
CPU system time (s): 1.70783
CPU usage (%): 99.7801
Max. virtual memory (cumulated for all children) (KiB): 556272
Max. memory (cumulated for all children) (KiB): 480388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.38
system time used= 1.70783
maximum resident set size= 480388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 301644
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= 358144
involuntary context switches= 8506


# summary of solver processes directly reported to runsolver:
#   pid: 43811
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3598.38
#   total CPU system time (s): 1.70783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3589 second user time and 33.2343 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-01 07:30:57
IDJOB=4489076
IDBENCH=147539
IDSOLVER=3333
FILE ID=nodeC002/4489076-1751347857
RUNJOBID= nodeC002-1751347857-43766
SLURM_JOB_ID= 9598119
Free space on /tmp= 433060 MiB

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

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

MD5SUM BENCH= b5aa25dccc2460ad32c358f07bd5c94a
RANDOM SEED=677046722

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129975380 kB
MemAvailable:   129901124 kB
Buffers:            2128 kB
Cached:           735368 kB
SwapCached:           28 kB
Active:           366676 kB
Inactive:         433464 kB
Active(anon):      74172 kB
Inactive(anon):     6404 kB
Active(file):     292504 kB
Inactive(file):   427060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            236932 kB
Writeback:             8 kB
AnonPages:         65688 kB
Mapped:           102612 kB
Shmem:             17932 kB
KReclaimable:      91612 kB
Slab:             174208 kB
SReclaimable:      91612 kB
SUnreclaim:        82596 kB
KernelStack:        3824 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     329992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 432828 MiB
End job on nodeC002 at 2025-07-01 08:31:06