Trace number 4530424

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.00a2UNSAT 1012.21 1014.93

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
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 benchmark0.626446
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

997.51/1000.25	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4530424-1752259242.opb
997.51/1000.25	c Solving mode: optimization
997.51/1000.25	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
997.51/1000.25	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
997.51/1000.25	c original problem has 9324 variables (9324 bin, 0 int, 0 impl, 0 cont) and 28660 constraints
997.51/1000.25	c presolving:
997.51/1000.25	c (round 1, fast)       56 del vars, 812 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15960 clqs
997.51/1000.25	c (round 2, fast)       71 del vars, 1262 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15510 clqs
997.51/1000.25	c (round 3, exhaustive) 71 del vars, 1290 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 0 upgd conss, 0 impls, 15510 clqs
997.51/1000.25	c (round 4, exhaustive) 71 del vars, 1290 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 27342 upgd conss, 0 impls, 15510 clqs
997.51/1000.25	c (round 5, exhaustive) 71 del vars, 2130 del conss, 0 add conss, 0 chg bounds, 1680 chg sides, 2520 chg coeffs, 27342 upgd conss, 0 impls, 15510 clqs
997.51/1000.25	c    (2.2s) probing: 1000/9253 (10.8%) - 0 fixings, 0 aggregations, 4677 implications, 0 bound changes
997.51/1000.25	c    (2.3s) probing: 1001/9253 (10.8%) - 0 fixings, 0 aggregations, 4680 implications, 0 bound changes
997.51/1000.25	c    (2.3s) probing aborted: 1000/1000 successive useless probings
997.51/1000.25	c    (2.3s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
997.51/1000.25	c    (2.4s) symmetry computation finished: 23 generators found (max: 1500, log10 of symmetry group size: 10.0) (symcode time: 0.07)
997.51/1000.25	c dynamic symmetry handling statistics:
997.51/1000.25	c    orbitopal reduction:        4 components: 331x6, 331x6, 330x11, 330x4
997.51/1000.25	c    orbital reduction:         no components
997.51/1000.25	c    lexicographic reduction:   no permutations
997.51/1000.25	c handled 4 out of 4 symmetry components
997.51/1000.25	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
997.51/1000.25	c  71 deleted vars, 2130 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1680 changed sides, 2520 changed coefficients
997.51/1000.25	c  0 implications, 20190 cliques
997.51/1000.25	c presolved problem has 9253 variables (9253 bin, 0 int, 0 impl, 0 cont) and 26530 constraints
997.51/1000.25	c    1106 constraints of type <knapsack>
997.51/1000.25	c   15510 constraints of type <setppc>
997.51/1000.25	c      28 constraints of type <linear>
997.51/1000.25	c    9886 constraints of type <logicor>
997.51/1000.25	c transformed objective value is always integral (scale: 1)
997.51/1000.25	c Presolving Time: 2.38
997.51/1000.25	c 
997.51/1000.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.51/1000.25	c  60.8s|     1 |     0 | 52713 |     - |   199M |   0 |9253 |  26k|  26k|   0 |  0 |  66 |   0 | 3.895635e+01 |      --      |    Inf | unknown
997.51/1000.25	c   109s|     1 |     0 |172073 |     - |   208M |   0 |9253 |  26k|  26k| 204 |  1 |  67 |   0 | 4.153635e+01 |      --      |    Inf | unknown
997.51/1000.25	c   114s|     1 |     0 |176198 |     - |   213M |   0 |9253 |  26k|  26k| 409 |  2 |  70 |   0 | 4.162302e+01 |      --      |    Inf | unknown
997.51/1000.25	c   119s|     1 |     0 |180864 |     - |   218M |   0 |9253 |  26k|  27k| 615 |  3 |  72 |   0 | 4.208765e+01 |      --      |    Inf | unknown
997.51/1000.25	c   127s|     1 |     0 |190104 |     - |   221M |   0 |9253 |  26k|  27k| 804 |  4 |  73 |   0 | 4.252650e+01 |      --      |    Inf | unknown
997.51/1000.25	c   140s|     1 |     0 |202510 |     - |   225M |   0 |9253 |  26k|  27k|1036 |  5 |  75 |   0 | 4.361668e+01 |      --      |    Inf | unknown
997.51/1000.25	c   145s|     1 |     0 |208429 |     - |   228M |   0 |9253 |  26k|  27k|1234 |  6 |  77 |   0 | 6.022222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   151s|     1 |     0 |214528 |     - |   231M |   0 |9253 |  26k|  27k|1414 |  7 |  80 |   0 | 6.022222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   155s|     1 |     0 |219424 |     - |   234M |   0 |9253 |  26k|  28k|1571 |  8 |  82 |   0 | 6.044444e+01 |      --      |    Inf | unknown
997.51/1000.25	c   159s|     1 |     0 |223436 |     - |   238M |   0 |9253 |  26k|  28k|1721 |  9 |  83 |   0 | 6.111111e+01 |      --      |    Inf | unknown
997.51/1000.25	c   164s|     1 |     0 |228013 |     - |   242M |   0 |9253 |  26k|  28k|1849 | 10 |  85 |   0 | 6.244444e+01 |      --      |    Inf | unknown
997.51/1000.25	c   168s|     1 |     0 |232650 |     - |   245M |   0 |9253 |  26k|  28k|1966 | 11 |  87 |   0 | 6.600000e+01 |      --      |    Inf | unknown
997.51/1000.25	c   170s|     1 |     0 |235622 |     - |   248M |   0 |9253 |  26k|  28k|2055 | 12 |  89 |   0 | 6.600000e+01 |      --      |    Inf | unknown
997.51/1000.25	c   173s|     1 |     0 |238773 |     - |   252M |   0 |9253 |  26k|  28k|2137 | 13 |  91 |   0 | 6.733333e+01 |      --      |    Inf | unknown
997.51/1000.25	c   176s|     1 |     0 |242416 |     - |   255M |   0 |9253 |  26k|  28k|2199 | 14 |  93 |   0 | 6.866667e+01 |      --      |    Inf | unknown
997.51/1000.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.51/1000.25	c   180s|     1 |     0 |247013 |     - |   257M |   0 |9253 |  26k|  28k|2308 | 15 |  95 |   0 | 6.955556e+01 |      --      |    Inf | unknown
997.51/1000.25	c   184s|     1 |     0 |251879 |     - |   260M |   0 |9253 |  26k|  28k|2400 | 16 |  96 |   0 | 7.583333e+01 |      --      |    Inf | unknown
997.51/1000.25	c   188s|     1 |     0 |255690 |     - |   263M |   0 |9253 |  26k|  28k|2492 | 17 |  97 |   0 | 7.700000e+01 |      --      |    Inf | unknown
997.51/1000.25	c   190s|     1 |     0 |258048 |     - |   266M |   0 |9253 |  26k|  28k|2552 | 18 |  99 |   0 | 7.766667e+01 |      --      |    Inf | unknown
997.51/1000.25	c   192s|     1 |     0 |260770 |     - |   269M |   0 |9253 |  26k|  28k|2656 | 19 | 100 |   0 | 7.938889e+01 |      --      |    Inf | unknown
997.51/1000.25	c   195s|     1 |     0 |264292 |     - |   272M |   0 |9253 |  26k|  29k|2727 | 20 | 101 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   197s|     1 |     0 |266605 |     - |   272M |   0 |9253 |  26k|  29k|2735 | 21 | 102 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   198s|     1 |     0 |267148 |     - |   272M |   0 |9253 |  26k|  28k|2744 | 22 | 104 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   199s|     1 |     0 |268281 |     - |   272M |   0 |9253 |  26k|  28k|2749 | 23 | 105 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   200s|     1 |     0 |268948 |     - |   272M |   0 |9253 |  26k|  28k|2759 | 24 | 107 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   201s|     1 |     0 |269762 |     - |   272M |   0 |9253 |  26k|  28k|2772 | 25 | 108 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   202s|     1 |     0 |270526 |     - |   272M |   0 |9253 |  26k|  28k|2780 | 26 | 110 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   204s|     1 |     0 |272385 |     - |   272M |   0 |9253 |  26k|  28k|2788 | 27 | 111 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   204s|     1 |     0 |272894 |     - |   272M |   0 |9253 |  26k|  28k|2797 | 28 | 112 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c   205s|     1 |     0 |273162 |     - |   272M |   0 |9253 |  26k|  28k|2802 | 29 | 115 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
997.51/1000.25	c   205s|     1 |     0 |273344 |     - |   272M |   0 |9253 |  26k|  28k|2811 | 30 | 117 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c  1000s|     1 |     2 |395154 |     - |   274M |   0 |9253 |  26k|  28k|2811 | 30 | 184 |   0 | 8.172222e+01 |      --      |    Inf | unknown
997.51/1000.25	c 
997.51/1000.25	c SCIP Status        : solving was interrupted [time limit reached]
997.51/1000.25	c Solving Time (sec) : 1000.04
997.51/1000.25	c Solving Nodes      : 1
997.51/1000.25	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
997.51/1000.25	c Dual Bound         : +8.17222222222222e+01
997.51/1000.25	c Gap                : infinite
997.51/1000.25	c ----------------------------------------------------------------------
997.51/1000.25	c dual bound: 81.72222222222224 -> 82
997.51/1000.25	c primal bound: 1e+20 -> 100000000000000000000
997.51/1000.25	c scip-goal-lb: 82
997.51/1000.25	c scip-goal-ub: 100000000000000000000
997.51/1000.28	c writing output to: HOME/tmpi1xpze1w.opb
997.51/1000.28	c appending fixed variable constraints
997.51/1000.28	c scip-fixed vars: 0.63% (58/9253)
997.51/1000.28	c ----------------------------------------------------------------------
997.51/1000.28	c executing external solver: HOME/naps-1.03a6
997.51/1000.28	c ----------------------------------------------------------------------
997.51/1000.28	c command: HOME/naps-1.03a6 -goal-lb=82 -goal-ub=99999999999999999999 HOME/tmpi1xpze1w.opb
997.51/1000.28	c NaPS 1.03a6.
997.51/1000.28	c Input file name: HOME/tmpi1xpze1w.opb
999.09/1001.84	c single stage optimization mode
1012.05/1014.80	c s UNSATISFIABLE
1012.05/1014.80	c _____________________________________________________________________________
1012.05/1014.80	c std/band forms        : 1163,0
1012.05/1014.80	c 2cl/3cl ITE-codings   : 315930,0
1012.05/1014.80	c BDD/srt/adr Max costs : 13589,1467,0
1012.05/1014.80	c BDDraw/bin/mul/srt/adr: 869,0,0,294,0
1012.05/1014.80	c BDD nodes             : 330640
1012.05/1014.80	c Es1/CC detections     : 0,0
1012.05/1014.80	c CC sort               : 266
1012.05/1014.80	c SAT/UNSAT calls       : 0,1
1012.05/1014.80	c regenrated variables  : 0
1012.05/1014.80	c eliminated fixed lits : 58
1012.05/1014.80	c goal lit flips        : 0
1012.05/1014.80	c goal stages           : 1
1012.05/1014.80	c goal shrink           : 0
1012.05/1014.80	c goal coeff separations: 0
1012.05/1014.80	c restarts              : 2047
1012.05/1014.80	c conflicts             : 45678          (3186 /sec)
1012.05/1014.80	c decisions             : 402347         (28060 /sec)
1012.05/1014.80	c propagations          : 31230789       (2178044 /sec)
1012.05/1014.80	c inspects              : 0              (0 /sec)
1012.05/1014.80	c CPU time (solving tm) : 14.34 s        (12.86 s, SAT 0 s, UNSAT 12.86 s)
1012.05/1014.80	c Time for Opt-base     : 0.002758 s
1012.05/1014.80	c Steps for Opt-base    : 0
1012.05/1014.80	c Time for BDD coding   : 0.9279 s
1012.05/1014.80	c Time for srt coding   : 0.03549 s
1012.05/1014.80	c _____________________________________________________________________________
1012.05/1014.82	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4530424-1752259242/watcher-4530424-1752259242 -o /tmp/evaluation-result-4530424-1752259242/solver-4530424-1752259242 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752253329-117726 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4530424-1752259242.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=119185, runsolver pid=119182

[startup+0.100061 s]*
/proc/loadavg: 4.06 4.08 4.09 5/272 119190
/proc/meminfo: memFree=127945800/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1187228 memory=32136 CPUtime=0.06 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 3752 0 0 0 5 1 0 0 20 0 1 0 141602068 1215721472 8034 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 296807 8034 4905 1 0 268829 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191420 KiB
Current children cumulated memory: 35208 KiB

[startup+0.205594 s]*
/proc/loadavg: 4.06 4.08 4.09 5/272 119190
/proc/meminfo: memFree=127913720/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1221688 memory=73736 CPUtime=0.17 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 11623 0 0 0 14 3 0 0 20 0 1 0 141602068 1251008512 18434 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 305422 18434 7657 1 0 276780 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1225880 KiB
Current children cumulated memory: 76808 KiB

[startup+0.305559 s]*
/proc/loadavg: 4.06 4.08 4.09 5/272 119190
/proc/meminfo: memFree=127873400/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1262580 memory=113928 CPUtime=0.27 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 21411 0 0 0 22 5 0 0 20 0 1 0 141602068 1292881920 28482 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 315645 28482 7945 1 0 287003 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1266772 KiB
Current children cumulated memory: 117000 KiB

[startup+0.700208 s]
/proc/loadavg: 4.06 4.08 4.09 5/272 119190
/proc/meminfo: memFree=127849208/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1289600 memory=140936 CPUtime=0.66 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 28168 0 0 0 60 6 0 0 20 0 1 0 141602068 1320550400 35234 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 322400 35234 7977 1 0 293758 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1293792 KiB
Current children cumulated memory: 144008 KiB

[startup+1.50018 s]
/proc/loadavg: 4.06 4.08 4.09 5/272 119190
/proc/meminfo: memFree=127841144/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1291392 memory=142728 CPUtime=1.45 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 28616 0 0 0 139 6 0 0 20 0 1 0 141602068 1322385408 35682 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 322848 35682 7977 1 0 294206 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1295584 KiB
Current children cumulated memory: 145800 KiB

[startup+3.10545 s]
/proc/loadavg: 4.13 4.10 4.09 5/272 119190
/proc/meminfo: memFree=127765380/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1413048 memory=236988 CPUtime=3.05 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 52610 0 0 0 295 10 0 0 20 0 1 0 141602068 1446961152 59247 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 353262 59247 8169 1 0 324620 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1417240 KiB
Current children cumulated memory: 240060 KiB

[startup+6.30016 s]
/proc/loadavg: 4.13 4.10 4.09 5/272 119190
/proc/meminfo: memFree=127760216/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1417024 memory=241852 CPUtime=6.24 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 53839 0 0 0 614 10 0 0 20 0 1 0 141602068 1451032576 60463 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 354256 60463 8169 1 0 325614 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 1421216 KiB
Current children cumulated memory: 244924 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.09 4.09 5/272 119191
/proc/meminfo: memFree=127758932/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1417924 memory=242876 CPUtime=12.62 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 54086 0 0 0 1252 10 0 0 20 0 1 0 141602068 1451954176 60719 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 354481 60719 8169 1 0 325839 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 1422116 KiB
Current children cumulated memory: 245948 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.09 4.09 5/272 119191
/proc/meminfo: memFree=127758972/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1418060 memory=242876 CPUtime=25.38 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 54111 0 0 0 2528 10 0 0 20 0 1 0 141602068 1452093440 60719 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 354515 60719 8169 1 0 325873 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1422252 KiB
Current children cumulated memory: 245948 KiB

[startup+51.1054 s]
/proc/loadavg: 4.14 4.10 4.09 5/272 119191
/proc/meminfo: memFree=127769436/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1420280 memory=245180 CPUtime=50.93 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 54688 0 0 0 5082 11 0 0 20 0 1 0 141602068 1454366720 61295 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 355070 61295 8169 1 0 326428 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1424472 KiB
Current children cumulated memory: 248252 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/272 119193
/proc/meminfo: memFree=127768656/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1421228 memory=246204 CPUtime=101.98 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 54943 0 0 0 10187 11 0 0 20 0 1 0 141602068 1455337472 61551 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 355307 61551 8169 1 0 326665 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 1425420 KiB
Current children cumulated memory: 249276 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/272 119195
/proc/meminfo: memFree=127732064/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1484152 memory=287152 CPUtime=161.82 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 61168 0 0 0 16170 12 0 0 20 0 1 0 141602068 1519771648 71788 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 371038 71788 8169 1 0 342396 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1488344 KiB
Current children cumulated memory: 290224 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/271 119198
/proc/meminfo: memFree=127711788/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1515676 memory=293732 CPUtime=221.65 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 62297 0 0 0 22152 13 0 0 20 0 1 0 141602068 1552052224 73433 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 378919 73433 8169 1 0 350277 0
Current children cumulated CPU time: 221.65 s

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

/proc/meminfo: memFree=127949352/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1515676 memory=314596 CPUtime=879.91 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 62338 0 0 0 87977 14 0 0 20 0 1 0 141602068 1552052224 78649 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 378919 78649 8169 1 0 350277 0
Current children cumulated CPU time: 879.91 s
Current children cumulated vsize: 1519868 KiB
Current children cumulated memory: 317668 KiB

[startup+942.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/268 119426
/proc/meminfo: memFree=128311208/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1604372 memory=422116 CPUtime=939.75 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 83116 0 0 0 93958 17 0 0 20 0 1 0 141602068 1642876928 105529 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 401093 105529 8169 1 0 372451 0
Current children cumulated CPU time: 939.75 s
Current children cumulated vsize: 1608564 KiB
Current children cumulated memory: 425188 KiB

[startup+1002.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/269 119429
/proc/meminfo: memFree=127964200/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1611500 memory=449892 CPUtime=997.59 cores=1,3
/proc/119190/stat : 119190 (python3) S 119185 119185 117714 0 -1 4194304 84967 0 0 0 99741 18 0 0 20 0 1 0 141602068 1650176000 112473 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 402875 112473 8201 1 0 374233 0
[pid=119429] ppid=119190 vsize=260644 memory=249952 CPUtime=2 cores=1,3
/proc/119429/stat : 119429 (naps-1.03a6) R 119190 119429 119429 0 -1 4194304 38379 0 0 0 192 8 0 0 20 0 1 0 141702094 266899456 62488 18446744073709551615 4198400 7047149 140731288990112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 10280960 140731288992101 140731288992241 140731288992241 140731288997833 0
/proc/119429/statm: 65161 62488 608 696 0 64322 0
Current children cumulated CPU time: 999.59 s
Current children cumulated vsize: 1876336 KiB
Current children cumulated memory: 702916 KiB

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

# cumulated CPU time of all completed processes:  user=1011.87 s, system=0.344293 s

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

[startup+1004.8 s]
/proc/loadavg: 4.13 4.10 4.09 5/269 119429
/proc/meminfo: memFree=127838300/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1611500 memory=449892 CPUtime=997.59 cores=1,3
/proc/119190/stat : 119190 (python3) S 119185 119185 117714 0 -1 4194304 84967 0 0 0 99741 18 0 0 20 0 1 0 141602068 1650176000 112473 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 402875 112473 8201 1 0 374233 0
[pid=119429] ppid=119190 vsize=311760 memory=303012 CPUtime=4.49 cores=1,3
/proc/119429/stat : 119429 (naps-1.03a6) R 119190 119429 119429 0 -1 4194304 44158 0 0 0 438 11 0 0 20 0 1 0 141702094 319242240 75753 18446744073709551615 4198400 7047149 140731288990112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 10280960 140731288992101 140731288992241 140731288992241 140731288997833 0
/proc/119429/statm: 77940 75753 640 696 0 77101 0
Current children cumulated CPU time: 1002.08 s
Current children cumulated vsize: 1927452 KiB
Current children cumulated memory: 755976 KiB

[startup+1011.2 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 119429
/proc/meminfo: memFree=127879960/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1611500 memory=449892 CPUtime=997.59 cores=1,3
/proc/119190/stat : 119190 (python3) S 119185 119185 117714 0 -1 4194304 84967 0 0 0 99741 18 0 0 20 0 1 0 141602068 1650176000 112473 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 402875 112473 8201 1 0 374233 0
[pid=119429] ppid=119190 vsize=285744 memory=279412 CPUtime=10.87 cores=1,3
/proc/119429/stat : 119429 (naps-1.03a6) R 119190 119429 119429 0 -1 4194304 46438 0 0 0 1074 13 0 0 20 0 1 0 141702094 292601856 69853 18446744073709551615 4198400 7047149 140731288990112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 10280960 140731288992101 140731288992241 140731288992241 140731288997833 0
/proc/119429/statm: 71436 69853 640 696 0 70597 0
Current children cumulated CPU time: 1008.46 s
Current children cumulated vsize: 1901436 KiB
Current children cumulated memory: 732376 KiB

[startup+1012.8 s]
/proc/loadavg: 4.12 4.10 4.09 5/269 119429
/proc/meminfo: memFree=127880212/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1611500 memory=449892 CPUtime=997.59 cores=1,3
/proc/119190/stat : 119190 (python3) S 119185 119185 117714 0 -1 4194304 84967 0 0 0 99741 18 0 0 20 0 1 0 141602068 1650176000 112473 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 402875 112473 8201 1 0 374233 0
[pid=119429] ppid=119190 vsize=285744 memory=279412 CPUtime=12.47 cores=1,3
/proc/119429/stat : 119429 (naps-1.03a6) R 119190 119429 119429 0 -1 4194304 46439 0 0 0 1234 13 0 0 20 0 1 0 141702094 292601856 69853 18446744073709551615 4198400 7047149 140731288990112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 10280960 140731288992101 140731288992241 140731288992241 140731288997833 0
/proc/119429/statm: 71436 69853 640 696 0 70597 0
Current children cumulated CPU time: 1010.06 s
Current children cumulated vsize: 1901436 KiB
Current children cumulated memory: 732376 KiB

[startup+1013.6 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 119430
/proc/meminfo: memFree=127921660/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1611500 memory=449892 CPUtime=997.59 cores=1,3
/proc/119190/stat : 119190 (python3) S 119185 119185 117714 0 -1 4194304 84967 0 0 0 99741 18 0 0 20 0 1 0 141602068 1650176000 112473 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 402875 112473 8201 1 0 374233 0
[pid=119429] ppid=119190 vsize=289500 memory=283124 CPUtime=13.26 cores=1,3
/proc/119429/stat : 119429 (naps-1.03a6) R 119190 119429 119429 0 -1 4194304 46867 0 0 0 1313 13 0 0 20 0 1 0 141702094 296448000 70781 18446744073709551615 4198400 7047149 140731288990112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 10280960 140731288992101 140731288992241 140731288992241 140731288997833 0
/proc/119429/statm: 72375 70781 640 696 0 71536 0
Current children cumulated CPU time: 1010.85 s
Current children cumulated vsize: 1905192 KiB
Current children cumulated memory: 736088 KiB

[startup+1014.4 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 119430
/proc/meminfo: memFree=127921660/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1611500 memory=449892 CPUtime=997.59 cores=1,3
/proc/119190/stat : 119190 (python3) S 119185 119185 117714 0 -1 4194304 84967 0 0 0 99741 18 0 0 20 0 1 0 141602068 1650176000 112473 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 402875 112473 8201 1 0 374233 0
[pid=119429] ppid=119190 vsize=289500 memory=283124 CPUtime=14.06 cores=1,3
/proc/119429/stat : 119429 (naps-1.03a6) R 119190 119429 119429 0 -1 4194304 46867 0 0 0 1393 13 0 0 20 0 1 0 141702094 296448000 70781 18446744073709551615 4198400 7047149 140731288990112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 10280960 140731288992101 140731288992241 140731288992241 140731288997833 0
/proc/119429/statm: 72375 70781 640 696 0 71536 0
Current children cumulated CPU time: 1011.65 s
Current children cumulated vsize: 1905192 KiB
Current children cumulated memory: 736088 KiB

[startup+1014.8 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 119430
/proc/meminfo: memFree=127921660/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1611500 memory=449892 CPUtime=997.59 cores=1,3
/proc/119190/stat : 119190 (python3) S 119185 119185 117714 0 -1 4194304 84967 0 0 0 99741 18 0 0 20 0 1 0 141602068 1650176000 112473 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 402875 112473 8201 1 0 374233 0
[pid=119429] ppid=119190 vsize=289500 memory=283124 CPUtime=14.46 cores=1,3
/proc/119429/stat : 119429 (naps-1.03a6) R 119190 119429 119429 0 -1 4194304 46867 0 0 0 1433 13 0 0 20 0 1 0 141702094 296448000 70781 18446744073709551615 4198400 7047149 140731288990112 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 10280960 140731288992101 140731288992241 140731288992241 140731288997833 0
/proc/119429/statm: 72375 70781 640 696 0 71536 0
Current children cumulated CPU time: 1012.05 s
Current children cumulated vsize: 1905192 KiB
Current children cumulated memory: 736088 KiB

[startup+1014.9 s]
/proc/loadavg: 4.11 4.10 4.09 5/269 119430
/proc/meminfo: memFree=127921660/131249996 swapFree=33000896/33010684
[pid=119185] ppid=119182 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/119185/stat : 119185 (scip-naps-1.00a) S 119182 119185 117714 0 -1 4194304 258 346 0 0 0 0 0 0 20 0 1 0 141602066 4292608 768 18446744073709551615 94210478690304 94210479584837 140721480376528 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94210479823888 94210479871632 94210481033216 140721480378779 140721480378878 140721480378878 140721480384482 0
/proc/119185/statm: 1048 768 704 219 0 110 0
[pid=119190] ppid=119185 vsize=1595840 memory=434232 CPUtime=1012.15 cores=1,3
/proc/119190/stat : 119190 (python3) R 119185 119185 117714 0 -1 4194304 85880 46872 0 0 99749 18 1434 14 20 0 1 0 141602068 1634140160 108558 18446744073709551615 94460197048320 94460197048697 140723850480480 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 94460197059992 94460197060612 94460205400064 140723850484062 140723850484256 140723850484256 140723850489831 0
/proc/119190/statm: 398960 108558 8201 1 0 370318 0
Current children cumulated CPU time: 1012.15 s
Current children cumulated vsize: 1600032 KiB
Current children cumulated memory: 437304 KiB

Child status: 0

Real time (s): 1014.93
CPU time (s): 1012.21
CPU user time (s): 1011.87
CPU system time (s): 0.344293
CPU usage (%): 99.7318
Max. virtual memory (cumulated for all children) (KiB): 1964056
Max. memory (cumulated for all children) (KiB): 791868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1011.87
system time used= 0.344293
maximum resident set size= 449892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 364
involuntary context switches= 1317


# summary of solver processes directly reported to runsolver:
#   pid: 119185
#   total CPU time (s): 1012.21
#   total CPU user time (s): 1011.87
#   total CPU system time (s): 0.344293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.68572 second user time and 4.0862 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-11 20:40:42
IDJOB=4530424
IDBENCH=158390
IDSOLVER=3388
FILE ID=nodeC023/4530424-1752259242
RUNJOBID= nodeC023-1752253329-117726
SLURM_JOB_ID= 9682585
Free space on /tmp= 431844 MiB

SOLVER NAME= SCIP-NaPS 1.00a2
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.opb
COMMAND LINE= ./scip-naps-1.00a2.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4530424-1752259242/watcher-4530424-1752259242 -o /tmp/evaluation-result-4530424-1752259242/solver-4530424-1752259242 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1752253329-117726 --watchdog 3760  ./scip-naps-1.00a2.sh HOME/instance-4530424-1752259242.opb

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=1659221192

nodeC023 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.893
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.78
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		: 3604.228
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.78
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.969
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.78
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		: 3599.913
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.78
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.894
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.78
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.892
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.78
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		: 3598.941
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.78
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		: 3597.435
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        127956500 kB
MemAvailable:   127976864 kB
Buffers:              16 kB
Cached:           760884 kB
SwapCached:         2860 kB
Active:          1905940 kB
Inactive:         592296 kB
Active(anon):    1697212 kB
Inactive(anon):    52736 kB
Active(file):     208728 kB
Inactive(file):   539560 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000896 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6644 kB
Writeback:             0 kB
AnonPages:       1737592 kB
Mapped:           129308 kB
Shmem:             12612 kB
KReclaimable:     222628 kB
Slab:             316032 kB
SReclaimable:     222628 kB
SUnreclaim:        93404 kB
KernelStack:        4416 kB
PageTables:         7520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5504296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150664 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 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:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431844 MiB
End job on nodeC023 at 2025-07-11 20:57:37