Trace number 4525660

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? 3581.21 3598.06

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-18reduc_wcsp.wbo
MD5SUM85c9e899b779dcafda2f7e25c2fdc65d
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3263
Best CPU time to get the best result obtained on this benchmark90.5155
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1758
Total number of constraints105203
Number of soft constraints105121
Number of constraints which are clauses105121
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint26
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 36645766
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 27
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4525660-1751620712.wbo>
0.39/0.46	c original problem has 106879 variables (106879 bin, 0 int, 0 impl, 0 cont) and 210325 constraints
0.39/0.46	c problem read in 0.45
1.67/1.71	c presolving:
2.47/2.50	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 105121 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 27084 clqs
70.05/70.33	c    (70.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
70.65/70.97	c    (71.0s) no symmetry present (symcode time: 0.30)
70.86/71.17	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
70.86/71.17	c  25 deleted vars, 0 deleted constraints, 0 added constraints, 105121 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
70.86/71.17	c  0 implications, 27080 cliques
70.86/71.17	c presolved problem has 211975 variables (106879 bin, 0 int, 105096 impl, 0 cont) and 210325 constraints
70.86/71.17	c       1 constraints of type <knapsack>
70.86/71.17	c      82 constraints of type <setppc>
70.86/71.17	c  105121 constraints of type <linear>
70.86/71.17	c  105121 constraints of type <indicator>
70.86/71.17	c transformed objective value is always integral (scale: 1)
70.86/71.17	c Presolving Time: 70.35
70.86/71.17	c - non default parameters ----------------------------------------------------------------------
70.86/71.17	c # SCIP version 10.0.0
70.86/71.17	c 
70.86/71.17	c # maximal time in seconds to run
70.86/71.17	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
70.86/71.17	c limits/time = 3596.997039
70.86/71.17	c 
70.86/71.17	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
70.86/71.17	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
70.86/71.17	c limits/memory = 27900
70.86/71.17	c 
70.86/71.17	c # belongs reading time to solving time?
70.86/71.17	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
70.86/71.17	c timing/reading = TRUE
70.86/71.17	c 
70.86/71.17	c -----------------------------------------------------------------------------------------------
70.86/71.17	c start solving
70.95/71.28	c 
78.03/78.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
78.03/78.32	c  78.3s|     1 |     0 |   348 |     - |  1355M |   0 | 211k| 210k| 210k|   0 |  0 |  49 |   0 | 0.000000e+00 |      --      |    Inf | unknown
88.20/88.56	c  88.6s|     1 |     0 |  5401 |     - |  1462M |   0 | 211k| 210k| 210k|  43 |  1 |  52 |   0 | 0.000000e+00 |      --      |    Inf | unknown
94.19/94.52	c  94.5s|     1 |     0 |  5649 |     - |  1484M |   0 | 211k| 210k| 210k|  86 |  2 |  53 |   0 | 0.000000e+00 |      --      |    Inf | unknown
101.07/101.44	c   101s|     1 |     0 |  5784 |     - |  1534M |   0 | 211k| 210k| 210k| 109 |  3 |  54 |   0 | 0.000000e+00 |      --      |    Inf | unknown
106.95/107.32	c   107s|     1 |     0 |  5900 |     - |  1553M |   0 | 211k| 210k| 210k| 136 |  4 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
113.23/113.65	c   114s|     1 |     0 |  6119 |     - |  1578M |   0 | 211k| 210k| 210k| 164 |  5 |  62 |   0 | 0.000000e+00 |      --      |    Inf | unknown
119.42/119.80	c   120s|     1 |     0 |  6292 |     - |  1599M |   0 | 211k| 210k| 210k| 190 |  6 |  63 |   0 | 0.000000e+00 |      --      |    Inf | unknown
124.71/125.13	c   125s|     1 |     0 |  6468 |     - |  1621M |   0 | 211k| 210k| 210k| 222 |  7 |  64 |   0 | 0.000000e+00 |      --      |    Inf | unknown
130.09/130.51	c   130s|     1 |     0 |  6610 |     - |  1642M |   0 | 211k| 210k| 210k| 252 |  8 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
135.17/135.68	c   136s|     1 |     0 |  6842 |     - |  1663M |   0 | 211k| 210k| 210k| 287 |  9 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
139.86/140.33	c   140s|     1 |     0 |  7034 |     - |  1687M |   0 | 211k| 210k| 210k| 317 | 10 |  77 |   0 | 0.000000e+00 |      --      |    Inf | unknown
144.24/144.70	c   145s|     1 |     0 |  7183 |     - |  1712M |   0 | 211k| 210k| 210k| 338 | 11 |  81 |   0 | 0.000000e+00 |      --      |    Inf | unknown
196.18/196.92	c   197s|     1 |     2 | 16333 |     - |  1742M |   0 | 211k| 210k| 210k| 338 | 11 | 208 |  27 | 0.000000e+00 |      --      |    Inf | unknown
674.11/677.00	c   677s|   100 |    71 | 55407 | 487.1 |  2427M |  22 | 211k| 211k| 210k|1846 |  2 | 841 | 770 | 0.000000e+00 |      --      |    Inf |   1.23%
809.84/813.41	c   813s|   200 |   145 | 94595 | 439.3 |  2605M |  26 | 211k| 211k| 210k|2677 |  2 | 964 | 838 | 0.000000e+00 |      --      |    Inf |   1.25%
891.13/895.12	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
891.13/895.12	c   895s|   300 |   219 |117169 | 367.8 |  2650M |  33 | 211k| 211k|   0 |3117 |  0 |1174 | 883 | 0.000000e+00 |      --      |    Inf |   1.25%
1135.63/1140.87	c  1141s|   400 |   305 |180630 | 434.7 |  3060M |  34 | 211k| 212k| 210k|4778 |  2 |2569 | 978 | 0.000000e+00 |      --      |    Inf |   1.35%
1308.19/1314.22	c  1314s|   500 |   373 |240433 | 467.4 |  3156M |  34 | 211k| 213k| 210k|5264 |  2 |3687 |1073 | 0.000000e+00 |      --      |    Inf |   2.24%
1530.50/1537.62	c  1538s|   600 |   443 |298576 | 486.5 |  3400M |  34 | 211k| 212k| 210k|7075 |  1 |5170 |1167 | 0.000000e+00 |      --      |    Inf |   2.26%
1828.11/1836.68	c  1837s|   700 |   531 |363549 | 509.8 |  3495M |  34 | 211k| 213k| 210k|8588 |  4 |8033 |1279 | 0.000000e+00 |      --      |    Inf |   2.29%
2056.91/2066.51	c  2067s|   800 |   619 |429530 | 528.6 |  3610M |  41 | 211k| 212k| 210k|9459 |  1 |  10k|1401 | 0.000000e+00 |      --      |    Inf |   2.48%
2290.22/2301.00	c  2301s|   900 |   703 |479189 | 525.0 |  3777M |  44 | 211k| 214k| 210k|  10k|  2 |  13k|1486 | 0.000000e+00 |      --      |    Inf |   2.48%
2531.89/2543.71	c  2544s|  1000 |   775 |529667 | 523.0 |  3903M |  44 | 211k| 213k| 210k|  11k|  2 |  16k|1596 | 0.000000e+00 |      --      |    Inf |   2.49%
2774.51/2787.51	c  2788s|  1100 |   851 |609575 | 548.1 |  4033M |  44 | 211k| 212k| 210k|  11k|  2 |  18k|1741 | 0.000000e+00 |      --      |    Inf |   2.54%
2851.33/2864.76	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
2851.33/2864.76	c (run 1, node 1140) performing user restart
2851.33/2864.76	c 
2851.33/2864.79	c (restart) converted 130 cuts from the global cut pool into linear constraints
2851.33/2864.79	c 
2852.02/2865.44	c presolving:
2874.12/2887.68	c presolving (1 rounds: 1 fast, 1 medium, 1 exhaustive):
2874.12/2887.68	c  0 deleted vars, 23 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 198 changed coefficients
2874.12/2887.68	c  0 implications, 27080 cliques
2874.12/2887.68	c presolved problem has 211975 variables (106879 bin, 0 int, 105096 impl, 0 cont) and 212803 constraints
2874.12/2887.68	c     123 constraints of type <knapsack>
2874.12/2887.68	c      82 constraints of type <setppc>
2874.12/2887.68	c  105121 constraints of type <linear>
2874.12/2887.68	c    2356 constraints of type <logicor>
2874.12/2887.68	c  105121 constraints of type <indicator>
2874.12/2887.68	c transformed objective value is always integral (scale: 1)
2874.12/2887.68	c Presolving Time: 92.69
2874.22/2887.79	c 
2881.30/2894.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2881.30/2894.89	c  2895s|     1 |     0 |639386 |     - |  4059M |   0 | 211k| 212k| 210k|   0 |  0 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2887.97/2901.54	c  2902s|     1 |     0 |639723 |     - |  4085M |   0 | 211k| 212k| 210k|  40 |  1 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2892.85/2906.49	c  2906s|     1 |     0 |639899 |     - |  4105M |   0 | 211k| 212k| 210k|  68 |  2 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2898.93/2912.58	c  2913s|     1 |     0 |640051 |     - |  4127M |   0 | 211k| 212k| 210k|  91 |  3 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2904.42/2918.01	c  2918s|     1 |     0 |640208 |     - |  4148M |   0 | 211k| 212k| 210k| 110 |  4 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2910.79/2924.49	c  2924s|     1 |     0 |640409 |     - |  4170M |   0 | 211k| 212k| 210k| 132 |  5 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2916.47/2930.18	c  2930s|     1 |     0 |640596 |     - |  4170M |   0 | 211k| 212k| 210k| 153 |  6 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2922.24/2935.95	c  2936s|     1 |     0 |640766 |     - |  4191M |   0 | 211k| 212k| 210k| 175 |  7 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2928.43/2942.16	c  2942s|     1 |     0 |640896 |     - |  4211M |   0 | 211k| 212k| 210k| 205 |  8 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2935.20/2948.93	c  2949s|     1 |     0 |641137 |     - |  4214M |   0 | 211k| 212k| 210k| 230 |  9 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2939.98/2953.76	c  2954s|     1 |     0 |641355 |     - |  4237M |   0 | 211k| 212k| 210k| 254 | 10 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2944.15/2957.97	c  2958s|     1 |     0 |641472 |     - |  4258M |   0 | 211k| 212k| 210k| 270 | 11 |  18k|1791 | 0.000000e+00 |      --      |    Inf | unknown
2983.77/2997.79	c  2998s|     1 |     2 |649854 |     - |  4265M |   0 | 211k| 212k| 210k| 270 | 11 |  18k|1808 | 0.000000e+00 |      --      |    Inf | unknown
3164.51/3179.39	c  3179s|   100 |   101 |727056 | 578.8 |  4397M |  36 | 211k| 212k| 210k| 552 |  1 |  20k|1854 | 0.000000e+00 |      --      |    Inf | unknown
3426.63/3442.73	c  3443s|   200 |   201 |788019 | 581.1 |  4706M |  44 | 211k| 213k| 210k|1760 |  1 |  22k|1940 | 0.000000e+00 |      --      |    Inf | unknown
3580.15/3597.01	c 
3580.15/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3580.15/3597.01	c Solving Time (sec) : 3597.00
3580.15/3597.01	c Solving Nodes      : 300 (total of 1440 nodes in 2 runs)
3580.15/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3580.15/3597.01	c Dual Bound         : +0.00000000000000e+00
3580.15/3597.01	c Gap                : infinite
3580.15/3597.01	s UNKNOWN
3580.15/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3580.15/3597.01	c Total Time         :    3597.00
3580.15/3597.01	c   solving          :    3597.00
3580.15/3597.01	c   presolving       :      92.69 (included in solving)
3580.15/3597.01	c   reading          :       0.45 (included in solving)
3580.15/3597.01	c   copying          :       3.97 (5 #copies) (minimal 0.73, maximal 0.86, average 0.79)
3580.15/3597.01	c Original Problem   :
3580.15/3597.01	c   Problem name     : HOME/instance-4525660-1751620712.wbo
3580.15/3597.01	c   Variables        : 106879 (106879 binary, 0 integer, 0 implicit integer, 0 continuous)
3580.15/3597.01	c   Constraints      : 210325 initial, 210325 maximal
3580.15/3597.02	c   Objective        : minimize, 105121 non-zeros (abs.min = 1, abs.max = 2436)
3580.15/3597.02	c Presolved Problem  :
3580.15/3597.02	c   Problem name     : t_HOME/instance-4525660-1751620712.wbo
3580.15/3597.02	c   Variables        : 211975 (106879 binary, 0 integer, 105096 implicit integer, 0 continuous)
3580.15/3597.02	c   Constraints      : 212803 initial, 213279 maximal
3580.15/3597.02	c   Objective        : minimize, 105121 non-zeros (abs.min = 1, abs.max = 2436)
3580.15/3597.02	c   Nonzeros         : 1015380 constraint, 1052602 clique table
3580.15/3597.02	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3580.15/3597.02	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   gateextraction   :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   implics          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   trivial          :       0.02       0.00      3          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   dualfix          :       0.02       0.00      3          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   probing          :      67.58       0.01      1          0         25          0          0          0          0          0          0          0
3580.15/3597.02	c   pseudoobj        :       0.02       0.03      2          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   symmetry         :       0.64       0.00      1          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   vbounds          :       0.11       0.00      2          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   knapsack         :       0.16       0.01      3          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   setppc           :       0.01       0.00      3          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   linear           :       0.81       0.03      5          0          0          0     105121          0          0          0          0          0
3580.15/3597.02	c   logicor          :      21.64       0.01      3          0          0          0          0          0         23          0          0        198
3580.15/3597.02	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   indicator        :       0.24       0.01      2          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   components       :       0.33       0.00      2          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3580.15/3597.02	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3580.15/3597.02	c   benderslp        :          0          0          0          0       1344          0          0        250          0          0          0          0          0          0          0
3580.15/3597.02	c   integral         :          0          0          0          0       1344          0          0        250          0          0        110          0          0        182       2602
3580.15/3597.02	c   knapsack         :        123        123         11      51314          0          0          0        245      56762        535         34          6          0          0          0
3580.15/3597.02	c   setppc           :         82         82         22      50786          0          0          0        211        973       1273      18440          0          0          0          0
3580.15/3597.02	c   linear           :     105121     105121         22      49513          0          0          0          3     117184        157      35188          0          0          0          0
3580.15/3597.02	c   logicor          :       2356+      2832         22      17362          0          0          0          0       1942       2271       2065         43         20          0          0
3580.15/3597.02	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   indicator        :     105121     105121        399      47085          0          0          0          0     133649         14    3827004          0          0          0          0
3580.15/3597.02	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3580.15/3597.02	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3580.15/3597.02	c   integral         :     946.12       0.00       0.00       0.00     946.10       0.00       0.00       0.02       0.00       0.00
3580.15/3597.02	c   knapsack         :     147.04       0.01       0.01      71.50       0.00       0.00       0.00       1.89      73.45       0.18
3580.15/3597.02	c   setppc           :      26.37       0.00       0.00      25.28       0.00       0.00       0.00       0.00       0.00       1.09
3580.15/3597.02	c   linear           :      28.36       0.03       0.32      26.60       0.00       0.00       0.00       0.00       0.09       1.32
3580.15/3597.02	c   logicor          :      51.34       0.01       0.01      51.01       0.00       0.00       0.00       0.00       0.01       0.29
3580.15/3597.02	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3580.15/3597.02	c   indicator        :     316.61       0.01       6.99     278.07       0.00       0.00       0.00       0.00       0.06      31.47
3580.15/3597.02	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3580.15/3597.02	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3580.15/3597.02	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3580.15/3597.02	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3580.15/3597.02	c   dualfix          :          2          0          0          0
3580.15/3597.02	c   genvbounds       :          0          0          0          0
3580.15/3597.02	c   nlobbt           :          0          0          0          0
3580.15/3597.02	c   obbt             :          0          0          0          0
3580.15/3597.02	c   probing          :          0          0          0          0
3580.15/3597.02	c   pseudoobj        :       5564        173          0        734
3580.15/3597.02	c   redcost          :       4431          0          0    4137780
3580.15/3597.02	c   rootredcost      :          2          0          0          0
3580.15/3597.02	c   symmetry         :          0          0          0          0
3580.15/3597.02	c   vbounds          :      17709          0          0          0
3580.15/3597.02	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3580.15/3597.02	c   dualfix          :       0.04       0.00       0.02       0.02       0.00       0.00
3580.15/3597.02	c   genvbounds       :       0.02       0.00       0.00       0.01       0.00       0.00
3580.15/3597.02	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3580.15/3597.02	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3580.15/3597.02	c   probing          :      67.59       0.01      67.58       0.00       0.00       0.00
3580.15/3597.02	c   pseudoobj        :       1.53       0.03       0.02       0.19       1.30       0.00
3580.15/3597.02	c   redcost          :      54.14       0.00       0.00      54.14       0.00       0.00
3580.15/3597.02	c   rootredcost      :       0.15       0.00       0.00       0.15       0.00       0.00
3580.15/3597.02	c   symmetry         :       0.67       0.00       0.64       0.02       0.00       0.01
3580.15/3597.02	c   vbounds          :       1.84       0.00       0.11       1.72       0.00       0.01
3580.15/3597.02	c Symmetry           :
3580.15/3597.02	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3580.15/3597.02	c   orbital reduction:          0 reductions applied,          0 cutoffs
3580.15/3597.02	c   lexicographic red:          0 reductions applied,          0 cutoffs
3580.15/3597.02	c   shadow tree time :       0.00 s
3580.15/3597.02	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3580.15/3597.02	c   propagation      :      74.84       4247       4210          -      33195       35.1        209       21.4          -          -          -
3580.15/3597.02	c   infeasible LP    :       0.04          1          1          -          4       31.8          0        0.0          1       52.0          0
3580.15/3597.02	c   bound exceed. LP :      21.61        232          8          -         50       66.5          0        0.0          0        0.0       2260
3580.15/3597.02	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3580.15/3597.02	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3580.15/3597.02	c   applied globally :     389.28          -          -          0      23065       34.6          -          -          1          -          -
3580.15/3597.02	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3580.15/3597.02	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3580.15/3597.02	c   cut pool         :       0.97          -        708         42          -          -      13145     135651          -          -          -          -          -    (maximal pool size:       4280)
3580.15/3597.02	c   aggregation      :      24.05       0.00        213         22          0          0          6        608          0          4          4          0          0
3580.15/3597.02	c   > cmir           :          -          -          -          -          -          -          -        608          0          4          4          0          -
3580.15/3597.02	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3580.15/3597.02	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3580.15/3597.02	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   clique           :      71.96       0.00         22         22          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   gomory           :     118.76       0.00        157         20          0          0      10634     107012          0       6380       6380          0          0
3580.15/3597.02	c   > gomorymi       :          -          -          -          -          -          -          -      30018          0        319        319          0          -
3580.15/3597.02	c   > strongcg       :          -          -          -          -          -          -          -      76994          0       6061       6061          0          -
3580.15/3597.02	c   impliedbounds    :       2.26       0.00        213         22          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   mcf              :       0.36       0.00          2          2          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   mixing           :       0.00       0.00        213         22          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   multilinear      :       0.00       0.00         91         22          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   rlt              :       0.00       0.00         61         20          0          0          0          0          0          0          0          0          0
3580.15/3597.02	c   zerohalf         :      13.76       0.00        159         22          0          0       2509      28031          4       8141       8141          0          0
3580.15/3597.02	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3580.15/3597.02	c   hybrid           :       0.24       0.00        538         22      14545          0     121159        608          0       4972
3580.15/3597.02	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3580.15/3597.02	c   problem variables:       0.00          -          0          0
3580.15/3597.02	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3580.15/3597.02	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c   relpscost        :     946.10       0.00       1344          0          0          0        110          0        189       2602
3580.15/3597.02	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3580.15/3597.02	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3580.15/3597.02	c   LP solutions     :       0.00          -          -          0          0
3580.15/3597.02	c   relax solutions  :       0.00          -          -          0          0
3580.15/3597.02	c   pseudo solutions :       0.00          -          -          0          0
3580.15/3597.02	c   strong branching :       0.02          -          -          0          0
3580.15/3597.02	c   actconsdiving    :       0.00       0.00          0          0          0
3580.15/3597.02	c   adaptivediving   :      30.31       0.00          8          0          0
3580.15/3597.02	c   alns             :      14.85       0.00          3          0          0
3580.15/3597.02	c   bound            :       0.00       0.00          0          0          0
3580.15/3597.02	c   clique           :       1.00       0.00          1          0          0
3580.15/3597.02	c   coefdiving       :       0.00       0.00          0          0          0
3580.15/3597.02	c   completesol      :       0.00       0.00          0          0          0
3580.15/3597.02	c   conflictdiving   :     475.62       0.00         59          0          0
3580.15/3597.02	c   crossover        :       0.00       0.00          0          0          0
3580.15/3597.02	c   dins             :       0.00       0.00          0          0          0
3580.15/3597.02	c   distributiondivin:      40.29       0.00         26          0          0
3580.15/3597.02	c   dps              :       0.00       0.00          0          0          0
3580.15/3597.02	c   dualval          :       0.00       0.00          0          0          0
3580.15/3597.02	c   farkasdiving     :      57.63       0.00          2          0          0
3580.15/3597.02	c   feasjump         :       0.34       0.00          2          0          0
3580.15/3597.02	c   feaspump         :      21.59       0.00          5          0          0
3580.15/3597.02	c   fixandinfer      :       0.00       0.00          0          0          0
3580.15/3597.02	c   fracdiving       :     117.33       0.00         32          0          0
3580.15/3597.02	c   gins             :       0.00       0.00          0          0          0
3580.15/3597.02	c   guideddiving     :       0.00       0.00          0          0          0
3580.15/3597.02	c   indcoefdiving    :       0.00       0.00          0          0          0
3580.15/3597.02	c   indicator        :       0.00       0.00          0          0          0
3580.15/3597.02	c   indicatordiving  :       0.02       0.00          0          0          0
3580.15/3597.02	c   indoneopt        :       1.20       0.07          2          0          0
3580.15/3597.02	c   indrounding      :       0.00       0.00          0          0          0
3580.15/3597.02	c   indtwoopt        :       0.00       0.07          0          0          0
3580.15/3597.02	c   intdiving        :       0.00       0.00          0          0          0
3580.15/3597.02	c   intshifting      :       0.00       0.00          0          0          0
3580.15/3597.02	c   linesearchdiving :     180.56       0.00         29          0          0
3580.15/3597.02	c   localbranching   :       0.00       0.00          0          0          0
3580.15/3597.02	c   locks            :       0.25       0.00          1          0          0
3580.15/3597.02	c   lpface           :       5.43       0.00          2          0          0
3580.15/3597.02	c   mpec             :       0.00       0.00          0          0          0
3580.15/3597.02	c   multistart       :       0.00       0.00          0          0          0
3580.15/3597.02	c   mutation         :       0.00       0.00          0          0          0
3580.15/3597.02	c   nlpdiving        :       0.00       0.00          0          0          0
3580.15/3597.02	c   objpscostdiving  :      75.05       0.00          3          0          0
3580.15/3597.02	c   octane           :       0.00       0.00          0          0          0
3580.15/3597.02	c   ofins            :       0.00       0.00          0          0          0
3580.15/3597.02	c   oneopt           :       0.00       0.00          0          0          0
3580.15/3597.02	c   padm             :       0.00       0.00          0          0          0
3580.15/3597.02	c   proximity        :       0.00       0.00          0          0          0
3580.15/3597.02	c   pscostdiving     :      40.94       0.00         23          0          0
3580.15/3597.02	c   randrounding     :      11.83       0.00        253          0          0
3580.15/3597.02	c   rens             :       5.06       0.00          2          0          0
3580.15/3597.02	c   reoptsols        :       0.00       0.00          0          0          0
3580.15/3597.02	c   repair           :       0.00       0.00          0          0          0
3580.15/3597.02	c   rins             :       0.00       0.00          0          0          0
3580.15/3597.02	c   rootsoldiving    :      22.94       0.00          5          0          0
3580.15/3597.02	c   rounding         :       4.93       0.00        600          0          0
3580.15/3597.02	c   scheduler        :       0.00       0.00          0          0          0
3580.15/3597.02	c   shiftandpropagate:       2.68       0.00          2          0          0
3580.15/3597.02	c   shifting         :       4.48       0.00        293          0          0
3580.15/3597.02	c   simplerounding   :       0.00       0.00          0          0          0
3580.15/3597.02	c   smallcard        :       0.00       0.00          0          0          0
3580.15/3597.02	c   subnlp           :       0.00       0.00          0          0          0
3580.15/3597.02	c   trivial          :       0.34       0.00          4          0          0
3580.15/3597.02	c   trivialnegation  :       0.00       0.00          0          0          0
3580.15/3597.02	c   trustregion      :       0.00       0.00          0          0          0
3580.15/3597.02	c   trysol           :       0.00       0.00          0          0          0
3580.15/3597.02	c   twoopt           :       0.00       0.00          0          0          0
3580.15/3597.02	c   undercover       :       0.00       0.00          0          0          0
3580.15/3597.02	c   vbounds          :       7.11       0.00          0          0          0
3580.15/3597.02	c   veclendiving     :     271.01       0.00         37          0          0
3580.15/3597.02	c   zeroobj          :       0.00       0.00          0          0          0
3580.15/3597.02	c   zirounding       :       2.11       0.00       1000          0          0
3580.15/3597.02	c   other solutions  :          -          -          -          0          -
3580.15/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
3580.15/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
3580.15/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
3580.15/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
3580.15/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
3580.15/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
3580.15/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
3580.15/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
3580.15/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
3580.15/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
3580.15/3597.02	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3580.15/3597.02	c   primal LP        :      12.77        225          0       0.00       0.00      12.77        225
3580.15/3597.02	c   dual LP          :     670.10       2961     414826     199.82     619.05      40.94        885
3580.15/3597.02	c   lex dual LP      :       0.00          0          0       0.00          -
3580.15/3597.02	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3580.15/3597.02	c   resolve instable :       0.00          0          0       0.00          -
3580.15/3597.02	c   diving/probing LP:     292.29       1430     408667     285.78    1398.16
3580.15/3597.02	c   strong branching :     718.42       2010     322449     160.42     448.83          -          -        348
3580.15/3597.02	c     (at root node) :          -         44      12265     278.75          -
3580.15/3597.02	c   conflict analysis:       8.20        226       2260      10.00     275.61
3580.15/3597.02	c B&B Tree           :
3580.15/3597.02	c   number of runs   :          2
3580.15/3597.02	c   nodes            :        300 (291 internal, 9 leaves)
3580.15/3597.02	c   feasible leaves  :          0
3580.15/3597.02	c   infeas. leaves   :          6
3580.15/3597.02	c   objective leaves :          2
3580.15/3597.02	c   nodes (total)    :       1440 (1301 internal, 139 leaves)
3580.15/3597.02	c   nodes left       :        283
3580.15/3597.02	c   max depth        :         63
3580.15/3597.02	c   max depth (total):         63
3580.15/3597.02	c   backtracks       :         57 (19.0%)
3580.15/3597.02	c   early backtracks :          0 (0.0%)
3580.15/3597.02	c   nodes exc. ref.  :          0 (0.0%)
3580.15/3597.02	c   delayed cutoffs  :          1
3580.15/3597.02	c   repropagations   :          1 (80 domain reductions, 1 cutoffs)
3580.15/3597.02	c   avg switch length:       3.74
3580.15/3597.02	c   switching time   :      26.80
3580.15/3597.02	c Root Node          :
3580.15/3597.02	c   First LP value   : +0.00000000000000e+00
3580.15/3597.02	c   First LP Iters   :        348 (687.47 Iter/sec)
3580.15/3597.02	c   First LP Time    :       0.51
3580.15/3597.02	c   Final Dual Bound : +0.00000000000000e+00
3580.15/3597.02	c   Final Root Iters :       9935
3580.15/3597.02	c   Root LP Estimate : +9.88914394420757e+02
3580.15/3597.02	c Solution           :
3580.15/3597.02	c   Solutions found  :          0 (0 improvements)
3580.15/3597.02	c   Primal Bound     :          -
3580.15/3597.02	c   Dual Bound       : +0.00000000000000e+00
3580.15/3597.02	c   Gap              :   infinite
3580.15/3597.02	c Integrals          :      Total       Avg%
3580.15/3597.02	c   primal-dual      :  359700.50     100.00
3580.15/3597.02	c   primal-ref       :          -          - (not evaluated)
3580.15/3597.02	c   dual-ref         :          -          - (not evaluated)
3581.15/3598.03	c Time complete: 3581.19.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (38593 MiB free)
  memory of node 1: 64507 MiB (58954 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525660-1751620712/watcher-4525660-1751620712 -o /tmp/evaluation-result-4525660-1751620712/solver-4525660-1751620712 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751613033-91488 --watchdog 3760 pbscip -f HOME/instance-4525660-1751620712.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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=92469, runsolver pid=92466

[startup+0.100064 s]*
/proc/loadavg: 4.07 4.10 4.10 5/264 92470
/proc/meminfo: memFree=99839264/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=80532 memory=52608 CPUtime=0.08 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 10224 0 0 0 7 1 0 0 20 0 1 0 77748960 82464768 13152 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 20133 13152 3232 3530 0 11584 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 80532 KiB
Current children cumulated memory: 52608 KiB

[startup+0.205729 s]*
/proc/loadavg: 4.07 4.10 4.10 5/264 92470
/proc/meminfo: memFree=99791132/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=117328 memory=89600 CPUtime=0.19 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 19477 0 0 0 16 3 0 0 20 0 1 0 77748960 120143872 22400 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 29332 22400 3232 3530 0 20783 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 117328 KiB
Current children cumulated memory: 89600 KiB

[startup+0.305515 s]*
/proc/loadavg: 4.07 4.10 4.10 6/264 92470
/proc/meminfo: memFree=99751144/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=152856 memory=125056 CPUtime=0.29 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 28345 0 0 0 25 4 0 0 20 0 1 0 77748960 156524544 31264 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 38214 31264 3232 3530 0 29665 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 152856 KiB
Current children cumulated memory: 125056 KiB

[startup+0.700172 s]
/proc/loadavg: 4.07 4.10 4.10 6/264 92470
/proc/meminfo: memFree=99638500/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=370388 memory=342712 CPUtime=0.68 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 83405 0 0 0 55 13 0 0 20 0 1 0 77748960 379277312 85678 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 92597 85678 3520 3530 0 84048 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 370388 KiB
Current children cumulated memory: 342712 KiB

[startup+1.50018 s]
/proc/loadavg: 4.06 4.10 4.10 5/264 92470
/proc/meminfo: memFree=99348196/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=706424 memory=674360 CPUtime=1.47 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 166286 0 0 0 122 25 0 0 20 0 1 0 77748960 723378176 168590 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 176606 168590 3552 3530 0 168057 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 706424 KiB
Current children cumulated memory: 674360 KiB

[startup+3.10599 s]
/proc/loadavg: 4.06 4.10 4.10 5/263 92470
/proc/meminfo: memFree=98836308/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=866460 memory=829688 CPUtime=3.08 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 204841 0 0 0 276 32 0 0 20 0 1 0 77748960 887255040 207422 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 216615 207422 3616 3530 0 208066 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 866460 KiB
Current children cumulated memory: 829688 KiB

[startup+6.30018 s]
/proc/loadavg: 4.14 4.12 4.10 5/263 92470
/proc/meminfo: memFree=98610864/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=866460 memory=829688 CPUtime=6.26 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 204841 0 0 0 594 32 0 0 20 0 1 0 77748960 887255040 207422 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 216615 207422 3616 3530 0 208066 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 866460 KiB
Current children cumulated memory: 829688 KiB

[startup+12.7002 s]
/proc/loadavg: 4.20 4.13 4.10 5/265 92473
/proc/meminfo: memFree=97215052/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=866460 memory=829688 CPUtime=12.64 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 204841 0 0 0 1232 32 0 0 20 0 1 0 77748960 887255040 207422 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 216615 207422 3616 3530 0 208066 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 866460 KiB
Current children cumulated memory: 829688 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.13 4.10 5/265 92525
/proc/meminfo: memFree=119954460/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=866460 memory=829688 CPUtime=25.4 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 204841 0 0 0 2508 32 0 0 20 0 1 0 77748960 887255040 207422 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 216615 207422 3616 3530 0 208066 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 866460 KiB
Current children cumulated memory: 829688 KiB

[startup+51.1058 s]
/proc/loadavg: 4.18 4.13 4.10 5/265 92526
/proc/meminfo: memFree=117436844/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=866460 memory=829688 CPUtime=50.92 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 204841 0 0 0 5060 32 0 0 20 0 1 0 77748960 887255040 207422 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 216615 207422 3616 3530 0 208066 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 866460 KiB
Current children cumulated memory: 829688 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.12 4.10 5/266 92532
/proc/meminfo: memFree=114519988/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=1851036 memory=1592100 CPUtime=101.97 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 332896 0 0 0 10136 61 0 0 20 0 1 0 77748960 1895460864 398025 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 462759 398025 3840 3530 0 454210 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 1851036 KiB
Current children cumulated memory: 1592100 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/265 92578
/proc/meminfo: memFree=103167504/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=2053356 memory=1685820 CPUtime=161.76 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 335888 0 0 0 16114 62 0 0 20 0 1 0 77748960 2102636544 421455 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 513339 421455 3840 3530 0 504790 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 2053356 KiB
Current children cumulated memory: 1685820 KiB

[startup+222.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/266 92595
/proc/meminfo: memFree=101866052/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=2786436 memory=2445756 CPUtime=221.47 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 573212 0 0 0 22048 99 0 0 20 0 1 0 77748960 2853310464 611439 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 696609 611439 3936 3530 0 688060 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 2786436 KiB
Current children cumulated memory: 2445756 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/266 92597
/proc/meminfo: memFree=93976556/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=2786436 memory=2446780 CPUtime=281.2 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 573575 0 0 0 28020 100 0 0 20 0 1 0 77748960 2853310464 611695 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 696609 611695 3936 3530 0 688060 0
Current children cumulated CPU time: 281.2 s
Current children cumulated vsize: 2786436 KiB
Current children cumulated memory: 2446780 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/264 92599
/proc/meminfo: memFree=90138460/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=2786436 memory=2446780 CPUtime=340.9 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 573608 0 0 0 33990 100 0 0 20 0 1 0 77748960 2853310464 611695 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 696609 611695 3936 3530 0 688060 0
Current children cumulated CPU time: 340.9 s
Current children cumulated vsize: 2786436 KiB
Current children cumulated memory: 2446780 KiB

[startup+402.3 s]
/proc/loadavg: 4.44 4.22 4.13 5/263 92601
/proc/meminfo: memFree=86293236/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=2786436 memory=2446908 CPUtime=400.61 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 573735 0 0 0 39960 101 0 0 20 0 1 0 77748960 2853310464 611727 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 696609 611727 3936 3530 0 688060 0
Current children cumulated CPU time: 400.61 s
Current children cumulated vsize: 2786436 KiB
Current children cumulated memory: 2446908 KiB

[startup+462.3 s]
/proc/loadavg: 4.21 4.19 4.12 5/263 92648
/proc/meminfo: memFree=104445676/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=2786436 memory=2450492 CPUtime=460.37 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 574750 0 0 0 45936 101 0 0 20 0 1 0 77748960 2853310464 612623 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 696609 612623 3936 3530 0 688060 0

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

/proc/loadavg: 3.68 4.00 4.05 4/258 92825
/proc/meminfo: memFree=96040460/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5233236 memory=4462592 CPUtime=3147.6 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 993040 0 0 0 314583 177 0 0 20 0 1 0 77748960 5358833664 1115648 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1308309 1115648 3936 3530 0 1299760 0
Current children cumulated CPU time: 3147.6 s
Current children cumulated vsize: 5233236 KiB
Current children cumulated memory: 4462592 KiB

[startup+3222.3 s]
/proc/loadavg: 3.25 3.82 3.99 4/258 92830
/proc/meminfo: memFree=96024520/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4486816 CPUtime=3207.3 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 995176 0 0 0 320552 178 0 0 20 0 1 0 77748960 5370777600 1121704 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1121704 3936 3530 0 1302676 0
Current children cumulated CPU time: 3207.3 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4486816 KiB

[startup+3282.3 s]
/proc/loadavg: 3.20 3.70 3.93 4/258 92832
/proc/meminfo: memFree=96006564/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4508832 CPUtime=3267.01 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 995195 0 0 0 326523 178 0 0 20 0 1 0 77748960 5370777600 1127208 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1127208 3936 3530 0 1302676 0
Current children cumulated CPU time: 3267.01 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4508832 KiB

[startup+3342.3 s]
/proc/loadavg: 3.13 3.58 3.88 4/258 92834
/proc/meminfo: memFree=95982136/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4532384 CPUtime=3326.72 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 995207 0 0 0 332494 178 0 0 20 0 1 0 77748960 5370777600 1133096 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1133096 3936 3530 0 1302676 0
Current children cumulated CPU time: 3326.72 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4532384 KiB

[startup+3402.3 s]
/proc/loadavg: 3.09 3.49 3.82 4/258 92836
/proc/meminfo: memFree=95976056/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4536736 CPUtime=3386.43 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 995215 0 0 0 338465 178 0 0 20 0 1 0 77748960 5370777600 1134184 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134184 3936 3530 0 1302676 0
Current children cumulated CPU time: 3386.43 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4536736 KiB

[startup+3462.3 s]
/proc/loadavg: 3.09 3.41 3.78 4/257 92838
/proc/meminfo: memFree=95975956/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4536736 CPUtime=3446.13 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 995996 0 0 0 344435 178 0 0 20 0 1 0 77748960 5370777600 1134184 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134184 3936 3530 0 1302676 0
Current children cumulated CPU time: 3446.13 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4536736 KiB

[startup+3522.3 s]
/proc/loadavg: 3.08 3.35 3.73 4/257 92841
/proc/meminfo: memFree=95974008/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3505.82 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996120 0 0 0 350404 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3505.82 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

[startup+3582.3 s]
/proc/loadavg: 3.39 3.39 3.72 4/257 92843
/proc/meminfo: memFree=95974072/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3565.51 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996131 0 0 0 356373 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3565.51 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

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

# cumulated CPU time of all completed processes:  user=3579.38 s, system=1.83067 s

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

[startup+3584 s]*
/proc/loadavg: 3.39 3.39 3.72 4/257 92843
/proc/meminfo: memFree=95974072/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3567.21 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996132 0 0 0 356543 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3567.21 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

[startup+3590.4 s]
/proc/loadavg: 3.36 3.39 3.72 4/257 92843
/proc/meminfo: memFree=95974072/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3573.58 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996135 0 0 0 357180 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3573.58 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

[startup+3593.6 s]
/proc/loadavg: 3.33 3.38 3.71 4/257 92843
/proc/meminfo: memFree=95974072/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3576.76 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996138 0 0 0 357498 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3576.76 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

[startup+3595.2 s]
/proc/loadavg: 3.33 3.38 3.71 4/257 92843
/proc/meminfo: memFree=95974072/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3578.35 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996139 0 0 0 357657 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3578.35 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

[startup+3596.8 s]
/proc/loadavg: 3.33 3.38 3.71 4/257 92843
/proc/meminfo: memFree=95974072/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3579.95 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996140 0 0 0 357817 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3579.95 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

[startup+3597.6 s]
/proc/loadavg: 3.31 3.37 3.71 4/257 92843
/proc/meminfo: memFree=95974072/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5244900 memory=4539040 CPUtime=3580.74 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996170 0 0 0 357896 178 0 0 20 0 1 0 77748960 5370777600 1134760 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1311225 1134760 3936 3530 0 1302676 0
Current children cumulated CPU time: 3580.74 s
Current children cumulated vsize: 5244900 KiB
Current children cumulated memory: 4539040 KiB

[startup+3598 s]*
/proc/loadavg: 3.31 3.37 3.71 4/257 92843
/proc/meminfo: memFree=96044704/131249996 swapFree=33010672/33010684
[pid=92469] ppid=92466 vsize=5146760 memory=4441684 CPUtime=3581.15 cores=5,7
/proc/92469/stat : 92469 (pbscip) R 92466 92469 91475 0 -1 4194304 996179 0 0 0 357936 179 0 0 20 0 1 0 77748960 5270282240 1110421 18446744073709551615 4235264 18693293 140728570153184 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 60186624 140728570157447 140728570157546 140728570157546 140728570163150 0
/proc/92469/statm: 1286690 1110421 3936 3530 0 1278141 0
Current children cumulated CPU time: 3581.15 s
Current children cumulated vsize: 5146760 KiB
Current children cumulated memory: 4441684 KiB

Child status: 0

Real time (s): 3598.06
CPU time (s): 3581.21
CPU user time (s): 3579.38
CPU system time (s): 1.83067
CPU usage (%): 99.5318
Max. virtual memory (cumulated for all children) (KiB): 5376744
Max. memory (cumulated for all children) (KiB): 4539040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3579.38
system time used= 1.83067
maximum resident set size= 4539040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 996344
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= 148
involuntary context switches= 19699


# summary of solver processes directly reported to runsolver:
#   pid: 92469
#   total CPU time (s): 3581.21
#   total CPU user time (s): 3579.38
#   total CPU system time (s): 1.83067

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.77193 second user time and 17.976 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 11:18:32
IDJOB=4525660
IDBENCH=143871
IDSOLVER=3382
FILE ID=nodeC017/4525660-1751620712
RUNJOBID= nodeC017-1751613033-91488
SLURM_JOB_ID= 9598916
Free space on /tmp= 432384 MiB

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

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

MD5SUM BENCH= 85c9e899b779dcafda2f7e25c2fdc65d
RANDOM SEED=1927829617

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        99889448 kB
MemAvailable:   104287956 kB
Buffers:            1688 kB
Cached:          5166224 kB
SwapCached:            8 kB
Active:         25477548 kB
Inactive:        4876112 kB
Active(anon):   25187692 kB
Inactive(anon):    16128 kB
Active(file):     289856 kB
Inactive(file):  4859984 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21724 kB
Writeback:            44 kB
AnonPages:      25188520 kB
Mapped:           137432 kB
Shmem:             18072 kB
KReclaimable:     175416 kB
Slab:             266788 kB
SReclaimable:     175416 kB
SUnreclaim:        91372 kB
KernelStack:        4240 kB
PageTables:        52824 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   26739212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4567040 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432312 MiB
End job on nodeC017 at 2025-07-04 12:18:30