Trace number 4523575

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a1SAT (MO)531255 1671.24 1677.55

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/
instances/normalized-bnn_mnist_rot_8_label1_adversarial_norm_2.opb
MD5SUM1a33c023168dcd92e975780dbc5145d9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark112.27
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1289
Total number of constraints1094
Number of constraints which are clauses13
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1080
Minimum length of a constraint1
Maximum length of a constraint785
Number of terms in the objective function 773
Biggest coefficient in the objective function 1912644
Number of bits for the biggest coefficient in the objective function 21
Sum of the numbers in the objective function 4984493
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 1912644
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4984493
Number of bits of the biggest sum of numbers23
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

175.82/177.63	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4523575-1751592140.opb
175.82/177.63	c Solving mode: optimization
175.82/177.63	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
175.82/177.63	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
175.82/177.63	c original problem has 1289 variables (1289 bin, 0 int, 0 impl, 0 cont) and 1094 constraints
175.82/177.63	c presolving:
175.82/177.63	c (round 1, fast)       13 del vars, 13 del conss, 0 add conss, 13 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
175.82/177.63	c (round 2, fast)       13 del vars, 22 del conss, 0 add conss, 13 chg bounds, 200 chg sides, 400 chg coeffs, 0 upgd conss, 0 impls, 1 clqs
175.82/177.63	c (round 3, exhaustive) 13 del vars, 22 del conss, 0 add conss, 13 chg bounds, 200 chg sides, 400 chg coeffs, 1067 upgd conss, 0 impls, 1 clqs
175.82/177.63	c (round 4, exhaustive) 13 del vars, 22 del conss, 0 add conss, 13 chg bounds, 200 chg sides, 400 chg coeffs, 1072 upgd conss, 0 impls, 1 clqs
175.82/177.63	c    (1.5s) probing: 51/1276 (4.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
175.82/177.63	c    (1.5s) probing aborted: 50/50 successive totally useless probings
175.82/177.63	c    (1.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
175.82/177.63	c    (1.8s) no symmetry present (symcode time: 0.00)
175.82/177.63	c presolving (5 rounds: 5 fast, 3 medium, 3 exhaustive):
175.82/177.63	c  13 deleted vars, 22 deleted constraints, 0 added constraints, 13 tightened bounds, 0 added holes, 200 changed sides, 400 changed coefficients
175.82/177.63	c  0 implications, 1 cliques
175.82/177.63	c presolved problem has 1276 variables (1276 bin, 0 int, 0 impl, 0 cont) and 1072 constraints
175.82/177.63	c    1071 constraints of type <knapsack>
175.82/177.63	c       1 constraints of type <setppc>
175.82/177.63	c transformed objective value is always integral (scale: 1)
175.82/177.63	c Presolving Time: 1.85
175.82/177.63	c 
175.82/177.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
175.82/177.63	c p 2.5s|     1 |     0 |     0 |     - |   locks|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 1.124528e+06 |    Inf | unknown
175.82/177.63	c i 2.5s|     1 |     0 |     0 |     - |  oneopt|   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   2.5s|     1 |     0 |   262 |     - |   342M |   0 |1276 |1072 |1072 |   0 |  0 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   3.1s|     1 |     0 |   530 |     - |   370M |   0 |1276 |1072 |1230 | 158 |  1 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   3.6s|     1 |     0 |   679 |     - |   387M |   0 |1276 |1072 |1353 | 281 |  2 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   4.2s|     1 |     0 |   778 |     - |   409M |   0 |1276 |1072 |1446 | 374 |  3 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   4.7s|     1 |     0 |   901 |     - |   434M |   0 |1276 |1072 |1497 | 425 |  4 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   5.3s|     1 |     0 |   976 |     - |   463M |   0 |1276 |1072 |1547 | 475 |  5 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   5.9s|     1 |     0 |  1064 |     - |   484M |   0 |1276 |1072 |1606 | 534 |  6 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   6.4s|     1 |     0 |  1127 |     - |   502M |   0 |1276 |1072 |1653 | 581 |  7 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   6.9s|     1 |     0 |  1237 |     - |   537M |   0 |1276 |1072 |1718 | 646 |  8 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   7.5s|     1 |     0 |  1322 |     - |   540M |   0 |1276 |1072 |1757 | 685 |  9 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   8.0s|     1 |     0 |  1387 |     - |   581M |   0 |1276 |1072 |1800 | 728 | 10 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   8.4s|     1 |     0 |  1483 |     - |   584M |   0 |1276 |1072 |1683 | 761 | 11 |   0 |   0 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c  24.6s|     1 |     2 | 17117 |     - |   585M |   0 |1276 |1075 |1683 | 761 | 11 |   4 |  25 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
175.82/177.63	c  61.4s|   100 |   101 | 37744 | 366.3 |   597M |  37 |1276 |1078 |1190 | 928 |  1 |   7 | 463 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c  80.2s|   200 |   201 | 84146 | 415.4 |   608M |  59 |1276 |1082 |1211 |1325 |  1 |  11 | 480 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   114s|   300 |   301 |104680 | 345.1 |   664M |  67 |1276 |1086 |1255 |1829 |  2 |  15 | 507 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   122s|   400 |   401 |117491 | 290.7 |   665M |  67 |1276 |1089 |1218 |2305 |  1 |  18 | 543 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   130s|   500 |   501 |136642 | 270.9 |   661M |  77 |1276 |1092 |1208 |2768 |  1 |  21 | 570 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   138s|   600 |   601 |155304 | 256.8 |   662M |  77 |1276 |1099 |1272 |3279 |  1 |  28 | 594 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   145s|   700 |   701 |170135 | 241.3 |   661M |  77 |1276 |1105 |1195 |3720 |  1 |  34 | 630 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   152s|   800 |   801 |190608 | 236.7 |   661M |  77 |1276 |1107 |1269 |4236 |  1 |  36 | 645 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   159s|   900 |   901 |204210 | 225.5 |   659M |  77 |1276 |1126 |1181 |4622 |  1 |  55 | 679 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   166s|  1000 |  1001 |215335 | 214.1 |   659M |  77 |1276 |1129 |1223 |5024 |  1 |  59 | 715 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
175.82/177.63	c (run 1, node 1049) performing user restart
175.82/177.63	c 
175.82/177.63	c (restart) converted 186 cuts from the global cut pool into linear constraints
175.82/177.63	c 
175.82/177.63	c presolving:
175.82/177.63	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 10 chg sides, 12 chg coeffs, 0 upgd conss, 0 impls, 2 clqs
175.82/177.63	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 10 chg sides, 12 chg coeffs, 185 upgd conss, 0 impls, 2 clqs
175.82/177.63	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 10 chg sides, 49 chg coeffs, 185 upgd conss, 0 impls, 2 clqs
175.82/177.63	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
175.82/177.63	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 10 changed sides, 49 changed coefficients
175.82/177.63	c  0 implications, 2 cliques
175.82/177.63	c presolved problem has 1276 variables (1276 bin, 0 int, 0 impl, 0 cont) and 1319 constraints
175.82/177.63	c    1257 constraints of type <knapsack>
175.82/177.63	c       2 constraints of type <setppc>
175.82/177.63	c       9 constraints of type <linear>
175.82/177.63	c      51 constraints of type <logicor>
175.82/177.63	c transformed objective value is always integral (scale: 1)
175.82/177.63	c Presolving Time: 2.13
175.82/177.63	c transformed 2/2 original solutions to the transformed problem space
175.82/177.63	c 
175.82/177.63	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
175.82/177.63	c   171s|     1 |     0 |227707 |     - |   581M |   0 |1276 |1319 |1258 |   0 |  0 |  63 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   172s|     1 |     0 |228005 |     - |   591M |   0 |1276 |1321 |1410 | 152 |  1 |  65 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   173s|     1 |     0 |228242 |     - |   594M |   0 |1276 |1322 |1586 | 328 |  2 |  66 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   173s|     1 |     0 |228471 |     - |   604M |   0 |1276 |1323 |1767 | 509 |  3 |  67 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   174s|     1 |     0 |228649 |     - |   609M |   0 |1276 |1326 |1959 | 701 |  4 |  70 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
175.82/177.63	c   175s|     1 |     0 |228875 |     - |   619M |   0 |1276 |1327 |2103 | 845 |  5 |  71 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   176s|     1 |     0 |229353 |     - |   617M |   0 |1276 |1329 |2216 | 958 |  6 |  73 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   177s|     1 |     0 |229668 |     - |   617M |   0 |1276 |1330 |2325 |1067 |  7 |  74 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   177s|     1 |     0 |229833 |     - |   641M |   0 |1276 |1331 |2418 |1160 |  8 |  75 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   178s|     1 |     0 |229955 |     - |   642M |   0 |1276 |1333 |2510 |1252 |  9 |  77 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   179s|     1 |     0 |230062 |     - |   644M |   0 |1276 |1335 |2609 |1351 | 10 |  79 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   179s|     1 |     0 |230273 |     - |   644M |   0 |1276 |1336 |2643 |1385 | 11 |  80 | 733 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   213s|     1 |     2 |277698 |     - |   644M |   0 |1276 |1347 |2643 |1385 | 11 |  91 | 750 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   226s|   100 |   101 |310210 | 266.4 |   654M |  21 |1276 |1359 |1196 |1944 |  1 | 103 | 798 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   237s|   200 |   201 |346907 | 274.5 |   690M |  21 |1276 |1385 |1209 |2660 |  1 | 131 | 810 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
578.22/581.31	c   246s|   300 |   301 |368530 | 270.1 |   694M |  21 |1276 |1388 |1196 |3523 |  1 | 136 | 853 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   255s|   400 |   401 |389722 | 266.1 |   697M |  21 |1276 |1391 |1264 |4510 |  2 | 141 | 893 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   269s|   500 |   501 |433620 | 277.3 |   696M |  35 |1276 |1400 |1239 |5250 |  1 | 151 | 926 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   277s|   600 |   601 |452730 | 272.1 |   695M |  37 |1276 |1401 |1234 |5667 |  1 | 152 | 944 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   283s|   700 |   701 |464295 | 263.1 |   695M |  37 |1276 |1403 |1265 |6393 |  2 | 154 | 968 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   292s|   800 |   801 |486059 | 260.6 |   695M |  37 |1276 |1405 |1204 |7019 |  1 | 159 | 998 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   298s|   900 |   901 |502214 | 255.6 |   695M |  37 |1276 |1404 |1208 |7696 |  1 | 161 |1027 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   305s|  1000 |  1001 |513916 | 248.8 |   695M |  39 |1276 |1406 |1190 |8255 |  1 | 166 |1058 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   313s|  1100 |  1101 |538146 | 248.5 |   695M |  39 |1276 |1409 |1221 |8727 |  1 | 171 |1078 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   323s|  1200 |  1201 |550605 | 243.0 |   695M |  41 |1276 |1412 |1250 |9372 |  1 | 175 |1115 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   330s|  1300 |  1301 |562725 | 237.8 |   695M |  41 |1276 |1415 |1191 |9883 |  1 | 179 |1153 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   336s|  1400 |  1401 |572324 | 232.0 |   695M |  41 |1276 |1415 |1225 |  10k|  1 | 181 |1185 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   346s|  1500 |  1501 |595663 | 232.1 |   696M |  41 |1276 |1418 |1215 |  10k|  1 | 185 |1234 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   354s|  1600 |  1601 |613194 | 229.9 |   696M |  41 |1276 |1422 |1239 |  11k|  1 | 189 |1281 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   361s|  1700 |  1701 |624770 | 225.8 |   696M |  41 |1276 |1439 |1245 |  11k|  1 | 208 |1320 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
578.22/581.31	c   385s|  1800 |  1801 |695858 | 242.8 |   697M |  41 |1276 |1440 |1218 |  12k|  1 | 212 |1361 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   394s|  1900 |  1901 |717848 | 242.0 |   697M |  45 |1276 |1453 |1242 |  12k|  1 | 232 |1391 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   404s|  2000 |  2001 |739945 | 241.3 |   697M |  45 |1276 |1461 |1190 |  13k|  1 | 244 |1419 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   411s|  2100 |  2101 |751554 | 237.3 |   697M |  45 |1276 |1467 |1245 |  13k|  2 | 253 |1467 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   418s|  2200 |  2201 |768185 | 235.2 |   696M |  45 |1276 |1490 |1199 |  14k|  1 | 280 |1490 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   424s|  2300 |  2301 |777683 | 231.0 |   696M |  45 |1276 |1506 |1226 |  14k|  1 | 296 |1524 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   433s|  2400 |  2401 |790275 | 227.9 |   696M |  45 |1276 |1531 |1215 |  15k|  1 | 322 |1599 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   442s|  2500 |  2501 |802953 | 225.1 |   697M |  49 |1276 |1533 |1244 |  15k|  2 | 328 |1701 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   451s|  2600 |  2601 |813916 | 221.9 |   697M |  49 |1276 |1531 |1264 |  16k|  1 | 328 |1786 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   462s|  2700 |  2701 |838079 | 222.4 |   698M |  53 |1276 |1536 |1161 |  16k|  1 | 336 |1846 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   471s|  2800 |  2801 |858938 | 222.1 |   698M |  53 |1276 |1534 |1245 |  17k|  1 | 339 |1877 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   477s|  2900 |  2901 |872665 | 219.9 |   699M |  53 |1276 |1535 |1189 |  17k|  1 | 342 |1897 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   481s|  3000 |  3001 |881535 | 216.7 |   701M |  53 |1276 |1569 |1259 |  18k|  1 | 381 |1902 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   487s|  3100 |  3101 |896302 | 215.0 |   701M |  53 |1276 |1591 |1249 |  18k|  1 | 417 |1910 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   491s|  3200 |  3201 |905822 | 212.2 |   701M |  53 |1276 |1602 |1244 |  19k|  2 | 430 |1916 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
578.22/581.31	c   498s|  3300 |  3301 |926738 | 212.1 |   703M |  53 |1276 |1604 |1273 |  19k|  1 | 437 |1916 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   501s|  3400 |  3401 |932714 | 208.7 |   705M |  53 |1276 |1604 |1192 |  20k|  1 | 437 |1917 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   512s|  3500 |  3501 |957244 | 209.5 |   705M |  53 |1276 |1604 |1253 |  20k|  1 | 439 |1925 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   517s|  3600 |  3601 |969796 | 207.7 |   707M |  53 |1276 |1604 |1191 |  21k|  1 | 441 |1927 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   521s|  3700 |  3701 |977758 | 205.0 |   707M |  53 |1276 |1604 |1319 |  22k|  1 | 441 |1928 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   528s|  3800 |  3801 |998428 | 205.0 |   704M |  53 |1276 |1600 |1242 |  22k|  1 | 443 |1928 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   533s|  3900 |  3901 |  1011k| 203.5 |   705M |  53 |1276 |1600 |1298 |  23k|  1 | 444 |1936 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   539s|  4000 |  4001 |  1029k| 203.1 |   705M |  53 |1276 |1608 |1293 |  23k|  1 | 455 |1936 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   544s|  4100 |  4101 |  1040k| 201.3 |   705M |  57 |1276 |1623 |1328 |  24k|  1 | 477 |1938 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   551s|  4200 |  4201 |  1063k| 201.7 |   707M |  59 |1276 |1648 |1266 |  25k|  1 | 511 |1938 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   556s|  4300 |  4301 |  1072k| 199.8 |   710M |  59 |1276 |1682 |1271 |  25k|  1 | 554 |1938 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   559s|  4400 |  4401 |  1080k| 197.5 |   712M |  59 |1276 |1711 |1287 |  26k|  1 | 600 |1938 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   566s|  4500 |  4501 |  1099k| 197.5 |   713M |  59 |1276 |1710 |1275 |  26k|  1 | 610 |1939 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
578.22/581.31	c   573s|  4600 |  4601 |  1111k| 195.9 |   708M |  59 |1276 |1706 |1200 |  27k|  1 | 611 |1977 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   580s|  4700 |  4701 |  1126k| 195.2 |   708M |  59 |1276 |1704 |1220 |  28k|  1 | 613 |2001 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
857.24/861.26	c   585s|  4800 |  4801 |  1134k| 193.3 |   708M |  59 |1276 |1702 |1233 |  28k|  1 | 613 |2022 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   590s|  4900 |  4901 |  1144k| 191.7 |   707M |  59 |1276 |1701 |1271 |  29k|  1 | 617 |2029 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   595s|  5000 |  5001 |  1153k| 189.9 |   707M |  61 |1276 |1699 |1351 |  30k|  1 | 617 |2047 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   602s|  5100 |  5101 |  1161k| 188.2 |   707M |  61 |1276 |1700 |1303 |  30k|  2 | 628 |2110 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   610s|  5200 |  5201 |  1180k| 188.2 |   708M |  61 |1276 |1695 |1206 |  31k|  1 | 634 |2140 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   615s|  5300 |  5301 |  1188k| 186.5 |   710M |  61 |1276 |1705 |1196 |  31k|  1 | 659 |2151 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   619s|  5400 |  5401 |  1199k| 185.3 |   681M |  61 |1276 |1724 |1250 |  32k|  1 | 687 |2156 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   624s|  5500 |  5501 |  1208k| 183.9 |   684M |  61 |1276 |1734 |1261 |  33k|  1 | 721 |2158 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   630s|  5600 |  5601 |  1226k| 183.8 |   685M |  61 |1276 |1736 |1227 |  33k|  1 | 747 |2164 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   634s|  5700 |  5701 |  1235k| 182.4 |   686M |  61 |1276 |1733 |1315 |  34k|  1 | 747 |2169 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   642s|  5800 |  5801 |  1257k| 183.0 |   688M |  61 |1276 |1729 |1365 |  35k|  1 | 752 |2172 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   647s|  5900 |  5901 |  1274k| 182.8 |   688M |  61 |1276 |1724 |1345 |  35k|  1 | 754 |2172 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   652s|  6000 |  6001 |  1286k| 182.0 |   688M |  61 |1276 |1725 |1204 |  36k|  1 | 770 |2175 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   656s|  6100 |  6101 |  1295k| 180.6 |   690M |  61 |1276 |1752 |1267 |  37k|  1 | 812 |2176 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   660s|  6200 |  6201 |  1302k| 179.2 |   692M |  61 |1276 |1757 |1236 |  37k|  1 | 842 |2179 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
857.24/861.26	c   664s|  6300 |  6301 |  1311k| 177.8 |   692M |  61 |1276 |1759 |1287 |  38k|  1 | 873 |2179 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   671s|  6400 |  6401 |  1319k| 176.6 |   694M |  61 |1276 |1756 |1243 |  39k|  1 | 886 |2180 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   678s|  6500 |  6501 |  1341k| 177.1 |   695M |  61 |1276 |1758 |1358 |  39k|  1 | 909 |2180 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   682s|  6600 |  6601 |  1348k| 175.7 |   695M |  61 |1276 |1765 |1320 |  40k|  1 | 952 |2181 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   686s|  6700 |  6701 |  1360k| 175.0 |   696M |  61 |1276 |1775 |1333 |  40k|  1 | 980 |2182 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   690s|  6800 |  6801 |  1368k| 173.8 |   696M |  61 |1276 |1783 |1189 |  41k|  1 |1005 |2184 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   695s|  6900 |  6901 |  1381k| 173.3 |   696M |  61 |1276 |1787 |1263 |  42k|  1 |1019 |2184 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   698s|  7000 |  7001 |  1388k| 172.0 |   696M |  61 |1276 |1799 |1220 |  42k|  1 |1067 |2184 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   702s|  7100 |  7101 |  1396k| 170.8 |   696M |  61 |1276 |1814 |1293 |  43k|  1 |1092 |2185 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   707s|  7200 |  7201 |  1413k| 170.8 |   696M |  61 |1276 |1806 |1215 |  44k|  1 |1092 |2189 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   713s|  7300 |  7301 |  1430k| 170.8 |   696M |  61 |1276 |1801 |1334 |  44k|  1 |1092 |2190 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   719s|  7400 |  7401 |  1444k| 170.4 |   698M |  61 |1276 |1801 |1341 |  45k|  1 |1095 |2210 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   724s|  7500 |  7501 |  1453k| 169.5 |   698M |  61 |1276 |1797 |1345 |  46k|  1 |1095 |2230 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   728s|  7600 |  7601 |  1462k| 168.6 |   698M |  61 |1276 |1786 |1257 |  46k|  1 |1096 |2231 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   735s|  7700 |  7701 |  1480k| 168.7 |   699M |  61 |1276 |1781 |1228 |  47k|  1 |1097 |2248 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
857.24/861.26	c   742s|  7800 |  7801 |  1498k| 168.9 |   699M |  61 |1276 |1804 |1322 |  48k|  1 |1127 |2249 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   746s|  7900 |  7901 |  1505k| 167.7 |   700M |  61 |1276 |1800 |1290 |  48k|  1 |1127 |2261 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   752s|  8000 |  8001 |  1512k| 166.7 |   701M |  61 |1276 |1796 |1246 |  49k|  1 |1127 |2290 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   759s|  8100 |  8101 |  1536k| 167.4 |   702M |  61 |1276 |1785 |1284 |  49k|  1 |1127 |2290 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   765s|  8200 |  8201 |  1549k| 167.1 |   704M |  61 |1276 |1787 |1320 |  50k|  1 |1131 |2300 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   770s|  8300 |  8301 |  1560k| 166.5 |   704M |  61 |1276 |1782 |1363 |  51k|  1 |1133 |2319 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   776s|  8400 |  8401 |  1570k| 165.7 |   704M |  61 |1276 |1776 |1217 |  51k|  1 |1134 |2352 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   782s|  8500 |  8501 |  1579k| 165.0 |   704M |  61 |1276 |1774 |1268 |  52k|  2 |1134 |2384 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   788s|  8600 |  8601 |  1588k| 164.2 |   704M |  61 |1276 |1768 |1289 |  53k|  1 |1135 |2423 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   796s|  8700 |  8701 |  1605k| 164.3 |   704M |  61 |1276 |1759 |1288 |  53k|  1 |1135 |2433 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   802s|  8800 |  8801 |  1618k| 163.9 |   704M |  61 |1276 |1754 |1305 |  54k|  1 |1143 |2459 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   807s|  8900 |  8901 |  1629k| 163.3 |   705M |  61 |1276 |1761 |1307 |  55k|  1 |1157 |2464 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   811s|  9000 |  9001 |  1638k| 162.6 |   705M |  61 |1276 |1756 |1347 |  55k|  1 |1158 |2467 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   816s|  9100 |  9101 |  1651k| 162.3 |   705M |  61 |1276 |1751 |1376 |  56k|  1 |1164 |2478 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   822s|  9200 |  9201 |  1668k| 162.4 |   705M |  61 |1276 |1766 |1282 |  57k|  2 |1187 |2480 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
857.24/861.26	c   826s|  9300 |  9301 |  1678k| 161.8 |   705M |  61 |1276 |1791 |1274 |  58k|  1 |1220 |2481 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   830s|  9400 |  9401 |  1685k| 160.9 |   705M |  61 |1276 |1804 |1297 |  58k|  2 |1250 |2484 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   838s|  9500 |  9501 |  1701k| 160.9 |   706M |  61 |1276 |1800 |1281 |  59k|  1 |1250 |2496 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   847s|  9600 |  9601 |  1733k| 162.4 |   707M |  61 |1276 |1797 |1395 |  60k|  2 |1252 |2497 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   852s|  9700 |  9701 |  1751k| 162.6 |   706M |  61 |1276 |1785 |1346 |  60k|  1 |1254 |2497 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
857.24/861.26	c   856s|  9800 |  9801 |  1760k| 161.9 |   706M |  61 |1276 |1776 |1284 |  61k|  1 |1255 |2498 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   859s|  9900 |  9901 |  1767k| 161.1 |   706M |  61 |1276 |1772 |1328 |  61k|  1 |1255 |2499 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   867s| 10000 | 10001 |  1777k| 160.5 |   706M |  61 |1276 |1770 |1197 |  62k|  1 |1257 |2499 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   870s| 10100 | 10101 |  1785k| 159.7 |   707M |  61 |1276 |1767 |1253 |  63k|  1 |1257 |2499 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   874s| 10200 | 10201 |  1797k| 159.4 |   707M |  61 |1276 |1764 |1262 |  63k|  1 |1280 |2501 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   878s| 10300 | 10301 |  1805k| 158.7 |   708M |  61 |1276 |1778 |1254 |  64k|  1 |1316 |2503 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   883s| 10400 | 10401 |  1814k| 158.2 |   709M |  61 |1276 |1772 |1356 |  65k|  1 |1328 |2504 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   892s| 10500 | 10501 |  1838k| 158.9 |   709M |  61 |1276 |1760 |1335 |  65k|  1 |1334 |2504 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   896s| 10600 | 10601 |  1849k| 158.4 |   710M |  61 |1276 |1765 |1354 |  66k|  1 |1353 |2505 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   899s| 10700 | 10701 |  1856k| 157.6 |   714M |  61 |1276 |1779 |1332 |  66k|  1 |1387 |2505 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.62/1002.07	c   904s| 10800 | 10801 |  1866k| 157.2 |   715M |  61 |1276 |1764 |1192 |  67k|  1 |1414 |2506 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   907s| 10900 | 10901 |  1873k| 156.5 |   715M |  61 |1276 |1769 |1229 |  68k|  1 |1444 |2508 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   911s| 11000 | 11001 |  1881k| 155.8 |   715M |  61 |1276 |1770 |1246 |  68k|  1 |1464 |2508 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   918s| 11100 | 11101 |  1905k| 156.5 |   716M |  61 |1276 |1758 |1325 |  69k|  1 |1465 |2509 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   922s| 11200 | 11201 |  1912k| 155.8 |   716M |  61 |1276 |1748 |1362 |  70k|  1 |1465 |2513 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   926s| 11300 | 11301 |  1919k| 155.1 |   716M |  61 |1276 |1746 |1340 |  70k|  1 |1465 |2535 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   930s| 11400 | 11401 |  1928k| 154.6 |   716M |  61 |1276 |1744 |1319 |  71k|  1 |1469 |2535 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   937s| 11500 | 11501 |  1944k| 154.6 |   716M |  61 |1276 |1746 |1342 |  71k|  1 |1476 |2547 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   943s| 11600 | 11601 |  1953k| 154.1 |   716M |  61 |1276 |1738 |1206 |  72k|  1 |1477 |2583 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   947s| 11700 | 11701 |  1960k| 153.4 |   717M |  61 |1276 |1731 |1265 |  73k|  1 |1477 |2593 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   954s| 11800 | 11801 |  1976k| 153.5 |   718M |  61 |1276 |1726 |1249 |  73k|  1 |1482 |2609 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   957s| 11900 | 11901 |  1983k| 152.8 |   718M |  61 |1276 |1718 |1272 |  74k|  1 |1482 |2610 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   962s| 12000 | 12001 |  1991k| 152.3 |   718M |  61 |1276 |1712 |1371 |  75k|  1 |1485 |2626 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   967s| 12100 | 12101 |  2004k| 152.1 |   719M |  61 |1276 |1704 |1356 |  75k|  2 |1489 |2639 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   971s| 12200 | 12201 |  2011k| 151.5 |   720M |  61 |1276 |1700 |1365 |  76k|  1 |1495 |2654 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.62/1002.07	c   977s| 12300 | 12301 |  2021k| 151.1 |   720M |  69 |1276 |1715 |1370 |  76k|  1 |1529 |2688 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   983s| 12400 | 12401 |  2028k| 150.5 |   720M |  69 |1276 |1717 |1260 |  77k|  1 |1543 |2717 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   988s| 12500 | 12501 |  2037k| 150.0 |   720M |  69 |1276 |1714 |1220 |  78k|  1 |1559 |2739 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   994s| 12600 | 12601 |  2049k| 149.8 |   723M |  69 |1276 |1725 |1333 |  78k|  1 |1576 |2758 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c   999s| 12700 | 12701 |  2061k| 149.6 |   723M |  69 |1276 |1715 |1306 |  79k|  1 |1577 |2767 | 0.000000e+00 | 5.312550e+05 |    Inf | unknown
997.62/1002.07	c 
997.62/1002.07	c SCIP Status        : solving was interrupted [time limit reached]
997.62/1002.07	c Solving Time (sec) : 1000.00
997.62/1002.07	c Solving Nodes      : 12717 (total of 13766 nodes in 2 runs)
997.62/1002.07	c Primal Bound       : +5.31255000000000e+05 (2 solutions)
997.62/1002.07	c Dual Bound         : +0.00000000000000e+00
997.62/1002.07	c Gap                : infinite
997.62/1002.07	c All original constraints are satisfied.
997.62/1002.07	c SCIP's best solution is verified feasible for the original problem.
997.62/1002.07	c ----------------------------------------------------------------------
997.62/1002.07	c dual bound: 0.0 -> 0
997.62/1002.07	c primal bound: 531255.0 -> 531255
997.62/1002.07	c scip-goal-lb: 0
997.62/1002.07	c scip-goal-ub: 531255
997.62/1002.07	c writing output to: HOME/tmp1go03h2h.opb
997.62/1002.07	c appending fixed variable constraints
997.62/1002.07	c scip-fixed vars: 1.02% (13/1276)
997.62/1002.07	c ----------------------------------------------------------------------
997.62/1002.07	c executing external solver: HOME/naps-1.03a6
997.62/1002.07	c ----------------------------------------------------------------------
997.62/1002.07	c command: HOME/naps-1.03a6 -goal-lb=0 -goal-ub=531254 HOME/tmp1go03h2h.opb
997.62/1002.07	c NaPS 1.03a6.
997.62/1002.07	c Input file name: HOME/tmp1go03h2h.opb
1405.56/1411.17	c single stage optimization mode
1670.05/1676.40	c
1670.05/1676.40	c *** TERMINATED *** by signal 15
1670.05/1676.40	c _____________________________________________________________________________
1670.05/1676.40	c std/band forms        : 1083,0
1670.05/1676.40	c 2cl/3cl ITE-codings   : 62043298,0
1670.05/1676.40	c BDD/srt/adr Max costs : 612011,182863,0
1670.05/1676.40	c BDDraw/bin/mul/srt/adr: 1081,0,0,2,0
1670.05/1676.40	c BDD nodes             : 63078584
1670.05/1676.40	c Es1/CC detections     : 0,0
1670.05/1676.40	c CC sort               : 1
1670.05/1676.40	c SAT/UNSAT calls       : 0,0
1670.05/1676.40	c regenrated variables  : 0
1670.05/1676.40	c eliminated fixed lits : 28
1670.05/1676.40	c goal lit flips        : 0
1670.05/1676.40	c goal stages           : 1
1670.05/1676.40	c goal shrink           : 0
1670.05/1676.40	c goal coeff separations: 48
1670.05/1676.40	c restarts              : 0
1670.05/1676.40	c conflicts             : 0              (0 /sec)
1670.05/1676.40	c decisions             : 0              (0 /sec)
1670.05/1676.40	c propagations          : 0              (0 /sec)
1670.05/1676.40	c inspects              : 0              (0 /sec)
1670.05/1676.40	c CPU time (solving tm) : 661 s        (261.6 s, SAT 0 s, UNSAT 0 s)
1670.05/1676.40	c Time for Opt-base     : 0.3365 s
1670.05/1676.40	c Steps for Opt-base    : 2211008
1670.05/1676.40	c Time for BDD coding   : 304.1 s
1670.05/1676.40	c Time for srt coding   : 0.0268 s
1670.05/1676.40	c _____________________________________________________________________________
997.71/1677.03	c received SIGTERM, forwarding to pbsolver...
997.71/1677.03	v x1 -x2 x3 x4 x5 x6 x7 x8 -x9 x10 -x11 x12 -x13 x14 x15 x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 x25 x26 -x27 -x28 x29 -x30 -x31 -x32 x33 -x34 x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 x43 x44 -x45 x46 x47 x48 -x49 x50 x51 x52 x53 -x54 -x55 x56 x57 x58 x59 -x60 x61 x62 x63 -x64 x65 x66 x67 x68 -x69 -x70 x71 x72 -x73 -x74 x75 -x76 x77 x78 -x79 x80 x81 x83 -x84 -x85 -x86 x87 -x88 -x89 x90 x91 x92 -x93 x94 x95 x96 -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 x204 x205 x206 -x207 x208 x209 -x210 x211 x212 x213 x214 -x215 x216 x217 -x218 -x219 -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
997.71/1677.03	v -x393 -x394 -x395 x396 x397 -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 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 -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 -x692 -x693 -x694 -x695 -x696 -x697 x698 -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 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760
997.71/1677.03	v -x761 -x762 x763 x764 -x765 x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 x82 -x795 x97 x203 x220 x398 x442 x643 x690 x691 x699 x700 x752 x796 -x797 -x798 x799 -x800 -x801 -x802 -x803 x804 -x805 -x806 -x807 x808 -x809 -x810 -x811 -x812 x813 -x814 x815 -x816 -x817 x818 x819 -x820 -x821 x822 x823 x824 x825 x826 -x827 x828 x829 x830 -x831 x832 -x833 x834 -x835 -x836 x837 x838 -x839 x840 -x841 x842 -x843 x844 x845 x846 x847 x848 -x849 -x850 -x851 -x852 -x853 -x854 x855 x856 x857 x858 x859 x860 -x861 x862 -x863 x864 -x865 -x866 -x867 -x868 x869 x870 x871 -x872 x873 -x874 -x875 -x876 -x877 -x878 -x879 x880 -x881 x882 x883 x884 -x885 x886 x887 x888 -x889 -x890 x891 -x892 -x893 -x894 x895 -x896 -x897 -x898 x899 x900 -x901 -x902 x903 -x904 -x905 -x906 -x907 x908 x909 -x910 -x911 -x912 -x913 -x914 x915 x916 -x917 -x918 -x919 x920 x921 -x922 x923 -x924 x925 -x926 -x927 x928 -x929 -x930 x931 -x932 -x933 x934 x935 -x936 x937 -x938 x939 -x940 x941 x942 x943 -x944 -x945 x946 -x947 -x948 -x949 -x950 x951 -x952 x953 -x954 -x955 -x956 -x957 x958 x959 -x960 -x961 x962 -x963 x964 -x965 x966 -x967 -x968 -x969 x970 x971 -x972 -x973 x974 -x975 -x976 -x977 -x978 x979 -x980 -x981 -x982 -x983 x984 -x985 x986 -x987 x988 -x989 x990 x991 x992 -x993 x994 -x995 -x996 -x997 x998 x999 -x1000 x1001 x1002 x1003 x1004 -x1005 -x1006 x1007 x1008 x1009 -x1010 -x1011 x1012 -x1013 x1014 x1015 -x1016 x1017 x1018 x1019 x1020 -x1021 x1022 x1023 x1024 x1025 -x1026 -x1027 x1028 -x1029 -x1030 -x1031 x1032 x1033 -x1034 x1035 -x1036 x1037 x1038 -x1039 x1040 x1041 x1042 x1043 -x1044 -x1045 -x1046 x1047 x1048 x1049 x1050 x1051 x1052 x1053 x1054 -x1055 -x1056 -x1057 x1058 x1059 -x1060 -x1061 x1062 -x1063 -x1064 x1065 -x1066 -x1067 x1068 x1069 x1070 x1071 -x1072 -x1073 x1074 -x1075 x1076 -x1077 -x1078 -x1079 -x1080 -x1081 -x1082 x1083 x1084 x1085 x1086 -x1087 x1088 x1089 x1090 -x1091 x1092 x1093 -x1094 -x1095 x1096 -x1097 x1098 x1099 x1100 x1101
997.71/1677.03	v -x1102 x1103 x1104 x1105 -x1106 x1107 x1108 -x1109 -x1110 x1111 -x1112 -x1113 x1114 x1115 x1116 -x1117 x1118 x1119 x1120 -x1121 x1122 -x1123 x1124 -x1125 x1126 -x1127 -x1128 x1129 -x1130 -x1131 x1132 x1133 -x1134 x1135 x1136 x1137 -x1138 x1139 -x1140 x1141 x1142 x1143 -x1144 x1145 x1146 -x1147 x1148 -x1149 -x1150 -x1151 -x1152 -x1153 x1154 x1155 x1156 -x1157 x1158 x1159 x1160 x1161 x1162 x1163 x1164 -x1165 -x1166 -x1167 x1168 x1169 x1170 x1171 -x1172 -x1173 -x1174 -x1175 -x1176 x1177 x1178 x1179 -x1180 x1181 -x1182 -x1183 -x1184 -x1185 -x1186 x1187 -x1188 x1189 -x1190 -x1191 -x1192 -x1193 x1194 -x1195 x1196 -x1197 -x1198 -x1199 -x1200 x1201 x1202 -x1203 x1204 -x1205 -x1206 x1207 -x1208 x1209 x1210 x1211 -x1212 -x1213 x1214 -x1215 -x1216 x1217 x1218 x1219 -x1220 x1221 -x1222 -x1223 x1224 x1225 -x1226 x1227 -x1228 -x1229 -x1230 x1231 x1232 x1233 -x1234 x1235 x1236 x1237 -x1238 x1239 -x1240 -x1241 -x1242 x1243 x1244 -x1245 x1246 x1247 x1248 x1249 -x1250 x1251 x1252 -x1253 x1254 -x1255 -x1256 x1257 -x1258 -x1259 x1260 x1261 -x1262 -x1263 x1264 -x1265 -x1266 -x1267 -x1268 x1269 -x1270 x1271 x1272 -x1273 -x1274 x1275 -x1276 -x1277 -x1278 x1279 -x1280 -x1281 x1282 x1283 x1284 -x1285 -x1286 x1287 -x1288 -x1289 -x785 -x786 -x787 -x788 -x789 -x790 -x791 x792 -x793 -x794
997.71/1677.03	o 531255
997.71/1677.03	s SATISFIABLE

Verifier Data

OK	531255

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523575-1751592140/watcher-4523575-1751592140 -o /tmp/evaluation-result-4523575-1751592140/solver-4523575-1751592140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751592140-93467 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4523575-1751592140.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100068 s]*
/proc/loadavg: 0.69 1.06 1.59 3/263 93542
/proc/meminfo: memFree=120107176/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=9008 memory=5376 CPUtime=0 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 526 0 0 0 0 0 0 0 20 0 1 0 74893188 9224192 1344 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 2252 1344 960 1 0 508 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13200 KiB
Current children cumulated memory: 8448 KiB

[startup+0.214648 s]*
/proc/loadavg: 0.69 1.06 1.59 1/263 93542
/proc/meminfo: memFree=120085596/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=23600 memory=14336 CPUtime=0.07 cores=0,2
/proc/93541/stat : 93541 (python3) D 93513 93513 93457 0 -1 4194304 1882 0 1 0 6 1 0 0 20 0 1 0 74893188 24166400 3584 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 1 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 5900 3584 2016 1 0 1897 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 27792 KiB
Current children cumulated memory: 17408 KiB

[startup+0.314519 s]*
/proc/loadavg: 0.69 1.06 1.59 1/263 93542
/proc/meminfo: memFree=120085348/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=49716 memory=14720 CPUtime=0.07 cores=0,2
/proc/93541/stat : 93541 (python3) D 93513 93513 93457 0 -1 4194304 1905 0 6 0 6 1 0 0 20 0 1 0 74893188 50909184 3680 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 1 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 12429 3680 2080 1 0 3429 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 53908 KiB
Current children cumulated memory: 17792 KiB

[startup+0.700389 s]
/proc/loadavg: 0.69 1.06 1.59 1/263 93542
/proc/meminfo: memFree=120080576/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=75384 memory=24064 CPUtime=0.13 cores=0,2
/proc/93541/stat : 93541 (python3) D 93513 93513 93457 0 -1 4194304 2824 0 55 0 11 2 0 0 20 0 1 0 74893188 77193216 6016 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 1 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 18846 6016 3616 1 0 3869 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 79576 KiB
Current children cumulated memory: 27136 KiB

[startup+1.50041 s]
/proc/loadavg: 0.69 1.06 1.59 5/263 93542
/proc/meminfo: memFree=120035480/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1195452 memory=40828 CPUtime=0.34 cores=0,2
/proc/93541/stat : 93541 (python3) D 93513 93513 93457 0 -1 4194304 5220 0 96 0 28 6 0 0 20 0 1 0 74893188 1224142848 10207 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 298863 10207 5727 1 0 270221 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1199644 KiB
Current children cumulated memory: 43900 KiB

[startup+3.11393 s]
/proc/loadavg: 0.69 1.06 1.59 5/263 93542
/proc/meminfo: memFree=119434492/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1338100 memory=189256 CPUtime=1.88 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 39392 0 188 0 168 20 0 0 20 0 1 0 74893188 1370214400 47314 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 334525 47314 7775 1 0 305883 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 1342292 KiB
Current children cumulated memory: 192328 KiB
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 1.03 1.12 1.61 5/263 93542
/proc/meminfo: memFree=118717336/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1648992 memory=467424 CPUtime=5.05 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 93818 0 199 0 472 33 0 0 20 0 1 0 74893188 1688567808 116856 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 412248 116856 7999 1 0 383606 0
Current children cumulated CPU time: 5.05 s
Current children cumulated vsize: 1653184 KiB
Current children cumulated memory: 470496 KiB

[startup+12.7004 s]
/proc/loadavg: 1.27 1.17 1.62 5/263 93542
/proc/meminfo: memFree=117979928/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1801744 memory=616952 CPUtime=11.44 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 130483 0 199 0 1105 39 0 0 20 0 1 0 74893188 1844985856 154238 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 450436 154238 7999 1 0 421794 0
Current children cumulated CPU time: 11.44 s
Current children cumulated vsize: 1805936 KiB
Current children cumulated memory: 620024 KiB

[startup+25.5004 s]
/proc/loadavg: 1.87 1.31 1.66 5/263 93542
/proc/meminfo: memFree=117543844/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1844152 memory=655696 CPUtime=24.19 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 135943 0 199 0 2378 41 0 0 20 0 1 0 74893188 1888411648 163924 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 461038 163924 7999 1 0 432396 0
Current children cumulated CPU time: 24.19 s
Current children cumulated vsize: 1848344 KiB
Current children cumulated memory: 658768 KiB

[startup+51.1138 s]
/proc/loadavg: 2.67 1.54 1.73 5/263 93543
/proc/meminfo: memFree=117340248/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1844152 memory=657196 CPUtime=49.72 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 146756 0 199 0 4929 43 0 0 20 0 1 0 74893188 1888411648 164299 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 461038 164299 7999 1 0 432396 0
Current children cumulated CPU time: 49.72 s
Current children cumulated vsize: 1848344 KiB
Current children cumulated memory: 660268 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 1.94 1.86 5/263 93544
/proc/meminfo: memFree=117225764/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1944144 memory=756504 CPUtime=100.76 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 170552 0 199 0 10029 47 0 0 20 0 1 0 74893188 1990803456 189126 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 486036 189126 7999 1 0 457394 0
Current children cumulated CPU time: 100.76 s
Current children cumulated vsize: 1948336 KiB
Current children cumulated memory: 759576 KiB

[startup+162.3 s]
/proc/loadavg: 3.86 2.33 2.00 5/263 93546
/proc/meminfo: memFree=117115352/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1966244 memory=784840 CPUtime=160.57 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 175885 0 199 0 16009 48 0 0 20 0 1 0 74893188 2013433856 196210 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 491561 196210 7999 1 0 462919 0
Current children cumulated CPU time: 160.57 s
Current children cumulated vsize: 1970436 KiB
Current children cumulated memory: 787912 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 2.67 2.14 5/264 93551
/proc/meminfo: memFree=117061608/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=1959448 memory=780768 CPUtime=220.38 cores=0,2
/proc/93541/stat : 93541 (python3) R 93513 93513 93457 0 -1 4194304 177378 0 200 0 21989 49 0 0 20 0 1 0 74893188 2006474752 195192 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 489862 195192 7999 1 0 461220 0
Current children cumulated CPU time: 220.38 s

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

/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=2047420 memory=875020 CPUtime=997.69 cores=0,2
/proc/93541/stat : 93541 (python3) S 93513 93513 93457 0 -1 4194304 208025 0 201 0 99715 54 0 0 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
[pid=93589] ppid=93541 vsize=22368368 memory=21500656 CPUtime=419.03 cores=0,2
/proc/93589/stat : 93589 (naps-1.03a6) R 93541 93589 93589 0 -1 4194304 3128981 0 0 0 41041 862 0 0 20 0 1 0 74993386 22905208832 5375164 18446744073709551615 4198400 7047149 140732257541264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 33067008 140732257548662 140732257548787 140732257548787 140732257554377 0
/proc/93589/statm: 5592092 5375164 608 696 0 5591253 0
Current children cumulated CPU time: 1416.72 s
Current children cumulated vsize: 24419980 KiB
Current children cumulated memory: 22378748 KiB

[startup+1482.3 s]
/proc/loadavg: 4.12 4.09 3.64 5/259 93616
/proc/meminfo: memFree=28714468/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=2047420 memory=875020 CPUtime=997.69 cores=0,2
/proc/93541/stat : 93541 (python3) S 93513 93513 93457 0 -1 4194304 208025 0 201 0 99715 54 0 0 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
[pid=93589] ppid=93541 vsize=22368368 memory=21525236 CPUtime=478.87 cores=0,2
/proc/93589/stat : 93589 (naps-1.03a6) R 93541 93589 93589 0 -1 4194304 3134380 0 0 0 47024 863 0 0 20 0 1 0 74993386 22905208832 5381309 18446744073709551615 4198400 7047149 140732257541264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 33067008 140732257548662 140732257548787 140732257548787 140732257554377 0
/proc/93589/statm: 5592092 5381309 608 696 0 5591253 0
Current children cumulated CPU time: 1476.56 s
Current children cumulated vsize: 24419980 KiB
Current children cumulated memory: 22403328 KiB

[startup+1542.3 s]
/proc/loadavg: 4.09 4.09 3.67 5/258 93618
/proc/meminfo: memFree=25964800/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=2047420 memory=875020 CPUtime=997.69 cores=0,2
/proc/93541/stat : 93541 (python3) S 93513 93513 93457 0 -1 4194304 208025 0 201 0 99715 54 0 0 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
[pid=93589] ppid=93541 vsize=23318700 memory=21989924 CPUtime=538.68 cores=0,2
/proc/93589/stat : 93589 (naps-1.03a6) R 93541 93589 93589 0 -1 4194304 3257636 0 0 0 52948 920 0 0 20 0 1 0 74993386 23878348800 5497481 18446744073709551615 4198400 7047149 140732257541264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 33067008 140732257548662 140732257548787 140732257548787 140732257554377 0
/proc/93589/statm: 5829675 5497481 608 696 0 5828836 0
Current children cumulated CPU time: 1536.37 s
Current children cumulated vsize: 25370312 KiB
Current children cumulated memory: 22868016 KiB

[startup+1602.3 s]
/proc/loadavg: 4.10 4.08 3.70 5/258 93620
/proc/meminfo: memFree=21797748/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=2047420 memory=875020 CPUtime=997.69 cores=0,2
/proc/93541/stat : 93541 (python3) S 93513 93513 93457 0 -1 4194304 208025 0 201 0 99715 54 0 0 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
[pid=93589] ppid=93541 vsize=23731060 memory=22282400 CPUtime=598.51 cores=0,2
/proc/93589/stat : 93589 (naps-1.03a6) R 93541 93589 93589 0 -1 4194304 3334729 0 0 0 58916 935 0 0 20 0 1 0 74993386 24300605440 5570600 18446744073709551615 4198400 7047149 140732257541264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 33067008 140732257548662 140732257548787 140732257548787 140732257554377 0
/proc/93589/statm: 5932765 5570600 608 696 0 5931926 0
Current children cumulated CPU time: 1596.2 s
Current children cumulated vsize: 25782672 KiB
Current children cumulated memory: 23160492 KiB

[startup+1662.3 s]
/proc/loadavg: 4.09 4.08 3.73 5/257 93671
/proc/meminfo: memFree=41055376/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=2047420 memory=875020 CPUtime=997.69 cores=0,2
/proc/93541/stat : 93541 (python3) S 93513 93513 93457 0 -1 4194304 208025 0 201 0 99715 54 0 0 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
[pid=93589] ppid=93541 vsize=28123836 memory=26726388 CPUtime=658.32 cores=0,2
/proc/93589/stat : 93589 (naps-1.03a6) R 93541 93589 93589 0 -1 4194304 3360254 0 0 0 64793 1039 0 0 20 0 1 0 74993386 28798808064 6681597 18446744073709551615 4198400 7047149 140732257541264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 33067008 140732257548662 140732257548787 140732257548787 140732257554377 0
/proc/93589/statm: 7030959 6681597 608 696 0 7030120 0
Current children cumulated CPU time: 1656.01 s
Current children cumulated vsize: 30175448 KiB
Current children cumulated memory: 27604480 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1676.4 s]
/proc/loadavg: 4.07 4.08 3.73 5/257 93671
/proc/meminfo: memFree=36473864/131382112 swapFree=33005784/33010684
[pid=93513] ppid=93507 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/93513/stat : 93513 (scip-naps-1.00.) S 93507 93513 93457 0 -1 4194304 257 345 0 1 0 0 0 0 20 0 1 0 74893179 4292608 768 18446744073709551615 94161781379072 94161782273605 140725010127936 0 0 0 65536 4 65538 1 0 0 17 2 0 0 0 0 0 94161782512656 94161782560400 94161794277376 140725010135457 140725010135554 140725010135554 140725010141156 0
/proc/93513/statm: 1048 768 704 219 0 110 0
[pid=93541] ppid=93513 vsize=2047420 memory=875020 CPUtime=997.69 cores=0,2
/proc/93541/stat : 93541 (python3) S 93513 93513 93457 0 -1 4194304 208025 0 201 0 99715 54 0 0 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
[pid=93589] ppid=93541 vsize=30435128 memory=27227060 CPUtime=672.36 cores=0,2
/proc/93589/stat : 93589 (naps-1.03a6) R 93541 93589 93589 0 -1 4194304 3368398 0 0 0 66096 1140 0 0 20 0 1 0 74993386 31165571072 6806765 18446744073709551615 4198400 7047149 140732257541264 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 33067008 140732257548662 140732257548787 140732257548787 140732257554377 0
/proc/93589/statm: 7608782 6806765 608 696 0 7607943 0
Current children cumulated CPU time: 1670.05 s
Current children cumulated vsize: 32486740 KiB
Current children cumulated memory: 28105152 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.002218 s, system=0.015752 s
Sleeping 2 seconds

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

# cumulated CPU time of all completed processes:  user=1658.62 s, system=12.615 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+1676.8 s]
/proc/loadavg: 4.07 4.08 3.73 5/256 93671
/proc/meminfo: memFree=38654748/131382112 swapFree=33005784/33010684
[pid=93541] ppid=93507 vsize=2047420 memory=875020 CPUtime=997.69 cores=0,2
/proc/93541/stat : 93541 (python3) S 93507 93513 93457 0 -1 4194304 208041 0 201 0 99715 54 0 0 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 1 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
Current cumulated CPU time of completed processes: 0.01797 s
Current children cumulated CPU time: 997.69 s
Current children cumulated vsize: 2047420 KiB
Current children cumulated memory: 875020 KiB

[startup+1677.2 s]
/proc/loadavg: 4.07 4.08 3.73 5/256 93671
/proc/meminfo: memFree=51932808/131382112 swapFree=33005784/33010684
[pid=93541] ppid=93507 vsize=2047420 memory=875020 CPUtime=1670.84 cores=0,2
/proc/93541/stat : 93541 (python3) R 93507 93513 93457 0 -1 4194304 209277 3368400 201 0 99731 54 66096 1203 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
Current cumulated CPU time of completed processes: 0.01797 s
Current children cumulated CPU time: 1670.84 s
Current children cumulated vsize: 2047420 KiB
Current children cumulated memory: 875020 KiB

[startup+1677.4 s]
/proc/loadavg: 4.07 4.08 3.73 5/256 93671
/proc/meminfo: memFree=51932808/131382112 swapFree=33005784/33010684
[pid=93541] ppid=93507 vsize=2047420 memory=875020 CPUtime=1671.04 cores=0,2
/proc/93541/stat : 93541 (python3) R 93507 93513 93457 0 -1 4194304 209434 3368400 201 0 99751 54 66096 1203 20 0 1 0 74893188 2096558080 218755 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 511855 218755 8191 1 0 483213 0
Current cumulated CPU time of completed processes: 0.01797 s
Current children cumulated CPU time: 1671.04 s
Current children cumulated vsize: 2047420 KiB
Current children cumulated memory: 875020 KiB

[startup+1677.5 s]
/proc/loadavg: 4.07 4.08 3.73 5/256 93671
/proc/meminfo: memFree=51932808/131382112 swapFree=33005784/33010684
[pid=93541] ppid=93507 vsize=2023272 memory=852988 CPUtime=1671.14 cores=0,2
/proc/93541/stat : 93541 (python3) R 93507 93513 93457 0 -1 4194304 209822 3368400 201 0 99761 54 66096 1203 20 0 1 0 74893188 2071830528 213247 18446744073709551615 94254494679040 94254494679417 140723379456576 0 0 0 0 16781312 16386 0 0 0 17 2 0 0 0 0 0 94254494690712 94254494691332 94254524903424 140723379460455 140723379460642 140723379460642 140723379466215 0
/proc/93541/statm: 505818 213247 8191 1 0 477176 0
Current cumulated CPU time of completed processes: 0.01797 s
Current children cumulated CPU time: 1671.14 s
Current children cumulated vsize: 2023272 KiB
Current children cumulated memory: 852988 KiB

Child status: 0

Real time (s): 1677.55
CPU time (s): 1671.24
CPU user time (s): 1658.62
CPU system time (s): 12.615
CPU usage (%): 99.6235
Max. virtual memory (cumulated for all children) (KiB): 32486740
Max. memory (cumulated for all children) (KiB): 28573276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1658.62
system time used= 12.615
maximum resident set size= 27695184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3581468
page faults= 202
swaps= 0
block input operations= 30688
block output operations= 6256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1044
involuntary context switches= 3717


# summary of solver processes directly reported to runsolver:
#   pid: 93513,93541
#   total CPU time (s): 1671.24
#   total CPU user time (s): 1658.62
#   total CPU system time (s): 12.615

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.44957 second user time and 17.5279 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 03:22:20
IDJOB=4523575
IDBENCH=180365
IDSOLVER=3368
FILE ID=nodeC007/4523575-1751592140
RUNJOBID= nodeC007-1751592140-93467
SLURM_JOB_ID= 9598854
Free space on /tmp= 431028 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/PB25-bnn-verification-20250419/instances/normalized-bnn_mnist_rot_8_label1_adversarial_norm_2.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523575-1751592140/watcher-4523575-1751592140 -o /tmp/evaluation-result-4523575-1751592140/solver-4523575-1751592140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751592140-93467 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4523575-1751592140.opb

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

MD5SUM BENCH= 1a33c023168dcd92e975780dbc5145d9
RANDOM SEED=826505111

nodeC007 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.197
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.68
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.194
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.68
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.564
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.68
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.556
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.68
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.216
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.68
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.897
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.68
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.419
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.68
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.205
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        120105600 kB
MemAvailable:   129815332 kB
Buffers:              16 kB
Cached:         10377812 kB
SwapCached:          252 kB
Active:           333708 kB
Inactive:       10111572 kB
Active(anon):      33240 kB
Inactive(anon):    47716 kB
Active(file):     300468 kB
Inactive(file): 10063856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             34344 kB
Writeback:             0 kB
AnonPages:         70280 kB
Mapped:            97912 kB
Shmem:             13504 kB
KReclaimable:     370072 kB
Slab:             460920 kB
SReclaimable:     370072 kB
SUnreclaim:        90848 kB
KernelStack:        3860 kB
PageTables:         2392 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     339932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149368 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431000 MiB
End job on nodeC007 at 2025-07-04 03:50:18