Trace number 4529807

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 509.202 510.633

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-849702.opb
MD5SUM99577d0b2060d1d3afdf18d9c444f818
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 benchmark1.07304
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1737
Total number of constraints1041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)954
Number of constraints which are nor clauses,nor cardinality constraints87
Minimum length of a constraint9
Maximum length of a constraint32
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 34
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

199.74/200.33	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529807-1752254913.opb
199.74/200.33	c Solving mode: decision
199.74/200.33	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
199.74/200.33	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
199.74/200.33	c original problem has 1737 variables (1737 bin, 0 int, 0 impl, 0 cont) and 1041 constraints
199.74/200.33	c presolving:
199.74/200.33	c (round 1, exhaustive) 0 del vars, 42 del conss, 0 add conss, 0 chg bounds, 42 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 810 clqs
199.74/200.33	c (round 2, exhaustive) 0 del vars, 42 del conss, 0 add conss, 0 chg bounds, 42 chg sides, 0 chg coeffs, 912 upgd conss, 0 impls, 810 clqs
199.74/200.33	c (round 3, medium)     18 del vars, 42 del conss, 0 add conss, 0 chg bounds, 60 chg sides, 18 chg coeffs, 912 upgd conss, 0 impls, 810 clqs
199.74/200.33	c (round 4, exhaustive) 42 del vars, 45 del conss, 0 add conss, 0 chg bounds, 60 chg sides, 18 chg coeffs, 912 upgd conss, 0 impls, 807 clqs
199.74/200.33	c (round 5, medium)     45 del vars, 45 del conss, 0 add conss, 0 chg bounds, 63 chg sides, 21 chg coeffs, 912 upgd conss, 0 impls, 807 clqs
199.74/200.33	c    (0.1s) probing: 51/1692 (3.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
199.74/200.33	c    (0.1s) probing aborted: 50/50 successive totally useless probings
199.74/200.33	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
199.74/200.33	c    (0.1s) symmetry computation finished: 7 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.00)
199.74/200.33	c dynamic symmetry handling statistics:
199.74/200.33	c    orbitopal reduction:       no components
199.74/200.33	c    orbital reduction:          1 components of sizes 7
199.74/200.33	c    lexicographic reduction:    7 permutations with support sizes 648, 648, 682, 682, 682, 682, 682
199.74/200.33	c handled 1 out of 1 symmetry components
199.74/200.33	c presolving (6 rounds: 6 fast, 6 medium, 4 exhaustive):
199.74/200.33	c  45 deleted vars, 45 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 63 changed sides, 21 changed coefficients
199.74/200.33	c  0 implications, 807 cliques
199.74/200.33	c presolved problem has 1692 variables (1692 bin, 0 int, 0 impl, 0 cont) and 996 constraints
199.74/200.33	c     144 constraints of type <knapsack>
199.74/200.33	c     765 constraints of type <setppc>
199.74/200.33	c      87 constraints of type <linear>
199.74/200.33	c transformed objective value is always integral (scale: 1)
199.74/200.33	c Presolving Time: 0.08
199.74/200.33	c 
199.74/200.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.74/200.33	c   1.4s|     1 |     0 | 11736 |     - |    38M |   0 |1692 |1101 | 996 |   0 |  0 | 105 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   2.9s|     1 |     0 | 26417 |     - |    39M |   0 |1692 |1253 |1007 |  11 |  1 | 106 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.0s|     1 |     0 | 26642 |     - |    40M |   0 |1692 |1260 |1018 |  22 |  2 | 113 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.1s|     1 |     0 | 26811 |     - |    40M |   0 |1692 |1261 |1028 |  32 |  3 | 114 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.2s|     1 |     0 | 26954 |     - |    40M |   0 |1692 |1267 |1039 |  43 |  4 | 120 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.3s|     1 |     0 | 27170 |     - |    41M |   0 |1692 |1268 |1048 |  52 |  5 | 121 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.4s|     1 |     0 | 27260 |     - |    41M |   0 |1692 |1269 |1055 |  59 |  6 | 122 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.5s|     1 |     0 | 27380 |     - |    41M |   0 |1692 |1272 |1063 |  67 |  7 | 125 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.6s|     1 |     0 | 27540 |     - |    41M |   0 |1692 |1279 |1071 |  75 |  8 | 132 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.7s|     1 |     0 | 27681 |     - |    41M |   0 |1692 |1281 |1081 |  85 |  9 | 134 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.8s|     1 |     0 | 27773 |     - |    41M |   0 |1692 |1282 |1088 |  92 | 10 | 135 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   3.8s|     1 |     0 | 27885 |     - |    41M |   0 |1692 |1283 |1092 | 100 | 11 | 136 |   0 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   9.0s|     1 |     2 | 50594 |     - |    41M |   0 |1692 |1287 |1092 | 100 | 11 | 140 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c  94.4s|   100 |    99 |746408 |7257.8 |    44M |  13 |1692 |1628 |1058 | 162 |  2 | 483 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   163s|   200 |   199 |  1311k|6450.3 |    46M |  16 |1692 |1982 |1057 | 381 |  1 | 847 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.74/200.33	c   169s|   300 |   227 |  1363k|4467.4 |    48M |  40 |1692 |2111 |1061 | 406 |  1 | 976 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   171s|   400 |   233 |  1383k|3397.4 |    49M |  40 |1692 |2318 |1061 | 441 |  1 |1184 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   174s|   500 |   248 |  1415k|2780.2 |    52M |  43 |1692 |2385 |1056 | 470 |  0 |1252 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   175s|   600 |   242 |  1425k|2333.6 |    54M |  43 |1692 |2534 |1058 | 509 |  0 |1404 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   177s|   700 |   243 |  1436k|2014.7 |    55M |  43 |1692 |2625 |1058 | 524 |  0 |1496 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   178s|   800 |   247 |  1447k|1776.5 |    55M |  43 |1692 |2675 |1056 | 542 |  0 |1548 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   179s|   900 |   243 |  1461k|1595.0 |    57M |  43 |1692 |2728 |1060 | 583 |  0 |1602 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   181s|  1000 |   242 |  1474k|1447.9 |    57M |  43 |1692 |2857 |1060 | 602 |  1 |1735 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   182s|  1100 |   240 |  1488k|1328.9 |    58M |  43 |1692 |2914 |1059 | 625 |  1 |1796 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   183s|  1200 |   238 |  1500k|1228.6 |    58M |  43 |1692 |2978 |1065 | 650 |  0 |1860 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   185s|  1300 |   245 |  1513k|1143.8 |    58M |  43 |1692 |3042 |1058 | 676 |  0 |1932 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   186s|  1400 |   241 |  1527k|1071.7 |    58M |  43 |1692 |3046 |1061 | 702 |  0 |1941 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   187s|  1500 |   241 |  1538k|1007.7 |    59M |  43 |1692 |3119 |1061 | 722 |  1 |2021 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   189s|  1600 |   247 |  1554k| 954.9 |    59M |  43 |1692 |3149 |1058 | 735 |  1 |2059 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   190s|  1700 |   243 |  1568k| 906.8 |    59M |  43 |1692 |3192 |1061 | 741 |  1 |2105 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
199.74/200.33	c   192s|  1800 |   239 |  1582k| 864.4 |    59M |  43 |1692 |3206 |1060 | 746 |  0 |2122 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   193s|  1900 |   247 |  1596k| 825.8 |    60M |  43 |1692 |3268 |1067 | 774 |  0 |2190 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   194s|  2000 |   244 |  1607k| 790.3 |    60M |  43 |1692 |3302 |1059 | 797 |  1 |2229 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   195s|  2100 |   243 |  1618k| 757.8 |    62M |  43 |1692 |3408 |1061 | 844 |  1 |2338 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   197s|  2200 |   241 |  1631k| 729.4 |    62M |  43 |1692 |3431 |1065 | 859 |  0 |2370 |  16 | 0.000000e+00 |      --      |    Inf | unknown
199.74/200.33	c   198s|  2300 |   239 |  1647k| 704.4 |    63M |  43 |1692 |3441 |1060 | 892 |  1 |2390 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   200s|  2400 |   244 |  1665k| 682.7 |    63M |  43 |1692 |3447 |1059 | 914 |  0 |2404 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   202s|  2500 |   250 |  1681k| 661.9 |    63M |  43 |1692 |3457 |1063 | 934 |  1 |2442 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   203s|  2600 |   248 |  1696k| 642.0 |    64M |  51 |1692 |3531 |1066 | 977 |  0 |2528 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   205s|  2700 |   254 |  1708k| 622.7 |    64M |  57 |1692 |3586 |1068 |1012 |  0 |2599 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   207s|  2800 |   248 |  1730k| 608.2 |    64M |  57 |1692 |3594 |1061 |1029 |  1 |2621 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   209s|  2900 |   248 |  1746k| 592.9 |    64M |  57 |1692 |3667 |   0 |1064 |  0 |2712 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   211s|  3000 |   250 |  1763k| 578.7 |    65M |  57 |1692 |3714 |1069 |1119 |  1 |2772 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   212s|  3100 |   252 |  1779k| 565.1 |    66M |  57 |1692 |3724 |1070 |1156 |  1 |2795 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   214s|  3200 |   248 |  1794k| 552.2 |    66M |  57 |1692 |3718 |1065 |1186 |  1 |2805 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
287.20/288.09	c   216s|  3300 |   246 |  1812k| 540.8 |    66M |  57 |1692 |3726 |1063 |1227 |  1 |2838 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   218s|  3400 |   252 |  1826k| 529.1 |    68M |  57 |1692 |3742 |1065 |1295 |  0 |2862 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   220s|  3500 |   246 |  1842k| 518.5 |    68M |  57 |1692 |3761 |1068 |1405 |  0 |2897 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   221s|  3600 |   238 |  1859k| 508.8 |    68M |  57 |1692 |3744 |1061 |1448 |  0 |2917 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   224s|  3700 |   242 |  1883k| 501.8 |    68M |  57 |1692 |3735 |1064 |1501 |  1 |2936 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   225s|  3800 |   240 |  1899k| 492.6 |    69M |  57 |1692 |3754 |1069 |1528 |  0 |2984 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   227s|  3900 |   238 |  1911k| 483.0 |    70M |  57 |1692 |3843 |1064 |1572 |  1 |3094 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   228s|  4000 |   240 |  1925k| 474.6 |    70M |  57 |1692 |3830 |1065 |1613 |  0 |3103 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   230s|  4100 |   238 |  1940k| 466.7 |    70M |  57 |1692 |3837 |1065 |1630 |  0 |3126 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   232s|  4200 |   238 |  1959k| 460.0 |    70M |  57 |1692 |3826 |   0 |1677 |  0 |3140 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   233s|  4300 |   238 |  1976k| 453.3 |    70M |  57 |1692 |3824 |1063 |1677 |  0 |3168 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   235s|  4400 |   244 |  1995k| 447.4 |    70M |  57 |1692 |3772 |1066 |1686 |  1 |3183 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   237s|  4500 |   247 |  2009k| 440.5 |    71M |  57 |1692 |3839 |1067 |1792 |  1 |3267 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   239s|  4600 |   241 |  2029k| 435.2 |    71M |  57 |1692 |3891 |1065 |1898 |  1 |3330 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   241s|  4700 |   239 |  2046k| 429.6 |    72M |  57 |1692 |3916 |1079 |2028 |  1 |3385 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
287.20/288.09	c   243s|  4800 |   241 |  2066k| 424.8 |    73M |  57 |1692 |3928 |1070 |2154 |  1 |3438 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   245s|  4900 |   237 |  2084k| 419.8 |    73M |  57 |1692 |3989 |1072 |2202 |  1 |3540 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   247s|  5000 |   238 |  2098k| 414.1 |    74M |  57 |1692 |4032 |1069 |2247 |  0 |3623 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   248s|  5100 |   240 |  2113k| 408.9 |    74M |  57 |1692 |4084 |1070 |2315 |  0 |3703 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   250s|  5200 |   238 |  2129k| 404.3 |    75M |  57 |1692 |4172 |1072 |2377 |  0 |3810 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   252s|  5300 |   238 |  2148k| 400.1 |    75M |  57 |1692 |4198 |1070 |2453 |  1 |3877 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   254s|  5400 |   233 |  2160k| 395.1 |    76M |  57 |1692 |4261 |1075 |2472 |  0 |3972 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   255s|  5500 |   239 |  2175k| 390.5 |    76M |  57 |1692 |4265 |1075 |2506 |  0 |4074 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   257s|  5600 |   240 |  2189k| 386.1 |    76M |  57 |1692 |4296 |1070 |2539 |  1 |4193 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   258s|  5700 |   238 |  2206k| 382.3 |    76M |  57 |1692 |4374 |1071 |2581 |  0 |4317 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   260s|  5800 |   239 |  2222k| 378.4 |    76M |  57 |1692 |4455 |1067 |2595 |  1 |4436 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   261s|  5900 |   238 |  2234k| 374.1 |    76M |  57 |1692 |4520 |1073 |2647 |  0 |4564 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   263s|  6000 |   239 |  2250k| 370.5 |    76M |  57 |1692 |4533 |1071 |2692 |  0 |4629 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   264s|  6100 |   241 |  2265k| 366.9 |    76M |  57 |1692 |4672 |1071 |2743 |  0 |4813 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   266s|  6200 |   240 |  2281k| 363.6 |    76M |  57 |1692 |4793 |1070 |2820 |  1 |4980 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
287.20/288.09	c   267s|  6300 |   239 |  2298k| 360.5 |    76M |  57 |1692 |4806 |1070 |2836 |  0 |5042 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   269s|  6400 |   241 |  2315k| 357.5 |    76M |  57 |1692 |4933 |1073 |2895 |  1 |5189 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   271s|  6500 |   233 |  2331k| 354.4 |    77M |  57 |1692 |4945 |1070 |2968 |  0 |5256 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   272s|  6600 |   237 |  2344k| 351.0 |    77M |  57 |1692 |5007 |1069 |3032 |  1 |5353 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   274s|  6700 |   236 |  2358k| 347.8 |    77M |  57 |1692 |5074 |1069 |3060 |  1 |5442 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   275s|  6800 |   240 |  2372k| 344.9 |    77M |  57 |1692 |5109 |1069 |3112 |  1 |5490 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   276s|  6900 |   240 |  2385k| 341.7 |    77M |  57 |1692 |5183 |1076 |3121 |  1 |5570 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   278s|  7000 |   241 |  2401k| 339.2 |    77M |  57 |1692 |5170 |1069 |3165 |  1 |5675 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   279s|  7100 |   236 |  2414k| 336.2 |    77M |  57 |1692 |5151 |1068 |3234 |  1 |5757 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   281s|  7200 |   236 |  2435k| 334.4 |    77M |  57 |1692 |5056 |1071 |3393 |  0 |5906 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   283s|  7300 |   241 |  2453k| 332.3 |    77M |  57 |1692 |4906 |1059 |3438 |  1 |6003 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   284s|  7400 |   239 |  2463k| 329.2 |    77M |  57 |1692 |4875 |1067 |3487 |  1 |6075 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   286s|  7500 |   235 |  2474k| 326.3 |    77M |  57 |1692 |4973 |1066 |3525 |  1 |6200 |  16 | 0.000000e+00 |      --      |    Inf | unknown
287.20/288.09	c   287s|  7600 |   242 |  2489k| 324.0 |    78M |  57 |1692 |4607 |1061 |3600 |  1 |6300 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   288s|  7700 |   235 |  2496k| 320.6 |    78M |  57 |1692 |4650 |1061 |3632 |  0 |6415 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
376.05/377.16	c   289s|  7800 |   236 |  2507k| 318.0 |    78M |  57 |1692 |4584 |1065 |3649 |  0 |6483 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   290s|  7900 |   236 |  2517k| 315.2 |    78M |  57 |1692 |4387 |1068 |3693 |  1 |6620 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   292s|  8000 |   236 |  2539k| 314.0 |    78M |  57 |1692 |4294 |1073 |3768 |  0 |6692 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   294s|  8100 |   238 |  2556k| 312.3 |    78M |  57 |1692 |4334 |1074 |3850 |  1 |6796 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   297s|  8200 |   248 |  2586k| 312.1 |    78M |  57 |1692 |4250 |1069 |3882 |  1 |6865 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   300s|  8300 |   244 |  2608k| 310.9 |    78M |  57 |1692 |4259 |1062 |3938 |  0 |7034 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   301s|  8400 |   257 |  2623k| 309.1 |    78M |  57 |1692 |4177 |1070 |3973 |  1 |7114 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   303s|  8500 |   255 |  2644k| 307.8 |    78M |  57 |1692 |4146 |1061 |3980 |  1 |7171 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   305s|  8600 |   252 |  2660k| 306.1 |    78M |  57 |1692 |4021 |   0 |3995 |  0 |7245 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   306s|  8700 |   251 |  2674k| 304.3 |    78M |  57 |1692 |4045 |1061 |4030 |  1 |7304 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   308s|  8800 |   249 |  2689k| 302.5 |    78M |  57 |1692 |4101 |1066 |4071 |  0 |7368 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   309s|  8900 |   248 |  2703k| 300.6 |    78M |  57 |1692 |4162 |1069 |4082 |  1 |7467 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   311s|  9000 |   249 |  2718k| 299.0 |    78M |  57 |1692 |4238 |1069 |4099 |  1 |7576 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   312s|  9100 |   250 |  2731k| 297.1 |    78M |  57 |1692 |4305 |1064 |4120 |  1 |7691 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   314s|  9200 |   255 |  2743k| 295.2 |    78M |  57 |1692 |4368 |1062 |4143 |  1 |7774 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
376.05/377.16	c   315s|  9300 |   249 |  2757k| 293.6 |    79M |  57 |1692 |4444 |1072 |4184 |  0 |7866 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   317s|  9400 |   249 |  2779k| 292.7 |    79M |  57 |1692 |4464 |1062 |4207 |  0 |7898 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   319s|  9500 |   249 |  2793k| 291.2 |    79M |  57 |1692 |4504 |1066 |4253 |  1 |7964 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   321s|  9600 |   253 |  2807k| 289.6 |    79M |  57 |1692 |4553 |1065 |4300 |  1 |8036 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   322s|  9700 |   251 |  2821k| 288.1 |    79M |  57 |1692 |4587 |1065 |4313 |  1 |8085 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   324s|  9800 |   249 |  2839k| 287.0 |    79M |  57 |1692 |4609 |1066 |4326 |  0 |8129 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   326s|  9900 |   249 |  2855k| 285.7 |    79M |  57 |1692 |4661 |1065 |4367 |  1 |8197 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   328s| 10000 |   249 |  2873k| 284.6 |    79M |  57 |1692 |4697 |1071 |4424 |  0 |8249 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   330s| 10100 |   247 |  2892k| 283.7 |    80M |  57 |1692 |4739 |1076 |4526 |  0 |8301 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   331s| 10200 |   249 |  2903k| 282.0 |    80M |  57 |1692 |4796 |1066 |4577 |  1 |8392 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   333s| 10300 |   251 |  2914k| 280.3 |    80M |  57 |1692 |4835 |1070 |4603 |  0 |8463 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   335s| 10400 |   249 |  2934k| 279.5 |    80M |  57 |1692 |4857 |1078 |4711 |  1 |8501 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   337s| 10500 |   249 |  2951k| 278.4 |    80M |  57 |1692 |4857 |1078 |4765 |  1 |8523 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   339s| 10600 |   249 |  2970k| 277.7 |    80M |  57 |1692 |4843 |1065 |4876 |  1 |8534 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   341s| 10700 |   247 |  2986k| 276.5 |    80M |  57 |1692 |4872 |1079 |4954 |  1 |8591 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
376.05/377.16	c   342s| 10800 |   250 |  2997k| 275.0 |    80M |  57 |1692 |4911 |1068 |5027 |  0 |8661 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   344s| 10900 |   249 |  3012k| 273.8 |    81M |  57 |1692 |4960 |1069 |5162 |  1 |8731 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   346s| 11000 |   255 |  3023k| 272.4 |    82M |  57 |1692 |5023 |1065 |5232 |  1 |8812 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   347s| 11100 |   251 |  3036k| 271.0 |    83M |  57 |1692 |5115 |1068 |5361 |  0 |8909 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   349s| 11200 |   252 |  3046k| 269.5 |    83M |  57 |1692 |5203 |1063 |5426 |  0 |9016 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   350s| 11300 |   252 |  3060k| 268.4 |    83M |  57 |1692 |5252 |1065 |5492 |  1 |9088 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   352s| 11400 |   250 |  3074k| 267.2 |    84M |  57 |1692 |5334 |   0 |5573 |  0 |9193 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   353s| 11500 |   252 |  3085k| 265.9 |    84M |  57 |1692 |5358 |1068 |5644 |  1 |9247 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   355s| 11600 |   250 |  3098k| 264.8 |    84M |  57 |1692 |5412 |1069 |5711 |  0 |9327 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   356s| 11700 |   250 |  3110k| 263.5 |    84M |  57 |1692 |5470 |1071 |5793 |  1 |9408 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   358s| 11800 |   248 |  3124k| 262.5 |    84M |  57 |1692 |5484 |1069 |5863 |  0 |9455 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   361s| 11900 |   256 |  3156k| 262.9 |    84M |  57 |1692 |5282 |1064 |5909 |  1 |9508 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   363s| 12000 |   262 |  3171k| 262.0 |    84M |  57 |1692 |5207 |1067 |5918 |  1 |9549 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   365s| 12100 |   258 |  3190k| 261.4 |    84M |  57 |1692 |5200 |1067 |5940 |  1 |9611 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   366s| 12200 |   262 |  3207k| 260.6 |    84M |  57 |1692 |5108 |1064 |5967 |  1 |9701 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
376.05/377.16	c   368s| 12300 |   272 |  3220k| 259.6 |    84M |  57 |1692 |5115 |1067 |5987 |  1 |9764 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   369s| 12400 |   267 |  3232k| 258.4 |    84M |  57 |1692 |5178 |1067 |6014 |  0 |9867 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   370s| 12500 |   266 |  3244k| 257.3 |    84M |  57 |1692 |5252 |1068 |6022 |  1 |9987 |  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   371s| 12600 |   271 |  3254k| 256.1 |    85M |  57 |1692 |5401 |1066 |6050 |  0 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   373s| 12700 |   273 |  3267k| 255.1 |    85M |  57 |1692 |5480 |1066 |6073 |  0 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
376.05/377.16	c   375s| 12800 |   273 |  3284k| 254.5 |    85M |  57 |1692 |5539 |1066 |6171 |  1 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   377s| 12900 |   271 |  3303k| 253.9 |    85M |  57 |1692 |5597 |1072 |6259 |  1 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   379s| 13000 |   269 |  3321k| 253.3 |    85M |  57 |1692 |5666 |1075 |6305 |  1 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   381s| 13100 |   267 |  3337k| 252.6 |    85M |  57 |1692 |5741 |1077 |6348 |  2 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   383s| 13200 |   264 |  3357k| 252.3 |    85M |  57 |1692 |5772 |1071 |6377 |  0 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   385s| 13300 |   272 |  3374k| 251.6 |    85M |  57 |1692 |5743 |1069 |6466 |  0 |  10k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   387s| 13400 |   270 |  3392k| 251.1 |    85M |  57 |1692 |5836 |1070 |6514 |  0 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   388s| 13500 |   268 |  3410k| 250.6 |    85M |  57 |1692 |5855 |1064 |6528 |  1 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   391s| 13600 |   276 |  3435k| 250.6 |    85M |  57 |1692 |5884 |1068 |6621 |  1 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   393s| 13700 |   271 |  3451k| 249.9 |    85M |  57 |1692 |5971 |1070 |6672 |  1 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
481.83/483.23	c   395s| 13800 |   271 |  3471k| 249.6 |    85M |  57 |1692 |5970 |1068 |6690 |  1 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   396s| 13900 |   273 |  3489k| 249.0 |    85M |  57 |1692 |5994 |1071 |6762 |  1 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   398s| 14000 |   270 |  3506k| 248.5 |    85M |  57 |1692 |6037 |1072 |6807 |  1 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   400s| 14100 |   269 |  3522k| 247.8 |    85M |  57 |1692 |6076 |1069 |6826 |  0 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   402s| 14200 |   269 |  3542k| 247.5 |    85M |  57 |1692 |6068 |1069 |6848 |  0 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   404s| 14300 |   270 |  3565k| 247.4 |    85M |  57 |1692 |6155 |1070 |6920 |  0 |  11k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   407s| 14400 |   273 |  3592k| 247.5 |    85M |  57 |1692 |6088 |1075 |7026 |  1 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   410s| 14500 |   273 |  3620k| 247.8 |    85M |  57 |1692 |6058 |1070 |7081 |  1 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   412s| 14600 |   270 |  3644k| 247.7 |    85M |  57 |1692 |6082 |   0 |7182 |  0 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   414s| 14700 |   270 |  3663k| 247.3 |    85M |  57 |1692 |6107 |1071 |7214 |  0 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   416s| 14800 |   269 |  3679k| 246.8 |    85M |  57 |1692 |6203 |1069 |7241 |  0 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   417s| 14900 |   271 |  3693k| 246.1 |    85M |  57 |1692 |6281 |1071 |7277 |  1 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   419s| 15000 |   271 |  3707k| 245.3 |    85M |  57 |1692 |6321 |1071 |7293 |  1 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   420s| 15100 |   273 |  3722k| 244.7 |    85M |  57 |1692 |6367 |1070 |7322 |  1 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   422s| 15200 |   271 |  3742k| 244.4 |    85M |  57 |1692 |6406 |1071 |7354 |  1 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
481.83/483.23	c   424s| 15300 |   270 |  3757k| 243.8 |    85M |  57 |1692 |6448 |1069 |7373 |  1 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   425s| 15400 |   268 |  3773k| 243.2 |    85M |  57 |1692 |6505 |1071 |7395 |  0 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   427s| 15500 |   274 |  3789k| 242.7 |    85M |  57 |1692 |6561 |1073 |7448 |  0 |  12k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   429s| 15600 |   272 |  3808k| 242.4 |    85M |  57 |1692 |6658 |1070 |7518 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   431s| 15700 |   273 |  3828k| 242.1 |    85M |  57 |1692 |6774 |1071 |7569 |  1 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   432s| 15800 |   271 |  3843k| 241.5 |    85M |  57 |1692 |6849 |1074 |7670 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   434s| 15900 |   269 |  3863k| 241.3 |    85M |  57 |1692 |6881 |1072 |7742 |  1 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   437s| 16000 |   265 |  3884k| 241.1 |    85M |  57 |1692 |6890 |1072 |7800 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   439s| 16100 |   265 |  3904k| 240.8 |    85M |  57 |1692 |6910 |1072 |7892 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   441s| 16200 |   263 |  3930k| 240.9 |    85M |  57 |1692 |6724 |1067 |7995 |  1 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   443s| 16300 |   267 |  3949k| 240.6 |    85M |  57 |1692 |6704 |1075 |8051 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   446s| 16400 |   261 |  3975k| 240.7 |    85M |  57 |1692 |6709 |1072 |8117 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   447s| 16500 |   267 |  3994k| 240.4 |    85M |  57 |1692 |6650 |1071 |8172 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   450s| 16600 |   269 |  4019k| 240.5 |    85M |  57 |1692 |6638 |1073 |8298 |  1 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   452s| 16700 |   266 |  4037k| 240.1 |    85M |  57 |1692 |6594 |1071 |8387 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
481.83/483.23	c   453s| 16800 |   268 |  4054k| 239.7 |    86M |  57 |1692 |6660 |1071 |8453 |  0 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   455s| 16900 |   268 |  4073k| 239.4 |    86M |  57 |1692 |6699 |1071 |8475 |  1 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   457s| 17000 |   264 |  4091k| 239.0 |    86M |  57 |1692 |6739 |1071 |8505 |  1 |  13k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   459s| 17100 |   268 |  4115k| 239.0 |    86M |  57 |1692 |6759 |1072 |8558 |  0 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   462s| 17200 |   270 |  4137k| 238.9 |    86M |  57 |1692 |6775 |1067 |8601 |  1 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   464s| 17300 |   269 |  4157k| 238.7 |    86M |  57 |1692 |6808 |1079 |8692 |  2 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   466s| 17400 |   267 |  4178k| 238.6 |    86M |  57 |1692 |6884 |1070 |8732 |  1 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   468s| 17500 |   267 |  4198k| 238.3 |    86M |  57 |1692 |6908 |1070 |8754 |  1 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   470s| 17600 |   269 |  4218k| 238.1 |    86M |  57 |1692 |6929 |1074 |8846 |  1 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   472s| 17700 |   267 |  4241k| 238.1 |    86M |  57 |1692 |6961 |1075 |8918 |  0 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   475s| 17800 |   267 |  4264k| 238.1 |    86M |  57 |1692 |6963 |1070 |8997 |  2 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   476s| 17900 |   267 |  4283k| 237.8 |    86M |  57 |1692 |6863 |1071 |9025 |  1 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   478s| 18000 |   265 |  4302k| 237.5 |    86M |  57 |1692 |6815 |1075 |9089 |  0 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
481.83/483.23	c   481s| 18100 |   265 |  4325k| 237.4 |    86M |  57 |1692 |6756 |1070 |9181 |  0 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   483s| 18200 |   267 |  4348k| 237.4 |    86M |  57 |1692 |6789 |   0 |9246 |  0 |  14k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.68/500.16	c   485s| 18300 |   268 |  4370k| 237.3 |    86M |  57 |1692 |6898 |1075 |9283 |  0 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   487s| 18400 |   264 |  4390k| 237.1 |    86M |  57 |1692 |6941 |1064 |9321 |  1 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   489s| 18500 |   262 |  4409k| 236.9 |    86M |  57 |1692 |7020 |1067 |9377 |  1 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   491s| 18600 |   266 |  4430k| 236.7 |    86M |  57 |1692 |7015 |1071 |9410 |  1 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   493s| 18700 |   270 |  4448k| 236.4 |    86M |  57 |1692 |7078 |1072 |9455 |  1 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   495s| 18800 |   267 |  4467k| 236.2 |    86M |  57 |1692 |7153 |1072 |9488 |  0 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   497s| 18900 |   263 |  4485k| 235.9 |    87M |  57 |1692 |7225 |1075 |9506 |  0 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c   498s| 19000 |   268 |  4501k| 235.5 |    87M |  57 |1692 |7338 |1071 |9550 |  0 |  15k|  16 | 0.000000e+00 |      --      |    Inf | unknown
498.68/500.16	c 
498.68/500.16	c SCIP Status        : solving was interrupted [time limit reached]
498.68/500.16	c Solving Time (sec) : 500.00
498.68/500.16	c Solving Nodes      : 19080
498.68/500.16	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.68/500.16	c Dual Bound         : +0.00000000000000e+00
498.68/500.16	c Gap                : infinite
498.68/500.16	c ----------------------------------------------------------------------
498.68/500.16	c dual bound: 0.0 -> 0
498.68/500.16	c primal bound: 1e+20 -> 100000000000000000000
498.68/500.16	c scip-goal-lb: 0
498.68/500.16	c scip-goal-ub: 100000000000000000000
498.68/500.16	c writing output to: HOME/tmp9cpmkggy.opb
498.68/500.16	c appending fixed variable constraints
498.68/500.16	c scip-fixed vars: 1.42% (24/1692)
498.68/500.16	c ----------------------------------------------------------------------
498.68/500.16	c executing external solver: HOME/naps-1.03a6
498.68/500.16	c ----------------------------------------------------------------------
498.68/500.16	c command: HOME/naps-1.03a6 HOME/tmp9cpmkggy.opb
498.68/500.17	c NaPS 1.03a6.
498.68/500.17	c Input file name: HOME/tmp9cpmkggy.opb
509.05/510.57	c s SATISFIABLE
509.05/510.57	c _____________________________________________________________________________
509.05/510.57	c std/band forms        : 1128,0
509.05/510.57	c 2cl/3cl ITE-codings   : 0,0
509.05/510.57	c BDD/srt/adr Max costs : 0,382,0
509.05/510.57	c BDDraw/bin/mul/srt/adr: 0,0,0,1128,0
509.05/510.57	c BDD nodes             : 0
509.05/510.57	c Es1/CC detections     : 0,0
509.05/510.57	c CC sort               : 1041
509.05/510.57	c SAT/UNSAT calls       : 1,0
509.05/510.57	c regenrated variables  : 0
509.05/510.57	c eliminated fixed lits : 24
509.05/510.57	c goal lit flips        : 0
509.05/510.57	c goal stages           : 0
509.05/510.57	c goal shrink           : 0
509.05/510.57	c goal coeff separations: 0
509.05/510.57	c restarts              : 5283
509.05/510.57	c conflicts             : 113950         (11026 /sec)
509.05/510.57	c decisions             : 929548         (89947 /sec)
509.05/510.57	c propagations          : 75279340       (7284374 /sec)
509.05/510.57	c inspects              : 0              (0 /sec)
509.05/510.57	c CPU time (solving tm) : 10.33 s        (10.23 s, SAT 10.23 s, UNSAT 0 s)
509.05/510.57	c Time for Opt-base     : 0.003865 s
509.05/510.57	c Steps for Opt-base    : 0
509.05/510.57	c Time for BDD coding   : 0 s
509.05/510.57	c Time for srt coding   : 0.01625 s
509.05/510.57	c _____________________________________________________________________________
509.05/510.57	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 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 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 x982 -x983 -x984 -x985 -x986 -x987 x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 x1551 x1552 -x1553 x1554 -x1555 -x1556 -x1557 x1558 x1559 -x1560 -x1561 x1562 -x1563 -x1564 -x1565 -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
509.05/510.57	s SATISFIABLE
509.05/510.57	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 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 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 -x494 -x495 -x496 -x497 x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 x774 -x775 -x776 -x777 -x778 -x779 x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 -x877 -x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 -x911 -x912 -x913 -x914 x915 -x916 -x917 -x918 -x919 -x920 -x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 -x931 x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 x960 -x961 -x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 x982 -x983 -x984 -x985 -x986 -x987 x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 -x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 -x1023 -x1024 -x1025 x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 x1036 -x1037 -x1038 -x1039 -x1040 -x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 x1056 -x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 -x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 -x1083 x1084 -x1085 -x1086 -x1087 -x1088 -x1089 -x1090 -x1091 -x1092 -x1093 -x1094 -x1095 -x1096 -x1097 -x1098 -x1099 -x1100 -x1101 -x1102 -x1103 -x1104 -x1105 x1106 -x1107 -x1108 -x1109 -x1110 -x1111 -x1112 -x1113 -x1114 -x1115 -x1116 -x1117 -x1118 -x1119 -x1120 -x1121 -x1122 x1123 -x1124 -x1125 -x1126 -x1127 -x1128 -x1129 -x1130 -x1131 -x1132 -x1133 -x1134 -x1135 -x1136 -x1137 x1138 -x1139 -x1140 -x1141 -x1142 -x1143 -x1144 -x1145 -x1146 -x1147 -x1148 -x1149 -x1150 -x1151 -x1152 -x1153 -x1154 -x1155 -x1156 -x1157 -x1158 -x1159 x1160 -x1161 -x1162 -x1163 -x1164 -x1165 -x1166 -x1167 -x1168 -x1169 -x1170 -x1171 -x1172 -x1173 -x1174 -x1175 -x1176 -x1177 -x1178 -x1179 -x1180 -x1181 -x1182 -x1183 -x1184 -x1185 -x1186 x1187 -x1188 -x1189 -x1190 -x1191 -x1192 -x1193 -x1194 -x1195 -x1196 -x1197 -x1198 -x1199 -x1200 -x1201 -x1202 -x1203 -x1204 -x1205 -x1206 -x1207 -x1208 x1209 -x1210 -x1211 -x1212 -x1213 -x1214 -x1215 -x1216 -x1217 -x1218 -x1219 -x1220 -x1221 -x1222 -x1223 -x1224 -x1225 -x1226 -x1227 -x1228 -x1229 x1230 -x1231 -x1232 -x1233 -x1234 -x1235 -x1236 -x1237 -x1238 -x1239 -x1240 -x1241 -x1242 -x1243 -x1244 -x1245 -x1246 x1247 -x1248 -x1249 -x1250 -x1251 -x1252 -x1253 -x1254 -x1255 -x1256 -x1257 -x1258 -x1259 -x1260 -x1261 -x1262 -x1263 -x1264 x1265 -x1266 -x1267 -x1268 -x1269 -x1270 -x1271 -x1272 -x1273 -x1274 -x1275 -x1276 -x1277 -x1278 -x1279 -x1280 -x1281 -x1282 -x1283 -x1284 -x1285 -x1286 -x1287 -x1288 -x1289 -x1290 -x1291 -x1292 -x1293 -x1294 -x1295 -x1296 -x1297 -x1298 -x1299 -x1300 -x1301 -x1302 -x1303 -x1304 x1305 -x1306 -x1307 -x1308 -x1309 -x1310 -x1311 -x1312 -x1313 -x1314 -x1315 -x1316 -x1317 -x1318 -x1319 -x1320 -x1321 -x1322 -x1323 -x1324 x1325 -x1326 -x1327 -x1328 -x1329 -x1330 -x1331 -x1332 -x1333 -x1334 -x1335 -x1336 -x1337 -x1338 -x1339 -x1340 -x1341 -x1342 -x1343 -x1344 x1345 -x1346 -x1347 -x1348 -x1349 -x1350 -x1351 -x1352 -x1353 -x1354 -x1355 -x1356 -x1357 -x1358 -x1359 -x1360 -x1361 -x1362 -x1363 -x1364 -x1365 x1366 -x1367 -x1368 -x1369 -x1370 -x1371 -x1372 -x1373 -x1374 -x1375 -x1376 -x1377 -x1378 -x1379 -x1380 -x1381 -x1382 -x1383 -x1384 -x1385 -x1386 -x1387 -x1388 -x1389 x1390 -x1391 -x1392 -x1393 -x1394 -x1395 -x1396 -x1397 -x1398 -x1399 -x1400 -x1401 -x1402 -x1403 -x1404 -x1405 -x1406 -x1407 -x1408 -x1409 -x1410 -x1411 -x1412 x1413 -x1414 -x1415 -x1416 -x1417 -x1418 -x1419 -x1420 -x1421 -x1422 -x1423 -x1424 -x1425 -x1426 -x1427 -x1428 x1429 -x1430 -x1431 -x1432 -x1433 -x1434 -x1435 -x1436 -x1437 -x1438 -x1439 -x1440 -x1441 -x1442 -x1443 -x1444 -x1445 -x1446 -x1447 -x1448 -x1449 x1450 -x1451 -x1452 -x1453 -x1454 -x1455 -x1456 -x1457 -x1458 -x1459 -x1460 -x1461 -x1462 -x1463 -x1464 -x1465 -x1466 x1467 -x1468 -x1469 -x1470 -x1471 -x1472 -x1473 -x1474 -x1475 -x1476 -x1477 -x1478 -x1479 -x1480 x1481 -x1482 -x1483 -x1484 -x1485 -x1486 -x1487 -x1488 -x1489 -x1490 -x1491 -x1492 -x1493 -x1494 -x1495 -x1496 -x1497 -x1498 -x1499 -x1500 -x1501 -x1502 x1503 -x1504 -x1505 -x1506 -x1507 -x1508 -x1509 -x1510 -x1511 -x1512 -x1513 -x1514 -x1515 -x1516 -x1517 -x1518 -x1519 -x1520 -x1521 -x1522 -x1523 -x1524 -x1525 -x1526 -x1527 -x1528 -x1529 x1530 -x1531 -x1532 -x1533 -x1534 -x1535 -x1536 -x1537 -x1538 -x1539 -x1540 -x1541 -x1542 -x1543 -x1544 -x1545 -x1546 -x1547 -x1548 -x1549 -x1550 x1551 x1552 -x1553 x1554 -x1555 -x1556 -x1557 x1558 x1559 -x1560 -x1561 x1562 -x1563 -x1564 -x1565 -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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529807-1752254913/watcher-4529807-1752254913 -o /tmp/evaluation-result-4529807-1752254913/solver-4529807-1752254913 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752253388-109749 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529807-1752254913.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100062 s]*
/proc/loadavg: 4.05 4.08 3.94 5/269 111117
/proc/meminfo: memFree=124323700/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1186968 memory=31832 CPUtime=0.07 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 3709 0 0 0 6 1 0 0 20 0 1 0 141169973 1215455232 7958 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 296742 7958 4895 1 0 268764 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191160 KiB
Current children cumulated memory: 34904 KiB

[startup+0.205701 s]*
/proc/loadavg: 4.05 4.08 3.94 5/269 111117
/proc/meminfo: memFree=124300264/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1215864 memory=67928 CPUtime=0.17 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 9999 0 0 0 15 2 0 0 20 0 1 0 141169973 1245044736 16982 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 303966 16982 7935 1 0 275324 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1220056 KiB
Current children cumulated memory: 71000 KiB

[startup+0.305634 s]*
/proc/loadavg: 4.05 4.08 3.94 5/269 111117
/proc/meminfo: memFree=124284136/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1237656 memory=84824 CPUtime=0.27 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 14080 0 0 0 24 3 0 0 20 0 1 0 141169973 1267359744 21206 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 309414 21206 8127 1 0 280772 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1241848 KiB
Current children cumulated memory: 87896 KiB

[startup+0.700207 s]
/proc/loadavg: 4.05 4.08 3.94 5/269 111117
/proc/meminfo: memFree=124284136/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1237788 memory=85080 CPUtime=0.66 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 14124 0 0 0 63 3 0 0 20 0 1 0 141169973 1267494912 21270 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 309447 21270 8127 1 0 280805 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1241980 KiB
Current children cumulated memory: 88152 KiB

[startup+1.5002 s]
/proc/loadavg: 4.05 4.08 3.94 5/269 111117
/proc/meminfo: memFree=124284136/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1238480 memory=85464 CPUtime=1.45 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 14243 0 0 0 142 3 0 0 20 0 1 0 141169973 1268203520 21366 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 309620 21366 8127 1 0 280978 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1242672 KiB
Current children cumulated memory: 88536 KiB

[startup+3.10545 s]
/proc/loadavg: 4.04 4.07 3.95 5/269 111117
/proc/meminfo: memFree=124251752/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1257492 memory=103000 CPUtime=3.05 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 18601 0 0 0 301 4 0 0 20 0 1 0 141169973 1287671808 25750 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 314373 25750 8159 1 0 285731 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1261684 KiB
Current children cumulated memory: 106072 KiB

[startup+6.30019 s]
/proc/loadavg: 4.04 4.07 3.95 5/269 111117
/proc/meminfo: memFree=124262044/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1257492 memory=103640 CPUtime=6.24 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 18737 0 0 0 620 4 0 0 20 0 1 0 141169973 1287671808 25910 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 314373 25910 8159 1 0 285731 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1261684 KiB
Current children cumulated memory: 106712 KiB

[startup+12.7002 s]
/proc/loadavg: 4.04 4.07 3.95 5/269 111117
/proc/meminfo: memFree=124234004/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1257492 memory=104280 CPUtime=12.62 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 18898 0 0 0 1258 4 0 0 20 0 1 0 141169973 1287671808 26070 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 314373 26070 8159 1 0 285731 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1261684 KiB
Current children cumulated memory: 107352 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.09 3.95 5/269 111118
/proc/meminfo: memFree=124194148/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1258948 memory=106160 CPUtime=25.4 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 19862 0 0 0 2535 5 0 0 20 0 1 0 141169973 1289162752 26540 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 314737 26540 8159 1 0 286095 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1263140 KiB
Current children cumulated memory: 109232 KiB

[startup+51.1055 s]
/proc/loadavg: 4.06 4.08 3.95 5/269 111118
/proc/meminfo: memFree=124122852/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1258948 memory=106160 CPUtime=50.94 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 19862 0 0 0 5089 5 0 0 20 0 1 0 141169973 1289162752 26540 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 314737 26540 8159 1 0 286095 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1263140 KiB
Current children cumulated memory: 109232 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.08 3.97 5/270 111123
/proc/meminfo: memFree=124085996/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1259296 memory=106664 CPUtime=102 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 24919 0 0 0 10194 6 0 0 20 0 1 0 141169973 1289519104 26666 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 314824 26666 8159 1 0 286182 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1263488 KiB
Current children cumulated memory: 109736 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 3.98 5/270 111127
/proc/meminfo: memFree=124029460/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1263024 memory=110388 CPUtime=161.84 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 28138 0 0 0 16177 7 0 0 20 0 1 0 141169973 1293336576 27597 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 315756 27597 8159 1 0 287114 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 1267216 KiB
Current children cumulated memory: 113460 KiB

[startup+222.3 s]
/proc/loadavg: 4.36 4.18 4.02 5/270 111129
/proc/meminfo: memFree=123934168/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1270332 memory=117172 CPUtime=221.68 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 29845 0 0 0 22161 7 0 0 20 0 1 0 141169973 1300819968 29293 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 317583 29293 8159 1 0 288941 0
Current children cumulated CPU time: 221.68 s

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

[pid=111117] ppid=111112 vsize=1279144 memory=125876 CPUtime=281.51 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 32083 0 0 0 28143 8 0 0 20 0 1 0 141169973 1309843456 31469 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 319786 31469 8159 1 0 291144 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 1283336 KiB
Current children cumulated memory: 128948 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.16 4.02 5/269 111133
/proc/meminfo: memFree=123830880/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1297084 memory=142704 CPUtime=341.34 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 36671 0 0 0 34125 9 0 0 20 0 1 0 141169973 1328214016 35676 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 324271 35676 8159 1 0 295629 0
Current children cumulated CPU time: 341.34 s
Current children cumulated vsize: 1301276 KiB
Current children cumulated memory: 145776 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.14 4.02 5/268 111184
/proc/meminfo: memFree=121579108/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307216 memory=153840 CPUtime=401.17 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 39477 0 0 0 40108 9 0 0 20 0 1 0 141169973 1338589184 38460 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326804 38460 8159 1 0 298162 0
Current children cumulated CPU time: 401.17 s
Current children cumulated vsize: 1311408 KiB
Current children cumulated memory: 156912 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.14 4.03 5/268 111186
/proc/meminfo: memFree=121528632/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307216 memory=153968 CPUtime=460.99 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 39507 0 0 0 46090 9 0 0 20 0 1 0 141169973 1338589184 38492 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326804 38492 8159 1 0 298162 0
Current children cumulated CPU time: 460.99 s
Current children cumulated vsize: 1311408 KiB
Current children cumulated memory: 157040 KiB

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

# cumulated CPU time of all completed processes:  user=509.044 s, system=0.158139 s

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

[startup+486.4 s]
/proc/loadavg: 4.08 4.13 4.03 5/268 111187
/proc/meminfo: memFree=121538672/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307216 memory=153968 CPUtime=485.02 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 39507 0 0 0 48493 9 0 0 20 0 1 0 141169973 1338589184 38492 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326804 38492 8159 1 0 298162 0
Current children cumulated CPU time: 485.02 s
Current children cumulated vsize: 1311408 KiB
Current children cumulated memory: 157040 KiB

[startup+499.2 s]
/proc/loadavg: 4.13 4.14 4.03 5/269 111188
/proc/meminfo: memFree=121187852/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307216 memory=153968 CPUtime=497.78 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 39507 0 0 0 49769 9 0 0 20 0 1 0 141169973 1338589184 38492 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326804 38492 8159 1 0 298162 0
Current children cumulated CPU time: 497.78 s
Current children cumulated vsize: 1311408 KiB
Current children cumulated memory: 157040 KiB

[startup+505.6 s]
/proc/loadavg: 4.12 4.14 4.03 5/270 111189
/proc/meminfo: memFree=120408884/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307984 memory=155120 CPUtime=498.76 cores=1,3
/proc/111117/stat : 111117 (python3) S 111112 111112 109737 0 -1 4194304 39914 0 0 0 49866 10 0 0 20 0 1 0 141169973 1339375616 38780 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326996 38780 8191 1 0 298354 0
[pid=111189] ppid=111117 vsize=41932 memory=37444 CPUtime=5.4 cores=1,3
/proc/111189/stat : 111189 (naps-1.03a6) R 111117 111189 111189 0 -1 4194304 13523 0 0 0 538 2 0 0 20 0 1 0 141219988 42938368 9361 18446744073709551615 4198400 7047149 140729733889296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 35495936 140729733892495 140729733892593 140729733892593 140729733898185 0
/proc/111189/statm: 10483 9361 544 696 0 9644 0
Current children cumulated CPU time: 504.16 s
Current children cumulated vsize: 1354108 KiB
Current children cumulated memory: 195636 KiB

[startup+508.8 s]
/proc/loadavg: 4.11 4.14 4.03 5/270 111190
/proc/meminfo: memFree=118679352/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307984 memory=155120 CPUtime=498.76 cores=1,3
/proc/111117/stat : 111117 (python3) S 111112 111112 109737 0 -1 4194304 39914 0 0 0 49866 10 0 0 20 0 1 0 141169973 1339375616 38780 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326996 38780 8191 1 0 298354 0
[pid=111189] ppid=111117 vsize=46032 memory=40944 CPUtime=8.6 cores=1,3
/proc/111189/stat : 111189 (naps-1.03a6) R 111117 111189 111189 0 -1 4194304 15340 0 0 0 857 3 0 0 20 0 1 0 141219988 47136768 10236 18446744073709551615 4198400 7047149 140729733889296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 35495936 140729733892495 140729733892593 140729733892593 140729733898185 0
/proc/111189/statm: 11508 10236 544 696 0 10669 0
Current children cumulated CPU time: 507.36 s
Current children cumulated vsize: 1358208 KiB
Current children cumulated memory: 199136 KiB

[startup+509.6 s]
/proc/loadavg: 4.11 4.14 4.03 5/270 111190
/proc/meminfo: memFree=118425008/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307984 memory=155120 CPUtime=498.76 cores=1,3
/proc/111117/stat : 111117 (python3) S 111112 111112 109737 0 -1 4194304 39914 0 0 0 49866 10 0 0 20 0 1 0 141169973 1339375616 38780 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326996 38780 8191 1 0 298354 0
[pid=111189] ppid=111117 vsize=46032 memory=40900 CPUtime=9.39 cores=1,3
/proc/111189/stat : 111189 (naps-1.03a6) R 111117 111189 111189 0 -1 4194304 16315 0 0 0 936 3 0 0 20 0 1 0 141219988 47136768 10225 18446744073709551615 4198400 7047149 140729733889296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 35495936 140729733892495 140729733892593 140729733892593 140729733898185 0
/proc/111189/statm: 11508 10225 544 696 0 10669 0
Current children cumulated CPU time: 508.15 s
Current children cumulated vsize: 1358208 KiB
Current children cumulated memory: 199092 KiB

[startup+510.4 s]
/proc/loadavg: 4.11 4.14 4.03 5/270 111190
/proc/meminfo: memFree=117600684/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307984 memory=155120 CPUtime=498.76 cores=1,3
/proc/111117/stat : 111117 (python3) S 111112 111112 109737 0 -1 4194304 39914 0 0 0 49866 10 0 0 20 0 1 0 141169973 1339375616 38780 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326996 38780 8191 1 0 298354 0
[pid=111189] ppid=111117 vsize=41932 memory=38208 CPUtime=10.19 cores=1,3
/proc/111189/stat : 111189 (naps-1.03a6) R 111117 111189 111189 0 -1 4194304 16325 0 0 0 1016 3 0 0 20 0 1 0 141219988 42938368 9552 18446744073709551615 4198400 7047149 140729733889296 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 35495936 140729733892495 140729733892593 140729733892593 140729733898185 0
/proc/111189/statm: 10483 9552 544 696 0 9644 0
Current children cumulated CPU time: 508.95 s
Current children cumulated vsize: 1354108 KiB
Current children cumulated memory: 196400 KiB

[startup+510.6 s]
/proc/loadavg: 4.11 4.14 4.03 5/270 111190
/proc/meminfo: memFree=117600684/131250000 swapFree=33010672/33010684
[pid=111112] ppid=111109 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/111112/stat : 111112 (scip-naps-1.00a) S 111109 111112 109737 0 -1 4194304 258 341 0 0 0 0 0 0 20 0 1 0 141169971 4292608 768 18446744073709551615 94045023571968 94045024466501 140727016342976 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94045024705552 94045024753296 94045036363776 140727016352155 140727016352254 140727016352254 140727016357858 0
/proc/111112/statm: 1048 768 704 219 0 110 0
[pid=111117] ppid=111112 vsize=1307984 memory=155120 CPUtime=509.14 cores=1,3
/proc/111117/stat : 111117 (python3) R 111112 111112 109737 0 -1 4194304 49852 16337 0 0 49868 10 1033 3 20 0 1 0 141169973 1339375616 38780 18446744073709551615 94508720390144 94508720390521 140728632015120 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 94508720401816 94508720402436 94508750221312 140728632019279 140728632019488 140728632019488 140728632025063 0
/proc/111117/statm: 326996 38780 8191 1 0 298354 0
Current children cumulated CPU time: 509.14 s
Current children cumulated vsize: 1312176 KiB
Current children cumulated memory: 158192 KiB

Child status: 0

Real time (s): 510.633
CPU time (s): 509.202
CPU user time (s): 509.044
CPU system time (s): 0.158139
CPU usage (%): 99.7198
Max. virtual memory (cumulated for all children) (KiB): 1362012
Max. memory (cumulated for all children) (KiB): 199136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 509.044
system time used= 0.158139
maximum resident set size= 155120
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 357
involuntary context switches= 397


# summary of solver processes directly reported to runsolver:
#   pid: 111112
#   total CPU time (s): 509.202
#   total CPU user time (s): 509.044
#   total CPU system time (s): 0.158139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.859507 second user time and 2.52827 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-11 19:28:33
IDJOB=4529807
IDBENCH=155407
IDSOLVER=3388
FILE ID=nodeC026/4529807-1752254913
RUNJOBID= nodeC026-1752253388-109749
SLURM_JOB_ID= 9682587
Free space on /tmp= 429820 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-849702.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529807-1752254913/watcher-4529807-1752254913 -o /tmp/evaluation-result-4529807-1752254913/solver-4529807-1752254913 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1752253388-109749 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529807-1752254913.opb

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

MD5SUM BENCH= 99577d0b2060d1d3afdf18d9c444f818
RANDOM SEED=1217186097

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124323092 kB
MemAvailable:   127588020 kB
Buffers:            2128 kB
Cached:          3887780 kB
SwapCached:            4 kB
Active:          2715456 kB
Inactive:        3213912 kB
Active(anon):    2047852 kB
Inactive(anon):     9684 kB
Active(file):     667604 kB
Inactive(file):  3204228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5528 kB
Writeback:            12 kB
AnonPages:       2040656 kB
Mapped:           133368 kB
Shmem:             18076 kB
KReclaimable:     453896 kB
Slab:             557808 kB
SReclaimable:     453896 kB
SUnreclaim:       103912 kB
KernelStack:        4352 kB
PageTables:         7644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5646344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150648 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1366016 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429784 MiB
End job on nodeC026 at 2025-07-11 19:37:04