Trace number 4519021

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
SCIP-NaPS 1.00a1OPT0 1.52954 1.56684

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/
diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_26.opb
MD5SUMeab24ff23fe5100b8f4d0b18077a7ab6
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 benchmark0
Best CPU time to get the best result obtained on this benchmark0.374308
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4160
Total number of constraints6188
Number of constraints which are clauses4056
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2132
Minimum length of a constraint2
Maximum length of a constraint5
Number of terms in the objective function 104
Biggest coefficient in the objective function 2251799813685248
Number of bits for the biggest coefficient in the objective function 52
Sum of the numbers in the objective function 9007199254740990
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 2251799813685248
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 9007199254740990
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4519021-1751531371/watcher-4519021-1751531371 -o /tmp/evaluation-result-4519021-1751531371/solver-4519021-1751531371 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751522701-77801 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4519021-1751531371.opb 

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
solver pid=80516, runsolver pid=80513
Current StackSize limit: 8192 KiB


[startup+0.100105 s]*
/proc/loadavg: 4.45 4.30 4.18 5/257 80521
/proc/meminfo: memFree=125941896/131382116 swapFree=33010684/33010684
[pid=80516] ppid=80513 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/80516/stat : 80516 (scip-naps-1.00.) S 80513 80516 77790 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 68816787 4292608 768 18446744073709551615 93894561050624 93894561945157 140725293299904 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93894562184208 93894562231952 93894586630144 140725293308321 140725293308418 140725293308418 140725293314020 0
/proc/80516/statm: 1048 768 704 219 0 110 0
[pid=80521] ppid=80516 vsize=18944 memory=13952 CPUtime=0.07 cores=4,6
/proc/80521/stat : 80521 (python3) R 80516 80516 77790 0 -1 4194304 1831 0 0 0 6 1 0 0 20 0 1 0 68816790 19398656 3456 18446744073709551615 94069378617344 94069378617721 140729718613728 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94069378629016 94069378629636 94069378719744 140729718622567 140729718622754 140729718622754 140729718628327 0
/proc/80521/statm: 4736 3456 1920 1 0 1509 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 23136 KiB
Current children cumulated memory: 17024 KiB

[startup+0.213534 s]*
/proc/loadavg: 4.45 4.30 4.18 5/257 80521
/proc/meminfo: memFree=125941672/131382116 swapFree=33010684/33010684
[pid=80516] ppid=80513 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/80516/stat : 80516 (scip-naps-1.00.) S 80513 80516 77790 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 68816787 4292608 768 18446744073709551615 93894561050624 93894561945157 140725293299904 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93894562184208 93894562231952 93894586630144 140725293308321 140725293308418 140725293308418 140725293314020 0
/proc/80516/statm: 1048 768 704 219 0 110 0
[pid=80521] ppid=80516 vsize=1186920 memory=31652 CPUtime=0.18 cores=4,6
/proc/80521/stat : 80521 (python3) R 80516 80516 77790 0 -1 4194304 3687 0 0 0 15 3 0 0 20 0 1 0 68816790 1215406080 7913 18446744073709551615 94069378617344 94069378617721 140729718613728 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94069378629016 94069378629636 94069378719744 140729718622567 140729718622754 140729718622754 140729718628327 0
/proc/80521/statm: 296730 7913 4876 1 0 268752 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1191112 KiB
Current children cumulated memory: 34724 KiB

[startup+0.313426 s]*
/proc/loadavg: 4.45 4.30 4.18 5/257 80521
/proc/meminfo: memFree=125941672/131382116 swapFree=33010684/33010684
[pid=80516] ppid=80513 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/80516/stat : 80516 (scip-naps-1.00.) S 80513 80516 77790 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 68816787 4292608 768 18446744073709551615 93894561050624 93894561945157 140725293299904 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93894562184208 93894562231952 93894586630144 140725293308321 140725293308418 140725293308418 140725293314020 0
/proc/80516/statm: 1048 768 704 219 0 110 0
[pid=80521] ppid=80516 vsize=1192244 memory=37028 CPUtime=0.27 cores=4,6
/proc/80521/stat : 80521 (python3) R 80516 80516 77790 0 -1 4194304 4716 0 0 0 24 3 0 0 20 0 1 0 68816790 1220857856 9257 18446744073709551615 94069378617344 94069378617721 140729718613728 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94069378629016 94069378629636 94069378719744 140729718622567 140729718622754 140729718622754 140729718628327 0
/proc/80521/statm: 298061 9257 5228 1 0 269786 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1196436 KiB
Current children cumulated memory: 40100 KiB

[startup+0.700419 s]
/proc/loadavg: 4.45 4.30 4.18 5/257 80521
/proc/meminfo: memFree=125914456/131382116 swapFree=33010684/33010684
[pid=80516] ppid=80513 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/80516/stat : 80516 (scip-naps-1.00.) S 80513 80516 77790 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 68816787 4292608 768 18446744073709551615 93894561050624 93894561945157 140725293299904 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93894562184208 93894562231952 93894586630144 140725293308321 140725293308418 140725293308418 140725293314020 0
/proc/80516/statm: 1048 768 704 219 0 110 0
[pid=80521] ppid=80516 vsize=1238520 memory=85412 CPUtime=0.64 cores=4,6
/proc/80521/stat : 80521 (python3) R 80516 80516 77790 0 -1 4194304 14170 0 0 0 57 7 0 0 20 0 1 0 68816790 1268244480 21353 18446744073709551615 94069378617344 94069378617721 140729718613728 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94069378629016 94069378629636 94069378719744 140729718622567 140729718622754 140729718622754 140729718628327 0
/proc/80521/statm: 309630 21353 8108 1 0 280988 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1242712 KiB
Current children cumulated memory: 88484 KiB

[startup+1.50042 s]
/proc/loadavg: 4.45 4.30 4.18 5/257 80521
/proc/meminfo: memFree=125898328/131382116 swapFree=33010684/33010684
[pid=80516] ppid=80513 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/80516/stat : 80516 (scip-naps-1.00.) S 80513 80516 77790 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 68816787 4292608 768 18446744073709551615 93894561050624 93894561945157 140725293299904 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93894562184208 93894562231952 93894586630144 140725293308321 140725293308418 140725293308418 140725293314020 0
/proc/80516/statm: 1048 768 704 219 0 110 0
[pid=80521] ppid=80516 vsize=1242528 memory=89636 CPUtime=1.44 cores=4,6
/proc/80521/stat : 80521 (python3) R 80516 80516 77790 0 -1 4194304 15197 0 0 0 137 7 0 0 20 0 1 0 68816790 1272348672 22409 18446744073709551615 94069378617344 94069378617721 140729718613728 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94069378629016 94069378629636 94069378719744 140729718622567 140729718622754 140729718622754 140729718628327 0
/proc/80521/statm: 310632 22409 8140 1 0 281990 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1246720 KiB
Current children cumulated memory: 92708 KiB

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

# cumulated CPU time of all completed processes:  user=1.4377 s, system=0.091846 s

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

[startup+1.50042 s]
/proc/loadavg: 4.45 4.30 4.18 5/257 80521
/proc/meminfo: memFree=125898328/131382116 swapFree=33010684/33010684
[pid=80516] ppid=80513 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/80516/stat : 80516 (scip-naps-1.00.) S 80513 80516 77790 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 68816787 4292608 768 18446744073709551615 93894561050624 93894561945157 140725293299904 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 93894562184208 93894562231952 93894586630144 140725293308321 140725293308418 140725293308418 140725293314020 0
/proc/80516/statm: 1048 768 704 219 0 110 0
[pid=80521] ppid=80516 vsize=1242528 memory=89636 CPUtime=1.44 cores=4,6
/proc/80521/stat : 80521 (python3) R 80516 80516 77790 0 -1 4194304 15197 0 0 0 137 7 0 0 20 0 1 0 68816790 1272348672 22409 18446744073709551615 94069378617344 94069378617721 140729718613728 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94069378629016 94069378629636 94069378719744 140729718622567 140729718622754 140729718622754 140729718628327 0
/proc/80521/statm: 310632 22409 8140 1 0 281990 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1246720 KiB
Current children cumulated memory: 92708 KiB

Child status: 0

Real time (s): 1.56684
CPU time (s): 1.52954
CPU user time (s): 1.4377
CPU system time (s): 0.091846
CPU usage (%): 97.6199
Max. virtual memory (cumulated for all children) (KiB): 1246720
Max. memory (cumulated for all children) (KiB): 92708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.4377
system time used= 0.091846
maximum resident set size= 89636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15836
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 350
involuntary context switches= 5


# summary of solver processes directly reported to runsolver:
#   pid: 80516
#   total CPU time (s): 1.52954
#   total CPU user time (s): 1.4377
#   total CPU system time (s): 0.091846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036398 second user time and 0.083952 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-07-03 10:29:31
IDJOB=4519021
IDBENCH=177142
IDSOLVER=3368
FILE ID=nodeC011/4519021-1751531371
RUNJOBID= nodeC011-1751522701-77801
SLURM_JOB_ID= 9598647
Free space on /tmp= 430524 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/multverif/diagcomm_less/normalized-mult_diagcomm_opt_less_teq_nbits_26.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519021-1751531371/watcher-4519021-1751531371 -o /tmp/evaluation-result-4519021-1751531371/solver-4519021-1751531371 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751522701-77801 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4519021-1751531371.opb

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

MD5SUM BENCH= eab24ff23fe5100b8f4d0b18077a7ab6
RANDOM SEED=1474169732

nodeC011 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	: 0xb00001f
cpu MHz		: 3591.883
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3492.117
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.320
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.514
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.290
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 3659.150
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.691
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.304
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125941816 kB
MemAvailable:   127970040 kB
Buffers:            3276 kB
Cached:          2829508 kB
SwapCached:            0 kB
Active:          2475984 kB
Inactive:        2390424 kB
Active(anon):    2049480 kB
Inactive(anon):     2104 kB
Active(file):     426504 kB
Inactive(file):  2388320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5856 kB
Writeback:             0 kB
AnonPages:       2027824 kB
Mapped:           133756 kB
Shmem:             17960 kB
KReclaimable:     105668 kB
Slab:             191144 kB
SReclaimable:     105668 kB
SUnreclaim:        85476 kB
KernelStack:        4128 kB
PageTables:         7716 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    5618920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    411648 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 430516 MiB
End job on nodeC011 at 2025-07-03 10:29:32