Trace number 4493169

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.00a1? (TO) 3600.74 3611.47

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
MD5SUMb66aa0ca883b9987dbaf460c58c6223e
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 benchmark3.15765
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6800
Total number of constraints285685
Number of constraints which are clauses285685
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint80
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

460.66/462.32	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4493169-1751145860.opb
460.66/462.32	c Solving mode: decision
460.66/462.32	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
460.66/462.32	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
460.66/462.32	c original problem has 6800 variables (6800 bin, 0 int, 0 impl, 0 cont) and 285685 constraints
460.66/462.32	c presolving:
460.66/462.32	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 285685 upgd conss, 0 impls, 285600 clqs
460.66/462.32	c    (3.8s) probing: 51/6800 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
460.66/462.32	c    (3.8s) probing aborted: 50/50 successive totally useless probings
460.66/462.32	c    (3.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
460.66/462.32	c symmetry computation terminated early, because number of cells 102425 in Nauty exceeds limit of 100000
460.66/462.32	c for running full symmetry detection, increase value of parameter propagating/symmetry/nautymaxncells
460.66/462.32	c    (4.3s) no symmetry present (symcode time: 0.31)
460.66/462.32	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
460.66/462.32	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
460.66/462.32	c  0 implications, 285600 cliques
460.66/462.32	c presolved problem has 6800 variables (6800 bin, 0 int, 0 impl, 0 cont) and 285685 constraints
460.66/462.32	c  285600 constraints of type <setppc>
460.66/462.32	c      85 constraints of type <logicor>
460.66/462.32	c transformed objective value is always integral (scale: 1)
460.66/462.32	c Presolving Time: 4.03
460.66/462.32	c 
460.66/462.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
460.66/462.32	c   6.7s|     1 |     0 |   338 |     - |   604M |   0 |6800 | 285k| 285k|   0 |  0 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  10.0s|     1 |     0 |  7250 |     - |   646M |   0 |6800 | 285k| 285k|   3 |  1 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  10.8s|     1 |     0 |  8360 |     - |   675M |   0 |6800 | 285k| 285k|   7 |  2 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  12.0s|     1 |     0 | 10675 |     - |   722M |   0 |6800 | 285k| 285k|  17 |  3 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  14.2s|     1 |     0 | 12789 |     - |   758M |   0 |6800 | 285k| 285k|  42 |  4 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  16.6s|     1 |     0 | 15061 |     - |   791M |   0 |6800 | 285k| 285k|  65 |  5 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  23.6s|     1 |     0 | 16798 |     - |   835M |   0 |6800 | 285k| 285k|  85 |  6 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  31.8s|     1 |     0 | 19095 |     - |   864M |   0 |6800 | 285k| 285k| 102 |  7 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  41.7s|     1 |     0 | 21048 |     - |   891M |   0 |6800 | 285k| 285k| 117 |  8 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  51.8s|     1 |     0 | 24442 |     - |   919M |   0 |6800 | 285k| 285k| 133 |  9 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  58.6s|     1 |     0 | 25211 |     - |   946M |   0 |6800 | 285k| 285k| 149 | 10 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  59.4s|     1 |     0 | 25924 |     - |   974M |   0 |6800 | 285k| 285k| 166 | 11 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  74.9s|     1 |     2 | 39367 |     - |   978M |   0 |6800 | 285k| 285k| 166 | 11 |  71 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   143s|   100 |   101 |111875 | 869.9 |  1143M |  58 |6800 | 285k| 285k| 271 |  1 | 272 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   157s|   200 |   169 |125086 | 499.1 |  1169M |  84 |6800 | 286k| 285k| 271 |  1 | 382 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
460.66/462.32	c   170s|   300 |   215 |139401 | 380.1 |  1183M |  85 |6800 | 286k| 285k| 271 |  0 | 488 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   183s|   400 |   263 |152969 | 318.8 |  1190M |  86 |6800 | 286k| 285k| 271 |  1 | 590 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   195s|   500 |   309 |165490 | 280.0 |  1197M |  88 |6800 | 286k| 285k| 271 |  0 | 688 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   207s|   600 |   333 |177964 | 254.1 |  1200M |  88 |6800 | 286k| 285k| 271 |  0 | 792 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   219s|   700 |   357 |190533 | 235.7 |  1204M |  88 |6800 | 286k| 285k| 271 |  1 | 904 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   232s|   800 |   393 |203015 | 221.9 |  1208M |  89 |6800 | 286k| 285k| 271 |  0 |1003 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   243s|   900 |   421 |214235 | 209.7 |  1212M |  89 |6800 | 286k| 285k| 271 |  1 |1105 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   254s|  1000 |   441 |225476 | 199.9 |  1213M |  89 |6800 | 286k| 285k| 271 |  1 |1228 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   266s|  1100 |   457 |238162 | 193.3 |  1216M |  89 |6800 | 286k| 285k| 271 |  1 |1334 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   278s|  1200 |   487 |250258 | 187.2 |  1218M |  91 |6800 | 287k| 285k| 271 |  1 |1425 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   289s|  1300 |   501 |261377 | 181.4 |  1221M |  91 |6800 | 287k| 285k| 271 |  1 |1523 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   300s|  1400 |   521 |272422 | 176.3 |  1224M |  91 |6800 | 287k| 285k| 271 |  1 |1619 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   311s|  1500 |   545 |283614 | 172.0 |  1227M |  91 |6800 | 287k| 285k| 271 |  0 |1712 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   322s|  1600 |   583 |294688 | 168.2 |  1232M |  91 |6800 | 287k| 285k| 271 |  1 |1801 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   333s|  1700 |   597 |305957 | 164.9 |  1233M |  91 |6800 | 287k| 285k| 271 |  1 |1898 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
460.66/462.32	c   345s|  1800 |   613 |318171 | 162.5 |  1236M |  91 |6800 | 287k| 285k| 271 |  1 |1998 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   356s|  1900 |   635 |329629 | 160.0 |  1238M |  91 |6800 | 287k| 285k| 271 |  1 |2109 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   368s|  2000 |   653 |341422 | 157.9 |  1242M |  91 |6800 | 287k| 285k| 271 |  1 |2205 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   380s|  2100 |   667 |354999 | 156.9 |  1244M |  91 |6800 | 287k| 285k| 271 |  0 |2304 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   390s|  2200 |   681 |364855 | 154.2 |  1244M |  93 |6800 | 287k| 285k| 271 |  1 |2402 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   401s|  2300 |   707 |375765 | 152.2 |  1247M |  94 |6800 | 287k| 285k| 271 |  1 |2495 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   410s|  2400 |   717 |385811 | 150.1 |  1247M |  94 |6800 | 287k| 285k| 271 |  0 |2587 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   420s|  2500 |   731 |395745 | 148.1 |  1249M |  94 |6800 | 287k| 285k| 271 |  0 |2676 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   431s|  2600 |   745 |407169 | 146.8 |  1252M |  94 |6800 | 288k| 285k| 271 |  0 |2783 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   442s|  2700 |   757 |418168 | 145.4 |  1253M |  94 |6800 | 288k| 285k| 271 |  0 |2873 |  20 | 0.000000e+00 |      --      |    Inf | unknown
460.66/462.32	c   452s|  2800 |   767 |428368 | 143.8 |  1253M |  94 |6800 | 288k| 285k| 271 |  1 |2972 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.81/500.69	c   462s|  2900 |   779 |438352 | 142.3 |  1255M |  94 |6800 | 288k| 285k| 271 |  0 |3070 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.81/500.69	c   472s|  3000 |   793 |449134 | 141.2 |  1258M |  94 |6800 | 288k| 285k| 271 |  1 |3155 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.81/500.69	c   482s|  3100 |   809 |460270 | 140.2 |  1260M |  94 |6800 | 288k| 285k| 271 |  1 |3250 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.81/500.69	c   492s|  3200 |   823 |470869 | 139.1 |  1262M |  96 |6800 | 288k| 285k| 271 |  1 |3348 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.81/500.69	c 
498.81/500.69	c SCIP Status        : solving was interrupted [time limit reached]
498.81/500.69	c Solving Time (sec) : 500.03
498.81/500.69	c Solving Nodes      : 3278
498.81/500.69	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.81/500.69	c Dual Bound         : +0.00000000000000e+00
498.81/500.69	c Gap                : infinite
498.81/500.69	c ----------------------------------------------------------------------
498.81/500.69	c dual bound: 0.0 -> 0
498.81/500.69	c primal bound: 1e+20 -> 100000000000000000000
498.81/500.69	c scip-goal-lb: 0
498.81/500.69	c scip-goal-ub: 100000000000000000000
498.81/500.69	c writing output to: HOME/tmpw9bfk9p_.opb
498.81/500.69	c appending fixed variable constraints
498.81/500.69	c scip-fixed vars: 0.00% (0/6800)
498.81/500.69	c ----------------------------------------------------------------------
498.81/500.69	c executing external solver: HOME/naps-1.03a6
498.81/500.69	c ----------------------------------------------------------------------
498.81/500.69	c command: HOME/naps-1.03a6 HOME/tmpw9bfk9p_.opb
498.92/500.71	c NaPS 1.03a6.
498.92/500.71	c Input file name: HOME/tmpw9bfk9p_.opb
3600.05/3610.80	c
3600.05/3610.80	c *** TERMINATED *** by signal 15
3600.05/3610.80	c _____________________________________________________________________________
3600.05/3610.80	c std/band forms        : 0,0
3600.05/3610.80	c 2cl/3cl ITE-codings   : 0,0
3600.05/3610.80	c BDD/srt/adr Max costs : 0,0,0
3600.05/3610.80	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.05/3610.80	c BDD nodes             : 0
3600.05/3610.80	c Es1/CC detections     : 0,0
3600.05/3610.80	c CC sort               : 0
3600.05/3610.80	c SAT/UNSAT calls       : 0,0
3600.05/3610.80	c regenrated variables  : 0
3600.05/3610.80	c eliminated fixed lits : 0
3600.05/3610.80	c goal lit flips        : 0
3600.05/3610.80	c goal stages           : 0
3600.05/3610.80	c goal shrink           : 0
3600.05/3610.80	c goal coeff separations: 0
3600.05/3610.80	c restarts              : 0
3600.05/3610.80	c conflicts             : 0              (0 /sec)
3600.05/3610.80	c decisions             : 0              (0 /sec)
3600.05/3610.80	c propagations          : 0              (0 /sec)
3600.05/3610.80	c inspects              : 0              (0 /sec)
3600.05/3610.80	c CPU time (solving tm) : 3089 s        (3088 s, SAT 0 s, UNSAT 0 s)
3600.05/3610.80	c Time for Opt-base     : 0 s
3600.05/3610.80	c Steps for Opt-base    : 0
3600.05/3610.80	c Time for BDD coding   : 0 s
3600.05/3610.80	c Time for srt coding   : 0 s
3600.05/3610.80	c _____________________________________________________________________________
3600.05/3610.80	s UNKNOWN
3600.65/3611.41	c received SIGTERM, forwarding to pbsolver...
3600.65/3611.41	c failed to send SIGTERM to pbsolver: [Errno 3] No such process

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4493169-1751145860/watcher-4493169-1751145860 -o /tmp/evaluation-result-4493169-1751145860/solver-4493169-1751145860 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19823 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4493169-1751145860.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=21654, runsolver pid=21651

[startup+0.100062 s]*
/proc/loadavg: 4.06 4.26 5.54 5/270 21659
/proc/meminfo: memFree=128936508/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=1187604 memory=32432 CPUtime=0.07 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 3826 0 0 0 6 1 0 0 20 0 1 0 30264809 1216106496 8108 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 296901 8108 4908 1 0 268923 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1191796 KiB
Current children cumulated memory: 35376 KiB

[startup+0.205774 s]*
/proc/loadavg: 4.06 4.26 5.54 5/270 21659
/proc/meminfo: memFree=128912316/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=1226448 memory=77872 CPUtime=0.17 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 12705 0 0 0 14 3 0 0 20 0 1 0 30264809 1255882752 19468 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 306612 19468 7628 1 0 277970 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1230640 KiB
Current children cumulated memory: 80816 KiB

[startup+0.305749 s]*
/proc/loadavg: 4.06 4.26 5.54 5/270 21659
/proc/meminfo: memFree=128871996/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=1258148 memory=109104 CPUtime=0.27 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 20500 0 0 0 23 4 0 0 20 0 1 0 30264809 1288343552 27276 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 314537 27276 7628 1 0 285895 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1262340 KiB
Current children cumulated memory: 112048 KiB

[startup+0.700208 s]
/proc/loadavg: 4.06 4.26 5.54 5/270 21659
/proc/meminfo: memFree=128815548/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=1406668 memory=258496 CPUtime=0.66 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 57706 0 0 0 56 10 0 0 20 0 1 0 30264809 1440428032 64624 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 351667 64624 7788 1 0 323025 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1410860 KiB
Current children cumulated memory: 261440 KiB

[startup+1.50021 s]
/proc/loadavg: 4.06 4.26 5.54 5/270 21659
/proc/meminfo: memFree=128595236/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=1625356 memory=472316 CPUtime=1.46 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 109052 0 0 0 128 18 0 0 20 0 1 0 30264809 1664364544 118079 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 406339 118079 7852 1 0 377697 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 1629548 KiB
Current children cumulated memory: 475260 KiB

[startup+3.10585 s]
/proc/loadavg: 4.05 4.26 5.53 5/270 21659
/proc/meminfo: memFree=128475432/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=1681580 memory=527544 CPUtime=3.06 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 122382 0 0 0 286 20 0 0 20 0 1 0 30264809 1721937920 131886 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 420395 131886 7916 1 0 391753 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 1685772 KiB
Current children cumulated memory: 530488 KiB

[startup+6.3002 s]
/proc/loadavg: 4.05 4.26 5.53 5/270 21659
/proc/meminfo: memFree=128212448/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2022280 memory=859016 CPUtime=6.24 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 211968 0 0 0 589 35 0 0 20 0 1 0 30264809 2070814720 214754 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 505570 214754 8108 1 0 476928 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2026472 KiB
Current children cumulated memory: 861960 KiB

[startup+12.7002 s]
/proc/loadavg: 4.05 4.26 5.52 5/270 21659
/proc/meminfo: memFree=127927096/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2107396 memory=942916 CPUtime=12.62 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 261066 0 0 0 1219 43 0 0 20 0 1 0 30264809 2157973504 235729 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 526849 235729 8140 1 0 498207 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 2111588 KiB
Current children cumulated memory: 945860 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.26 5.50 5/270 21660
/proc/meminfo: memFree=128003764/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2215576 memory=970740 CPUtime=25.38 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 265467 0 0 0 2494 44 0 0 20 0 1 0 30264809 2268749824 242685 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 553894 242685 8140 1 0 525252 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2219768 KiB
Current children cumulated memory: 973684 KiB

[startup+51.1057 s]
/proc/loadavg: 4.15 4.25 5.46 5/270 21660
/proc/meminfo: memFree=128008012/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2300428 memory=977304 CPUtime=50.91 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 266077 0 0 0 5047 44 0 0 20 0 1 0 30264809 2355638272 244326 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 575107 244326 8140 1 0 546465 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 2304620 KiB
Current children cumulated memory: 980248 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.23 5.39 5/270 21662
/proc/meminfo: memFree=127807428/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2518244 memory=1143340 CPUtime=101.95 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 364017 0 0 0 10135 60 0 0 20 0 1 0 30264809 2578681856 285835 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 629561 285835 8140 1 0 600919 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 2522436 KiB
Current children cumulated memory: 1146284 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.20 5.31 5/270 21762
/proc/meminfo: memFree=127625556/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2740988 memory=1365016 CPUtime=161.76 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 417961 0 0 0 16108 68 0 0 20 0 1 0 30264809 2806771712 341254 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 685247 341254 8140 1 0 656605 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 2745180 KiB
Current children cumulated memory: 1367960 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.18 5.23 5/270 21770
/proc/meminfo: memFree=127322196/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2740988 memory=1365016 CPUtime=221.55 cores=5,7
/proc/21659/stat : 21659 (python3) R 21654 21654 19810 0 -1 4194304 417981 0 0 0 22087 68 0 0 20 0 1 0 30264809 2806771712 341254 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 2 0 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 685247 341254 8140 1 0 656605 0
Current children cumulated CPU time: 221.55 s
Current children cumulated vsize: 2745180 KiB

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


[startup+3282.3 s]
/proc/loadavg: 4.08 4.09 4.13 5/271 22060
/proc/meminfo: memFree=125518360/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2744572 memory=1369880 CPUtime=498.92 cores=5,7
/proc/21659/stat : 21659 (python3) S 21654 21654 19810 0 -1 4194304 419250 0 0 0 49821 71 0 0 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
[pid=21882] ppid=21659 vsize=333684 memory=299780 CPUtime=2773.45 cores=5,7
/proc/21882/stat : 21882 (naps-1.03a6) R 21659 21882 21882 0 -1 4194304 2071589 0 0 0 276278 1067 0 0 20 0 1 0 30314878 341692416 74945 18446744073709551615 4198400 7047149 140735198006080 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 9158656 140735198009745 140735198009843 140735198009843 140735198015433 0
/proc/21882/statm: 83421 74945 544 696 0 82582 0
Current children cumulated CPU time: 3272.37 s
Current children cumulated vsize: 3082448 KiB
Current children cumulated memory: 1672604 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.13 5/272 22065
/proc/meminfo: memFree=125585016/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2744572 memory=1369880 CPUtime=498.92 cores=5,7
/proc/21659/stat : 21659 (python3) S 21654 21654 19810 0 -1 4194304 419250 0 0 0 49821 71 0 0 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
[pid=21882] ppid=21659 vsize=317300 memory=291972 CPUtime=2833.3 cores=5,7
/proc/21882/stat : 21882 (naps-1.03a6) R 21659 21882 21882 0 -1 4194304 2126131 0 0 0 282231 1099 0 0 20 0 1 0 30314878 324915200 72993 18446744073709551615 4198400 7047149 140735198006080 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 9158656 140735198009745 140735198009843 140735198009843 140735198015433 0
/proc/21882/statm: 79325 72993 544 696 0 78486 0
Current children cumulated CPU time: 3332.22 s
Current children cumulated vsize: 3066064 KiB
Current children cumulated memory: 1664796 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.10 4.12 5/271 22067
/proc/meminfo: memFree=125477840/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2744572 memory=1369880 CPUtime=498.92 cores=5,7
/proc/21659/stat : 21659 (python3) S 21654 21654 19810 0 -1 4194304 419250 0 0 0 49821 71 0 0 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
[pid=21882] ppid=21659 vsize=333684 memory=303876 CPUtime=2893.16 cores=5,7
/proc/21882/stat : 21882 (naps-1.03a6) R 21659 21882 21882 0 -1 4194304 2162475 0 0 0 288193 1123 0 0 20 0 1 0 30314878 341692416 75969 18446744073709551615 4198400 7047149 140735198006080 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 9158656 140735198009745 140735198009843 140735198009843 140735198015433 0
/proc/21882/statm: 83421 75969 544 696 0 82582 0
Current children cumulated CPU time: 3392.08 s
Current children cumulated vsize: 3082448 KiB
Current children cumulated memory: 1676700 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.12 5/272 22070
/proc/meminfo: memFree=125487508/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2744572 memory=1369880 CPUtime=498.92 cores=5,7
/proc/21659/stat : 21659 (python3) S 21654 21654 19810 0 -1 4194304 419250 0 0 0 49821 71 0 0 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
[pid=21882] ppid=21659 vsize=333684 memory=301800 CPUtime=2953.01 cores=5,7
/proc/21882/stat : 21882 (naps-1.03a6) R 21659 21882 21882 0 -1 4194304 2189307 0 0 0 294160 1141 0 0 20 0 1 0 30314878 341692416 75450 18446744073709551615 4198400 7047149 140735198006080 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 9158656 140735198009745 140735198009843 140735198009843 140735198015433 0
/proc/21882/statm: 83421 75450 544 696 0 82582 0
Current children cumulated CPU time: 3451.93 s
Current children cumulated vsize: 3082448 KiB
Current children cumulated memory: 1674624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.10 4.12 5/272 22072
/proc/meminfo: memFree=125543448/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2744572 memory=1369880 CPUtime=498.92 cores=5,7
/proc/21659/stat : 21659 (python3) S 21654 21654 19810 0 -1 4194304 419250 0 0 0 49821 71 0 0 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
[pid=21882] ppid=21659 vsize=333684 memory=305904 CPUtime=3012.86 cores=5,7
/proc/21882/stat : 21882 (naps-1.03a6) R 21659 21882 21882 0 -1 4194304 2231387 0 0 0 300112 1174 0 0 20 0 1 0 30314878 341692416 76476 18446744073709551615 4198400 7047149 140735198006080 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 9158656 140735198009745 140735198009843 140735198009843 140735198015433 0
/proc/21882/statm: 83421 76476 544 696 0 82582 0
Current children cumulated CPU time: 3511.78 s
Current children cumulated vsize: 3082448 KiB
Current children cumulated memory: 1678728 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.11 4.12 5/271 22122
/proc/meminfo: memFree=126313908/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2744572 memory=1369880 CPUtime=498.92 cores=5,7
/proc/21659/stat : 21659 (python3) S 21654 21654 19810 0 -1 4194304 419250 0 0 0 49821 71 0 0 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
[pid=21882] ppid=21659 vsize=333684 memory=301808 CPUtime=3072.71 cores=5,7
/proc/21882/stat : 21882 (naps-1.03a6) R 21659 21882 21882 0 -1 4194304 2240072 0 0 0 306089 1182 0 0 20 0 1 0 30314878 341692416 75452 18446744073709551615 4198400 7047149 140735198006080 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 9158656 140735198009745 140735198009843 140735198009843 140735198015433 0
/proc/21882/statm: 83421 75452 544 696 0 82582 0
Current children cumulated CPU time: 3571.63 s
Current children cumulated vsize: 3082448 KiB
Current children cumulated memory: 1674632 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 4.09 4.10 4.11 5/270 22123
/proc/meminfo: memFree=126289120/131249992 swapFree=33010684/33010684
[pid=21654] ppid=21651 vsize=4192 memory=2944 CPUtime=0 cores=5,7
/proc/21654/stat : 21654 (scip-naps-1.00.) S 21651 21654 19810 0 -1 4194304 257 336 0 0 0 0 0 0 20 0 1 0 30264807 4292608 736 18446744073709551615 94286854774784 94286855669317 140731506959392 0 0 0 65536 4 65538 1 0 0 17 7 0 0 0 0 0 94286855908368 94286855956112 94286856482816 140731506964897 140731506964994 140731506964994 140731506970596 0
/proc/21654/statm: 1048 736 672 219 0 110 0
[pid=21659] ppid=21654 vsize=2744572 memory=1369880 CPUtime=498.92 cores=5,7
/proc/21659/stat : 21659 (python3) S 21654 21654 19810 0 -1 4194304 419250 0 0 0 49821 71 0 0 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 1 0 0 17 5 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
[pid=21882] ppid=21659 vsize=333684 memory=303856 CPUtime=3101.13 cores=5,7
/proc/21882/stat : 21882 (naps-1.03a6) R 21659 21882 21882 0 -1 4194304 2242158 0 0 0 308931 1182 0 0 20 0 1 0 30314878 341692416 75964 18446744073709551615 4198400 7047149 140735198006080 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7573272 7623312 9158656 140735198009745 140735198009843 140735198009843 140735198015433 0
/proc/21882/statm: 83421 75964 544 696 0 82582 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 3082448 KiB
Current children cumulated memory: 1676680 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001673 s, system=0.0053 s

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

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

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

[startup+3611.2 s]
/proc/loadavg: 4.09 4.10 4.11 5/268 22123
/proc/meminfo: memFree=126588280/131249992 swapFree=33010684/33010684
[pid=21659] ppid=21651 vsize=2744572 memory=1369880 CPUtime=3600.44 cores=5,7
/proc/21659/stat : 21659 (python3) R 21651 21654 19810 0 -1 4194304 510885 2242159 0 0 49855 75 308931 1183 20 0 1 0 30264809 2810441728 342470 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 686143 342470 8172 1 0 657501 0
Current cumulated CPU time of completed processes: 0.006973 s
Current children cumulated CPU time: 3600.44 s
Current children cumulated vsize: 2744572 KiB
Current children cumulated memory: 1369880 KiB

[startup+3611.4 s]
/proc/loadavg: 4.09 4.10 4.11 5/268 22123
/proc/meminfo: memFree=126588280/131249992 swapFree=33010684/33010684
[pid=21659] ppid=21651 vsize=2739316 memory=1365416 CPUtime=3600.64 cores=5,7
/proc/21659/stat : 21659 (python3) R 21651 21654 19810 0 -1 4194304 551659 2242159 0 0 49872 78 308931 1183 20 0 1 0 30264809 2805059584 341354 18446744073709551615 93845233975296 93845233975673 140725573502400 0 0 0 0 16781312 16386 0 0 0 17 7 0 0 0 0 0 93845233986968 93845233987588 93845245681664 140725573507416 140725573507618 140725573507618 140725573513191 0
/proc/21659/statm: 684829 341354 8172 1 0 656187 0
Current cumulated CPU time of completed processes: 0.006973 s
Current children cumulated CPU time: 3600.64 s
Current children cumulated vsize: 2739316 KiB
Current children cumulated memory: 1365416 KiB

Child status: 0

Real time (s): 3611.47
CPU time (s): 3600.74
CPU user time (s): 3588.06
CPU system time (s): 12.6747
CPU usage (%): 99.7027
Max. virtual memory (cumulated for all children) (KiB): 3573968
Max. memory (cumulated for all children) (KiB): 1899932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.06
system time used= 12.6747
maximum resident set size= 1369880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2803368
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 347
involuntary context switches= 4150


# summary of solver processes directly reported to runsolver:
#   pid: 21654,21659
#   total CPU time (s): 3600.74
#   total CPU user time (s): 3588.06
#   total CPU system time (s): 12.6747

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.48998 second user time and 17.3711 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-28 23:24:20
IDJOB=4493169
IDBENCH=147848
IDSOLVER=3368
FILE ID=nodeC025/4493169-1751145860
RUNJOBID= nodeC025-1751145166-19823
SLURM_JOB_ID= 9587446
Free space on /tmp= 433036 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-85-80.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4493169-1751145860/watcher-4493169-1751145860 -o /tmp/evaluation-result-4493169-1751145860/solver-4493169-1751145860 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751145166-19823 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4493169-1751145860.opb

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=176658899

nodeC025 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.835
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.67
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.833
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.67
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		: 3596.949
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.525
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.67
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.878
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.67
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		: 3566.614
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.67
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		: 3627.020
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        128940492 kB
MemAvailable:   128585312 kB
Buffers:            3280 kB
Cached:           453072 kB
SwapCached:            0 kB
Active:          1397204 kB
Inactive:         195008 kB
Active(anon):    1153944 kB
Inactive(anon):        0 kB
Active(file):     243260 kB
Inactive(file):   195008 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12740 kB
Writeback:             0 kB
AnonPages:       1138988 kB
Mapped:           124688 kB
Shmem:             18084 kB
KReclaimable:      86728 kB
Slab:             170156 kB
SReclaimable:      86728 kB
SUnreclaim:        83428 kB
KernelStack:        4368 kB
PageTables:         5956 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4812536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC025 at 2025-06-29 00:24:32