Trace number 4484324

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-04OPT4 312.441 313.333

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:30:4.5:0.95:98.opb
MD5SUM95d9c8e5d82ddbf9273186de2f795996
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.958494
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4624
Total number of constraints5263
Number of constraints which are clauses4404
Number of constraints which are cardinality constraints (but not clauses)859
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Number of terms in the objective function 4624
Biggest coefficient in the objective function 2577
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 13335
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 2577
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 13335
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.03	c Converting 5262 PB-constraints to clauses...
0.00/0.04	c Using SCIP solver, version 9.02.2, https://www.scipopt.org
0.10/0.10	o 5678
0.10/0.13	c ============================[  Problem Statistics ]============================
0.10/0.13	c |  Number of variables:         11740                                         |
0.10/0.13	c |  Number of clauses:           43438 (incl.         2611 soft in queue)      |
0.10/0.13	c ===============================================================================
0.10/0.13	c Starting SCIP solver  (with time-limit: 900s) ...
0.10/0.13	c SCIP start delayed for at least 300s
0.59/0.69	o 1447
0.69/0.73	o 1445
0.69/0.75	o 1442
300.25/301.13	c SCIP started with lower and upper bounds: [-731, 1442]
312.41/313.31	c SCIP optimum (rounded): 4
312.41/313.31	c _______________________________________________________________________________
312.41/313.31	c 
312.41/313.31	c SCIP: SCIP Status        : problem is solved [optimal solution found]
312.41/313.31	c SCIP: Original Problem   :
312.41/313.31	c SCIP:   Problem name     : instance-4484324-1751285290.opb
312.41/313.31	c SCIP:   Variables        : 4623 (4623 binary, 0 integer, 0 implicit integer, 0 continuous)
312.41/313.31	c SCIP:   Constraints      : 10524 initial, 10524 maximal
312.41/313.31	c SCIP:   Objective        : minimize, 4623 non-zeros (abs.min = 1, abs.max = 4)
312.41/313.31	c SCIP: Total Time         :      12.18
312.41/313.31	c SCIP:   solving          :      12.18
312.41/313.31	c SCIP:   presolving       :       0.79 (included in solving)
312.41/313.31	c SCIP:   reading          :       0.00
312.41/313.31	c SCIP:   copying          :       0.01 (1 #copies) (minimal 0.01, maximal 0.01, average 0.01)
312.41/313.31	c =======================[ UWrMaxSat resources usage ]===========================
312.41/313.31	c Memory used            : 220.00 MB
312.41/313.31	c CPU time               : 312.112 s
312.41/313.31	c Constr Enc: Srt/BDD/Add: 858 0 0
312.41/313.31	c OptExp Enc: Srt/BDD/Add: 4612 0 0
312.41/313.31	c _______________________________________________________________________________
312.41/313.31	o 4
312.41/313.31	s OPTIMUM FOUND
312.41/313.31	v -x4222 -x3660 -x4227 -x3781 -x3681 x3133 -x2611 -x4226 -x3896 -x3780 -x3680 -x2610 x335 -x4027 x3782 x3134 -x2616 -x1997 x336 -x4229 -x4026 -x3895 x3783 -x3682 -x3136 x2615 -x1406 -x1104 -x560 x339 -x4230 -x4032 -x3899 x3784 x3684 -x3137 -x2617 -x1998 -x1109 x337 -x4233 -x4031 -x3791 x2621 -x2000 -x1409 -x1108 -x559 -x417 x338 -x4231 -x4033 -x3900 x3785 -x3685 x2620 -x2001 -x1410 -x1084 x563 -x4477 -x4286 -x4232 x4037 x3786 -x3725 -x3687 -x2618 -x1360 -x1226 -x1111 -x1083 -x4036 x3787 -x3724 -x3688 -x2619 -x1231 -x1112 x1089 x564 -x4480 -x4285 -x4034 -x3726 -x3311 x1230 -x1115 x1088 -x4481 -x4035 x3729 -x1113 x1090 -x655 -x4291 x3728 -x3310 -x2166 x1233 -x1114 x1094 -x990 -x654 -x4336 -x4289 x3733 -x1234 x1093 x656 -x4335 -x3732 -x3316 -x2165 x1237 x1091 -x993 x657 -x388 -x4290 -x3730 -x3314 x1235 x1092 -x994 x658 -x392 -x4360 -x4337 -x4294 -x3731 x2171 x1236 -x854 x665 x4339 -x3315 -x2169 x859 x659 -x4363 -x3319 x858 x660 -x4364 x4340 -x2170 x661 x4342 x3573 -x2174 x861 -x53 -x4343 x3572 x1980 x862 -x57 -x3709 x3574 x1979 x1337 -x865 -x317 x4622 x1984 -x863 -x3635 x1983 x1336 -x864 -x320 -x3639 x4623 -x321 -x3656 x3149 -x3131 -x1994 -x3659 -x1993 -x4221 -x3676 x3135 -x4223 x3675 -x3139 -x1939 -x4228 -x3138 -x2612 x1999 x340 x4225 -x3897 -x3794 -x3683 x2613 -x2003 -x1405 -x639 -x413 -x4234 -x4028 -x3901 -x3795 x3686 x2614 -x2002 -x1103 -x4029 -x3790 -x3690 x2625 -x2452 x1411 -x1356 -x1105 -x561 -x416 x4030 -x3689 -x2456 -x1110 x565 -x4476 -x4281 x4041 -x3903 -x3788 -x1359 x1107 -x3904 -x1225 x1116 -x1085 -x4482 -x4287 -x3306 -x1414 -x1227 -x1086 -x834 -x567 x3727 x1232 x1087 -x838 -x568 -x4292 x3741 -x3312 -x2161 x1229 x1098 -x989 -x4331 -x3737 x1238 -x4485 -x4330 -x4295 -x3736 -x3317 -x2167 -x995 x668 -x387 -x4293 x669 -x391 -x4359 -x4338 -x3320 x2172 x664 x4341 -x3318 -x853 x4365 x4345 -x2175 -x998 x855 -x662 x4344 -x2173 x860 -x3705 x857 -x52 -x866 -x56 -x4368 -x3708 -x316 -x225 x3575 x1981 -x229 -x3634 x3583 x1982 x1338 -x322 -x3638 x3579 x3578 x1988 -x1460 -x3655 x3148 -x3130 -x3661 -x3132 -x1935 -x3891 -x1995 -x4269 -x3890 -x3793 -x3143 x1996 -x1938 -x1401 -x635 x348 -x4224 -x3792 x3677 -x555 x344 -x4242 -x3898 x3678 -x3664 -x3457 -x2628 -x2007 -x1407 -x638 -x554 x412 x343 -x4238 -x3902 x3679 -x2629 -x4472 -x4237 -x4044 -x3906 -x3694 -x3286 x2624 -x2451 x1412 -x1355 -x562 -x418 -x4045 -x3905 -x3290 -x2455 -x1106 x566 -x4478 -x4040 -x3789 x2622 -x1415 -x1361 x1124 x570 x4280 -x1413 x1120 x569 x4483 x4282 -x4038 -x3738 -x1119 x1101 -x985 -x833 -x421 -x4288 x3740 -x3305 x1228 x1102 -x837 -x4486 x4284 -x3307 -x1364 -x1246 x1097 -x991 -x667 -x513 -x4484 -x4296 x3313 x2160 -x1242 -x666 -x517 -x4355 -x3734 x3309 x2162 -x1241 x1095 -x996 -x492 -x389 -x4332 -x3321 -x2168 -x393 x4361 -x4333 -x3735 x2164 -x999 x4334 x2176 -x997 x4366 x4349 -x663 -x395 x856 -x396 -x4369 -x3704 x874 -x312 -x54 -x4367 -x1333 x870 -x58 -x3710 -x3580 -x1720 -x1332 x869 -x318 x224 x3582 -x1724 -x228 -x3636 -x1991 -x1456 x1339 -x323 x60 -x3640 x1992 -x61 -x3713 x3576 -x1987 -x1459 x1340 -x542 x324 x1341 x325 -x3657 x3150 -x2280 x4270 -x3662 -x3146 -x1934 x345 x4268 -x3147 x347 -x4239 -x3665 -x3453 -x3154 -x3142 -x2627 -x2195 -x2010 -x1940 -x634 x408 -x4241 -x3892 -x3663 -x2626 -x2011 -x1400 -x4043 -x3893 -x3697 -x3456 -x3214 -x3140 -x2006 -x1402 -x1351 x640 x414 x341 -x4042 x3894 -x3698 -x3218 -x1408 -x556 -x4235 -x3910 -x3693 -x3285 -x2453 -x2004 -x1943 x1404 x1357 -x1121 -x557 -x419 -x342 -x4471 -x3289 -x2457 -x1416 -x1123 x558 -x4473 -x4236 -x3691 -x2623 x1362 -x1100 -x643 x574 x422 x4479 -x3739 -x1099 -x420 x4475 -x4039 -x2459 x1365 -x1243 -x1117 -x835 -x463 -x4487 x4283 -x2460 x1363 -x1245 -x984 -x839 -x467 -x383 x4304 -x1118 -x986 -x512 -x488 x382 x4300 -x3308 -x992 -x516 -x4299 -x3329 -x1239 -x1096 x988 x841 -x491 -x390 -x4354 x3325 x2163 -x1000 x842 -x394 x4356 -x4352 -x3324 x2184 -x1240 x398 x4362 x4353 -x2180 x397 -x48 x4358 x4348 -x3700 -x2179 x871 -x47 x4370 x873 -x4346 -x3706 x55 -x3630 -x3581 -x311 -x59 -x3711 -x3629 -x2264 -x1990 -x1719 x867 -x313 x226 x63 -x1989 -x1723 -x1334 x319 -x230 x62 -x3802 -x3714 x3637 -x1455 -x1335 -x868 -x538 x315 -x3806 -x3712 -x3641 x326 -x3642 -x3577 -x1985 -x1461 x1345 -x541 x232 -x3643 x233 -x3653 x3151 -x3145 x2279 -x1930 x4271 -x3658 -x3144 x346 -x3654 x3155 -x2191 -x2009 -x1936 -x630 -x4240 -x3666 x3153 -x2008 -x3696 -x3452 -x2194 -x2047 -x1941 x636 -x3695 -x2447 x407 -x3913 -x3458 -x3213 -x3141 -x2790 -x2446 x1944 x641 x409 -x3914 -x3217 x1942 -x1403 -x1350 -x1122 x415 -x3909 -x3287 -x2454 -x2005 x1424 -x1352 -x644 x577 x411 -x3291 -x2458 -x1420 x1358 -x829 -x642 x578 x423 -x3907 -x3692 -x3461 -x2462 -x1812 -x1419 x1354 -x828 x573 -x204 -x4474 -x2461 -x1816 x1366 -x1244 x4495 -x4301 x3293 -x836 -x571 -x462 x4491 -x4303 -x3294 x840 -x466 -x4490 -x3326 -x2929 x844 x514 -x487 -x157 -x3328 -x2933 -x987 x843 -x518 x384 -x4351 -x4297 -x2181 x1008 -x493 x385 -x4350 -x2183 x1004 x386 -x4298 -x3322 x1003 -x520 x402 x4357 x872 -x521 x4378 -x3323 -x2177 x496 x4374 x3699 -x220 -x49 x4373 -x4347 x3701 -x2260 -x2178 -x219 -x50 -x3707 x51 x3703 -x2263 -x1721 -x1451 x227 x67 -x3715 -x3631 -x1725 x314 x231 -x4580 -x3801 -x3632 -x1457 -x1348 -x537 x334 x235 -x3805 x3633 -x1349 x330 x234 -x3647 -x1986 -x1727 -x1462 x1344 -x543 x329 -x1728 -x4279 x3152 x2281 -x809 x295 -x4275 -x3652 x3156 -x1929 x813 -x4274 -x3674 -x3614 -x3448 -x2190 -x2043 -x1931 -x3670 -x1937 -x629 -x3912 -x3669 -x3454 -x2840 -x2786 -x2285 -x2196 -x2046 x1933 -x631 -x3911 -x3281 x1945 x637 -x3459 -x3280 -x3215 -x2789 -x1421 x633 -x576 -x3219 -x2448 -x1423 x645 -x575 x410 x3462 x3288 -x2449 -x2302 -x2199 x431 -x200 -x3460 -x3292 x2450 -x2306 -x1353 x427 -x4492 -x3908 x3296 -x3221 x2466 -x1811 -x1417 x1374 -x426 -x203 -x4494 -x4302 x3295 -x3222 x1815 x1370 -x830 -x508 -x1418 -x1369 -x831 -x572 -x507 -x483 x464 -x153 -x3327 x832 -x468 -x4488 -x2928 -x1837 -x1005 x848 x515 -x489 -x156 -x2932 -x2182 -x1841 -x1007 x519 -x4489 x523 x494 -x470 -x405 -x522 -x471 x406 x4375 -x1001 x497 x401 x4377 x495 -x1002 x399 -x1715 -x4371 x2259 -x1714 -x70 x3702 -x221 x71 -x4576 -x4372 x3723 -x2265 -x1722 -x1347 -x533 x331 -x222 x66 -x3719 -x1726 -x1450 -x1346 x333 x223 -x4579 -x3803 -x3718 -x3650 -x1730 x1452 -x539 x239 -x64 -x3807 -x3651 -x1729 x1458 -x3646 -x2268 x1454 -x1342 -x544 x327 x1463 -x4278 -x3671 -x3610 -x3164 x2282 -x2186 x808 x294 -x3673 -x3160 x812 -x4272 -x3613 -x3159 -x2836 -x2286 x2192 -x2042 -x3447 -x3209 -x2284 -x1932 -x4273 -x3667 -x3449 -x3208 -x2839 -x2785 -x2197 x2048 -x1953 -x1574 -x3455 x1949 -x1422 x632 -x3668 x3451 x3216 -x2791 -x2200 -x1948 x653 -x428 x3463 -x3282 -x3220 -x2198 x649 -x430 x3283 x3224 -x2469 -x2301 -x2051 -x1371 -x648 -x199 -x4493 x3284 -x3223 x2470 x2305 -x1373 -x458 x3300 -x2794 -x2465 -x1813 -x1620 -x457 -x424 x205 x1817 -x1624 -x4011 -x3358 -x2463 -x1367 -x851 x465 -x425 -x152 -x3362 -x1006 -x852 -x509 x482 x469 -x2930 -x1836 -x1819 -x1368 -x847 x510 x484 x473 -x404 -x208 -x158 x2934 -x1840 -x1820 x511 x490 -x472 -x403 -x845 x527 x486 x4376 x498 -x2936 -x161 -x2937 -x2255 x400 -x69 -x68 x3720 x2261 x1787 -x3797 x3722 -x1791 x1716 -x332 -x4575 -x3796 -x3649 -x2266 x1717 x242 -x3648 x1718 -x532 x243 -x4581 x3804 -x3716 -x2269 -x1912 -x1734 -x534 -x238 -x65 -x3808 -x2267 -x1916 x1453 x540 -x3809 -x3717 -x3644 x1471 -x1343 x536 x328 -x236 -x3810 x1467 -x545 -x4276 -x3672 -x3609 -x3163 x2283 -x2038 x810 x296 -x2287 x2185 x814 -x3615 -x3157 -x2835 -x2781 x2187 -x2044 -x1950 -x1570 x2193 -x1952 -x3158 -x2841 -x2787 x2189 -x2096 x2049 -x1573 x816 -x650 -x300 -x3450 -x3210 -x2201 x817 x652 -x429 -x3618 x3471 -x3211 -x2792 -x2468 x2052 -x1946 -x195 x3467 x3212 -x2467 x2050 -x1807 -x1372 x3466 -x3303 x3228 -x2844 -x2795 -x2303 -x1947 -x1806 -x646 x201 x3304 -x2793 x2307 -x4007 -x3299 x1814 -x1619 -x1435 -x850 -x647 x206 -x148 -x2924 x1818 -x1623 -x849 -x459 -x4010 -x3357 -x3297 -x2923 -x2464 -x2309 x1822 x460 -x209 x154 -x3361 -x2310 -x1821 x461 -x207 -x2979 -x2931 -x1838 -x530 x477 x159 x2983 x2935 -x1842 -x531 x485 -x2939 -x846 -x721 x526 x506 -x162 -x2938 x725 x502 -x160 -x1844 -x524 x501 -x1845 -x2503 x3721 x2254 -x4571 -x2765 x2256 x1786 -x241 x2262 -x1790 -x240 -x4577 x2258 x1737 -x3798 x2270 x1738 -x4582 -x3799 -x1911 -x1733 -x1468 x3800 -x1915 -x1470 x535 x4583 -x3814 -x3645 -x3119 -x1731 x553 -x237 x35 x4584 -x3123 x1466 x549 -x4277 -x3611 -x3161 -x2831 x2295 x811 -x741 x297 -x2291 -x2037 -x1951 x815 -x3616 -x2837 -x2290 -x2092 -x2039 x1569 x819 -x301 -x2780 x2188 -x2045 x818 -x651 -x299 -x3619 x3468 -x2842 -x2782 -x2327 -x2209 -x2095 x2041 -x1575 -x3617 x3470 -x2788 -x2331 -x2297 -x2205 x2053 -x3302 -x3231 -x2845 x2784 -x2296 -x2204 -x3301 -x3232 -x2843 x2796 -x194 -x3464 -x3227 -x2431 -x2304 -x1578 -x1431 -x196 x2308 x1808 x202 -x4006 -x3465 -x3225 x2312 x1809 -x1621 -x1434 x198 -x2311 -x1832 x1810 x1625 x210 -x147 -x4012 -x3359 -x3298 -x1960 -x1831 x1826 -x791 -x529 -x480 x149 x3363 -x2925 -x1964 -x528 -x481 x155 -x3752 -x2978 -x2926 x1839 -x1627 -x503 -x476 x151 x2982 x2927 x1843 -x1628 -x505 -x163 -x4015 -x3387 -x3365 x2943 -x2117 x1847 -x720 -x474 -x3366 -x2121 -x1846 x724 -x2499 -x525 x499 x2761 -x2502 -x500 x2764 x1788 -x1736 -x4570 x2257 x1792 -x1735 -x4572 x2278 x4578 x2274 -x1469 x4574 x3817 x2273 -x1913 -x1794 -x550 -x31 x4585 x3818 -x1917 -x1795 x552 -x3813 -x3118 -x1732 x34 -x3122 x1464 -x548 -x3607 -x3162 x2294 -x1565 x807 -x740 x298 -x3612 -x2830 x806 -x302 x3608 -x2832 -x2288 -x2206 -x2091 x1571 x823 -x3620 x3469 -x2838 -x2208 -x2040 -x3230 -x2834 -x2326 -x2289 -x2097 -x2061 x1576 -x3229 -x2846 -x2783 -x2330 x2057 x2804 -x2427 -x2202 -x2056 x1579 -x1181 -x82 x2800 -x2298 -x1615 x1577 -x1185 -x4002 -x3921 x2799 -x2430 x2299 -x2203 -x2100 -x1674 x1614 -x1430 -x3925 -x3353 x2300 x197 -x4008 -x3352 -x3226 x2316 -x1829 x1622 -x1436 -x787 -x479 x218 x1830 x1626 -x478 x214 -x4013 -x3748 -x3360 -x1959 -x1825 x1630 -x790 x213 x3364 x1963 -x1833 -x1629 -x504 x150 -x4016 -x3751 -x3383 x3368 -x2980 -x2946 -x1834 -x1823 -x1595 -x1439 x171 -x4014 -x3367 x2984 -x2947 x1835 -x1599 x167 -x3386 -x2942 -x2116 x1851 -x722 -x475 x166 -x2120 x726 x2986 -x2940 -x2498 -x254 x2987 -x1782 x2760 x2504 x1781 -x728 -x729 x2766 x2275 x1789 x2277 -x1907 x1793 -x3816 -x2507 -x1906 x1797 x4573 -x3815 x1796 -x551 x4593 -x2769 x2271 x1914 -x30 -x8 x4589 -x1918 -x12 x4588 -x3811 x3120 -x2272 -x1919 x36 -x3124 -x1920 x1465 -x546 x2292 x2087 -x1316 -x826 x742 -x310 -x3606 -x2207 -x1564 -x827 -x306 x3628 -x2591 -x2093 -x2058 x1566 x822 -x305 x3624 -x2833 -x2595 -x2060 x1572 x3623 -x2854 -x2801 -x2328 x2098 -x2022 x1568 -x820 -x746 -x78 -x2850 -x2803 -x2332 x1580 -x4427 -x2849 x2426 -x2101 -x2054 -x1670 -x1426 -x1180 -x81 -x4431 -x2099 -x1184 -x3920 -x2954 x2797 x2432 -x2334 -x2319 -x2055 -x1828 -x1673 -x1432 -x215 -x4001 -x3924 -x2958 -x2335 x2320 -x1827 x1616 -x217 -x4131 -x4003 x2798 x2315 x1617 -x1437 -x786 -x4009 -x3354 -x2974 x1618 x4005 -x3747 -x3355 -x2973 -x2945 -x2636 -x2435 -x2313 -x1961 x1634 -x1440 -x792 x211 -x168 -x4017 x3356 -x2944 -x2640 x1965 -x1438 -x716 -x170 x3753 -x3382 -x3372 -x2981 -x1866 -x1854 -x1824 -x1594 -x715 x212 x2985 -x1855 -x1598 -x3388 x2989 -x2494 -x2118 x1967 x1850 -x795 -x723 -x250 -x164 x2988 -x2122 -x1968 x727 -x3756 -x2941 -x2756 x2500 -x1848 x731 -x253 -x165 -x730 -x4156 -x3391 x2762 x2505 -x2124 -x2276 -x2125 x1783 x2767 x2508 x1784 -x2506 x1785 x4590 -x4506 -x2770 x1801 -x26 x4592 -x3114 -x2768 -x1908 -x3113 x1909 -x32 x7 x1910 -x11 -x4586 -x3812 x3121 x1924 -x371 x37 x3125 -x547 x375 x3625 -x2293 -x1315 -x824 x743 -x309 x3627 -x2322 x2086 -x2059 -x3020 -x2851 -x2590 -x2321 x2088 -x2018 -x747 -x303 -x3024 -x2853 -x2802 -x2594 x2094 x1567 -x745 -x3621 -x2422 x2329 x2090 -x2021 x1588 -x821 -x304 -x77 -x2333 x2102 x1584 -x4426 -x3622 -x2847 x2428 x2337 -x2318 -x1669 x1583 -x1182 -x83 -x4430 -x2336 -x2317 -x1425 -x1186 -x216 -x4127 -x3922 -x2953 -x2848 x2433 -x1675 -x1427 -x782 -x3926 -x2957 -x1955 -x1433 -x4130 -x3743 -x2436 -x1954 -x1637 -x1429 -x1188 -x788 -x86 x4004 -x2434 x1638 -x1441 -x1189 -x169 x4025 -x3928 -x3749 -x3378 -x3375 -x2635 -x2314 -x1962 -x1862 -x1853 -x1678 x1633 -x793 -x4021 -x3929 -x3376 -x2975 -x2639 -x2112 x1966 -x1852 -x4020 x3754 -x3384 -x3371 -x2976 -x2111 x1970 -x1865 x1631 -x1596 -x796 x2977 x1969 -x1600 -x794 -x717 -x3757 x3389 -x3369 -x2993 -x2119 x718 -x614 -x249 -x3755 -x2493 x2123 x719 -x4152 -x3392 -x2495 x2127 -x1849 -x1602 x735 -x255 -x3390 -x2755 x2501 x2126 -x1603 -x4155 x2757 -x2665 x2497 x2763 x2509 -x4502 -x3045 x2759 x1804 -x1019 -x258 -x4591 x3049 x2771 x1805 -x4505 x1800 -x25 -x1927 x1798 -x27 x9 x3115 x1928 x33 -x13 -x4587 x3116 -x1923 x370 x29 x3117 x374 x38 x3626 -x1317 -x825 x744 -x307 -x2852 x748 -x3019 -x2592 -x2017 x1585 -x73 -x3023 x2596 -x2323 x2089 x1587 -x1176 -x2324 -x2110 -x2023 -x1665 -x1321 -x1175 x79 -x3916 -x2421 x2325 -x2106 -x4428 -x3982 -x3915 -x2598 -x2423 -x2341 -x2105 -x1671 x1581 x1183 x84 -x4432 -x3986 -x2599 x2429 -x1187 -x4126 -x3923 -x2955 x2425 -x2026 x1676 -x1636 -x1582 -x1520 -x1191 x87 -x3927 x2959 x2437 -x1635 x1524 -x1428 -x1190 -x781 -x85 -x4434 -x4132 -x4022 -x3931 -x3374 x1679 -x1449 -x783 -x4435 -x4024 -x3930 -x3742 -x3373 -x1956 x1677 -x1590 -x1445 x789 -x3744 x2961 -x2637 -x1957 -x1861 -x1695 -x1589 -x1444 x785 x3750 -x3377 -x2962 -x2641 x1958 -x1699 -x797 -x4135 -x4018 x3746 -x3379 -x2996 x1974 -x1867 x1632 -x1597 -x610 -x245 -x3758 -x3385 -x2997 -x2113 x1601 -x4249 -x4019 x3381 -x3370 -x2992 -x2643 -x2114 x1605 -x738 -x613 -x251 -x4253 -x3393 -x2644 x2115 x1604 x739 -x4151 -x2990 -x2661 x2131 -x1870 x734 x256 -x2496 -x4157 -x2664 x2517 -x1803 -x1015 -x732 x259 x2758 x2513 x1802 -x257 -x4531 -x4501 -x4452 -x3044 x2779 -x2512 x1018 -x4456 x3048 x2775 -x3 -x4507 -x4160 -x2774 -x1926 -x1381 -x935 x2 -x1925 -x1385 -x1799 x10 -x28 x14 -x4510 x3128 -x2481 -x1921 x372 x46 -x15 x3129 x376 x42 -x16 -x3822 -x2587 -x2013 x1318 x756 -x308 -x3826 -x1586 x752 -x3021 x2593 -x2107 x2019 -x1322 -x751 -x4422 -x3025 x2597 -x2109 -x1320 -x72 -x4421 -x2601 -x2344 x2024 x74 -x2949 -x2600 -x2345 x1664 -x1177 x80 -x4429 -x4122 -x3981 -x3557 -x3027 -x2948 -x2340 -x2103 x2027 x1666 -x1178 x76 x4433 -x3985 -x3917 -x3028 -x2424 -x2025 -x1672 x1179 x88 -x4437 -x4128 -x3918 -x2956 -x2445 -x2338 -x2104 x1668 -x1519 -x1446 -x1206 x1195 -x4436 -x4023 -x3919 x2960 -x2631 -x2441 x1680 x1523 -x1448 -x1210 -x4133 -x3935 x2964 -x2630 -x2440 -x1857 -x1064 x2963 -x1068 -x784 -x4136 -x2995 -x2638 -x1977 -x1863 -x1694 -x1442 -x805 -x4134 x3745 -x2994 -x2642 -x1978 -x1698 -x1591 x801 x3766 -x2646 -x1973 -x1868 x1592 -x1443 x800 -x737 -x609 x3762 -x3380 -x2645 x1593 -x736 x244 -x4248 -x4147 -x3761 x3401 x2134 -x1971 -x1871 -x1609 -x615 x246 -x4252 x3397 x2135 -x1869 -x252 -x4153 -x3396 -x2991 x2660 x2514 -x2130 x248 x2516 x260 -x4527 -x4497 x4158 -x2776 -x2666 -x2128 -x1014 -x733 -x618 -x2778 -x4530 -x4503 -x4451 x4161 -x3243 x3046 -x2567 -x2510 x1020 -x931 -x4455 -x4159 x3050 -x2571 -x4508 -x3098 -x2772 -x2669 -x2511 -x1380 -x934 x1384 -x366 x4 x4511 -x3127 -x3052 -x2773 -x2477 -x1023 -x365 -x43 x5 x4509 -x3126 -x3053 -x45 x6 -x2480 -x1922 x373 x182 x20 x377 x41 -x3821 x3016 x1319 x755 -x3825 -x2586 -x2108 -x2012 -x1323 -x3022 x2588 -x2343 x2014 x762 -x749 -x3026 x2589 -x2342 x2020 x766 -x3553 -x3030 -x2605 x2016 -x750 -x4423 -x3029 x2028 x75 -x4424 -x3983 -x3556 -x2883 -x2442 -x1198 x96 x4425 -x4121 -x3987 x2950 -x2444 x1667 -x1447 -x1199 -x92 -x4441 -x4123 -x3938 x2951 -x2339 x1688 -x1521 -x1205 x1194 -x442 -x91 -x4129 -x3939 x2952 -x1684 x1525 -x1209 x4125 -x3989 -x3934 -x2968 -x2438 -x1976 -x1683 -x1192 x1063 -x802 -x4137 -x3990 -x2632 -x1975 -x1856 -x1067 -x804 -x3932 -x3763 -x2633 -x2439 x1858 -x1696 x1527 -x605 -x3765 x2634 -x1864 -x1700 x1528 -x3398 x2650 -x2133 x1860 x1612 -x798 -x611 -x3400 x2132 -x1872 x1613 -x4250 -x3759 -x2656 -x1972 -x1702 -x1608 -x799 x616 -x4254 -x4146 -x2515 -x1703 x247 -x4148 -x3760 -x3394 x2662 -x1606 -x1010 x619 x268 -x4154 -x3040 -x2777 -x617 x264 -x4526 -x4256 x4150 -x3395 -x3239 -x3039 -x2667 -x2129 x1016 -x263 -x4496 -x4257 x4162 -x4532 -x4498 -x4453 -x3242 -x3094 x3047 -x2670 -x2566 x1021 -x930 x4504 -x4457 x3051 -x2668 -x2570 x4500 -x3097 -x3055 -x1482 -x1382 x1024 -x936 x4512 -x3054 x1386 -x1022 -x44 -x4535 -x4459 -x2476 -x178 x23 -x4460 -x367 x24 x2482 -x1388 -x939 x368 x181 -x19 -x1389 x369 x39 -x3823 x1331 -x753 -x3827 x3015 x1327 x3017 -x2608 -x1326 x761 -x3977 x3018 -x2609 x2015 x765 x3976 -x3829 -x3552 -x3034 -x2879 -x2604 x2036 -x1197 -x93 -x3830 -x2443 x2032 -x1515 -x1196 -x95 -x4444 -x3984 -x3937 x3558 -x2882 -x2602 x2031 -x1685 -x1514 -x438 -x4445 x3988 -x3936 x1687 -x4440 x3992 -x2971 -x1522 -x1207 -x441 -x89 -x4124 -x3991 x2972 -x1690 x1526 -x1211 -x803 -x4438 x4145 -x3561 -x2967 -x1689 -x1681 x1530 -x1193 x1065 -x90 x4141 -x3764 x1529 x1069 -x4140 -x3933 -x2965 -x2653 -x1697 -x1682 -x1611 -x1213 -x4244 -x3399 -x2654 x1859 x1701 -x1610 -x1214 -x604 -x4243 -x2649 x1880 x1705 -x1071 x606 x1876 -x1704 -x1072 -x612 -x4251 -x2647 x1875 x608 x265 -x4255 -x2655 x620 x267 -x4522 -x4259 -x4102 x2657 -x1607 -x4447 -x4258 x4149 -x4106 x2663 x1009 -x4528 -x4446 x4170 -x3238 x2659 x1011 -x926 -x261 x4166 -x3041 x2671 -x1376 x1017 -x4533 -x4454 -x4165 -x3408 -x3244 -x3093 x3042 -x2568 -x1478 -x1375 x1013 x932 -x262 -x4499 -x4458 -x3412 x3043 -x2572 x1025 -x4536 -x4520 x4462 -x4311 -x3482 -x3099 -x3059 -x2472 -x1481 x1383 -x937 -x22 -x4534 x4516 -x4461 -x4315 x1387 x21 x4515 -x3247 -x2574 -x2478 -x1391 -x940 x177 -x2575 -x1390 -x938 -x3102 x2483 x380 x183 -x17 x381 -x40 -x3824 -x2607 x1330 -x754 x3828 -x2606 x3832 x3548 -x3173 -x3037 -x2033 -x1324 x763 x3831 -x3038 x2035 x767 -x94 -x4443 -x3554 -x3033 -x2878 -x1325 -x4442 x3978 -x1686 -x1201 x3979 x3559 -x3031 -x2970 -x2884 -x2603 x2029 -x1766 -x1545 -x1200 -x769 -x437 x3980 -x2969 -x1549 -x1516 -x1059 -x770 -x4142 x3996 x3562 -x2030 x1517 -x1208 -x1058 -x443 -x4144 x3560 x1518 -x1212 -x4439 -x2887 -x2652 x1534 x1216 x1066 -x2651 -x1691 x1215 x1070 -x4138 -x2966 x1877 -x1692 -x1074 x446 x1879 x1693 -x1073 -x4139 x1709 -x676 -x4245 -x680 x607 x266 x4246 -x4052 -x2648 -x1873 x628 x4247 -x4056 x624 x4263 -x4167 -x4101 -x3234 -x2216 -x1874 -x623 -x4521 -x4169 x4105 x2658 -x2562 -x2220 -x4523 -x3240 -x3089 x2679 -x2561 -x4529 x4448 x2675 x1012 -x925 x4525 -x4517 x4449 -x4163 -x3478 -x3407 -x3245 -x3095 -x3062 x2674 -x2569 -x1477 -x1033 -x927 -x4537 -x4519 x4450 -x3411 -x3063 -x2573 x1377 -x1029 x933 x4466 -x4310 -x4164 -x3481 -x3248 -x3100 -x3058 -x2577 -x1483 x1378 -x1028 x929 -x173 -x4314 -x3246 -x2576 -x2471 x1379 -x941 -x4513 -x3876 x3103 -x3056 -x2473 x1395 -x379 x179 -x3101 x2479 -x378 -x4514 x3340 -x3004 x2475 -x1486 x184 -x18 x3008 -x2484 -x3820 x3169 -x3036 x1328 x758 x3819 -x3035 -x2034 x3836 -x3172 -x2874 x764 x3547 x768 x3549 -x2880 -x1762 -x772 x433 x3555 -x771 x3999 x3551 -x3032 -x2885 -x1765 -x1544 x439 -x4143 x4000 x3563 -x1548 -x1202 x3995 -x2888 -x1537 -x1203 -x910 x444 -x2886 -x1538 x1204 -x1060 x3993 -x1533 x1220 -x1061 x447 -x1878 x1062 x445 x1712 -x1531 x1078 x1713 x1708 -x675 x625 x679 x627 -x4266 -x4051 x1706 x4267 -x4168 x4055 -x4262 -x4103 x2676 -x2215 -x621 x4107 -x3233 x2678 -x2219 -x4260 x3235 -x3061 -x1473 -x1030 -x622 -x4524 -x4518 -x3241 -x3088 -x3060 -x2563 -x1032 x4545 -x4469 -x4202 -x4109 -x3477 x3409 x3237 -x3090 -x2672 -x2564 -x1479 x4541 -x4470 -x4206 -x4110 -x3413 -x3249 -x3096 x2565 -x928 x4540 -x4465 -x4312 -x3872 -x3483 x3092 -x2673 -x2581 x1484 -x1398 -x1026 -x949 -x4316 x3104 -x1399 x945 x172 -x4463 -x3875 -x3415 -x3336 -x3057 -x2072 x1487 -x1394 -x1027 -x944 x174 -x3416 x2474 x1485 x180 -x4318 -x3486 x3339 x3003 -x2492 -x1392 x176 -x4319 x3007 x2488 -x185 -x3839 -x3261 x3168 -x1740 x1329 x3840 -x3265 x757 x3835 -x3174 x759 -x2873 x760 -x3998 -x3833 -x2875 -x1761 x776 -x3997 x3550 x2881 x432 -x3571 -x3177 x2877 -x1767 x1546 -x1536 -x906 x434 -x3567 x2889 -x1550 -x1535 x440 -x3566 -x1223 x909 x436 -x1224 x448 -x3994 -x2352 -x1770 x1711 -x1552 -x1219 x1081 -x2356 x1710 -x1553 x1082 -x1532 -x1217 x1077 x626 -x4265 x1075 -x677 -x4264 -x4097 x681 -x4096 -x4053 x1707 x4057 -x2677 x4104 -x2217 x683 x4108 -x3403 -x2221 -x1031 -x684 -x4542 -x4468 -x4261 -x4112 x4059 -x3473 -x3402 -x4544 -x4467 -x4306 -x4111 -x4060 x3236 x1472 -x4305 -x4201 -x3479 x3410 x3257 -x2584 -x2223 x1474 -x1397 -x946 -x4205 -x3414 -x3253 x3091 x2585 -x2224 -x1480 -x1396 -x948 -x4538 -x4313 -x3871 x3484 x3418 -x3252 -x3112 -x2580 -x2068 x1476 -x4317 x3417 -x3108 x1488 -x4539 -x4464 -x4321 -x3877 -x3487 -x3335 -x3107 -x2578 -x2489 -x2071 -x942 -x4320 -x3485 -x2491 x175 x3341 x3005 -x1393 -x943 x193 x3009 -x2487 x189 -x3837 -x3260 x3170 x1739 x3264 x3175 -x1757 -x779 x1540 x780 -x3834 -x3568 -x3178 -x1763 x1539 x775 -x3570 -x3176 -x2876 -x2908 -x2897 -x1768 x1547 -x1222 x905 -x773 -x2893 x1551 -x1221 x435 -x3564 -x2892 x1771 -x1555 x1080 x911 -x456 -x1769 -x1554 x1079 x452 -x4385 -x3565 -x2351 x451 -x4389 -x2355 -x671 -x1218 -x914 -x670 x4047 x4046 -x2381 -x1076 x678 -x2211 x682 x4054 -x2546 -x2210 x686 x4098 x4058 x685 x4099 x4062 -x2218 -x1300 -x4543 x4100 x4061 x2222 x4116 x3254 -x2583 -x2226 -x3472 x3404 x3256 -x2582 -x2225 -x947 -x4203 -x3867 -x3474 x3405 -x3109 -x132 -x4307 -x4207 x3480 x3406 -x3111 x1475 -x4308 -x3873 x3476 x3422 -x3331 -x3250 -x2067 x1496 -x103 -x4309 x3488 -x2999 -x2490 -x1492 -x107 -x4325 -x4209 -x3878 -x3337 -x3251 -x3105 -x2998 -x2579 -x2073 -x1491 -x190 -x4210 x192 -x3879 x3342 -x3106 x3006 -x1503 -x3880 x3010 -x2485 -x1507 x188 -x4405 -x3838 x3262 -x3166 x1741 x965 -x778 x3266 x3171 -x969 -x777 x3167 -x3569 x3179 -x1756 -x3503 -x3268 -x2904 -x2894 -x1758 -x1745 x901 -x885 -x3507 -x3269 -x2896 -x1764 x1541 -x2907 -x2740 x1760 x1542 x907 -x774 -x453 x1772 x1543 -x455 -x2890 x1559 x912 -x4384 -x2891 -x2353 x915 x449 -x4388 -x2357 x913 -x2377 -x450 x672 x2542 -x2380 -x2359 x673 x4048 -x2360 x674 x4049 x2545 -x1296 x690 x4050 -x2212 -x4119 x4066 -x2213 x1299 x4197 -x4120 -x3255 x2214 x4196 -x4115 x2230 -x128 -x3110 -x4204 -x4113 x3425 -x2063 x1493 -x131 -x4208 -x3866 x3475 x3426 x1495 -x4328 -x4212 -x3868 x3496 x3421 -x2069 -x102 -x4329 -x4211 x3874 x3492 -x3330 -x191 -x106 -x4324 x3870 x3491 -x3419 -x3332 -x3074 x2074 -x1489 -x3881 -x3338 -x3000 -x4322 x3334 x3001 x2075 -x1502 -x1490 -x3343 x3002 -x2486 x2076 -x1506 x186 -x4404 x3263 x1742 x964 x3267 x3165 -x968 x3271 x3187 x1746 -x881 x3270 x3183 -x2895 -x1744 -x3502 x3182 -x2903 -x2736 -x884 -x3506 x1759 x900 -x454 x2909 -x2739 -x2402 -x1780 x1562 x902 -x2406 -x2347 x1776 x1563 x908 x2346 -x1775 x1558 x904 -x589 x916 -x4386 -x2912 -x2811 x2354 x1556 x4390 -x2815 -x2358 -x2376 x2362 -x1649 -x2361 -x4392 x2541 -x2382 x693 -x4393 x694 -x4118 x4069 x2547 -x1295 -x1271 x689 -x279 -x4117 x4070 -x1275 -x4065 -x2711 -x2385 x2233 x1301 -x687 -x2715 x2234 -x4063 -x3424 -x2550 x2229 -x1156 -x127 x4198 x3423 -x1494 -x1160 -x4327 x4199 -x4114 -x4081 -x3493 x2227 -x1304 -x133 -x4326 x4200 -x3495 -x2062 x4216 -x3070 x2064 -x104 x3869 x2070 -x108 x3889 -x3489 -x3420 x3073 x2066 -x136 -x3885 -x3333 x2077 -x4323 -x3884 -x3490 x3351 x3013 -x1504 -x110 -x3347 x3014 x1508 -x187 -x111 -x4406 x3259 -x3184 x1743 x966 x3258 -x3186 x1747 x970 x3275 -x2899 -x1039 -x880 -x1043 -x4410 -x3504 x3180 x2905 -x2735 -x1777 -x1561 -x972 -x886 -x3508 -x1779 -x1560 -x973 -x4177 -x3181 x2910 -x2741 x2401 -x585 -x4380 -x4181 -x2405 x903 -x4379 -x3510 -x2913 -x1773 x924 -x889 -x588 -x3511 -x2911 x2348 x920 -x4387 x2810 -x2744 -x2372 x2349 -x1774 -x1645 -x1557 x919 x4391 -x2814 x2350 -x4395 -x2537 x2378 x2366 x1648 -x692 -x4394 -x691 -x4068 -x3847 x2543 -x2383 -x1291 -x275 x4067 -x3851 -x3532 x2548 x2386 -x2232 -x1297 -x1270 -x278 -x2384 x2231 -x1274 -x2710 x2551 x1302 -x688 -x123 -x2714 -x2549 -x4077 -x4064 x1305 -x1155 -x129 -x3494 -x1303 x1159 -x98 x4219 -x4080 x2228 -x134 -x97 x4220 x4215 -x3886 -x3069 -x1887 -x137 x105 x3888 x2065 -x1891 -x1498 -x135 -x109 -x4213 -x3348 x3075 -x3012 x2085 -x1497 -x113 -x3350 x3011 x2081 -x112 -x3882 x2080 -x1505 -x3346 x1509 x4407 x3278 -x3185 -x1755 x967 -x951 -x876 -x3498 x3279 x1751 x971 -x4411 -x3947 -x3497 x3274 -x2731 x1750 -x1038 x975 -x882 -x4409 -x2898 -x1778 -x1042 x974 -x3505 x3272 -x2900 -x2737 -x887 -x3509 x2906 -x4176 -x3513 x2902 x2742 x2403 -x921 -x890 -x584 -x4180 -x3512 -x2914 -x2407 -x923 -x888 -x2745 x590 -x4381 -x2743 -x4382 x2812 -x2409 x2369 -x1644 x917 x4383 -x2816 -x2410 -x2371 x2370 x4399 -x2373 x2365 -x2146 x1650 -x918 -x593 -x2536 x2379 -x3846 -x3528 -x2818 x2538 x2375 -x2363 -x274 x3850 -x2819 x2544 x2387 -x1290 -x3531 -x2686 x2540 -x1653 -x1292 -x1272 -x280 -x2690 x2552 x1298 -x1276 -x4556 x2712 x1294 -x2716 x1306 -x122 -x4218 -x4076 -x1278 -x1157 -x283 x124 -x4217 -x1279 x1161 x130 -x4082 x3065 -x2718 -x1131 x126 -x3887 -x2719 -x1135 -x138 x99 x3071 x2082 -x1886 -x1163 x100 -x3349 x2084 -x1890 -x1164 x101 -x4214 -x4085 -x3590 x3076 x117 x3594 -x1499 -x3883 x3077 -x2078 x1500 -x3344 x3078 x1501 x4408 -x3943 x3276 -x1754 x963 -x950 -x4412 x962 -x875 x3946 x1748 -x1040 -x979 -x877 -x3499 -x2730 -x2397 -x1044 -x883 -x3500 -x3273 -x2732 -x2396 -x1749 -x879 -x580 x3501 -x2901 x2738 -x922 -x891 -x4178 -x3517 x2922 x2734 x2404 -x1046 -x586 -x4182 x2918 x2806 x2746 -x2408 -x1047 -x2917 x2805 x2412 -x2368 -x1640 x591 -x2411 -x2367 x4402 -x4184 x2813 -x2142 -x1646 -x705 x594 x4403 -x4185 x2817 -x592 -x4398 x2821 x2145 x1651 -x270 x2820 x2374 -x1266 -x4396 -x3848 -x3527 x2395 -x2364 -x1654 -x1265 x276 x3852 -x2706 x2539 -x2391 -x1652 -x4552 -x3533 -x2705 -x2685 x2560 -x2390 x1273 -x281 -x2689 -x2556 x1293 -x1277 -x1151 x4555 -x4072 -x3854 -x3437 x2713 -x2555 x1314 -x1281 -x1150 -x284 -x3855 -x2717 -x1310 -x1280 -x282 -x4078 -x3536 -x3198 x2721 -x1309 x1158 x2720 x1162 x125 -x4083 x1166 -x1130 x146 x3064 -x2083 -x1165 -x1134 x142 x4086 x3066 -x1888 x141 -x120 x4084 x3072 -x1892 -x121 -x3589 x3068 -x2245 x116 x3593 x3079 -x2079 x1894 -x1512 -x114 -x3345 x1895 -x1513 x4420 -x3942 -x3277 -x1752 -x1035 x982 x952 -x4416 x983 x4595 -x4415 x3948 x1041 -x978 x4599 -x4172 x1045 -x878 -x4171 -x3520 -x2919 x1049 -x976 -x955 -x899 x3521 -x2921 x2733 x2398 -x1048 -x895 -x579 -x4179 x3951 -x3516 x2754 x2399 -x894 -x581 -x4183 x2750 x2400 -x587 -x4401 x4187 -x3514 -x2915 -x2749 -x2416 -x701 x583 -x4400 x4186 x2807 -x1639 x595 -x3964 -x2916 x2808 -x2141 x1641 -x704 -x3968 -x3842 x2809 x1647 -x3841 -x3523 x2825 -x2392 x2147 x1643 -x2394 x1655 -x269 -x4397 x3849 x3529 -x2557 -x358 -x271 x3853 -x2559 -x1267 x277 -x4551 x3857 -x3534 -x3433 -x2687 -x2388 -x2150 -x1311 x1268 x273 -x3856 x2707 -x2691 -x1313 x1269 x285 x4557 -x3537 -x3436 -x3194 x2708 -x2553 -x2389 x1285 -x4071 -x3535 x2709 x1152 -x4615 -x4073 -x3197 x2725 -x2693 -x2554 -x1307 -x1253 x1153 -x143 x4079 -x2694 -x1882 -x1257 x1154 -x145 -x4560 x4075 -x2524 -x1881 -x1308 x1170 -x1132 -x119 x4087 -x2528 -x1136 -x118 -x2861 -x2241 x1889 -x139 x3067 -x2865 x1893 -x3591 x3087 -x2244 x1897 -x1511 x1138 -x140 x3595 x3083 x1896 -x1510 -x1139 -x3776 x3082 -x115 -x4419 -x3944 -x1753 x980 x953 -x1034 x4594 -x4413 x3949 -x3519 x1036 -x956 -x896 x4598 -x3518 -x2920 x1037 -x954 -x898 -x4414 x3952 -x2751 x1053 -x977 -x4173 x3950 -x2753 -x4174 x2419 -x892 x4175 x2420 -x582 x4191 -x3515 -x2747 -x2415 -x2137 -x893 -x700 x603 x599 x3963 -x2828 -x2748 -x2413 -x2143 x706 -x598 x3967 x2829 -x2393 x1642 x2824 x2148 -x1663 -x354 -x3843 -x3522 -x2681 -x2558 x1659 -x4547 -x3844 x3524 -x2822 -x2680 -x2151 -x1658 x709 x357 x3845 x3530 -x2149 -x1312 x272 -x4553 -x3861 x3526 -x3432 x2688 -x1288 x293 -x3538 -x2692 x1289 x289 -x4611 x4558 -x3438 -x3193 -x2728 x2696 x1284 -x288 -x2729 -x2695 -x1126 -x144 -x4614 -x4561 x3199 x2724 -x1282 -x1252 -x1173 x1125 -x4559 x4074 -x1256 x1174 -x4095 -x3441 -x2722 -x2523 x1169 x1133 -x4091 -x3585 -x2527 x1883 -x1137 -x4090 -x3584 -x3202 -x3084 -x2860 -x2240 x1884 x1167 x1141 -x3086 -x2864 x1885 x1140 -x3772 x3592 -x2246 x1901 x3596 -x3775 x3597 x3080 x3598 -x4417 x3941 -x981 -x3945 x957 -x897 x4596 x1056 x4600 x3953 -x2752 x1057 -x2418 x1052 -x2417 x4602 x4194 -x1050 -x696 -x600 -x4603 x4195 -x602 x4190 -x2827 x702 -x2826 -x2136 x4188 x3965 -x2414 -x2138 -x1660 x707 -x596 x3969 x2144 -x1662 x2140 x710 -x597 -x353 x2152 x708 -x3971 -x3864 -x3428 -x2823 -x1656 -x1287 x359 -x290 -x4546 -x3972 -x3865 x3525 -x2682 -x1286 x292 -x4548 -x3860 x3546 -x3434 -x3189 -x2727 -x2683 -x1657 x4554 x3542 -x2726 x2684 -x4610 x4550 -x3858 -x3541 -x3439 -x3195 x2700 -x1172 x362 -x286 -x4562 -x1171 -x4616 -x4092 -x3442 x3200 -x1283 x1254 -x287 -x4094 -x3440 x1258 x1127 -x3203 -x2723 -x2525 -x2236 x1128 -x3201 -x3085 -x2529 x1129 -x4619 -x4088 -x2862 x2242 -x1904 x1260 -x1168 x1145 x3586 -x2866 -x1905 -x1261 -x4089 -x3771 x3587 -x2531 -x2247 x1900 x3588 -x2532 -x3777 x3601 -x3081 -x2868 x2248 x1898 -x2869 x2249 -x4418 -x1055 x3940 -x1054 x961 x4597 x960 x4601 x3957 x4605 x4193 x3956 x4604 x4192 -x601 -x1051 x3959 x695 x3958 x697 -x1661 x703 x4189 x3966 x699 -x351 x3970 -x2139 x711 -x3974 -x3863 x2159 x355 -x3973 -x3862 x2156 -x291 -x3543 x2155 x360 x3545 x3427 -x4608 x3429 -x2703 x363 -x4549 x3435 -x3188 x2704 -x1248 x361 -x4612 -x4569 -x3859 -x3539 x3431 x3190 -x2699 -x1247 -x4566 -x4093 x3443 x3196 -x2519 -x4617 -x4565 -x3540 x3192 -x2697 -x2518 x1255 x3204 -x2856 x1259 -x4620 x2855 x2526 -x1903 x1263 -x1148 -x4618 x2530 -x2235 -x1902 x1262 x1149 -x3769 x2863 -x2534 -x2237 x1144 -x2867 -x2533 x2243 x3773 -x3604 -x2871 x2239 -x1142 -x3605 -x2870 x2250 -x3778 x3599 x1899 x958 x4624 x3954 x959 x3955 x3960 x698 x3961 x2158 x714 x3962 x2157 x712 -x350 x3975 -x713 x349 -x3544 x356 -x2702 x2153 x352 -x2701 x364 -x4568 x2154 x4607 -x4567 x3430 x4606 -x3446 x4613 x3444 x3191 -x1249 x4609 -x4563 -x3445 x3207 -x2698 x1250 -x1147 -x4621 -x3205 -x2520 x1251 -x1146 -x4564 -x3206 x2521 x1264 x2857 x2522 -x3603 x2858 x2535 -x3768 -x3602 x2859 -x2238 x3767 -x2872 x2253 -x1143 x3774 x2251 x3770 x3600 x2252 x3779 x1

Verifier Data

OK	4

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=41864, runsolver pid=41861

[startup+0.100067 s]*
/proc/loadavg: 4.11 4.14 4.07 5/263 41865
/proc/meminfo: memFree=128846116/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=52444 memory=41400 CPUtime=0.1 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 8934 0 0 0 9 1 0 0 20 0 1 0 44208456 53702656 10350 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 27682 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 13111 10350 2688 3139 0 9399 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 52444 KiB
Current children cumulated memory: 41400 KiB

[startup+0.205599 s]*
/proc/loadavg: 4.11 4.14 4.07 5/263 41865
/proc/meminfo: memFree=128846124/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=54452 memory=43192 CPUtime=0.2 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 9409 0 0 0 19 1 0 0 20 0 1 0 44208456 55758848 10798 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 13613 10798 2688 3139 0 9901 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 54452 KiB
Current children cumulated memory: 43192 KiB

[startup+0.305513 s]*
/proc/loadavg: 4.11 4.14 4.07 5/263 41865
/proc/meminfo: memFree=128846172/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=54452 memory=43320 CPUtime=0.3 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 9427 0 0 0 29 1 0 0 20 0 1 0 44208456 55758848 10830 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 13613 10830 2688 3139 0 9901 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 54452 KiB
Current children cumulated memory: 43320 KiB

[startup+0.700168 s]
/proc/loadavg: 4.11 4.14 4.07 5/263 41865
/proc/meminfo: memFree=128846172/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=55844 memory=44216 CPUtime=0.69 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 9668 0 0 0 68 1 0 0 20 0 1 0 44208456 57184256 11054 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 13961 11054 2688 3139 0 10249 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 55844 KiB
Current children cumulated memory: 44216 KiB

[startup+1.50016 s]
/proc/loadavg: 4.11 4.14 4.07 5/263 41865
/proc/meminfo: memFree=128846172/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=57980 memory=46392 CPUtime=1.48 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 10213 0 0 0 147 1 0 0 20 0 1 0 44208456 59371520 11598 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 14495 11598 2688 3139 0 10783 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 57980 KiB
Current children cumulated memory: 46392 KiB

[startup+3.10528 s]
/proc/loadavg: 4.11 4.14 4.07 5/263 41865
/proc/meminfo: memFree=128846756/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=57980 memory=46520 CPUtime=3.08 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 10228 0 0 0 307 1 0 0 20 0 1 0 44208456 59371520 11630 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 14495 11630 2688 3139 0 10783 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 57980 KiB
Current children cumulated memory: 46520 KiB

[startup+6.30015 s]
/proc/loadavg: 4.10 4.13 4.07 5/263 41865
/proc/meminfo: memFree=128841228/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=58288 memory=46904 CPUtime=6.27 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 10335 0 0 0 626 1 0 0 20 0 1 0 44208456 59686912 11726 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 14572 11726 2688 3139 0 10860 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 58288 KiB
Current children cumulated memory: 46904 KiB

[startup+12.7002 s]
/proc/loadavg: 4.09 4.13 4.07 5/263 41865
/proc/meminfo: memFree=128839464/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=64296 memory=52792 CPUtime=12.65 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 11807 0 0 0 1263 2 0 0 20 0 1 0 44208456 65839104 13198 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 16074 13198 2688 3139 0 12362 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 64296 KiB
Current children cumulated memory: 52792 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.14 4.07 5/264 41866
/proc/meminfo: memFree=128790624/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=92268 memory=81168 CPUtime=25.41 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 29736 0 0 0 2534 7 0 0 20 0 1 0 44208456 94482432 20292 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 23067 20292 2720 3139 0 19355 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 92268 KiB
Current children cumulated memory: 81168 KiB

[startup+51.1055 s]
/proc/loadavg: 4.09 4.13 4.07 5/264 41866
/proc/meminfo: memFree=128819892/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=120308 memory=108804 CPUtime=50.95 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 36684 0 0 0 5082 13 0 0 20 0 1 0 44208456 123195392 27201 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 30077 27201 2720 3139 0 26365 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 120308 KiB
Current children cumulated memory: 108804 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.14 4.07 5/264 41868
/proc/meminfo: memFree=128604008/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=148580 memory=137556 CPUtime=102 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 43661 0 0 0 10183 17 0 0 20 0 1 0 44208456 152145920 34389 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 37145 34389 2720 3139 0 33433 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 148580 KiB
Current children cumulated memory: 137556 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.13 4.07 5/264 41915
/proc/meminfo: memFree=128868460/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=159908 memory=148820 CPUtime=161.83 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 49958 0 0 0 16160 23 0 0 20 0 1 0 44208456 163745792 37205 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 39977 37205 2720 3139 0 36265 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 159908 KiB
Current children cumulated memory: 148820 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.12 4.07 5/263 41917
/proc/meminfo: memFree=128764388/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=175108 memory=164052 CPUtime=221.66 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 52916 0 0 0 22140 26 0 0 20 0 1 0 44208456 179310592 41013 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 43777 41013 2720 3139 0 40065 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 175108 KiB
Current children cumulated memory: 164052 KiB

[startup+282.3 s]
/proc/loadavg: 4.40 4.20 4.11 5/264 41920
/proc/meminfo: memFree=128747296/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=184212 memory=167404 CPUtime=281.5 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 57382 0 0 0 28121 29 0 0 20 0 1 0 44208456 188633088 41851 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 46053 41851 2720 3139 0 42341 0
Current children cumulated CPU time: 281.5 s
Current children cumulated vsize: 184212 KiB
Current children cumulated memory: 167404 KiB

[startup+313.333 s]
# the end of solver process 41864 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=312.114 s, system=0.32726 s

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

[startup+294.4 s]
/proc/loadavg: 4.31 4.19 4.10 5/264 41920
/proc/meminfo: memFree=128679264/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=184212 memory=167488 CPUtime=293.56 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 57513 0 0 0 29327 29 0 0 20 0 1 0 44208456 188633088 41872 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 46053 41872 2720 3139 0 42341 0
Current children cumulated CPU time: 293.56 s
Current children cumulated vsize: 184212 KiB
Current children cumulated memory: 167488 KiB

[startup+300.8 s]
/proc/loadavg: 4.29 4.19 4.10 5/264 41920
/proc/meminfo: memFree=128679520/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=207380 memory=190648 CPUtime=299.95 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 57684 0 0 0 29965 30 0 0 20 0 1 0 44208456 212357120 47662 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 51845 47662 2720 3139 0 48133 0
Current children cumulated CPU time: 299.95 s
Current children cumulated vsize: 207380 KiB
Current children cumulated memory: 190648 KiB

[startup+307.2 s]
/proc/loadavg: 4.27 4.18 4.10 5/264 41966
/proc/meminfo: memFree=128659832/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=225620 memory=208952 CPUtime=306.32 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 61725 0 0 0 30601 31 0 0 20 0 1 0 44208456 231034880 52238 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 56405 52238 3296 3139 0 52693 0
Current children cumulated CPU time: 306.32 s
Current children cumulated vsize: 225620 KiB
Current children cumulated memory: 208952 KiB

[startup+310.4 s]
/proc/loadavg: 4.24 4.18 4.10 5/264 41966
/proc/meminfo: memFree=128668132/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=225620 memory=210616 CPUtime=309.51 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 62158 0 0 0 30920 31 0 0 20 0 1 0 44208456 231034880 52654 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 56405 52654 3296 3139 0 52693 0
Current children cumulated CPU time: 309.51 s
Current children cumulated vsize: 225620 KiB
Current children cumulated memory: 210616 KiB

[startup+312 s]*
/proc/loadavg: 4.24 4.18 4.10 5/264 41966
/proc/meminfo: memFree=128651748/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=225620 memory=210616 CPUtime=311.12 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 62158 0 0 0 31080 32 0 0 20 0 1 0 44208456 231034880 52654 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 56405 52654 3296 3139 0 52693 0
Current children cumulated CPU time: 311.12 s
Current children cumulated vsize: 225620 KiB
Current children cumulated memory: 210616 KiB

[startup+312.8 s]
/proc/loadavg: 4.24 4.18 4.10 5/264 41966
/proc/meminfo: memFree=128651748/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=225620 memory=210616 CPUtime=311.91 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 62158 0 0 0 31159 32 0 0 20 0 1 0 44208456 231034880 52654 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 56405 52654 3296 3139 0 52693 0
Current children cumulated CPU time: 311.91 s
Current children cumulated vsize: 225620 KiB
Current children cumulated memory: 210616 KiB

[startup+313.2 s]
/proc/loadavg: 4.24 4.18 4.10 5/264 41966
/proc/meminfo: memFree=128651748/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=225620 memory=210616 CPUtime=312.31 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 62158 0 0 0 31199 32 0 0 20 0 1 0 44208456 231034880 52654 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 56405 52654 3296 3139 0 52693 0
Current children cumulated CPU time: 312.31 s
Current children cumulated vsize: 225620 KiB
Current children cumulated memory: 210616 KiB

[startup+313.3 s]
/proc/loadavg: 4.24 4.18 4.10 5/264 41966
/proc/meminfo: memFree=128651748/131250000 swapFree=33009904/33010684
[pid=41864] ppid=41861 vsize=225620 memory=210616 CPUtime=312.41 cores=4,6
/proc/41864/stat : 41864 (uwrmaxsat-scip) R 41861 41864 41186 0 -1 4194304 62158 0 0 0 31209 32 0 0 20 0 1 0 44208456 231034880 52654 18446744073709551615 4198400 17051741 140725150991696 0 0 0 0 0 8416290 0 0 0 17 4 0 0 0 0 0 19288744 19393640 47575040 140725151000890 140725151001060 140725151001060 140725151006662 0
/proc/41864/statm: 56405 52654 3296 3139 0 52693 0
Current children cumulated CPU time: 312.41 s
Current children cumulated vsize: 225620 KiB
Current children cumulated memory: 210616 KiB

Child status: 30

Real time (s): 313.333
CPU time (s): 312.441
CPU user time (s): 312.114
CPU system time (s): 0.32726
CPU usage (%): 99.7153
Max. virtual memory (cumulated for all children) (KiB): 225620
Max. memory (cumulated for all children) (KiB): 210616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.114
system time used= 0.32726
maximum resident set size= 210616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62167
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= 3
involuntary context switches= 280


# summary of solver processes directly reported to runsolver:
#   pid: 41864
#   total CPU time (s): 312.441
#   total CPU user time (s): 312.114
#   total CPU system time (s): 0.32726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.571874 second user time and 1.437 second system time

The end

Launcher Data

Begin job on nodeC033 at 2025-06-30 14:08:10
IDJOB=4484324
IDBENCH=146654
IDSOLVER=3373
FILE ID=nodeC033/4484324-1751285290
RUNJOBID= nodeC033-1751281373-41197
SLURM_JOB_ID= 9594237
Free space on /tmp= 432728 MiB

SOLVER NAME= UWrMaxSat-SCIP 2025-06-04
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:30:4.5:0.95:98.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-4484324-1751285290/watcher-4484324-1751285290 -o /tmp/evaluation-result-4484324-1751285290/solver-4484324-1751285290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1751281373-41197 --watchdog 3760  HOME/uwrmaxsat-scip HOME/instance-4484324-1751285290.opb -no-par -scip-delay=300 -scip-cpu=900 -mem-lim=31000

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

MD5SUM BENCH= 95d9c8e5d82ddbf9273186de2f795996
RANDOM SEED=2050181555

nodeC033 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.133
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.13
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.256
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.13
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		: 3600.996
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.13
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		: 3600.062
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.13
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.859
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.13
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		: 3600.066
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.13
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.059
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.554
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.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128886524 kB
MemAvailable:   128657792 kB
Buffers:            2128 kB
Cached:           570800 kB
SwapCached:           68 kB
Active:          1369764 kB
Inactive:         393844 kB
Active(anon):    1183900 kB
Inactive(anon):    24808 kB
Active(file):     185864 kB
Inactive(file):   369036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33212 kB
Writeback:             0 kB
AnonPages:       1191804 kB
Mapped:           128304 kB
Shmem:             18028 kB
KReclaimable:     111212 kB
Slab:             199268 kB
SReclaimable:     111212 kB
SUnreclaim:        88056 kB
KernelStack:        4212 kB
PageTables:         5420 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1569556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 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:      221908 kB
DirectMap2M:    11083776 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432712 MiB
End job on nodeC033 at 2025-06-30 14:13:24