Trace number 4509593

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw32/normalized-hw32-vm99p-opt.opb.negationfix.opb
MD5SUM3f10ffbf957f8216a1934b9362956d36
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark0.861547
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11744
Total number of constraints798
Number of constraints which are clauses366
Number of constraints which are cardinality constraints (but not clauses)366
Number of constraints which are nor clauses,nor cardinality constraints66
Minimum length of a constraint32
Maximum length of a constraint367
Number of terms in the objective function 32
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 32
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 133314
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 283127
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c initialize IPBHS solver
0.00/0.01	c IPBHS 0.0.0 beta (8d0f613-dirty, Jun  3 2025 11:30:33), compiled with satsolvers: , optimizers: , GreedyOptimizer, Gurobi 12.0.2, RoundingSat 2, , , pbsolvers: RoundingSat 2, BreakID 0.0.0
0.00/0.01	c optimizer = "gurobi"
0.00/0.01	c pbsolver = "roundingsat"
0.00/0.01	c use separate pbsolver for SIS
0.00/0.01	c load symmetries from file ""
0.00/0.01	c set time limit for symmetry computation to 100 seconds.
0.00/0.01	c set interchangeable summation variable limit to 3
0.00/0.01	c enable explicit+compact SCL
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.19/0.25	c limit for coefficient in constraints and objective to 1000000000
0.19/0.25	c will solve HOME/instance-4509593-1751528462.opb
0.19/0.25	Searching graph automorphisms with time limit: 100
0.88/0.90	c [0.66] 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: 63708 MiB (56980 MiB free)
  memory of node 1: 64465 MiB (63703 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=78235, runsolver pid=78220

[startup+0.100062 s]*
/proc/loadavg: 0.80 2.57 3.46 7/267 78238
/proc/meminfo: memFree=122747372/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=828056 memory=416164 CPUtime=0.09 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 943 0 0 0 1 8 0 0 20 0 1 0 68525642 847929344 104041 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 207014 104041 1600 641 0 191771 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 828056 KiB
Current children cumulated memory: 416164 KiB

[startup+0.204613 s]*
/proc/loadavg: 0.80 2.57 3.46 7/267 78238
/proc/meminfo: memFree=121904832/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=836436 memory=773700 CPUtime=0.19 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 3678 0 0 0 5 14 0 0 20 0 1 0 68525642 856510464 193425 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 209109 193425 1696 641 0 193866 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 836436 KiB
Current children cumulated memory: 773700 KiB

[startup+0.304955 s]*
/proc/loadavg: 0.80 2.57 3.46 6/269 78240
/proc/meminfo: memFree=121670360/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=869184 memory=793796 CPUtime=0.28 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 8396 0 0 0 13 15 0 0 20 0 2 0 68525642 890044416 198449 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 217296 198449 2336 641 0 199779 0
[pid=78235/tid=78239] ppid=78220 vsize=869184 memory=-7459211752136080830 CPUtime=0 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68525664 890044416 198449 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 869184 KiB
Current children cumulated memory: 793796 KiB

[startup+0.700128 s]
/proc/loadavg: 0.80 2.57 3.46 6/269 78240
/proc/meminfo: memFree=121629704/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=898828 memory=820804 CPUtime=0.67 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 15122 0 0 0 51 16 0 0 20 0 2 0 68525642 920399872 205201 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 224707 205201 2336 641 0 207190 0
[pid=78235/tid=78239] ppid=78220 vsize=898828 memory=19072 CPUtime=0 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 68525664 920399872 205201 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 898828 KiB
Current children cumulated memory: 820804 KiB

[startup+1.50013 s]
/proc/loadavg: 0.97 2.57 3.46 5/264 78248
/proc/meminfo: memFree=122578724/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=909788 memory=837172 CPUtime=1.48 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 19325 0 0 0 128 20 0 0 20 0 2 0 68525642 931622912 209293 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 227447 209293 3264 641 0 209930 0
[pid=78235/tid=78239] ppid=78220 vsize=909788 memory=19072 CPUtime=0 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 2 0 68525664 931622912 209293 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 909788 KiB
Current children cumulated memory: 837172 KiB

[startup+3.10441 s]
/proc/loadavg: 0.97 2.57 3.46 6/268 78286
/proc/meminfo: memFree=121202276/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=921388 memory=850816 CPUtime=3.08 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 31020 0 0 0 284 24 0 0 20 0 2 0 68525642 943501312 212704 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 230347 212704 3264 641 0 212830 0
[pid=78235/tid=78239] ppid=78220 vsize=921388 memory=0 CPUtime=0 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 68525664 943501312 212704 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 921388 KiB
Current children cumulated memory: 850816 KiB

[startup+6.30012 s]
/proc/loadavg: 1.22 2.60 3.46 6/269 78287
/proc/meminfo: memFree=120819648/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=933064 memory=858776 CPUtime=6.27 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 48931 0 0 0 595 32 0 0 20 0 2 0 68525642 955457536 214694 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 233266 214694 3264 641 0 215749 0
[pid=78235/tid=78239] ppid=78220 vsize=933064 memory=854432 CPUtime=0 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 68525664 955457536 214694 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 933064 KiB
Current children cumulated memory: 858776 KiB

[startup+12.7001 s]
/proc/loadavg: 1.44 2.62 3.47 6/269 78287
/proc/meminfo: memFree=120585584/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=994712 memory=922944 CPUtime=12.66 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 90624 0 0 0 1224 42 0 0 20 0 2 0 68525642 1018585088 230736 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 248678 230736 3264 641 0 231161 0
[pid=78235/tid=78239] ppid=78220 vsize=994712 memory=920872 CPUtime=0 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 68525664 1018585088 230736 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 994712 KiB
Current children cumulated memory: 922944 KiB

[startup+25.5001 s]
/proc/loadavg: 1.83 2.67 3.47 6/269 78287
/proc/meminfo: memFree=120444384/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=1068112 memory=966300 CPUtime=25.42 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 166219 0 0 0 2479 63 0 0 20 0 2 0 68525642 1093746688 241575 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 267028 241575 3264 641 0 249511 0
[pid=78235/tid=78239] ppid=78220 vsize=1068112 memory=16440 CPUtime=0 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 2 0 68525664 1093746688 241575 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1068112 KiB
Current children cumulated memory: 966300 KiB

[startup+51.1045 s]
/proc/loadavg: 2.86 2.84 3.51 6/269 78287
/proc/meminfo: memFree=120293328/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=1114264 memory=1012240 CPUtime=50.97 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 181319 0 0 0 4988 109 0 0 20 0 2 0 68525642 1141006336 253060 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 278566 253060 3264 641 0 261049 0
[pid=78235/tid=78239] ppid=78220 vsize=1114264 memory=1000080 CPUtime=0.01 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 16 0 0 0 1 0 0 0 20 0 2 0 68525664 1141006336 253060 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1114264 KiB
Current children cumulated memory: 1012240 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 3.04 3.54 6/270 78291
/proc/meminfo: memFree=120067388/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=1238880 memory=1118196 CPUtime=102.05 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 199893 0 0 0 10033 172 0 0 20 0 2 0 68525642 1268613120 279549 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 309720 279549 3264 641 0 292203 0
[pid=78235/tid=78239] ppid=78220 vsize=1238880 memory=1104908 CPUtime=0.02 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 17 0 0 0 1 1 0 0 20 0 2 0 68525664 1268613120 279549 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 1238880 KiB
Current children cumulated memory: 1118196 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 3.25 3.58 6/270 78293
/proc/meminfo: memFree=119835820/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=1272300 memory=1146740 CPUtime=161.91 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 272512 0 0 0 15969 222 0 0 20 0 2 0 68525642 1302835200 286685 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 318075 286685 3264 641 0 300558 0
[pid=78235/tid=78239] ppid=78220 vsize=1272300 memory=1120116 CPUtime=0.05 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 23 0 0 0 2 3 0 0 20 0 2 0 68525664 1302835200 286685 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 1272300 KiB
Current children cumulated memory: 1146740 KiB

[startup+222.3 s]
/proc/loadavg: 4.04 3.40 3.62 6/270 78295
/proc/meminfo: memFree=119700492/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=1289448 memory=1164024 CPUtime=221.77 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 293370 0 0 0 21871 306 0 0 20 0 2 0 68525642 1320394752 291006 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 322362 291006 3264 641 0 304845 0
[pid=78235/tid=78239] ppid=78220 vsize=1289448 memory=1164024 CPUtime=0.07 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 23 0 0 0 3 4 0 0 20 0 2 0 68525664 1320394752 291006 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 1289448 KiB
Current children cumulated memory: 1164024 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.53 3.65 6/270 78304
/proc/meminfo: memFree=119569436/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=1311688 memory=1186168 CPUtime=281.64 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 301505 0 0 0 27788 376 0 0 20 0 2 0 68525642 1343168512 296542 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 327922 296542 3264 641 0 310405 0
[pid=78235/tid=78239] ppid=78220 vsize=1311688 memory=1186168 CPUtime=0.1 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 24 0 0 0 4 6 0 0 20 0 2 0 68525664 1343168512 296542 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 1311688 KiB
Current children cumulated memory: 1186168 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.63 3.68 6/269 78306
/proc/meminfo: memFree=119365508/131250000 swapFree=33009904/33010684

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

/proc/meminfo: memFree=116301472/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=2926468 memory=2662444 CPUtime=3035.42 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1279029 0 0 0 301670 1872 0 0 20 0 2 0 68525642 2996703232 665611 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 731617 665611 3264 641 0 714100 0
[pid=78235/tid=78239] ppid=78220 vsize=2926468 memory=2658092 CPUtime=1.6 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 84 0 0 0 60 100 0 0 20 0 2 0 68525664 2996703232 665611 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3035.42 s
Current children cumulated vsize: 2926468 KiB
Current children cumulated memory: 2662444 KiB

[startup+3102.3 s]
/proc/loadavg: 4.12 4.11 4.09 6/267 78449
/proc/meminfo: memFree=116261328/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=2967248 memory=2702124 CPUtime=3095.29 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1295524 0 0 0 307641 1888 0 0 20 0 2 0 68525642 3038461952 675531 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 741812 675531 3264 641 0 724295 0
[pid=78235/tid=78239] ppid=78220 vsize=2967248 memory=2702124 CPUtime=1.63 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 85 0 0 0 61 102 0 0 20 0 2 0 68525664 3038461952 675531 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3095.29 s
Current children cumulated vsize: 2967248 KiB
Current children cumulated memory: 2702124 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.11 4.09 6/267 78451
/proc/meminfo: memFree=116226316/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=2967248 memory=2702252 CPUtime=3155.17 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1304469 0 0 0 313619 1898 0 0 20 0 2 0 68525642 3038461952 675563 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 741812 675563 3264 641 0 724295 0
[pid=78235/tid=78239] ppid=78220 vsize=2967248 memory=10752 CPUtime=1.67 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 87 0 0 0 62 105 0 0 20 0 2 0 68525664 3038461952 675563 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3155.17 s
Current children cumulated vsize: 2967248 KiB
Current children cumulated memory: 2702252 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.12 4.09 6/267 78453
/proc/meminfo: memFree=116209640/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=2977928 memory=2709676 CPUtime=3215.04 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1311596 0 0 0 319594 1910 0 0 20 0 2 0 68525642 3049398272 677419 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 744482 677419 3264 641 0 726965 0
[pid=78235/tid=78239] ppid=78220 vsize=2977928 memory=2703404 CPUtime=1.7 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 89 0 0 0 63 107 0 0 20 0 2 0 68525664 3049398272 677419 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3215.04 s
Current children cumulated vsize: 2977928 KiB
Current children cumulated memory: 2709676 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/268 78462
/proc/meminfo: memFree=116179152/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=2994252 memory=2721324 CPUtime=3274.92 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1361182 0 0 0 325559 1933 0 0 20 0 2 0 68525642 3066114048 680331 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 748563 680331 3264 641 0 731046 0
[pid=78235/tid=78239] ppid=78220 vsize=2994252 memory=2710956 CPUtime=1.74 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 91 0 0 0 64 110 0 0 20 0 2 0 68525664 3066114048 680331 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3274.92 s
Current children cumulated vsize: 2994252 KiB
Current children cumulated memory: 2721324 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/268 78465
/proc/meminfo: memFree=116169572/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=3044756 memory=2761132 CPUtime=3334.8 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1389514 0 0 0 331531 1949 0 0 20 0 2 0 68525642 3117830144 690283 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 761189 690283 3264 641 0 743672 0
[pid=78235/tid=78239] ppid=78220 vsize=3044756 memory=2751404 CPUtime=1.77 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 93 0 0 0 66 111 0 0 20 0 2 0 68525664 3117830144 690283 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3334.8 s
Current children cumulated vsize: 3044756 KiB
Current children cumulated memory: 2761132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.11 4.09 6/268 78467
/proc/meminfo: memFree=116050788/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=3195816 memory=2871084 CPUtime=3394.67 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1433231 0 0 0 337498 1969 0 0 20 0 2 0 68525642 3272515584 717771 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 798954 717771 3264 641 0 781437 0
[pid=78235/tid=78239] ppid=78220 vsize=3195816 memory=2751404 CPUtime=1.81 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 95 0 0 0 67 114 0 0 20 0 2 0 68525664 3272515584 717771 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3394.67 s
Current children cumulated vsize: 3195816 KiB
Current children cumulated memory: 2871084 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 6/268 78469
/proc/meminfo: memFree=115929180/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=3578092 memory=2951208 CPUtime=3454.55 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1458786 0 0 0 343473 1982 0 0 20 0 2 0 68525642 3663966208 737802 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 894523 737802 3264 641 0 877006 0
[pid=78235/tid=78239] ppid=78220 vsize=3578092 memory=2751404 CPUtime=1.84 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 97 0 0 0 68 116 0 0 20 0 2 0 68525664 3663966208 737802 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3454.55 s
Current children cumulated vsize: 3578092 KiB
Current children cumulated memory: 2951208 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.11 4.09 6/268 78471
/proc/meminfo: memFree=115730164/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=3677680 memory=3087080 CPUtime=3514.41 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1497688 0 0 0 349444 1997 0 0 20 0 2 0 68525642 3765944320 771770 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 919420 771770 3264 641 0 901903 0
[pid=78235/tid=78239] ppid=78220 vsize=3677680 memory=3079140 CPUtime=1.88 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 99 0 0 0 70 118 0 0 20 0 2 0 68525664 3765944320 771770 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3514.41 s
Current children cumulated vsize: 3677680 KiB
Current children cumulated memory: 3087080 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 6/267 78473
/proc/meminfo: memFree=115523308/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=3835388 memory=3287404 CPUtime=3574.28 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1557752 0 0 0 355405 2023 0 0 20 0 2 0 68525642 3927437312 821851 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 958847 821851 3264 641 0 941330 0
[pid=78235/tid=78239] ppid=78220 vsize=3835388 memory=10752 CPUtime=1.91 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 100 0 0 0 71 120 0 0 20 0 2 0 68525664 3927437312 821851 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3574.28 s
Current children cumulated vsize: 3835388 KiB
Current children cumulated memory: 3287404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.1 s]
/proc/loadavg: 4.14 4.12 4.09 6/268 78475
/proc/meminfo: memFree=115490748/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=3848516 memory=3306796 CPUtime=3600.02 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1695999 0 0 0 357951 2051 0 0 20 0 2 0 68525642 3940880384 826699 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 962129 826699 3264 641 0 944612 0
[pid=78235/tid=78239] ppid=78220 vsize=3848516 memory=3244596 CPUtime=1.92 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 102 0 0 0 71 121 0 0 20 0 2 0 68525664 3940880384 826699 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3848516 KiB
Current children cumulated memory: 3306796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3579.52 s, system=20.5796 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3608.1 s]
/proc/loadavg: 4.14 4.12 4.09 6/268 78475
/proc/meminfo: memFree=115490748/131250000 swapFree=33009904/33010684
[pid=78235] ppid=78220 vsize=3848516 memory=3306796 CPUtime=3600.02 cores=1,3
/proc/78235/stat : 78235 (ipbhs_gurobi) R 78220 78235 78166 0 -1 4194304 1695999 0 0 0 357951 2051 0 0 20 0 2 0 68525642 3940880384 826699 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
/proc/78235/statm: 962129 826699 3264 641 0 944612 0
[pid=78235/tid=78239] ppid=78220 vsize=3848516 memory=3244596 CPUtime=1.92 cores=1,3
/proc/78235/task/78239/stat : 78239 (ipbhs_gurobi) S 78220 78235 78166 0 -1 4194368 102 0 0 0 71 121 0 0 20 0 2 0 68525664 3940880384 826699 18446744073709551615 94477158866944 94477161491997 140736064869424 0 0 0 0 4096 0 1 0 0 -1 3 0 0 0 0 0 94477162110872 94477162143834 94477171281920 140736064870795 140736064870919 140736064870919 140736064876521 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 3848516 KiB
Current children cumulated memory: 3306796 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.18
CPU time (s): 3600.1
CPU user time (s): 3579.52
CPU system time (s): 20.5796
CPU usage (%): 99.7761
Max. virtual memory (cumulated for all children) (KiB): 3848516
Max. memory (cumulated for all children) (KiB): 3306796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.52
system time used= 20.5796
maximum resident set size= 3306796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1695999
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= 358934
involuntary context switches= 4316


# summary of solver processes directly reported to runsolver:
#   pid: 78235
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3579.52
#   total CPU system time (s): 20.5796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.33062 second user time and 12.2342 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-07-03 09:41:02
IDJOB=4509593
IDBENCH=158625
IDSOLVER=3334
FILE ID=nodeC033/4509593-1751528462
RUNJOBID= nodeC033-1751528462-78178
SLURM_JOB_ID= 9598666
Free space on /tmp= 429908 MiB

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

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

MD5SUM BENCH= 3f10ffbf957f8216a1934b9362956d36
RANDOM SEED=1034739643

nodeC033 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.217
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.13
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		: 3602.165
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.13
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		: 3601.670
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.13
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		: 3599.992
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.13
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.239
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.13
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.197
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.13
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.430
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.13
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		: 3600.967
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123586184 kB
MemAvailable:   129710620 kB
Buffers:            2128 kB
Cached:          6877664 kB
SwapCached:           68 kB
Active:           645396 kB
Inactive:        6297464 kB
Active(anon):      75572 kB
Inactive(anon):     5524 kB
Active(file):     569824 kB
Inactive(file):  6291940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            237316 kB
Writeback:            12 kB
AnonPages:         65944 kB
Mapped:           103888 kB
Shmem:             18028 kB
KReclaimable:     203820 kB
Slab:             295076 kB
SReclaimable:     203820 kB
SUnreclaim:        91256 kB
KernelStack:        3992 kB
PageTables:         2416 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     331516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 429664 MiB
End job on nodeC033 at 2025-07-03 10:41:11