Trace number 4504491

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3587.17 3600.79

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_6_mh.opb
MD5SUMbe1e6661b1f36da26adf689ebfb8263d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4048247
Best CPU time to get the best result obtained on this benchmark3600.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 127263527
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 57621991382
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 127263527
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 57621991382
Number of bits of the biggest sum of numbers36
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 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4504491-1751446725.opb>
1.48/1.58	c original problem has 250200 variables (250200 bin, 0 int, 0 cont) and 605407 constraints
1.48/1.58	c problem read in 1.577 seconds
2.98/3.09	c presolving:
3.98/4.10	c (round 1, fast)       10000 del vars, 4903 del conss, 0 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 0 impls, 356526 clqs
4.87/4.99	c    (5.0s) running MILP presolver
5.66/5.73	c    (5.7s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
8.16/8.20	c (round 2, exhaustive) 10000 del vars, 6128 del conss, 0 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 0 upgd conss, 0 impls, 356526 clqs
10.95/11.07	c (round 3, exhaustive) 10000 del vars, 6128 del conss, 0 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 0 impls, 356526 clqs
13.44/13.58	c (round 4, medium)     10000 del vars, 126178 del conss, 352800 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 0 impls, 709326 clqs
15.43/15.59	c (round 5, exhaustive) 10000 del vars, 599028 del conss, 472850 add conss, 150 chg bounds, 1225 chg sides, 3675 chg coeffs, 599276 upgd conss, 0 impls, 709326 clqs
122.22/122.78	c    (122.8s) probing: 1000/240200 (0.4%) - 0 fixings, 0 aggregations, 287712 implications, 0 bound changes
122.32/122.88	c    (122.9s) probing: 1001/240200 (0.4%) - 0 fixings, 0 aggregations, 288000 implications, 0 bound changes
122.32/122.88	c    (122.9s) probing aborted: 1000/1000 successive useless probings
122.32/122.88	c    (122.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
134.39/134.95	c    (134.9s) no symmetry present (symcode time: 11.54)
134.69/135.25	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
134.69/135.25	c  10000 deleted vars, 599028 deleted constraints, 472850 added constraints, 150 tightened bounds, 0 added holes, 1225 changed sides, 3675 changed coefficients
134.69/135.25	c  0 implications, 997326 cliques
134.69/135.25	c presolved problem has 240200 variables (240200 bin, 0 int, 0 cont) and 479229 constraints
134.69/135.25	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
134.69/135.25	c    1375 constraints of type <knapsack>
134.69/135.25	c  356526 constraints of type <setppc>
134.69/135.25	c  120050 constraints of type <and>
134.69/135.25	c       3 constraints of type <linear>
134.69/135.25	c    1275 constraints of type <logicor>
134.69/135.25	c transformed objective value is always integral (scale: 1)
134.69/135.25	c Presolving Time: 132.22
134.69/135.25	c 
134.69/135.25	c - non default parameters ----------------------------------------------------------------------
134.69/135.25	c 
134.69/135.25	c # SCIP version 10.0.0
134.69/135.25	c 
134.69/135.25	c # maximal time in seconds to run
134.69/135.25	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
134.69/135.25	c limits/time = 3596.999003
134.69/135.25	c 
134.69/135.25	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
134.69/135.25	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
134.69/135.25	c limits/memory = 27900
134.69/135.25	c 
134.69/135.25	c # belongs reading time to solving time?
134.69/135.25	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
134.69/135.25	c timing/reading = TRUE
134.69/135.25	c 
134.69/135.25	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
134.69/135.25	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
134.69/135.25	c reading/opbreader/maxintsize = 47
134.69/135.25	c 
134.69/135.25	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
134.69/135.25	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
134.69/135.25	c propagating/genvbounds/timingmask = 0
134.69/135.25	c 
134.69/135.25	c -----------------------------------------------------------------------------------------------
134.79/135.30	c 
416.93/418.52	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
416.93/418.52	c   419s|     1 |     0 |  6796 |     - |  2981M |   0 | 240k| 479k| 599k|   0 |  0 | 147 |   0 | 5.507944e+05 |      --      |    Inf | unknown
564.09/566.23	c   566s|     1 |     0 | 34008 |     - |  3179M |   0 | 240k| 479k| 599k|  31 |  1 | 315 |   0 | 6.085073e+05 |      --      |    Inf | unknown
574.15/576.33	c   576s|     1 |     0 | 34963 |     - |  3287M |   0 | 240k| 479k| 599k|  49 |  2 | 318 |   0 | 6.236773e+05 |      --      |    Inf | unknown
625.34/627.73	c   628s|     1 |     0 | 35480 |     - |  3404M |   0 | 240k| 479k| 599k|  59 |  3 | 319 |   0 | 6.332517e+05 |      --      |    Inf | unknown
638.30/640.70	c   641s|     1 |     0 | 35867 |     - |  3518M |   0 | 240k| 479k| 599k|  67 |  4 | 322 |   0 | 6.373713e+05 |      --      |    Inf | unknown
682.33/684.93	c   685s|     1 |     0 | 36061 |     - |  3640M |   0 | 240k| 479k| 599k|  74 |  5 | 323 |   0 | 6.383836e+05 |      --      |    Inf | unknown
730.17/732.91	c   733s|     1 |     0 | 36163 |     - |  3764M |   0 | 240k| 479k| 599k|  80 |  6 | 323 |   0 | 6.394142e+05 |      --      |    Inf | unknown
785.86/788.89	c   789s|     1 |     0 | 36578 |     - |  3872M |   0 | 240k| 479k| 599k|  91 |  7 | 327 |   0 | 6.446453e+05 |      --      |    Inf | unknown
831.08/834.22	c   834s|     1 |     0 | 37160 |     - |  4005M |   0 | 240k| 479k| 599k| 103 |  8 | 328 |   0 | 6.519682e+05 |      --      |    Inf | unknown
888.86/892.25	c   892s|     1 |     0 | 37435 |     - |  4144M |   0 | 240k| 479k| 599k| 112 |  9 | 329 |   0 | 6.567377e+05 |      --      |    Inf | unknown
969.96/973.68	c   974s|     1 |     0 | 37795 |     - |  4243M |   0 | 240k| 479k| 599k| 120 | 10 | 330 |   0 | 6.600968e+05 |      --      |    Inf | unknown
976.33/980.06	c   980s|     1 |     0 | 38200 |     - |  4308M |   0 | 240k| 479k| 599k| 128 | 11 | 334 |   0 | 6.638070e+05 |      --      |    Inf | unknown
983.61/987.35	c   987s|     1 |     0 | 38636 |     - |  4418M |   0 | 240k| 479k| 599k| 140 | 12 | 335 |   0 | 6.677357e+05 |      --      |    Inf | unknown
988.19/991.99	c   992s|     1 |     0 | 38712 |     - |  4476M |   0 | 240k| 479k| 599k| 148 | 13 | 339 |   0 | 6.678280e+05 |      --      |    Inf | unknown
995.46/999.25	c   999s|     1 |     0 | 39393 |     - |  4540M |   0 | 240k| 479k| 599k| 162 | 14 | 344 |   0 | 6.739109e+05 |      --      |    Inf | unknown
1001.54/1005.39	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1001.54/1005.39	c  1005s|     1 |     0 | 39830 |     - |  4605M |   0 | 240k| 479k| 599k| 174 | 15 | 346 |   0 | 6.790200e+05 |      --      |    Inf | unknown
1006.83/1010.68	c  1011s|     1 |     0 | 40076 |     - |  4668M |   0 | 240k| 479k| 599k| 184 | 16 | 347 |   0 | 6.798651e+05 |      --      |    Inf | unknown
1014.69/1018.51	c  1019s|     1 |     0 | 40944 |     - |  4735M |   0 | 240k| 479k| 599k| 195 | 17 | 348 |   0 | 6.874566e+05 |      --      |    Inf | unknown
1021.87/1025.73	c  1026s|     1 |     0 | 41545 |     - |  4799M |   0 | 240k| 479k| 599k| 216 | 18 | 350 |   0 | 6.916574e+05 |      --      |    Inf | unknown
1028.25/1032.16	c  1032s|     1 |     0 | 41946 |     - |  4857M |   0 | 240k| 479k| 599k| 230 | 19 | 354 |   0 | 6.977783e+05 |      --      |    Inf | unknown
1033.73/1037.68	c  1038s|     1 |     0 | 42084 |     - |  4928M |   0 | 240k| 479k| 599k| 242 | 20 | 355 |   0 | 7.004433e+05 |      --      |    Inf | unknown
1039.50/1043.40	c  1043s|     1 |     0 | 42382 |     - |  4935M |   0 | 240k| 479k| 599k| 256 | 21 | 361 |   0 | 7.011283e+05 |      --      |    Inf | unknown
1044.48/1048.48	c  1048s|     1 |     0 | 42453 |     - |  4941M |   0 | 240k| 479k| 599k| 261 | 22 | 361 |   0 | 7.012178e+05 |      --      |    Inf | unknown
1048.68/1052.64	c  1053s|     1 |     0 | 42482 |     - |  4948M |   0 | 240k| 479k| 599k| 264 | 23 | 363 |   0 | 7.012246e+05 |      --      |    Inf | unknown
1053.55/1057.59	c  1058s|     1 |     0 | 42532 |     - |  4955M |   0 | 240k| 479k| 599k| 269 | 24 | 368 |   0 | 7.012621e+05 |      --      |    Inf | unknown
1058.14/1062.11	c  1062s|     1 |     0 | 42579 |     - |  4955M |   0 | 240k| 479k| 599k| 273 | 25 | 373 |   0 | 7.014242e+05 |      --      |    Inf | unknown
1062.62/1066.61	c  1067s|     1 |     0 | 42616 |     - |  4962M |   0 | 240k| 479k| 599k| 277 | 26 | 376 |   0 | 7.014978e+05 |      --      |    Inf | unknown
1067.11/1071.12	c  1071s|     1 |     0 | 42640 |     - |  4969M |   0 | 240k| 479k| 599k| 280 | 27 | 377 |   0 | 7.015340e+05 |      --      |    Inf | unknown
1071.60/1075.67	c  1076s|     1 |     0 | 42700 |     - |  4976M |   0 | 240k| 479k| 599k| 284 | 28 | 381 |   0 | 7.016192e+05 |      --      |    Inf | unknown
1076.38/1080.45	c  1080s|     1 |     0 | 42749 |     - |  4982M |   0 | 240k| 479k| 599k| 287 | 29 | 381 |   0 | 7.017615e+05 |      --      |    Inf | unknown
1292.08/1296.94	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
1292.08/1296.94	c  1297s|     1 |     2 | 83226 |     - |  5022M |   0 | 240k| 479k| 599k| 287 | 30 | 392 |  31 | 7.075463e+05 |      --      |    Inf | unknown
3583.39/3597.08	c 
3583.39/3597.08	c SCIP Status        : solving was interrupted [time limit reached]
3583.39/3597.08	c Solving Time (sec) : 3597.08
3583.39/3597.08	c Solving Nodes      : 71
3583.39/3597.08	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3583.39/3597.08	c Dual Bound         : +7.07849164513314e+05
3583.39/3597.08	c Gap                : infinite
3583.39/3597.08	s UNKNOWN
3583.39/3597.08	c SCIP Status        : solving was interrupted [time limit reached]
3583.39/3597.08	c Total Time         :    3597.08
3583.39/3597.08	c   solving          :    3597.08
3583.39/3597.08	c   presolving       :     132.22 (included in solving)
3583.39/3597.08	c   reading          :       1.58 (included in solving)
3583.39/3597.08	c   copying          :       1.88 (2 #copies) (minimal 0.91, maximal 0.97, average 0.94)
3583.39/3597.08	c Original Problem   :
3583.39/3597.08	c   Problem name     : HOME/instance-4504491-1751446725.opb
3583.39/3597.08	c   Variables        : 250200 (250200 binary, 0 integer, 0 continuous)
3583.39/3597.08	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3583.39/3597.08	c   Constraints      : 605407 initial, 605407 maximal
3583.39/3597.09	c   Objective        : minimize, 129900 non-zeros (abs.min = 1, abs.max = 1.27264e+08)
3583.39/3597.09	c Presolved Problem  :
3583.39/3597.09	c   Problem name     : t_HOME/instance-4504491-1751446725.opb
3583.39/3597.09	c   Variables        : 240200 (240200 binary, 0 integer, 0 continuous)
3583.39/3597.09	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3583.39/3597.09	c   Constraints      : 479229 initial, 479698 maximal
3583.39/3597.09	c   Objective        : minimize, 122500 non-zeros (abs.min = 6, abs.max = 2.54527e+08)
3583.39/3597.09	c   Nonzeros         : 1330800 constraint, 1994830 clique table
3583.39/3597.09	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3583.39/3597.09	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   gateextraction   :       1.74       0.00      2          0          0          0          0          0     472850     120050          0          0
3583.39/3597.09	c   implics          :       0.02       0.00      5          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   milp             :       1.55       0.00      1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   trivial          :       0.05       0.00      6          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   dualfix          :       0.06       0.00      6       7400          0          0          0          0          0          0          0          0
3583.39/3597.09	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   probing          :     105.75       0.01      1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   symmetry         :      12.06       0.00      1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   vbounds          :       0.31       0.00      2          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   knapsack         :       1.35       0.01      7          0          0          0          0          0     120050     352800          0          0
3583.39/3597.09	c   setppc           :       1.61       0.03      7          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   and              :       0.52       0.00      2          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   linear           :       5.80       0.29      9        150       2450          0        150          0       6128          0       1225       3675
3583.39/3597.09	c   logicor          :       0.46       0.01      7          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   components       :       0.22       0.00      1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3583.39/3597.09	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3583.39/3597.09	c   integral         :          0          0          0          0         73          0          0          9          0          0         98          0          0          0        142
3583.39/3597.09	c   knapsack         :       1375+      1376         30     224278          0          0          0          5       4390          9        249        335         48          0          0
3583.39/3597.09	c   setppc           :     356526+    356591         30     223564          0          0          0          1      50775        106      27906         32          0          0          0
3583.39/3597.09	c   and              :     120050     120050        193     222391          0          0          0          0       4485         15      32971        787        200          0          0
3583.39/3597.09	c   linear           :          3+        13         30     224148          0          0          0          3      10444          6          0          0          0          0          0
3583.39/3597.09	c   logicor          :       1275+      1669         30       5347          0          0          0          0      18509        112          9          0          0          0          0
3583.39/3597.09	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3583.39/3597.09	c   integral         :    1018.45       0.00       0.00       0.00    1018.45       0.00       0.00       0.00       0.00       0.00
3583.39/3597.09	c   knapsack         :       2.26       0.01       0.32       1.87       0.00       0.00       0.00       0.02       0.01       0.03
3583.39/3597.09	c   setppc           :      19.61       0.03       0.48      18.45       0.00       0.00       0.00       0.00       0.01       0.63
3583.39/3597.09	c   and              :     280.71       0.00      11.76     264.29       0.00       0.00       0.00       0.00       0.02       4.64
3583.39/3597.09	c   linear           :       3.20       0.29       0.43       2.23       0.00       0.00       0.00       0.00       0.25       0.01
3583.39/3597.09	c   logicor          :       0.77       0.01       0.01       0.71       0.00       0.00       0.00       0.00       0.01       0.03
3583.39/3597.09	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.39/3597.09	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.39/3597.09	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.39/3597.09	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3583.39/3597.09	c   dualfix          :          1          0          0          0
3583.39/3597.09	c   genvbounds       :          0          0          0          0
3583.39/3597.09	c   nlobbt           :          0          0          0          0
3583.39/3597.09	c   obbt             :          0          0          0          0
3583.39/3597.09	c   probing          :          0          0          0          0
3583.39/3597.09	c   pseudoobj        :        321          0          0          0
3583.39/3597.09	c   redcost          :         32          0          0          0
3583.39/3597.09	c   rootredcost      :          1          0          0          0
3583.39/3597.09	c   symmetry         :          0          0          0          0
3583.39/3597.09	c   vbounds          :      23370          0          0          0
3583.39/3597.09	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3583.39/3597.09	c   dualfix          :       0.06       0.00       0.06       0.01       0.00       0.00
3583.39/3597.09	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3583.39/3597.09	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3583.39/3597.09	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3583.39/3597.09	c   probing          :     105.76       0.01     105.75       0.00       0.00       0.00
3583.39/3597.09	c   pseudoobj        :       0.18       0.00       0.00       0.17       0.00       0.00
3583.39/3597.09	c   redcost          :       0.54       0.00       0.00       0.54       0.00       0.00
3583.39/3597.09	c   rootredcost      :       0.15       0.00       0.00       0.15       0.00       0.00
3583.39/3597.09	c   symmetry         :      12.14       0.00      12.06       0.07       0.00       0.00
3583.39/3597.09	c   vbounds          :       0.48       0.00       0.31       0.17       0.00       0.00
3583.39/3597.09	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3583.39/3597.09	c   propagation      :       0.45        232        232          -       3413      489.4         83      106.6          -          -          -
3583.39/3597.09	c   infeasible LP    :       0.65         11         11          -        280      286.1          0        0.0         11     3322.9          0
3583.39/3597.09	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3583.39/3597.09	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3583.39/3597.09	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3583.39/3597.09	c   applied globally :       0.88          -          -          0        763      248.3          -          -         11          -          -
3583.39/3597.09	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3583.39/3597.09	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3583.39/3597.09	c   cut pool         :       3.37          -        173         57          -          -       4351      10896          -          -          -          -          -    (maximal pool size:       4026)
3583.39/3597.09	c   aggregation      :      32.71       0.00         91         30          0          0         44        120          0         35         35          0          0
3583.39/3597.09	c   > cmir           :          -          -          -          -          -          -          -         29          0          6          6          0          -
3583.39/3597.09	c   > flowcover      :          -          -          -          -          -          -          -         80          0         20         20          0          -
3583.39/3597.09	c   > knapsackcover  :          -          -          -          -          -          -          -         11          0          9          9          0          -
3583.39/3597.09	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   clique           :      82.54       0.00         30         30          0          0          2          2          0          2          2          0          0
3583.39/3597.09	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   gomory           :     480.38       0.00         45         10          0          0       3760       9929          0        129        129          0          0
3583.39/3597.09	c   > gomorymi       :          -          -          -          -          -          -          -       8295          0        108        108          0          -
3583.39/3597.09	c   > strongcg       :          -          -          -          -          -          -          -       1634          0         21         21          0          -
3583.39/3597.09	c   impliedbounds    :       8.57       0.00         91         30          0          0        394        504          0        270        270          0          0
3583.39/3597.09	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   mcf              :       0.36       0.00          1          1          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   multilinear      :       0.08       0.00         41         30          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3583.39/3597.09	c   zerohalf         :       8.95       0.00         55         20          0          0        151        341          0        191        191          0          0
3583.39/3597.09	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3583.39/3597.09	c   hybrid           :       0.26       0.00        141         29        875          0      11175        287          0       6781
3583.39/3597.09	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3583.39/3597.09	c   problem variables:       0.00          -          0          0
3583.39/3597.09	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3583.39/3597.09	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c   relpscost        :    1018.45       0.00         73          0          0          0         98          0          0        142
3583.39/3597.09	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3583.39/3597.09	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3583.39/3597.09	c   LP solutions     :       0.00          -          -          0          0
3583.39/3597.09	c   relax solutions  :       0.00          -          -          0          0
3583.39/3597.09	c   pseudo solutions :       0.00          -          -          0          0
3583.39/3597.09	c   strong branching :       0.00          -          -          0          0
3583.39/3597.09	c   actconsdiving    :       0.00       0.00          0          0          0
3583.39/3597.09	c   adaptivediving   :      33.87       0.00          1          0          0
3583.39/3597.09	c   alns             :       2.82       0.00          1          0          0
3583.39/3597.09	c   bound            :       0.00       0.00          0          0          0
3583.39/3597.09	c   clique           :      29.47       0.00          1          0          0
3583.39/3597.09	c   coefdiving       :       0.00       0.00          0          0          0
3583.39/3597.09	c   completesol      :       0.00       0.00          0          0          0
3583.39/3597.09	c   conflictdiving   :      47.30       0.00          1          0          0
3583.39/3597.09	c   crossover        :       0.00       0.00          0          0          0
3583.39/3597.09	c   dins             :       0.00       0.00          0          0          0
3583.39/3597.09	c   distributiondivin:      52.66       0.00          1          0          0
3583.39/3597.09	c   dks              :       0.00       0.00          0          0          0
3583.39/3597.09	c   dps              :       0.00       0.00          0          0          0
3583.39/3597.09	c   dualval          :       0.00       0.00          0          0          0
3583.39/3597.09	c   farkasdiving     :      66.31       0.00          1          0          0
3583.39/3597.09	c   feaspump         :     110.35       0.00          1          0          0
3583.39/3597.09	c   fixandinfer      :       0.00       0.00          0          0          0
3583.39/3597.09	c   fracdiving       :      23.25       0.00          1          0          0
3583.39/3597.09	c   gins             :       0.00       0.00          0          0          0
3583.39/3597.09	c   guideddiving     :       0.00       0.00          0          0          0
3583.39/3597.09	c   indicator        :       0.00       0.00          0          0          0
3583.39/3597.09	c   indicatordiving  :       0.00       0.00          0          0          0
3583.39/3597.09	c   intdiving        :       0.00       0.00          0          0          0
3583.39/3597.09	c   intshifting      :       0.00       0.00          0          0          0
3583.39/3597.09	c   linesearchdiving :       0.00       0.00          0          0          0
3583.39/3597.09	c   localbranching   :       0.00       0.00          0          0          0
3583.39/3597.09	c   locks            :       1.75       0.00          1          0          0
3583.39/3597.09	c   lpface           :       0.00       0.00          0          0          0
3583.39/3597.09	c   mpec             :       0.00       0.00          0          0          0
3583.39/3597.09	c   multistart       :       0.00       0.00          0          0          0
3583.39/3597.09	c   mutation         :       0.00       0.00          0          0          0
3583.39/3597.09	c   nlpdiving        :       0.00       0.00          0          0          0
3583.39/3597.09	c   objpscostdiving  :      29.74       0.00          1          0          0
3583.39/3597.09	c   octane           :       0.00       0.00          0          0          0
3583.39/3597.09	c   ofins            :       0.00       0.00          0          0          0
3583.39/3597.09	c   oneopt           :       0.00       0.00          0          0          0
3583.39/3597.09	c   padm             :       0.00       0.00          0          0          0
3583.39/3597.09	c   proximity        :       0.00       0.00          0          0          0
3583.39/3597.09	c   pscostdiving     :      28.07       0.00          1          0          0
3583.39/3597.09	c   randrounding     :      13.77       0.00         30          0          0
3583.39/3597.09	c   rens             :       3.05       0.00          1          0          0
3583.39/3597.09	c   reoptsols        :       0.00       0.00          0          0          0
3583.39/3597.09	c   repair           :       0.00       0.00          0          0          0
3583.39/3597.09	c   rins             :       0.00       0.00          0          0          0
3583.39/3597.09	c   rootsoldiving    :     309.81       0.00          1          0          0
3583.39/3597.09	c   rounding         :       3.05       0.00        147          0          0
3583.39/3597.09	c   scheduler        :       0.00       0.00          0          0          0
3583.39/3597.09	c   shiftandpropagate:       3.74       0.00          1          0          0
3583.39/3597.09	c   shifting         :       6.41       0.00         97          0          0
3583.39/3597.09	c   simplerounding   :       0.01       0.00          0          0          0
3583.39/3597.09	c   subnlp           :       0.00       0.00          0          0          0
3583.39/3597.09	c   trivial          :       0.12       0.00          2          0          0
3583.39/3597.09	c   trivialnegation  :       0.00       0.00          0          0          0
3583.39/3597.09	c   trustregion      :       0.00       0.00          0          0          0
3583.39/3597.09	c   trysol           :       0.00       0.00          0          0          0
3583.39/3597.09	c   twoopt           :       0.00       0.00          0          0          0
3583.39/3597.09	c   undercover       :      23.97       0.00          1          0          0
3583.39/3597.09	c   vbounds          :     232.03       0.00          1          0          0
3583.39/3597.09	c   veclendiving     :       9.50       0.00          1          0          0
3583.39/3597.09	c   zeroobj          :       0.00       0.00          0          0          0
3583.39/3597.09	c   zirounding       :       1.26       0.00         70          0          0
3583.39/3597.09	c   other solutions  :          -          -          -          0          -
3583.39/3597.09	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	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
3583.39/3597.09	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3583.39/3597.09	c   primal LP        :       1.32         17          0       0.00       0.00       1.32         17
3583.39/3597.09	c   dual LP          :     750.66        214     183723     866.62     244.75       0.24          2
3583.39/3597.09	c   lex dual LP      :       0.00          0          0       0.00          -
3583.39/3597.09	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3583.39/3597.09	c   resolve instable :       0.00          0          0       0.00          -
3583.39/3597.09	c   diving/probing LP:     670.05        306     293059     957.71     437.37
3583.39/3597.09	c   strong branching :     972.44        335     229974     686.49     236.49          -          -        344
3583.39/3597.09	c     (at root node) :          -         31      23925     771.77          -
3583.39/3597.09	c   conflict analysis:       0.00          0          0       0.00          -
3583.39/3597.09	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3583.39/3597.09	c   benders          :       0.00          0          0          0       0.00          0          0          0
3583.39/3597.09	c B&B Tree           :
3583.39/3597.09	c   number of runs   :          1
3583.39/3597.09	c   nodes            :         71 (71 internal, 0 leaves)
3583.39/3597.09	c   feasible leaves  :          0
3583.39/3597.09	c   infeas. leaves   :          0
3583.39/3597.09	c   objective leaves :          0
3583.39/3597.09	c   nodes (total)    :         71 (71 internal, 0 leaves)
3583.39/3597.09	c   nodes left       :         72
3583.39/3597.09	c   max depth        :         15
3583.39/3597.09	c   max depth (total):         15
3583.39/3597.09	c   backtracks       :          6 (8.5%)
3583.39/3597.09	c   early backtracks :          0 (0.0%)
3583.39/3597.09	c   nodes exc. ref.  :          0 (0.0%)
3583.39/3597.09	c   delayed cutoffs  :          0
3583.39/3597.09	c   repropagations   :          2 (245 domain reductions, 0 cutoffs)
3583.39/3597.09	c   avg switch length:       2.11
3583.39/3597.09	c   switching time   :       1.72
3583.39/3597.09	c Root Node          :
3583.39/3597.09	c   First LP value   : +5.50794378079467e+05
3583.39/3597.09	c   First LP Iters   :       6618 (419.01 Iter/sec)
3583.39/3597.09	c   First LP Time    :      15.79
3583.39/3597.09	c   Final Dual Bound : +7.07546322734085e+05
3583.39/3597.09	c   Final Root Iters :      42571
3583.39/3597.09	c   Root LP Estimate : +5.11937820934529e+06
3583.39/3597.09	c Solution           :
3583.39/3597.09	c   Solutions found  :          0 (0 improvements)
3583.39/3597.09	c   Primal Bound     :          -
3583.39/3597.09	c   Dual Bound       : +7.07849164513314e+05
3583.39/3597.09	c   Gap              :   infinite
3583.39/3597.09	c Integrals          :      Total       Avg%
3583.39/3597.09	c   primal-dual      :  359708.18     100.00
3583.39/3597.09	c   primal-ref       :          -          - (not evaluated)
3583.39/3597.09	c   dual-ref         :          -          - (not evaluated)
3586.98/3600.69	c Time complete (sec):   3587.076

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504491-1751446725/watcher-4504491-1751446725 -o /tmp/evaluation-result-4504491-1751446725/solver-4504491-1751446725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751446725-63284 --watchdog 3760 pbsolver -f HOME/instance-4504491-1751446725.opb -t 3600 -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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=63334, runsolver pid=63322

[startup+0.100062 s]*
/proc/loadavg: 1.76 3.35 3.83 5/263 63340
/proc/meminfo: memFree=124111656/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=140808 memory=126592 CPUtime=0.09 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 29688 0 0 0 5 4 0 0 20 0 1 0 60347114 144187392 31648 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 35202 31648 2176 2575 0 32109 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 140808 KiB
Current children cumulated memory: 126592 KiB

[startup+0.205772 s]*
/proc/loadavg: 1.76 3.35 3.83 5/263 63340
/proc/meminfo: memFree=123885612/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=186148 memory=172160 CPUtime=0.2 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 41101 0 0 0 14 6 0 0 20 0 1 0 60347114 190615552 43040 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 46537 43040 2176 2575 0 43444 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 186148 KiB
Current children cumulated memory: 172160 KiB

[startup+0.305795 s]*
/proc/loadavg: 1.76 3.35 3.83 5/263 63340
/proc/meminfo: memFree=123677964/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=244004 memory=229888 CPUtime=0.3 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 55533 0 0 0 21 9 0 0 20 0 1 0 60347114 249860096 57472 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 61001 57472 2176 2575 0 57908 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 244004 KiB
Current children cumulated memory: 229888 KiB

[startup+0.700179 s]
/proc/loadavg: 1.76 3.35 3.83 5/263 63340
/proc/meminfo: memFree=123383316/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=399056 memory=384860 CPUtime=0.68 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 93765 0 0 0 54 14 0 0 20 0 1 0 60347114 408633344 96215 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 99764 96215 2176 2575 0 96671 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 399056 KiB
Current children cumulated memory: 384860 KiB

[startup+1.50016 s]
/proc/loadavg: 1.76 3.35 3.83 5/263 63340
/proc/meminfo: memFree=123032904/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=576404 memory=562256 CPUtime=1.48 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 135539 0 0 0 127 21 0 0 20 0 1 0 60347114 590237696 140564 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 144101 140564 2176 2575 0 141008 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 576404 KiB
Current children cumulated memory: 562256 KiB

[startup+3.10592 s]
/proc/loadavg: 1.76 3.35 3.83 5/263 63340
/proc/meminfo: memFree=121309468/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=1367812 memory=1341000 CPUtime=3.08 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 327619 0 0 0 257 51 0 0 20 0 1 0 60347114 1400639488 335250 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 341953 335250 2400 2575 0 338860 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1367812 KiB
Current children cumulated memory: 1341000 KiB

[startup+6.30017 s]
/proc/loadavg: 1.94 3.36 3.83 5/263 63340
/proc/meminfo: memFree=120053004/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=1564512 memory=1531844 CPUtime=6.27 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 380958 0 0 0 553 74 0 0 20 0 1 0 60347114 1602060288 382961 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 391128 382961 2528 2575 0 388035 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1564512 KiB
Current children cumulated memory: 1531844 KiB

[startup+12.7002 s]
/proc/loadavg: 2.18 3.39 3.84 5/263 63340
/proc/meminfo: memFree=119473916/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=1960656 memory=1927192 CPUtime=12.64 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 471601 0 0 0 1175 89 0 0 20 0 1 0 60347114 2007711744 481798 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 490164 481798 2560 2575 0 487071 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 1960656 KiB
Current children cumulated memory: 1927192 KiB

[startup+25.5002 s]
/proc/loadavg: 2.59 3.42 3.84 5/263 63341
/proc/meminfo: memFree=118736696/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=2086168 memory=2047292 CPUtime=25.4 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 479264 0 0 0 2448 92 0 0 20 0 1 0 60347114 2136236032 511823 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 521542 511823 2592 2575 0 518449 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2086168 KiB
Current children cumulated memory: 2047292 KiB

[startup+51.106 s]
/proc/loadavg: 3.13 3.48 3.85 5/263 63341
/proc/meminfo: memFree=118803244/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=2091288 memory=2052412 CPUtime=50.91 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 480551 0 0 0 4999 92 0 0 20 0 1 0 60347114 2141478912 513103 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 522822 513103 2592 2575 0 519729 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 2091288 KiB
Current children cumulated memory: 2052412 KiB

[startup+102.3 s]
/proc/loadavg: 3.62 3.57 3.86 5/264 63344
/proc/meminfo: memFree=118593224/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=2118584 memory=2079224 CPUtime=101.9 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 485751 0 0 0 10096 94 0 0 20 0 1 0 60347114 2169430016 519806 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 529646 519806 2592 2575 0 526553 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 2118584 KiB
Current children cumulated memory: 2079224 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 3.68 3.88 5/264 63357
/proc/meminfo: memFree=116491264/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=3152192 memory=3012412 CPUtime=161.69 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 669876 0 0 0 16039 130 0 0 20 0 1 0 60347114 3227844608 753103 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 788048 753103 2624 2575 0 784955 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 3152192 KiB
Current children cumulated memory: 3012412 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 3.75 3.90 5/264 63359
/proc/meminfo: memFree=116079724/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=3305804 memory=3142560 CPUtime=221.44 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 690178 0 0 0 22009 135 0 0 20 0 1 0 60347114 3385143296 785640 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 826451 785640 2656 2575 0 823358 0
Current children cumulated CPU time: 221.44 s
Current children cumulated vsize: 3305804 KiB
Current children cumulated memory: 3142560 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.82 3.91 5/265 63364
/proc/meminfo: memFree=115891840/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=3319592 memory=3156256 CPUtime=281.23 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 693618 0 0 0 27987 136 0 0 20 0 1 0 60347114 3399262208 789064 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 829898 789064 2656 2575 0 826805 0
Current children cumulated CPU time: 281.23 s
Current children cumulated vsize: 3319592 KiB
Current children cumulated memory: 3156256 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 3.87 3.92 5/264 63370
/proc/meminfo: memFree=115637592/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=3338396 memory=3174688 CPUtime=341.01 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 698232 0 0 0 33964 137 0 0 20 0 1 0 60347114 3418517504 793672 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 834599 793672 2656 2575 0 831506 0
Current children cumulated CPU time: 341.01 s
Current children cumulated vsize: 3338396 KiB
Current children cumulated memory: 3174688 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.91 3.93 5/263 63372
/proc/meminfo: memFree=115271948/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=3419880 memory=3253252 CPUtime=400.79 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 717798 0 0 0 39938 141 0 0 20 0 1 0 60347114 3501957120 813313 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 854970 813313 2656 2575 0 851877 0
Current children cumulated CPU time: 400.79 s
Current children cumulated vsize: 3419880 KiB
Current children cumulated memory: 3253252 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.96 3.95 5/263 63374
/proc/meminfo: memFree=114943404/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=3501676 memory=3323904 CPUtime=460.57 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 723571 0 0 0 45913 144 0 0 20 0 1 0 60347114 3585716224 830976 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 875419 830976 2656 2575 0 872326 0
Current children cumulated CPU time: 460.57 s

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

Current children cumulated memory: 5975008 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/262 63557
/proc/meminfo: memFree=103881956/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5976416 CPUtime=3210.09 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1320789 0 0 0 320758 251 0 0 20 0 1 0 60347114 8238096384 1494104 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1494104 2688 2575 0 2008161 0
Current children cumulated CPU time: 3210.09 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5976416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/262 63559
/proc/meminfo: memFree=103795284/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5977568 CPUtime=3269.87 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1320874 0 0 0 326736 251 0 0 20 0 1 0 60347114 8238096384 1494392 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1494392 2688 2575 0 2008161 0
Current children cumulated CPU time: 3269.87 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5977568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 63564
/proc/meminfo: memFree=103733200/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988064 CPUtime=3329.66 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1320884 0 0 0 332715 251 0 0 20 0 1 0 60347114 8238096384 1497016 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497016 2688 2575 0 2008161 0
Current children cumulated CPU time: 3329.66 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988064 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 63570
/proc/meminfo: memFree=103687384/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3389.43 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1321272 0 0 0 338692 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3389.43 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 63572
/proc/meminfo: memFree=102440740/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3449.2 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1321279 0 0 0 344669 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3449.2 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/263 63574
/proc/meminfo: memFree=102299500/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3508.97 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1321280 0 0 0 350646 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3508.97 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/263 63576
/proc/meminfo: memFree=102251944/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3568.74 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1321799 0 0 0 356623 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3568.74 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

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

# cumulated CPU time of all completed processes:  user=3584.51 s, system=2.6602 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.09 4.09 5/263 63576
/proc/meminfo: memFree=102252196/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3570.44 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1321799 0 0 0 356793 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3570.44 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

[startup+3590.4 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 63576
/proc/meminfo: memFree=102240496/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3576.81 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1321802 0 0 0 357430 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3576.81 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.10 4.09 5/263 63576
/proc/meminfo: memFree=101337068/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3583.19 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1321805 0 0 0 358068 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3583.19 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

[startup+3598.4 s]
/proc/loadavg: 4.15 4.10 4.09 4/259 63584
/proc/meminfo: memFree=105793984/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8045016 memory=5988448 CPUtime=3584.78 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1322216 0 0 0 358227 251 0 0 20 0 1 0 60347114 8238096384 1497112 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2011254 1497112 2688 2575 0 2008161 0
Current children cumulated CPU time: 3584.78 s
Current children cumulated vsize: 8045016 KiB
Current children cumulated memory: 5988448 KiB

[startup+3600 s]*
/proc/loadavg: 4.15 4.10 4.09 4/258 63607
/proc/meminfo: memFree=105824080/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=8038476 memory=5981988 CPUtime=3586.39 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1322562 0 0 0 358387 252 0 0 20 0 1 0 60347114 8231399424 1495497 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 2009619 1495497 2688 2575 0 2006526 0
Current children cumulated CPU time: 3586.39 s
Current children cumulated vsize: 8038476 KiB
Current children cumulated memory: 5981988 KiB

[startup+3600.4 s]
/proc/loadavg: 4.15 4.10 4.09 4/258 63607
/proc/meminfo: memFree=105824080/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=7964508 memory=5908020 CPUtime=3586.77 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1322577 0 0 0 358425 252 0 0 20 0 1 0 60347114 8155656192 1477005 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 1991127 1477005 2688 2575 0 1988034 0
Current children cumulated CPU time: 3586.77 s
Current children cumulated vsize: 7964508 KiB
Current children cumulated memory: 5908020 KiB

[startup+3600.6 s]
/proc/loadavg: 4.15 4.10 4.09 4/258 63607
/proc/meminfo: memFree=105824080/131249992 swapFree=33010160/33010684
[pid=63334] ppid=63322 vsize=7762956 memory=5706160 CPUtime=3586.98 cores=5,7
/proc/63334/stat : 63334 (pbsolver) R 63322 63334 63271 0 -1 4194304 1322577 0 0 0 358444 254 0 0 20 0 1 0 60347114 7949266944 1426796 18446744073709551615 4198400 14743177 140736462796048 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 33988608 140736462805386 140736462805482 140736462805482 140736462811084 0
/proc/63334/statm: 1940739 1426540 2688 2575 0 1937646 0
Current children cumulated CPU time: 3586.98 s
Current children cumulated vsize: 7762956 KiB
Current children cumulated memory: 5706160 KiB

[startup+3600.7 s]*
/proc/loadavg: 4.14 4.10 4.09 5/263 63621
/proc/meminfo: memFree=108550452/131249992 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3600.79
CPU time (s): 3587.17
CPU user time (s): 3584.51
CPU system time (s): 2.6602
CPU usage (%): 99.6219
Max. virtual memory (cumulated for all children) (KiB): 8045016
Max. memory (cumulated for all children) (KiB): 5988448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.51
system time used= 2.6602
maximum resident set size= 5988448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1322630
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= 6
involuntary context switches= 19641


# summary of solver processes directly reported to runsolver:
#   pid: 63334
#   total CPU time (s): 3587.17
#   total CPU user time (s): 3584.51
#   total CPU system time (s): 2.6602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.34049 second user time and 17.0087 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-02 10:58:46
IDJOB=4504491
IDBENCH=155662
IDSOLVER=3366
FILE ID=nodeC035/4504491-1751446725
RUNJOBID= nodeC035-1751446725-63284
SLURM_JOB_ID= 9598423
Free space on /tmp= 432732 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_6_mh.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504491-1751446725/watcher-4504491-1751446725 -o /tmp/evaluation-result-4504491-1751446725/solver-4504491-1751446725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751446725-63284 --watchdog 3760  pbsolver -f HOME/instance-4504491-1751446725.opb -t 3600 -m 31000

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

MD5SUM BENCH= be1e6661b1f36da26adf689ebfb8263d
RANDOM SEED=1285606261

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        124428644 kB
MemAvailable:   129694896 kB
Buffers:            1840 kB
Cached:          6017548 kB
SwapCached:            8 kB
Active:           360004 kB
Inactive:        5725812 kB
Active(anon):      72728 kB
Inactive(anon):    11588 kB
Active(file):     287276 kB
Inactive(file):  5714224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            102884 kB
Writeback:             4 kB
AnonPages:         69340 kB
Mapped:           104008 kB
Shmem:             18048 kB
KReclaimable:     207980 kB
Slab:             297960 kB
SReclaimable:     207980 kB
SUnreclaim:        89980 kB
KernelStack:        4096 kB
PageTables:         2948 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     333144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432644 MiB
End job on nodeC035 at 2025-07-02 11:58:47