Trace number 4498584

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-04? 416.093 417.067

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM760396d2ac3ca07c4585eda9e150afe7
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 benchmark87132
Best CPU time to get the best result obtained on this benchmark324.795
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
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...
135.30/135.69	c Converting 7000 PB-constraints to clauses...
142.98/143.37	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
415.32/416.37	c Out of memery in converting constraints: std::bad_alloc
415.32/416.37	s UNKNOWN

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 (59912 MiB free)
  memory of node 1: 64507 MiB (63132 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498584-1751389309/watcher-4498584-1751389309 -o /tmp/evaluation-result-4498584-1751389309/solver-4498584-1751389309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751381293-49912 --watchdog 3760 HOME/uwrmaxsat-scip HOME/instance-4498584-1751389309.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=52450, runsolver pid=52447
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.15 4.10 4.09 5/263 52451
/proc/meminfo: memFree=125961060/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=75244 memory=48924 CPUtime=0.1 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 10686 0 0 0 8 2 0 0 20 0 1 0 54610843 77049856 12231 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 18811 12231 1120 3139 0 15099 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 75244 KiB
Current children cumulated memory: 48924 KiB

[startup+0.205538 s]*
/proc/loadavg: 4.15 4.10 4.09 5/263 52451
/proc/meminfo: memFree=125920800/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=130496 memory=91300 CPUtime=0.2 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 18218 0 0 0 17 3 0 0 20 0 1 0 54610843 133627904 22825 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 32624 22825 1120 3139 0 28912 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 130496 KiB
Current children cumulated memory: 91300 KiB

[startup+0.305447 s]*
/proc/loadavg: 4.15 4.10 4.09 5/263 52451
/proc/meminfo: memFree=125855900/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=169876 memory=149516 CPUtime=0.29 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 23599 0 0 0 24 5 0 0 20 0 1 0 54610843 173953024 37379 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 42469 37379 1120 3139 0 38757 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 169876 KiB
Current children cumulated memory: 149516 KiB

[startup+0.700189 s]
/proc/loadavg: 4.15 4.10 4.09 5/263 52451
/proc/meminfo: memFree=125737656/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=338320 memory=316700 CPUtime=0.69 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 34236 0 0 0 59 10 0 0 20 0 1 0 54610843 346439680 79175 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 84580 79175 1120 3139 0 80868 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 338320 KiB
Current children cumulated memory: 316700 KiB

[startup+1.50019 s]
/proc/loadavg: 4.22 4.12 4.10 5/263 52451
/proc/meminfo: memFree=125471928/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=675220 memory=644020 CPUtime=1.48 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 45569 0 0 0 130 18 0 0 20 0 1 0 54610843 691425280 161005 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 168805 161005 1120 3139 0 165093 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 675220 KiB
Current children cumulated memory: 644020 KiB

[startup+3.10535 s]
/proc/loadavg: 4.22 4.12 4.10 5/263 52451
/proc/meminfo: memFree=124730532/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=1338804 memory=1290580 CPUtime=3.09 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 89158 0 0 0 271 38 0 0 20 0 1 0 54610843 1370935296 322645 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 334701 322645 1120 3139 0 330989 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1338804 KiB
Current children cumulated memory: 1290580 KiB

[startup+6.30017 s]
/proc/loadavg: 4.28 4.13 4.10 5/263 52451
/proc/meminfo: memFree=123493772/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=2619628 memory=2579696 CPUtime=6.28 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 189430 0 0 0 545 83 0 0 20 0 1 0 54610843 2682499072 644924 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 654907 644924 1120 3139 0 651195 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 2619628 KiB
Current children cumulated memory: 2579696 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.13 4.10 5/263 52451
/proc/meminfo: memFree=121151056/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=5027908 memory=4745796 CPUtime=12.66 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 448597 0 0 0 1100 166 0 0 20 0 1 0 54610843 5148577792 1186417 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 1256977 1186417 1120 3139 0 1253265 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 5027908 KiB
Current children cumulated memory: 4745796 KiB

[startup+25.5002 s]
/proc/loadavg: 4.22 4.13 4.10 5/263 52451
/proc/meminfo: memFree=120822812/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=5485196 memory=5085396 CPUtime=25.43 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 534213 0 0 0 2362 181 0 0 20 0 1 0 54610843 5616840704 1271349 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 1371299 1271349 1120 3139 0 1367587 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 5485196 KiB
Current children cumulated memory: 5085396 KiB

[startup+51.1054 s]
/proc/loadavg: 4.21 4.13 4.10 5/263 52451
/proc/meminfo: memFree=119844632/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=6694476 memory=6060800 CPUtime=50.99 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 777185 0 0 0 4875 224 0 0 20 0 1 0 54610843 6855143424 1515200 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 1673619 1515200 1120 3139 0 1669907 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 6694476 KiB
Current children cumulated memory: 6060800 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.10 5/265 52459
/proc/meminfo: memFree=116634804/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=10201840 memory=9300864 CPUtime=102.07 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 1588264 0 0 0 9864 343 0 0 20 0 1 0 54610843 10446684160 2325216 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 2550460 2325216 1120 3139 0 2546748 0
Current children cumulated CPU time: 102.07 s
Current children cumulated vsize: 10201840 KiB
Current children cumulated memory: 9300864 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 52461
/proc/meminfo: memFree=104417028/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=23425948 memory=21622116 CPUtime=161.93 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 4608042 0 0 0 15161 1032 0 0 20 0 1 0 54610843 23988170752 5405529 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 5856487 5405529 2688 3139 0 5852775 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 23425948 KiB
Current children cumulated memory: 21622116 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/264 52463
/proc/meminfo: memFree=101900052/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=25897452 memory=24055856 CPUtime=221.78 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 4826329 0 0 0 21056 1122 0 0 20 0 1 0 54610843 26518990848 6013964 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 6474363 6013964 2688 3139 0 6470651 0
Current children cumulated CPU time: 221.78 s
Current children cumulated vsize: 25897452 KiB
Current children cumulated memory: 24055856 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/265 52466
/proc/meminfo: memFree=100397472/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=27388596 memory=25553804 CPUtime=281.64 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 4941935 0 0 0 26971 1193 0 0 20 0 1 0 54610843 28045922304 6388451 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 6847149 6388451 2688 3139 0 6843437 0
Current children cumulated CPU time: 281.64 s
Current children cumulated vsize: 27388596 KiB
Current children cumulated memory: 25553804 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/265 52468
/proc/meminfo: memFree=99505940/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=28357228 memory=26444424 CPUtime=341.5 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 5052844 0 0 0 32913 1237 0 0 20 0 1 0 54610843 29037801472 6611106 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 7089307 6611106 2688 3139 0 7085595 0
Current children cumulated CPU time: 341.5 s
Current children cumulated vsize: 28357228 KiB
Current children cumulated memory: 26444424 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 52471
/proc/meminfo: memFree=98751692/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=29519780 memory=27190044 CPUtime=401.35 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 5145487 0 0 0 38862 1273 0 0 20 0 1 0 54610843 30228254720 6797511 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 7379945 6797511 2688 3139 0 7376233 0
Current children cumulated CPU time: 401.35 s
Current children cumulated vsize: 29519780 KiB
Current children cumulated memory: 27190044 KiB

[startup+417.067 s]
# the end of solver process 52450 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=402.588 s, system=13.5053 s

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

[startup+409.6 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 52471
/proc/meminfo: memFree=98662436/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=29558984 memory=27270192 CPUtime=408.64 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 5155933 0 0 0 39587 1277 0 0 20 0 1 0 54610843 30268399616 6817548 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 7389746 6817548 2688 3139 0 7386034 0
Current children cumulated CPU time: 408.64 s
Current children cumulated vsize: 29558984 KiB
Current children cumulated memory: 27270192 KiB

[startup+412.8 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 52471
/proc/meminfo: memFree=98629672/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=29576576 memory=27306212 CPUtime=411.83 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 5160419 0 0 0 39904 1279 0 0 20 0 1 0 54610843 30286413824 6826553 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 7394144 6826553 2688 3139 0 7390432 0
Current children cumulated CPU time: 411.83 s
Current children cumulated vsize: 29576576 KiB
Current children cumulated memory: 27306212 KiB

[startup+414.4 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 52471
/proc/meminfo: memFree=98599428/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=29586220 memory=27326164 CPUtime=413.42 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 5162864 0 0 0 40063 1279 0 0 20 0 1 0 54610843 30296289280 6831541 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 7396555 6831541 2688 3139 0 7392843 0
Current children cumulated CPU time: 413.42 s
Current children cumulated vsize: 29586220 KiB
Current children cumulated memory: 27326164 KiB

[startup+416 s]*
/proc/loadavg: 4.09 4.11 4.09 5/264 52471
/proc/meminfo: memFree=98591416/131249996 swapFree=33010416/33010684
[pid=52450] ppid=52447 vsize=29593492 memory=27341592 CPUtime=415.02 cores=5,7
/proc/52450/stat : 52450 (uwrmaxsat-scip) R 52447 52450 49899 0 -1 4194304 5164666 0 0 0 40222 1280 0 0 20 0 1 0 54610843 30303735808 6835398 18446744073709551615 4198400 17051741 140737099397776 0 0 0 0 0 27682 0 0 0 17 5 0 0 0 0 0 19288744 19393640 56594432 140737099401530 140737099401700 140737099401700 140737099407302 0
/proc/52450/statm: 7398373 6835398 2688 3139 0 7394661 0
Current children cumulated CPU time: 415.02 s
Current children cumulated vsize: 29593492 KiB
Current children cumulated memory: 27341592 KiB

[startup+416.8 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 52471
/proc/meminfo: memFree=99736124/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+417 s]*
/proc/loadavg: 4.09 4.11 4.09 5/265 52475
/proc/meminfo: memFree=118439460/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 417.067
CPU time (s): 416.093
CPU user time (s): 402.588
CPU system time (s): 13.5053
CPU usage (%): 99.7665
Max. virtual memory (cumulated for all children) (KiB): 29598252
Max. memory (cumulated for all children) (KiB): 27350568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 402.588
system time used= 13.5053
maximum resident set size= 27350696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5165896
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= 556


# summary of solver processes directly reported to runsolver:
#   pid: 52450
#   total CPU time (s): 416.093
#   total CPU user time (s): 402.588
#   total CPU system time (s): 13.5053

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.694074 second user time and 1.93692 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-01 19:01:53
IDJOB=4498584
IDBENCH=148705
IDSOLVER=3373
FILE ID=nodeC030/4498584-1751389309
RUNJOBID= nodeC030-1751381293-49912
SLURM_JOB_ID= 9598222
Free space on /tmp= 432472 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.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-4498584-1751389309/watcher-4498584-1751389309 -o /tmp/evaluation-result-4498584-1751389309/solver-4498584-1751389309 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751381293-49912 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4498584-1751389309.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=1993994876

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125998120 kB
MemAvailable:   126351804 kB
Buffers:            2564 kB
Cached:          1147072 kB
SwapCached:           16 kB
Active:          3895644 kB
Inactive:         714600 kB
Active(anon):    3474108 kB
Inactive(anon):     4548 kB
Active(file):     421536 kB
Inactive(file):   710052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            524288 kB
Writeback:            32 kB
AnonPages:       3460948 kB
Mapped:           142292 kB
Shmem:             18048 kB
KReclaimable:     122268 kB
Slab:             210748 kB
SReclaimable:     122268 kB
SUnreclaim:        88480 kB
KernelStack:        4240 kB
PageTables:         9820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3897408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2117632 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432456 MiB
End job on nodeC030 at 2025-07-01 19:08:50