Trace number 4485793

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.00a1? (MO) 3515.71 3526.8

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-d6cube.opb
MD5SUM6022b5aad9039ac1ca82f9921059af7c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables185520
Total number of constraints404
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints404
Minimum length of a constraint30
Maximum length of a constraint185520
Number of terms in the objective function 185520
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 6640019433432
Number of bits of the sum of numbers in the objective function 43
Biggest number in a constraint 193273528320
Number of bits of the biggest number in a constraint 38
Biggest sum of numbers in a constraint 11024119093221
Number of bits of the biggest sum of numbers44
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

100.10/100.53	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --opt HOME/instance-4485793-1751287603.opb
100.10/100.53	c Solving mode: optimization
100.10/100.53	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
100.10/100.53	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
100.10/100.53	c original problem has 185520 variables (185520 bin, 0 int, 0 impl, 0 cont) and 404 constraints
100.10/100.53	c presolving:
100.10/100.53	c (round 1, fast)       65180 del vars, 1 del conss, 288 add conss, 65180 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 4033 clqs
100.10/100.53	c (round 2, fast)       65188 del vars, 3 del conss, 390 add conss, 65188 chg bounds, 955 chg sides, 56263 chg coeffs, 0 upgd conss, 0 impls, 4042 clqs
100.10/100.53	c (round 3, fast)       65188 del vars, 4 del conss, 397 add conss, 65188 chg bounds, 1763 chg sides, 112821 chg coeffs, 0 upgd conss, 0 impls, 4088 clqs
100.10/100.53	c (round 4, fast)       65188 del vars, 4 del conss, 397 add conss, 65188 chg bounds, 81305 chg sides, 192418 chg coeffs, 0 upgd conss, 0 impls, 4088 clqs
100.10/100.53	c (round 5, exhaustive) 65188 del vars, 107 del conss, 397 add conss, 65188 chg bounds, 81305 chg sides, 192418 chg coeffs, 0 upgd conss, 0 impls, 4088 clqs
100.10/100.53	c (round 6, exhaustive) 65188 del vars, 107 del conss, 397 add conss, 65188 chg bounds, 81305 chg sides, 192418 chg coeffs, 207 upgd conss, 0 impls, 4088 clqs
100.10/100.53	c (round 7, medium)     65188 del vars, 107 del conss, 399 add conss, 65188 chg bounds, 81340 chg sides, 192475 chg coeffs, 207 upgd conss, 0 impls, 4088 clqs
100.10/100.53	c (round 8, fast)       65188 del vars, 109 del conss, 399 add conss, 65188 chg bounds, 81340 chg sides, 192475 chg coeffs, 207 upgd conss, 0 impls, 4088 clqs
100.10/100.53	c (round 9, exhaustive) 65927 del vars, 109 del conss, 399 add conss, 65188 chg bounds, 81340 chg sides, 192475 chg coeffs, 207 upgd conss, 0 impls, 3832 clqs
100.10/100.53	c (round 10, fast)       65927 del vars, 110 del conss, 441 add conss, 65188 chg bounds, 81342 chg sides, 192475 chg coeffs, 207 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 11, fast)       65927 del vars, 110 del conss, 441 add conss, 65188 chg bounds, 160476 chg sides, 271667 chg coeffs, 207 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 12, exhaustive) 65927 del vars, 126 del conss, 441 add conss, 65188 chg bounds, 160477 chg sides, 271667 chg coeffs, 207 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 13, exhaustive) 65927 del vars, 126 del conss, 441 add conss, 65188 chg bounds, 160477 chg sides, 271667 chg coeffs, 234 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 14, fast)       65927 del vars, 150 del conss, 441 add conss, 65188 chg bounds, 160477 chg sides, 271667 chg coeffs, 234 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c    (9.9s) sparsify aborted: 24983/730045 (3.4%) nonzeros canceled - in total 24983 canceled nonzeros, 38671 changed coefficients, 0 added nonzeros
100.10/100.53	c (round 15, exhaustive) 65927 del vars, 150 del conss, 441 add conss, 65188 chg bounds, 160477 chg sides, 310338 chg coeffs, 234 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 16, fast)       65927 del vars, 150 del conss, 442 add conss, 65188 chg bounds, 160477 chg sides, 310338 chg coeffs, 234 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 17, fast)       65927 del vars, 150 del conss, 442 add conss, 65188 chg bounds, 199366 chg sides, 349227 chg coeffs, 234 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c    (10.5s) sparsify aborted: 3905/705062 (0.6%) nonzeros canceled - in total 28888 canceled nonzeros, 46881 changed coefficients, 0 added nonzeros
100.10/100.53	c (round 18, exhaustive) 65927 del vars, 150 del conss, 442 add conss, 65188 chg bounds, 199366 chg sides, 357437 chg coeffs, 234 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 19, fast)       65927 del vars, 150 del conss, 443 add conss, 65188 chg bounds, 199366 chg sides, 357437 chg coeffs, 234 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 20, exhaustive) 65927 del vars, 150 del conss, 443 add conss, 65188 chg bounds, 199366 chg sides, 357881 chg coeffs, 235 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c    (12.4s) probing: 51/119593 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
100.10/100.53	c    (12.4s) probing aborted: 50/50 successive totally useless probings
100.10/100.53	c    (12.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
100.10/100.53	c    (13.2s) symmetry computation finished: 535 generators found (max: 535, log10 of symmetry group size: 0.0) (symcode time: 0.19)
100.10/100.53	c dynamic symmetry handling statistics:
100.10/100.53	c    orbitopal reduction:       no components
100.10/100.53	c    orbital reduction:         52 components of sizes 30, 6, 3, 6, 5, 3, 6, 4, 13, 4, 21, 12, 6, 5, 6, 3, 8, 21, 9, 3, 3, 8, 4, 11, 13, 5, 4, 5, 5, 4, 12, 9, 12, 17, 3, 5, 3, 6, 5, 11, 5, 4, 4, 3, 7, 7, 6, 3, 3, 3, 4, 7
100.10/100.53	c    lexicographic reduction:  375 permutations with support sizes 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
100.10/100.53	c handled 183 out of 183 symmetry components
100.10/100.53	c (round 21, exhaustive) 65927 del vars, 150 del conss, 603 add conss, 65188 chg bounds, 199366 chg sides, 357881 chg coeffs, 235 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 22, fast)       65927 del vars, 150 del conss, 604 add conss, 65188 chg bounds, 199366 chg sides, 357881 chg coeffs, 235 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 23, fast)       65927 del vars, 150 del conss, 604 add conss, 65188 chg bounds, 199370 chg sides, 357886 chg coeffs, 235 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 24, exhaustive) 65927 del vars, 150 del conss, 604 add conss, 65188 chg bounds, 199370 chg sides, 357886 chg coeffs, 396 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c (round 25, fast)       65927 del vars, 151 del conss, 604 add conss, 65188 chg bounds, 199370 chg sides, 357886 chg coeffs, 396 upgd conss, 0 impls, 3906 clqs
100.10/100.53	c presolving (26 rounds: 26 fast, 12 medium, 11 exhaustive):
100.10/100.53	c  65927 deleted vars, 151 deleted constraints, 604 added constraints, 65188 tightened bounds, 0 added holes, 199370 changed sides, 357886 changed coefficients
100.10/100.53	c  0 implications, 3906 cliques
100.10/100.53	c presolved problem has 119593 variables (119593 bin, 0 int, 0 impl, 0 cont) and 857 constraints
100.10/100.53	c       3 constraints of type <knapsack>
100.10/100.53	c     162 constraints of type <setppc>
100.10/100.53	c     487 constraints of type <linear>
100.10/100.53	c     205 constraints of type <logicor>
100.10/100.53	c transformed objective value is always integral (scale: 1)
100.10/100.53	c Presolving Time: 13.13
100.10/100.53	c 
100.10/100.53	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
100.10/100.53	c  39.3s|     1 |     0 |  7873 |     - |  1117M |   0 | 119k| 858 | 857 |   0 |  0 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
100.10/100.53	c  86.4s|     1 |     0 | 25047 |     - |  1202M |   0 | 119k| 858 |1013 | 156 |  1 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
100.10/100.53	c  90.1s|     1 |     0 | 25633 |     - |  1211M |   0 | 119k| 858 |1178 | 321 |  2 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
100.10/100.53	c  94.3s|     1 |     0 | 26287 |     - |  1219M |   0 | 119k| 858 |1351 | 494 |  3 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c  99.0s|     1 |     0 | 27064 |     - |  1227M |   0 | 119k| 858 |1533 | 676 |  4 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c   103s|     1 |     0 | 27660 |     - |  1238M |   0 | 119k| 858 |1695 | 838 |  5 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c   108s|     1 |     0 | 28238 |     - |  1250M |   0 | 119k| 858 |1849 | 992 |  6 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c   116s|     1 |     0 | 29406 |     - |  1285M |   0 | 119k| 858 |2006 |1149 |  7 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c   124s|     1 |     0 | 30346 |     - |  1296M |   0 | 119k| 858 |2152 |1295 |  8 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c   130s|     1 |     0 | 31261 |     - |  1304M |   0 | 119k| 858 |2294 |1437 |  9 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c   136s|     1 |     0 | 32188 |     - |  1311M |   0 | 119k| 858 |2421 |1564 | 10 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c  1000s|     1 |     0 |149903 |     - |  1319M |   0 | 119k| 858 |2538 |1681 | 11 |   0 |   0 | 3.220395e+05 |      --      |    Inf | unknown
999.11/1002.28	c (node 1) LP solver hit time limit in LP 17 -- using pseudo solution instead
999.11/1002.28	c 
999.11/1002.28	c SCIP Status        : solving was interrupted [time limit reached]
999.11/1002.28	c Solving Time (sec) : 1000.01
999.11/1002.28	c Solving Nodes      : 1
999.11/1002.28	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
999.11/1002.28	c Dual Bound         : +3.22039466666667e+05
999.11/1002.28	c Gap                : infinite
999.11/1002.28	c ----------------------------------------------------------------------
999.11/1002.28	c dual bound: 322039.46666666714 -> 322040
999.11/1002.28	c primal bound: 1e+20 -> 100000000000000000000
999.11/1002.28	c scip-goal-lb: 322040
999.11/1002.28	c scip-goal-ub: 100000000000000000000
999.11/1002.28	c writing output to: HOME/tmp07mshly_.opb
999.11/1002.28	c appending fixed variable constraints
999.11/1002.28	c scip-fixed vars: 55.13% (65927/119593)
999.11/1002.28	c ----------------------------------------------------------------------
999.11/1002.28	c executing external solver: HOME/naps-1.03a6
999.11/1002.28	c ----------------------------------------------------------------------
999.11/1002.28	c command: HOME/naps-1.03a6 -goal-lb=322040 -goal-ub=99999999999999999999 HOME/tmp07mshly_.opb
999.21/1002.34	c NaPS 1.03a6.
999.21/1002.34	c Input file name: HOME/tmp07mshly_.opb
3513.59/3524.70	c
3513.59/3524.70	c *** TERMINATED *** by signal 15
3513.59/3524.70	c _____________________________________________________________________________
3513.59/3524.70	c std/band forms        : 30,398
3513.59/3524.70	c 2cl/3cl ITE-codings   : 0,4484917
3513.59/3524.70	c BDD/srt/adr Max costs : 23207626,37649111,0
3513.59/3524.70	c BDDraw/bin/mul/srt/adr: 398,0,1,29,0
3513.59/3524.70	c BDD nodes             : 104873070
3513.59/3524.70	c Es1/CC detections     : 0,0
3513.59/3524.70	c CC sort               : 0
3513.59/3524.70	c SAT/UNSAT calls       : 0,0
3513.59/3524.70	c regenrated variables  : 0
3513.59/3524.70	c eliminated fixed lits : 918134
3513.59/3524.70	c goal lit flips        : 0
3513.59/3524.70	c goal stages           : 0
3513.59/3524.70	c goal shrink           : 0
3513.59/3524.70	c goal coeff separations: 0
3513.59/3524.70	c restarts              : 0
3513.59/3524.70	c conflicts             : 0              (0 /sec)
3513.59/3524.70	c decisions             : 0              (0 /sec)
3513.59/3524.70	c propagations          : 0              (0 /sec)
3513.59/3524.70	c inspects              : 0              (0 /sec)
3513.59/3524.70	c CPU time (solving tm) : 2501 s        (0 s, SAT 0 s, UNSAT 0 s)
3513.59/3524.70	c Time for Opt-base     : 55.24 s
3513.59/3524.70	c Steps for Opt-base    : 314478714
3513.59/3524.70	c Time for BDD coding   : 1506 s
3513.59/3524.70	c Time for srt coding   : 165.2 s
3513.59/3524.70	c _____________________________________________________________________________
999.22/3525.24	c received SIGTERM, forwarding to pbsolver...
999.22/3525.24	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485793-1751287603/watcher-4485793-1751287603 -o /tmp/evaluation-result-4485793-1751287603/solver-4485793-1751287603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751280833-40130 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4485793-1751287603.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
solver pid=41636, runsolver pid=41633
Current StackSize limit: 8192 KiB


[startup+0.100075 s]*
/proc/loadavg: 4.16 4.22 4.15 5/259 41641
/proc/meminfo: memFree=125674808/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=12828 memory=9984 CPUtime=0.05 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 1492 0 0 0 5 0 0 0 20 0 1 0 44439769 13135872 2496 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 3207 2496 1184 1 0 1410 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 17020 KiB
Current children cumulated memory: 12928 KiB

[startup+0.213721 s]*
/proc/loadavg: 4.16 4.22 4.15 5/259 41641
/proc/meminfo: memFree=125672544/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=1186496 memory=30960 CPUtime=0.15 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 3552 0 0 0 13 2 0 0 20 0 1 0 44439769 1214971904 7740 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 296624 7740 4831 1 0 268646 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1190688 KiB
Current children cumulated memory: 33904 KiB

[startup+0.310219 s]*
/proc/loadavg: 4.16 4.22 4.15 5/259 41641
/proc/meminfo: memFree=125666496/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=1193940 memory=38640 CPUtime=0.23 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 4858 0 0 0 21 2 0 0 20 0 1 0 44439769 1222594560 9660 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 3 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 298485 9660 5535 1 0 269843 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 1198132 KiB
Current children cumulated memory: 41584 KiB

[startup+0.700337 s]
/proc/loadavg: 4.16 4.22 4.15 5/259 41641
/proc/meminfo: memFree=125722184/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=1371012 memory=217328 CPUtime=0.6 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 47702 0 0 0 46 14 0 0 20 0 1 0 44439769 1403916288 54332 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 342753 54332 7519 1 0 314111 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 1375204 KiB
Current children cumulated memory: 220272 KiB

[startup+1.5004 s]
/proc/loadavg: 4.16 4.22 4.15 5/259 41641
/proc/meminfo: memFree=125721428/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=1427364 memory=271344 CPUtime=1.39 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 61194 0 0 0 121 18 0 0 20 0 1 0 44439769 1461620736 67836 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 356841 67836 7551 1 0 328199 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 1431556 KiB
Current children cumulated memory: 274288 KiB

[startup+3.1137 s]
/proc/loadavg: 4.23 4.23 4.16 5/259 41641
/proc/meminfo: memFree=125563708/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=1799120 memory=634612 CPUtime=3 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 156453 0 0 0 262 38 0 0 20 0 1 0 44439769 1842298880 158653 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 449780 158653 7871 1 0 421138 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 1803312 KiB
Current children cumulated memory: 637556 KiB

[startup+6.3004 s]
/proc/loadavg: 4.23 4.23 4.16 5/259 41641
/proc/meminfo: memFree=125499828/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=1830280 memory=663412 CPUtime=6.17 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 163649 0 0 0 578 39 0 0 20 0 1 0 44439769 1874206720 165853 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 457570 165853 7871 1 0 428928 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 1834472 KiB
Current children cumulated memory: 666356 KiB

[startup+12.7004 s]
/proc/loadavg: 4.19 4.22 4.16 5/259 41641
/proc/meminfo: memFree=125345100/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2049276 memory=852972 CPUtime=12.56 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 198826 0 0 0 1209 47 0 0 20 0 1 0 44439769 2098458624 213243 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 512319 213243 7935 1 0 483677 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 2053468 KiB
Current children cumulated memory: 855916 KiB

[startup+25.5004 s]
/proc/loadavg: 4.16 4.22 4.15 5/259 41641
/proc/meminfo: memFree=124997484/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2398060 memory=1164664 CPUtime=25.32 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 275308 0 0 0 2474 58 0 0 20 0 1 0 44439769 2455613440 291166 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 599515 291166 8063 1 0 570873 0
Current children cumulated CPU time: 25.33 s
Current children cumulated vsize: 2402252 KiB
Current children cumulated memory: 1167608 KiB

[startup+51.114 s]
/proc/loadavg: 4.25 4.23 4.16 5/259 41642
/proc/meminfo: memFree=124979176/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2412232 memory=1178268 CPUtime=50.85 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 278170 0 0 0 5027 58 0 0 20 0 1 0 44439769 2470125568 294567 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 603058 294567 8063 1 0 574416 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 2416424 KiB
Current children cumulated memory: 1181212 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.21 4.16 5/259 41644
/proc/meminfo: memFree=124863684/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2539928 memory=1303188 CPUtime=101.89 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 299219 0 0 0 10125 64 0 0 20 0 1 0 44439769 2600886272 325797 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 634982 325797 8063 1 0 606340 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 2544120 KiB
Current children cumulated memory: 1306132 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.20 4.16 5/258 41695
/proc/meminfo: memFree=125706312/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2640908 memory=1402152 CPUtime=161.72 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 322113 0 0 0 16102 70 0 0 20 0 1 0 44439769 2704289792 350538 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 660227 350538 8063 1 0 631585 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 2645100 KiB
Current children cumulated memory: 1405096 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.19 4.16 5/258 41697
/proc/meminfo: memFree=125689220/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2644068 memory=1405352 CPUtime=221.56 cores=1,3
/proc/41641/stat : 41641 (python3) R 41636 41636 40118 0 -1 4194304 322946 0 0 0 22085 71 0 0 20 0 1 0 44439769 2707525632 351338 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 661017 351338 8063 1 0 632375 0
Current children cumulated CPU time: 221.57 s

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

/proc/meminfo: memFree=93240956/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2786088 memory=1549880 CPUtime=999.2 cores=1,3
/proc/41641/stat : 41641 (python3) S 41636 41636 40118 0 -1 4194304 352053 0 0 0 99840 80 0 0 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
[pid=41750] ppid=41641 vsize=21675060 memory=21140916 CPUtime=2332.57 cores=1,3
/proc/41750/stat : 41750 (naps-1.03a6) R 41641 41750 41750 0 -1 4194304 4305628 0 0 0 232193 1064 0 0 20 0 1 0 44539996 22195261440 5285229 18446744073709551615 4198400 7047149 140734074290672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 28434432 140734074292579 140734074292723 140734074292723 140734074298313 0
/proc/41750/statm: 5418765 5285229 576 696 0 5417926 0
Current children cumulated CPU time: 3331.78 s
Current children cumulated vsize: 24465340 KiB
Current children cumulated memory: 22693740 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/255 41955
/proc/meminfo: memFree=93195340/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2786088 memory=1549880 CPUtime=999.2 cores=1,3
/proc/41641/stat : 41641 (python3) S 41636 41636 40118 0 -1 4194304 352053 0 0 0 99840 80 0 0 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
[pid=41750] ppid=41641 vsize=21675060 memory=21173684 CPUtime=2392.38 cores=1,3
/proc/41750/stat : 41750 (naps-1.03a6) R 41641 41750 41750 0 -1 4194304 4310630 0 0 0 238164 1074 0 0 20 0 1 0 44539996 22195261440 5293421 18446744073709551615 4198400 7047149 140734074290672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 28434432 140734074292579 140734074292723 140734074292723 140734074298313 0
/proc/41750/statm: 5418765 5293421 576 696 0 5417926 0
Current children cumulated CPU time: 3391.59 s
Current children cumulated vsize: 24465340 KiB
Current children cumulated memory: 22726508 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/258 41966
/proc/meminfo: memFree=87300316/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2786088 memory=1549880 CPUtime=999.2 cores=1,3
/proc/41641/stat : 41641 (python3) S 41636 41636 40118 0 -1 4194304 352053 0 0 0 99840 80 0 0 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
[pid=41750] ppid=41641 vsize=27074292 memory=26693724 CPUtime=2452.19 cores=1,3
/proc/41750/stat : 41750 (naps-1.03a6) R 41641 41750 41750 0 -1 4194304 4317542 0 0 0 244026 1193 0 0 20 0 1 0 44539996 27724075008 6673431 18446744073709551615 4198400 7047149 140734074290672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 28434432 140734074292579 140734074292723 140734074292723 140734074298313 0
/proc/41750/statm: 6768573 6673431 576 696 0 6767734 0
Current children cumulated CPU time: 3451.4 s
Current children cumulated vsize: 29864572 KiB
Current children cumulated memory: 28246548 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 6/258 41968
/proc/meminfo: memFree=86932684/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2786088 memory=1549880 CPUtime=999.2 cores=1,3
/proc/41641/stat : 41641 (python3) S 41636 41636 40118 0 -1 4194304 352053 0 0 0 99840 80 0 0 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
[pid=41750] ppid=41641 vsize=27540972 memory=27017448 CPUtime=2511.99 cores=1,3
/proc/41750/stat : 41750 (naps-1.03a6) R 41641 41750 41750 0 -1 4194304 4355212 0 0 0 249911 1288 0 0 20 0 1 0 44539996 28201955328 6754362 18446744073709551615 4198400 7047149 140734074290672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 28434432 140734074292579 140734074292723 140734074292723 140734074298313 0
/proc/41750/statm: 6885243 6754362 576 696 0 6884404 0
Current children cumulated CPU time: 3511.2 s
Current children cumulated vsize: 30331252 KiB
Current children cumulated memory: 28570272 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3524.7 s]
/proc/loadavg: 4.08 4.10 4.09 5/258 41968
/proc/meminfo: memFree=86455256/131382112 swapFree=33010684/33010684
[pid=41636] ppid=41633 vsize=4192 memory=2944 CPUtime=0.01 cores=1,3
/proc/41636/stat : 41636 (scip-naps-1.00.) S 41633 41636 40118 0 -1 4194304 257 1329 0 0 0 0 0 1 20 0 1 0 44439766 4292608 736 18446744073709551615 94329266864128 94329267758661 140732471761408 0 0 0 65536 4 65538 1 0 0 17 3 0 0 0 0 0 94329267997712 94329268045456 94329287524352 140732471769505 140732471769602 140732471769602 140732471775204 0
/proc/41636/statm: 1048 736 672 219 0 110 0
[pid=41641] ppid=41636 vsize=2786088 memory=1549880 CPUtime=999.2 cores=1,3
/proc/41641/stat : 41641 (python3) S 41636 41636 40118 0 -1 4194304 352053 0 0 0 99840 80 0 0 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
[pid=41750] ppid=41641 vsize=29011424 memory=28457800 CPUtime=2514.38 cores=1,3
/proc/41750/stat : 41750 (naps-1.03a6) R 41641 41750 41750 0 -1 4194304 4361361 0 0 0 250094 1344 0 0 20 0 1 0 44539996 29707698176 7114450 18446744073709551615 4198400 7047149 140734074290672 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 28434432 140734074292579 140734074292723 140734074292723 140734074298313 0
/proc/41750/statm: 7252856 7114450 576 696 0 7252017 0
Current children cumulated CPU time: 3513.59 s
Current children cumulated vsize: 31801704 KiB
Current children cumulated memory: 30010624 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=0.004885 s, system=0.015509 s
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+3526.8 s]
# the end of solver process 41641 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

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

Solver just ended.
Dumping a history of the last processes samples

[startup+3524.81 s]*
/proc/loadavg: 4.08 4.10 4.09 5/257 41968
/proc/meminfo: memFree=89613732/131382112 swapFree=33010684/33010684
[pid=41641] ppid=41633 vsize=2786088 memory=1549880 CPUtime=999.2 cores=1,3
/proc/41641/stat : 41641 (python3) S 41633 41636 40118 0 -1 4194304 352067 0 0 0 99840 80 0 0 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 1 0 0 17 3 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
Current cumulated CPU time of completed processes: 0.020394 s
Current children cumulated CPU time: 999.2 s
Current children cumulated vsize: 2786088 KiB
Current children cumulated memory: 1549880 KiB

[startup+3525.6 s]
/proc/loadavg: 4.08 4.10 4.09 5/257 41968
/proc/meminfo: memFree=95585700/131382112 swapFree=33010684/33010684
[pid=41641] ppid=41633 vsize=2786088 memory=1549880 CPUtime=3514.48 cores=1,3
/proc/41641/stat : 41641 (python3) R 41633 41636 40118 0 -1 4194304 401532 4361362 0 0 99868 87 250094 1399 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 0 0 0 17 3 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
Current cumulated CPU time of completed processes: 0.020394 s
Current children cumulated CPU time: 3514.48 s
Current children cumulated vsize: 2786088 KiB
Current children cumulated memory: 1549880 KiB

[startup+3526.4 s]
/proc/loadavg: 4.08 4.10 4.09 5/256 41968
/proc/meminfo: memFree=113892544/131382112 swapFree=33010684/33010684
[pid=41641] ppid=41633 vsize=2786088 memory=1549880 CPUtime=3515.28 cores=1,3
/proc/41641/stat : 41641 (python3) R 41633 41636 40118 0 -1 4194304 437153 4361362 0 0 99941 94 250094 1399 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
Current cumulated CPU time of completed processes: 0.020394 s
Current children cumulated CPU time: 3515.28 s
Current children cumulated vsize: 2786088 KiB
Current children cumulated memory: 1549880 KiB

[startup+3526.6 s]
/proc/loadavg: 4.08 4.10 4.09 5/256 41968
/proc/meminfo: memFree=113892544/131382112 swapFree=33010684/33010684
[pid=41641] ppid=41633 vsize=2786088 memory=1549880 CPUtime=3515.48 cores=1,3
/proc/41641/stat : 41641 (python3) R 41633 41636 40118 0 -1 4194304 441198 4361362 0 0 99960 95 250094 1399 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
Current cumulated CPU time of completed processes: 0.020394 s
Current children cumulated CPU time: 3515.48 s
Current children cumulated vsize: 2786088 KiB
Current children cumulated memory: 1549880 KiB

[startup+3526.7 s]
/proc/loadavg: 4.08 4.10 4.09 5/256 41968
/proc/meminfo: memFree=113892544/131382112 swapFree=33010684/33010684
[pid=41641] ppid=41633 vsize=2786088 memory=1549880 CPUtime=3515.58 cores=1,3
/proc/41641/stat : 41641 (python3) R 41633 41636 40118 0 -1 4194304 443388 4361362 0 0 99970 95 250094 1399 20 0 1 0 44439769 2852954112 387470 18446744073709551615 93939722498048 93939722498425 140722204791456 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 93939722509720 93939722510340 93939737124864 140722204797287 140722204797474 140722204797474 140722204803047 0
/proc/41641/statm: 696522 387470 8223 1 0 667880 0
Current cumulated CPU time of completed processes: 0.020394 s
Current children cumulated CPU time: 3515.58 s
Current children cumulated vsize: 2786088 KiB
Current children cumulated memory: 1549880 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3526.8
CPU time (s): 3515.71
CPU user time (s): 3500.66
CPU system time (s): 15.0535
CPU usage (%): 99.6856
Max. virtual memory (cumulated for all children) (KiB): 31801704
Max. memory (cumulated for all children) (KiB): 30010624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3500.66
system time used= 15.0535
maximum resident set size= 28457800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4806336
page faults= 0
swaps= 0
block input operations= 0
block output operations= 39208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 481
involuntary context switches= 2390


# summary of solver processes directly reported to runsolver:
#   pid: 41636,41641
#   total CPU time (s): 3515.71
#   total CPU user time (s): 3500.66
#   total CPU system time (s): 15.0535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3249 second user time and 38.4215 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-30 14:46:44
IDJOB=4485793
IDBENCH=146886
IDSOLVER=3368
FILE ID=nodeC005/4485793-1751287603
RUNJOBID= nodeC005-1751280833-40130
SLURM_JOB_ID= 9594229
Free space on /tmp= 432604 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-d6cube.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485793-1751287603/watcher-4485793-1751287603 -o /tmp/evaluation-result-4485793-1751287603/solver-4485793-1751287603 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751280833-40130 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4485793-1751287603.opb

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

MD5SUM BENCH= 6022b5aad9039ac1ca82f9921059af7c
RANDOM SEED=1265283419

nodeC005 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	: 0xb00001f
cpu MHz		: 3638.947
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.261
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.287
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1297.453
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3620.211
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 3492.237
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.388
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
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	: 0xb00001f
cpu MHz		: 1197.370
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125681332 kB
MemAvailable:   126331240 kB
Buffers:            3280 kB
Cached:          1451812 kB
SwapCached:            0 kB
Active:          3638620 kB
Inactive:        1152492 kB
Active(anon):    3353984 kB
Inactive(anon):        0 kB
Active(file):     284636 kB
Inactive(file):  1152492 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             24224 kB
Writeback:             4 kB
AnonPages:       3337228 kB
Mapped:           131364 kB
Shmem:             17960 kB
KReclaimable:     104816 kB
Slab:             187848 kB
SReclaimable:     104816 kB
SUnreclaim:        83032 kB
KernelStack:        4160 kB
PageTables:        10320 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7472908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149528 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1513472 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432580 MiB
End job on nodeC005 at 2025-06-30 15:45:31