Trace number 4530288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP-NaPS 1.00a2? (TO) 3600.23 3610.88

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8655.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

196.16/196.76	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530288-1752253796.opb
196.16/196.76	c Solving mode: optimization
196.16/196.76	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
196.16/196.76	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
196.16/196.76	c original problem has 8424 variables (8424 bin, 0 int, 0 impl, 0 cont) and 9089 constraints
196.16/196.76	c presolving:
196.16/196.76	c (round 1, fast)       9 del vars, 1 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2293 clqs
196.16/196.76	c (round 2, fast)       9 del vars, 8416 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 2293 clqs
196.16/196.76	c (round 3, exhaustive) 9 del vars, 8416 del conss, 0 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 2293 clqs
196.16/196.76	c    (0.2s) probing: 51/8415 (0.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
196.16/196.76	c    (0.2s) probing aborted: 50/50 successive totally useless probings
196.16/196.76	c    (0.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
196.16/196.76	c    (3.1s) symmetry computation finished: 651 generators found (max: 1500, log10 of symmetry group size: 220.0) (symcode time: 2.89)
196.16/196.76	c dynamic symmetry handling statistics:
196.16/196.76	c    orbitopal reduction:       no components
196.16/196.76	c    orbital reduction:         no components
196.16/196.76	c    lexicographic reduction:   no permutations
196.16/196.76	c handled 1 out of 1 symmetry components
196.16/196.76	c (round 4, exhaustive) 594 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1886 clqs
196.16/196.76	c (round 5, medium)     831 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1864 clqs
196.16/196.76	c (round 6, medium)     900 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1842 clqs
196.16/196.76	c (round 7, medium)     991 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1793 clqs
196.16/196.76	c (round 8, medium)     1078 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1789 clqs
196.16/196.76	c (round 9, medium)     1117 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1784 clqs
196.16/196.76	c (round 10, medium)     1133 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1784 clqs
196.16/196.76	c (round 11, medium)     1139 del vars, 8416 del conss, 575 add conss, 9 chg bounds, 0 chg sides, 0 chg coeffs, 673 upgd conss, 0 impls, 1784 clqs
196.16/196.76	c    (4.2s) probing: 1000/8415 (11.9%) - 0 fixings, 0 aggregations, 40992 implications, 0 bound changes
196.16/196.76	c    (4.4s) probing: 1247/8415 (14.8%) - 0 fixings, 0 aggregations, 50374 implications, 0 bound changes
196.16/196.76	c    (4.4s) probing aborted: 1000/1000 successive useless probings
196.16/196.76	c presolving (12 rounds: 12 fast, 10 medium, 3 exhaustive):
196.16/196.76	c  1139 deleted vars, 8416 deleted constraints, 575 added constraints, 9 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
196.16/196.76	c  0 implications, 52158 cliques
196.16/196.76	c presolved problem has 7285 variables (7285 bin, 0 int, 0 impl, 0 cont) and 1248 constraints
196.16/196.76	c     576 constraints of type <knapsack>
196.16/196.76	c      97 constraints of type <setppc>
196.16/196.76	c     575 constraints of type <orbitope>
196.16/196.76	c transformed objective value is always integral (scale: 1)
196.16/196.76	c Presolving Time: 4.43
196.16/196.76	c 
196.16/196.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
196.16/196.76	c   5.0s|     1 |     0 |  1350 |     - |   183M |   0 |7285 |1304 | 673 |   0 |  0 |  55 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   5.6s|     1 |     0 |  2774 |     - |   188M |   0 |7285 |1305 | 697 |  24 |  1 |  56 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   5.7s|     1 |     0 |  3073 |     - |   190M |   0 |7285 |1306 | 724 |  51 |  2 |  57 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   5.9s|     1 |     0 |  3693 |     - |   195M |   0 |7285 |1306 | 755 |  82 |  3 |  57 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   6.0s|     1 |     0 |  4137 |     - |   199M |   0 |7285 |1306 | 784 | 111 |  4 |  57 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   6.4s|     1 |     0 |  5787 |     - |   201M |   0 |7285 |1306 | 816 | 143 |  5 |  57 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   6.6s|     1 |     0 |  6215 |     - |   204M |   0 |7285 |1307 | 843 | 170 |  6 |  58 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   6.9s|     1 |     0 |  8080 |     - |   207M |   0 |7285 |1309 | 875 | 202 |  7 |  60 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   7.3s|     1 |     0 |  9394 |     - |   212M |   0 |7285 |1319 | 905 | 232 |  8 |  70 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   7.6s|     1 |     0 | 10428 |     - |   217M |   0 |7285 |1321 | 932 | 259 |  9 |  72 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   8.0s|     1 |     0 | 12314 |     - |   218M |   0 |7285 |1322 | 965 | 292 | 10 |  73 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   8.6s|     1 |     0 | 15406 |     - |   221M |   0 |7285 |1322 | 981 | 327 | 11 |  73 |   0 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   9.5s|     1 |     2 | 18439 |     - |   221M |   0 |7285 |1340 | 981 | 327 | 11 |  91 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c  30.5s|   100 |    91 |129393 |1151.4 |   242M |  26 |7285 |1865 | 757 | 519 |  1 | 626 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c  41.0s|   200 |   163 |201196 | 933.6 |   254M |  44 |7285 |2161 | 786 | 786 |  1 | 929 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
196.16/196.76	c  49.4s|   300 |   203 |261425 | 822.8 |   258M |  50 |7285 |2358 | 781 | 994 |  0 |1149 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c  58.2s|   400 |   225 |317060 | 756.0 |   264M |  60 |7285 |2573 | 783 |1121 |  1 |1411 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c  67.5s|   500 |   223 |377422 | 725.5 |   270M |  60 |7285 |2754 | 786 |1190 |  0 |1707 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c  80.6s|   600 |   243 |461556 | 744.8 |   274M |  60 |7285 |2787 | 793 |1492 |  1 |1959 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c  90.9s|   700 |   257 |527288 | 732.3 |   277M |  60 |7285 |2778 | 790 |1724 |  0 |2207 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   103s|   800 |   246 |602017 | 734.2 |   279M |  60 |7285 |2900 | 790 |1862 |  1 |2561 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   112s|   900 |   245 |663397 | 720.8 |   281M |  60 |7285 |2996 | 785 |1949 |  0 |2835 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   120s|  1000 |   236 |711277 | 696.6 |   283M |  60 |7285 |2860 | 760 |2057 |  1 |3143 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   127s|  1100 |   259 |758171 | 675.9 |   284M |  60 |7285 |2878 | 773 |2209 |  1 |3439 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   137s|  1200 |   266 |834511 | 683.2 |   285M |  60 |7285 |2775 | 784 |2452 |  1 |3695 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   145s|  1300 |   269 |883739 | 668.5 |   286M |  60 |7285 |2852 | 787 |2630 |  0 |3918 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   156s|  1400 |   288 |957611 | 673.5 |   287M |  60 |7285 |2727 | 794 |2822 |  2 |4163 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   167s|  1500 |   288 |  1024k| 673.3 |   288M |  60 |7285 |2812 | 789 |2971 |  1 |4446 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   175s|  1600 |   303 |  1077k| 664.5 |   289M |  60 |7285 |2670 | 757 |3157 |  1 |4630 |  11 | 9.000000e+00 |      --      |    Inf | unknown
196.16/196.76	c   187s|  1700 |   328 |  1154k| 670.5 |   290M |  60 |7285 |2616 | 785 |3298 |  1 |4845 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
840.12/842.43	c   197s|  1800 |   355 |  1214k| 666.5 |   291M |  60 |7285 |2660 | 780 |3466 |  1 |5011 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   207s|  1900 |   375 |  1282k| 667.1 |   292M |  60 |7285 |2705 | 787 |3554 |  1 |5216 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   216s|  2000 |   399 |  1344k| 665.1 |   293M |  60 |7285 |2704 | 780 |3772 |  0 |5405 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   229s|  2100 |   415 |  1415k| 667.1 |   293M |  60 |7285 |2729 | 780 |3999 |  1 |5646 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   239s|  2200 |   458 |  1469k| 661.4 |   294M |  60 |7285 |2796 | 751 |4191 |  1 |5829 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   250s|  2300 |   501 |  1533k| 660.1 |   296M |  60 |7285 |2609 | 776 |4452 |  1 |6047 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   261s|  2400 |   554 |  1598k| 659.9 |   297M |  60 |7285 |2595 | 759 |4582 |  1 |6367 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   275s|  2500 |   594 |  1681k| 666.6 |   297M |  60 |7285 |2611 | 794 |4865 |  0 |6578 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   287s|  2600 |   631 |  1748k| 666.8 |   298M |  60 |7285 |2661 | 778 |5098 |  1 |6862 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   299s|  2700 |   657 |  1824k| 670.2 |   299M |  60 |7285 |2596 |   0 |5316 |  0 |7028 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   310s|  2800 |   698 |  1895k| 671.6 |   300M |  60 |7285 |2564 | 781 |5500 |  0 |7190 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   325s|  2900 |   736 |  1988k| 680.5 |   301M |  60 |7285 |2644 | 790 |5809 |  1 |7394 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   339s|  3000 |   750 |  2079k| 688.2 |   301M |  60 |7285 |2648 | 769 |5983 |  1 |7524 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   349s|  3100 |   765 |  2136k| 684.3 |   302M |  60 |7285 |2775 | 776 |6212 |  0 |7749 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   362s|  3200 |   801 |  2204k| 684.5 |   304M |  60 |7285 |2852 | 790 |6427 |  0 |8015 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
840.12/842.43	c   374s|  3300 |   835 |  2272k| 684.1 |   305M |  60 |7285 |2883 | 774 |6599 |  1 |8243 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   383s|  3400 |   870 |  2322k| 678.9 |   306M |  60 |7285 |2990 | 798 |6740 |  1 |8493 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   394s|  3500 |   906 |  2383k| 676.7 |   307M |  60 |7285 |3057 | 780 |6858 |  1 |8715 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   404s|  3600 |   950 |  2441k| 674.0 |   308M |  60 |7285 |3093 | 767 |7046 |  1 |8959 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   414s|  3700 |   984 |  2495k| 670.4 |   309M |  60 |7285 |3060 | 791 |7210 |  2 |9150 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   426s|  3800 |  1028 |  2561k| 670.1 |   311M |  60 |7285 |3040 | 772 |7426 |  1 |9433 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   437s|  3900 |  1064 |  2638k| 672.8 |   312M |  60 |7285 |3113 | 767 |7665 |  1 |9604 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   450s|  4000 |  1104 |  2719k| 676.1 |   313M |  60 |7285 |3169 | 788 |7873 |  0 |9857 |  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   464s|  4100 |  1126 |  2812k| 682.4 |   314M |  60 |7285 |3130 | 755 |8101 |  1 |  10k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   475s|  4200 |  1164 |  2881k| 682.5 |   315M |  60 |7285 |3199 | 777 |8264 |  1 |  10k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   487s|  4300 |  1196 |  2960k| 685.1 |   316M |  60 |7285 |3076 | 789 |8432 |  1 |  10k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   499s|  4400 |  1216 |  3033k| 686.0 |   316M |  60 |7285 |3088 | 803 |8620 |  1 |  10k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   514s|  4500 |  1272 |  3128k| 692.0 |   317M |  60 |7285 |3131 | 772 |8917 |  2 |  10k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   525s|  4600 |  1318 |  3192k| 690.9 |   317M |  60 |7285 |2769 | 789 |9159 |  0 |  11k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   535s|  4700 |  1362 |  3252k| 688.9 |   318M |  60 |7285 |2822 | 780 |9330 |  1 |  11k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
840.12/842.43	c   546s|  4800 |  1401 |  3317k| 688.1 |   318M |  60 |7285 |2888 | 778 |9484 |  1 |  11k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   559s|  4900 |  1433 |  3385k| 687.9 |   319M |  60 |7285 |2897 | 776 |9691 |  0 |  12k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   575s|  5000 |  1491 |  3482k| 693.5 |   320M |  60 |7285 |2763 | 767 |9921 |  1 |  12k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   589s|  5100 |  1525 |  3557k| 694.6 |   320M |  60 |7285 |2740 | 774 |  10k|  1 |  12k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   602s|  5200 |  1547 |  3629k| 695.2 |   321M |  60 |7285 |2572 | 767 |  10k|  1 |  12k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   610s|  5300 |  1573 |  3674k| 690.6 |   322M |  60 |7285 |2516 |   0 |  10k|  0 |  13k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   622s|  5400 |  1608 |  3738k| 689.6 |   323M |  60 |7285 |2542 | 780 |  10k|  1 |  13k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   635s|  5500 |  1641 |  3811k| 690.4 |   323M |  60 |7285 |2491 | 762 |  10k|  1 |  13k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   651s|  5600 |  1673 |  3900k| 693.9 |   325M |  60 |7285 |2484 | 774 |  11k|  0 |  14k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   665s|  5700 |  1727 |  3989k| 697.3 |   325M |  60 |7285 |2472 | 732 |  11k|  1 |  14k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   675s|  5800 |  1817 |  4057k| 697.0 |   326M |  60 |7285 |2605 | 747 |  11k|  1 |  14k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   688s|  5900 |  1865 |  4137k| 698.8 |   326M |  60 |7285 |2703 | 773 |  11k|  1 |  14k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   707s|  6000 |  1916 |  4260k| 707.7 |   327M |  60 |7285 |2749 | 765 |  12k|  1 |  14k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   723s|  6100 |  1950 |  4364k| 713.1 |   328M |  60 |7285 |2751 | 794 |  12k|  0 |  15k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   737s|  6200 |  1996 |  4457k| 716.5 |   329M |  60 |7285 |2756 | 770 |  12k|  0 |  15k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
840.12/842.43	c   747s|  6300 |  2036 |  4520k| 715.2 |   330M |  60 |7285 |2764 | 761 |  12k|  0 |  15k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   764s|  6400 |  2076 |  4611k| 718.2 |   331M |  60 |7285 |2916 | 795 |  13k|  0 |  15k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   777s|  6500 |  2122 |  4681k| 718.0 |   332M |  60 |7285 |2679 | 778 |  13k|  1 |  16k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   791s|  6600 |  2168 |  4755k| 718.3 |   332M |  60 |7285 |2696 | 771 |  13k|  1 |  16k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   805s|  6700 |  2186 |  4844k| 720.9 |   333M |  60 |7285 |2790 | 787 |  13k|  1 |  16k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   817s|  6800 |  2227 |  4907k| 719.5 |   334M |  60 |7285 |2930 | 775 |  13k|  1 |  17k|  11 | 9.000000e+00 |      --      |    Inf | unknown
840.12/842.43	c   831s|  6900 |  2264 |  4987k| 720.7 |   335M |  60 |7285 |3044 | 768 |  14k|  0 |  17k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   842s|  7000 |  2310 |  5044k| 718.6 |   337M |  60 |7285 |3115 | 770 |  14k|  1 |  17k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   854s|  7100 |  2363 |  5111k| 717.8 |   338M |  60 |7285 |3065 | 795 |  14k|  2 |  17k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   865s|  7200 |  2394 |  5167k| 715.6 |   339M |  60 |7285 |3170 | 762 |  14k|  1 |  18k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   877s|  7300 |  2428 |  5241k| 716.0 |   339M |  60 |7285 |3093 | 747 |  14k|  1 |  18k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   890s|  7400 |  2473 |  5305k| 715.0 |   340M |  60 |7285 |3152 | 772 |  15k|  1 |  18k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   901s|  7500 |  2494 |  5368k| 713.8 |   340M |  60 |7285 |3068 | 784 |  15k|  1 |  18k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   913s|  7600 |  2535 |  5430k| 712.6 |   341M |  60 |7285 |2759 | 756 |  15k|  0 |  19k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   929s|  7700 |  2541 |  5520k| 715.0 |   341M |  60 |7285 |2777 | 775 |  15k|  2 |  19k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.36/1000.19	c   943s|  7800 |  2609 |  5593k| 715.3 |   342M |  60 |7285 |2738 |   0 |  16k|  0 |  19k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   955s|  7900 |  2653 |  5662k| 714.9 |   343M |  60 |7285 |2791 | 776 |  16k|  1 |  20k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   967s|  8000 |  2684 |  5728k| 714.2 |   343M |  60 |7285 |2746 | 771 |  16k|  1 |  20k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   980s|  8100 |  2715 |  5797k| 714.0 |   343M |  60 |7285 |2801 | 769 |  16k|  1 |  20k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c   995s|  8200 |  2757 |  5879k| 715.2 |   344M |  60 |7285 |2844 | 788 |  16k|  2 |  20k|  11 | 9.000000e+00 |      --      |    Inf | unknown
997.36/1000.19	c 
997.36/1000.19	c SCIP Status        : solving was interrupted [time limit reached]
997.36/1000.19	c Solving Time (sec) : 1000.00
997.36/1000.19	c Solving Nodes      : 8234
997.36/1000.19	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
997.36/1000.19	c Dual Bound         : +9.00000000000000e+00
997.36/1000.19	c Gap                : infinite
997.36/1000.19	c ----------------------------------------------------------------------
997.36/1000.19	c dual bound: 9.0 -> 9
997.36/1000.19	c primal bound: 1e+20 -> 100000000000000000000
997.36/1000.19	c scip-goal-lb: 9
997.36/1000.19	c scip-goal-ub: 100000000000000000000
997.36/1000.19	c writing output to: HOME/tmp3l42sv21.opb
997.36/1000.19	c appending fixed variable constraints
997.36/1000.19	c scip-fixed vars: 15.63% (1139/7285)
997.36/1000.19	c ----------------------------------------------------------------------
997.36/1000.19	c executing external solver: HOME/naps-1.03a6
997.36/1000.19	c ----------------------------------------------------------------------
997.36/1000.19	c command: HOME/naps-1.03a6 -goal-lb=9 -goal-ub=99999999999999999999 HOME/tmp3l42sv21.opb
997.45/1000.21	c NaPS 1.03a6.
997.45/1000.21	c Input file name: HOME/tmp3l42sv21.opb
1001.10/1003.94	c single stage optimization mode
3600.02/3610.70	c
3600.02/3610.70	c *** TERMINATED *** by signal 15
3600.02/3610.70	c s UNKNOWN
3600.02/3610.70	c _____________________________________________________________________________
3600.02/3610.70	c std/band forms        : 673,0
3600.02/3610.70	c 2cl/3cl ITE-codings   : 631305,0
3600.02/3610.70	c BDD/srt/adr Max costs : 1655,25796,0
3600.02/3610.70	c BDDraw/bin/mul/srt/adr: 576,0,0,97,0
3600.02/3610.70	c BDD nodes             : 953856
3600.02/3610.70	c Es1/CC detections     : 0,0
3600.02/3610.70	c CC sort               : 97
3600.02/3610.70	c SAT/UNSAT calls       : 0,0
3600.02/3610.70	c regenrated variables  : 0
3600.02/3610.70	c eliminated fixed lits : 1166
3600.02/3610.70	c goal lit flips        : 0
3600.02/3610.70	c goal stages           : 1
3600.02/3610.70	c goal shrink           : 0
3600.02/3610.70	c goal coeff separations: 0
3600.02/3610.70	c restarts              : 0
3600.02/3610.70	c conflicts             : 0              (0 /sec)
3600.02/3610.70	c decisions             : 0              (0 /sec)
3600.02/3610.70	c propagations          : 0              (0 /sec)
3600.02/3610.70	c inspects              : 0              (0 /sec)
3600.02/3610.70	c CPU time (solving tm) : 2600 s        (2597 s, SAT 0 s, UNSAT 0 s)
3600.02/3610.70	c Time for Opt-base     : 0.002072 s
3600.02/3610.70	c Steps for Opt-base    : 0
3600.02/3610.70	c Time for BDD coding   : 2.561 s
3600.02/3610.70	c Time for srt coding   : 0.02718 s
3600.02/3610.70	c _____________________________________________________________________________
3600.02/3610.70	s UNKNOWN
3600.17/3610.83	c received SIGTERM, forwarding to pbsolver...
3600.17/3610.83	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (61454 MiB free)
  memory of node 1: 64465 MiB (58419 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530288-1752253796/watcher-4530288-1752253796 -o /tmp/evaluation-result-4530288-1752253796/solver-4530288-1752253796 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752253269-115888 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530288-1752253796.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=116527, runsolver pid=116524

[startup+0.10006 s]*
/proc/loadavg: 4.21 4.07 3.64 5/273 116532
/proc/meminfo: memFree=122750564/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1187652 memory=32460 CPUtime=0.07 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 3860 0 0 0 6 1 0 0 20 0 1 0 141002172 1216155648 8115 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 296913 8115 4922 1 0 268935 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191844 KiB
Current children cumulated memory: 35404 KiB

[startup+0.205937 s]*
/proc/loadavg: 4.21 4.07 3.64 5/273 116532
/proc/meminfo: memFree=122708984/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1238584 memory=90316 CPUtime=0.17 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 15617 0 0 0 14 3 0 0 20 0 1 0 141002172 1268310016 22579 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 309646 22579 7866 1 0 281004 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1242776 KiB
Current children cumulated memory: 93260 KiB

[startup+0.306169 s]*
/proc/loadavg: 4.21 4.07 3.64 5/273 116532
/proc/meminfo: memFree=122692856/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1254384 memory=105932 CPUtime=0.27 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 19464 0 0 0 24 3 0 0 20 0 1 0 141002172 1284489216 26483 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 313596 26483 7930 1 0 284954 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1258576 KiB
Current children cumulated memory: 108876 KiB

[startup+0.700157 s]
/proc/loadavg: 4.20 4.07 3.64 5/273 116532
/proc/meminfo: memFree=122669672/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1296276 memory=132300 CPUtime=0.66 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 26074 0 0 0 62 4 0 0 20 0 1 0 141002172 1327386624 33075 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 324069 33075 8026 1 0 295427 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1300468 KiB
Current children cumulated memory: 135244 KiB

[startup+1.5002 s]
/proc/loadavg: 4.20 4.07 3.64 5/273 116532
/proc/meminfo: memFree=122661608/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1302392 memory=138956 CPUtime=1.45 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 27732 0 0 0 141 4 0 0 20 0 1 0 141002172 1333649408 34739 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 325598 34739 8026 1 0 296956 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1306584 KiB
Current children cumulated memory: 141900 KiB

[startup+3.1054 s]
/proc/loadavg: 4.20 4.07 3.64 5/273 116532
/proc/meminfo: memFree=122604728/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1310548 memory=147020 CPUtime=3.06 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 29741 0 0 0 301 5 0 0 20 0 1 0 141002172 1342001152 36755 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 327637 36755 8026 1 0 298995 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1314740 KiB
Current children cumulated memory: 149964 KiB

[startup+6.30019 s]
/proc/loadavg: 4.18 4.07 3.64 5/273 116532
/proc/meminfo: memFree=121880620/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1429480 memory=263504 CPUtime=6.25 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 61192 0 0 0 615 10 0 0 20 0 1 0 141002172 1463787520 65876 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 357370 65876 8154 1 0 328728 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1433672 KiB
Current children cumulated memory: 266448 KiB

[startup+12.7001 s]
/proc/loadavg: 4.17 4.06 3.64 5/273 116532
/proc/meminfo: memFree=120844952/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1468708 memory=303920 CPUtime=12.63 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 81826 0 0 0 1250 13 0 0 20 0 1 0 141002172 1503956992 75980 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 367177 75980 8154 1 0 338535 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1472900 KiB
Current children cumulated memory: 306864 KiB

[startup+25.5002 s]
/proc/loadavg: 4.21 4.08 3.65 5/273 116533
/proc/meminfo: memFree=120221780/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1476048 memory=311540 CPUtime=25.4 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 94231 0 0 0 2525 15 0 0 20 0 1 0 141002172 1511473152 77885 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 369012 77885 8154 1 0 340370 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1480240 KiB
Current children cumulated memory: 314484 KiB

[startup+51.1057 s]
/proc/loadavg: 4.13 4.07 3.66 5/273 116533
/proc/meminfo: memFree=119878612/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1476048 memory=311540 CPUtime=50.94 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 94255 0 0 0 5079 15 0 0 20 0 1 0 141002172 1511473152 77885 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 369012 77885 8154 1 0 340370 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1480240 KiB
Current children cumulated memory: 314484 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.09 3.69 5/272 116535
/proc/meminfo: memFree=119204220/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1489196 memory=324468 CPUtime=102 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 97487 0 0 0 10184 16 0 0 20 0 1 0 141002172 1524936704 81117 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 372299 81117 8154 1 0 343657 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 1493388 KiB
Current children cumulated memory: 327412 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.09 3.72 5/271 116537
/proc/meminfo: memFree=119144272/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1497600 memory=332916 CPUtime=161.85 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 99605 0 0 0 16168 17 0 0 20 0 1 0 141002172 1533542400 83229 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 374400 83229 8154 1 0 345758 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 1501792 KiB
Current children cumulated memory: 335860 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.08 3.75 5/270 116539
/proc/meminfo: memFree=115963192/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1503424 memory=338676 CPUtime=221.71 cores=4,6
/proc/116532/stat : 116532 (python3) R 116527 116527 115877 0 -1 4194304 101050 0 0 0 22153 18 0 0 20 0 1 0 141002172 1539506176 84669 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 375856 84669 8154 1 0 347214 0
Current children cumulated CPU time: 221.71 s

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

/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=751304 memory=674492 CPUtime=2215.4 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 141391 0 0 0 221315 225 0 0 20 0 1 0 141102190 769335296 168623 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 187826 168623 608 696 0 186987 0
Current children cumulated CPU time: 3212.85 s
Current children cumulated vsize: 2384788 KiB
Current children cumulated memory: 1143712 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/273 117002
/proc/meminfo: memFree=103800004/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=751396 memory=674584 CPUtime=2275.21 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 141744 0 0 0 227294 227 0 0 20 0 1 0 141102190 769429504 168646 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 187849 168646 608 696 0 187010 0
Current children cumulated CPU time: 3272.66 s
Current children cumulated vsize: 2384880 KiB
Current children cumulated memory: 1143804 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/273 117004
/proc/meminfo: memFree=103993284/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=751352 memory=674540 CPUtime=2335.02 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 142593 0 0 0 233273 229 0 0 20 0 1 0 141102190 769384448 168635 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 187838 168635 608 696 0 186999 0
Current children cumulated CPU time: 3332.47 s
Current children cumulated vsize: 2384836 KiB
Current children cumulated memory: 1143760 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/271 117006
/proc/meminfo: memFree=103410472/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=752228 memory=675416 CPUtime=2394.83 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 143070 0 0 0 239253 230 0 0 20 0 1 0 141102190 770281472 168854 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 188057 168854 608 696 0 187218 0
Current children cumulated CPU time: 3392.28 s
Current children cumulated vsize: 2385712 KiB
Current children cumulated memory: 1144636 KiB

[startup+3462.3 s]
/proc/loadavg: 4.38 4.20 4.12 5/271 117008
/proc/meminfo: memFree=102547820/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=751232 memory=674420 CPUtime=2454.64 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 143445 0 0 0 245232 232 0 0 20 0 1 0 141102190 769261568 168605 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 187808 168605 608 696 0 186969 0
Current children cumulated CPU time: 3452.09 s
Current children cumulated vsize: 2384716 KiB
Current children cumulated memory: 1143640 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/270 117010
/proc/meminfo: memFree=100894188/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=751608 memory=674796 CPUtime=2514.46 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 144267 0 0 0 251212 234 0 0 20 0 1 0 141102190 769646592 168699 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 187902 168699 608 696 0 187063 0
Current children cumulated CPU time: 3511.91 s
Current children cumulated vsize: 2385092 KiB
Current children cumulated memory: 1144016 KiB

[startup+3582.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/271 117015
/proc/meminfo: memFree=103157188/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=752024 memory=675212 CPUtime=2574.26 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 144860 0 0 0 257191 235 0 0 20 0 1 0 141102190 770072576 168803 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 188006 168803 608 696 0 187167 0
Current children cumulated CPU time: 3571.71 s
Current children cumulated vsize: 2385508 KiB
Current children cumulated memory: 1144432 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 4.13 4.16 4.11 5/272 117017
/proc/meminfo: memFree=102095740/131250000 swapFree=33010684/33010684
[pid=116527] ppid=116524 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/116527/stat : 116527 (scip-naps-1.00a) S 116524 116527 115877 0 -1 4194304 259 341 0 0 0 0 0 0 20 0 1 0 141002170 4292608 736 18446744073709551615 94426146963456 94426147857989 140727425714528 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94426148097040 94426148144784 94426175217664 140727425722779 140727425722878 140727425722878 140727425728482 0
/proc/116527/statm: 1048 736 672 219 0 110 0
[pid=116532] ppid=116527 vsize=1629292 memory=466276 CPUtime=997.45 cores=4,6
/proc/116532/stat : 116532 (python3) S 116527 116527 115877 0 -1 4194304 141425 0 0 0 99719 26 0 0 20 0 1 0 141002172 1668395008 116569 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 407323 116569 8314 1 0 378681 0
[pid=116577] ppid=116532 vsize=752024 memory=675212 CPUtime=2602.57 cores=4,6
/proc/116577/stat : 116577 (naps-1.03a6) R 116532 116577 116577 0 -1 4194304 144860 0 0 0 260022 235 0 0 20 0 1 0 141102190 770072576 168803 18446744073709551615 4198400 7047149 140735275912800 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 22618112 140735275915622 140735275915761 140735275915761 140735275921353 0
/proc/116577/statm: 188006 168803 608 696 0 187167 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 2385508 KiB
Current children cumulated memory: 1144432 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002512 s, system=0.002767 s

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

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

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

[startup+3610.82 s]*
/proc/loadavg: 4.13 4.16 4.11 5/270 117017
/proc/meminfo: memFree=102755604/131250000 swapFree=33010684/33010684
[pid=116532] ppid=116524 vsize=1622516 memory=459520 CPUtime=3600.16 cores=4,6
/proc/116532/stat : 116532 (python3) R 116524 116527 115877 0 -1 4194304 179287 144861 0 0 99729 29 260022 236 20 0 1 0 141002172 1661456384 114880 18446744073709551615 94643536343040 94643536343417 140731769132144 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94643536354712 94643536355332 94643539357696 140731769133406 140731769133600 140731769133600 140731769139175 0
/proc/116532/statm: 405629 114880 8314 1 0 376987 0
Current cumulated CPU time of completed processes: 0.005279 s
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 1622516 KiB
Current children cumulated memory: 459520 KiB

Child status: 0

Real time (s): 3610.88
CPU time (s): 3600.23
CPU user time (s): 3597.56
CPU system time (s): 2.67731
CPU usage (%): 99.7053
Max. virtual memory (cumulated for all children) (KiB): 2684960
Max. memory (cumulated for all children) (KiB): 1422332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.56
system time used= 2.67732
maximum resident set size= 953880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 412
involuntary context switches= 3320


# summary of solver processes directly reported to runsolver:
#   pid: 116527,116532
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3597.56
#   total CPU system time (s): 2.67731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.84497 second user time and 17.3472 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-11 19:09:57
IDJOB=4530288
IDBENCH=148768
IDSOLVER=3388
FILE ID=nodeC028/4530288-1752253796
RUNJOBID= nodeC028-1752253269-115888
SLURM_JOB_ID= 9682584
Free space on /tmp= 431116 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530288-1752253796/watcher-4530288-1752253796 -o /tmp/evaluation-result-4530288-1752253796/solver-4530288-1752253796 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1752253269-115888 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530288-1752253796.opb

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=1347479233

nodeC028 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.943
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.16
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.040
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.569
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.16
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		: 3596.595
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.16
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		: 3596.687
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.16
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.730
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.16
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.078
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.16
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		: 3554.530
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.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        122750564 kB
MemAvailable:   125226100 kB
Buffers:            3280 kB
Cached:          3273440 kB
SwapCached:            0 kB
Active:          4835588 kB
Inactive:        2960492 kB
Active(anon):    4537428 kB
Inactive(anon):        0 kB
Active(file):     298160 kB
Inactive(file):  2960492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6576 kB
Writeback:           328 kB
AnonPages:       4521628 kB
Mapped:           133464 kB
Shmem:             18068 kB
KReclaimable:     112248 kB
Slab:             205328 kB
SReclaimable:     112248 kB
SUnreclaim:        93080 kB
KernelStack:        4448 kB
PageTables:        12804 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    8249796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431164 MiB
End job on nodeC028 at 2025-07-11 20:10:08