Trace number 4522336

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
UWrMaxSat-SCIP 2025-06-04UNSAT 40.8221 40.9326

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-ns1769397.opb
MD5SUMd0e5186d4a85a790e67c4702cfcdde79
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.41322
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3772
Total number of constraints5527
Number of constraints which are clauses1716
Number of constraints which are cardinality constraints (but not clauses)425
Number of constraints which are nor clauses,nor cardinality constraints3386
Minimum length of a constraint1
Maximum length of a constraint470
Number of terms in the objective function 39
Biggest coefficient in the objective function 39
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 780
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1998
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 13358
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.00	c Using cadical-2.1.3-f13d744 SAT solver by Armin Biere et al. (2016 - )
0.00/0.00	c Setting memory limit to 31000MB.
0.00/0.00	c Parsing PB file...
0.20/0.21	c Converting 5618 PB-constraints to clauses...
0.20/0.27	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
40.78/40.91	c Boolean multilevel optimization (BMO) can be done in 1 point(s).
40.78/40.91	c ============================[  Problem Statistics ]============================
40.78/40.91	c |  Number of variables:         42567                                         |
40.78/40.91	c |  Number of clauses:          227602 (incl.           31 soft in queue)      |
40.78/40.91	c ===============================================================================
40.78/40.92	c Starting SCIP solver  (with time-limit: 900s) ...
40.78/40.92	c SCIP start delayed for at least 260s
40.78/40.92	c UNSATISFIABLE
40.78/40.92	c _______________________________________________________________________________
40.78/40.92	c 
40.78/40.92	c =======================[ UWrMaxSat resources usage ]===========================
40.78/40.92	c Memory used            : 732.00 MB
40.78/40.92	c CPU time               : 40.4738 s
40.78/40.92	c Constr Enc: Srt/BDD/Add: 3354 3 0
40.78/40.92	c Reused sorter inputs   : 2018 of 102418 inputs (1.97% in avg) in 4876 sorters
40.78/40.92	c _______________________________________________________________________________
40.78/40.92	s UNSATISFIABLE

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 (61798 MiB free)
  memory of node 1: 64465 MiB (62052 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522336-1751578641/watcher-4522336-1751578641 -o /tmp/evaluation-result-4522336-1751578641/solver-4522336-1751578641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751571372-92337 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4522336-1751578641.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000 

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


[startup+0.100063 s]*
/proc/loadavg: 4.10 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126815836/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=32444 memory=16512 CPUtime=0.1 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 3148 0 0 0 10 0 0 0 20 0 1 0 73542892 33222656 4128 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 8111 4128 1120 3139 0 4399 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 32444 KiB
Current children cumulated memory: 16512 KiB

[startup+0.205617 s]*
/proc/loadavg: 4.10 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126799708/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=42504 memory=26368 CPUtime=0.2 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 5612 0 0 0 20 0 0 0 20 0 1 0 73542892 43524096 6592 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 10626 6592 1120 3139 0 6914 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 42504 KiB
Current children cumulated memory: 26368 KiB

[startup+0.305543 s]*
/proc/loadavg: 4.10 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126791896/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=56452 memory=46444 CPUtime=0.29 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 9212 0 0 0 29 0 0 0 20 0 1 0 73542892 57806848 11611 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 14113 11611 2688 3139 0 10401 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 56452 KiB
Current children cumulated memory: 46444 KiB

[startup+0.700187 s]
/proc/loadavg: 4.10 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126758820/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=124524 memory=110152 CPUtime=0.69 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 20092 0 0 0 66 3 0 0 20 0 1 0 73542892 127512576 27538 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 31131 27538 2688 3139 0 27419 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 124524 KiB
Current children cumulated memory: 110152 KiB

[startup+1.50017 s]
/proc/loadavg: 4.10 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126673636/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=335616 memory=306516 CPUtime=1.49 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 41747 0 0 0 140 9 0 0 20 0 1 0 73542892 343670784 76629 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 83904 76629 2688 3139 0 80192 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 335616 KiB
Current children cumulated memory: 306516 KiB

[startup+3.10541 s]
/proc/loadavg: 4.10 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126338448/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=545748 memory=501948 CPUtime=3.09 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 74645 0 0 0 292 17 0 0 20 0 1 0 73542892 558845952 125487 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 136437 125487 2688 3139 0 132725 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 545748 KiB
Current children cumulated memory: 501948 KiB

[startup+6.30017 s]
/proc/loadavg: 4.10 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126210112/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=628392 memory=579368 CPUtime=6.27 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 78897 0 0 0 604 23 0 0 20 0 1 0 73542892 643473408 144842 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 157098 144842 2688 3139 0 153386 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 628392 KiB
Current children cumulated memory: 579368 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.14 4.12 5/263 93810
/proc/meminfo: memFree=126157748/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=653940 memory=618056 CPUtime=12.66 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 81528 0 0 0 1239 27 0 0 20 0 1 0 73542892 669634560 154514 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 163485 154514 2720 3139 0 159773 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 653940 KiB
Current children cumulated memory: 618056 KiB

[startup+25.5002 s]
/proc/loadavg: 4.07 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126272732/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=617700 memory=582004 CPUtime=25.42 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 83755 0 0 0 2511 31 0 0 20 0 1 0 73542892 632524800 145501 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 154425 145501 2720 3139 0 150713 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 617700 KiB
Current children cumulated memory: 582004 KiB

[startup+40.9325 s]
# the end of solver process 93809 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=40.474 s, system=0.348037 s

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

[startup+25.6002 s]
/proc/loadavg: 4.07 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126272732/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=617700 memory=582004 CPUtime=25.52 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 83755 0 0 0 2521 31 0 0 20 0 1 0 73542892 632524800 145501 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 154425 145501 2720 3139 0 150713 0
Current children cumulated CPU time: 25.52 s
Current children cumulated vsize: 617700 KiB
Current children cumulated memory: 582004 KiB

[startup+32.0002 s]*
/proc/loadavg: 4.06 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126268416/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=647052 memory=560200 CPUtime=31.91 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 84367 0 0 0 3158 33 0 0 20 0 1 0 73542892 662581248 140050 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 161763 140050 2720 3139 0 158051 0
Current children cumulated CPU time: 31.91 s
Current children cumulated vsize: 647052 KiB
Current children cumulated memory: 560200 KiB

[startup+35.2002 s]
/proc/loadavg: 4.06 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126267440/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=647052 memory=560200 CPUtime=35.1 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 84367 0 0 0 3477 33 0 0 20 0 1 0 73542892 662581248 140050 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 161763 140050 2720 3139 0 158051 0
Current children cumulated CPU time: 35.1 s
Current children cumulated vsize: 647052 KiB
Current children cumulated memory: 560200 KiB

[startup+38.4002 s]
/proc/loadavg: 4.06 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126267440/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=647052 memory=560200 CPUtime=38.29 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 84368 0 0 0 3796 33 0 0 20 0 1 0 73542892 662581248 140050 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 161763 140050 2720 3139 0 158051 0
Current children cumulated CPU time: 38.29 s
Current children cumulated vsize: 647052 KiB
Current children cumulated memory: 560200 KiB

[startup+40.0002 s]*
/proc/loadavg: 4.05 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126267440/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=647052 memory=574536 CPUtime=39.89 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 84408 0 0 0 3956 33 0 0 20 0 1 0 73542892 662581248 143634 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 161763 143634 2720 3139 0 158051 0
Current children cumulated CPU time: 39.89 s
Current children cumulated vsize: 647052 KiB
Current children cumulated memory: 574536 KiB

[startup+40.4001 s]
/proc/loadavg: 4.05 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126267440/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=647052 memory=574536 CPUtime=40.28 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 84408 0 0 0 3995 33 0 0 20 0 1 0 73542892 662581248 143634 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 161763 143634 2720 3139 0 158051 0
Current children cumulated CPU time: 40.28 s
Current children cumulated vsize: 647052 KiB
Current children cumulated memory: 574536 KiB

[startup+40.8002 s]
/proc/loadavg: 4.05 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126267440/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=647052 memory=574536 CPUtime=40.68 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 84408 0 0 0 4035 33 0 0 20 0 1 0 73542892 662581248 143634 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 161763 143634 2720 3139 0 158051 0
Current children cumulated CPU time: 40.68 s
Current children cumulated vsize: 647052 KiB
Current children cumulated memory: 574536 KiB

[startup+40.9002 s]
/proc/loadavg: 4.05 4.13 4.12 5/263 93811
/proc/meminfo: memFree=126267440/131249992 swapFree=33010160/33010684
[pid=93809] ppid=93806 vsize=647052 memory=574536 CPUtime=40.78 cores=5,7
/proc/93809/stat : 93809 (uwrmaxsat-scip) R 93806 93809 92324 0 -1 4194304 84408 0 0 0 4045 33 0 0 20 0 1 0 73542892 662581248 143634 18446744073709551615 4198400 17051741 140721487178400 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 54669312 140721487182138 140721487182308 140721487182308 140721487187910 0
/proc/93809/statm: 161763 143634 2720 3139 0 158051 0
Current children cumulated CPU time: 40.78 s
Current children cumulated vsize: 647052 KiB
Current children cumulated memory: 574536 KiB

Child status: 20

Real time (s): 40.9326
CPU time (s): 40.8221
CPU user time (s): 40.474
CPU system time (s): 0.348037
CPU usage (%): 99.73
Max. virtual memory (cumulated for all children) (KiB): 749696
Max. memory (cumulated for all children) (KiB): 681912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.474
system time used= 0.348037
maximum resident set size= 681912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84409
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= 2
involuntary context switches= 51


# summary of solver processes directly reported to runsolver:
#   pid: 93809
#   total CPU time (s): 40.8221
#   total CPU user time (s): 40.474
#   total CPU system time (s): 0.348037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09294 second user time and 0.203561 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-03 23:37:21
IDJOB=4522336
IDBENCH=178741
IDSOLVER=3373
FILE ID=nodeC025/4522336-1751578641
RUNJOBID= nodeC025-1751571372-92337
SLURM_JOB_ID= 9598791
Free space on /tmp= 432856 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-ns1769397.opb
COMMAND LINE= HOME/uwrmaxsat-scip BENCHNAME -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522336-1751578641/watcher-4522336-1751578641 -o /tmp/evaluation-result-4522336-1751578641/solver-4522336-1751578641 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751571372-92337 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4522336-1751578641.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= d0e5186d4a85a790e67c4702cfcdde79
RANDOM SEED=152808134

nodeC025 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.571
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.531
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		: 3603.267
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		: 3573.300
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.864
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.386
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		: 3537.501
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		: 3528.804
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:       131249992 kB
MemFree:        126823348 kB
MemAvailable:   127531940 kB
Buffers:            2128 kB
Cached:          1499388 kB
SwapCached:          200 kB
Active:          2541948 kB
Inactive:        1252628 kB
Active(anon):    2289348 kB
Inactive(anon):    21568 kB
Active(file):     252600 kB
Inactive(file):  1231060 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17568 kB
Writeback:             0 kB
AnonPages:       2294032 kB
Mapped:           138368 kB
Shmem:             17856 kB
KReclaimable:     128340 kB
Slab:             218128 kB
SReclaimable:     128340 kB
SUnreclaim:        89788 kB
KernelStack:        4240 kB
PageTables:         7560 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2658620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432840 MiB
End job on nodeC025 at 2025-07-03 23:38:02