Trace number 4510021

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 NameAnswerCPU timeWall clock time
UWrMaxSat-SCIP 2025-06-04UNSAT 69.8416 70.0252

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-46.cnf.gz-plain.pb.metafix.opb
MD5SUMd0c8f70b306f746a2531c5dc399515b9
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark69.8416
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185
Total number of constraints380
Number of constraints which are clauses380
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
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.00/0.00	c Converting 380 PB-constraints to clauses...
0.00/0.00	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.00/0.00	c ============================[ Encoding Statistics ]============================
0.00/0.00	c |  Number of variables:           185                                         |
0.00/0.00	c |  Number of clauses:             380                                         |
0.00/0.00	c ===============================================================================
69.81/70.02	c Starting SCIP solver  (with time-limit: 900s) ...
69.81/70.02	c SCIP start delayed for at least 230s
69.81/70.02	c UNSATISFIABLE
69.81/70.02	c _______________________________________________________________________________
69.81/70.02	c 
69.81/70.02	c =======================[ UWrMaxSat resources usage ]===========================
69.81/70.02	c Memory used            : 59.00 MB
69.81/70.02	c CPU time               : 69.7182 s
69.81/70.02	c _______________________________________________________________________________
69.81/70.02	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: 63665 MiB (62854 MiB free)
  memory of node 1: 64507 MiB (64008 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=25927, runsolver pid=25918

[startup+0.100058 s]*
/proc/loadavg: 1.02 2.16 3.24 6/267 25936
/proc/meminfo: memFree=129896012/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=23948 memory=14592 CPUtime=0.09 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 1258 0 0 0 9 0 0 0 20 0 1 0 35122930 24522752 3648 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 5987 3648 2720 3139 0 2275 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23948 KiB
Current children cumulated memory: 14592 KiB

[startup+0.20546 s]*
/proc/loadavg: 1.02 2.16 3.24 6/267 25936
/proc/meminfo: memFree=129895520/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=24564 memory=15204 CPUtime=0.19 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 1656 0 0 0 19 0 0 0 20 0 1 0 35122930 25153536 3801 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 6141 3801 2720 3139 0 2429 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 24564 KiB
Current children cumulated memory: 15204 KiB

[startup+0.30464 s]*
/proc/loadavg: 1.02 2.16 3.24 6/267 25936
/proc/meminfo: memFree=129895016/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=25216 memory=15856 CPUtime=0.29 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 1969 0 0 0 29 0 0 0 20 0 1 0 35122930 25821184 3964 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 6304 3964 2720 3139 0 2592 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 25216 KiB
Current children cumulated memory: 15856 KiB

[startup+0.700105 s]
/proc/loadavg: 1.02 2.16 3.24 6/267 25936
/proc/meminfo: memFree=129894452/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=26064 memory=16612 CPUtime=0.68 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 2915 0 0 0 68 0 0 0 20 0 1 0 35122930 26689536 4153 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 6516 4153 2720 3139 0 2804 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 26064 KiB
Current children cumulated memory: 16612 KiB

[startup+1.50011 s]
/proc/loadavg: 1.02 2.16 3.24 6/267 25936
/proc/meminfo: memFree=129891428/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=27892 memory=18588 CPUtime=1.48 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 3779 0 0 0 148 0 0 0 20 0 1 0 35122930 28561408 4647 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 6973 4647 2720 3139 0 3261 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 27892 KiB
Current children cumulated memory: 18588 KiB

[startup+3.1053 s]
/proc/loadavg: 1.34 2.21 3.25 6/267 25936
/proc/meminfo: memFree=129881500/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=28572 memory=19208 CPUtime=3.08 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 6101 0 0 0 307 1 0 0 20 0 1 0 35122930 29257728 4802 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 7143 4802 2720 3139 0 3431 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 28572 KiB
Current children cumulated memory: 19208 KiB

[startup+6.30016 s]
/proc/loadavg: 1.34 2.21 3.25 6/267 25936
/proc/meminfo: memFree=129881208/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=32168 memory=22264 CPUtime=6.27 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 10000 0 0 0 625 2 0 0 20 0 1 0 35122930 32940032 5566 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 8042 5566 2720 3139 0 4330 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 32168 KiB
Current children cumulated memory: 22264 KiB

[startup+12.7001 s]
/proc/loadavg: 2.06 2.33 3.28 6/267 25936
/proc/meminfo: memFree=129861432/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=37160 memory=27052 CPUtime=12.65 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 19408 0 0 0 1261 4 0 0 20 0 1 0 35122930 38051840 6763 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 9290 6763 2720 3139 0 5578 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 37160 KiB
Current children cumulated memory: 27052 KiB

[startup+25.5002 s]
/proc/loadavg: 2.67 2.45 3.31 6/267 25936
/proc/meminfo: memFree=129845336/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=44104 memory=33404 CPUtime=25.42 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 27213 0 0 0 2536 6 0 0 20 0 1 0 35122930 45162496 8351 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 11026 8351 2720 3139 0 7314 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 44104 KiB
Current children cumulated memory: 33404 KiB

[startup+51.1055 s]
/proc/loadavg: 3.67 2.71 3.37 6/267 25937
/proc/meminfo: memFree=129802016/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=47276 memory=36860 CPUtime=50.96 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 38788 0 0 0 5087 9 0 0 20 0 1 0 35122930 48410624 9215 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 11819 9215 2720 3139 0 8107 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 47276 KiB
Current children cumulated memory: 36860 KiB

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

# cumulated CPU time of all completed processes:  user=69.7182 s, system=0.123396 s

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

[startup+51.2002 s]
/proc/loadavg: 3.67 2.71 3.37 6/267 25937
/proc/meminfo: memFree=129802016/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=47436 memory=36988 CPUtime=51.06 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 38821 0 0 0 5097 9 0 0 20 0 1 0 35122930 48574464 9247 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 11859 9247 2720 3139 0 8147 0
Current children cumulated CPU time: 51.06 s
Current children cumulated vsize: 47436 KiB
Current children cumulated memory: 36988 KiB

[startup+57.6002 s]
/proc/loadavg: 3.88 2.78 3.39 6/267 25937
/proc/meminfo: memFree=129796764/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=50584 memory=40212 CPUtime=57.44 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 43151 0 0 0 5734 10 0 0 20 0 1 0 35122930 51798016 10053 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 12646 10053 2720 3139 0 8934 0
Current children cumulated CPU time: 57.44 s
Current children cumulated vsize: 50584 KiB
Current children cumulated memory: 40212 KiB

[startup+64.0002 s]*
/proc/loadavg: 3.89 2.80 3.39 6/267 25938
/proc/meminfo: memFree=129786120/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=55816 memory=46084 CPUtime=63.83 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 47120 0 0 0 6372 11 0 0 20 0 1 0 35122930 57155584 11521 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 13954 11521 2720 3139 0 10242 0
Current children cumulated CPU time: 63.83 s
Current children cumulated vsize: 55816 KiB
Current children cumulated memory: 46084 KiB

[startup+67.2002 s]
/proc/loadavg: 3.89 2.82 3.39 6/266 25938
/proc/meminfo: memFree=129781020/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=47792 memory=38072 CPUtime=67.01 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 47644 0 0 0 6690 11 0 0 20 0 1 0 35122930 48939008 9518 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 11948 9518 2720 3139 0 8236 0
Current children cumulated CPU time: 67.01 s
Current children cumulated vsize: 47792 KiB
Current children cumulated memory: 38072 KiB

[startup+68.8002 s]
/proc/loadavg: 3.89 2.82 3.39 6/266 25938
/proc/meminfo: memFree=129781044/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=50884 memory=39872 CPUtime=68.6 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 48447 0 0 0 6849 11 0 0 20 0 1 0 35122930 52105216 9968 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 12721 9968 2720 3139 0 9009 0
Current children cumulated CPU time: 68.6 s
Current children cumulated vsize: 50884 KiB
Current children cumulated memory: 39872 KiB

[startup+69.6002 s]
/proc/loadavg: 3.89 2.82 3.39 6/266 25938
/proc/meminfo: memFree=129775940/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=51000 memory=40036 CPUtime=69.41 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 48920 0 0 0 6929 12 0 0 20 0 1 0 35122930 52224000 10009 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 12750 10009 2720 3139 0 9038 0
Current children cumulated CPU time: 69.41 s
Current children cumulated vsize: 51000 KiB
Current children cumulated memory: 40036 KiB

[startup+70.0002 s]*
/proc/loadavg: 3.89 2.82 3.39 6/266 25938
/proc/meminfo: memFree=129773924/131250000 swapFree=33010684/33010684
[pid=25927] ppid=25918 vsize=51000 memory=40036 CPUtime=69.81 cores=1,3
/proc/25927/stat : 25927 (uwrmaxsat-scip) R 25918 25927 25867 0 -1 4194304 48920 0 0 0 6969 12 0 0 20 0 1 0 35122930 52224000 10009 18446744073709551615 4198400 17051741 140722036005776 0 0 0 0 0 27682 0 0 0 17 1 0 0 0 0 0 19288744 19393640 54575104 140722036009274 140722036009444 140722036009444 140722036015046 0
/proc/25927/statm: 12750 10009 2720 3139 0 9038 0
Current children cumulated CPU time: 69.81 s
Current children cumulated vsize: 51000 KiB
Current children cumulated memory: 40036 KiB

Child status: 20

Real time (s): 70.0252
CPU time (s): 69.8416
CPU user time (s): 69.7182
CPU system time (s): 0.123396
CPU usage (%): 99.7378
Max. virtual memory (cumulated for all children) (KiB): 55816
Max. memory (cumulated for all children) (KiB): 46212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.7182
system time used= 0.123396
maximum resident set size= 51836
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48920
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= 160


# summary of solver processes directly reported to runsolver:
#   pid: 25927
#   total CPU time (s): 69.8416
#   total CPU user time (s): 69.7182
#   total CPU system time (s): 0.123396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.176998 second user time and 0.297907 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-06-29 12:53:47
IDJOB=4510021
IDBENCH=159423
IDSOLVER=3373
FILE ID=nodeC013/4510021-1751194426
RUNJOBID= nodeC013-1751194426-25879
SLURM_JOB_ID= 9587597
Free space on /tmp= 433060 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-46.cnf.gz-plain.pb.metafix.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-4510021-1751194426/watcher-4510021-1751194426 -o /tmp/evaluation-result-4510021-1751194426/solver-4510021-1751194426 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1751194426-25879 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4510021-1751194426.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= d0c8f70b306f746a2531c5dc399515b9
RANDOM SEED=558768597

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.833
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		: 3600.214
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		: 3623.951
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		: 3602.408
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.799
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		: 3600.796
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		: 3602.360
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:        129908660 kB
MemAvailable:   129800296 kB
Buffers:            3280 kB
Cached:           695396 kB
SwapCached:            0 kB
Active:           278676 kB
Inactive:         486592 kB
Active(anon):      79876 kB
Inactive(anon):        0 kB
Active(file):     198800 kB
Inactive(file):   486592 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             66096 kB
Writeback:             0 kB
AnonPages:         69608 kB
Mapped:            97984 kB
Shmem:             13284 kB
KReclaimable:      90564 kB
Slab:             176816 kB
SReclaimable:      90564 kB
SUnreclaim:        86252 kB
KernelStack:        4072 kB
PageTables:         2348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     316108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 432992 MiB
End job on nodeC013 at 2025-06-29 12:54:57