Trace number 4489030

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
IPBHS-GUROBI 2025-06-09? (TO) 3600.07 3607.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_21.opb.PB06.opb
MD5SUMbed0fcfa7fe1ab50726d34a7d1903e12
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 benchmark182
Best CPU time to get the best result obtained on this benchmark3600.04
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables478
Total number of constraints478
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 constraints478
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 478
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 478
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 478
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.03	c limit for coefficient in constraints and objective to 1000000000
0.00/0.03	c will solve HOME/instance-4489030-1751347857.opb
0.00/0.03	c [0] will start solving

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (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-4489030-1751347857/watcher-4489030-1751347857 -o /tmp/evaluation-result-4489030-1751347857/solver-4489030-1751347857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751347857-43767 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4489030-1751347857.opb --max-coef 1000000000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=43817, runsolver pid=43808

[startup+0.100069 s]*
/proc/loadavg: 1.19 1.92 2.60 5/257 43831
/proc/meminfo: memFree=129941884/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=91752 memory=16984 CPUtime=0.09 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 1154 0 0 0 7 2 0 0 20 0 2 0 50464532 93954048 4246 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 22938 4246 3008 641 0 5421 0
[pid=43817/tid=43829] ppid=43808 vsize=91752 memory=4026532124 CPUtime=0 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464536 93954048 4246 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 91752 KiB
Current children cumulated memory: 16984 KiB

[startup+0.21155 s]*
/proc/loadavg: 1.19 1.92 2.60 5/257 43831
/proc/meminfo: memFree=129941664/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=92484 memory=18520 CPUtime=0.19 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 1437 0 0 0 17 2 0 0 20 0 2 0 50464532 94703616 4630 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 23121 4630 3136 641 0 5604 0
[pid=43817/tid=43829] ppid=43808 vsize=92484 memory=4856966532543021340 CPUtime=0 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464536 94703616 4630 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 92484 KiB
Current children cumulated memory: 18520 KiB

[startup+0.311446 s]*
/proc/loadavg: 1.19 1.92 2.60 5/257 43831
/proc/meminfo: memFree=129939424/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=96224 memory=21464 CPUtime=0.29 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 1869 0 0 0 27 2 0 0 20 0 2 0 50464532 98533376 5366 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 24056 5366 3456 641 0 6539 0
[pid=43817/tid=43829] ppid=43808 vsize=96224 memory=-7675384534199596995 CPUtime=0 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464536 98533376 5366 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 96224 KiB
Current children cumulated memory: 21464 KiB

[startup+0.700303 s]
/proc/loadavg: 1.19 1.92 2.60 5/257 43831
/proc/meminfo: memFree=129938672/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=100776 memory=26072 CPUtime=0.67 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 2773 0 0 0 64 3 0 0 20 0 2 0 50464532 103194624 6518 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 25194 6518 3712 641 0 7677 0
[pid=43817/tid=43829] ppid=43808 vsize=100776 memory=17536 CPUtime=0 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464536 103194624 6518 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 100776 KiB
Current children cumulated memory: 26072 KiB

[startup+1.50029 s]
/proc/loadavg: 1.41 1.96 2.61 5/257 43831
/proc/meminfo: memFree=129918512/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=100776 memory=26968 CPUtime=1.46 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 2977 0 0 0 143 3 0 0 20 0 2 0 50464532 103194624 6742 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 25194 6742 3744 641 0 7677 0
[pid=43817/tid=43829] ppid=43808 vsize=100776 memory=17536 CPUtime=0 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 50464536 103194624 6742 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 100776 KiB
Current children cumulated memory: 26968 KiB

[startup+3.11279 s]
/proc/loadavg: 1.41 1.96 2.61 5/257 43831
/proc/meminfo: memFree=129912756/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=102988 memory=28356 CPUtime=3.08 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 4783 0 0 0 304 4 0 0 20 0 2 0 50464532 105459712 7089 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 25747 7089 3744 641 0 8230 0
[pid=43817/tid=43829] ppid=43808 vsize=102988 memory=27352 CPUtime=0 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 50464536 105459712 7089 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 102988 KiB
Current children cumulated memory: 28356 KiB

[startup+6.30027 s]
/proc/loadavg: 1.62 1.99 2.61 5/257 43831
/proc/meminfo: memFree=129907848/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=101408 memory=29164 CPUtime=6.25 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 7778 0 0 0 621 4 0 0 20 0 2 0 50464532 103841792 7291 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 25352 7291 3776 641 0 7835 0
[pid=43817/tid=43829] ppid=43808 vsize=101408 memory=-7675384534115776451 CPUtime=0 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 4 0 0 0 0 0 0 0 20 0 2 0 50464536 103841792 7291 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 101408 KiB
Current children cumulated memory: 29164 KiB

[startup+12.7003 s]
/proc/loadavg: 1.81 2.02 2.62 5/257 43831
/proc/meminfo: memFree=129907344/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=101820 memory=29548 CPUtime=12.65 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 11274 0 0 0 1260 5 0 0 20 0 2 0 50464532 104263680 7387 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 25455 7387 3776 641 0 7938 0
[pid=43817/tid=43829] ppid=43808 vsize=101820 memory=29548 CPUtime=0.01 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 4 0 0 0 0 1 0 0 20 0 2 0 50464536 104263680 7387 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 101820 KiB
Current children cumulated memory: 29548 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=43817] ppid=43808 vsize=105300 memory=32492 CPUtime=25.42 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 12276 0 0 0 2536 6 0 0 20 0 2 0 50464532 107827200 8123 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 26325 8123 3776 641 0 8808 0
[pid=43817/tid=43829] ppid=43808 vsize=105300 memory=14464 CPUtime=0.02 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 5 0 0 0 0 2 0 0 20 0 2 0 50464536 107827200 8123 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 105300 KiB
Current children cumulated memory: 32492 KiB

[startup+51.1129 s]
/proc/loadavg: 2.94 2.29 2.69 5/258 43833
/proc/meminfo: memFree=129834900/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=123888 memory=51536 CPUtime=50.99 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 21351 0 0 0 5089 10 0 0 20 0 2 0 50464532 126861312 12884 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 30972 12884 3808 641 0 13455 0
[pid=43817/tid=43829] ppid=43808 vsize=123888 memory=51536 CPUtime=0.05 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 6 0 0 0 1 4 0 0 20 0 2 0 50464536 126861312 12884 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 123888 KiB
Current children cumulated memory: 51536 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=43817] ppid=43808 vsize=123888 memory=51920 CPUtime=102.07 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 30328 0 0 0 10192 15 0 0 20 0 2 0 50464532 126861312 12980 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 30972 12980 3808 641 0 13455 0
[pid=43817/tid=43829] ppid=43808 vsize=123888 memory=51920 CPUtime=0.1 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 11 0 0 0 2 8 0 0 20 0 2 0 50464536 126861312 12980 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 123888 KiB
Current children cumulated memory: 51920 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=43817] ppid=43808 vsize=123888 memory=51920 CPUtime=161.96 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 30340 0 0 0 16176 20 0 0 20 0 2 0 50464532 126861312 12980 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 30972 12980 3808 641 0 13455 0
[pid=43817/tid=43829] ppid=43808 vsize=123888 memory=5504 CPUtime=0.17 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 11 0 0 0 4 13 0 0 20 0 2 0 50464536 126861312 12980 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 161.96 s
Current children cumulated vsize: 123888 KiB
Current children cumulated memory: 51920 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=43817] ppid=43808 vsize=124396 memory=52048 CPUtime=221.85 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 32452 0 0 0 22160 25 0 0 20 0 2 0 50464532 127381504 13012 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 31099 13012 3808 641 0 13582 0
[pid=43817/tid=43829] ppid=43808 vsize=124396 memory=51920 CPUtime=0.23 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194368 13 0 0 0 5 18 0 0 20 0 2 0 50464536 127381504 13012 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 221.85 s
Current children cumulated vsize: 124396 KiB
Current children cumulated memory: 52048 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=43817] ppid=43808 vsize=131872 memory=58832 CPUtime=281.74 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 34393 0 0 0 28145 29 0 0 20 0 2 0 50464532 135036928 14708 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 32968 14708 3808 641 0 15451 0
[pid=43817/tid=43829] ppid=43808 vsize=131872 memory=17536 CPUtime=0.31 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 13 0 0 0 8 23 0 0 20 0 2 0 50464536 135036928 14708 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 281.74 s
Current children cumulated vsize: 131872 KiB
Current children cumulated memory: 58832 KiB

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

/proc/meminfo: memFree=128507260/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=476636 memory=401892 CPUtime=2976.66 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 216573 0 0 0 297395 271 0 0 20 0 2 0 50464532 488075264 100473 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 119159 100473 3808 641 0 101642 0
[pid=43817/tid=43829] ppid=43808 vsize=476636 memory=17664 CPUtime=3.29 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 54 0 0 0 90 239 0 0 20 0 2 0 50464536 488075264 100473 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 2976.66 s
Current children cumulated vsize: 476636 KiB
Current children cumulated memory: 401892 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=43817] ppid=43808 vsize=485100 memory=409956 CPUtime=3036.56 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 221546 0 0 0 303377 279 0 0 20 0 2 0 50464532 496742400 102489 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 121275 102489 3808 641 0 103758 0
[pid=43817/tid=43829] ppid=43808 vsize=485100 memory=407268 CPUtime=3.35 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 54 0 0 0 91 244 0 0 20 0 2 0 50464536 496742400 102489 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3036.56 s
Current children cumulated vsize: 485100 KiB
Current children cumulated memory: 409956 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=43817] ppid=43808 vsize=494108 memory=418276 CPUtime=3096.45 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 224477 0 0 0 309361 284 0 0 20 0 2 0 50464532 505966592 104569 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 123527 104569 3808 641 0 106010 0
[pid=43817/tid=43829] ppid=43808 vsize=494108 memory=413540 CPUtime=3.42 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 56 0 0 0 93 249 0 0 20 0 2 0 50464536 505966592 104569 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3096.45 s
Current children cumulated vsize: 494108 KiB
Current children cumulated memory: 418276 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=43817] ppid=43808 vsize=500304 memory=425060 CPUtime=3156.35 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 230579 0 0 0 315343 292 0 0 20 0 2 0 50464532 512311296 106265 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 125076 106265 3808 641 0 107559 0
[pid=43817/tid=43829] ppid=43808 vsize=500304 memory=413540 CPUtime=3.49 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 57 0 0 0 94 255 0 0 20 0 2 0 50464536 512311296 106265 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3156.35 s
Current children cumulated vsize: 500304 KiB
Current children cumulated memory: 425060 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=43817] ppid=43808 vsize=506472 memory=431972 CPUtime=3216.24 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 235962 0 0 0 321327 297 0 0 20 0 2 0 50464532 518627328 107993 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 126618 107993 3808 641 0 109101 0
[pid=43817/tid=43829] ppid=43808 vsize=506472 memory=429668 CPUtime=3.55 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 60 0 0 0 96 259 0 0 20 0 2 0 50464536 518627328 107993 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3216.24 s
Current children cumulated vsize: 506472 KiB
Current children cumulated memory: 431972 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=43817] ppid=43808 vsize=514628 memory=439780 CPUtime=3276.12 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 241925 0 0 0 327309 303 0 0 20 0 2 0 50464532 526979072 109945 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 128657 109945 3808 641 0 111140 0
[pid=43817/tid=43829] ppid=43808 vsize=514628 memory=439652 CPUtime=3.62 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 60 0 0 0 98 264 0 0 20 0 2 0 50464536 526979072 109945 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3276.12 s
Current children cumulated vsize: 514628 KiB
Current children cumulated memory: 439780 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=43817] ppid=43808 vsize=522844 memory=447076 CPUtime=3335.98 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 247817 0 0 0 333289 309 0 0 20 0 2 0 50464532 535392256 111769 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 130711 111769 3808 641 0 113194 0
[pid=43817/tid=43829] ppid=43808 vsize=522844 memory=447076 CPUtime=3.69 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 63 0 0 0 100 269 0 0 20 0 2 0 50464536 535392256 111769 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3335.98 s
Current children cumulated vsize: 522844 KiB
Current children cumulated memory: 447076 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=43817] ppid=43808 vsize=530632 memory=455396 CPUtime=3395.83 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 254840 0 0 0 339268 315 0 0 20 0 2 0 50464532 543367168 113849 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 132658 113849 3808 641 0 115141 0
[pid=43817/tid=43829] ppid=43808 vsize=530632 memory=453860 CPUtime=3.76 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 63 0 0 0 102 274 0 0 20 0 2 0 50464536 543367168 113849 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3395.83 s
Current children cumulated vsize: 530632 KiB
Current children cumulated memory: 455396 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=43817] ppid=43808 vsize=538996 memory=463844 CPUtime=3455.69 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 258719 0 0 0 345248 321 0 0 20 0 2 0 50464532 551931904 115961 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 134749 115961 3808 641 0 117232 0
[pid=43817/tid=43829] ppid=43808 vsize=538996 memory=461412 CPUtime=3.82 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 63 0 0 0 104 278 0 0 20 0 2 0 50464536 551931904 115961 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3455.69 s
Current children cumulated vsize: 538996 KiB
Current children cumulated memory: 463844 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=43817] ppid=43808 vsize=545828 memory=471396 CPUtime=3515.54 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 264424 0 0 0 351228 326 0 0 20 0 2 0 50464532 558927872 117849 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 136457 117849 3808 641 0 118940 0
[pid=43817/tid=43829] ppid=43808 vsize=545828 memory=461412 CPUtime=3.89 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 66 0 0 0 106 283 0 0 20 0 2 0 50464536 558927872 117849 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3515.54 s
Current children cumulated vsize: 545828 KiB
Current children cumulated memory: 471396 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=43817] ppid=43808 vsize=551912 memory=477284 CPUtime=3575.4 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 270803 0 0 0 357207 333 0 0 20 0 2 0 50464532 565157888 119321 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 137978 119321 3808 641 0 120461 0
[pid=43817/tid=43829] ppid=43808 vsize=551912 memory=475364 CPUtime=3.95 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 68 0 0 0 107 288 0 0 20 0 2 0 50464536 565157888 119321 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3575.4 s
Current children cumulated vsize: 551912 KiB
Current children cumulated memory: 477284 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607 s]*
/proc/loadavg: 4.15 4.12 4.10 5/255 44019
/proc/meminfo: memFree=128203608/131382120 swapFree=33010416/33010684
[pid=43817] ppid=43808 vsize=556096 memory=481380 CPUtime=3600.05 cores=4,6
/proc/43817/stat : 43817 (ipbhs_gurobi) R 43808 43817 43756 0 -1 4194304 275386 0 0 0 359669 336 0 0 20 0 2 0 50464532 569442304 120345 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
/proc/43817/statm: 139024 120345 3808 641 0 121507 0
[pid=43817/tid=43829] ppid=43808 vsize=556096 memory=4788 CPUtime=3.98 cores=4,6
/proc/43817/task/43829/stat : 43829 (ipbhs_gurobi) S 43808 43817 43756 0 -1 4194368 69 0 0 0 108 290 0 0 20 0 2 0 50464536 569442304 120345 18446744073709551615 94092709912576 94092712537629 140736687621728 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94092713156504 94092713189466 94092741222400 140736687626655 140736687626759 140736687626759 140736687632361 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 556096 KiB
Current children cumulated memory: 481380 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.7 s, system=3.36734 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): 3607.02
CPU time (s): 3600.07
CPU user time (s): 3596.7
CPU system time (s): 3.36734
CPU usage (%): 99.8073
Max. virtual memory (cumulated for all children) (KiB): 556096
Max. memory (cumulated for all children) (KiB): 481380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.7
system time used= 3.36734
maximum resident set size= 481508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275410
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= 357513
involuntary context switches= 4208


# summary of solver processes directly reported to runsolver:
#   pid: 43817
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3596.7
#   total CPU system time (s): 3.36734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.5968 second user time and 31.7995 second system time

The end

Launcher Data

Begin job on nodeC002 at 2025-07-01 07:30:57
IDJOB=4489030
IDBENCH=147538
IDSOLVER=3333
FILE ID=nodeC002/4489030-1751347857
RUNJOBID= nodeC002-1751347857-43767
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_21.opb.PB06.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489030-1751347857/watcher-4489030-1751347857 -o /tmp/evaluation-result-4489030-1751347857/solver-4489030-1751347857 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1751347857-43767 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4489030-1751347857.opb --max-coef 1000000000

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.332
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:   129901136 kB
Buffers:            2128 kB
Cached:           735380 kB
SwapCached:           28 kB
Active:           366688 kB
Inactive:         433476 kB
Active(anon):      74184 kB
Inactive(anon):     6404 kB
Active(file):     292504 kB
Inactive(file):   427072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            236944 kB
Writeback:             8 kB
AnonPages:         65696 kB
Mapped:           102612 kB
Shmem:             17932 kB
KReclaimable:      91612 kB
Slab:             174240 kB
SReclaimable:      91612 kB
SUnreclaim:        82628 kB
KernelStack:        3840 kB
PageTables:         2784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     330384 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:05