Trace number 4545056

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.00a2? (TO) 3600.37 3610.91

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
wallon/normalized-FRB-53-24-1-mgd_c18.opb
MD5SUMaa4c4c17affaea5fdc372b8ff9588da4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5363
Total number of constraints78421
Number of constraints which are clauses74437
Number of constraints which are cardinality constraints (but not clauses)53
Number of constraints which are nor clauses,nor cardinality constraints3931
Minimum length of a constraint1
Maximum length of a constraint250
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 307
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

285.07/285.98	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4545056-1753224864.opb
285.07/285.98	c Solving mode: decision
285.07/285.98	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
285.07/285.98	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
285.07/285.98	c original problem has 5363 variables (5363 bin, 0 int, 0 impl, 0 cont) and 78421 constraints
285.07/285.98	c presolving:
285.07/285.98	c (round 1, fast)       1 del vars, 1 del conss, 53 add conss, 0 chg bounds, 212 chg sides, 53 chg coeffs, 0 upgd conss, 0 impls, 74950 clqs
285.07/285.98	c (round 2, exhaustive) 1 del vars, 1 del conss, 53 add conss, 0 chg bounds, 212 chg sides, 636 chg coeffs, 78404 upgd conss, 0 impls, 74950 clqs
285.07/285.98	c (round 3, medium)     1 del vars, 3826 del conss, 7703 add conss, 0 chg bounds, 212 chg sides, 636 chg coeffs, 78404 upgd conss, 0 impls, 82600 clqs
285.07/285.98	c    (16.4s) probing: 1000/5362 (18.6%) - 0 fixings, 0 aggregations, 938284 implications, 0 bound changes
285.07/285.98	c    (16.5s) probing: 1001/5362 (18.7%) - 0 fixings, 0 aggregations, 940004 implications, 0 bound changes
285.07/285.98	c    (16.5s) probing aborted: 1000/1000 successive useless probings
285.07/285.98	c    (17.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
285.07/285.98	c    (17.1s) no symmetry present (symcode time: 0.01)
285.07/285.98	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
285.07/285.98	c  1 deleted vars, 3826 deleted constraints, 7703 added constraints, 0 tightened bounds, 0 added holes, 212 changed sides, 636 changed coefficients
285.07/285.98	c  0 implications, 165863 cliques
285.07/285.98	c presolved problem has 5362 variables (5362 bin, 0 int, 0 impl, 0 cont) and 82298 constraints
285.07/285.98	c   82176 constraints of type <setppc>
285.07/285.98	c      53 constraints of type <linear>
285.07/285.98	c      69 constraints of type <logicor>
285.07/285.98	c transformed objective value is always integral (scale: 1)
285.07/285.98	c Presolving Time: 16.99
285.07/285.98	c 
285.07/285.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
285.07/285.98	c  17.7s|     1 |     0 |  1198 |     - |   357M |   0 |5362 |  82k|  82k|   0 |  0 | 130 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  33.8s|     1 |     0 | 21403 |     - |   380M |   0 |5362 |  82k|  82k|  18 |  1 | 130 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  36.5s|     1 |     0 | 21703 |     - |   392M |   0 |5362 |  82k|  82k|  45 |  2 | 140 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  37.0s|     1 |     0 | 22039 |     - |   410M |   0 |5362 |  82k|  82k|  68 |  3 | 140 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  38.7s|     1 |     0 | 22458 |     - |   427M |   0 |5362 |  82k|  82k|  89 |  4 | 146 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  39.5s|     1 |     0 | 23038 |     - |   438M |   0 |5362 |  82k|  82k| 114 |  5 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  46.7s|     1 |     0 | 23342 |     - |   458M |   0 |5362 |  82k|  82k| 131 |  6 | 153 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  54.1s|     1 |     0 | 24144 |     - |   466M |   0 |5362 |  82k|  82k| 146 |  7 | 157 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  55.0s|     1 |     0 | 25111 |     - |   479M |   0 |5362 |  82k|  82k| 161 |  8 | 166 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  66.4s|     1 |     0 | 25641 |     - |   492M |   0 |5362 |  82k|  82k| 175 |  9 | 175 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  77.4s|     1 |     0 | 26329 |     - |   500M |   0 |5362 |  82k|  82k| 186 | 10 | 182 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  78.2s|     1 |     0 | 27285 |     - |   513M |   0 |5362 |  82k|  82k| 198 | 11 | 189 |   0 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c  97.7s|     1 |     2 | 36053 |     - |   514M |   0 |5362 |  82k|  82k| 198 | 11 | 246 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   162s|   100 |    30 |148940 |1228.8 |   548M |  24 |5362 |  83k|  82k| 286 |  1 | 752 |  19 | 0.000000e+00 |      --      |    Inf |   0.76%
285.07/285.98	c   171s|   200 |    32 |154287 | 638.2 |   585M |  24 |5362 |  83k|   0 | 399 |  0 | 993 |  19 | 0.000000e+00 |      --      |    Inf |   1.07%
285.07/285.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
285.07/285.98	c   178s|   300 |    48 |161822 | 450.0 |   608M |  26 |5362 |  83k|   0 | 482 |  0 |1258 |  19 | 0.000000e+00 |      --      |    Inf |   1.69%
285.07/285.98	c   181s|   400 |    45 |165386 | 346.1 |   627M |  26 |5362 |  83k|  82k| 519 |  1 |1497 |  19 | 0.000000e+00 |      --      |    Inf |   1.88%
285.07/285.98	c   183s|   500 |    44 |169118 | 284.2 |   630M |  26 |5362 |  83k|  82k| 522 |  1 |1701 |  19 | 0.000000e+00 |      --      |    Inf |   1.96%
285.07/285.98	c   185s|   600 |    37 |173353 | 243.9 |   631M |  26 |5362 |  83k|   0 | 539 |  0 |1880 |  19 | 0.000000e+00 |      --      |    Inf |   1.98%
285.07/285.98	c   193s|   700 |    41 |177884 | 215.4 |   654M |  26 |5362 |  83k|  82k| 672 |  1 |2079 |  19 | 0.000000e+00 |      --      |    Inf |   2.31%
285.07/285.98	c   200s|   800 |    40 |183799 | 195.9 |   672M |  26 |5362 |  83k|   0 | 826 |  0 |2329 |  19 | 0.000000e+00 |      --      |    Inf |   2.66%
285.07/285.98	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
285.07/285.98	c (run 1, node 860) performing user restart
285.07/285.98	c 
285.07/285.98	c (restart) converted 48 cuts from the global cut pool into linear constraints
285.07/285.98	c 
285.07/285.98	c presolving:
285.07/285.98	c (round 1, exhaustive) 0 del vars, 41 del conss, 1 add conss, 0 chg bounds, 14 chg sides, 30 chg coeffs, 48 upgd conss, 0 impls, 165886 clqs
285.07/285.98	c (round 2, exhaustive) 0 del vars, 478 del conss, 1 add conss, 0 chg bounds, 17 chg sides, 106 chg coeffs, 48 upgd conss, 0 impls, 165887 clqs
285.07/285.98	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
285.07/285.98	c  0 deleted vars, 494 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 17 changed sides, 226 changed coefficients
285.07/285.98	c  0 implications, 165887 cliques
285.07/285.98	c presolved problem has 5362 variables (5362 bin, 0 int, 0 impl, 0 cont) and 83512 constraints
285.07/285.98	c      12 constraints of type <knapsack>
285.07/285.98	c   82216 constraints of type <setppc>
285.07/285.98	c      53 constraints of type <linear>
285.07/285.98	c    1231 constraints of type <logicor>
285.07/285.98	c transformed objective value is always integral (scale: 1)
285.07/285.98	c Presolving Time: 17.63
285.07/285.98	c 
285.07/285.98	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
285.07/285.98	c   203s|     1 |     0 |187991 |     - |   675M |   0 |5362 |  83k|  82k|   0 |  0 |2437 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   205s|     1 |     0 |188578 |     - |   683M |   0 |5362 |  83k|  82k|  31 |  1 |2447 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   207s|     1 |     0 |188990 |     - |   693M |   0 |5362 |  83k|  82k|  55 |  2 |2455 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   209s|     1 |     0 |189346 |     - |   704M |   0 |5362 |  83k|  82k|  77 |  3 |2456 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   216s|     1 |     0 |190922 |     - |   712M |   0 |5362 |  83k|  82k| 100 |  4 |2456 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   218s|     1 |     0 |191974 |     - |   720M |   0 |5362 |  83k|  82k| 124 |  5 |2466 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   230s|     1 |     0 |192960 |     - |   728M |   0 |5362 |  83k|  82k| 145 |  6 |2466 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   243s|     1 |     0 |194237 |     - |   736M |   0 |5362 |  83k|  82k| 163 |  7 |2466 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   256s|     1 |     0 |195224 |     - |   744M |   0 |5362 |  83k|  82k| 182 |  8 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   269s|     1 |     0 |196035 |     - |   752M |   0 |5362 |  83k|  82k| 196 |  9 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
285.07/285.98	c   284s|     1 |     0 |197367 |     - |   762M |   0 |5362 |  83k|  82k| 217 | 10 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c   286s|     1 |     0 |198736 |     - |   770M |   0 |5362 |  83k|  82k| 230 | 11 |2476 |  19 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c   314s|     1 |     2 |207949 |     - |   771M |   0 |5362 |  83k|  82k| 230 | 11 |2515 |  38 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c   338s|   100 |    24 |226607 | 195.1 |   791M |  27 |5362 |  83k|  82k| 266 |  1 |2792 |  38 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c   342s|   200 |    35 |234707 | 184.4 |   801M |  27 |5362 |  83k|  82k| 285 |  1 |3105 |  38 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
488.37/489.88	c   350s|   300 |    51 |246440 | 178.6 |   825M |  28 |5362 |  83k|   0 | 368 |  0 |3541 |  38 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c   352s|   400 |    53 |250031 | 167.3 |   827M |  28 |5362 |  84k|  82k| 388 |  1 |3783 |  38 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c   362s|   500 |    61 |262830 | 164.4 |   883M |  28 |5362 |  84k|  82k| 552 |  1 |4269 |  38 | 0.000000e+00 |      --      |    Inf | unknown
488.37/489.88	c   376s|   600 |    80 |272627 | 159.8 |   913M |  28 |5362 |  84k|   0 | 861 |  0 |4597 |  38 | 0.000000e+00 |      --      |    Inf |   0.86%
488.37/489.88	c   378s|   700 |    80 |275026 | 151.1 |   913M |  31 |5362 |  84k|   0 | 898 |  0 |4844 |  38 | 0.000000e+00 |      --      |    Inf |   0.88%
488.37/489.88	c   380s|   800 |    75 |278477 | 144.1 |   915M |  31 |5362 |  84k|   0 | 905 |  0 |5116 |  38 | 0.000000e+00 |      --      |    Inf |   1.00%
488.37/489.88	c   382s|   900 |    74 |281295 | 137.5 |   916M |  31 |5362 |  84k|   0 | 921 |  0 |5377 |  38 | 0.000000e+00 |      --      |    Inf |   1.04%
488.37/489.88	c   384s|  1000 |    72 |283954 | 131.5 |   916M |  31 |5362 |  84k|  82k| 987 |  2 |5586 |  38 | 0.000000e+00 |      --      |    Inf |   1.07%
488.37/489.88	c   386s|  1100 |    76 |287331 | 126.5 |   917M |  31 |5362 |  84k|   0 | 994 |  0 |5795 |  38 | 0.000000e+00 |      --      |    Inf |   1.13%
488.37/489.88	c   389s|  1200 |    81 |292394 | 122.8 |   918M |  31 |5362 |  84k|   0 |1042 |  0 |6011 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
488.37/489.88	c   391s|  1300 |    84 |295308 | 118.5 |   918M |  31 |5362 |  84k|   0 |1078 |  0 |6258 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
488.37/489.88	c   394s|  1400 |    78 |300114 | 115.4 |   922M |  31 |5362 |  85k|   0 |1110 |  0 |6526 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
488.37/489.88	c   397s|  1500 |    76 |306202 | 113.1 |   922M |  32 |5362 |  85k|  82k|1162 |  1 |6769 |  38 | 0.000000e+00 |      --      |    Inf |   1.14%
488.37/489.88	c   400s|  1600 |    81 |309780 | 109.9 |   931M |  32 |5362 |  85k|   0 |1222 |  0 |7025 |  38 | 0.000000e+00 |      --      |    Inf |   1.18%
488.37/489.88	c   404s|  1700 |    79 |317832 | 108.8 |   933M |  32 |5362 |  85k|   0 |1284 |  0 |7238 |  38 | 0.000000e+00 |      --      |    Inf |   1.23%
488.37/489.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
488.37/489.88	c   407s|  1800 |    85 |322674 | 106.5 |   934M |  32 |5362 |  85k|  82k|1314 |  1 |7492 |  38 | 0.000000e+00 |      --      |    Inf |   1.30%
488.37/489.88	c   410s|  1900 |    83 |326175 | 103.9 |   935M |  32 |5362 |  85k|  82k|1373 |  1 |7735 |  38 | 0.000000e+00 |      --      |    Inf |   1.31%
488.37/489.88	c   412s|  2000 |    82 |330260 | 101.7 |   935M |  32 |5362 |  85k|  82k|1391 |  1 |7968 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
488.37/489.88	c   414s|  2100 |    81 |332863 |  99.2 |   936M |  32 |5362 |  85k|   0 |1411 |  0 |8198 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
488.37/489.88	c   418s|  2200 |    83 |340422 |  98.4 |   936M |  32 |5362 |  85k|  82k|1438 |  2 |8441 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
488.37/489.88	c   420s|  2300 |    83 |343358 |  96.2 |   935M |  32 |5362 |  85k|   0 |1455 |  0 |8686 |  38 | 0.000000e+00 |      --      |    Inf |   1.32%
488.37/489.88	c   422s|  2400 |    85 |346014 |  94.1 |   935M |  32 |5362 |  85k|  82k|1511 |  1 |8885 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   424s|  2500 |    81 |350380 |  92.6 |   936M |  32 |5362 |  85k|  82k|1553 |  1 |9075 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   427s|  2600 |    88 |355524 |  91.4 |   937M |  32 |5362 |  85k|  82k|1583 |  1 |9373 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   429s|  2700 |    86 |359085 |  89.8 |   937M |  32 |5362 |  86k|   0 |1613 |  0 |9750 |  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   431s|  2800 |    82 |363586 |  88.6 |   938M |  32 |5362 |  86k|   0 |1642 |  0 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   434s|  2900 |    79 |367658 |  87.3 |   938M |  32 |5362 |  86k|   0 |1650 |  0 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   437s|  3000 |    92 |374553 |  86.8 |   939M |  32 |5362 |  86k|  82k|1690 |  1 |  10k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   439s|  3100 |    86 |378986 |  85.8 |   940M |  32 |5362 |  86k|   0 |1715 |  0 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   441s|  3200 |    88 |381931 |  84.4 |   940M |  32 |5362 |  86k|  82k|1742 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
488.37/489.88	c   444s|  3300 |    85 |385164 |  83.1 |   941M |  32 |5362 |  86k|  82k|1762 |  1 |  11k|  38 | 0.000000e+00 |      --      |    Inf |   1.33%
488.37/489.88	c   446s|  3400 |    81 |388479 |  81.9 |   941M |  32 |5362 |  86k|   0 |1787 |  0 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   449s|  3500 |    85 |393322 |  81.2 |   942M |  32 |5362 |  86k|  82k|1827 |  1 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   451s|  3600 |    77 |396525 |  80.1 |   943M |  32 |5362 |  86k|  82k|1855 |  1 |  12k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   454s|  3700 |    88 |405236 |  80.2 |   944M |  32 |5362 |  86k|  82k|1915 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   457s|  3800 |    93 |409372 |  79.4 |   945M |  32 |5362 |  86k|  82k|1966 |  1 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   459s|  3900 |    89 |413351 |  78.6 |   945M |  32 |5362 |  86k|   0 |1996 |  0 |  13k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   462s|  4000 |    88 |417873 |  77.9 |   945M |  32 |5362 |  86k|  82k|2044 |  1 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   464s|  4100 |    84 |421203 |  77.0 |   946M |  32 |5362 |  87k|   0 |2055 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   466s|  4200 |    86 |426103 |  76.4 |   946M |  32 |5362 |  87k|  82k|2069 |  1 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   469s|  4300 |    84 |430689 |  75.8 |   946M |  32 |5362 |  87k|   0 |2097 |  0 |  14k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   471s|  4400 |    86 |434666 |  75.1 |   946M |  34 |5362 |  87k|  82k|2119 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   473s|  4500 |    85 |437436 |  74.3 |   947M |  34 |5362 |  87k|  82k|2126 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   476s|  4600 |    83 |441902 |  73.7 |   947M |  34 |5362 |  87k|  82k|2146 |  1 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   478s|  4700 |    82 |446470 |  73.2 |   947M |  37 |5362 |  87k|   0 |2167 |  0 |  15k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
488.37/489.88	c   481s|  4800 |    79 |450911 |  72.7 |   948M |  37 |5362 |  87k|  82k|2228 |  1 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.34%
488.37/489.88	c   484s|  4900 |    81 |456615 |  72.4 |   949M |  37 |5362 |  87k|   0 |2266 |  0 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.36%
488.37/489.88	c   486s|  5000 |    77 |461166 |  72.0 |   950M |  37 |5362 |  87k|   0 |2325 |  0 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.36%
498.74/500.29	c   490s|  5100 |    75 |466726 |  71.7 |   951M |  37 |5362 |  87k|   0 |2346 |  0 |  16k|  38 | 0.000000e+00 |      --      |    Inf |   1.36%
498.74/500.29	c   492s|  5200 |    70 |471248 |  71.3 |   952M |  37 |5362 |  87k|  82k|2346 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.43%
498.74/500.29	c   495s|  5300 |    70 |477055 |  71.0 |   952M |  37 |5362 |  87k|   0 |2381 |  0 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.56%
498.74/500.29	c   497s|  5400 |    72 |481815 |  70.7 |   952M |  37 |5362 |  87k|  82k|2408 |  2 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.58%
498.74/500.29	c   500s|  5500 |    71 |484612 |  70.0 |   952M |  37 |5362 |  87k|  82k|2442 |  1 |  17k|  38 | 0.000000e+00 |      --      |    Inf |   1.59%
498.74/500.29	c 
498.74/500.29	c SCIP Status        : solving was interrupted [time limit reached]
498.74/500.29	c Solving Time (sec) : 500.00
498.74/500.29	c Solving Nodes      : 5523 (total of 6383 nodes in 2 runs)
498.74/500.29	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.74/500.29	c Dual Bound         : +0.00000000000000e+00
498.74/500.29	c Gap                : infinite
498.74/500.29	c ----------------------------------------------------------------------
498.74/500.29	c dual bound: 0.0 -> 0
498.74/500.29	c primal bound: 1e+20 -> 100000000000000000000
498.74/500.29	c scip-goal-lb: 0
498.74/500.29	c scip-goal-ub: 100000000000000000000
498.74/500.29	c writing output to: HOME/tmpzpqnwn3w.opb
498.74/500.29	c appending fixed variable constraints
498.74/500.29	c scip-fixed vars: 0.02% (1/5362)
498.74/500.29	c ----------------------------------------------------------------------
498.74/500.29	c executing external solver: HOME/naps-1.03a6
498.74/500.29	c ----------------------------------------------------------------------
498.74/500.29	c command: HOME/naps-1.03a6 HOME/tmpzpqnwn3w.opb
498.83/500.32	c NaPS 1.03a6.
498.83/500.32	c Input file name: HOME/tmpzpqnwn3w.opb
3600.04/3610.60	c
3600.04/3610.60	c *** TERMINATED *** by signal 15
3600.04/3610.60	c s UNKNOWN
3600.04/3610.60	c _____________________________________________________________________________
3600.04/3610.60	c std/band forms        : 3878,53
3600.04/3610.60	c 2cl/3cl ITE-codings   : 0,23267
3600.04/3610.60	c BDD/srt/adr Max costs : 534,264,0
3600.04/3610.60	c BDDraw/bin/mul/srt/adr: 3825,0,53,53,0
3600.04/3610.60	c BDD nodes             : 39883
3600.04/3610.60	c Es1/CC detections     : 0,0
3600.04/3610.60	c CC sort               : 53
3600.04/3610.60	c SAT/UNSAT calls       : 0,0
3600.04/3610.60	c regenrated variables  : 0
3600.04/3610.60	c eliminated fixed lits : 2
3600.04/3610.60	c goal lit flips        : 0
3600.04/3610.60	c goal stages           : 0
3600.04/3610.60	c goal shrink           : 0
3600.04/3610.60	c goal coeff separations: 0
3600.04/3610.60	c restarts              : 0
3600.04/3610.60	c conflicts             : 0              (0 /sec)
3600.04/3610.60	c decisions             : 0              (0 /sec)
3600.04/3610.60	c propagations          : 0              (0 /sec)
3600.04/3610.60	c inspects              : 0              (0 /sec)
3600.04/3610.60	c CPU time (solving tm) : 3099 s        (3099 s, SAT 0 s, UNSAT 0 s)
3600.04/3610.60	c Time for Opt-base     : 0.01601 s
3600.04/3610.60	c Steps for Opt-base    : 35616
3600.04/3610.60	c Time for BDD coding   : 0.166 s
3600.04/3610.60	c Time for srt coding   : 0.002142 s
3600.04/3610.60	c _____________________________________________________________________________
3600.04/3610.60	s UNKNOWN
3600.25/3610.85	c received SIGTERM, forwarding to pbsolver...
3600.25/3610.85	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545056-1753224864/watcher-4545056-1753224864 -o /tmp/evaluation-result-4545056-1753224864/solver-4545056-1753224864 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197774 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4545056-1753224864.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
Current StackSize limit: 8192 KiB

solver pid=200501, runsolver pid=200498

[startup+0.100063 s]*
/proc/loadavg: 4.15 4.12 3.93 5/270 200506
/proc/meminfo: memFree=122022816/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1187384 memory=32560 CPUtime=0.07 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 3821 0 0 0 6 1 0 0 20 0 1 0 238166666 1215881216 8140 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 296846 8140 4948 1 0 268868 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191576 KiB
Current children cumulated memory: 35632 KiB

[startup+0.205725 s]*
/proc/loadavg: 4.15 4.12 3.93 5/270 200506
/proc/meminfo: memFree=122006728/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1224100 memory=75440 CPUtime=0.17 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 12065 0 0 0 15 2 0 0 20 0 1 0 238166666 1253478400 18828 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 306025 18828 7636 1 0 277383 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1228292 KiB
Current children cumulated memory: 78512 KiB

[startup+0.305696 s]*
/proc/loadavg: 4.15 4.12 3.93 5/270 200506
/proc/meminfo: memFree=121966408/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1269000 memory=121520 CPUtime=0.27 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 23456 0 0 0 23 4 0 0 20 0 1 0 238166666 1299456000 30380 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 317250 30380 7796 1 0 288608 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1273192 KiB
Current children cumulated memory: 124592 KiB

[startup+0.700218 s]
/proc/loadavg: 4.15 4.12 3.93 5/270 200506
/proc/meminfo: memFree=121905864/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1353308 memory=204592 CPUtime=0.66 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 44099 0 0 0 59 7 0 0 20 0 1 0 238166666 1385787392 51148 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 338327 51148 7924 1 0 309685 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1357500 KiB
Current children cumulated memory: 207664 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.12 3.93 5/270 200506
/proc/meminfo: memFree=121857480/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1374276 memory=224944 CPUtime=1.45 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 49232 0 0 0 137 8 0 0 20 0 1 0 238166666 1407258624 56236 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 343569 56236 7956 1 0 314927 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1378468 KiB
Current children cumulated memory: 228016 KiB

[startup+3.10574 s]
/proc/loadavg: 4.15 4.12 3.93 5/270 200506
/proc/meminfo: memFree=121854868/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1376348 memory=226608 CPUtime=3.05 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 49655 0 0 0 297 8 0 0 20 0 1 0 238166666 1409380352 56652 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 344087 56652 7956 1 0 315445 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1380540 KiB
Current children cumulated memory: 229680 KiB

[startup+6.30023 s]
/proc/loadavg: 4.13 4.12 3.93 5/270 200506
/proc/meminfo: memFree=121737208/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1376348 memory=226608 CPUtime=6.23 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 49655 0 0 0 615 8 0 0 20 0 1 0 238166666 1409380352 56652 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 344087 56652 7956 1 0 315445 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 1380540 KiB
Current children cumulated memory: 229680 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.12 3.93 5/270 200506
/proc/meminfo: memFree=121867612/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1377204 memory=227376 CPUtime=12.62 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 49855 0 0 0 1253 9 0 0 20 0 1 0 238166666 1410256896 56844 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 344301 56844 7956 1 0 315659 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1381396 KiB
Current children cumulated memory: 230448 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.11 3.93 5/270 200507
/proc/meminfo: memFree=121652512/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1596652 memory=421120 CPUtime=25.38 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 85726 0 0 0 2521 17 0 0 20 0 1 0 238166666 1634971648 105280 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 399163 105280 8148 1 0 370521 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1600844 KiB
Current children cumulated memory: 424192 KiB

[startup+51.1056 s]
/proc/loadavg: 4.12 4.12 3.94 5/269 200507
/proc/meminfo: memFree=121566124/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1712444 memory=487848 CPUtime=50.92 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 103324 0 0 0 5072 20 0 0 20 0 1 0 238166666 1753542656 121962 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 428111 121962 8148 1 0 399469 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 1716636 KiB
Current children cumulated memory: 490920 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 3.95 5/269 200509
/proc/meminfo: memFree=121354772/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1860244 memory=600940 CPUtime=101.98 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 145715 0 0 0 10171 27 0 0 20 0 1 0 238166666 1904889856 150235 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 465061 150235 8148 1 0 436419 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1864436 KiB
Current children cumulated memory: 604012 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 3.96 5/269 200511
/proc/meminfo: memFree=121237900/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1904976 memory=643692 CPUtime=161.81 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 156406 0 0 0 16152 29 0 0 20 0 1 0 238166666 1950695424 160923 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 476244 160923 8148 1 0 447602 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 1909168 KiB
Current children cumulated memory: 646764 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.11 3.97 5/268 200513
/proc/meminfo: memFree=121100360/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=1992000 memory=668120 CPUtime=221.63 cores=5,7
/proc/200506/stat : 200506 (python3) R 200501 200501 197761 0 -1 4194304 162583 0 0 0 22133 30 0 0 20 0 1 0 238166666 2039808000 167030 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 498000 167030 8148 1 0 469358 0
Current children cumulated CPU time: 221.63 s

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

Current children cumulated CPU time: 3213.01 s
Current children cumulated vsize: 2262872 KiB
Current children cumulated memory: 842988 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/272 200871
/proc/meminfo: memFree=115630908/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=2201840 memory=787800 CPUtime=498.85 cores=5,7
/proc/200506/stat : 200506 (python3) S 200501 200501 197761 0 -1 4194304 191552 0 0 0 49845 40 0 0 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
[pid=200546] ppid=200506 vsize=73224 memory=61588 CPUtime=2773.96 cores=5,7
/proc/200546/stat : 200546 (naps-1.03a6) R 200506 200546 200546 0 -1 4194304 368525 0 0 0 277260 136 0 0 20 0 1 0 238216695 74981376 15397 18446744073709551615 4198400 7047149 140729989701520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 14942208 140729989708175 140729989708273 140729989708273 140729989713865 0
/proc/200546/statm: 18306 15397 544 696 0 17467 0
Current children cumulated CPU time: 3272.81 s
Current children cumulated vsize: 2279256 KiB
Current children cumulated memory: 852460 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 200873
/proc/meminfo: memFree=115618204/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=2201840 memory=787800 CPUtime=498.85 cores=5,7
/proc/200506/stat : 200506 (python3) S 200501 200501 197761 0 -1 4194304 191552 0 0 0 49845 40 0 0 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
[pid=200546] ppid=200506 vsize=81416 memory=65684 CPUtime=2833.78 cores=5,7
/proc/200546/stat : 200546 (naps-1.03a6) R 200506 200546 200546 0 -1 4194304 392760 0 0 0 283232 146 0 0 20 0 1 0 238216695 83369984 16421 18446744073709551615 4198400 7047149 140729989701520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 14942208 140729989708175 140729989708273 140729989708273 140729989713865 0
/proc/200546/statm: 20354 16421 544 696 0 19515 0
Current children cumulated CPU time: 3332.63 s
Current children cumulated vsize: 2287448 KiB
Current children cumulated memory: 856556 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/271 200923
/proc/meminfo: memFree=116908892/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=2201840 memory=787800 CPUtime=498.85 cores=5,7
/proc/200506/stat : 200506 (python3) S 200501 200501 197761 0 -1 4194304 191552 0 0 0 49845 40 0 0 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
[pid=200546] ppid=200506 vsize=81416 memory=63508 CPUtime=2893.57 cores=5,7
/proc/200546/stat : 200546 (naps-1.03a6) R 200506 200546 200546 0 -1 4194304 405750 0 0 0 289206 151 0 0 20 0 1 0 238216695 83369984 15877 18446744073709551615 4198400 7047149 140729989701520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 14942208 140729989708175 140729989708273 140729989708273 140729989713865 0
/proc/200546/statm: 20354 15877 544 696 0 19515 0
Current children cumulated CPU time: 3392.42 s
Current children cumulated vsize: 2287448 KiB
Current children cumulated memory: 854380 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/268 200977
/proc/meminfo: memFree=118020968/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=2201840 memory=787800 CPUtime=498.85 cores=5,7
/proc/200506/stat : 200506 (python3) S 200501 200501 197761 0 -1 4194304 191552 0 0 0 49845 40 0 0 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
[pid=200546] ppid=200506 vsize=73224 memory=62868 CPUtime=2953.37 cores=5,7
/proc/200546/stat : 200546 (naps-1.03a6) R 200506 200546 200546 0 -1 4194304 434998 0 0 0 295173 164 0 0 20 0 1 0 238216695 74981376 15717 18446744073709551615 4198400 7047149 140729989701520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 14942208 140729989708175 140729989708273 140729989708273 140729989713865 0
/proc/200546/statm: 18306 15717 544 696 0 17467 0
Current children cumulated CPU time: 3452.22 s
Current children cumulated vsize: 2279256 KiB
Current children cumulated memory: 853740 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/270 200985
/proc/meminfo: memFree=117932032/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=2201840 memory=787800 CPUtime=498.85 cores=5,7
/proc/200506/stat : 200506 (python3) S 200501 200501 197761 0 -1 4194304 191552 0 0 0 49845 40 0 0 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
[pid=200546] ppid=200506 vsize=73224 memory=63380 CPUtime=3013.18 cores=5,7
/proc/200546/stat : 200546 (naps-1.03a6) R 200506 200546 200546 0 -1 4194304 466888 0 0 0 301141 177 0 0 20 0 1 0 238216695 74981376 15845 18446744073709551615 4198400 7047149 140729989701520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 14942208 140729989708175 140729989708273 140729989708273 140729989713865 0
/proc/200546/statm: 18306 15845 544 696 0 17467 0
Current children cumulated CPU time: 3512.03 s
Current children cumulated vsize: 2279256 KiB
Current children cumulated memory: 854252 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/271 200987
/proc/meminfo: memFree=117778548/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=2201840 memory=787800 CPUtime=498.85 cores=5,7
/proc/200506/stat : 200506 (python3) S 200501 200501 197761 0 -1 4194304 191552 0 0 0 49845 40 0 0 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
[pid=200546] ppid=200506 vsize=76480 memory=66156 CPUtime=3072.99 cores=5,7
/proc/200546/stat : 200546 (naps-1.03a6) R 200506 200546 200546 0 -1 4194304 492717 0 0 0 307111 188 0 0 20 0 1 0 238216695 78315520 16539 18446744073709551615 4198400 7047149 140729989701520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 14942208 140729989708175 140729989708273 140729989708273 140729989713865 0
/proc/200546/statm: 19120 16539 544 696 0 18281 0
Current children cumulated CPU time: 3571.84 s
Current children cumulated vsize: 2282512 KiB
Current children cumulated memory: 857028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.6 s]
/proc/loadavg: 4.08 4.10 4.09 5/271 200988
/proc/meminfo: memFree=117713384/131250000 swapFree=33008868/33010684
[pid=200501] ppid=200498 vsize=4192 memory=3072 CPUtime=0 cores=5,7
/proc/200501/stat : 200501 (scip-naps-1.00a) S 200498 200501 197761 0 -1 4194304 258 337 0 0 0 0 0 0 20 0 1 0 238166664 4292608 768 18446744073709551615 93888690601984 93888691496517 140726258795456 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 93888691735568 93888691783312 93888720232448 140726258801051 140726258801150 140726258801150 140726258806754 0
/proc/200501/statm: 1048 768 704 219 0 110 0
[pid=200506] ppid=200501 vsize=2201840 memory=787800 CPUtime=498.85 cores=5,7
/proc/200506/stat : 200506 (python3) S 200501 200501 197761 0 -1 4194304 191552 0 0 0 49845 40 0 0 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
[pid=200546] ppid=200506 vsize=76480 memory=66540 CPUtime=3101.19 cores=5,7
/proc/200546/stat : 200546 (naps-1.03a6) R 200506 200546 200546 0 -1 4194304 506379 0 0 0 309926 193 0 0 20 0 1 0 238216695 78315520 16635 18446744073709551615 4198400 7047149 140729989701520 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 14942208 140729989708175 140729989708273 140729989708273 140729989713865 0
/proc/200546/statm: 19120 16635 544 696 0 18281 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 2282512 KiB
Current children cumulated memory: 857412 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.62 s]
# the end of solver process 200501 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001384 s, system=0.004822 s

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

# cumulated CPU time of all completed processes:  user=3597.94 s, system=2.4239 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3610.81 s]
/proc/loadavg: 4.15 4.12 4.09 5/269 200988
/proc/meminfo: memFree=117738964/131250000 swapFree=33008868/33010684
[pid=200506] ppid=200498 vsize=2201840 memory=787800 CPUtime=3600.24 cores=5,7
/proc/200506/stat : 200506 (python3) R 200498 200501 197761 0 -1 4194304 236131 506380 0 0 49863 42 309926 193 20 0 1 0 238166666 2254684160 196950 18446744073709551615 94595863257088 94595863257465 140729149348512 0 0 0 0 16781312 16386 0 0 0 17 5 0 0 0 0 0 94595863268760 94595863269380 94595868364800 140729149356367 140729149356576 140729149356576 140729149362151 0
/proc/200506/statm: 550460 196950 8180 1 0 521818 0
Current cumulated CPU time of completed processes: 0.006206 s
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 2201840 KiB
Current children cumulated memory: 787800 KiB

[startup+3610.9 s]*
/proc/loadavg: 4.15 4.12 4.09 5/269 200988
/proc/meminfo: memFree=118320944/131250000 swapFree=33008868/33010684
Current cumulated CPU time of completed processes: 0.006206 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.91
CPU time (s): 3600.37
CPU user time (s): 3597.94
CPU system time (s): 2.4239
CPU usage (%): 99.7081
Max. virtual memory (cumulated for all children) (KiB): 2309056
Max. memory (cumulated for all children) (KiB): 865868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.94
system time used= 2.4239
maximum resident set size= 787800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 761154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 349
involuntary context switches= 2638


# summary of solver processes directly reported to runsolver:
#   pid: 200501,200506
#   total CPU time (s): 3600.37
#   total CPU user time (s): 3597.94
#   total CPU system time (s): 2.4239

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.7423 second user time and 16.6898 second system time

The end

Launcher Data

Begin job on nodeC013 at 2025-07-23 00:54:24
IDJOB=4545056
IDBENCH=180696
IDSOLVER=3388
FILE ID=nodeC013/4545056-1753224864
RUNJOBID= nodeC013-1753222587-197774
SLURM_JOB_ID= 9687822
Free space on /tmp= 432976 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-FRB-53-24-1-mgd_c18.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545056-1753224864/watcher-4545056-1753224864 -o /tmp/evaluation-result-4545056-1753224864/solver-4545056-1753224864 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC013-1753222587-197774 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4545056-1753224864.opb

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

MD5SUM BENCH= aa4c4c17affaea5fdc372b8ff9588da4
RANDOM SEED=1949067118

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122026816 kB
MemAvailable:   123143780 kB
Buffers:            1668 kB
Cached:          1857372 kB
SwapCached:           52 kB
Active:          7424656 kB
Inactive:         999412 kB
Active(anon):    6581580 kB
Inactive(anon):     4872 kB
Active(file):     843076 kB
Inactive(file):   994540 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008868 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7248 kB
Writeback:             0 kB
AnonPages:       6545840 kB
Mapped:           131200 kB
Shmem:             21424 kB
KReclaimable:     236772 kB
Slab:             333760 kB
SReclaimable:     236772 kB
SUnreclaim:        96988 kB
KernelStack:        4320 kB
PageTables:        16820 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10431372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2177024 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:      215764 kB
DirectMap2M:     8992768 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432948 MiB
End job on nodeC013 at 2025-07-23 01:54:35