Trace number 4490686

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.05 3607.61

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUM39a6e806d7aaba09f767f3cbd6afa1ec
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 benchmark6
Best CPU time to get the best result obtained on this benchmark72000.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172
Total number of constraints14
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 constraints14
Minimum length of a constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490686-1751378011/watcher-4490686-1751378011 -o /tmp/evaluation-result-4490686-1751378011/solver-4490686-1751378011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751372825-55463 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4490686-1751378011.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
solver pid=56019, runsolver pid=56016
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 4.48 4.18 4.12 5/268 56021
/proc/meminfo: memFree=126396876/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=88764 memory=17660 CPUtime=0.08 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 923 0 0 0 8 0 0 0 20 0 2 0 53478849 90894336 4415 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 22191 4415 2848 641 0 4674 0
[pid=56019/tid=56021] ppid=56016 vsize=88764 memory=4026531960 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 53478850 90894336 4415 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 88764 KiB
Current children cumulated memory: 17660 KiB

[startup+0.205533 s]*
/proc/loadavg: 4.48 4.18 4.12 5/268 56021
/proc/meminfo: memFree=126396876/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=88896 memory=17788 CPUtime=0.19 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 951 0 0 0 18 1 0 0 20 0 2 0 53478849 91029504 4447 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 22224 4447 2848 641 0 4707 0
[pid=56019/tid=56021] ppid=56016 vsize=88896 memory=3472328132921917724 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 53478850 91029504 4447 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 88896 KiB
Current children cumulated memory: 17788 KiB

[startup+0.305413 s]*
/proc/loadavg: 4.48 4.18 4.12 5/268 56021
/proc/meminfo: memFree=126396892/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=89028 memory=17916 CPUtime=0.29 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 994 0 0 0 28 1 0 0 20 0 2 0 53478849 91164672 4479 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 22257 4479 2848 641 0 4740 0
[pid=56019/tid=56021] ppid=56016 vsize=89028 memory=-7603326940111339456 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 53478850 91164672 4479 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 89028 KiB
Current children cumulated memory: 17916 KiB

[startup+0.700168 s]
/proc/loadavg: 4.48 4.18 4.12 5/268 56021
/proc/meminfo: memFree=126396892/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=89432 memory=18428 CPUtime=0.67 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 1097 0 0 0 66 1 0 0 20 0 2 0 53478849 91578368 4607 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 22358 4607 2848 641 0 4841 0
[pid=56019/tid=56021] ppid=56016 vsize=89432 memory=17792 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 53478850 91578368 4607 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 89432 KiB
Current children cumulated memory: 18428 KiB

[startup+1.50018 s]
/proc/loadavg: 4.48 4.18 4.12 5/268 56021
/proc/meminfo: memFree=126396892/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=90116 memory=21064 CPUtime=1.48 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 1248 0 0 0 145 3 0 0 20 0 2 0 53478849 92278784 5266 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 22529 5266 2848 641 0 5012 0
[pid=56019/tid=56021] ppid=56016 vsize=90116 memory=17792 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 53478850 92278784 5266 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 90116 KiB
Current children cumulated memory: 21064 KiB

[startup+3.10534 s]
/proc/loadavg: 4.48 4.18 4.12 5/268 56021
/proc/meminfo: memFree=126396948/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=90388 memory=21320 CPUtime=3.08 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 1869 0 0 0 303 5 0 0 20 0 2 0 53478849 92557312 5330 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 22597 5330 2848 641 0 5080 0
[pid=56019/tid=56021] ppid=56016 vsize=90388 memory=21064 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 53478850 92557312 5330 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 90388 KiB
Current children cumulated memory: 21320 KiB

[startup+6.30016 s]
/proc/loadavg: 4.45 4.17 4.12 5/268 56021
/proc/meminfo: memFree=126396964/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=91124 memory=21960 CPUtime=6.26 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 2733 0 0 0 620 6 0 0 20 0 2 0 53478849 93310976 5490 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 22781 5490 2848 641 0 5264 0
[pid=56019/tid=56021] ppid=56016 vsize=91124 memory=17792 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 5 0 0 0 0 0 0 0 20 0 2 0 53478850 93310976 5490 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 91124 KiB
Current children cumulated memory: 21960 KiB

[startup+12.7002 s]
/proc/loadavg: 4.41 4.17 4.12 5/268 56021
/proc/meminfo: memFree=126397084/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=94300 memory=22856 CPUtime=12.65 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 4126 0 0 0 1255 10 0 0 20 0 2 0 53478849 96563200 5714 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 23575 5714 2848 641 0 6058 0
[pid=56019/tid=56021] ppid=56016 vsize=94300 memory=22856 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 53478850 96563200 5714 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 94300 KiB
Current children cumulated memory: 22856 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.16 4.11 5/268 56021
/proc/meminfo: memFree=126396788/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=95688 memory=25288 CPUtime=25.42 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 5316 0 0 0 2524 18 0 0 20 0 2 0 53478849 97984512 6322 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 23922 6322 2848 641 0 6405 0
[pid=56019/tid=56021] ppid=56016 vsize=95688 memory=23624 CPUtime=0 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 2 0 53478850 97984512 6322 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 95688 KiB
Current children cumulated memory: 25288 KiB

[startup+51.1054 s]
/proc/loadavg: 4.28 4.17 4.12 5/268 56021
/proc/meminfo: memFree=126396624/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=96440 memory=26952 CPUtime=50.98 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 5755 0 0 0 5067 31 0 0 20 0 2 0 53478849 98754560 6738 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 24110 6738 2848 641 0 6593 0
[pid=56019/tid=56021] ppid=56016 vsize=96440 memory=14824 CPUtime=0.01 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 10 0 0 0 0 1 0 0 20 0 2 0 53478850 98754560 6738 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 96440 KiB
Current children cumulated memory: 26952 KiB

[startup+102.3 s]
/proc/loadavg: 4.75 4.30 4.16 5/268 56023
/proc/meminfo: memFree=126384804/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=102780 memory=32432 CPUtime=102.05 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 6501 0 0 0 10151 54 0 0 20 0 2 0 53478849 105246720 8108 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 25695 8108 2848 641 0 8178 0
[pid=56019/tid=56021] ppid=56016 vsize=102780 memory=32176 CPUtime=0.03 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 11 0 0 0 1 2 0 0 20 0 2 0 53478850 105246720 8108 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 102780 KiB
Current children cumulated memory: 32432 KiB

[startup+162.3 s]
/proc/loadavg: 4.32 4.26 4.16 5/267 56025
/proc/meminfo: memFree=126378016/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=104584 memory=34096 CPUtime=161.93 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 7599 0 0 0 16114 79 0 0 20 0 2 0 53478849 107094016 8524 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 26146 8524 2848 641 0 8629 0
[pid=56019/tid=56021] ppid=56016 vsize=104584 memory=32816 CPUtime=0.06 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 15 0 0 0 2 4 0 0 20 0 2 0 53478850 107094016 8524 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 104584 KiB
Current children cumulated memory: 34096 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.24 4.16 5/266 56027
/proc/meminfo: memFree=126377676/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=112488 memory=35760 CPUtime=221.8 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 8018 0 0 0 22081 99 0 0 20 0 2 0 53478849 115187712 8940 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 28122 8940 2848 641 0 10605 0
[pid=56019/tid=56021] ppid=56016 vsize=112488 memory=14824 CPUtime=0.07 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 16 0 0 0 2 5 0 0 20 0 2 0 53478850 115187712 8940 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 112488 KiB
Current children cumulated memory: 35760 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.21 4.15 5/267 56030
/proc/meminfo: memFree=126377304/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=113152 memory=39300 CPUtime=281.67 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 10607 0 0 0 28046 121 0 0 20 0 2 0 53478849 115867648 9825 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 28288 9825 2848 641 0 10771 0
[pid=56019/tid=56021] ppid=56016 vsize=113152 memory=36784 CPUtime=0.1 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 21 0 0 0 3 7 0 0 20 0 2 0 53478850 115867648 9825 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 281.67 s
Current children cumulated vsize: 113152 KiB
Current children cumulated memory: 39300 KiB

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

/proc/meminfo: memFree=121701092/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=136996 memory=65728 CPUtime=2976.01 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 18503 0 0 0 296993 608 0 0 20 0 2 0 53478849 140283904 16432 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34249 16432 2848 641 0 16732 0
[pid=56019/tid=56021] ppid=56016 vsize=136996 memory=65728 CPUtime=1.33 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 45 88 0 0 20 0 2 0 53478850 140283904 16432 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 2976.01 s
Current children cumulated vsize: 136996 KiB
Current children cumulated memory: 65728 KiB

[startup+3042.3 s]
/proc/loadavg: 4.08 4.09 4.09 6/268 56361
/proc/meminfo: memFree=121680272/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=137380 memory=65984 CPUtime=3035.89 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 18557 0 0 0 302975 614 0 0 20 0 2 0 53478849 140677120 16496 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34345 16496 2848 641 0 16828 0
[pid=56019/tid=56021] ppid=56016 vsize=137380 memory=65856 CPUtime=1.36 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 46 90 0 0 20 0 2 0 53478850 140677120 16496 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3035.89 s
Current children cumulated vsize: 137380 KiB
Current children cumulated memory: 65984 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.10 4.09 6/266 56363
/proc/meminfo: memFree=121682404/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=138568 memory=68032 CPUtime=3095.77 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19063 0 0 0 308957 620 0 0 20 0 2 0 53478849 141893632 17008 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34642 17008 2848 641 0 17125 0
[pid=56019/tid=56021] ppid=56016 vsize=138568 memory=68032 CPUtime=1.39 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 47 92 0 0 20 0 2 0 53478850 141893632 17008 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3095.77 s
Current children cumulated vsize: 138568 KiB
Current children cumulated memory: 68032 KiB

[startup+3162.3 s]
/proc/loadavg: 4.05 4.08 4.09 6/267 56366
/proc/meminfo: memFree=121682016/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=138568 memory=68032 CPUtime=3155.65 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19064 0 0 0 314938 627 0 0 20 0 2 0 53478849 141893632 17008 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34642 17008 2848 641 0 17125 0
[pid=56019/tid=56021] ppid=56016 vsize=138568 memory=68032 CPUtime=1.42 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 48 94 0 0 20 0 2 0 53478850 141893632 17008 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3155.65 s
Current children cumulated vsize: 138568 KiB
Current children cumulated memory: 68032 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.09 6/267 56368
/proc/meminfo: memFree=121682160/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=138916 memory=68160 CPUtime=3215.53 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19100 0 0 0 320920 633 0 0 20 0 2 0 53478849 142249984 17040 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34729 17040 2848 641 0 17212 0
[pid=56019/tid=56021] ppid=56016 vsize=138916 memory=68160 CPUtime=1.44 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 48 96 0 0 20 0 2 0 53478850 142249984 17040 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3215.53 s
Current children cumulated vsize: 138916 KiB
Current children cumulated memory: 68160 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.09 4.09 6/267 56370
/proc/meminfo: memFree=121674144/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=139172 memory=68288 CPUtime=3275.4 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19135 0 0 0 326902 638 0 0 20 0 2 0 53478849 142512128 17072 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34793 17072 2848 641 0 17276 0
[pid=56019/tid=56021] ppid=56016 vsize=139172 memory=68288 CPUtime=1.47 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 49 98 0 0 20 0 2 0 53478850 142512128 17072 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3275.4 s
Current children cumulated vsize: 139172 KiB
Current children cumulated memory: 68288 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/267 56372
/proc/meminfo: memFree=121674080/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=139172 memory=68288 CPUtime=3335.28 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19137 0 0 0 332883 645 0 0 20 0 2 0 53478849 142512128 17072 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34793 17072 2848 641 0 17276 0
[pid=56019/tid=56021] ppid=56016 vsize=139172 memory=68288 CPUtime=1.49 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 50 99 0 0 20 0 2 0 53478850 142512128 17072 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3335.28 s
Current children cumulated vsize: 139172 KiB
Current children cumulated memory: 68288 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.09 4.09 6/267 56376
/proc/meminfo: memFree=121665884/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=139172 memory=68288 CPUtime=3395.16 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19138 0 0 0 338865 651 0 0 20 0 2 0 53478849 142512128 17072 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 34793 17072 2848 641 0 17276 0
[pid=56019/tid=56021] ppid=56016 vsize=139172 memory=68288 CPUtime=1.52 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 51 101 0 0 20 0 2 0 53478850 142512128 17072 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3395.16 s
Current children cumulated vsize: 139172 KiB
Current children cumulated memory: 68288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.43 4.18 4.12 6/267 56379
/proc/meminfo: memFree=121657492/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=158396 memory=68672 CPUtime=3455.04 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19229 0 0 0 344847 657 0 0 20 0 2 0 53478849 162197504 17168 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 39599 17168 2848 641 0 22082 0
[pid=56019/tid=56021] ppid=56016 vsize=158396 memory=68672 CPUtime=1.56 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 53 103 0 0 20 0 2 0 53478850 162197504 17168 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3455.04 s
Current children cumulated vsize: 158396 KiB
Current children cumulated memory: 68672 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.16 4.11 6/266 56381
/proc/meminfo: memFree=121657604/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=158396 memory=68672 CPUtime=3514.91 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19230 0 0 0 350827 664 0 0 20 0 2 0 53478849 162197504 17168 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 39599 17168 2848 641 0 22082 0
[pid=56019/tid=56021] ppid=56016 vsize=158396 memory=68672 CPUtime=1.58 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 44 0 0 0 53 105 0 0 20 0 2 0 53478850 162197504 17168 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3514.91 s
Current children cumulated vsize: 158396 KiB
Current children cumulated memory: 68672 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.14 4.11 6/268 56389
/proc/meminfo: memFree=121657724/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=158396 memory=68672 CPUtime=3574.78 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19240 0 0 0 356808 670 0 0 20 0 2 0 53478849 162197504 17168 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 39599 17168 2848 641 0 22082 0
[pid=56019/tid=56021] ppid=56016 vsize=158396 memory=68672 CPUtime=1.61 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 45 0 0 0 54 107 0 0 20 0 2 0 53478850 162197504 17168 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3574.78 s
Current children cumulated vsize: 158396 KiB
Current children cumulated memory: 68672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.6 s]
/proc/loadavg: 4.07 4.13 4.10 5/268 56390
/proc/meminfo: memFree=121657548/131249996 swapFree=33010684/33010684
[pid=56019] ppid=56016 vsize=158724 memory=69084 CPUtime=3600.03 cores=4,6
/proc/56019/stat : 56019 (ipbhs_gurobi) R 56016 56019 55452 0 -1 4194304 19406 0 0 0 359330 673 0 0 20 0 2 0 53478849 162533376 17271 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
/proc/56019/statm: 39681 17271 2848 641 0 22164 0
[pid=56019/tid=56021] ppid=56016 vsize=158724 memory=17792 CPUtime=1.63 cores=4,6
/proc/56019/task/56021/stat : 56021 (ipbhs_gurobi) S 56016 56019 55452 0 -1 4194368 45 0 0 0 55 108 0 0 20 0 2 0 53478850 162533376 17271 18446744073709551615 94423324270592 94423326895645 140732064757392 0 0 0 0 4096 0 1 0 0 -1 6 0 0 0 0 0 94423327514520 94423327547482 94423344586752 140732064762271 140732064762375 140732064762375 140732064767977 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 158724 KiB
Current children cumulated memory: 69084 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.31 s, system=6.73623 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.61
CPU time (s): 3600.05
CPU user time (s): 3593.31
CPU system time (s): 6.73623
CPU usage (%): 99.7905
Max. virtual memory (cumulated for all children) (KiB): 158724
Max. memory (cumulated for all children) (KiB): 69084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.31
system time used= 6.73623
maximum resident set size= 69312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19406
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= 358849
involuntary context switches= 1659


# summary of solver processes directly reported to runsolver:
#   pid: 56019
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3593.31
#   total CPU system time (s): 6.73623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.86303 second user time and 15.7012 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-01 15:53:31
IDJOB=4490686
IDBENCH=147611
IDSOLVER=3333
FILE ID=nodeC017/4490686-1751378011
RUNJOBID= nodeC017-1751372825-55463
SLURM_JOB_ID= 9598204
Free space on /tmp= 432844 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_7_60_2.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490686-1751378011/watcher-4490686-1751378011 -o /tmp/evaluation-result-4490686-1751378011/solver-4490686-1751378011 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751372825-55463 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4490686-1751378011.opb --max-coef 1000000000

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

MD5SUM BENCH= 39a6e806d7aaba09f767f3cbd6afa1ec
RANDOM SEED=1196316555

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126400972 kB
MemAvailable:   129612188 kB
Buffers:            2380 kB
Cached:          3981452 kB
SwapCached:            0 kB
Active:           523788 kB
Inactive:        3667476 kB
Active(anon):     225504 kB
Inactive(anon):       12 kB
Active(file):     298284 kB
Inactive(file):  3667464 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59196 kB
Writeback:             4 kB
AnonPages:        205096 kB
Mapped:           116324 kB
Shmem:             18080 kB
KReclaimable:     169016 kB
Slab:             257864 kB
SReclaimable:     169016 kB
SUnreclaim:        88848 kB
KernelStack:        4304 kB
PageTables:         3552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     573836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    135168 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432776 MiB
End job on nodeC017 at 2025-07-01 16:53:39