Trace number 4523639

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.02 3608.61

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/
normalized-bnn_mnist_back_image_73_label5_adversarial_norm_inf.opb
MD5SUMb9738ec4eef81a08a451499c860dc376
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 benchmark4
Best CPU time to get the best result obtained on this benchmark111.609
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1450
Total number of constraints2030
Number of constraints which are clauses941
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1088
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 157
Biggest coefficient in the objective function 65
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 231
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 438
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1634
Number of bits of the biggest sum of numbers11
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.00	c initialize IPBHS solver
0.00/0.00	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.00	c optimizer = "gurobi"
0.00/0.00	c pbsolver = "roundingsat"
0.00/0.00	c use separate pbsolver for SIS
0.00/0.00	c load symmetries from file ""
0.00/0.00	c set time limit for symmetry computation to 100 seconds.
0.00/0.00	c set interchangeable summation variable limit to 3
0.00/0.00	c enable explicit+compact SCL
0.00/0.00	c set sym compact max subset size to 5
0.00/0.00	c set explicit symmetry matrix usage to 1
0.00/0.00	c sym budget explicit to 100
0.00/0.00	c sym budget explicit lits to 6000
0.00/0.00	c sym budget compact to 100
0.00/0.00	c sym budget compact lits to 6000
0.00/0.00	c sym budget common to 0
0.00/0.00	c sym budget common lits to 0
0.00/0.00	c set sym generation to 's'
0.00/0.00	c set abstraction set creation to 10 iterations without LB change
0.00/0.00	c set abstraction set inputs to 0
0.00/0.00	c set abstraction set cluster min size to 2
0.00/0.00	c set abstraction set cluster max size to 100000000
0.00/0.00	c set abstraction set cluster activation limit to 2
0.00/0.00	c enable abstraction set require equal cost
0.00/0.00	c set abstraction set assumptions to 0
0.00/0.00	c set abstraction set constraint type to 0
0.00/0.00	c set abstract core extraction strategy to b
0.00/0.00	c set core extraction strategy to 2
0.00/0.00	c set core extraction shuffles 10
0.00/0.00	c set cores per iteration to 5
0.00/0.00	c set optimizer bound usage strategy to 2
0.00/0.00	c set optimizer max non-optimal iterations to 1000
0.00/0.00	c set small core cardinality limit to 2
0.00/0.00	c set max coef in cores to 1000000000
0.00/0.00	c set core processing techniques to 4095
0.00/0.00	c set SIS iterations to 5
0.00/0.00	c set SIS budget abs to 1000
0.00/0.00	c set SIS budget rel to 0.05
0.19/0.29	c limit for coefficient in constraints and objective to 1000000000
0.19/0.29	c will solve HOME/instance-4523639-1751608026.opb
0.19/0.29	Searching graph automorphisms with time limit: 100
0.29/0.36	c [0.17] 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 (60096 MiB free)
  memory of node 1: 64465 MiB (61594 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=83649, runsolver pid=83646
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.18 4.13 4.10 5/267 83650
/proc/meminfo: memFree=124596152/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=82344 memory=21120 CPUtime=0.09 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 3737 0 0 0 9 0 0 0 20 0 1 0 76480141 84320256 5280 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 20586 5280 1760 641 0 5343 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 82344 KiB
Current children cumulated memory: 21120 KiB

[startup+0.205502 s]*
/proc/loadavg: 4.18 4.13 4.10 5/268 83651
/proc/meminfo: memFree=124572932/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=125216 memory=57332 CPUtime=0.19 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 10680 0 0 0 18 1 0 0 20 0 2 0 76480141 128221184 14333 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 31304 14333 2368 641 0 13787 0
[pid=83649/tid=83651] ppid=83646 vsize=125216 memory=3472328132921917724 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76480159 128221184 14333 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 125216 KiB
Current children cumulated memory: 57332 KiB

[startup+0.305474 s]*
/proc/loadavg: 4.18 4.13 4.10 5/268 83651
/proc/meminfo: memFree=124548740/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=142912 memory=74996 CPUtime=0.29 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 15162 0 0 0 27 2 0 0 20 0 2 0 76480141 146341888 18749 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 35728 18749 2368 641 0 18211 0
[pid=83649/tid=83651] ppid=83646 vsize=142912 memory=-7387154157997357507 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76480159 146341888 18749 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 142912 KiB
Current children cumulated memory: 74996 KiB

[startup+0.700133 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 83651
/proc/meminfo: memFree=124548804/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=140204 memory=75248 CPUtime=0.68 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 15586 0 0 0 65 3 0 0 20 0 2 0 76480141 143568896 18812 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 35051 18812 3136 641 0 17534 0
[pid=83649/tid=83651] ppid=83646 vsize=140204 memory=18816 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76480159 143568896 18812 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 140204 KiB
Current children cumulated memory: 75248 KiB

[startup+1.50012 s]
/proc/loadavg: 4.18 4.13 4.10 5/268 83651
/proc/meminfo: memFree=124548804/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=142924 memory=76912 CPUtime=1.48 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 16011 0 0 0 143 5 0 0 20 0 2 0 76480141 146354176 19228 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 35731 19228 3136 641 0 18214 0
[pid=83649/tid=83651] ppid=83646 vsize=142924 memory=18816 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 2 0 76480159 146354176 19228 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 142924 KiB
Current children cumulated memory: 76912 KiB

[startup+3.10528 s]
/proc/loadavg: 4.16 4.12 4.09 5/268 83651
/proc/meminfo: memFree=124548876/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=147344 memory=79344 CPUtime=3.08 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 19600 0 0 0 301 7 0 0 20 0 2 0 76480141 150880256 19836 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 36836 19836 3136 641 0 19319 0
[pid=83649/tid=83651] ppid=83646 vsize=147344 memory=0 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 3 0 0 0 0 0 0 0 20 0 2 0 76480159 150880256 19836 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 147344 KiB
Current children cumulated memory: 79344 KiB

[startup+6.30011 s]
/proc/loadavg: 4.16 4.12 4.09 5/268 83651
/proc/meminfo: memFree=124548964/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=147344 memory=82044 CPUtime=6.27 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 22155 0 0 0 619 8 0 0 20 0 2 0 76480141 150880256 20511 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 36836 20511 3136 641 0 19319 0
[pid=83649/tid=83651] ppid=83646 vsize=147344 memory=82044 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 6 0 0 0 0 0 0 0 20 0 2 0 76480159 150880256 20511 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 147344 KiB
Current children cumulated memory: 82044 KiB

[startup+12.7001 s]
/proc/loadavg: 4.14 4.12 4.09 5/268 83651
/proc/meminfo: memFree=124528372/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=154524 memory=83580 CPUtime=12.65 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 30928 0 0 0 1252 13 0 0 20 0 2 0 76480141 158232576 20895 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 38631 20895 3136 641 0 21114 0
[pid=83649/tid=83651] ppid=83646 vsize=154524 memory=6468 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 8 0 0 0 0 0 0 0 20 0 2 0 76480159 158232576 20895 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 154524 KiB
Current children cumulated memory: 83580 KiB

[startup+25.5001 s]
/proc/loadavg: 4.12 4.12 4.09 5/268 83651
/proc/meminfo: memFree=124509708/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=154524 memory=89200 CPUtime=25.43 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 37924 0 0 0 2523 20 0 0 20 0 2 0 76480141 158232576 22300 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 38631 22300 3136 641 0 21114 0
[pid=83649/tid=83651] ppid=83646 vsize=154524 memory=86384 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 9 0 0 0 0 0 0 0 20 0 2 0 76480159 158232576 22300 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 154524 KiB
Current children cumulated memory: 89200 KiB

[startup+51.1053 s]
/proc/loadavg: 4.08 4.11 4.09 5/268 83653
/proc/meminfo: memFree=124474548/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=166200 memory=96624 CPUtime=50.97 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 44887 0 0 0 5063 34 0 0 20 0 2 0 76480141 170188800 24156 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 41550 24156 3136 641 0 24033 0
[pid=83649/tid=83651] ppid=83646 vsize=166200 memory=94576 CPUtime=0 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 11 0 0 0 0 0 0 0 20 0 2 0 76480159 170188800 24156 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 166200 KiB
Current children cumulated memory: 96624 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/269 83656
/proc/meminfo: memFree=124447280/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=166200 memory=96624 CPUtime=102.05 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 55796 0 0 0 10153 52 0 0 20 0 2 0 76480141 170188800 24156 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 41550 24156 3136 641 0 24033 0
[pid=83649/tid=83651] ppid=83646 vsize=166200 memory=96624 CPUtime=0.02 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 14 0 0 0 1 1 0 0 20 0 2 0 76480159 170188800 24156 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 166200 KiB
Current children cumulated memory: 96624 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/269 83658
/proc/meminfo: memFree=124443900/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=166200 memory=98672 CPUtime=161.91 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 56353 0 0 0 16112 79 0 0 20 0 2 0 76480141 170188800 24668 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 41550 24668 3136 641 0 24033 0
[pid=83649/tid=83651] ppid=83646 vsize=166200 memory=98672 CPUtime=0.03 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 14 0 0 0 1 2 0 0 20 0 2 0 76480159 170188800 24668 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 166200 KiB
Current children cumulated memory: 98672 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/269 83799
/proc/meminfo: memFree=123849480/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=166200 memory=100720 CPUtime=221.77 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 56679 0 0 0 22074 103 0 0 20 0 2 0 76480141 170188800 25180 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 41550 25180 3136 641 0 24033 0
[pid=83649/tid=83651] ppid=83646 vsize=166200 memory=100720 CPUtime=0.05 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 14 0 0 0 2 3 0 0 20 0 2 0 76480159 170188800 25180 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 221.77 s
Current children cumulated vsize: 166200 KiB
Current children cumulated memory: 100720 KiB

[startup+282.3 s]
/proc/loadavg: 4.34 4.18 4.11 5/269 83846
/proc/meminfo: memFree=124407232/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=185168 memory=104984 CPUtime=281.6 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 57734 0 0 0 28024 136 0 0 20 0 2 0 76480141 189612032 26246 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 46292 26246 3136 641 0 28775 0
[pid=83649/tid=83651] ppid=83646 vsize=185168 memory=104984 CPUtime=0.06 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 14 0 0 0 3 3 0 0 20 0 2 0 76480159 189612032 26246 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 185168 KiB
Current children cumulated memory: 104984 KiB

[startup+342.3 s]

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

/proc/meminfo: memFree=121818660/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=280736 memory=187520 CPUtime=2975.16 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 111863 0 0 0 296542 974 0 0 20 0 2 0 76480141 287473664 46880 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70184 46880 3136 641 0 52667 0
[pid=83649/tid=83651] ppid=83646 vsize=280736 memory=187520 CPUtime=0.91 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 33 58 0 0 20 0 2 0 76480159 287473664 46880 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 2975.16 s
Current children cumulated vsize: 280736 KiB
Current children cumulated memory: 187520 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.11 4.12 5/267 84089
/proc/meminfo: memFree=121819540/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=281120 memory=187904 CPUtime=3035.02 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 111993 0 0 0 302514 988 0 0 20 0 2 0 76480141 287866880 46976 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70280 46976 3136 641 0 52763 0
[pid=83649/tid=83651] ppid=83646 vsize=281120 memory=14432 CPUtime=0.93 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 34 59 0 0 20 0 2 0 76480159 287866880 46976 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3035.02 s
Current children cumulated vsize: 281120 KiB
Current children cumulated memory: 187904 KiB

[startup+3102.3 s]
/proc/loadavg: 4.04 4.09 4.10 5/267 84091
/proc/meminfo: memFree=121811664/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=281316 memory=188160 CPUtime=3094.87 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112065 0 0 0 308481 1006 0 0 20 0 2 0 76480141 288067584 47040 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70329 47040 3136 641 0 52812 0
[pid=83649/tid=83651] ppid=83646 vsize=281316 memory=188032 CPUtime=0.95 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 35 60 0 0 20 0 2 0 76480159 288067584 47040 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3094.87 s
Current children cumulated vsize: 281316 KiB
Current children cumulated memory: 188160 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.10 4.10 5/267 84092
/proc/meminfo: memFree=121810960/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=281316 memory=188160 CPUtime=3154.73 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112133 0 0 0 314448 1025 0 0 20 0 2 0 76480141 288067584 47040 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70329 47040 3136 641 0 52812 0
[pid=83649/tid=83651] ppid=83646 vsize=281316 memory=188160 CPUtime=0.96 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 35 61 0 0 20 0 2 0 76480159 288067584 47040 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3154.73 s
Current children cumulated vsize: 281316 KiB
Current children cumulated memory: 188160 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.10 4.10 5/267 84094
/proc/meminfo: memFree=121808156/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=283112 memory=191648 CPUtime=3214.59 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112540 0 0 0 320419 1040 0 0 20 0 2 0 76480141 289906688 47912 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70778 47912 3136 641 0 53261 0
[pid=83649/tid=83651] ppid=83646 vsize=283112 memory=188160 CPUtime=0.99 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 36 63 0 0 20 0 2 0 76480159 289906688 47912 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3214.59 s
Current children cumulated vsize: 283112 KiB
Current children cumulated memory: 191648 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/267 84096
/proc/meminfo: memFree=121808108/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=283112 memory=191648 CPUtime=3274.46 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112562 0 0 0 326387 1059 0 0 20 0 2 0 76480141 289906688 47912 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70778 47912 3136 641 0 53261 0
[pid=83649/tid=83651] ppid=83646 vsize=283112 memory=191648 CPUtime=1.01 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 37 64 0 0 20 0 2 0 76480159 289906688 47912 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3274.46 s
Current children cumulated vsize: 283112 KiB
Current children cumulated memory: 191648 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.12 4.10 5/267 84099
/proc/meminfo: memFree=121815188/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=283112 memory=191648 CPUtime=3334.32 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112605 0 0 0 332361 1071 0 0 20 0 2 0 76480141 289906688 47912 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70778 47912 3136 641 0 53261 0
[pid=83649/tid=83651] ppid=83646 vsize=283112 memory=18816 CPUtime=1.03 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 38 65 0 0 20 0 2 0 76480159 289906688 47912 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3334.32 s
Current children cumulated vsize: 283112 KiB
Current children cumulated memory: 191648 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/267 84101
/proc/meminfo: memFree=121811100/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=283884 memory=192416 CPUtime=3394.18 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112791 0 0 0 338331 1087 0 0 20 0 2 0 76480141 290697216 48104 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70971 48104 3136 641 0 53454 0
[pid=83649/tid=83651] ppid=83646 vsize=283884 memory=18816 CPUtime=1.04 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 38 66 0 0 20 0 2 0 76480159 290697216 48104 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3394.18 s
Current children cumulated vsize: 283884 KiB
Current children cumulated memory: 192416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.12 4.10 5/267 84103
/proc/meminfo: memFree=121786108/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=283884 memory=192416 CPUtime=3454.04 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112799 0 0 0 344300 1104 0 0 20 0 2 0 76480141 290697216 48104 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 70971 48104 3136 641 0 53454 0
[pid=83649/tid=83651] ppid=83646 vsize=283884 memory=18816 CPUtime=1.07 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 39 68 0 0 20 0 2 0 76480159 290697216 48104 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3454.04 s
Current children cumulated vsize: 283884 KiB
Current children cumulated memory: 192416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/268 84112
/proc/meminfo: memFree=121777320/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=284020 memory=192544 CPUtime=3513.9 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112877 0 0 0 350269 1121 0 0 20 0 2 0 76480141 290836480 48136 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 71005 48136 3136 641 0 53488 0
[pid=83649/tid=83651] ppid=83646 vsize=284020 memory=14432 CPUtime=1.09 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 40 69 0 0 20 0 2 0 76480159 290836480 48136 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3513.9 s
Current children cumulated vsize: 284020 KiB
Current children cumulated memory: 192544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/268 84114
/proc/meminfo: memFree=121775688/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=284020 memory=192544 CPUtime=3573.76 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112887 0 0 0 356243 1133 0 0 20 0 2 0 76480141 290836480 48136 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 71005 48136 3136 641 0 53488 0
[pid=83649/tid=83651] ppid=83646 vsize=284020 memory=14432 CPUtime=1.1 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 40 70 0 0 20 0 2 0 76480159 290836480 48136 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3573.76 s
Current children cumulated vsize: 284020 KiB
Current children cumulated memory: 192544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.6 s]
/proc/loadavg: 4.09 4.09 4.09 5/268 84115
/proc/meminfo: memFree=121775712/131250000 swapFree=33007332/33010684
[pid=83649] ppid=83646 vsize=284020 memory=192544 CPUtime=3600 cores=5,7
/proc/83649/stat : 83649 (ipbhs_gurobi) R 83646 83649 82351 0 -1 4194304 112887 0 0 0 358863 1137 0 0 20 0 2 0 76480141 290836480 48136 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
/proc/83649/statm: 71005 48136 3136 641 0 53488 0
[pid=83649/tid=83651] ppid=83646 vsize=284020 memory=6852 CPUtime=1.11 cores=5,7
/proc/83649/task/83651/stat : 83651 (ipbhs_gurobi) S 83646 83649 82351 0 -1 4194368 28 0 0 0 41 70 0 0 20 0 2 0 76480159 290836480 48136 18446744073709551615 94372657102848 94372659727901 140729111029952 0 0 0 0 4096 0 1 0 0 -1 7 0 0 0 0 0 94372660346776 94372660379738 94372661596160 140729111034251 140729111034375 140729111034375 140729111039977 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 284020 KiB
Current children cumulated memory: 192544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.64 s, system=11.3779 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3608.61
CPU time (s): 3600.02
CPU user time (s): 3588.64
CPU system time (s): 11.3779
CPU usage (%): 99.7619
Max. virtual memory (cumulated for all children) (KiB): 284020
Max. memory (cumulated for all children) (KiB): 192544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.64
system time used= 11.3779
maximum resident set size= 192544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112887
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= 358955
involuntary context switches= 3842


# summary of solver processes directly reported to runsolver:
#   pid: 83649
#   total CPU time (s): 3600.02
#   total CPU user time (s): 3588.64
#   total CPU system time (s): 11.3779

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.56964 second user time and 14.5914 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-04 07:47:06
IDJOB=4523639
IDBENCH=180369
IDSOLVER=3334
FILE ID=nodeC019/4523639-1751608026
RUNJOBID= nodeC019-1751600365-82364
SLURM_JOB_ID= 9598878
Free space on /tmp= 431404 MiB

SOLVER NAME= IPBHS-GUROBI-SYM 2025-06-09
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_back_image_73_label5_adversarial_norm_inf.opb
COMMAND LINE= ./ipbhs_gurobi --sym-cores-compact BENCHNAME --max-coef 1000000000
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523639-1751608026/watcher-4523639-1751608026 -o /tmp/evaluation-result-4523639-1751608026/solver-4523639-1751608026 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751600365-82364 --watchdog 3760  ./ipbhs_gurobi --sym-cores-compact HOME/instance-4523639-1751608026.opb --max-coef 1000000000

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

MD5SUM BENCH= b9738ec4eef81a08a451499c860dc376
RANDOM SEED=1044854684

nodeC019 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.680
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.37
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.675
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.37
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		: 3585.924
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124611948 kB
MemAvailable:   126609748 kB
Buffers:             904 kB
Cached:          2799052 kB
SwapCached:          440 kB
Active:          3406196 kB
Inactive:        2649676 kB
Active(anon):    3243372 kB
Inactive(anon):    27736 kB
Active(file):     162824 kB
Inactive(file):  2621940 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             62332 kB
Writeback:             0 kB
AnonPages:       3248520 kB
Mapped:           119248 kB
Shmem:             15192 kB
KReclaimable:     104552 kB
Slab:             193808 kB
SReclaimable:     104552 kB
SUnreclaim:        89256 kB
KernelStack:        4304 kB
PageTables:         9604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3668528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2867200 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431292 MiB
End job on nodeC019 at 2025-07-04 08:47:15