Trace number 4503541

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP-NaPS 1.00a1UNSAT 766.144 768.386

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-73.opb
MD5SUMf8b1a93d1916f081f91f241f6f5f832b
Bench CategoryDEC-LIN (decision problem, linear constraints, no 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 benchmark50.0132
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

499.01/500.50	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4503541-1751168415.opb
499.01/500.50	c Solving mode: decision
499.01/500.50	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
499.01/500.50	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
499.01/500.50	c original problem has 7936 variables (7936 bin, 0 int, 0 impl, 0 cont) and 176837 constraints
499.01/500.50	c presolving:
499.01/500.50	c (round 1, exhaustive) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 176828 upgd conss, 0 impls, 37799 clqs
499.01/500.50	c (round 2, exhaustive) 1 del vars, 2206 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 3306 chg coeffs, 176828 upgd conss, 0 impls, 37799 clqs
499.01/500.50	c    (8.5s) probing: 665/7935 (8.4%) - 0 fixings, 0 aggregations, 19506 implications, 0 bound changes
499.01/500.50	c    (8.5s) probing aborted: 50/50 successive totally useless probings
499.01/500.50	c    (9.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
499.01/500.50	c    (9.7s) no symmetry present (symcode time: 0.03)
499.01/500.50	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
499.01/500.50	c  1 deleted vars, 2206 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 3351 changed coefficients
499.01/500.50	c  0 implications, 57305 cliques
499.01/500.50	c presolved problem has 7935 variables (7935 bin, 0 int, 0 impl, 0 cont) and 174631 constraints
499.01/500.50	c   17621 constraints of type <knapsack>
499.01/500.50	c   37799 constraints of type <setppc>
499.01/500.50	c       1 constraints of type <linear>
499.01/500.50	c  119210 constraints of type <logicor>
499.01/500.50	c transformed objective value is always integral (scale: 1)
499.01/500.50	c Presolving Time: 9.57
499.01/500.50	c 
499.01/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.01/500.50	c  10.8s|     1 |     0 |   548 |     - |   773M |   0 |7935 | 174k| 174k|   0 |  0 | 155 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c  24.9s|     1 |     0 |  3624 |     - |   797M |   0 |7935 | 174k| 174k|   7 |  1 | 155 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c  44.0s|     1 |     0 |  4005 |     - |   813M |   0 |7935 | 174k| 174k|  14 |  2 | 156 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c  80.2s|     1 |     0 |  4695 |     - |   837M |   0 |7935 | 174k| 174k|  28 |  3 | 159 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c  93.8s|     1 |     0 |  5093 |     - |   853M |   0 |7935 | 174k| 174k|  43 |  4 | 159 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   100s|     1 |     0 |  5582 |     - |   870M |   0 |7935 | 174k| 174k|  61 |  5 | 161 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   106s|     1 |     0 |  6677 |     - |   890M |   0 |7935 | 174k| 174k|  79 |  6 | 164 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   112s|     1 |     0 |  7211 |     - |   907M |   0 |7935 | 174k| 174k| 102 |  7 | 165 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   119s|     1 |     0 |  7914 |     - |   924M |   0 |7935 | 174k| 174k| 125 |  8 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   130s|     1 |     0 | 11341 |     - |   942M |   0 |7935 | 174k| 174k| 163 |  9 | 171 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   140s|     1 |     0 | 17576 |     - |   961M |   0 |7935 | 174k| 174k| 196 | 10 | 172 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   145s|     1 |     0 | 23281 |     - |   978M |   0 |7935 | 174k| 174k| 235 | 11 | 182 |   0 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   225s|     1 |     0 | 31751 |     - |   986M |   0 |7935 | 174k| 174k| 235 | 11 | 209 |  23 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   231s|     1 |     0 | 36896 |     - |  1004M |   0 |7935 | 174k| 174k| 280 | 12 | 212 |  23 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   234s|     1 |     0 | 38876 |     - |  1005M |   0 |7935 | 174k| 174k| 287 | 13 | 214 |  23 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.01/500.50	c   273s|     1 |     2 | 39343 |     - |  1005M |   0 |7935 | 174k| 174k| 287 | 13 | 224 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c (run 1, node 1) restarting after 209 global fixings of integer variables
499.01/500.50	c 
499.01/500.50	c (restart) converted 215 cuts from the global cut pool into linear constraints
499.01/500.50	c 
499.01/500.50	c presolving:
499.01/500.50	c (round 1, fast)       209 del vars, 5008 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 51252 clqs
499.01/500.50	c (round 2, exhaustive) 209 del vars, 5018 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 10 chg coeffs, 199 upgd conss, 0 impls, 51252 clqs
499.01/500.50	c (round 3, medium)     209 del vars, 5035 del conss, 42 add conss, 0 chg bounds, 83 chg sides, 191 chg coeffs, 199 upgd conss, 0 impls, 51276 clqs
499.01/500.50	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
499.01/500.50	c  209 deleted vars, 5057 deleted constraints, 45 added constraints, 0 tightened bounds, 0 added holes, 83 changed sides, 827 changed coefficients
499.01/500.50	c  0 implications, 51276 cliques
499.01/500.50	c presolved problem has 7726 variables (7726 bin, 0 int, 0 impl, 0 cont) and 170010 constraints
499.01/500.50	c   17678 constraints of type <knapsack>
499.01/500.50	c   33872 constraints of type <setppc>
499.01/500.50	c       4 constraints of type <and>
499.01/500.50	c       2 constraints of type <linear>
499.01/500.50	c  118454 constraints of type <logicor>
499.01/500.50	c transformed objective value is always integral (scale: 1)
499.01/500.50	c Presolving Time: 10.61
499.01/500.50	c 
499.01/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.01/500.50	c   275s|     1 |     0 | 43012 |     - |  1012M |   0 |7726 | 170k| 169k|   0 |  0 | 236 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   284s|     1 |     0 | 43959 |     - |  1031M |   0 |7726 | 170k| 169k|  39 |  1 | 246 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   287s|     1 |     0 | 45537 |     - |  1047M |   0 |7726 | 170k| 169k|  69 |  2 | 255 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   291s|     1 |     0 | 47243 |     - |  1067M |   0 |7726 | 170k| 169k| 100 |  3 | 265 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   296s|     1 |     0 | 49352 |     - |  1085M |   0 |7726 | 170k| 169k| 130 |  4 | 273 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   300s|     1 |     0 | 50810 |     - |  1108M |   0 |7726 | 170k| 169k| 156 |  5 | 276 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   305s|     1 |     0 | 52052 |     - |  1125M |   0 |7726 | 170k| 170k| 183 |  6 | 285 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   308s|     1 |     0 | 53504 |     - |  1143M |   0 |7726 | 170k| 170k| 208 |  7 | 295 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   312s|     1 |     0 | 56356 |     - |  1159M |   0 |7726 | 170k| 170k| 231 |  8 | 296 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   319s|     1 |     0 | 61179 |     - |  1176M |   0 |7726 | 170k| 170k| 271 |  9 | 300 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   329s|     1 |     0 | 66556 |     - |  1193M |   0 |7726 | 170k| 169k| 322 | 10 | 307 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   336s|     1 |     0 | 71853 |     - |  1210M |   0 |7726 | 170k| 170k| 373 | 11 | 317 |  42 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   469s|     1 |     0 | 83200 |     - |  1211M |   0 |7726 | 170k| 170k| 373 | 11 | 338 |  63 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   478s|     1 |     0 | 89005 |     - |  1227M |   0 |7726 | 170k| 170k| 425 | 12 | 339 |  63 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c   481s|     1 |     0 | 90832 |     - |  1227M |   0 |7726 | 170k| 170k| 432 | 13 | 340 |  63 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
499.01/500.50	c   500s|     1 |     2 | 90832 |     - |  1227M |   0 |7726 | 170k| 170k| 432 | 13 | 342 |  75 | 0.000000e+00 |      --      |    Inf | unknown
499.01/500.50	c 
499.01/500.54	c SCIP Status        : solving was interrupted [time limit reached]
499.01/500.54	c Solving Time (sec) : 500.01
499.01/500.54	c Solving Nodes      : 1 (total of 2 nodes in 2 runs)
499.01/500.54	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
499.01/500.54	c Dual Bound         : +0.00000000000000e+00
499.01/500.54	c Gap                : infinite
499.01/500.54	c ----------------------------------------------------------------------
499.01/500.54	c dual bound: 0.0 -> 0
499.01/500.54	c primal bound: 1e+20 -> 100000000000000000000
499.01/500.54	c scip-goal-lb: 0
499.01/500.54	c scip-goal-ub: 100000000000000000000
499.01/500.54	c writing output to: HOME/tmpqp93gu24.opb
499.01/500.54	c appending fixed variable constraints
499.01/500.54	c scip-fixed vars: 3.30% (255/7726)
499.01/500.54	c ----------------------------------------------------------------------
499.01/500.54	c executing external solver: HOME/naps-1.03a6
499.01/500.54	c ----------------------------------------------------------------------
499.01/500.54	c command: HOME/naps-1.03a6 HOME/tmpqp93gu24.opb
499.01/500.56	c NaPS 1.03a6.
499.01/500.56	c Input file name: HOME/tmpqp93gu24.opb
765.53/767.86	c _____________________________________________________________________________
765.53/767.86	c std/band forms        : 17910,0
765.53/767.86	c 2cl/3cl ITE-codings   : 16520,0
765.53/767.86	c BDD/srt/adr Max costs : 5,119,0
765.53/767.86	c BDDraw/bin/mul/srt/adr: 17346,0,0,564,0
765.53/767.86	c BDD nodes             : 102424
765.53/767.86	c Es1/CC detections     : 0,0
765.53/767.86	c CC sort               : 563
765.53/767.86	c SAT/UNSAT calls       : 0,1
765.53/767.86	c regenrated variables  : 0
765.53/767.86	c eliminated fixed lits : 253
765.53/767.86	c goal lit flips        : 0
765.53/767.86	c goal stages           : 0
765.53/767.86	c goal shrink           : 0
765.53/767.86	c goal coeff separations: 0
765.53/767.86	c restarts              : 144106
765.53/767.86	c conflicts             : 6335779        (23785 /sec)
765.53/767.86	c decisions             : 16561727       (62174 /sec)
765.53/767.86	c propagations          : 1294692877     (4860400 /sec)
765.53/767.86	c inspects              : 0              (0 /sec)
765.53/767.86	c CPU time (solving tm) : 266.4 s        (264.8 s, SAT 0 s, UNSAT 264.8 s)
765.53/767.86	c Time for Opt-base     : 0.002562 s
765.53/767.86	c Steps for Opt-base    : 0
765.53/767.86	c Time for BDD coding   : 0.2126 s
765.53/767.86	c Time for srt coding   : 0.004527 s
765.53/767.86	c _____________________________________________________________________________
765.53/767.87	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 (61529 MiB free)
  memory of node 1: 64465 MiB (61734 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503541-1751168415/watcher-4503541-1751168415 -o /tmp/evaluation-result-4503541-1751168415/solver-4503541-1751168415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751159326-19841 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4503541-1751168415.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=21810, runsolver pid=21807
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=126198228/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=1187604 memory=32384 CPUtime=0.07 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 3832 0 0 0 6 1 0 0 20 0 1 0 32519046 1216106496 8096 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 296901 8096 4901 1 0 268923 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191796 KiB
Current children cumulated memory: 35328 KiB

[startup+0.205634 s]*
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=126150096/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=1219068 memory=70528 CPUtime=0.17 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 10876 0 0 0 15 2 0 0 20 0 1 0 32519046 1248325632 17632 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 304767 17632 7621 1 0 276125 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1223260 KiB
Current children cumulated memory: 73472 KiB

[startup+0.305802 s]*
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=126101712/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=1248208 memory=99072 CPUtime=0.28 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 18026 0 0 0 24 4 0 0 20 0 1 0 32519046 1278164992 24768 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 312052 24768 7621 1 0 283410 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 1252400 KiB
Current children cumulated memory: 102016 KiB

[startup+0.7002 s]
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=125982012/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=1435292 memory=284288 CPUtime=0.66 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 64169 0 0 0 54 12 0 0 20 0 1 0 32519046 1469739008 71072 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 358823 71072 7781 1 0 330181 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1439484 KiB
Current children cumulated memory: 287232 KiB

[startup+1.50015 s]
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=125665092/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=1558384 memory=404864 CPUtime=1.45 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 94190 0 0 0 129 16 0 0 20 0 1 0 32519046 1595785216 101216 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 389596 101216 7909 1 0 360954 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1562576 KiB
Current children cumulated memory: 407808 KiB

[startup+3.10563 s]
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=125109796/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=1558384 memory=406016 CPUtime=3.06 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 94500 0 0 0 289 17 0 0 20 0 1 0 32519046 1595785216 101504 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 389596 101504 7941 1 0 360954 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1562576 KiB
Current children cumulated memory: 408960 KiB

[startup+6.30018 s]
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=124909660/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=1558384 memory=406016 CPUtime=6.25 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 94513 0 0 0 608 17 0 0 20 0 1 0 32519046 1595785216 101504 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 389596 101504 7941 1 0 360954 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 1562576 KiB
Current children cumulated memory: 408960 KiB

[startup+12.7001 s]
/proc/loadavg: 3.99 4.06 4.08 5/270 21815
/proc/meminfo: memFree=124407676/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2056176 memory=844492 CPUtime=12.62 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 154950 0 0 0 1232 30 0 0 20 0 1 0 32519046 2105524224 211123 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 514044 211123 8101 1 0 485402 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2060368 KiB
Current children cumulated memory: 847436 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.07 4.08 5/270 21815
/proc/meminfo: memFree=124417136/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2113404 memory=881860 CPUtime=25.39 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 161914 0 0 0 2507 32 0 0 20 0 1 0 32519046 2164125696 220465 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 528351 220465 8133 1 0 499709 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2117596 KiB
Current children cumulated memory: 884804 KiB

[startup+51.1058 s]
/proc/loadavg: 4.04 4.07 4.08 5/270 21816
/proc/meminfo: memFree=124385648/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2132504 memory=884680 CPUtime=50.93 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 162118 0 0 0 5061 32 0 0 20 0 1 0 32519046 2183684096 221170 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 533126 221170 8133 1 0 504484 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 2136696 KiB
Current children cumulated memory: 887624 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/270 21818
/proc/meminfo: memFree=123762928/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2199032 memory=906732 CPUtime=101.98 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 163817 0 0 0 10164 34 0 0 20 0 1 0 32519046 2251808768 226683 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 549758 226683 8133 1 0 521116 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2203224 KiB
Current children cumulated memory: 909676 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 4.07 4.08 5/271 21821
/proc/meminfo: memFree=122729812/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2435664 memory=1045964 CPUtime=161.8 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 228289 0 0 0 16137 43 0 0 20 0 1 0 32519046 2494119936 261491 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 608916 261491 8133 1 0 580274 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 2439856 KiB
Current children cumulated memory: 1048908 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/270 21823
/proc/meminfo: memFree=122803784/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2435664 memory=1045964 CPUtime=221.63 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 228289 0 0 0 22120 43 0 0 20 0 1 0 32519046 2494119936 261491 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 608916 261491 8133 1 0 580274 0
Current children cumulated CPU time: 221.63 s

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

/proc/meminfo: memFree=122985512/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=499.07 cores=4,6
/proc/21815/stat : 21815 (python3) S 21810 21810 19830 0 -1 4194304 278553 0 0 0 49854 53 0 0 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
[pid=21837] ppid=21815 vsize=79012 memory=72792 CPUtime=81.52 cores=4,6
/proc/21837/stat : 21837 (naps-1.03a6) R 21815 21837 21837 0 -1 4194304 20350 0 0 0 8145 7 0 0 20 0 1 0 32569100 80908288 18198 18446744073709551615 4198400 7047149 140734087955200 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 34848768 140734087956881 140734087956979 140734087956979 140734087962569 0
/proc/21837/statm: 19753 18198 544 696 0 18914 0
Current children cumulated CPU time: 580.59 s
Current children cumulated vsize: 2722492 KiB
Current children cumulated memory: 1223156 KiB

[startup+642.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/272 21897
/proc/meminfo: memFree=121399288/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=499.07 cores=4,6
/proc/21815/stat : 21815 (python3) S 21810 21810 19830 0 -1 4194304 278553 0 0 0 49854 53 0 0 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
[pid=21837] ppid=21815 vsize=79012 memory=74844 CPUtime=141.35 cores=4,6
/proc/21837/stat : 21837 (naps-1.03a6) R 21815 21837 21837 0 -1 4194304 20367 0 0 0 14127 8 0 0 20 0 1 0 32569100 80908288 18711 18446744073709551615 4198400 7047149 140734087955200 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 34848768 140734087956881 140734087956979 140734087956979 140734087962569 0
/proc/21837/statm: 19753 18711 544 696 0 18914 0
Current children cumulated CPU time: 640.42 s
Current children cumulated vsize: 2722492 KiB
Current children cumulated memory: 1225208 KiB

[startup+702.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 21899
/proc/meminfo: memFree=120276604/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=499.07 cores=4,6
/proc/21815/stat : 21815 (python3) S 21810 21810 19830 0 -1 4194304 278553 0 0 0 49854 53 0 0 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
[pid=21837] ppid=21815 vsize=79012 memory=74844 CPUtime=201.18 cores=4,6
/proc/21837/stat : 21837 (naps-1.03a6) R 21815 21837 21837 0 -1 4194304 20381 0 0 0 20110 8 0 0 20 0 1 0 32569100 80908288 18711 18446744073709551615 4198400 7047149 140734087955200 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 34848768 140734087956881 140734087956979 140734087956979 140734087962569 0
/proc/21837/statm: 19753 18711 544 696 0 18914 0
Current children cumulated CPU time: 700.25 s
Current children cumulated vsize: 2722492 KiB
Current children cumulated memory: 1225208 KiB

[startup+762.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/271 21901
/proc/meminfo: memFree=120240376/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=499.07 cores=4,6
/proc/21815/stat : 21815 (python3) S 21810 21810 19830 0 -1 4194304 278553 0 0 0 49854 53 0 0 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
[pid=21837] ppid=21815 vsize=95400 memory=90528 CPUtime=260.98 cores=4,6
/proc/21837/stat : 21837 (naps-1.03a6) R 21815 21837 21837 0 -1 4194304 32315 0 0 0 26083 15 0 0 20 0 1 0 32569100 97689600 22632 18446744073709551615 4198400 7047149 140734087955200 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 34848768 140734087956881 140734087956979 140734087956979 140734087962569 0
/proc/21837/statm: 23850 22632 544 696 0 23011 0
Current children cumulated CPU time: 760.05 s
Current children cumulated vsize: 2738880 KiB
Current children cumulated memory: 1240892 KiB

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

# cumulated CPU time of all completed processes:  user=765.358 s, system=0.785725 s

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

[startup+764.8 s]
/proc/loadavg: 4.12 4.09 4.09 5/271 21901
/proc/meminfo: memFree=120240692/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=499.07 cores=4,6
/proc/21815/stat : 21815 (python3) S 21810 21810 19830 0 -1 4194304 278553 0 0 0 49854 53 0 0 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
[pid=21837] ppid=21815 vsize=103592 memory=85436 CPUtime=263.47 cores=4,6
/proc/21837/stat : 21837 (naps-1.03a6) R 21815 21837 21837 0 -1 4194304 33250 0 0 0 26332 15 0 0 20 0 1 0 32569100 106078208 21359 18446744073709551615 4198400 7047149 140734087955200 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 34848768 140734087956881 140734087956979 140734087956979 140734087962569 0
/proc/21837/statm: 25898 21359 544 696 0 25059 0
Current children cumulated CPU time: 762.54 s
Current children cumulated vsize: 2747072 KiB
Current children cumulated memory: 1235800 KiB

[startup+766.4 s]
/proc/loadavg: 4.11 4.09 4.09 5/271 21901
/proc/meminfo: memFree=120240692/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=499.07 cores=4,6
/proc/21815/stat : 21815 (python3) S 21810 21810 19830 0 -1 4194304 278553 0 0 0 49854 53 0 0 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
[pid=21837] ppid=21815 vsize=111784 memory=93628 CPUtime=265.07 cores=4,6
/proc/21837/stat : 21837 (naps-1.03a6) R 21815 21837 21837 0 -1 4194304 33765 0 0 0 26491 16 0 0 20 0 1 0 32569100 114466816 23407 18446744073709551615 4198400 7047149 140734087955200 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 34848768 140734087956881 140734087956979 140734087956979 140734087962569 0
/proc/21837/statm: 27946 23407 544 696 0 27107 0
Current children cumulated CPU time: 764.14 s
Current children cumulated vsize: 2755264 KiB
Current children cumulated memory: 1243992 KiB

[startup+767.2 s]
/proc/loadavg: 4.11 4.09 4.09 5/271 21901
/proc/meminfo: memFree=120238928/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=499.07 cores=4,6
/proc/21815/stat : 21815 (python3) S 21810 21810 19830 0 -1 4194304 278553 0 0 0 49854 53 0 0 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
[pid=21837] ppid=21815 vsize=111784 memory=91580 CPUtime=265.87 cores=4,6
/proc/21837/stat : 21837 (naps-1.03a6) R 21815 21837 21837 0 -1 4194304 34327 0 0 0 26571 16 0 0 20 0 1 0 32569100 114466816 22895 18446744073709551615 4198400 7047149 140734087955200 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 34848768 140734087956881 140734087956979 140734087956979 140734087962569 0
/proc/21837/statm: 27946 22895 544 696 0 27107 0
Current children cumulated CPU time: 764.94 s
Current children cumulated vsize: 2755264 KiB
Current children cumulated memory: 1241944 KiB

[startup+768 s]*
/proc/loadavg: 4.11 4.09 4.09 5/270 21901
/proc/meminfo: memFree=120312016/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=765.74 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 319145 34329 0 0 49866 55 26637 16 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
Current children cumulated CPU time: 765.74 s
Current children cumulated vsize: 2643480 KiB
Current children cumulated memory: 1150364 KiB

[startup+768.2 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 21901
/proc/meminfo: memFree=120312016/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2639288 memory=1147420 CPUtime=765.93 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 338380 34329 0 0 49885 55 26637 16 20 0 1 0 32519046 2702630912 286855 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659822 286855 8165 1 0 631180 0
Current children cumulated CPU time: 765.93 s
Current children cumulated vsize: 2643480 KiB
Current children cumulated memory: 1150364 KiB

[startup+768.3 s]
/proc/loadavg: 4.11 4.09 4.09 5/270 21901
/proc/meminfo: memFree=120312016/131249988 swapFree=33010684/33010684
[pid=21810] ppid=21807 vsize=4192 memory=2944 CPUtime=0 cores=4,6
/proc/21810/stat : 21810 (scip-naps-1.00.) S 21807 21810 19830 0 -1 4194304 258 342 0 0 0 0 0 0 20 0 1 0 32519044 4292608 736 18446744073709551615 94472749428736 94472750323269 140730748317392 0 0 0 65536 4 65538 1 0 0 17 4 0 0 0 0 0 94472750562320 94472750610064 94472774922240 140730748320161 140730748320258 140730748320258 140730748325860 0
/proc/21810/statm: 1048 736 672 219 0 110 0
[pid=21815] ppid=21810 vsize=2637764 memory=1146120 CPUtime=766.03 cores=4,6
/proc/21815/stat : 21815 (python3) R 21810 21810 19830 0 -1 4194304 362361 34329 0 0 49893 57 26637 16 20 0 1 0 32519046 2701070336 286530 18446744073709551615 94615424225280 94615424225657 140733338539392 0 0 0 0 16781312 16386 0 0 0 17 4 0 0 0 0 0 94615424236952 94615424237572 94615435546624 140733338544472 140733338544674 140733338544674 140733338550247 0
/proc/21815/statm: 659441 286530 8165 1 0 630799 0
Current children cumulated CPU time: 766.03 s
Current children cumulated vsize: 2641956 KiB
Current children cumulated memory: 1149064 KiB

Child status: 0

Real time (s): 768.386
CPU time (s): 766.144
CPU user time (s): 765.358
CPU system time (s): 0.785725
CPU usage (%): 99.7081
Max. virtual memory (cumulated for all children) (KiB): 2755264
Max. memory (cumulated for all children) (KiB): 1246128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 765.358
system time used= 0.785725
maximum resident set size= 1243184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413076
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339
involuntary context switches= 4172


# summary of solver processes directly reported to runsolver:
#   pid: 21810
#   total CPU time (s): 766.144
#   total CPU user time (s): 765.358
#   total CPU system time (s): 0.785725

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.60628 second user time and 3.34747 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 05:40:15
IDJOB=4503541
IDBENCH=155520
IDSOLVER=3368
FILE ID=nodeC020/4503541-1751168415
RUNJOBID= nodeC020-1751159326-19841
SLURM_JOB_ID= 9587502
Free space on /tmp= 432964 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-73.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503541-1751168415/watcher-4503541-1751168415 -o /tmp/evaluation-result-4503541-1751168415/solver-4503541-1751168415 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751159326-19841 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4503541-1751168415.opb

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

MD5SUM BENCH= f8b1a93d1916f081f91f241f6f5f832b
RANDOM SEED=1498561076

nodeC020 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.887
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.928
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.79
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.107
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.79
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		: 3765.350
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.79
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.895
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.79
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.819
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.79
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.738
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.79
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		: 3700.000
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        126238548 kB
MemAvailable:   126350708 kB
Buffers:            3280 kB
Cached:           919500 kB
SwapCached:            0 kB
Active:          3771828 kB
Inactive:         612200 kB
Active(anon):    3479304 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   612200 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44380 kB
Writeback:             4 kB
AnonPages:       3460064 kB
Mapped:           129440 kB
Shmem:             18056 kB
KReclaimable:      93348 kB
Slab:             179612 kB
SReclaimable:      93348 kB
SUnreclaim:        86264 kB
KernelStack:        4336 kB
PageTables:        10552 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    7602748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1064960 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432928 MiB
End job on nodeC020 at 2025-06-29 05:53:03