Trace number 4530009

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a2SAT 535.228 536.894

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_15.opb
MD5SUMd72c9af15efabd1511f4b6b7bd2b83d4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark6.01726
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2256
Total number of constraints10862
Number of constraints which are clauses10857
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint47
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 62
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

243.46/244.35	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4530009-1752261027.opb
243.46/244.35	c Solving mode: decision
243.46/244.35	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
243.46/244.35	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
243.46/244.35	c original problem has 2256 variables (2256 bin, 0 int, 0 impl, 0 cont) and 10862 constraints
243.46/244.35	c presolving:
243.46/244.35	c (round 1, fast)       4 del vars, 4 del conss, 0 add conss, 3 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 4185 clqs
243.46/244.35	c (round 2, fast)       6 del vars, 405 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 4365 clqs
243.46/244.35	c (round 3, fast)       7 del vars, 437 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 4365 clqs
243.46/244.35	c (round 4, exhaustive) 7 del vars, 437 del conss, 0 add conss, 4 chg bounds, 0 chg sides, 0 chg coeffs, 10424 upgd conss, 0 impls, 4365 clqs
243.46/244.35	c    (0.5s) probing: 100/2250 (4.4%) - 0 fixings, 0 aggregations, 8 implications, 0 bound changes
243.46/244.35	c    (0.5s) probing aborted: 50/50 successive totally useless probings
243.46/244.35	c    (0.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
243.46/244.35	c    (0.6s) symmetry computation finished: 23 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.05)
243.46/244.35	c dynamic symmetry handling statistics:
243.46/244.35	c    orbitopal reduction:       no components
243.46/244.35	c    orbital reduction:         no components
243.46/244.35	c    lexicographic reduction:   23 permutations with support sizes 92, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94, 94
243.46/244.35	c handled 23 out of 23 symmetry components
243.46/244.35	c presolving (5 rounds: 5 fast, 2 medium, 2 exhaustive):
243.46/244.35	c  7 deleted vars, 437 deleted constraints, 0 added constraints, 4 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
243.46/244.35	c  0 implications, 4373 cliques
243.46/244.35	c presolved problem has 2250 variables (2250 bin, 0 int, 0 impl, 0 cont) and 10425 constraints
243.46/244.35	c       1 constraints of type <knapsack>
243.46/244.35	c    4365 constraints of type <setppc>
243.46/244.35	c       1 constraints of type <linear>
243.46/244.35	c    6058 constraints of type <logicor>
243.46/244.35	c transformed objective value is always integral (scale: 1)
243.46/244.35	c Presolving Time: 0.60
243.46/244.35	c 
243.46/244.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.46/244.35	c   1.6s|     1 |     0 |  1920 |     - |    96M |   0 |2250 |  10k|  10k|   0 |  0 | 121 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  11.2s|     1 |     0 | 23845 |     - |   113M |   0 |2250 |  10k|  10k|  21 |  1 | 128 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  11.8s|     1 |     0 | 26064 |     - |   126M |   0 |2250 |  10k|  10k|  36 |  2 | 136 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  12.4s|     1 |     0 | 27765 |     - |   131M |   0 |2250 |  10k|  10k|  50 |  3 | 144 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  12.9s|     1 |     0 | 29123 |     - |   146M |   0 |2250 |  10k|  10k|  61 |  4 | 145 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  13.6s|     1 |     0 | 31459 |     - |   154M |   0 |2250 |  10k|  10k|  75 |  5 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  14.4s|     1 |     0 | 34045 |     - |   165M |   0 |2250 |  10k|  10k|  84 |  6 | 163 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  15.5s|     1 |     0 | 37312 |     - |   173M |   0 |2250 |  10k|  10k|  95 |  7 | 163 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  16.5s|     1 |     0 | 40371 |     - |   186M |   0 |2250 |  10k|  10k| 105 |  8 | 169 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  17.4s|     1 |     0 | 42700 |     - |   199M |   0 |2250 |  10k|  10k| 112 |  9 | 169 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  18.4s|     1 |     0 | 45434 |     - |   212M |   0 |2250 |  10k|  10k| 117 | 10 | 177 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  19.3s|     1 |     0 | 48268 |     - |   214M |   0 |2250 |  10k|  10k| 123 | 11 | 185 |   0 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  31.6s|     1 |     2 | 58952 |     - |   215M |   0 |2250 |  10k|  10k| 123 | 11 | 206 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  89.5s|   100 |    63 |221033 |1745.1 |   232M |  42 |2250 |  10k|  10k| 290 |  1 | 490 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   109s|   200 |    70 |299673 |1263.3 |   237M |  45 |2250 |  11k|   0 | 349 |  0 | 706 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.46/244.35	c   116s|   300 |    74 |332668 | 951.2 |   238M |  45 |2250 |  11k|  10k| 367 |  1 | 871 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   120s|   400 |    78 |354239 | 766.8 |   242M |  45 |2250 |  11k|  10k| 389 |  2 |1050 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   133s|   500 |    80 |406001 | 716.9 |   245M |  45 |2250 |  11k|   0 | 441 |  0 |1173 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   142s|   600 |    82 |455184 | 679.3 |   245M |  45 |2250 |  11k|  10k| 474 |  1 |1325 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   154s|   700 |    89 |515705 | 668.7 |   245M |  45 |2250 |  11k|  10k| 498 |  1 |1486 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   167s|   800 |    86 |582710 | 668.9 |   245M |  45 |2250 |  11k|   0 | 516 |  0 |1653 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   174s|   900 |    86 |619789 | 635.7 |   246M |  45 |2250 |  11k|  10k| 534 |  1 |1739 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   183s|  1000 |    91 |666003 | 618.4 |   246M |  45 |2250 |  11k|  10k| 581 |  1 |1945 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   192s|  1100 |    99 |712686 | 604.6 |   247M |  45 |2250 |  11k|  10k| 587 |  1 |2042 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   196s|  1200 |   101 |738631 | 575.8 |   246M |  45 |2250 |  12k|  10k| 604 |  1 |2204 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   200s|  1300 |   102 |755638 | 544.5 |   247M |  45 |2250 |  12k|  10k| 630 |  0 |2354 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   204s|  1400 |   103 |776779 | 520.7 |   248M |  45 |2250 |  12k|  10k| 665 |  1 |2484 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   210s|  1500 |   103 |809392 | 507.8 |   249M |  45 |2250 |  12k|   0 | 702 |  0 |2553 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   214s|  1600 |   101 |832405 | 490.4 |   250M |  45 |2250 |  12k|  10k| 715 |  0 |2743 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   217s|  1700 |   107 |854451 | 474.5 |   251M |  45 |2250 |  12k|  10k| 722 |  1 |2962 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
243.46/244.35	c   221s|  1800 |    99 |876169 | 460.2 |   251M |  45 |2250 |  12k|  10k| 729 |  1 |3174 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   225s|  1900 |    96 |899185 | 448.1 |   251M |  45 |2250 |  12k|   0 | 763 |  0 |3294 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   228s|  2000 |   102 |916057 | 434.1 |   253M |  45 |2250 |  13k|  10k| 794 |  1 |3494 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   230s|  2100 |    97 |926078 | 418.2 |   253M |  45 |2250 |  13k|  10k| 831 |  0 |3692 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   234s|  2200 |    98 |946071 | 408.3 |   254M |  45 |2250 |  13k|   0 | 865 |  0 |3801 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   237s|  2300 |    99 |961998 | 397.4 |   254M |  45 |2250 |  13k|  10k| 901 |  0 |3934 |  30 | 0.000000e+00 |      --      |    Inf | unknown
243.46/244.35	c   239s|  2400 |   100 |975814 | 386.6 |   255M |  45 |2250 |  13k|  10k| 934 |  1 |4082 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   244s|  2500 |    97 |  1004k| 382.5 |   255M |  45 |2250 |  13k|  10k| 942 |  0 |4188 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   247s|  2600 |    98 |  1020k| 374.3 |   256M |  45 |2250 |  13k|  10k| 956 |  0 |4299 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   250s|  2700 |    94 |  1039k| 367.4 |   257M |  45 |2250 |  13k|  10k| 965 |  0 |4413 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   255s|  2800 |    95 |  1069k| 364.9 |   257M |  45 |2250 |  13k|   0 | 986 |  0 |4519 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   259s|  2900 |    91 |  1094k| 360.9 |   257M |  45 |2250 |  13k|  10k| 999 |  1 |4659 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   265s|  3000 |    92 |  1120k| 357.6 |   257M |  45 |2250 |  13k|   0 |1027 |  0 |4731 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   271s|  3100 |    95 |  1153k| 356.5 |   257M |  45 |2250 |  13k|  10k|1055 |  1 |4806 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   277s|  3200 |    93 |  1186k| 355.7 |   257M |  45 |2250 |  13k|   0 |1090 |  0 |4939 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.93/500.50	c   282s|  3300 |    94 |  1215k| 353.8 |   258M |  45 |2250 |  14k|  10k|1108 |  0 |5118 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   286s|  3400 |    95 |  1238k| 350.2 |   258M |  45 |2250 |  14k|  10k|1121 |  0 |5306 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   293s|  3500 |    91 |  1276k| 351.0 |   258M |  45 |2250 |  14k|   0 |1144 |  0 |5444 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   298s|  3600 |    87 |  1305k| 349.4 |   258M |  45 |2250 |  14k|   0 |1160 |  0 |5570 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   303s|  3700 |    88 |  1333k| 347.4 |   258M |  45 |2250 |  14k|  10k|1199 |  1 |5767 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   305s|  3800 |    87 |  1342k| 340.6 |   259M |  45 |2250 |  14k|   0 |1231 |  0 |5887 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   313s|  3900 |    85 |  1384k| 342.7 |   259M |  45 |2250 |  14k|  10k|1243 |  0 |6000 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   319s|  4000 |    85 |  1421k| 343.3 |   259M |  45 |2250 |  14k|  10k|1254 |  0 |6132 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   330s|  4100 |    94 |  1474k| 347.9 |   259M |  45 |2250 |  14k|  10k|1296 |  1 |6277 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   334s|  4200 |    92 |  1492k| 344.0 |   260M |  45 |2250 |  14k|  10k|1330 |  0 |6391 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   340s|  4300 |    95 |  1527k| 344.0 |   260M |  45 |2250 |  14k|  10k|1362 |  2 |6555 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   344s|  4400 |    94 |  1548k| 341.1 |   260M |  45 |2250 |  14k|   0 |1390 |  0 |6695 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   349s|  4500 |    94 |  1578k| 340.2 |   261M |  45 |2250 |  14k|   0 |1402 |  0 |6829 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   353s|  4600 |    93 |  1599k| 337.4 |   261M |  45 |2250 |  14k|  10k|1413 |  1 |6966 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   358s|  4700 |    95 |  1630k| 336.6 |   261M |  45 |2250 |  15k|   0 |1416 |  0 |7100 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.93/500.50	c   366s|  4800 |   102 |  1677k| 339.5 |   261M |  45 |2250 |  15k|  10k|1427 |  1 |7230 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   372s|  4900 |   107 |  1709k| 339.0 |   261M |  45 |2250 |  15k|  10k|1440 |  1 |7380 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   375s|  5000 |   103 |  1727k| 335.9 |   262M |  45 |2250 |  15k|  10k|1454 |  1 |7517 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   379s|  5100 |   101 |  1748k| 333.4 |   262M |  45 |2250 |  15k|   0 |1476 |  0 |7648 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   383s|  5200 |   100 |  1770k| 331.3 |   262M |  45 |2250 |  15k|  10k|1494 |  1 |7755 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   388s|  5300 |    94 |  1800k| 330.6 |   262M |  45 |2250 |  15k|  10k|1522 |  0 |7914 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   394s|  5400 |   109 |  1834k| 330.9 |   262M |  45 |2250 |  15k|  10k|1541 |  0 |8107 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   398s|  5500 |   111 |  1855k| 328.7 |   263M |  45 |2250 |  15k|   0 |1571 |  0 |8295 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   402s|  5600 |   114 |  1872k| 325.8 |   263M |  45 |2250 |  16k|  10k|1595 |  1 |8455 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   406s|  5700 |   115 |  1888k| 323.0 |   263M |  45 |2250 |  16k|  10k|1635 |  2 |8603 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   409s|  5800 |   114 |  1906k| 320.5 |   263M |  45 |2250 |  16k|  10k|1651 |  1 |8782 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   412s|  5900 |   111 |  1924k| 318.1 |   263M |  45 |2250 |  16k|  10k|1662 |  1 |8955 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   416s|  6000 |   107 |  1942k| 315.8 |   263M |  45 |2250 |  16k|   0 |1692 |  0 |9054 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   420s|  6100 |   109 |  1971k| 315.3 |   264M |  45 |2250 |  16k|  10k|1703 |  1 |9181 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   426s|  6200 |   109 |  2004k| 315.5 |   264M |  45 |2250 |  16k|  10k|1732 |  1 |9395 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.93/500.50	c   429s|  6300 |   105 |  2017k| 312.6 |   266M |  45 |2250 |  16k|   0 |1756 |  0 |9569 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   432s|  6400 |   104 |  2036k| 310.8 |   266M |  45 |2250 |  17k|  10k|1773 |  1 |9770 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   435s|  6500 |   104 |  2057k| 309.2 |   267M |  45 |2250 |  17k|   0 |1789 |  0 |9976 |  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   439s|  6600 |   102 |  2074k| 307.1 |   267M |  45 |2250 |  17k|  10k|1812 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   443s|  6700 |   106 |  2102k| 306.7 |   267M |  45 |2250 |  17k|  10k|1852 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   446s|  6800 |   106 |  2116k| 304.2 |   267M |  45 |2250 |  17k|  10k|1876 |  2 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   450s|  6900 |   101 |  2135k| 302.5 |   268M |  45 |2250 |  17k|  10k|1935 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   453s|  7000 |   103 |  2152k| 300.7 |   268M |  45 |2250 |  17k|  10k|1942 |  1 |  10k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   455s|  7100 |    99 |  2167k| 298.5 |   268M |  45 |2250 |  18k|   0 |1961 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   459s|  7200 |    94 |  2183k| 296.7 |   268M |  45 |2250 |  18k|   0 |2009 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   468s|  7300 |    96 |  2228k| 298.7 |   269M |  45 |2250 |  17k|   0 |2062 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   480s|  7400 |   105 |  2286k| 302.5 |   269M |  45 |2250 |  17k|  10k|2091 |  0 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   486s|  7500 |   108 |  2320k| 302.9 |   269M |  45 |2250 |  17k|  10k|2117 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   491s|  7600 |   108 |  2348k| 302.6 |   269M |  45 |2250 |  17k|  10k|2141 |  2 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c   495s|  7700 |   106 |  2369k| 301.5 |   269M |  45 |2250 |  17k|  10k|2163 |  1 |  11k|  30 | 0.000000e+00 |      --      |    Inf | unknown
498.93/500.50	c 
498.93/500.50	c SCIP Status        : solving was interrupted [time limit reached]
498.93/500.51	c Solving Time (sec) : 500.00
498.93/500.51	c Solving Nodes      : 7792
498.93/500.51	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.93/500.51	c Dual Bound         : +0.00000000000000e+00
498.93/500.51	c Gap                : infinite
498.93/500.51	c ----------------------------------------------------------------------
498.93/500.51	c dual bound: 0.0 -> 0
498.93/500.51	c primal bound: 1e+20 -> 100000000000000000000
498.93/500.51	c scip-goal-lb: 0
498.93/500.51	c scip-goal-ub: 100000000000000000000
498.93/500.51	c writing output to: HOME/tmp7072d5rd.opb
498.93/500.51	c appending fixed variable constraints
498.93/500.51	c scip-fixed vars: 0.27% (6/2250)
498.93/500.51	c ----------------------------------------------------------------------
498.93/500.51	c executing external solver: HOME/naps-1.03a6
498.93/500.51	c ----------------------------------------------------------------------
498.93/500.51	c command: HOME/naps-1.03a6 HOME/tmp7072d5rd.opb
498.93/500.52	c NaPS 1.03a6.
498.93/500.52	c Input file name: HOME/tmp7072d5rd.opb
534.90/536.62	c s SATISFIABLE
534.90/536.62	c _____________________________________________________________________________
534.90/536.62	c std/band forms        : 3,0
534.90/536.62	c 2cl/3cl ITE-codings   : 0,0
534.90/536.62	c BDD/srt/adr Max costs : 0,1081,0
534.90/536.62	c BDDraw/bin/mul/srt/adr: 0,0,0,3,0
534.90/536.62	c BDD nodes             : 0
534.90/536.62	c Es1/CC detections     : 0,0
534.90/536.62	c CC sort               : 2
534.90/536.62	c SAT/UNSAT calls       : 1,0
534.90/536.62	c regenrated variables  : 0
534.90/536.62	c eliminated fixed lits : 16
534.90/536.62	c goal lit flips        : 0
534.90/536.62	c goal stages           : 0
534.90/536.62	c goal shrink           : 0
534.90/536.62	c goal coeff separations: 0
534.90/536.62	c restarts              : 19259
534.90/536.62	c conflicts             : 457170         (12819 /sec)
534.90/536.62	c decisions             : 1088785        (30530 /sec)
534.90/536.62	c propagations          : 78106649       (2190123 /sec)
534.90/536.62	c inspects              : 0              (0 /sec)
534.90/536.62	c CPU time (solving tm) : 35.66 s        (35.17 s, SAT 35.17 s, UNSAT 0 s)
534.90/536.62	c Time for Opt-base     : 2.7e-05 s
534.90/536.62	c Steps for Opt-base    : 0
534.90/536.62	c Time for BDD coding   : 0 s
534.90/536.62	c Time for srt coding   : 0.000171 s
534.90/536.62	c _____________________________________________________________________________
534.90/536.62	c v x1 x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 x17 x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 x33 x34 -x35 -x36 x37 -x38 x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 x95 -x141 -x187 -x233 -x279 -x325 -x371 -x417 -x463 -x509 -x555 -x601 -x647 -x693 -x739 -x785 x831 -x877 -x923 -x969 -x1015 -x1061 -x1107 -x1153 -x1199 -x1245 -x1291 -x1337 -x1383 -x1429 -x1475 -x1521 x96 -x142 -x188 -x234 -x280 -x326 -x372 -x418 -x464 -x510 -x556 -x602 -x648 -x694 -x740 -x786 x832 -x878 -x924 -x970 -x1016 -x1062 -x1108 -x1154 -x1200 -x1246 -x1292 -x1338 -x1384 -x1430 -x1476 -x1522 -x97 -x143 -x189 -x235 -x281 -x327 -x373 -x419 -x465 -x511 -x557 -x603 -x649 -x695 -x741 -x787 x833 -x879 -x925 -x971 -x1017 -x1063 -x1109 -x1155 -x1201 -x1247 -x1293 -x1339 -x1385 -x1431 -x1477 -x1523 -x98 -x144 x190 -x236 -x282 -x328 -x374 -x420 -x466 -x512 -x558 -x604 -x650 -x696 -x742 -x788 -x834 -x880 -x926 -x972 -x1018 -x1064 -x1110 -x1156 -x1202 -x1248 -x1294 -x1340 -x1386 -x1432 -x1478 -x1524 -x99 x145 -x191 -x237 -x283 -x329 -x375 -x421 -x467 -x513 -x559 -x605 -x651 -x697 -x743 -x789 -x835 -x881 -x927 -x973 -x1019 -x1065 -x1111 -x1157 -x1203 -x1249 -x1295 -x1341 -x1387 -x1433 -x1479 x1525 -x100 -x146 -x192 -x238 -x284 -x330 -x376 -x422 -x468 -x514 -x560 x606 -x652 -x698 -x744 -x790 -x836 -x882 -x928 -x974 -x1020 -x1066 -x1112 -x1158 -x1204 -x1250 -x1296 -x1342 -x1388 -x1434 -x1480 -x1526 -x101 -x147 -x193 -x239 -x285 -x331 -x377 -x423 -x469 -x515 -x561 x607 -x653 -x699 -x745 -x791 -x837 -x883 -x929 -x975 -x1021 -x1067 -x1113 -x1159 -x1205 -x1251 -x1297 -x1343 -x1389 -x1435 -x1481 -x1527 -x102 -x148 -x194 -x240 -x286 -x332 -x378 -x424 -x470 -x516 -x562 x608 -x654 -x700 -x746 -x792 -x838 -x884 -x930 -x976 -x1022 -x1068 -x1114 -x1160 -x1206 -x1252 -x1298 -x1344 -x1390 -x1436 -x1482 -x1528 -x103 -x149 x195 -x241 -x287 -x333 -x379 -x425 -x471 -x517 -x563 -x609 -x655 -x701 -x747 -x793 -x839 -x885 -x931 -x977 -x1023 -x1069 -x1115 -x1161 -x1207 -x1253 -x1299 -x1345 -x1391 -x1437 -x1483 -x1529 -x104 x150 -x196 -x242 -x288 -x334 -x380 -x426 -x472 -x518 -x564 -x610 -x656 -x702 -x748 -x794 -x840 -x886 -x932 -x978 -x1024 -x1070 -x1116 -x1162 -x1208 -x1254 -x1300 -x1346 -x1392 -x1438 -x1484 x1530 -x105 -x151 -x197 -x243 -x289 -x335 x381 -x427 -x473 -x519 -x565 -x611 -x657 -x703 -x749 -x795 -x841 -x887 -x933 -x979 -x1025 -x1071 -x1117 -x1163 -x1209 -x1255 -x1301 -x1347 -x1393 -x1439 -x1485 -x1531 -x106 -x152 -x198 -x244 -x290 -x336 x382 -x428 -x474 -x520 -x566 -x612 -x658 -x704 -x750 -x796 -x842 -x888 -x934 -x980 -x1026 -x1072 -x1118 -x1164 -x1210 -x1256 -x1302 -x1348 -x1394 -x1440 -x1486 -x1532 -x107 -x153 -x199 -x245 -x291 -x337 x383 -x429 -x475 -x521 -x567 -x613 -x659 -x705 -x751 -x797 -x843 -x889 -x935 -x981 -x1027 -x1073 -x1119 -x1165 -x1211 -x1257 -x1303 -x1349 -x1395 -x1441 -x1487 -x1533 -x108 -x154 x200 -x246 -x292 -x338 -x384 -x430 -x476 -x522 -x568 -x614 -x660 -x706 -x752 -x798 -x844 -x890 -x936 -x982 -x1028 -x1074 -x1120 -x1166 -x1212 -x1258 -x1304 -x1350 -x1396 -x1442 -x1488 -x1534 -x109 x155 -x201 -x247 -x293 -x339 -x385 -x431 -x477 -x523 -x569 -x615 -x661 -x707 -x753 -x799 -x845 -x891 -x937 -x983 -x1029 -x1075 -x1121 -x1167 -x1213 -x1259 -x1305 -x1351 -x1397 -x1443 -x1489 -x1535 -x110 -x156 -x202 -x248 -x294 -x340 -x386 -x432 -x478 -x524 -x570 -x616 -x662 -x708 -x754 -x800 x846 -x892 -x938 -x984 -x1030 -x1076 -x1122 -x1168 -x1214 -x1260 -x1306 -x1352 -x1398 -x1444 -x1490 x1536 x111 -x157 -x203 -x249 -x295 -x341 -x387 -x433 -x479 -x525 -x571 -x617 -x663 -x709 -x755 -x801 -x847 -x893 -x939 x985 -x1031 -x1077 -x1123 -x1169 -x1215 -x1261 -x1307 -x1353 -x1399 -x1445 -x1491 -x1537 x112 -x158 -x204 -x250 -x296 -x342 -x388 -x434 -x480 -x526 -x572 -x618 -x664 -x710 -x756 -x802 -x848 -x894 x940 -x986 -x1032 -x1078 -x1124 -x1170 -x1216 -x1262 -x1308 -x1354 -x1400 -x1446 -x1492 -x1538 x113 -x159 -x205 -x251 -x297 -x343 -x389 -x435 -x481 -x527 -x573 -x619 -x665 -x711 -x757 -x803 -x849 -x895 -x941 x987 -x1033 -x1079 -x1125 -x1171 -x1217 -x1263 -x1309 -x1355 -x1401 -x1447 -x1493 -x1539 -x114 -x160 -x206 -x252 -x298 -x344 -x390 -x436 -x482 -x528 -x574 x620 -x666 -x712 -x758 -x804 -x850 -x896 -x942 -x988 -x1034 -x1080 -x1126 -x1172 -x1218 -x1264 -x1310 -x1356 -x1402 -x1448 -x1494 -x1540 -x115 -x161 -x207 -x253 -x299 -x345 -x391 -x437 -x483 -x529 -x575 -x621 -x667 -x713 -x759 -x805 -x851 x897 -x943 -x989 -x1035 -x1081 -x1127 -x1173 -x1219 -x1265 -x1311 -x1357 -x1403 -x1449 -x1495 -x1541 -x116 -x162 -x208 -x254 -x300 -x346 -x392 -x438 -x484 -x530 -x576 x622 -x668 -x714 -x760 -x806 -x852 -x898 -x944 -x990 -x1036 -x1082 -x1128 -x1174 -x1220 -x1266 -x1312 -x1358 -x1404 -x1450 -x1496 x1542 -x117 -x163 -x209 -x255 -x301 -x347 -x393 -x439 -x485 -x531 -x577 -x623 -x669 -x715 -x761 -x807 -x853 -x899 x945 -x991 -x1037 -x1083 -x1129 -x1175 -x1221 -x1267 -x1313 -x1359 -x1405 -x1451 -x1497 -x1543 -x118 -x164 -x210 -x256 -x302 -x348 -x394 -x440 -x486 -x532 -x578 -x624 -x670 -x716 -x762 -x808 -x854 x900 -x946 -x992 -x1038 -x1084 -x1130 -x1176 -x1222 -x1268 -x1314 -x1360 -x1406 -x1452 -x1498 -x1544 -x119 -x165 -x211 -x257 -x303 -x349 x395 -x441 -x487 -x533 -x579 -x625 -x671 -x717 -x763 -x809 -x855 -x901 -x947 -x993 -x1039 -x1085 -x1131 -x1177 -x1223 -x1269 -x1315 -x1361 -x1407 -x1453 -x1499 -x1545 -x120 -x166 -x212 -x258 -x304 -x350 x396 -x442 -x488 -x534 -x580 -x626 -x672 -x718 -x764 -x810 -x856 -x902 -x948 -x994 -x1040 -x1086 -x1132 -x1178 -x1224 -x1270 -x1316 -x1362 -x1408 -x1454 -x1500 -x1546 -x121 -x167 -x213 -x259 -x305 -x351 x397 -x443 -x489 -x535 -x581 -x627 -x673 -x719 -x765 -x811 -x857 -x903 -x949 -x995 -x1041 -x1087 -x1133 -x1179 -x1225 -x1271 -x1317 -x1363 -x1409 -x1455 -x1501 x1547 -x122 -x168 -x214 -x260 -x306 -x352 -x398 -x444 -x490 -x536 -x582 -x628 -x674 -x720 -x766 -x812 -x858 -x904 -x950 x996 -x1042 -x1088 -x1134 -x1180 -x1226 -x1272 -x1318 -x1364 -x1410 -x1456 -x1502 -x1548 -x123 -x169 -x215 -x261 -x307 -x353 -x399 -x445 -x491 -x537 -x583 -x629 -x675 -x721 -x767 -x813 -x859 -x905 x951 -x997 -x1043 -x1089 -x1135 -x1181 -x1227 -x1273 -x1319 -x1365 -x1411 -x1457 -x1503 -x1549 -x124 -x170 -x216 -x262 -x308 -x354 -x400 -x446 -x492 -x538 -x584 -x630 -x676 -x722 -x768 -x814 -x860 x906 -x952 -x998 -x1044 -x1090 -x1136 -x1182 -x1228 -x1274 -x1320 -x1366 -x1412 -x1458 -x1504 -x1550 x125 -x171 -x217 -x263 -x309 -x355 -x401 -x447 -x493 -x539 -x585 -x631 -x677 -x723 -x769 -x815 -x861 -x907 -x953 -x999 -x1045 -x1091 -x1137 -x1183 -x1229 -x1275 -x1321 -x1367 -x1413 -x1459 -x1505 -x1551 x126 -x172 -x218 -x264 -x310 -x356 -x402 -x448 -x494 -x540 -x586 -x632 -x678 -x724 -x770 -x816 x862 -x908 -x954 -x1000 -x1046 -x1092 -x1138 -x1184 -x1230 -x1276 -x1322 -x1368 -x1414 -x1460 -x1506 -x1552 x127 -x173 -x219 -x265 -x311 -x357 -x403 -x449 -x495 -x541 -x587 -x633 -x679 -x725 -x771 -x817 x863 -x909 -x955 -x1001 -x1047 -x1093 -x1139 -x1185 -x1231 -x1277 -x1323 -x1369 -x1415 -x1461 -x1507 -x1553 -x128 -x174 x220 -x266 -x312 -x358 -x404 -x450 -x496 -x542 -x588 -x634 -x680 -x726 -x772 -x818 -x864 -x910 -x956 x1002 -x1048 -x1094 -x1140 -x1186 -x1232 -x1278 -x1324 -x1370 -x1416 -x1462 -x1508 -x1554 -x129 x175 -x221 -x267 -x313 -x359 -x405 -x451 -x497 -x543 -x589 -x635 -x681 -x727 -x773 -x819 -x865 -x911 x957 -x1003 -x1049 -x1095 -x1141 -x1187 -x1233 -x1279 -x1325 -x1371 -x1417 -x1463 -x1509 -x1555 -x130 -x176 x222 -x268 -x314 -x360 -x406 -x452 -x498 -x544 -x590 -x636 -x682 -x728 -x774 -x820 -x866 x912 -x958 -x1004 -x1050 -x1096 -x1142 -x1188 -x1234 -x1280 -x1326 -x1372 -x1418 -x1464 -x1510 -x1556 -x131 x177 -x223 -x269 -x315 -x361 -x407 -x453 -x499 -x545 -x591 x637 -x683 -x729 -x775 -x821 -x867 -x913 -x959 -x1005 -x1051 -x1097 -x1143 -x1189 -x1235 -x1281 -x1327 -x1373 -x1419 -x1465 -x1511 -x1557 -x132 -x178 -x224 -x270 -x316 -x362 -x408 -x454 -x500 -x546 -x592 x638 -x684 -x730 -x776 -x822 -x868 -x914 -x960 -x1006 -x1052 -x1098 -x1144 -x1190 -x1236 -x1282 -x1328 -x1374 -x1420 -x1466 -x1512 -x1558 -x133 -x179 -x225 -x271 -x317 -x363 -x409 -x455 -x501 -x547 -x593 -x639 -x685 -x731 -x777 -x823 -x869 -x915 -x961 x1007 -x1053 -x1099 -x1145 -x1191 -x1237 -x1283 -x1329 -x1375 -x1421 -x1467 -x1513 -x1559 -x134 x180 -x226 -x272 -x318 -x364 -x410 -x456 -x502 -x548 -x594 -x640 -x686 -x732 -x778 -x824 -x870 -x916 x962 -x1008 -x1054 -x1100 -x1146 -x1192 -x1238 -x1284 -x1330 -x1376 -x1422 -x1468 -x1514 -x1560 -x135 -x181 -x227 -x273 -x319 -x365 -x411 -x457 -x503 -x549 -x595 -x641 -x687 -x733 -x779 -x825 -x871 x917 -x963 -x1009 -x1055 -x1101 -x1147 -x1193 -x1239 -x1285 -x1331 -x1377 -x1423 -x1469 -x1515 -x1561 -x136 -x182 -x228 -x274 -x320 -x366 x412 -x458 -x504 -x550 -x596 -x642 -x688 -x734 -x780 -x826 -x872 -x918 -x964 -x1010 -x1056 -x1102 -x1148 -x1194 -x1240 -x1286 -x1332 -x1378 -x1424 -x1470 -x1516 -x1562 -x137 -x183 -x229 -x275 -x321 -x367 x413 -x459 -x505 -x551 -x597 -x643 -x689 -x735 -x781 -x827 -x873 -x919 -x965 -x1011 -x1057 -x1103 -x1149 -x1195 -x1241 -x1287 -x1333 -x1379 -x1425 -x1471 -x1517 -x1563 -x138 -x184 -x230 -x276 -x322 -x368 -x414 -x460 -x506 -x552 -x598 -x644 -x690 -x736 -x782 -x828 -x874 -x920 -x966 x1012 -x1058 -x1104 -x1150 -x1196 -x1242 -x1288 -x1334 -x1380 -x1426 -x1472 -x1518 -x1564 -x139 -x185 x231 -x277 -x323 -x369 -x415 -x461 -x507 -x553 -x599 -x645 -x691 -x737 -x783 -x829 -x875 -x921 x967 -x1013 -x1059 -x1105 -x1151 -x1197 -x1243 -x1289 -x1335 -x1381 -x1427 -x1473 -x1519 -x1565 -x140 x186 -x232 -x278 -x324 -x370 -x416 -x462 -x508 -x554 -x600 -x646 -x692 -x738 -x784 -x830 -x876 x922 -x968 -x1014 -x1060 -x1106 -x1152 -x1198 -x1244 -x1290 -x1336 -x1382 -x1428 -x1474 -x1520 -x1566 -x1567 -x1568 -x1569 x1570 -x1571 x1572 -x1573 -x1574 x1575 -x1576 -x1577 -x1578 -x1579 -x1580 x1581 -x1582 -x1583 -x1584 -x1585 -x1586 x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 x1615 -x1616 -x1617 -x1618 -x1619 x1620 -x1621 -x1622 -x1623 -x1624 -x1625 x1626 -x1627 -x1628 -x1629 -x1630 -x1631 x1632 -x1633 -x1634 -x1635 -x1636 x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 x1762 x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 x1779 x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 x1792 x1793 x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 x1852 x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 x1868 -x1869 x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 -x2001 -x2002 x2003 x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 x2017 x2018 x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046
534.90/536.62	c v -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94
534.90/536.62	s SATISFIABLE
534.90/536.62	v x1 x2 x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 x17 x18 x19 x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 x33 x34 -x35 -x36 x37 -x38 x39 -x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 x95 -x141 -x187 -x233 -x279 -x325 -x371 -x417 -x463 -x509 -x555 -x601 -x647 -x693 -x739 -x785 x831 -x877 -x923 -x969 -x1015 -x1061 -x1107 -x1153 -x1199 -x1245 -x1291 -x1337 -x1383 -x1429 -x1475 -x1521 x96 -x142 -x188 -x234 -x280 -x326 -x372 -x418 -x464 -x510 -x556 -x602 -x648 -x694 -x740 -x786 x832 -x878 -x924 -x970 -x1016 -x1062 -x1108 -x1154 -x1200 -x1246 -x1292 -x1338 -x1384 -x1430 -x1476 -x1522 -x97 -x143 -x189 -x235 -x281 -x327 -x373 -x419 -x465 -x511 -x557 -x603 -x649 -x695 -x741 -x787 x833 -x879 -x925 -x971 -x1017 -x1063 -x1109 -x1155 -x1201 -x1247 -x1293 -x1339 -x1385 -x1431 -x1477 -x1523 -x98 -x144 x190 -x236 -x282 -x328 -x374 -x420 -x466 -x512 -x558 -x604 -x650 -x696 -x742 -x788 -x834 -x880 -x926 -x972 -x1018 -x1064 -x1110 -x1156 -x1202 -x1248 -x1294 -x1340 -x1386 -x1432 -x1478 -x1524 -x99 x145 -x191 -x237 -x283 -x329 -x375 -x421 -x467 -x513 -x559 -x605 -x651 -x697 -x743 -x789 -x835 -x881 -x927 -x973 -x1019 -x1065 -x1111 -x1157 -x1203 -x1249 -x1295 -x1341 -x1387 -x1433 -x1479 x1525 -x100 -x146 -x192 -x238 -x284 -x330 -x376 -x422 -x468 -x514 -x560 x606 -x652 -x698 -x744 -x790 -x836 -x882 -x928 -x974 -x1020 -x1066 -x1112 -x1158 -x1204 -x1250 -x1296 -x1342 -x1388 -x1434 -x1480 -x1526 -x101 -x147 -x193 -x239 -x285 -x331 -x377 -x423 -x469 -x515 -x561 x607 -x653 -x699 -x745 -x791 -x837 -x883 -x929 -x975 -x1021 -x1067 -x1113 -x1159 -x1205 -x1251 -x1297 -x1343 -x1389 -x1435 -x1481 -x1527 -x102 -x148 -x194 -x240 -x286 -x332 -x378 -x424 -x470 -x516 -x562 x608 -x654 -x700 -x746 -x792 -x838 -x884 -x930 -x976 -x1022 -x1068 -x1114 -x1160 -x1206 -x1252 -x1298 -x1344 -x1390 -x1436 -x1482 -x1528 -x103 -x149 x195 -x241 -x287 -x333 -x379 -x425 -x471 -x517 -x563 -x609 -x655 -x701 -x747 -x793 -x839 -x885 -x931 -x977 -x1023 -x1069 -x1115 -x1161 -x1207 -x1253 -x1299 -x1345 -x1391 -x1437 -x1483 -x1529 -x104 x150 -x196 -x242 -x288 -x334 -x380 -x426 -x472 -x518 -x564 -x610 -x656 -x702 -x748 -x794 -x840 -x886 -x932 -x978 -x1024 -x1070 -x1116 -x1162 -x1208 -x1254 -x1300 -x1346 -x1392 -x1438 -x1484 x1530 -x105 -x151 -x197 -x243 -x289 -x335 x381 -x427 -x473 -x519 -x565 -x611 -x657 -x703 -x749 -x795 -x841 -x887 -x933 -x979 -x1025 -x1071 -x1117 -x1163 -x1209 -x1255 -x1301 -x1347 -x1393 -x1439 -x1485 -x1531 -x106 -x152 -x198 -x244 -x290 -x336 x382 -x428 -x474 -x520 -x566 -x612 -x658 -x704 -x750 -x796 -x842 -x888 -x934 -x980 -x1026 -x1072 -x1118 -x1164 -x1210 -x1256 -x1302 -x1348 -x1394 -x1440 -x1486 -x1532 -x107 -x153 -x199 -x245 -x291 -x337 x383 -x429 -x475 -x521 -x567 -x613 -x659 -x705 -x751 -x797 -x843 -x889 -x935 -x981 -x1027 -x1073 -x1119 -x1165 -x1211 -x1257 -x1303 -x1349 -x1395 -x1441 -x1487 -x1533 -x108 -x154 x200 -x246 -x292 -x338 -x384 -x430 -x476 -x522 -x568 -x614 -x660 -x706 -x752 -x798 -x844 -x890 -x936 -x982 -x1028 -x1074 -x1120 -x1166 -x1212 -x1258 -x1304 -x1350 -x1396 -x1442 -x1488 -x1534 -x109 x155 -x201 -x247 -x293 -x339 -x385 -x431 -x477 -x523 -x569 -x615 -x661 -x707 -x753 -x799 -x845 -x891 -x937 -x983 -x1029 -x1075 -x1121 -x1167 -x1213 -x1259 -x1305 -x1351 -x1397 -x1443 -x1489 -x1535 -x110 -x156 -x202 -x248 -x294 -x340 -x386 -x432 -x478 -x524 -x570 -x616 -x662 -x708 -x754 -x800 x846 -x892 -x938 -x984 -x1030 -x1076 -x1122 -x1168 -x1214 -x1260 -x1306 -x1352 -x1398 -x1444 -x1490 x1536 x111 -x157 -x203 -x249 -x295 -x341 -x387 -x433 -x479 -x525 -x571 -x617 -x663 -x709 -x755 -x801 -x847 -x893 -x939 x985 -x1031 -x1077 -x1123 -x1169 -x1215 -x1261 -x1307 -x1353 -x1399 -x1445 -x1491 -x1537 x112 -x158 -x204 -x250 -x296 -x342 -x388 -x434 -x480 -x526 -x572 -x618 -x664 -x710 -x756 -x802 -x848 -x894 x940 -x986 -x1032 -x1078 -x1124 -x1170 -x1216 -x1262 -x1308 -x1354 -x1400 -x1446 -x1492 -x1538 x113 -x159 -x205 -x251 -x297 -x343 -x389 -x435 -x481 -x527 -x573 -x619 -x665 -x711 -x757 -x803 -x849 -x895 -x941 x987 -x1033 -x1079 -x1125 -x1171 -x1217 -x1263 -x1309 -x1355 -x1401 -x1447 -x1493 -x1539 -x114 -x160 -x206 -x252 -x298 -x344 -x390 -x436 -x482 -x528 -x574 x620 -x666 -x712 -x758 -x804 -x850 -x896 -x942 -x988 -x1034 -x1080 -x1126 -x1172 -x1218 -x1264 -x1310 -x1356 -x1402 -x1448 -x1494 -x1540 -x115 -x161 -x207 -x253 -x299 -x345 -x391 -x437 -x483 -x529 -x575 -x621 -x667 -x713 -x759 -x805 -x851 x897 -x943 -x989 -x1035 -x1081 -x1127 -x1173 -x1219 -x1265 -x1311 -x1357 -x1403 -x1449 -x1495 -x1541 -x116 -x162 -x208 -x254 -x300 -x346 -x392 -x438 -x484 -x530 -x576 x622 -x668 -x714 -x760 -x806 -x852 -x898 -x944 -x990 -x1036 -x1082 -x1128 -x1174 -x1220 -x1266 -x1312 -x1358 -x1404 -x1450 -x1496 x1542 -x117 -x163 -x209 -x255 -x301 -x347 -x393 -x439 -x485 -x531 -x577 -x623 -x669 -x715 -x761 -x807 -x853 -x899 x945 -x991 -x1037 -x1083 -x1129 -x1175 -x1221 -x1267 -x1313 -x1359 -x1405 -x1451 -x1497 -x1543 -x118 -x164 -x210 -x256 -x302 -x348 -x394 -x440 -x486 -x532 -x578 -x624 -x670 -x716 -x762 -x808 -x854 x900 -x946 -x992 -x1038 -x1084 -x1130 -x1176 -x1222 -x1268 -x1314 -x1360 -x1406 -x1452 -x1498 -x1544 -x119 -x165 -x211 -x257 -x303 -x349 x395 -x441 -x487 -x533 -x579 -x625 -x671 -x717 -x763 -x809 -x855 -x901 -x947 -x993 -x1039 -x1085 -x1131 -x1177 -x1223 -x1269 -x1315 -x1361 -x1407 -x1453 -x1499 -x1545 -x120 -x166 -x212 -x258 -x304 -x350 x396 -x442 -x488 -x534 -x580 -x626 -x672 -x718 -x764 -x810 -x856 -x902 -x948 -x994 -x1040 -x1086 -x1132 -x1178 -x1224 -x1270 -x1316 -x1362 -x1408 -x1454 -x1500 -x1546 -x121 -x167 -x213 -x259 -x305 -x351 x397 -x443 -x489 -x535 -x581 -x627 -x673 -x719 -x765 -x811 -x857 -x903 -x949 -x995 -x1041 -x1087 -x1133 -x1179 -x1225 -x1271 -x1317 -x1363 -x1409 -x1455 -x1501 x1547 -x122 -x168 -x214 -x260 -x306 -x352 -x398 -x444 -x490 -x536 -x582 -x628 -x674 -x720 -x766 -x812 -x858 -x904 -x950 x996 -x1042 -x1088 -x1134 -x1180 -x1226 -x1272 -x1318 -x1364 -x1410 -x1456 -x1502 -x1548 -x123 -x169 -x215 -x261 -x307 -x353 -x399 -x445 -x491 -x537 -x583 -x629 -x675 -x721 -x767 -x813 -x859 -x905 x951 -x997 -x1043 -x1089 -x1135 -x1181 -x1227 -x1273 -x1319 -x1365 -x1411 -x1457 -x1503 -x1549 -x124 -x170 -x216 -x262 -x308 -x354 -x400 -x446 -x492 -x538 -x584 -x630 -x676 -x722 -x768 -x814 -x860 x906 -x952 -x998 -x1044 -x1090 -x1136 -x1182 -x1228 -x1274 -x1320 -x1366 -x1412 -x1458 -x1504 -x1550 x125 -x171 -x217 -x263 -x309 -x355 -x401 -x447 -x493 -x539 -x585 -x631 -x677 -x723 -x769 -x815 -x861 -x907 -x953 -x999 -x1045 -x1091 -x1137 -x1183 -x1229 -x1275 -x1321 -x1367 -x1413 -x1459 -x1505 -x1551 x126 -x172 -x218 -x264 -x310 -x356 -x402 -x448 -x494 -x540 -x586 -x632 -x678 -x724 -x770 -x816 x862 -x908 -x954 -x1000 -x1046 -x1092 -x1138 -x1184 -x1230 -x1276 -x1322 -x1368 -x1414 -x1460 -x1506 -x1552 x127 -x173 -x219 -x265 -x311 -x357 -x403 -x449 -x495 -x541 -x587 -x633 -x679 -x725 -x771 -x817 x863 -x909 -x955 -x1001 -x1047 -x1093 -x1139 -x1185 -x1231 -x1277 -x1323 -x1369 -x1415 -x1461 -x1507 -x1553 -x128 -x174 x220 -x266 -x312 -x358 -x404 -x450 -x496 -x542 -x588 -x634 -x680 -x726 -x772 -x818 -x864 -x910 -x956 x1002 -x1048 -x1094 -x1140 -x1186 -x1232 -x1278 -x1324 -x1370 -x1416 -x1462 -x1508 -x1554 -x129 x175 -x221 -x267 -x313 -x359 -x405 -x451 -x497 -x543 -x589 -x635 -x681 -x727 -x773 -x819 -x865 -x911 x957 -x1003 -x1049 -x1095 -x1141 -x1187 -x1233 -x1279 -x1325 -x1371 -x1417 -x1463 -x1509 -x1555 -x130 -x176 x222 -x268 -x314 -x360 -x406 -x452 -x498 -x544 -x590 -x636 -x682 -x728 -x774 -x820 -x866 x912 -x958 -x1004 -x1050 -x1096 -x1142 -x1188 -x1234 -x1280 -x1326 -x1372 -x1418 -x1464 -x1510 -x1556 -x131 x177 -x223 -x269 -x315 -x361 -x407 -x453 -x499 -x545 -x591 x637 -x683 -x729 -x775 -x821 -x867 -x913 -x959 -x1005 -x1051 -x1097 -x1143 -x1189 -x1235 -x1281 -x1327 -x1373 -x1419 -x1465 -x1511 -x1557 -x132 -x178 -x224 -x270 -x316 -x362 -x408 -x454 -x500 -x546 -x592 x638 -x684 -x730 -x776 -x822 -x868 -x914 -x960 -x1006 -x1052 -x1098 -x1144 -x1190 -x1236 -x1282 -x1328 -x1374 -x1420 -x1466 -x1512 -x1558 -x133 -x179 -x225 -x271 -x317 -x363 -x409 -x455 -x501 -x547 -x593 -x639 -x685 -x731 -x777 -x823 -x869 -x915 -x961 x1007 -x1053 -x1099 -x1145 -x1191 -x1237 -x1283 -x1329 -x1375 -x1421 -x1467 -x1513 -x1559 -x134 x180 -x226 -x272 -x318 -x364 -x410 -x456 -x502 -x548 -x594 -x640 -x686 -x732 -x778 -x824 -x870 -x916 x962 -x1008 -x1054 -x1100 -x1146 -x1192 -x1238 -x1284 -x1330 -x1376 -x1422 -x1468 -x1514 -x1560 -x135 -x181 -x227 -x273 -x319 -x365 -x411 -x457 -x503 -x549 -x595 -x641 -x687 -x733 -x779 -x825 -x871 x917 -x963 -x1009 -x1055 -x1101 -x1147 -x1193 -x1239 -x1285 -x1331 -x1377 -x1423 -x1469 -x1515 -x1561 -x136 -x182 -x228 -x274 -x320 -x366 x412 -x458 -x504 -x550 -x596 -x642 -x688 -x734 -x780 -x826 -x872 -x918 -x964 -x1010 -x1056 -x1102 -x1148 -x1194 -x1240 -x1286 -x1332 -x1378 -x1424 -x1470 -x1516 -x1562 -x137 -x183 -x229 -x275 -x321 -x367 x413 -x459 -x505 -x551 -x597 -x643 -x689 -x735 -x781 -x827 -x873 -x919 -x965 -x1011 -x1057 -x1103 -x1149 -x1195 -x1241 -x1287 -x1333 -x1379 -x1425 -x1471 -x1517 -x1563 -x138 -x184 -x230 -x276 -x322 -x368 -x414 -x460 -x506 -x552 -x598 -x644 -x690 -x736 -x782 -x828 -x874 -x920 -x966 x1012 -x1058 -x1104 -x1150 -x1196 -x1242 -x1288 -x1334 -x1380 -x1426 -x1472 -x1518 -x1564 -x139 -x185 x231 -x277 -x323 -x369 -x415 -x461 -x507 -x553 -x599 -x645 -x691 -x737 -x783 -x829 -x875 -x921 x967 -x1013 -x1059 -x1105 -x1151 -x1197 -x1243 -x1289 -x1335 -x1381 -x1427 -x1473 -x1519 -x1565 -x140 x186 -x232 -x278 -x324 -x370 -x416 -x462 -x508 -x554 -x600 -x646 -x692 -x738 -x784 -x830 -x876 x922 -x968 -x1014 -x1060 -x1106 -x1152 -x1198 -x1244 -x1290 -x1336 -x1382 -x1428 -x1474 -x1520 -x1566 -x1567 -x1568 -x1569 x1570 -x1571 x1572 -x1573 -x1574 x1575 -x1576 -x1577 -x1578 -x1579 -x1580 x1581 -x1582 -x1583 -x1584 -x1585 -x1586 x1587 -x1588 -x1589 -x1590 -x1591 -x1592 -x1593 -x1594 -x1595 -x1596 x1597 -x1598 -x1599 -x1600 -x1601 -x1602 -x1603 -x1604 -x1605 -x1606 -x1607 -x1608 -x1609 -x1610 -x1611 -x1612 -x1613 -x1614 x1615 -x1616 -x1617 -x1618 -x1619 x1620 -x1621 -x1622 -x1623 -x1624 -x1625 x1626 -x1627 -x1628 -x1629 -x1630 -x1631 x1632 -x1633 -x1634 -x1635 -x1636 x1637 -x1638 -x1639 -x1640 -x1641 -x1642 -x1643 -x1644 -x1645 -x1646 -x1647 -x1648 -x1649 -x1650 -x1651 -x1652 -x1653 -x1654 -x1655 -x1656 -x1657 -x1658 -x1659 -x1660 -x1661 -x1662 -x1663 -x1664 -x1665 -x1666 -x1667 -x1668 -x1669 -x1670 -x1671 -x1672 -x1673 -x1674 -x1675 -x1676 -x1677 -x1678 -x1679 -x1680 -x1681 -x1682 -x1683 -x1684 -x1685 -x1686 -x1687 -x1688 -x1689 -x1690 -x1691 -x1692 -x1693 -x1694 -x1695 -x1696 -x1697 -x1698 -x1699 -x1700 -x1701 -x1702 -x1703 -x1704 -x1705 -x1706 -x1707 -x1708 -x1709 -x1710 -x1711 -x1712 -x1713 -x1714 -x1715 -x1716 -x1717 -x1718 -x1719 -x1720 -x1721 -x1722 -x1723 -x1724 -x1725 -x1726 -x1727 -x1728 -x1729 -x1730 -x1731 -x1732 -x1733 -x1734 -x1735 -x1736 -x1737 -x1738 -x1739 -x1740 -x1741 -x1742 -x1743 -x1744 -x1745 -x1746 -x1747 -x1748 -x1749 -x1750 -x1751 -x1752 -x1753 -x1754 -x1755 -x1756 -x1757 -x1758 -x1759 -x1760 -x1761 x1762 x1763 -x1764 -x1765 -x1766 -x1767 -x1768 -x1769 -x1770 -x1771 -x1772 -x1773 -x1774 -x1775 -x1776 -x1777 -x1778 x1779 x1780 -x1781 -x1782 -x1783 -x1784 -x1785 -x1786 -x1787 -x1788 -x1789 -x1790 -x1791 x1792 x1793 x1794 -x1795 -x1796 -x1797 -x1798 -x1799 -x1800 -x1801 -x1802 -x1803 -x1804 -x1805 -x1806 -x1807 -x1808 -x1809 -x1810 -x1811 -x1812 -x1813 -x1814 -x1815 -x1816 -x1817 -x1818 -x1819 -x1820 -x1821 -x1822 -x1823 -x1824 -x1825 -x1826 -x1827 -x1828 -x1829 -x1830 -x1831 -x1832 -x1833 -x1834 -x1835 -x1836 -x1837 -x1838 -x1839 -x1840 -x1841 -x1842 -x1843 -x1844 -x1845 -x1846 -x1847 -x1848 -x1849 -x1850 -x1851 x1852 x1853 -x1854 -x1855 -x1856 -x1857 -x1858 -x1859 -x1860 -x1861 -x1862 -x1863 -x1864 -x1865 -x1866 -x1867 x1868 -x1869 x1870 -x1871 -x1872 -x1873 -x1874 -x1875 -x1876 -x1877 -x1878 -x1879 -x1880 -x1881 -x1882 x1883 -x1884 -x1885 -x1886 -x1887 -x1888 -x1889 -x1890 -x1891 -x1892 -x1893 -x1894 -x1895 -x1896 -x1897 -x1898 -x1899 -x1900 -x1901 -x1902 -x1903 -x1904 -x1905 -x1906 -x1907 -x1908 -x1909 -x1910 -x1911 -x1912 -x1913 -x1914 -x1915 -x1916 -x1917 -x1918 -x1919 -x1920 -x1921 -x1922 -x1923 -x1924 -x1925 -x1926 -x1927 -x1928 -x1929 -x1930 -x1931 -x1932 -x1933 -x1934 -x1935 -x1936 -x1937 -x1938 -x1939 -x1940 -x1941 -x1942 -x1943 -x1944 -x1945 -x1946 -x1947 -x1948 -x1949 -x1950 -x1951 -x1952 -x1953 -x1954 -x1955 -x1956 -x1957 -x1958 -x1959 -x1960 -x1961 -x1962 -x1963 -x1964 -x1965 -x1966 -x1967 -x1968 -x1969 -x1970 -x1971 -x1972 -x1973 -x1974 -x1975 -x1976 -x1977 -x1978 -x1979 -x1980 -x1981 -x1982 -x1983 -x1984 -x1985 -x1986 x1987 -x1988 -x1989 -x1990 -x1991 -x1992 -x1993 -x1994 -x1995 -x1996 -x1997 -x1998 -x1999 -x2000 -x2001 -x2002 x2003 x2004 -x2005 -x2006 -x2007 -x2008 -x2009 -x2010 -x2011 -x2012 -x2013 -x2014 -x2015 -x2016 x2017 x2018 x2019 -x2020 -x2021 -x2022 -x2023 -x2024 -x2025 -x2026 -x2027 -x2028 -x2029 -x2030 -x2031 -x2032 -x2033 -x2034 -x2035 -x2036 -x2037 -x2038 -x2039 -x2040 -x2041 -x2042 -x2043 -x2044 -x2045 -x2046
534.90/536.62	v -x2047 -x2048 -x2049 -x2050 -x2051 -x2052 -x2053 -x2054 -x2055 -x2056 -x2057 -x2058 -x2059 -x2060 -x2061 -x2062 -x2063 -x2064 -x2065 -x2066 -x2067 -x2068 -x2069 -x2070 -x2071 -x2072 -x2073 -x2074 -x2075 -x2076 -x2077 -x2078 -x2079 -x2080 -x2081 -x2082 -x2083 -x2084 -x2085 -x2086 -x2087 -x2088 -x2089 -x2090 -x2091 -x2092 -x2093 -x2094 -x2095 -x2096 -x2097 -x2098 -x2099 -x2100 -x2101 -x2102 -x2103 -x2104 -x2105 -x2106 -x2107 -x2108 -x2109 -x2110 -x2111 -x2112 -x2113 -x2114 -x2115 -x2116 -x2117 -x2118 -x2119 -x2120 -x2121 -x2122 -x2123 -x2124 -x2125 -x2126 -x2127 -x2128 -x2129 -x2130 -x2131 -x2132 -x2133 -x2134 -x2135 -x2136 -x2137 -x2138 -x2139 -x2140 -x2141 -x2142 -x2143 -x2144 -x2145 -x2146 -x2147 -x2148 -x2149 -x2150 -x2151 -x2152 -x2153 -x2154 -x2155 -x2156 -x2157 -x2158 -x2159 -x2160 -x2161 -x2162 -x2163 -x2164 -x2165 -x2166 -x2167 -x2168 -x2169 -x2170 -x2171 -x2172 -x2173 -x2174 -x2175 -x2176 -x2177 -x2178 -x2179 -x2180 -x2181 -x2182 -x2183 -x2184 -x2185 -x2186 -x2187 -x2188 -x2189 -x2190 -x2191 -x2192 -x2193 -x2194 -x2195 -x2196 -x2197 -x2198 -x2199 -x2200 -x2201 -x2202 -x2203 -x2204 -x2205 -x2206 -x2207 -x2208 -x2209 -x2210 -x2211 -x2212 -x2213 -x2214 -x2215 -x2216 -x2217 -x2218 -x2219 -x2220 -x2221 -x2222 -x2223 -x2224 -x2225 -x2226 -x2227 -x2228 -x2229 -x2230 -x2231 -x2232 -x2233 -x2234 -x2235 -x2236 -x2237 -x2238 -x2239 -x2240 -x2241 -x2242 -x2243 -x2244 -x2245 -x2246 -x2247 -x2248 -x2249 -x2250 -x2251 -x2252 -x2253 -x2254 -x2255 -x2256 x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530009-1752261027/watcher-4530009-1752261027 -o /tmp/evaluation-result-4530009-1752261027/solver-4530009-1752261027 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119226 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530009-1752261027.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
solver pid=120971, runsolver pid=120968
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 4.27 4.15 4.15 6/256 120976
/proc/meminfo: memFree=88546520/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=18880 memory=12032 CPUtime=0.06 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 1778 0 0 0 5 1 0 0 20 0 1 0 141782399 19333120 3008 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 4720 3008 1472 1 0 1484 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 23072 KiB
Current children cumulated memory: 14976 KiB

[startup+0.214135 s]*
/proc/loadavg: 4.27 4.15 4.15 5/256 120976
/proc/meminfo: memFree=88546552/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1186292 memory=31064 CPUtime=0.17 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 3544 0 0 0 14 3 0 0 20 0 1 0 141782399 1214763008 7766 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 296573 7766 4854 1 0 268595 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1190484 KiB
Current children cumulated memory: 34008 KiB

[startup+0.318133 s]*
/proc/loadavg: 4.27 4.15 4.15 5/256 120976
/proc/meminfo: memFree=88546304/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1189852 memory=34904 CPUtime=0.25 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 4338 0 0 0 22 3 0 0 20 0 1 0 141782399 1218408448 8726 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 2 0 0 0 17 2 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 297463 8726 5046 1 0 269372 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 1194044 KiB
Current children cumulated memory: 37848 KiB

[startup+0.700287 s]
/proc/loadavg: 4.27 4.15 4.15 5/256 120976
/proc/meminfo: memFree=88514300/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1246872 memory=99160 CPUtime=0.59 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 17785 0 0 0 52 7 0 0 20 0 1 0 141782399 1276796928 24790 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 311718 24790 7894 1 0 283076 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 1251064 KiB
Current children cumulated memory: 102104 KiB

[startup+1.50028 s]
/proc/loadavg: 4.27 4.15 4.15 5/256 120976
/proc/meminfo: memFree=88481932/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1297704 memory=142896 CPUtime=1.38 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 29352 0 0 0 128 10 0 0 20 0 1 0 141782399 1328848896 35724 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 324426 35724 8086 1 0 295784 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 1301896 KiB
Current children cumulated memory: 145840 KiB

[startup+3.11364 s]
/proc/loadavg: 4.27 4.15 4.15 5/256 120976
/proc/meminfo: memFree=91008460/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1308628 memory=153392 CPUtime=2.99 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 31947 0 0 0 288 11 0 0 20 0 1 0 141782399 1340035072 38348 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 327157 38348 8150 1 0 298515 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 1312820 KiB
Current children cumulated memory: 156336 KiB

[startup+6.3004 s]
/proc/loadavg: 4.24 4.15 4.15 5/256 120976
/proc/meminfo: memFree=90919756/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1313956 memory=158924 CPUtime=6.17 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 38096 0 0 0 605 12 0 0 20 0 1 0 141782399 1345490944 39731 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 328489 39731 8150 1 0 299847 0
Current children cumulated CPU time: 6.17 s
Current children cumulated vsize: 1318148 KiB
Current children cumulated memory: 161868 KiB

[startup+12.7005 s]
/proc/loadavg: 4.22 4.14 4.15 5/256 120976
/proc/meminfo: memFree=90906000/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1346416 memory=188308 CPUtime=12.54 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 48857 0 0 0 1241 13 0 0 20 0 1 0 141782399 1378729984 47077 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 336604 47077 8150 1 0 307962 0
Current children cumulated CPU time: 12.54 s
Current children cumulated vsize: 1350608 KiB
Current children cumulated memory: 191252 KiB

[startup+25.5005 s]
/proc/loadavg: 4.17 4.14 4.15 5/256 120976
/proc/meminfo: memFree=90808132/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1428508 memory=259604 CPUtime=25.31 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 66684 0 0 0 2514 17 0 0 20 0 1 0 141782399 1462792192 64901 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 357127 64901 8150 1 0 328485 0
Current children cumulated CPU time: 25.31 s
Current children cumulated vsize: 1432700 KiB
Current children cumulated memory: 262548 KiB

[startup+51.1137 s]
/proc/loadavg: 4.18 4.14 4.15 6/256 120976
/proc/meminfo: memFree=90435388/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1436712 memory=263956 CPUtime=50.83 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 67783 0 0 0 5066 17 0 0 20 0 1 0 141782399 1471193088 65989 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 359178 65989 8150 1 0 330536 0
Current children cumulated CPU time: 50.83 s
Current children cumulated vsize: 1440904 KiB
Current children cumulated memory: 266900 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.13 4.14 5/255 121027
/proc/meminfo: memFree=107100528/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1478136 memory=305028 CPUtime=101.87 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 80935 0 0 0 10168 19 0 0 20 0 1 0 141782399 1513611264 76257 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 369534 76257 8150 1 0 340892 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 1482328 KiB
Current children cumulated memory: 307972 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.12 4.14 5/255 121029
/proc/meminfo: memFree=105530596/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1478136 memory=306820 CPUtime=161.7 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 81382 0 0 0 16151 19 0 0 20 0 1 0 141782399 1513611264 76705 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 369534 76705 8150 1 0 340892 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 1482328 KiB
Current children cumulated memory: 309764 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.11 4.13 5/255 121031
/proc/meminfo: memFree=105020560/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1478136 memory=306948 CPUtime=221.53 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 81398 0 0 0 22134 19 0 0 20 0 1 0 141782399 1513611264 76737 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 369534 76737 8150 1 0 340892 0
Current children cumulated CPU time: 221.53 s

################
# More data... #
################


[startup+342.3 s]
/proc/loadavg: 4.23 4.13 4.13 5/255 121035
/proc/meminfo: memFree=103999548/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1497592 memory=324996 CPUtime=341.18 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 85914 0 0 0 34098 20 0 0 20 0 1 0 141782399 1533534208 81249 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374398 81249 8150 1 0 345756 0
Current children cumulated CPU time: 341.18 s
Current children cumulated vsize: 1501784 KiB
Current children cumulated memory: 327940 KiB

[startup+402.3 s]
/proc/loadavg: 4.16 4.12 4.13 5/255 121037
/proc/meminfo: memFree=103665244/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1497592 memory=324996 CPUtime=401.01 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 85916 0 0 0 40081 20 0 0 20 0 1 0 141782399 1533534208 81249 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374398 81249 8150 1 0 345756 0
Current children cumulated CPU time: 401.01 s
Current children cumulated vsize: 1501784 KiB
Current children cumulated memory: 327940 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.11 4.12 5/255 121039
/proc/meminfo: memFree=103350752/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1497592 memory=324996 CPUtime=460.83 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 85925 0 0 0 46063 20 0 0 20 0 1 0 141782399 1533534208 81249 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374398 81249 8150 1 0 345756 0
Current children cumulated CPU time: 460.83 s
Current children cumulated vsize: 1501784 KiB
Current children cumulated memory: 327940 KiB

[startup+522.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/256 121042
/proc/meminfo: memFree=103100216/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1498872 memory=326404 CPUtime=498.94 cores=0,2
/proc/120976/stat : 120976 (python3) S 120971 120971 119216 0 -1 4194304 86476 0 0 0 49873 21 0 0 20 0 1 0 141782399 1534844928 81601 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374718 81601 8182 1 0 346076 0
[pid=121042] ppid=120976 vsize=20524 memory=16332 CPUtime=21.7 cores=0,2
/proc/121042/stat : 121042 (naps-1.03a6) R 120976 121042 121042 0 -1 4194304 138661 0 0 0 2147 23 0 0 20 0 1 0 141832447 21016576 4083 18446744073709551615 4198400 7047149 140724280620480 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 11149312 140724280629647 140724280629745 140724280629745 140724280635337 0
/proc/121042/statm: 5131 4083 544 696 0 4292 0
Current children cumulated CPU time: 520.64 s
Current children cumulated vsize: 1523588 KiB
Current children cumulated memory: 345680 KiB

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

# cumulated CPU time of all completed processes:  user=534.581 s, system=0.647089 s

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

[startup+524.8 s]
/proc/loadavg: 4.13 4.12 4.12 5/256 121042
/proc/meminfo: memFree=103092276/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1498872 memory=326404 CPUtime=498.94 cores=0,2
/proc/120976/stat : 120976 (python3) S 120971 120971 119216 0 -1 4194304 86476 0 0 0 49873 21 0 0 20 0 1 0 141782399 1534844928 81601 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374718 81601 8182 1 0 346076 0
[pid=121042] ppid=120976 vsize=20524 memory=17884 CPUtime=24.2 cores=0,2
/proc/121042/stat : 121042 (naps-1.03a6) R 120976 121042 121042 0 -1 4194304 159123 0 0 0 2394 26 0 0 20 0 1 0 141832447 21016576 4471 18446744073709551615 4198400 7047149 140724280620480 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 11149312 140724280629647 140724280629745 140724280629745 140724280635337 0
/proc/121042/statm: 5131 4471 544 696 0 4292 0
Current children cumulated CPU time: 523.14 s
Current children cumulated vsize: 1523588 KiB
Current children cumulated memory: 347232 KiB

[startup+531.2 s]
/proc/loadavg: 4.11 4.12 4.12 5/256 121042
/proc/meminfo: memFree=103078224/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1498872 memory=326404 CPUtime=498.94 cores=0,2
/proc/120976/stat : 120976 (python3) S 120971 120971 119216 0 -1 4194304 86476 0 0 0 49873 21 0 0 20 0 1 0 141782399 1534844928 81601 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374718 81601 8182 1 0 346076 0
[pid=121042] ppid=120976 vsize=20524 memory=18472 CPUtime=30.58 cores=0,2
/proc/121042/stat : 121042 (naps-1.03a6) R 120976 121042 121042 0 -1 4194304 169995 0 0 0 3031 27 0 0 20 0 1 0 141832447 21016576 4618 18446744073709551615 4198400 7047149 140724280620480 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 11149312 140724280629647 140724280629745 140724280629745 140724280635337 0
/proc/121042/statm: 5131 4618 544 696 0 4292 0
Current children cumulated CPU time: 529.52 s
Current children cumulated vsize: 1523588 KiB
Current children cumulated memory: 347820 KiB

[startup+534.4 s]
/proc/loadavg: 4.11 4.12 4.12 5/256 121042
/proc/meminfo: memFree=103074128/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1498872 memory=326404 CPUtime=498.94 cores=0,2
/proc/120976/stat : 120976 (python3) S 120971 120971 119216 0 -1 4194304 86476 0 0 0 49873 21 0 0 20 0 1 0 141782399 1534844928 81601 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374718 81601 8182 1 0 346076 0
[pid=121042] ppid=120976 vsize=20524 memory=16460 CPUtime=33.77 cores=0,2
/proc/121042/stat : 121042 (naps-1.03a6) R 120976 121042 121042 0 -1 4194304 197085 0 0 0 3346 31 0 0 20 0 1 0 141832447 21016576 4115 18446744073709551615 4198400 7047149 140724280620480 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 11149312 140724280629647 140724280629745 140724280629745 140724280635337 0
/proc/121042/statm: 5131 4115 544 696 0 4292 0
Current children cumulated CPU time: 532.71 s
Current children cumulated vsize: 1523588 KiB
Current children cumulated memory: 345808 KiB

[startup+536 s]*
/proc/loadavg: 4.10 4.11 4.12 5/256 121042
/proc/meminfo: memFree=103074128/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1498872 memory=326404 CPUtime=498.94 cores=0,2
/proc/120976/stat : 120976 (python3) S 120971 120971 119216 0 -1 4194304 86476 0 0 0 49873 21 0 0 20 0 1 0 141782399 1534844928 81601 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374718 81601 8182 1 0 346076 0
[pid=121042] ppid=120976 vsize=20524 memory=18316 CPUtime=35.37 cores=0,2
/proc/121042/stat : 121042 (naps-1.03a6) R 120976 121042 121042 0 -1 4194304 200300 0 0 0 3505 32 0 0 20 0 1 0 141832447 21016576 4579 18446744073709551615 4198400 7047149 140724280620480 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 11149312 140724280629647 140724280629745 140724280629745 140724280635337 0
/proc/121042/statm: 5131 4579 544 696 0 4292 0
Current children cumulated CPU time: 534.31 s
Current children cumulated vsize: 1523588 KiB
Current children cumulated memory: 347664 KiB

[startup+536.4 s]
/proc/loadavg: 4.10 4.11 4.12 5/256 121042
/proc/meminfo: memFree=103074128/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1498872 memory=326404 CPUtime=498.94 cores=0,2
/proc/120976/stat : 120976 (python3) S 120971 120971 119216 0 -1 4194304 86476 0 0 0 49873 21 0 0 20 0 1 0 141782399 1534844928 81601 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 374718 81601 8182 1 0 346076 0
[pid=121042] ppid=120976 vsize=20524 memory=18572 CPUtime=35.77 cores=0,2
/proc/121042/stat : 121042 (naps-1.03a6) R 120976 121042 121042 0 -1 4194304 201414 0 0 0 3544 33 0 0 20 0 1 0 141832447 21016576 4643 18446744073709551615 4198400 7047149 140724280620480 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 11149312 140724280629647 140724280629745 140724280629745 140724280635337 0
/proc/121042/statm: 5131 4643 544 696 0 4292 0
Current children cumulated CPU time: 534.71 s
Current children cumulated vsize: 1523588 KiB
Current children cumulated memory: 347920 KiB

[startup+536.8 s]
/proc/loadavg: 4.10 4.11 4.12 5/256 121042
/proc/meminfo: memFree=103074128/131382112 swapFree=33010416/33010684
[pid=120971] ppid=120968 vsize=4192 memory=2944 CPUtime=0 cores=0,2
/proc/120971/stat : 120971 (scip-naps-1.00a) S 120968 120971 119216 0 -1 4194304 258 338 0 0 0 0 0 0 20 0 1 0 141782396 4292608 736 18446744073709551615 94659240882176 94659241776709 140722422453792 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94659242015760 94659242063504 94659258834944 140722422462875 140722422462974 140722422462974 140722422468578 0
/proc/120971/statm: 1048 736 672 219 0 110 0
[pid=120976] ppid=120971 vsize=1495300 memory=323284 CPUtime=535.11 cores=0,2
/proc/120976/stat : 120976 (python3) R 120971 120971 119216 0 -1 4194304 115103 202783 0 0 49887 25 3566 33 20 0 1 0 141782399 1531187200 80821 18446744073709551615 94648340144128 94648340144505 140733345722752 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 94648340155800 94648340156420 94648348332032 140733345728847 140733345729056 140733345729056 140733345734631 0
/proc/120976/statm: 373825 80821 8182 1 0 345183 0
Current children cumulated CPU time: 535.11 s
Current children cumulated vsize: 1499492 KiB
Current children cumulated memory: 326228 KiB

Child status: 0

Real time (s): 536.894
CPU time (s): 535.228
CPU user time (s): 534.581
CPU system time (s): 0.647089
CPU usage (%): 99.6898
Max. virtual memory (cumulated for all children) (KiB): 1532012
Max. memory (cumulated for all children) (KiB): 350416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 534.581
system time used= 0.647089
maximum resident set size= 326404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 326693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 356
involuntary context switches= 1220


# summary of solver processes directly reported to runsolver:
#   pid: 120971
#   total CPU time (s): 535.228
#   total CPU user time (s): 534.581
#   total CPU system time (s): 0.647089

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.78363 second user time and 5.69741 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-11 21:10:27
IDJOB=4530009
IDBENCH=162681
IDSOLVER=3388
FILE ID=nodeC012/4530009-1752261027
RUNJOBID= nodeC012-1752253269-119226
SLURM_JOB_ID= 9682583
Free space on /tmp= 431436 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_15.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530009-1752261027/watcher-4530009-1752261027 -o /tmp/evaluation-result-4530009-1752261027/solver-4530009-1752261027 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1752253269-119226 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530009-1752261027.opb

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

MD5SUM BENCH= d72c9af15efabd1511f4b6b7bd2b83d4
RANDOM SEED=1702801340

nodeC012 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		: 1197.917
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	: 6983.39
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		: 3491.698
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	: 6983.39
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.151
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	: 6983.39
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.720
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	: 6983.39
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		: 3491.699
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	: 6983.39
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		: 3491.714
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	: 6983.39
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.367
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	: 6983.39
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.455
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	: 6983.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        88550248 kB
MemAvailable:   89440140 kB
Buffers:            2136 kB
Cached:          1686472 kB
SwapCached:           16 kB
Active:         40945744 kB
Inactive:        1062492 kB
Active(anon):   40332624 kB
Inactive(anon):     4948 kB
Active(file):     613120 kB
Inactive(file):  1057544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6476 kB
Writeback:             0 kB
AnonPages:      40322672 kB
Mapped:           136212 kB
Shmem:             17944 kB
KReclaimable:     117328 kB
Slab:             206904 kB
SReclaimable:     117328 kB
SUnreclaim:        89576 kB
KernelStack:        4112 kB
PageTables:        83808 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   46848248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149448 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17969152 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431488 MiB
End job on nodeC012 at 2025-07-11 21:19:24