Trace number 4529689

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 1971.47 1979.16

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
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 benchmark104.888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
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 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

183.29/184.75	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529689-1752253418.opb
183.29/184.75	c Solving mode: decision
183.29/184.75	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
183.29/184.75	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
183.29/184.75	c original problem has 1020 variables (1020 bin, 0 int, 0 impl, 0 cont) and 43010 constraints
183.29/184.75	c presolving:
183.29/184.75	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 43010 upgd conss, 0 impls, 170 clqs
183.29/184.75	c    (0.7s) probing: 51/1020 (5.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
183.29/184.75	c    (0.7s) probing aborted: 50/50 successive totally useless probings
183.29/184.75	c    (1.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
183.29/184.75	c    (1.4s) symmetry computation finished: 6 generators found (max: 1500, log10 of symmetry group size: 0.0) (symcode time: 0.07)
183.29/184.75	c dynamic symmetry handling statistics:
183.29/184.75	c    orbitopal reduction:       no components
183.29/184.75	c    orbital reduction:         no components
183.29/184.75	c    lexicographic reduction:   no permutations
183.29/184.75	c handled 1 out of 1 symmetry components
183.29/184.75	c (round 2, exhaustive) 6 del vars, 0 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 43010 upgd conss, 0 impls, 169 clqs
183.29/184.75	c (round 3, fast)       7 del vars, 421 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 43010 upgd conss, 0 impls, 253 clqs
183.29/184.75	c (round 4, medium)     11 del vars, 757 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 43010 upgd conss, 0 impls, 253 clqs
183.29/184.75	c (round 5, fast)       12 del vars, 758 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 43010 upgd conss, 0 impls, 252 clqs
183.29/184.75	c (round 6, medium)     15 del vars, 1007 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 43010 upgd conss, 0 impls, 252 clqs
183.29/184.75	c (round 7, medium)     17 del vars, 1173 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 43010 upgd conss, 0 impls, 252 clqs
183.29/184.76	c (round 8, medium)     18 del vars, 1255 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 43010 upgd conss, 0 impls, 252 clqs
183.29/184.76	c (round 9, exhaustive) 18 del vars, 1353 del conss, 5 add conss, 0 chg bounds, 0 chg sides, 84 chg coeffs, 43010 upgd conss, 0 impls, 252 clqs
183.29/184.76	c    (1.7s) probing: 113/1020 (11.1%) - 0 fixings, 0 aggregations, 13 implications, 0 bound changes
183.29/184.76	c    (1.7s) probing aborted: 50/50 successive totally useless probings
183.29/184.76	c presolving (10 rounds: 10 fast, 8 medium, 4 exhaustive):
183.29/184.76	c  18 deleted vars, 1353 deleted constraints, 5 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 84 changed coefficients
183.29/184.76	c  0 implications, 263 cliques
183.29/184.76	c presolved problem has 1003 variables (1003 bin, 0 int, 0 impl, 0 cont) and 41662 constraints
183.29/184.76	c     168 constraints of type <setppc>
183.29/184.76	c       5 constraints of type <orbitope>
183.29/184.76	c   41489 constraints of type <logicor>
183.29/184.76	c transformed objective value is always integral (scale: 1)
183.29/184.76	c Presolving Time: 1.58
183.29/184.76	c 
183.29/184.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
183.29/184.76	c   1.9s|     1 |     0 |   338 |     - |   324M |   0 |1003 |  41k|  41k|   0 |  0 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   4.4s|     1 |     0 |  5450 |     - |   331M |   0 |1003 |  41k|  41k|   3 |  1 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   4.5s|     1 |     0 |  5552 |     - |   338M |   0 |1003 |  41k|  41k|   5 |  2 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   4.6s|     1 |     0 |  5654 |     - |   347M |   0 |1003 |  41k|  41k|   7 |  3 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   4.8s|     1 |     0 |  5766 |     - |   353M |   0 |1003 |  41k|  41k|   8 |  4 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   4.9s|     1 |     0 |  5909 |     - |   359M |   0 |1003 |  41k|  41k|  11 |  5 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   5.0s|     1 |     0 |  6003 |     - |   364M |   0 |1003 |  41k|  41k|  14 |  6 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   5.2s|     1 |     0 |  6029 |     - |   371M |   0 |1003 |  41k|  41k|  16 |  7 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   5.3s|     1 |     0 |  6056 |     - |   378M |   0 |1003 |  41k|  41k|  18 |  8 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   5.4s|     1 |     0 |  6159 |     - |   384M |   0 |1003 |  41k|  41k|  20 |  9 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   5.5s|     1 |     0 |  6293 |     - |   391M |   0 |1003 |  41k|  41k|  22 | 10 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   5.6s|     1 |     0 |  6365 |     - |   396M |   0 |1003 |  41k|  41k|  23 | 11 |  95 |   0 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c  10.0s|     1 |     2 |  9325 |     - |   396M |   0 |1003 |  41k|  41k|  23 | 11 | 115 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c  86.4s|   100 |   101 |161703 |1569.1 |   422M |  22 |1003 |  42k|  41k|  68 |  1 | 769 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   108s|   200 |   201 |208792 |1017.2 |   424M |  25 |1003 |  42k|  41k|  91 |  1 |1015 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
183.29/184.76	c   120s|   300 |   299 |233801 | 760.7 |   431M |  54 |1003 |  42k|  41k| 114 |  1 |1074 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   123s|   400 |   326 |240849 | 587.7 |   431M |  74 |1003 |  42k|  41k| 114 |  1 |1362 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   128s|   500 |   334 |251779 | 491.8 |   432M |  78 |1003 |  42k|  41k| 114 |  1 |1762 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   143s|   600 |   339 |256821 | 418.1 |   432M |  81 |1003 |  42k|  41k| 114 |  1 |2169 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   145s|   700 |   334 |262037 | 365.8 |   432M |  81 |1003 |  43k|  41k| 114 |  1 |2595 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   147s|   800 |   337 |266636 | 325.7 |   433M |  81 |1003 |  43k|  41k| 114 |  1 |2929 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   149s|   900 |   338 |271105 | 294.5 |   433M |  83 |1003 |  43k|  41k| 114 |  1 |3210 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   151s|  1000 |   332 |275918 | 269.8 |   433M |  83 |1003 |  43k|   0 | 114 |  0 |3554 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   153s|  1100 |   331 |279900 | 248.9 |   433M |  87 |1003 |  43k|  41k| 114 |  1 |3760 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   156s|  1200 |   331 |285038 | 232.4 |   434M |  87 |1003 |  44k|   0 | 114 |  0 |4075 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   163s|  1300 |   356 |297839 | 224.4 |   434M |  87 |1003 |  43k|  41k| 124 |  1 |4349 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   167s|  1400 |   367 |305479 | 213.8 |   434M |  87 |1003 |  43k|  41k| 124 |  1 |4750 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   172s|  1500 |   399 |314787 | 205.8 |   435M |  87 |1003 |  43k|  41k| 133 |  1 |5097 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   174s|  1600 |   405 |321134 | 196.9 |   435M |  87 |1003 |  44k|   0 | 133 |  0 |5428 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c   177s|  1700 |   416 |326676 | 188.5 |   435M |  87 |1003 |  44k|   0 | 133 |  0 |5759 |  19 | 0.000000e+00 |      --      |    Inf | unknown
183.29/184.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
183.29/184.76	c   180s|  1800 |   437 |332651 | 181.4 |   435M |  87 |1003 |  44k|   0 | 133 |  0 |6127 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   183s|  1900 |   458 |340230 | 175.8 |   436M |  87 |1003 |  44k|  41k| 133 |  1 |6497 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   186s|  2000 |   463 |345192 | 169.5 |   436M |  87 |1003 |  44k|   0 | 133 |  0 |6804 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   188s|  2100 |   466 |350062 | 163.7 |   436M |  87 |1003 |  44k|  41k| 133 |  1 |7081 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   190s|  2200 |   471 |354468 | 158.3 |   436M |  87 |1003 |  44k|  41k| 133 |  1 |7442 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   193s|  2300 |   491 |360258 | 153.9 |   436M |  87 |1003 |  45k|  41k| 133 |  1 |7784 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   196s|  2400 |   517 |366972 | 150.3 |   437M |  87 |1003 |  45k|   0 | 133 |  0 |8230 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   199s|  2500 |   546 |373177 | 146.8 |   437M |  87 |1003 |  45k|  41k| 133 |  1 |8528 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   202s|  2600 |   552 |379664 | 143.6 |   437M |  87 |1003 |  45k|  41k| 133 |  1 |8978 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   204s|  2700 |   560 |384675 | 140.2 |   438M |  87 |1003 |  45k|   0 | 133 |  0 |9242 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   207s|  2800 |   583 |391038 | 137.4 |   438M |  87 |1003 |  45k|  41k| 133 |  1 |9543 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   210s|  2900 |   597 |395997 | 134.4 |   439M |  87 |1003 |  45k|  41k| 133 |  1 |9944 |  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   212s|  3000 |   603 |400357 | 131.4 |   439M |  87 |1003 |  45k|  41k| 133 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   214s|  3100 |   606 |404969 | 128.6 |   439M |  87 |1003 |  45k|  41k| 133 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   216s|  3200 |   612 |409642 | 126.1 |   439M |  87 |1003 |  45k|  41k| 133 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
303.29/305.13	c   218s|  3300 |   604 |413625 | 123.4 |   439M |  87 |1003 |  45k|  41k| 133 |  1 |  10k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   220s|  3400 |   608 |418317 | 121.2 |   439M |  87 |1003 |  45k|   0 | 133 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   222s|  3500 |   618 |423059 | 119.1 |   439M |  87 |1003 |  45k|  41k| 133 |  1 |  11k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   224s|  3600 |   624 |428012 | 117.2 |   439M |  87 |1003 |  45k|   0 | 133 |  0 |  11k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   227s|  3700 |   626 |433379 | 115.4 |   439M |  87 |1003 |  45k|  41k| 133 |  1 |  12k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   229s|  3800 |   631 |438738 | 113.8 |   440M |  87 |1003 |  45k|   0 | 133 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   232s|  3900 |   639 |444539 | 112.4 |   440M |  87 |1003 |  46k|   0 | 133 |  0 |  12k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   234s|  4000 |   645 |450149 | 111.0 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   236s|  4100 |   632 |454389 | 109.3 |   440M |  87 |1003 |  46k|   0 | 133 |  0 |  13k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   238s|  4200 |   642 |458760 | 107.7 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  13k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   240s|  4300 |   645 |463977 | 106.4 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   243s|  4400 |   642 |469510 | 105.3 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  14k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   245s|  4500 |   644 |473643 | 103.9 |   440M |  87 |1003 |  46k|   0 | 133 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   247s|  4600 |   642 |478707 | 102.7 |   440M |  87 |1003 |  46k|   0 | 133 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   250s|  4700 |   643 |484672 | 101.8 |   440M |  87 |1003 |  46k|   0 | 133 |  0 |  15k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
303.29/305.13	c   252s|  4800 |   642 |490009 | 100.8 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  15k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   254s|  4900 |   665 |494982 |  99.7 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  16k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   256s|  5000 |   668 |499445 |  98.6 |   440M |  87 |1003 |  46k|   0 | 133 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   258s|  5100 |   671 |504198 |  97.6 |   440M |  87 |1003 |  46k|   0 | 133 |  0 |  16k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   260s|  5200 |   670 |508464 |  96.6 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   263s|  5300 |   678 |513763 |  95.8 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   265s|  5400 |   682 |517664 |  94.7 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  17k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   267s|  5500 |   691 |522961 |  93.9 |   440M |  87 |1003 |  46k|  41k| 133 |  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   269s|  5600 |   703 |527700 |  93.1 |   442M |  87 |1003 |  46k|  41k| 133 |  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   272s|  5700 |   722 |534462 |  92.7 |   442M |  87 |1003 |  47k|  41k| 133 |  1 |  18k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   274s|  5800 |   720 |539140 |  91.9 |   442M |  87 |1003 |  47k|  41k| 133 |  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   276s|  5900 |   716 |544156 |  91.2 |   442M |  87 |1003 |  47k|   0 | 133 |  0 |  19k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   278s|  6000 |   719 |548834 |  90.4 |   442M |  87 |1003 |  47k|  41k| 133 |  1 |  19k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   280s|  6100 |   725 |552905 |  89.6 |   442M |  87 |1003 |  47k|  41k| 133 |  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   282s|  6200 |   708 |556890 |  88.8 |   442M |  87 |1003 |  47k|   0 | 133 |  0 |  20k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
303.29/305.13	c   283s|  6300 |   708 |560799 |  88.0 |   443M |  87 |1003 |  48k|  41k| 133 |  1 |  20k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   285s|  6400 |   702 |565314 |  87.3 |   443M |  87 |1003 |  47k|  41k| 133 |  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   288s|  6500 |   698 |570708 |  86.8 |   443M |  87 |1003 |  47k|  41k| 133 |  1 |  21k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   290s|  6600 |   703 |575834 |  86.3 |   443M |  87 |1003 |  46k|   0 | 133 |  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   292s|  6700 |   718 |580675 |  85.7 |   443M |  87 |1003 |  47k|  41k| 133 |  1 |  22k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   294s|  6800 |   723 |585807 |  85.2 |   443M |  87 |1003 |  47k|   0 | 133 |  0 |  22k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   297s|  6900 |   736 |590448 |  84.7 |   443M |  87 |1003 |  47k|  41k| 133 |  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   300s|  7000 |   755 |597450 |  84.5 |   443M |  87 |1003 |  47k|  41k| 133 |  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf | unknown
303.29/305.13	c   302s|  7100 |   761 |602098 |  83.9 |   443M |  87 |1003 |  47k|   0 | 133 |  0 |  23k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   304s|  7200 |   759 |606684 |  83.4 |   443M |  87 |1003 |  47k|  41k| 133 |  1 |  23k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   306s|  7300 |   764 |611286 |  82.9 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   308s|  7400 |   768 |615481 |  82.3 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   309s|  7500 |   764 |619136 |  81.7 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  24k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   311s|  7600 |   760 |623483 |  81.2 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   313s|  7700 |   764 |628732 |  80.8 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  25k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.99/417.24	c   315s|  7800 |   768 |633240 |  80.4 |   443M |  88 |1003 |  48k|  41k| 133 |  1 |  25k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   317s|  7900 |   763 |637656 |  79.9 |   443M |  88 |1003 |  48k|   0 | 133 |  0 |  26k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   320s|  8000 |   758 |642787 |  79.6 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   323s|  8100 |   755 |647774 |  79.2 |   443M |  88 |1003 |  48k|  41k| 133 |  1 |  26k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   325s|  8200 |   751 |652673 |  78.8 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   328s|  8300 |   747 |658579 |  78.6 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   330s|  8400 |   741 |664336 |  78.3 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  27k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   332s|  8500 |   729 |669247 |  78.0 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  28k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   335s|  8600 |   729 |675748 |  77.8 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  28k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   337s|  8700 |   734 |680127 |  77.5 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  28k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   339s|  8800 |   722 |683282 |  76.9 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  28k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   340s|  8900 |   725 |686352 |  76.4 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   342s|  9000 |   720 |691245 |  76.1 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  29k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   346s|  9100 |   734 |698526 |  76.1 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  29k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   349s|  9200 |   730 |706485 |  76.1 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  30k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.99/417.24	c   351s|  9300 |   736 |711419 |  75.8 |   443M |  88 |1003 |  48k|  41k| 133 |  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   353s|  9400 |   730 |715872 |  75.5 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  30k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   355s|  9500 |   725 |720205 |  75.1 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  31k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   357s|  9600 |   722 |723881 |  74.7 |   443M |  88 |1003 |  48k|  41k| 133 |  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   359s|  9700 |   728 |727922 |  74.4 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  31k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   361s|  9800 |   746 |733447 |  74.2 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   364s|  9900 |   749 |740210 |  74.1 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  32k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   366s| 10000 |   756 |745267 |  73.9 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  32k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   368s| 10100 |   752 |750559 |  73.7 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  33k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   370s| 10200 |   752 |755331 |  73.4 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   372s| 10300 |   741 |759703 |  73.1 |   443M |  88 |1003 |  47k|   0 | 133 |  0 |  33k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   374s| 10400 |   735 |764389 |  72.9 |   443M |  88 |1003 |  47k|  41k| 133 |  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   376s| 10500 |   736 |768795 |  72.6 |   444M |  88 |1003 |  47k|  41k| 133 |  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   379s| 10600 |   729 |773951 |  72.4 |   444M |  88 |1003 |  47k|  41k| 133 |  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   381s| 10700 |   733 |779471 |  72.3 |   444M |  88 |1003 |  47k|  41k| 133 |  1 |  34k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.99/417.24	c   383s| 10800 |   735 |785084 |  72.1 |   444M |  88 |1003 |  47k|  41k| 133 |  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   386s| 10900 |   746 |790824 |  72.0 |   444M |  88 |1003 |  47k|  41k| 133 |  1 |  35k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   388s| 11000 |   762 |794821 |  71.7 |   444M |  88 |1003 |  47k|   0 | 133 |  0 |  35k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   390s| 11100 |   775 |799906 |  71.5 |   444M |  88 |1003 |  47k|  41k| 133 |  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   392s| 11200 |   770 |803765 |  71.2 |   444M |  88 |1003 |  47k|  41k| 133 |  1 |  36k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   394s| 11300 |   763 |807739 |  70.9 |   444M |  88 |1003 |  47k|   0 | 133 |  0 |  36k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   396s| 11400 |   764 |811755 |  70.7 |   444M |  89 |1003 |  47k|  41k| 133 |  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   398s| 11500 |   768 |816194 |  70.4 |   444M |  89 |1003 |  47k|  41k| 133 |  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   400s| 11600 |   789 |820986 |  70.2 |   444M |  89 |1003 |  47k|  41k| 133 |  1 |  37k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   402s| 11700 |   794 |824683 |  69.9 |   444M |  89 |1003 |  48k|  41k| 133 |  1 |  38k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   404s| 11800 |   783 |828983 |  69.7 |   445M |  89 |1003 |  48k|   0 | 133 |  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   406s| 11900 |   797 |834441 |  69.6 |   445M |  89 |1003 |  48k|   0 | 133 |  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   408s| 12000 |   803 |838520 |  69.4 |   445M |  89 |1003 |  48k|   0 | 133 |  0 |  38k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   410s| 12100 |   807 |843392 |  69.2 |   445M |  89 |1003 |  48k|   0 | 133 |  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c   412s| 12200 |   804 |848255 |  69.0 |   445M |  89 |1003 |  48k|   0 | 133 |  0 |  39k|  19 | 0.000000e+00 |      --      |    Inf | unknown
414.99/417.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
414.99/417.24	c   414s| 12300 |   816 |852423 |  68.8 |   445M |  89 |1003 |  48k|  41k| 133 |  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   416s| 12400 |   812 |855860 |  68.5 |   445M |  89 |1003 |  48k|  41k| 133 |  1 |  39k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   418s| 12500 |   811 |860428 |  68.3 |   446M |  89 |1003 |  48k|  41k| 133 |  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   420s| 12600 |   815 |865086 |  68.2 |   446M |  89 |1003 |  49k|  41k| 133 |  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   422s| 12700 |   813 |869295 |  68.0 |   446M |  89 |1003 |  49k|  41k| 133 |  1 |  40k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   424s| 12800 |   817 |874117 |  67.8 |   446M |  89 |1003 |  49k|   0 | 133 |  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   426s| 12900 |   820 |878283 |  67.6 |   446M |  89 |1003 |  49k|  41k| 133 |  1 |  41k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   428s| 13000 |   821 |883123 |  67.4 |   447M |  89 |1003 |  49k|   0 | 133 |  0 |  41k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   430s| 13100 |   821 |888468 |  67.3 |   447M |  89 |1003 |  49k|   0 | 133 |  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   432s| 13200 |   824 |893260 |  67.2 |   447M |  89 |1003 |  49k|   0 | 133 |  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   434s| 13300 |   828 |897129 |  67.0 |   447M |  89 |1003 |  50k|   0 | 133 |  0 |  42k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   436s| 13400 |   831 |901174 |  66.8 |   447M |  89 |1003 |  50k|  41k| 133 |  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   438s| 13500 |   832 |905135 |  66.6 |   447M |  89 |1003 |  50k|   0 | 133 |  0 |  43k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   440s| 13600 |   827 |909465 |  66.4 |   447M |  90 |1003 |  50k|  41k| 133 |  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   441s| 13700 |   834 |913239 |  66.2 |   448M |  90 |1003 |  50k|  41k| 133 |  1 |  43k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.82/501.31	c   443s| 13800 |   836 |917018 |  66.0 |   448M |  92 |1003 |  50k|   0 | 133 |  0 |  44k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   445s| 13900 |   835 |921325 |  65.8 |   448M |  92 |1003 |  50k|  41k| 133 |  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   447s| 14000 |   837 |926299 |  65.7 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  44k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   449s| 14100 |   837 |930710 |  65.6 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   451s| 14200 |   838 |934945 |  65.4 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   453s| 14300 |   840 |939560 |  65.3 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  45k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   455s| 14400 |   842 |943719 |  65.1 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   457s| 14500 |   845 |949189 |  65.0 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  46k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   459s| 14600 |   848 |953478 |  64.9 |   448M |  92 |1003 |  49k|   0 | 133 |  0 |  46k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   462s| 14700 |   856 |958445 |  64.8 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   464s| 14800 |   843 |962849 |  64.6 |   448M |  92 |1003 |  49k|   0 | 133 |  0 |  47k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   466s| 14900 |   866 |967394 |  64.5 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  47k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   468s| 15000 |   856 |972080 |  64.4 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   470s| 15100 |   862 |976682 |  64.3 |   448M |  92 |1003 |  49k|  41k| 133 |  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   472s| 15200 |   861 |982542 |  64.2 |   448M |  92 |1003 |  48k|  41k| 133 |  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
498.82/501.31	c   474s| 15300 |   859 |986157 |  64.0 |   448M |  94 |1003 |  48k|  41k| 133 |  1 |  48k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   476s| 15400 |   865 |990258 |  63.9 |   448M |  94 |1003 |  49k|   0 | 133 |  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   478s| 15500 |   864 |994249 |  63.7 |   448M |  94 |1003 |  49k|  41k| 133 |  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   480s| 15600 |   860 |998591 |  63.6 |   448M |  94 |1003 |  49k|   0 | 133 |  0 |  49k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   482s| 15700 |   857 |  1002k|  63.4 |   448M |  94 |1003 |  48k|  41k| 133 |  1 |  49k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   483s| 15800 |   854 |  1006k|  63.3 |   448M |  94 |1003 |  49k|   0 | 133 |  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   485s| 15900 |   849 |  1011k|  63.2 |   448M |  94 |1003 |  49k|  41k| 133 |  1 |  50k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   487s| 16000 |   848 |  1015k|  63.1 |   448M |  94 |1003 |  48k|   0 | 133 |  0 |  50k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   489s| 16100 |   841 |  1020k|  63.0 |   448M |  94 |1003 |  48k|  41k| 133 |  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   492s| 16200 |   840 |  1025k|  62.9 |   448M |  94 |1003 |  48k|  41k| 133 |  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   494s| 16300 |   840 |  1030k|  62.8 |   448M |  94 |1003 |  48k|  41k| 133 |  1 |  51k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   496s| 16400 |   845 |  1035k|  62.8 |   448M |  94 |1003 |  48k|  41k| 133 |  1 |  52k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c   498s| 16500 |   841 |  1040k|  62.7 |   448M |  94 |1003 |  49k|   0 | 133 |  0 |  52k|  19 | 0.000000e+00 |      --      |    Inf | unknown
498.82/501.31	c 
498.82/501.31	c SCIP Status        : solving was interrupted [time limit reached]
498.82/501.31	c Solving Time (sec) : 500.00
498.82/501.31	c Solving Nodes      : 16580
498.82/501.31	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.82/501.31	c Dual Bound         : +0.00000000000000e+00
498.82/501.31	c Gap                : infinite
498.82/501.31	c ----------------------------------------------------------------------
498.82/501.31	c dual bound: 0.0 -> 0
498.82/501.31	c primal bound: 1e+20 -> 100000000000000000000
498.82/501.31	c scip-goal-lb: 0
498.82/501.31	c scip-goal-ub: 100000000000000000000
498.82/501.31	c writing output to: HOME/tmpnt88qsdb.opb
498.82/501.31	c appending fixed variable constraints
498.82/501.31	c scip-fixed vars: 1.60% (16/1003)
498.82/501.31	c ----------------------------------------------------------------------
498.82/501.31	c executing external solver: HOME/naps-1.03a6
498.82/501.31	c ----------------------------------------------------------------------
498.82/501.31	c command: HOME/naps-1.03a6 HOME/tmpnt88qsdb.opb
498.82/501.32	c NaPS 1.03a6.
498.82/501.32	c Input file name: HOME/tmpnt88qsdb.opb
1971.18/1978.92	c s SATISFIABLE
1971.18/1978.92	c _____________________________________________________________________________
1971.18/1978.92	c std/band forms        : 170,0
1971.18/1978.92	c 2cl/3cl ITE-codings   : 0,0
1971.18/1978.92	c BDD/srt/adr Max costs : 0,24,0
1971.18/1978.92	c BDDraw/bin/mul/srt/adr: 0,0,0,170,0
1971.18/1978.92	c BDD nodes             : 0
1971.18/1978.92	c Es1/CC detections     : 0,0
1971.18/1978.92	c CC sort               : 170
1971.18/1978.92	c SAT/UNSAT calls       : 1,0
1971.18/1978.92	c regenrated variables  : 0
1971.18/1978.92	c eliminated fixed lits : 15
1971.18/1978.92	c goal lit flips        : 0
1971.18/1978.92	c goal stages           : 0
1971.18/1978.92	c goal shrink           : 0
1971.18/1978.92	c goal coeff separations: 0
1971.18/1978.92	c restarts              : 343377
1971.18/1978.92	c conflicts             : 19197674       (13061 /sec)
1971.18/1978.92	c decisions             : 80419701       (54712 /sec)
1971.18/1978.92	c propagations          : 1602230956     (1090037 /sec)
1971.18/1978.92	c inspects              : 0              (0 /sec)
1971.18/1978.92	c CPU time (solving tm) : 1470 s        (1469 s, SAT 1469 s, UNSAT 0 s)
1971.18/1978.92	c Time for Opt-base     : 0.000666 s
1971.18/1978.92	c Steps for Opt-base    : 0
1971.18/1978.92	c Time for BDD coding   : 0 s
1971.18/1978.92	c Time for srt coding   : 0.001144 s
1971.18/1978.92	c _____________________________________________________________________________
1971.18/1978.92	c v x1 -x7 x13 -x2 x8 -x14 -x3 -x9 -x15 -x4 -x10 -x16 -x5 -x11 -x17 -x6 -x12 -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
1971.18/1978.92	s SATISFIABLE
1971.18/1978.92	v x1 -x7 x13 -x2 x8 -x14 -x3 -x9 -x15 -x4 -x10 -x16 -x5 -x11 -x17 -x6 -x12 -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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529689-1752253418/watcher-4529689-1752253418 -o /tmp/evaluation-result-4529689-1752253418/solver-4529689-1752253418 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752253418-118783 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529689-1752253418.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100068 s]*
/proc/loadavg: 1.09 1.14 1.66 5/246 118834
/proc/meminfo: memFree=129556744/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=11164 memory=8448 CPUtime=0.03 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 1154 0 0 0 2 1 0 0 20 0 1 0 141020550 11431936 2112 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 2791 2112 1120 1 0 1039 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 15356 KiB
Current children cumulated memory: 11392 KiB

[startup+0.214061 s]*
/proc/loadavg: 1.09 1.14 1.66 4/251 118842
/proc/meminfo: memFree=129536972/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=59320 memory=20972 CPUtime=0.1 cores=5,7
/proc/118830/stat : 118830 (python3) D 118815 118815 117007 0 -1 4194304 2349 0 60 0 7 3 0 0 20 0 1 0 141020550 60743680 5243 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 14830 5243 3296 1 0 3550 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 63512 KiB
Current children cumulated memory: 23916 KiB

[startup+0.314061 s]*
/proc/loadavg: 1.09 1.14 1.66 2/249 118842
/proc/meminfo: memFree=129530184/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=64172 memory=22636 CPUtime=0.13 cores=5,7
/proc/118830/stat : 118830 (python3) D 118815 118815 117007 0 -1 4194304 2744 0 62 0 10 3 0 0 20 0 1 0 141020550 65712128 5659 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 2 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 16043 5659 3328 1 0 3872 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 68364 KiB
Current children cumulated memory: 25580 KiB

[startup+0.70032 s]
/proc/loadavg: 1.09 1.14 1.66 1/256 118854
/proc/meminfo: memFree=129508588/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1186092 memory=30516 CPUtime=0.19 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 3471 0 77 0 14 5 0 0 20 0 1 0 141020550 1214558208 7629 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 296523 7629 4754 1 0 268591 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 1190284 KiB
Current children cumulated memory: 33460 KiB

[startup+1.50034 s]
/proc/loadavg: 1.09 1.14 1.66 5/255 118856
/proc/meminfo: memFree=129451392/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1267644 memory=118196 CPUtime=0.75 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 22643 0 195 0 62 13 0 0 20 0 1 0 141020550 1298067456 29549 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 316911 29549 7730 1 0 288269 0
Current children cumulated CPU time: 0.76 s
Current children cumulated vsize: 1271836 KiB
Current children cumulated memory: 121140 KiB

[startup+3.10644 s]
/proc/loadavg: 1.32 1.18 1.67 5/258 118859
/proc/meminfo: memFree=128210024/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1536704 memory=373888 CPUtime=2.33 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 55147 0 206 0 208 25 0 0 20 0 1 0 141020550 1573584896 93472 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 384176 93472 7954 1 0 355534 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 1540896 KiB
Current children cumulated memory: 376832 KiB
heavy processes:

[startup+6.3002 s]
/proc/loadavg: 1.32 1.18 1.67 5/258 118859
/proc/meminfo: memFree=126793632/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1581872 memory=394788 CPUtime=5.49 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 59296 0 212 0 523 26 0 0 20 0 1 0 141020550 1619836928 98697 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 395468 98697 8050 1 0 366826 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 1586064 KiB
Current children cumulated memory: 397732 KiB

[startup+12.7004 s]
/proc/loadavg: 1.73 1.28 1.70 5/258 118859
/proc/meminfo: memFree=125679044/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1678628 memory=470948 CPUtime=11.84 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 78324 0 214 0 1155 29 0 0 20 0 1 0 141020550 1718915072 117737 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 419657 117737 8050 1 0 391015 0
Current children cumulated CPU time: 11.85 s
Current children cumulated vsize: 1682820 KiB
Current children cumulated memory: 473892 KiB

[startup+25.5004 s]
/proc/loadavg: 2.08 1.37 1.72 5/258 118859
/proc/meminfo: memFree=125184168/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1678628 memory=471332 CPUtime=24.6 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 78421 0 214 0 2431 29 0 0 20 0 1 0 141020550 1718915072 117833 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 419657 117833 8050 1 0 391015 0
Current children cumulated CPU time: 24.61 s
Current children cumulated vsize: 1682820 KiB
Current children cumulated memory: 474276 KiB

[startup+51.1133 s]
/proc/loadavg: 2.81 1.60 1.79 5/258 118860
/proc/meminfo: memFree=125045684/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1678628 memory=471332 CPUtime=50.13 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 78421 0 214 0 4984 29 0 0 20 0 1 0 141020550 1718915072 117833 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 419657 117833 8050 1 0 391015 0
Current children cumulated CPU time: 50.14 s
Current children cumulated vsize: 1682820 KiB
Current children cumulated memory: 474276 KiB

[startup+102.3 s]
/proc/loadavg: 3.58 2.02 1.93 5/258 118861
/proc/meminfo: memFree=124817128/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1713276 memory=505252 CPUtime=101.17 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 86909 0 214 0 10086 31 0 0 20 0 1 0 141020550 1754394624 126313 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 428319 126313 8050 1 0 399677 0
Current children cumulated CPU time: 101.18 s
Current children cumulated vsize: 1717468 KiB
Current children cumulated memory: 508196 KiB

[startup+162.3 s]
/proc/loadavg: 3.89 2.40 2.06 5/258 118863
/proc/meminfo: memFree=124771484/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1729084 memory=522404 CPUtime=160.96 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 91206 0 214 0 16065 31 0 0 20 0 1 0 141020550 1770582016 130601 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 432271 130601 8050 1 0 403629 0
Current children cumulated CPU time: 160.97 s
Current children cumulated vsize: 1733276 KiB
Current children cumulated memory: 525348 KiB

[startup+222.3 s]
/proc/loadavg: 4.00 2.71 2.19 5/257 118865
/proc/meminfo: memFree=124645708/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1729084 memory=522404 CPUtime=220.76 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 91215 0 214 0 22044 32 0 0 20 0 1 0 141020550 1770582016 130601 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 432271 130601 8050 1 0 403629 0

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

/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=82420 memory=67052 CPUtime=1336.21 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 577101 0 0 0 133387 234 0 0 20 0 1 0 141070677 84398080 16763 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 20605 16763 544 696 0 19766 0
Current children cumulated CPU time: 1835.04 s
Current children cumulated vsize: 1835048 KiB
Current children cumulated memory: 643984 KiB

[startup+1902.3 s]
/proc/loadavg: 2.15 2.78 3.26 3/242 119160
/proc/meminfo: memFree=126836128/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=74228 memory=63132 CPUtime=1396 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 592860 0 0 0 139360 240 0 0 20 0 1 0 141070677 76009472 15783 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 18557 15783 544 696 0 17718 0
Current children cumulated CPU time: 1894.83 s
Current children cumulated vsize: 1826856 KiB
Current children cumulated memory: 640064 KiB

[startup+1962.3 s]
/proc/loadavg: 2.39 2.72 3.20 3/242 119162
/proc/meminfo: memFree=126832532/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=82420 memory=73708 CPUtime=1455.81 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 613428 0 0 0 145332 249 0 0 20 0 1 0 141070677 84398080 18427 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 20605 18427 544 696 0 19766 0
Current children cumulated CPU time: 1954.64 s
Current children cumulated vsize: 1835048 KiB
Current children cumulated memory: 650640 KiB

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

# cumulated CPU time of all completed processes:  user=1968.59 s, system=2.88255 s

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

[startup+1971.2 s]
/proc/loadavg: 2.49 2.73 3.20 3/242 119162
/proc/meminfo: memFree=126831012/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=66032 memory=58776 CPUtime=1464.68 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 615752 0 0 0 146219 249 0 0 20 0 1 0 141070677 67616768 14694 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 16508 14694 544 696 0 15669 0
Current children cumulated CPU time: 1963.51 s
Current children cumulated vsize: 1818660 KiB
Current children cumulated memory: 635708 KiB

[startup+1974.4 s]
/proc/loadavg: 2.61 2.75 3.20 3/242 119162
/proc/meminfo: memFree=126831012/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=66032 memory=58776 CPUtime=1467.87 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 615752 0 0 0 146538 249 0 0 20 0 1 0 141070677 67616768 14694 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 16508 14694 544 696 0 15669 0
Current children cumulated CPU time: 1966.7 s
Current children cumulated vsize: 1818660 KiB
Current children cumulated memory: 635708 KiB

[startup+1977.6 s]
/proc/loadavg: 2.61 2.75 3.20 3/242 119162
/proc/meminfo: memFree=126818724/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=66032 memory=58776 CPUtime=1471.06 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 615752 0 0 0 146857 249 0 0 20 0 1 0 141070677 67616768 14694 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 16508 14694 544 696 0 15669 0
Current children cumulated CPU time: 1969.89 s
Current children cumulated vsize: 1818660 KiB
Current children cumulated memory: 635708 KiB

[startup+1978.4 s]
/proc/loadavg: 2.64 2.76 3.20 3/242 119162
/proc/meminfo: memFree=126818724/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=66032 memory=58776 CPUtime=1471.85 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 615752 0 0 0 146936 249 0 0 20 0 1 0 141070677 67616768 14694 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 16508 14694 544 696 0 15669 0
Current children cumulated CPU time: 1970.68 s
Current children cumulated vsize: 1818660 KiB
Current children cumulated memory: 635708 KiB

[startup+1978.8 s]
/proc/loadavg: 2.64 2.76 3.20 3/242 119162
/proc/meminfo: memFree=126818724/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=498.82 cores=5,7
/proc/118830/stat : 118830 (python3) S 118815 118815 117007 0 -1 4194304 96160 0 215 0 49849 33 0 0 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
[pid=118883] ppid=118830 vsize=66032 memory=58776 CPUtime=1472.25 cores=5,7
/proc/118883/stat : 118883 (naps-1.03a6) R 118830 118883 118883 0 -1 4194304 615752 0 0 0 146976 249 0 0 20 0 1 0 141070677 67616768 14694 18446744073709551615 4198400 7047149 140729067462848 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 32178176 140729067465103 140729067465201 140729067465201 140729067470793 0
/proc/118883/statm: 16508 14694 544 696 0 15669 0
Current children cumulated CPU time: 1971.08 s
Current children cumulated vsize: 1818660 KiB
Current children cumulated memory: 635708 KiB

[startup+1979 s]*
/proc/loadavg: 2.64 2.76 3.20 3/241 119163
/proc/meminfo: memFree=126872288/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=1971.29 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 97403 615753 215 0 49857 34 146988 250 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
Current children cumulated CPU time: 1971.3 s
Current children cumulated vsize: 1752628 KiB
Current children cumulated memory: 576932 KiB

[startup+1979.11 s]
/proc/loadavg: 2.64 2.76 3.20 3/241 119163
/proc/meminfo: memFree=126872288/131382120 swapFree=33010416/33010684
[pid=118815] ppid=118811 vsize=4192 memory=2944 CPUtime=0.01 cores=5,7
/proc/118815/stat : 118815 (scip-naps-1.00a) S 118811 118815 117007 0 -1 4194304 258 339 0 1 0 0 0 1 20 0 1 0 141020544 4292608 736 18446744073709551615 94301795659776 94301796554309 140724607435504 0 0 0 65536 4 65538 1 0 0 17 5 0 0 0 0 0 94301796793360 94301796841104 94301799903232 140724607441307 140724607441406 140724607441406 140724607447010 0
/proc/118815/statm: 1048 736 672 219 0 110 0
[pid=118830] ppid=118815 vsize=1748436 memory=573988 CPUtime=1971.38 cores=5,7
/proc/118830/stat : 118830 (python3) R 118815 118815 117007 0 -1 4194304 97896 615753 215 0 49866 34 146988 250 20 0 1 0 141020550 1790398464 143497 18446744073709551615 94684528803840 94684528804217 140725374004064 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 94684528815512 94684528816132 94684534784000 140725374007631 140725374007840 140725374007840 140725374013415 0
/proc/118830/statm: 437109 143497 8082 1 0 408467 0
Current children cumulated CPU time: 1971.39 s
Current children cumulated vsize: 1752628 KiB
Current children cumulated memory: 576932 KiB

Child status: 0

Real time (s): 1979.16
CPU time (s): 1971.47
CPU user time (s): 1968.59
CPU system time (s): 2.88255
CPU usage (%): 99.6113
Max. virtual memory (cumulated for all children) (KiB): 1916968
Max. memory (cumulated for all children) (KiB): 691600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1968.59
system time used= 2.88255
maximum resident set size= 573988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 717383
page faults= 216
swaps= 0
block input operations= 32872
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 889
involuntary context switches= 2426


# summary of solver processes directly reported to runsolver:
#   pid: 118815
#   total CPU time (s): 1971.47
#   total CPU user time (s): 1968.59
#   total CPU system time (s): 2.88255

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.446 second user time and 20.1155 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-11 19:03:39
IDJOB=4529689
IDBENCH=147891
IDSOLVER=3388
FILE ID=nodeC003/4529689-1752253418
RUNJOBID= nodeC003-1752253418-118783
SLURM_JOB_ID= 9682564
Free space on /tmp= 432020 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4529689-1752253418/watcher-4529689-1752253418 -o /tmp/evaluation-result-4529689-1752253418/solver-4529689-1752253418 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1752253418-118783 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4529689-1752253418.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=1080449124

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        129576724 kB
MemAvailable:   129920992 kB
Buffers:            2736 kB
Cached:          1137196 kB
SwapCached:           36 kB
Active:           576356 kB
Inactive:         641340 kB
Active(anon):      88084 kB
Inactive(anon):     7604 kB
Active(file):     488272 kB
Inactive(file):   633736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20936 kB
Writeback:             8 kB
AnonPages:         80944 kB
Mapped:           105508 kB
Shmem:             17924 kB
KReclaimable:     123772 kB
Slab:             212272 kB
SReclaimable:     123772 kB
SUnreclaim:        88500 kB
KernelStack:        3924 kB
PageTables:         2724 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:     342868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432004 MiB
End job on nodeC003 at 2025-07-11 19:36:38