Trace number 4425275

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2024-07-07? 3587.2 3597.78

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-22reduc_wcsp.wbo
MD5SUM145fe6fe39a80fcaff25336bfbc8c080
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1430
Total number of constraints70954
Number of soft constraints70873
Number of constraints which are clauses70873
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Top cost 3389
Min constraint cost 1
Max constraint cost 2435
Sum of constraints costs 23717414
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4425275-1720883170.wbo>
0.19/0.29	c original problem has 72303 variables (72303 bin, 0 int, 0 impl, 0 cont) and 141828 constraints
0.19/0.29	c problem read in 0.29
0.99/1.09	c presolving:
1.48/1.51	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 70873 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 64658 clqs
50.14/50.38	c    (50.4s) probing: 1000/143176 (0.7%) - 0 fixings, 0 aggregations, 1807378 implications, 0 bound changes
50.24/50.42	c    (50.4s) probing: 1001/143176 (0.7%) - 0 fixings, 0 aggregations, 1807403 implications, 0 bound changes
50.24/50.42	c    (50.4s) probing aborted: 1000/1000 successive useless probings
50.24/50.42	c    (50.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
50.63/50.84	c    (50.8s) no symmetry present (symcode time: 0.19)
50.73/50.96	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
50.73/50.96	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 70873 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
50.73/50.96	c  0 implications, 64658 cliques
50.73/50.96	c presolved problem has 143176 variables (72303 bin, 0 int, 70873 impl, 0 cont) and 141828 constraints
50.73/50.96	c       1 constraints of type <knapsack>
50.73/50.96	c      81 constraints of type <setppc>
50.73/50.96	c   70873 constraints of type <linear>
50.73/50.96	c   70873 constraints of type <indicator>
50.73/50.96	c transformed objective value is always integral (scale: 1)
50.73/50.96	c Presolving Time: 50.43
50.73/50.96	c - non default parameters ----------------------------------------------------------------------
50.73/50.96	c # SCIP version 10.0.0
50.73/50.96	c 
50.73/50.96	c # maximal time in seconds to run
50.73/50.96	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
50.73/50.96	c limits/time = 3596.997026
50.73/50.96	c 
50.73/50.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
50.73/50.96	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
50.73/50.96	c limits/memory = 27900
50.73/50.96	c 
50.73/50.96	c # belongs reading time to solving time?
50.73/50.96	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
50.73/50.96	c timing/reading = TRUE
50.73/50.96	c 
50.73/50.96	c -----------------------------------------------------------------------------------------------
50.73/50.96	c start solving
50.85/51.03	c 
538.47/540.92	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
538.47/540.92	c   541s|     1 |     0 |   790 |     - |   982M |   0 | 143k| 141k| 141k|   0 |  0 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
558.53/561.03	c   561s|     1 |     0 |  6254 |     - |  1063M |   0 | 143k| 141k| 141k|  42 |  1 |  67 |   0 | 0.000000e+00 |      --      |    Inf | unknown
575.28/577.84	c   578s|     1 |     0 |  6454 |     - |  1079M |   0 | 143k| 141k| 141k|  74 |  2 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
591.95/594.53	c   595s|     1 |     0 |  6616 |     - |  1093M |   0 | 143k| 141k| 141k| 101 |  3 |  69 |   0 | 0.000000e+00 |      --      |    Inf | unknown
608.42/611.02	c   611s|     1 |     0 |  6802 |     - |  1109M |   0 | 143k| 141k| 141k| 130 |  4 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
624.39/627.04	c   627s|     1 |     0 |  7013 |     - |  1124M |   0 | 143k| 141k| 141k| 156 |  5 |  79 |   0 | 0.000000e+00 |      --      |    Inf | unknown
640.55/643.29	c   643s|     1 |     0 |  7238 |     - |  1140M |   0 | 143k| 141k| 142k| 178 |  6 |  85 |   0 | 0.000000e+00 |      --      |    Inf | unknown
656.52/659.22	c   659s|     1 |     0 |  7484 |     - |  1154M |   0 | 143k| 141k| 142k| 204 |  7 |  91 |   0 | 0.000000e+00 |      --      |    Inf | unknown
672.69/675.41	c   675s|     1 |     0 |  7643 |     - |  1169M |   0 | 143k| 141k| 142k| 226 |  8 |  93 |   0 | 0.000000e+00 |      --      |    Inf | unknown
689.17/691.96	c   692s|     1 |     0 |  7864 |     - |  1186M |   0 | 143k| 141k| 142k| 247 |  9 |  96 |   0 | 0.000000e+00 |      --      |    Inf | unknown
705.14/707.98	c   708s|     1 |     0 |  8079 |     - |  1204M |   0 | 143k| 141k| 142k| 268 | 10 | 102 |   0 | 0.000000e+00 |      --      |    Inf | unknown
720.71/723.55	c   724s|     1 |     0 |  8203 |     - |  1218M |   0 | 143k| 141k| 142k| 288 | 11 | 108 |   0 | 0.000000e+00 |      --      |    Inf | unknown
736.65/739.55	c   740s|     1 |     2 | 12461 |     - |  1229M |   0 | 143k| 142k| 142k| 288 | 11 | 350 |  20 | 0.000000e+00 |      --      |    Inf | unknown
970.11/973.70	c   974s|   100 |    77 | 33897 | 263.4 |  1606M |  22 | 143k| 142k| 141k|1297 |  1 | 472 | 786 | 0.000000e+00 |      --      |    Inf | unknown
1039.38/1043.25	c  1043s|   200 |   167 | 69785 | 311.4 |  1672M |  27 | 143k| 142k| 141k|1898 |  1 | 632 | 830 | 0.000000e+00 |      --      |    Inf | unknown
1083.34/1087.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1083.34/1087.32	c  1087s|   300 |   255 | 92118 | 281.9 |  1714M |  37 | 143k| 142k| 141k|2189 |  2 | 951 | 865 | 0.000000e+00 |      --      |    Inf | unknown
1142.95/1147.16	c  1147s|   400 |   336 |112760 | 263.0 |  1964M |  44 | 143k| 143k| 141k|2978 |  2 |1205 | 934 | 0.000000e+00 |      --      |    Inf | unknown
1216.52/1220.95	c  1221s|   500 |   422 |141870 | 268.6 |  1989M |  44 | 143k| 144k| 141k|3464 |  1 |2338 | 998 | 0.000000e+00 |      --      |    Inf | unknown
1319.49/1324.22	c  1324s|   600 |   510 |201657 | 323.6 |  2100M |  44 | 143k| 144k| 141k|4335 |  1 |3066 |1097 | 0.000000e+00 |      --      |    Inf | unknown
1448.30/1453.40	c  1453s|   700 |   608 |247996 | 343.6 |  2153M |  44 | 143k| 146k| 142k|5421 |  2 |6602 |1204 | 0.000000e+00 |      --      |    Inf | unknown
1546.93/1552.30	c  1552s|   800 |   706 |279585 | 340.1 |  2271M |  58 | 143k| 146k| 142k|5769 |  1 |8590 |1255 | 0.000000e+00 |      --      |    Inf | unknown
1617.21/1622.85	c  1623s|   900 |   802 |322310 | 349.8 |  2303M |  86 | 143k| 145k| 142k|5844 |  1 |8899 |1324 | 0.000000e+00 |      --      |    Inf | unknown
1656.89/1662.66	c  1663s|  1000 |   890 |340806 | 333.3 |  2322M | 114 | 143k| 145k| 142k|5881 |  3 |9003 |1369 | 0.000000e+00 |      --      |    Inf | unknown
1715.52/1721.45	c  1721s|  1100 |   984 |364895 | 324.9 |  2345M | 114 | 143k| 146k| 142k|5958 |  2 |  10k|1429 | 0.000000e+00 |      --      |    Inf | unknown
1767.97/1774.06	c  1774s|  1200 |  1078 |386107 | 315.5 |  2381M | 114 | 143k| 146k| 142k|6167 |  0 |  10k|1491 | 0.000000e+00 |      --      |    Inf | unknown
1795.08/1801.22	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
1795.08/1801.22	c (run 1, node 1256) performing user restart
1795.08/1801.22	c 
1795.08/1801.26	c (restart) converted 105 cuts from the global cut pool into linear constraints
1795.08/1801.26	c 
1795.38/1801.58	c presolving:
1795.68/1801.85	c (round 1, exhaustive) 0 del vars, 47 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 105 upgd conss, 0 impls, 64658 clqs
1812.45/1818.60	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
1812.45/1818.60	c  0 deleted vars, 51 deleted constraints, 1 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 149 changed coefficients
1812.45/1818.60	c  0 implications, 64658 cliques
1812.45/1818.60	c presolved problem has 143176 variables (72303 bin, 0 int, 70873 impl, 0 cont) and 146194 constraints
1812.45/1818.60	c      96 constraints of type <knapsack>
1812.45/1818.60	c      81 constraints of type <setppc>
1812.45/1818.60	c   70873 constraints of type <linear>
1812.45/1818.60	c    4271 constraints of type <logicor>
1812.45/1818.60	c   70873 constraints of type <indicator>
1812.45/1818.60	c transformed objective value is always integral (scale: 1)
1812.45/1818.60	c Presolving Time: 67.51
1812.45/1818.67	c 
1818.63/1824.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1818.63/1824.89	c  1825s|     1 |     0 |397828 |     - |  2353M |   0 | 143k| 146k| 141k|   0 |  0 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1835.51/1841.78	c  1842s|     1 |     0 |398153 |     - |  2359M |   0 | 143k| 146k| 141k|  41 |  1 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1852.38/1858.62	c  1859s|     1 |     0 |398394 |     - |  2359M |   0 | 143k| 146k| 142k|  77 |  2 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1868.95/1875.27	c  1875s|     1 |     0 |398561 |     - |  2373M |   0 | 143k| 146k| 142k| 107 |  3 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1885.52/1891.86	c  1892s|     1 |     0 |398752 |     - |  2374M |   0 | 143k| 146k| 142k| 140 |  4 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1901.38/1907.75	c  1908s|     1 |     0 |399011 |     - |  2387M |   0 | 143k| 146k| 142k| 165 |  5 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1917.56/1923.95	c  1924s|     1 |     0 |399220 |     - |  2401M |   0 | 143k| 146k| 142k| 185 |  6 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1934.03/1940.43	c  1940s|     1 |     0 |399572 |     - |  2415M |   0 | 143k| 146k| 142k| 210 |  7 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1950.30/1956.72	c  1957s|     1 |     0 |399804 |     - |  2428M |   0 | 143k| 146k| 142k| 237 |  8 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1966.68/1973.12	c  1973s|     1 |     0 |399989 |     - |  2442M |   0 | 143k| 146k| 142k| 258 |  9 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1982.75/1989.22	c  1989s|     1 |     0 |400199 |     - |  2457M |   0 | 143k| 146k| 142k| 281 | 10 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
1998.32/2004.89	c  2005s|     1 |     0 |400370 |     - |  2470M |   0 | 143k| 146k| 142k| 296 | 11 |  10k|1530 | 0.000000e+00 |      --      |    Inf | unknown
2016.37/2022.93	c  2023s|     1 |     2 |409863 |     - |  2472M |   0 | 143k| 146k| 142k| 296 | 11 |  10k|1548 | 0.000000e+00 |      --      |    Inf | unknown
2109.14/2116.00	c  2116s|   100 |   101 |447562 | 322.3 |  2537M |  38 | 143k| 145k| 142k| 459 |  1 |  12k|1615 | 0.000000e+00 |      --      |    Inf | unknown
2214.56/2221.60	c  2222s|   200 |   191 |498623 | 335.3 |  2691M |  45 | 143k| 145k| 142k|1229 |  2 |  14k|1697 | 0.000000e+00 |      --      |    Inf | unknown
2351.32/2358.70	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2351.32/2358.70	c  2359s|   300 |   283 |557967 | 351.9 |  2875M |  47 | 143k| 145k| 142k|2220 |  2 |  17k|1812 | 0.000000e+00 |      --      |    Inf | unknown
2496.36/2504.18	c  2504s|   400 |   381 |630775 | 374.6 |  3175M |  47 | 143k| 145k| 142k|3504 | 17 |  19k|1911 | 0.000000e+00 |      --      |    Inf | unknown
2612.07/2620.15	c  2620s|   500 |   475 |686104 | 384.8 |  3271M |  48 | 143k| 145k| 142k|4629 |  1 |  21k|2041 | 0.000000e+00 |      --      |    Inf | unknown
2771.57/2780.09	c  2780s|   600 |   571 |761218 | 404.5 |  3481M |  48 | 143k| 144k| 142k|6009 |  1 |  23k|2226 | 0.000000e+00 |      --      |    Inf | unknown
2888.56/2897.39	c  2897s|   700 |   653 |821136 | 414.5 |  3723M |  55 | 143k| 144k| 142k|7365 |  0 |  23k|2344 | 0.000000e+00 |      --      |    Inf | unknown
2984.19/2993.29	c  2993s|   800 |   727 |871646 | 418.9 |  3759M |  63 | 143k| 144k| 142k|7684 |  1 |  24k|2465 | 0.000000e+00 |      --      |    Inf | unknown
3085.23/3094.57	c  3095s|   900 |   801 |911308 | 417.9 |  3824M |  68 | 143k| 144k| 142k|8005 |  2 |  24k|2637 | 0.000000e+00 |      --      |    Inf | unknown
3174.09/3183.65	c  3184s|  1000 |   871 |949276 | 416.2 |  3858M |  69 | 143k| 144k| 142k|8177 |  1 |  24k|2757 | 0.000000e+00 |      --      |    Inf | unknown
3288.80/3298.62	c  3299s|  1100 |   944 |988116 | 415.0 |  4012M |  74 | 143k| 144k| 142k|8751 |  3 |  25k|2958 | 0.000000e+00 |      --      |    Inf | unknown
3363.89/3373.96	c  3374s|  1200 |  1009 |  1023k| 412.5 |  4116M |  81 | 143k| 144k| 142k|9183 |  2 |  25k|3035 | 0.000000e+00 |      --      |    Inf | unknown
3430.22/3440.43	c  3440s|  1300 |  1069 |  1045k| 405.0 |  4169M |  85 | 143k| 144k| 142k|9246 |  3 |  25k|3143 | 0.000000e+00 |      --      |    Inf | unknown
3520.38/3530.80	c  3531s|  1400 |  1138 |  1077k| 401.7 |  4285M |  88 | 143k| 144k| 142k|9643 |  2 |  26k|3291 | 0.000000e+00 |      --      |    Inf | unknown
3586.41/3597.01	c 
3586.41/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.41/3597.01	c Solving Time (sec) : 3597.01
3586.41/3597.01	c Solving Nodes      : 1484 (total of 2740 nodes in 2 runs)
3586.41/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3586.41/3597.01	c Dual Bound         : +0.00000000000000e+00
3586.41/3597.01	c Gap                : infinite
3586.41/3597.01	s UNKNOWN
3586.41/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3586.41/3597.01	c Total Time         :    3597.01
3586.41/3597.01	c   solving          :    3597.01
3586.41/3597.01	c   presolving       :      67.51 (included in solving)
3586.41/3597.01	c   reading          :       0.29 (included in solving)
3586.41/3597.01	c   copying          :       2.64 (6 #copies) (minimal 0.43, maximal 0.47, average 0.44)
3586.41/3597.01	c Original Problem   :
3586.41/3597.01	c   Problem name     : HOME/instance-4425275-1720883170.wbo
3586.41/3597.01	c   Variables        : 72303 (72303 binary, 0 integer, 0 implicit integer, 0 continuous)
3586.41/3597.01	c   Constraints      : 141828 initial, 141828 maximal
3586.41/3597.01	c   Objective        : minimize, 70873 non-zeros (abs.min = 1, abs.max = 2435)
3586.41/3597.01	c Presolved Problem  :
3586.41/3597.01	c   Problem name     : t_HOME/instance-4425275-1720883170.wbo
3586.41/3597.01	c   Variables        : 143176 (72303 binary, 0 integer, 70873 implicit integer, 0 continuous)
3586.41/3597.01	c   Constraints      : 146194 initial, 146264 maximal
3586.41/3597.02	c   Objective        : minimize, 70873 non-zeros (abs.min = 1, abs.max = 2435)
3586.41/3597.02	c   Nonzeros         : 777263 constraint, 709893 clique table
3586.41/3597.02	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3586.41/3597.02	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   gateextraction   :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   trivial          :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   dualfix          :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   probing          :      48.72       0.00      1          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   pseudoobj        :       0.01       0.02      2          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   symmetry         :       0.42       0.00      1          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   vbounds          :       0.12       0.01      2          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   knapsack         :       0.10       0.01      6          0          0          0          0          0          0          1          1          3
3586.41/3597.02	c   setppc           :       0.01       0.00      6          0          0          0          0          0          1          0          0          0
3586.41/3597.02	c   linear           :       0.50       0.02      7          0          0          0      70873          0          0          0          0          0
3586.41/3597.02	c   logicor          :      16.60       0.03      5          0          0          0          0          0         50          0          0        146
3586.41/3597.02	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   indicator        :       0.09       0.01      2          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   components       :       0.20       0.00      2          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3586.41/3597.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3586.41/3597.02	c   benderslp        :          0          0          0          0       2587          0          0        737          0          0          0          0          0          0          0
3586.41/3597.02	c   integral         :          0          0          0          0       2587          0          0        737          0          0        174          0          0        187       5062
3586.41/3597.02	c   knapsack         :         96         96         11     182344          0          0          0        732      62987        620        219          2          1          0          0
3586.41/3597.02	c   setppc           :         81         81         22     181729          0          0          0        642       2328       1382      23480          0          0          0          0
3586.41/3597.02	c   linear           :      70873      70873         22     180347          0          0          0          3     129936        109      60938          0          0          0          0
3586.41/3597.02	c   logicor          :       4271+      4341         22      24144          0          0          0          0       2881       2962       3411         43         18          0          0
3586.41/3597.02	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   indicator        :      70873      70873        868     177276          0          0          0          0     157313         29    4279879          0          0          0          0
3586.41/3597.02	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3586.41/3597.02	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.41/3597.02	c   integral         :     858.72       0.00       0.00       0.00     858.71       0.00       0.00       0.01       0.00       0.00
3586.41/3597.02	c   knapsack         :      82.70       0.01       0.01      50.82       0.00       0.00       0.00       3.12      28.65       0.10
3586.41/3597.02	c   setppc           :      11.55       0.00       0.00      10.91       0.00       0.00       0.00       0.00       0.01       0.62
3586.41/3597.02	c   linear           :      16.96       0.02       0.20      15.92       0.00       0.00       0.00       0.00       0.09       0.72
3586.41/3597.02	c   logicor          :      21.22       0.03       0.02      21.13       0.00       0.00       0.00       0.00       0.01       0.03
3586.41/3597.02	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.41/3597.02	c   indicator        :     716.96       0.01       9.14     671.03       0.00       0.00       0.00       0.00       0.07      36.70
3586.41/3597.02	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.41/3597.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3586.41/3597.02	c   components       :       0.03       0.00       0.00       0.03       0.00       0.00       0.00       0.00       0.00       0.00
3586.41/3597.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3586.41/3597.02	c   dualfix          :          2          0          0          0
3586.41/3597.02	c   genvbounds       :          0          0          0          0
3586.41/3597.02	c   nlobbt           :          0          0          0          0
3586.41/3597.02	c   obbt             :          0          0          0          0
3586.41/3597.02	c   probing          :          0          0          0          0
3586.41/3597.02	c   pseudoobj        :      10540         11          0        532
3586.41/3597.02	c   redcost          :       8400          0          0    4423955
3586.41/3597.02	c   rootredcost      :          2          0          0          0
3586.41/3597.02	c   symmetry         :          0          0          0          0
3586.41/3597.02	c   vbounds          :      88065          0          0          0
3586.41/3597.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3586.41/3597.02	c   dualfix          :       0.03       0.00       0.02       0.01       0.00       0.00
3586.41/3597.02	c   genvbounds       :       0.05       0.00       0.00       0.04       0.00       0.00
3586.41/3597.02	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3586.41/3597.02	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3586.41/3597.02	c   probing          :      48.72       0.00      48.72       0.00       0.00       0.00
3586.41/3597.02	c   pseudoobj        :       0.18       0.02       0.01       0.14       0.01       0.00
3586.41/3597.02	c   redcost          :      59.95       0.00       0.00      59.95       0.00       0.00
3586.41/3597.02	c   rootredcost      :       0.15       0.00       0.00       0.14       0.00       0.01
3586.41/3597.02	c   symmetry         :       0.51       0.00       0.42       0.09       0.00       0.01
3586.41/3597.02	c   vbounds          :       5.35       0.01       0.12       5.21       0.00       0.01
3586.41/3597.02	c Symmetry           :
3586.41/3597.02	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3586.41/3597.02	c   orbital reduction:          0 reductions applied,          0 cutoffs
3586.41/3597.02	c   lexicographic red:          0 reductions applied,          0 cutoffs
3586.41/3597.02	c   shadow tree time :       0.00 s
3586.41/3597.02	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3586.41/3597.02	c   propagation      :      29.08       5099       5063          -      35878       34.7        293       18.7          -          -          -
3586.41/3597.02	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3586.41/3597.02	c   bound exceed. LP :      15.89        334          9          -         79      172.3          0        0.0          0        0.0       3240
3586.41/3597.02	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3586.41/3597.02	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3586.41/3597.02	c   applied globally :     108.32          -          -          0      26090       34.5          -          -          0          -          -
3586.41/3597.02	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3586.41/3597.02	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3586.41/3597.02	c   cut pool         :       1.40          -       1317         42          -          -      20427     136401          -          -          -          -          -    (maximal pool size:       4608)
3586.41/3597.02	c   aggregation      :      25.81       0.00        385         22          0          0          6         30          0          1          1          0          0
3586.41/3597.02	c   > cmir           :          -          -          -          -          -          -          -         30          0          1          1          0          -
3586.41/3597.02	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.41/3597.02	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3586.41/3597.02	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   clique           :     331.37       0.00         22         22          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   gomory           :     114.92       0.00        280         20          0          0      17093     109757         52       6787       6787          0          0
3586.41/3597.02	c   > gomorymi       :          -          -          -          -          -          -          -      31284         26        457        457          0          -
3586.41/3597.02	c   > strongcg       :          -          -          -          -          -          -          -      78473         26       6330       6330          0          -
3586.41/3597.02	c   impliedbounds    :       3.78       0.00        385         22          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   mcf              :       0.18       0.00          2          2          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   mixing           :       0.00       0.00        385         22          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   multilinear      :       0.00       0.00        148         22          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   rlt              :       0.00       0.00         89         20          0          0          0          0          0          0          0          0          0
3586.41/3597.02	c   zerohalf         :      14.10       0.00        282         22          0          0       3387      26614          7       9560       9556          4          0
3586.41/3597.02	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3586.41/3597.02	c   hybrid           :       0.23       0.00        965         22      16367          0     120138        584          0       4972
3586.41/3597.02	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3586.41/3597.02	c   problem variables:       0.00          -          0          0
3586.41/3597.02	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3586.41/3597.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c   relpscost        :     858.70       0.00       2587          0          0          0        174          0        214       5062
3586.41/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3586.41/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3586.41/3597.02	c   LP solutions     :       0.00          -          -          0          0
3586.41/3597.02	c   relax solutions  :       0.00          -          -          0          0
3586.41/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3586.41/3597.02	c   strong branching :       0.02          -          -          0          0
3586.41/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3586.41/3597.02	c   adaptivediving   :       9.75       0.00         12          0          0
3586.41/3597.02	c   alns             :       7.12       0.00          3          0          0
3586.41/3597.02	c   bound            :       0.00       0.00          0          0          0
3586.41/3597.02	c   clique           :       0.69       0.00          1          0          0
3586.41/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3586.41/3597.02	c   completesol      :       0.00       0.00          0          0          0
3586.41/3597.02	c   conflictdiving   :     165.16       0.00         82          0          0
3586.41/3597.02	c   crossover        :       0.00       0.00          0          0          0
3586.41/3597.02	c   dins             :       0.00       0.00          0          0          0
3586.41/3597.02	c   distributiondivin:      44.25       0.00         46          0          0
3586.41/3597.02	c   dps              :       0.00       0.00          0          0          0
3586.41/3597.02	c   dualval          :       0.00       0.00          0          0          0
3586.41/3597.02	c   farkasdiving     :      11.38       0.00          2          0          0
3586.41/3597.02	c   feasjump         :       0.22       0.00          2          0          0
3586.41/3597.02	c   feaspump         :      19.64       0.00          8          0          0
3586.41/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3586.41/3597.02	c   fracdiving       :     100.17       0.00         59          0          0
3586.41/3597.02	c   gins             :       0.00       0.00          0          0          0
3586.41/3597.02	c   guideddiving     :       0.00       0.00          0          0          0
3586.41/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3586.41/3597.02	c   indicator        :       0.00       0.00          0          0          0
3586.41/3597.02	c   indicatordiving  :       0.01       0.00          0          0          0
3586.41/3597.02	c   indoneopt        :       0.69       0.04          2          0          0
3586.41/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3586.41/3597.02	c   indtwoopt        :       0.00       0.04          0          0          0
3586.41/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3586.41/3597.02	c   intshifting      :       0.00       0.00          0          0          0
3586.41/3597.02	c   linesearchdiving :     101.65       0.00         31          0          0
3586.41/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3586.41/3597.02	c   locks            :       0.16       0.00          1          0          0
3586.41/3597.02	c   lpface           :       2.99       0.00          2          0          0
3586.41/3597.02	c   mpec             :       0.00       0.00          0          0          0
3586.41/3597.02	c   multistart       :       0.00       0.00          0          0          0
3586.41/3597.02	c   mutation         :       0.00       0.00          0          0          0
3586.41/3597.02	c   nlpdiving        :       0.00       0.00          0          0          0
3586.41/3597.02	c   objpscostdiving  :      36.02       0.00          3          0          0
3586.41/3597.02	c   octane           :       0.00       0.00          0          0          0
3586.41/3597.02	c   ofins            :       0.00       0.00          0          0          0
3586.41/3597.02	c   oneopt           :       0.00       0.00          0          0          0
3586.41/3597.02	c   padm             :       0.00       0.00          0          0          0
3586.41/3597.02	c   proximity        :       0.00       0.00          0          0          0
3586.41/3597.02	c   pscostdiving     :      31.43       0.00         32          0          0
3586.41/3597.02	c   randrounding     :      10.09       0.00        737          0          0
3586.41/3597.02	c   rens             :       2.84       0.00          2          0          0
3586.41/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3586.41/3597.02	c   repair           :       0.00       0.00          0          0          0
3586.41/3597.02	c   rins             :       0.00       0.00          0          0          0
3586.41/3597.02	c   rootsoldiving    :      19.62       0.00          5          0          0
3586.41/3597.02	c   rounding         :       3.72       0.00        765          0          0
3586.41/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3586.41/3597.02	c   shiftandpropagate:       1.54       0.00          2          0          0
3586.41/3597.02	c   shifting         :       3.62       0.00        440          0          0
3586.41/3597.02	c   simplerounding   :       0.00       0.00          0          0          0
3586.41/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3586.41/3597.02	c   subnlp           :       0.00       0.00          0          0          0
3586.41/3597.02	c   trivial          :       0.21       0.00          4          0          0
3586.41/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3586.41/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3586.41/3597.02	c   trysol           :       0.00       0.00          0          0          0
3586.41/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3586.41/3597.02	c   undercover       :       0.00       0.00          0          0          0
3586.41/3597.02	c   vbounds          :     491.83       0.00          2          0          0
3586.41/3597.02	c   veclendiving     :     192.92       0.00         70          0          0
3586.41/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3586.41/3597.02	c   zirounding       :       1.06       0.00       1000          0          0
3586.41/3597.02	c   other solutions  :          -          -          -          0          -
3586.41/3597.02	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3586.41/3597.02	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3586.41/3597.02	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3586.41/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3586.41/3597.02	c   primal LP        :      12.84        359          0       0.00       0.00      12.84        359
3586.41/3597.02	c   dual LP          :     635.41       5628     636780     163.65    1002.15      50.83       1737
3586.41/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3586.41/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3586.41/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3586.41/3597.02	c   diving/probing LP:     195.65       1521     470236     309.16    2403.44
3586.41/3597.02	c   strong branching :     619.26       3380     430048     127.23     694.45          -          -        541
3586.41/3597.02	c     (at root node) :          -         38       9052     238.21          -
3586.41/3597.02	c   conflict analysis:       6.65        324       3240      10.00     487.21
3586.41/3597.02	c B&B Tree           :
3586.41/3597.02	c   number of runs   :          2
3586.41/3597.02	c   nodes            :       1484 (1343 internal, 141 leaves)
3586.41/3597.02	c   feasible leaves  :          0
3586.41/3597.02	c   infeas. leaves   :         73
3586.41/3597.02	c   objective leaves :         68
3586.41/3597.02	c   nodes (total)    :       2740 (2531 internal, 209 leaves)
3586.41/3597.02	c   nodes left       :       1200
3586.41/3597.02	c   max depth        :         91
3586.41/3597.02	c   max depth (total):        114
3586.41/3597.02	c   backtracks       :        227 (15.3%)
3586.41/3597.02	c   early backtracks :          0 (0.0%)
3586.41/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3586.41/3597.02	c   delayed cutoffs  :          3
3586.41/3597.02	c   repropagations   :         56 (148 domain reductions, 3 cutoffs)
3586.41/3597.02	c   avg switch length:       4.08
3586.41/3597.02	c   switching time   :      27.02
3586.41/3597.02	c Root Node          :
3586.41/3597.02	c   First LP value   : +0.00000000000000e+00
3586.41/3597.02	c   First LP Iters   :        408 (1295.31 Iter/sec)
3586.41/3597.02	c   First LP Time    :       0.31
3586.41/3597.02	c   Final Dual Bound : +0.00000000000000e+00
3586.41/3597.02	c   Final Root Iters :      10795
3586.41/3597.02	c   Root LP Estimate : +8.30741702461104e+02
3586.41/3597.02	c Solution           :
3586.41/3597.02	c   Solutions found  :          0 (0 improvements)
3586.41/3597.02	c   Primal Bound     :          -
3586.41/3597.02	c   Dual Bound       : +0.00000000000000e+00
3586.41/3597.02	c   Gap              :   infinite
3586.41/3597.02	c Integrals          :      Total       Avg%
3586.41/3597.02	c   primal-dual      :  359701.20     100.00
3586.41/3597.02	c   primal-ref       :          -          - (not evaluated)
3586.41/3597.02	c   dual-ref         :          -          - (not evaluated)
3587.10/3597.76	c Time complete: 3587.18.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61042 MiB free)
  memory of node 1: 64473 MiB (61986 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425275-1720883170/watcher-4425275-1720883170 -o /tmp/evaluation-result-4425275-1720883170/solver-4425275-1720883170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720879214-711487 --watchdog 3760 pbscip -f HOME/instance-4425275-1720883170.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=714022, runsolver pid=714019

[startup+0.100545 s]*
/proc/loadavg: 4.16 4.32 4.21 5/255 714023
/proc/meminfo: memFree=125938456/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=96740 memory=56292 CPUtime=0.09 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 11176 0 0 0 7 2 0 0 20 0 1 0 140480813 99061760 14073 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 24185 14073 3242 3540 0 12442 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 96740 KiB
Current children cumulated memory: 56292 KiB

[startup+0.205569 s]*
/proc/loadavg: 4.16 4.32 4.21 5/255 714023
/proc/meminfo: memFree=125899872/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=136892 memory=96548 CPUtime=0.19 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 21233 0 0 0 16 3 0 0 20 0 1 0 140480813 140177408 24137 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 34223 24137 3242 3540 0 22480 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 136892 KiB
Current children cumulated memory: 96548 KiB

[startup+0.305466 s]*
/proc/loadavg: 4.16 4.32 4.21 5/255 714023
/proc/meminfo: memFree=125854960/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=185164 memory=145844 CPUtime=0.3 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 34193 0 0 0 25 5 0 0 20 0 1 0 140480813 189607936 36461 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 46291 36461 3545 3540 0 34548 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 185164 KiB
Current children cumulated memory: 145844 KiB

[startup+0.700227 s]
/proc/loadavg: 4.16 4.32 4.21 5/255 714023
/proc/meminfo: memFree=125732180/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=392608 memory=349552 CPUtime=0.68 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 85065 0 0 0 56 12 0 0 20 0 1 0 140480813 402030592 87388 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 98152 87388 3593 3540 0 86409 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 392608 KiB
Current children cumulated memory: 349552 KiB

[startup+1.50023 s]
/proc/loadavg: 4.16 4.32 4.21 5/255 714023
/proc/meminfo: memFree=125508272/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=607720 memory=561960 CPUtime=1.48 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 138110 0 0 0 129 19 0 0 20 0 1 0 140480813 622305280 140490 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 151930 140490 3625 3540 0 140187 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 607720 KiB
Current children cumulated memory: 561960 KiB

[startup+3.10558 s]
/proc/loadavg: 4.15 4.31 4.21 5/255 714024
/proc/meminfo: memFree=125409388/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=634112 memory=585300 CPUtime=3.08 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 144148 0 0 0 288 20 0 0 20 0 1 0 140480813 649330688 146325 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 158528 146325 3641 3540 0 146785 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 634112 KiB
Current children cumulated memory: 585300 KiB

[startup+6.30022 s]
/proc/loadavg: 4.15 4.31 4.21 5/255 714024
/proc/meminfo: memFree=125407136/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=636436 memory=587620 CPUtime=6.27 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 144727 0 0 0 606 21 0 0 20 0 1 0 140480813 651710464 146905 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 159109 146905 3641 3540 0 147366 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 636436 KiB
Current children cumulated memory: 587620 KiB

[startup+12.7002 s]
/proc/loadavg: 4.14 4.31 4.20 5/255 714024
/proc/meminfo: memFree=125407108/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=636436 memory=587620 CPUtime=12.65 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 144727 0 0 0 1243 22 0 0 20 0 1 0 140480813 651710464 146905 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 159109 146905 3641 3540 0 147366 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 636436 KiB
Current children cumulated memory: 587620 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.31 4.21 5/255 714028
/proc/meminfo: memFree=125406912/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=636436 memory=587620 CPUtime=25.41 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 144727 0 0 0 2517 24 0 0 20 0 1 0 140480813 651710464 146905 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 159109 146905 3641 3540 0 147366 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 636436 KiB
Current children cumulated memory: 587620 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 4.28 4.20 5/255 714031
/proc/meminfo: memFree=125307260/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=815212 memory=698332 CPUtime=50.94 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 175480 0 0 0 5059 35 0 0 20 0 1 0 140480813 834777088 174583 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 203803 174583 3689 3540 0 192060 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 815212 KiB
Current children cumulated memory: 698332 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.28 4.20 5/255 714040
/proc/meminfo: memFree=125043384/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=1053676 memory=929208 CPUtime=101.96 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 223750 0 0 0 10149 47 0 0 20 0 1 0 140480813 1078964224 232302 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 263419 232302 3737 3540 0 251676 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 1053676 KiB
Current children cumulated memory: 929208 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.25 4.19 5/255 714096
/proc/meminfo: memFree=126051944/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=1055276 memory=930988 CPUtime=161.73 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 224192 0 0 0 16126 47 0 0 20 0 1 0 140480813 1080602624 232747 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 263819 232747 3737 3540 0 252076 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 1055276 KiB
Current children cumulated memory: 930988 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.21 4.18 5/257 714110
/proc/meminfo: memFree=119584628/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=1057704 memory=933332 CPUtime=221.5 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 224798 0 0 0 22102 48 0 0 20 0 1 0 140480813 1083088896 233333 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 264426 233333 3737 3540 0 252683 0
Current children cumulated CPU time: 221.5 s
Current children cumulated vsize: 1057704 KiB
Current children cumulated memory: 933332 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.19 4.17 5/257 714123
/proc/meminfo: memFree=113753424/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=1061228 memory=936904 CPUtime=281.21 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 225716 0 0 0 28072 49 0 0 20 0 1 0 140480813 1086697472 234226 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 265307 234226 3737 3540 0 253564 0
Current children cumulated CPU time: 281.21 s
Current children cumulated vsize: 1061228 KiB
Current children cumulated memory: 936904 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.17 4.17 5/257 714134
/proc/meminfo: memFree=109860380/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=1064168 memory=939444 CPUtime=340.91 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 226365 0 0 0 34041 50 0 0 20 0 1 0 140480813 1089708032 234861 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 266042 234861 3737 3540 0 254299 0
Current children cumulated CPU time: 340.91 s
Current children cumulated vsize: 1064168 KiB
Current children cumulated memory: 939444 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 4.15 4.16 5/257 714145
/proc/meminfo: memFree=105957708/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=1067368 memory=942816 CPUtime=400.6 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 227212 0 0 0 40009 51 0 0 20 0 1 0 140480813 1092984832 235704 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 266842 235704 3737 3540 0 255099 0
Current children cumulated CPU time: 400.6 s
Current children cumulated vsize: 1067368 KiB
Current children cumulated memory: 942816 KiB

[startup+462.3 s]
/proc/loadavg: 4.19 4.17 4.17 5/257 714157
/proc/meminfo: memFree=102017020/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=1069864 memory=945344 CPUtime=460.28 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 227886 0 0 0 45976 52 0 0 20 0 1 0 140480813 1095540736 236336 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 267466 236336 3737 3540 0 255723 0
Current children cumulated CPU time: 460.28 s

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

/proc/loadavg: 2.11 2.12 2.39 3/245 715998
/proc/meminfo: memFree=123920552/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4087552 memory=3421820 CPUtime=3212.69 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 872208 0 0 0 321104 165 0 0 20 0 1 0 140480813 4185653248 855455 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1021888 855455 4157 3540 0 1010145 0
Current children cumulated CPU time: 3212.69 s
Current children cumulated vsize: 4087552 KiB
Current children cumulated memory: 3421820 KiB

[startup+3282.3 s]
/proc/loadavg: 2.08 2.11 2.37 3/242 716020
/proc/meminfo: memFree=123819116/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4223280 memory=3524288 CPUtime=3272.54 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 881304 0 0 0 327086 168 0 0 20 0 1 0 140480813 4324638720 881072 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1055820 881072 4157 3540 0 1044077 0
Current children cumulated CPU time: 3272.54 s
Current children cumulated vsize: 4223280 KiB
Current children cumulated memory: 3524288 KiB

[startup+3342.3 s]
/proc/loadavg: 2.06 2.10 2.35 3/242 716030
/proc/meminfo: memFree=123754288/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4306188 memory=3586396 CPUtime=3332.39 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 886425 0 0 0 333069 170 0 0 20 0 1 0 140480813 4409536512 896599 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1076547 896599 4157 3540 0 1064804 0
Current children cumulated CPU time: 3332.39 s
Current children cumulated vsize: 4306188 KiB
Current children cumulated memory: 3586396 KiB

[startup+3402.3 s]
/proc/loadavg: 2.07 2.10 2.33 3/242 716041
/proc/meminfo: memFree=123691260/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4340160 memory=3648784 CPUtime=3392.22 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 893787 0 0 0 339051 171 0 0 20 0 1 0 140480813 4444323840 912196 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1085040 912196 4157 3540 0 1073297 0
Current children cumulated CPU time: 3392.22 s
Current children cumulated vsize: 4340160 KiB
Current children cumulated memory: 3648784 KiB

[startup+3462.3 s]
/proc/loadavg: 2.14 2.11 2.32 3/242 716053
/proc/meminfo: memFree=123619940/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4378772 memory=3719364 CPUtime=3452.06 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 902203 0 0 0 345033 173 0 0 20 0 1 0 140480813 4483862528 929841 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1094693 929841 4157 3540 0 1082950 0
Current children cumulated CPU time: 3452.06 s
Current children cumulated vsize: 4378772 KiB
Current children cumulated memory: 3719364 KiB

[startup+3522.3 s]
/proc/loadavg: 2.11 2.10 2.30 3/242 716064
/proc/meminfo: memFree=123528528/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4484056 memory=3809764 CPUtime=3511.9 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 907346 0 0 0 351015 175 0 0 20 0 1 0 140480813 4591673344 952441 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1121014 952441 4157 3540 0 1109271 0
Current children cumulated CPU time: 3511.9 s
Current children cumulated vsize: 4484056 KiB
Current children cumulated memory: 3809764 KiB

[startup+3582.3 s]
/proc/loadavg: 2.04 2.08 2.28 3/240 716074
/proc/meminfo: memFree=123465988/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4518936 memory=3871468 CPUtime=3571.75 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 912433 0 0 0 356998 177 0 0 20 0 1 0 140480813 4627390464 967867 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1129734 967867 4157 3540 0 1117991 0
Current children cumulated CPU time: 3571.75 s
Current children cumulated vsize: 4518936 KiB
Current children cumulated memory: 3871468 KiB

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

# cumulated CPU time of all completed processes:  user=3585.39 s, system=1.80731 s

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

[startup+3584 s]*
/proc/loadavg: 2.12 2.09 2.28 3/240 716076
/proc/meminfo: memFree=123463340/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4527192 memory=3873920 CPUtime=3573.45 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 912553 0 0 0 357168 177 0 0 20 0 1 0 140480813 4635844608 968480 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1131798 968480 4157 3540 0 1120055 0
Current children cumulated CPU time: 3573.45 s
Current children cumulated vsize: 4527192 KiB
Current children cumulated memory: 3873920 KiB

[startup+3590.4 s]
/proc/loadavg: 2.11 2.09 2.28 3/240 716076
/proc/meminfo: memFree=123452192/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4537304 memory=3885324 CPUtime=3579.82 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 914976 0 0 0 357805 177 0 0 20 0 1 0 140480813 4646199296 971331 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1134326 971331 4157 3540 0 1122583 0
Current children cumulated CPU time: 3579.82 s
Current children cumulated vsize: 4537304 KiB
Current children cumulated memory: 3885324 KiB

[startup+3593.6 s]
/proc/loadavg: 2.11 2.09 2.28 3/240 716077
/proc/meminfo: memFree=123447560/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4537304 memory=3889764 CPUtime=3583.01 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 915088 0 0 0 358124 177 0 0 20 0 1 0 140480813 4646199296 972441 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1134326 972441 4157 3540 0 1122583 0
Current children cumulated CPU time: 3583.01 s
Current children cumulated vsize: 4537304 KiB
Current children cumulated memory: 3889764 KiB

[startup+3595.2 s]
/proc/loadavg: 2.10 2.09 2.28 3/240 716077
/proc/meminfo: memFree=123447252/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4537304 memory=3889988 CPUtime=3584.61 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 915151 0 0 0 358284 177 0 0 20 0 1 0 140480813 4646199296 972497 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1134326 972497 4157 3540 0 1122583 0
Current children cumulated CPU time: 3584.61 s
Current children cumulated vsize: 4537304 KiB
Current children cumulated memory: 3889988 KiB

[startup+3596.8 s]
/proc/loadavg: 2.10 2.09 2.28 3/240 716077
/proc/meminfo: memFree=123445120/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4538020 memory=3892460 CPUtime=3586.2 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 915276 0 0 0 358443 177 0 0 20 0 1 0 140480813 4646932480 973115 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1134505 973115 4157 3540 0 1122762 0
Current children cumulated CPU time: 3586.2 s
Current children cumulated vsize: 4538020 KiB
Current children cumulated memory: 3892460 KiB

[startup+3597.2 s]
/proc/loadavg: 2.10 2.09 2.28 3/240 716077
/proc/meminfo: memFree=123444812/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4538020 memory=3892460 CPUtime=3586.6 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 915329 0 0 0 358483 177 0 0 20 0 1 0 140480813 4646932480 973115 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1134505 973115 4157 3540 0 1122762 0
Current children cumulated CPU time: 3586.6 s
Current children cumulated vsize: 4538020 KiB
Current children cumulated memory: 3892460 KiB

[startup+3597.6 s]
/proc/loadavg: 2.10 2.09 2.28 3/240 716077
/proc/meminfo: memFree=123444812/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4536752 memory=3891324 CPUtime=3587 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 915371 0 0 0 358523 177 0 0 20 0 1 0 140480813 4645634048 972831 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1134188 972831 4157 3540 0 1122445 0
Current children cumulated CPU time: 3587 s
Current children cumulated vsize: 4536752 KiB
Current children cumulated memory: 3891324 KiB

[startup+3597.7 s]
/proc/loadavg: 2.10 2.09 2.28 3/240 716077
/proc/meminfo: memFree=123444812/131524600 swapFree=131071996/131071996
[pid=714022] ppid=714019 vsize=4532672 memory=3887540 CPUtime=3587.1 cores=5,7
/proc/714022/stat : 714022 (pbscip) R 714019 714022 708045 0 -1 4194304 915884 0 0 0 358533 177 0 0 20 0 1 0 140480813 4641456128 971885 134679101440 4194304 18693293 140721054969072 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 47304704 140721054970858 140721054970957 140721054970957 140721054977998 0
/proc/714022/statm: 1133168 971885 4157 3540 0 1121425 0
Current children cumulated CPU time: 3587.1 s
Current children cumulated vsize: 4532672 KiB
Current children cumulated memory: 3887540 KiB

Child status: 0

Real time (s): 3597.78
CPU time (s): 3587.2
CPU user time (s): 3585.39
CPU system time (s): 1.80731
CPU usage (%): 99.7058
Max. virtual memory (cumulated for all children) (KiB): 4538020
Max. memory (cumulated for all children) (KiB): 3892472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.39
system time used= 1.80731
maximum resident set size= 3892472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 916522
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64
involuntary context switches= 3162


# summary of solver processes directly reported to runsolver:
#   pid: 714022
#   total CPU time (s): 3587.2
#   total CPU user time (s): 3585.39
#   total CPU system time (s): 1.80731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96391 second user time and 17.0355 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-13 17:06:22
IDJOB=4425275
IDBENCH=143873
IDSOLVER=3038
FILE ID=nodeC021/4425275-1720883170
RUNJOBID= nodeC021-1720879214-711487
SLURM_JOB_ID= 7483762
Free space on /tmp= 890020 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-22reduc_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4425275-1720883170/watcher-4425275-1720883170 -o /tmp/evaluation-result-4425275-1720883170/solver-4425275-1720883170 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720879214-711487 --watchdog 3760  pbscip -f HOME/instance-4425275-1720883170.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 145fe6fe39a80fcaff25336bfbc8c080
RANDOM SEED=541110517

nodeC021.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.930
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.668
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.989
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3630.590
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.930
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3669.463
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.061
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3662.883
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125982632 kB
MemAvailable:   126271424 kB
Buffers:          329808 kB
Cached:           802408 kB
SwapCached:            0 kB
Active:           510664 kB
Inactive:        4459212 kB
Active(anon):       1536 kB
Inactive(anon):  3873844 kB
Active(file):     509128 kB
Inactive(file):   585368 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20760 kB
Writeback:           104 kB
AnonPages:       3836820 kB
Mapped:           136956 kB
Shmem:             37720 kB
KReclaimable:      68236 kB
Slab:             167472 kB
SReclaimable:      68236 kB
SUnreclaim:        99236 kB
KernelStack:        4080 kB
PageTables:        16872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4466180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54784 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3024896 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC021 at 2024-07-13 18:06:20