Trace number 4519728

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.01 3607.81

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdecr1/
normalized-injcomp_opt_3layers_maxall_lastlayerdecr1_size_75.opb
MD5SUM275abd9c9127ffd447b577c0798b1c29
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 benchmark-148
Best CPU time to get the best result obtained on this benchmark1.79346
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables16800
Total number of constraints5849
Number of constraints which are clauses5625
Number of constraints which are cardinality constraints (but not clauses)149
Number of constraints which are nor clauses,nor cardinality constraints75
Minimum length of a constraint3
Maximum length of a constraint76
Number of terms in the objective function 11175
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 11175
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 11175
Number of bits of the biggest sum of numbers14
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.08	c limit for coefficient in constraints and objective to 1000000000
0.00/0.08	c will solve HOME/instance-4519728-1751536920.opb
0.00/0.08	c [0.02] 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 (62125 MiB free)
  memory of node 1: 64507 MiB (62082 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519728-1751536920/watcher-4519728-1751536920 -o /tmp/evaluation-result-4519728-1751536920/solver-4519728-1751536920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751532243-80327 --watchdog 3760 ./ipbhs_gurobi HOME/instance-4519728-1751536920.opb --max-coef 1000000000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100056 s]*
/proc/loadavg: 4.09 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127174224/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=109724 memory=36416 CPUtime=0.09 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 7608 0 0 0 7 2 0 0 20 0 2 0 69372314 112357376 9104 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 27431 9104 2784 641 0 9914 0
[pid=82339/tid=82341] ppid=82336 vsize=109724 memory=4026531960 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 69372320 112357376 9104 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 109724 KiB
Current children cumulated memory: 36416 KiB

[startup+0.205564 s]*
/proc/loadavg: 4.09 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127166160/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=115864 memory=44864 CPUtime=0.19 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 10074 0 0 0 17 2 0 0 20 0 2 0 69372314 118644736 11216 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 28966 11216 3328 641 0 11449 0
[pid=82339/tid=82341] ppid=82336 vsize=115864 memory=3472328132921917724 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 69372320 118644736 11216 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 115864 KiB
Current children cumulated memory: 44864 KiB

[startup+0.305484 s]*
/proc/loadavg: 4.09 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127166160/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=116416 memory=45376 CPUtime=0.29 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 10201 0 0 0 27 2 0 0 20 0 2 0 69372314 119209984 11344 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 29104 11344 3328 641 0 11587 0
[pid=82339/tid=82341] ppid=82336 vsize=116416 memory=-7387154157997423812 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 69372320 119209984 11344 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 116416 KiB
Current children cumulated memory: 45376 KiB

[startup+0.700169 s]
/proc/loadavg: 4.09 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127166160/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=119880 memory=50920 CPUtime=0.68 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 11075 0 0 0 66 2 0 0 20 0 2 0 69372314 122757120 12730 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 29970 12730 3328 641 0 12453 0
[pid=82339/tid=82341] ppid=82336 vsize=119880 memory=14976 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 69372320 122757120 12730 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 119880 KiB
Current children cumulated memory: 50920 KiB

[startup+1.50016 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127162380/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=133468 memory=63440 CPUtime=1.47 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 13718 0 0 0 143 4 0 0 20 0 2 0 69372314 136671232 15860 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 33367 15860 3328 641 0 15850 0
[pid=82339/tid=82341] ppid=82336 vsize=133468 memory=14976 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 69372320 136671232 15860 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 133468 KiB
Current children cumulated memory: 63440 KiB

[startup+3.1053 s]
/proc/loadavg: 4.08 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127123824/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=169940 memory=93556 CPUtime=3.08 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 28790 0 0 0 297 11 0 0 20 0 2 0 69372314 174018560 23389 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 42485 23389 3328 641 0 24968 0
[pid=82339/tid=82341] ppid=82336 vsize=169940 memory=69392 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 69372320 174018560 23389 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 169940 KiB
Current children cumulated memory: 93556 KiB

[startup+6.30018 s]
/proc/loadavg: 4.07 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127116268/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=208448 memory=131372 CPUtime=6.26 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 45183 0 0 0 609 17 0 0 20 0 2 0 69372314 213450752 32843 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 52112 32843 3328 641 0 34595 0
[pid=82339/tid=82341] ppid=82336 vsize=208448 memory=14976 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 69372320 213450752 32843 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 208448 KiB
Current children cumulated memory: 131372 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.14 4.10 5/268 82341
/proc/meminfo: memFree=127068164/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=285208 memory=192352 CPUtime=12.66 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 81141 0 0 0 1241 25 0 0 20 0 2 0 69372314 292052992 48088 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 71302 48088 3328 641 0 53785 0
[pid=82339/tid=82341] ppid=82336 vsize=285208 memory=183676 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 12 0 0 0 0 0 0 0 20 0 2 0 69372320 292052992 48088 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 285208 KiB
Current children cumulated memory: 192352 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.15 4.10 5/268 82342
/proc/meminfo: memFree=126957408/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=391876 memory=289748 CPUtime=25.43 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 108245 0 0 0 2506 37 0 0 20 0 2 0 69372314 401281024 72437 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 97969 72437 3328 641 0 80452 0
[pid=82339/tid=82341] ppid=82336 vsize=391876 memory=272780 CPUtime=0 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 13 0 0 0 0 0 0 0 20 0 2 0 69372320 401281024 72437 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 391876 KiB
Current children cumulated memory: 289748 KiB

[startup+51.1054 s]
/proc/loadavg: 4.08 4.13 4.10 5/268 82342
/proc/meminfo: memFree=126934804/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=405056 memory=313268 CPUtime=50.98 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 112598 0 0 0 5044 54 0 0 20 0 2 0 69372314 414777344 78317 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 101264 78317 3328 641 0 83747 0
[pid=82339/tid=82341] ppid=82336 vsize=405056 memory=14976 CPUtime=0.01 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 13 0 0 0 0 1 0 0 20 0 2 0 69372320 414777344 78317 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 405056 KiB
Current children cumulated memory: 313268 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.13 4.09 5/269 82345
/proc/meminfo: memFree=126879704/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=446068 memory=355992 CPUtime=102.06 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 121372 0 0 0 10101 105 0 0 20 0 2 0 69372314 456773632 88998 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 111517 88998 3328 641 0 94000 0
[pid=82339/tid=82341] ppid=82336 vsize=446068 memory=14976 CPUtime=0.04 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 14 0 0 0 1 3 0 0 20 0 2 0 69372320 456773632 88998 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 446068 KiB
Current children cumulated memory: 355992 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/269 82347
/proc/meminfo: memFree=126787416/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=591632 memory=446464 CPUtime=161.94 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 265494 0 0 0 16033 161 0 0 20 0 2 0 69372314 605831168 111616 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 147908 111616 3328 641 0 130391 0
[pid=82339/tid=82341] ppid=82336 vsize=591632 memory=5632 CPUtime=0.07 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 22 0 0 0 2 5 0 0 20 0 2 0 69372320 605831168 111616 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 161.94 s
Current children cumulated vsize: 591632 KiB
Current children cumulated memory: 446464 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 82349
/proc/meminfo: memFree=126739260/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=639308 memory=493296 CPUtime=221.82 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 342131 0 0 0 21967 215 0 0 20 0 2 0 69372314 654651392 123324 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 159827 123324 3328 641 0 142310 0
[pid=82339/tid=82341] ppid=82336 vsize=639308 memory=14976 CPUtime=0.1 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 26 0 0 0 3 7 0 0 20 0 2 0 69372320 654651392 123324 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 639308 KiB
Current children cumulated memory: 493296 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.13 4.10 5/267 82351
/proc/meminfo: memFree=126688968/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=670960 memory=543008 CPUtime=281.7 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 356573 0 0 0 27910 260 0 0 20 0 2 0 69372314 687063040 135752 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 167740 135752 3328 641 0 150223 0
[pid=82339/tid=82341] ppid=82336 vsize=670960 memory=528280 CPUtime=0.13 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 26 0 0 0 4 9 0 0 20 0 2 0 69372320 687063040 135752 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 281.7 s
Current children cumulated vsize: 670960 KiB
Current children cumulated memory: 543008 KiB

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

/proc/meminfo: memFree=124834568/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1272292 memory=1143188 CPUtime=2976 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 926139 0 0 0 296073 1527 0 0 20 0 2 0 69372314 1302827008 285797 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 318073 285797 3328 641 0 300556 0
[pid=82339/tid=82341] ppid=82336 vsize=1272292 memory=1143188 CPUtime=1.54 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 66 0 0 0 52 102 0 0 20 0 2 0 69372320 1302827008 285797 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 2976 s
Current children cumulated vsize: 1272292 KiB
Current children cumulated memory: 1143188 KiB

[startup+3042.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/268 82665
/proc/meminfo: memFree=124804332/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1272416 memory=1143060 CPUtime=3035.85 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 937181 0 0 0 302019 1566 0 0 20 0 2 0 69372314 1302953984 285765 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 318104 285765 3328 641 0 300587 0
[pid=82339/tid=82341] ppid=82336 vsize=1272416 memory=1143188 CPUtime=1.57 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 68 0 0 0 53 104 0 0 20 0 2 0 69372320 1302953984 285765 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3035.85 s
Current children cumulated vsize: 1272416 KiB
Current children cumulated memory: 1143060 KiB

[startup+3102.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/267 82712
/proc/meminfo: memFree=126482276/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1272416 memory=1143060 CPUtime=3095.7 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 944797 0 0 0 307962 1608 0 0 20 0 2 0 69372314 1302953984 285765 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 318104 285765 3328 641 0 300587 0
[pid=82339/tid=82341] ppid=82336 vsize=1272416 memory=14720 CPUtime=1.6 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 70 0 0 0 54 106 0 0 20 0 2 0 69372320 1302953984 285765 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3095.7 s
Current children cumulated vsize: 1272416 KiB
Current children cumulated memory: 1143060 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/267 82714
/proc/meminfo: memFree=126426512/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1272416 memory=1143188 CPUtime=3155.55 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 964791 0 0 0 313926 1629 0 0 20 0 2 0 69372314 1302953984 285797 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 318104 285797 3328 641 0 300587 0
[pid=82339/tid=82341] ppid=82336 vsize=1272416 memory=14720 CPUtime=1.64 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 71 0 0 0 55 109 0 0 20 0 2 0 69372320 1302953984 285797 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3155.55 s
Current children cumulated vsize: 1272416 KiB
Current children cumulated memory: 1143188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/267 82716
/proc/meminfo: memFree=126396148/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1272416 memory=1143188 CPUtime=3215.41 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 966067 0 0 0 319859 1682 0 0 20 0 2 0 69372314 1302953984 285797 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 318104 285797 3328 641 0 300587 0
[pid=82339/tid=82341] ppid=82336 vsize=1272416 memory=14720 CPUtime=1.67 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 71 0 0 0 56 111 0 0 20 0 2 0 69372320 1302953984 285797 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3215.41 s
Current children cumulated vsize: 1272416 KiB
Current children cumulated memory: 1143188 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 82718
/proc/meminfo: memFree=126364964/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1274428 memory=1144980 CPUtime=3275.26 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 970240 0 0 0 325809 1717 0 0 20 0 2 0 69372314 1305014272 286245 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 318607 286245 3328 641 0 301090 0
[pid=82339/tid=82341] ppid=82336 vsize=1274428 memory=1143700 CPUtime=1.69 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 71 0 0 0 57 112 0 0 20 0 2 0 69372320 1305014272 286245 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3275.26 s
Current children cumulated vsize: 1274428 KiB
Current children cumulated memory: 1144980 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/266 82720
/proc/meminfo: memFree=126326076/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1300160 memory=1160980 CPUtime=3335.1 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 975595 0 0 0 331741 1769 0 0 20 0 2 0 69372314 1331363840 290245 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 325040 290245 3328 641 0 307523 0
[pid=82339/tid=82341] ppid=82336 vsize=1300160 memory=5632 CPUtime=1.72 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 71 0 0 0 58 114 0 0 20 0 2 0 69372320 1331363840 290245 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3335.1 s
Current children cumulated vsize: 1300160 KiB
Current children cumulated memory: 1160980 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/266 82722
/proc/meminfo: memFree=126307020/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1300160 memory=1161108 CPUtime=3394.96 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 976105 0 0 0 337689 1807 0 0 20 0 2 0 69372314 1331363840 290277 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 325040 290277 3328 641 0 307523 0
[pid=82339/tid=82341] ppid=82336 vsize=1300160 memory=1160980 CPUtime=1.75 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 72 0 0 0 59 116 0 0 20 0 2 0 69372320 1331363840 290277 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3394.96 s
Current children cumulated vsize: 1300160 KiB
Current children cumulated memory: 1161108 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/267 82728
/proc/meminfo: memFree=126277660/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1312612 memory=1169300 CPUtime=3454.81 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 978704 0 0 0 343623 1858 0 0 20 0 2 0 69372314 1344114688 292325 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 328153 292325 3328 641 0 310636 0
[pid=82339/tid=82341] ppid=82336 vsize=1312612 memory=14720 CPUtime=1.78 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 72 0 0 0 60 118 0 0 20 0 2 0 69372320 1344114688 292325 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3454.81 s
Current children cumulated vsize: 1312612 KiB
Current children cumulated memory: 1169300 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/267 82730
/proc/meminfo: memFree=126184248/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1316416 memory=1190420 CPUtime=3514.67 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 981580 0 0 0 349558 1909 0 0 20 0 2 0 69372314 1348009984 297605 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 329104 297605 3328 641 0 311587 0
[pid=82339/tid=82341] ppid=82336 vsize=1316416 memory=1169812 CPUtime=1.81 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 73 0 0 0 61 120 0 0 20 0 2 0 69372320 1348009984 297605 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3514.67 s
Current children cumulated vsize: 1316416 KiB
Current children cumulated memory: 1190420 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/268 82744
/proc/meminfo: memFree=126133288/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1334500 memory=1233684 CPUtime=3574.55 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 999872 0 0 0 355495 1960 0 0 20 0 2 0 69372314 1366528000 308421 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 333625 308421 3328 641 0 316108 0
[pid=82339/tid=82341] ppid=82336 vsize=1334500 memory=1229716 CPUtime=1.84 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 75 0 0 0 62 122 0 0 20 0 2 0 69372320 1366528000 308421 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3574.55 s
Current children cumulated vsize: 1334500 KiB
Current children cumulated memory: 1233684 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.8 s]
/proc/loadavg: 4.12 4.10 4.09 5/268 82746
/proc/meminfo: memFree=126120652/131250000 swapFree=33008100/33010684
[pid=82339] ppid=82336 vsize=1334500 memory=1252500 CPUtime=3600 cores=0,2
/proc/82339/stat : 82339 (ipbhs_gurobi) R 82336 82339 80313 0 -1 4194304 1000457 0 0 0 358035 1965 0 0 20 0 2 0 69372314 1366528000 313125 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
/proc/82339/statm: 333625 313125 3328 641 0 316108 0
[pid=82339/tid=82341] ppid=82336 vsize=1334500 memory=-7387154157997423812 CPUtime=1.86 cores=0,2
/proc/82339/task/82341/stat : 82341 (ipbhs_gurobi) S 82336 82339 80313 0 -1 4194368 76 0 0 0 63 123 0 0 20 0 2 0 69372320 1366528000 313125 18446744073709551615 94809380130816 94809382755869 140722589359136 0 0 0 0 4096 0 1 0 0 -1 2 0 0 0 0 0 94809383374744 94809383407706 94809385238528 140722589366687 140722589366791 140722589366791 140722589372393 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 1334500 KiB
Current children cumulated memory: 1252500 KiB

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

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

# cumulated CPU time of all completed processes:  user=3580.36 s, system=19.6562 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.81
CPU time (s): 3600.01
CPU user time (s): 3580.36
CPU system time (s): 19.6562
CPU usage (%): 99.7839
Max. virtual memory (cumulated for all children) (KiB): 1334500
Max. memory (cumulated for all children) (KiB): 1252500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3580.36
system time used= 19.6562
maximum resident set size= 1252500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1000457
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= 358941
involuntary context switches= 4754


# summary of solver processes directly reported to runsolver:
#   pid: 82339
#   total CPU time (s): 3600.01
#   total CPU user time (s): 3580.36
#   total CPU system time (s): 19.6562

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.49635 second user time and 15.8025 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-03 12:02:00
IDJOB=4519728
IDBENCH=177407
IDSOLVER=3333
FILE ID=nodeC013/4519728-1751536920
RUNJOBID= nodeC013-1751532243-80327
SLURM_JOB_ID= 9598676
Free space on /tmp= 432468 MiB

SOLVER NAME= IPBHS-GUROBI 2025-06-09
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/injcomp/injcomp_opt_3layers_maxall_lastlayerdecr1/normalized-injcomp_opt_3layers_maxall_lastlayerdecr1_size_75.opb
COMMAND LINE= ./ipbhs_gurobi BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519728-1751536920/watcher-4519728-1751536920 -o /tmp/evaluation-result-4519728-1751536920/solver-4519728-1751536920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751532243-80327 --watchdog 3760  ./ipbhs_gurobi HOME/instance-4519728-1751536920.opb --max-coef 1000000000

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

MD5SUM BENCH= 275abd9c9127ffd447b577c0798b1c29
RANDOM SEED=1494732642

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127188560 kB
MemAvailable:   127440304 kB
Buffers:            1668 kB
Cached:          1046572 kB
SwapCached:         2024 kB
Active:          2678996 kB
Inactive:         733532 kB
Active(anon):    2357908 kB
Inactive(anon):    17632 kB
Active(file):     321088 kB
Inactive(file):   715900 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008100 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             59692 kB
Writeback:             4 kB
AnonPages:       2364708 kB
Mapped:           114672 kB
Shmem:             11252 kB
KReclaimable:     107588 kB
Slab:             196700 kB
SReclaimable:     107588 kB
SUnreclaim:        89112 kB
KernelStack:        4304 kB
PageTables:         7848 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    2802208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2246656 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432412 MiB
End job on nodeC013 at 2025-07-03 13:02:09