Trace number 4529766

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.00a2? (TO) 3600.75 3610.75

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

480.07/482.24	c Command: HOME/scip-naps-1.00a2.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4529766-1752253299.opb
480.07/482.24	c Solving mode: decision
480.07/482.24	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
480.07/482.24	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
480.07/482.24	c original problem has 6800 variables (6800 bin, 0 int, 0 impl, 0 cont) and 285685 constraints
480.07/482.24	c presolving:
480.07/482.24	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
480.07/482.24	c    (3.8s) probing: 51/6800 (0.8%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
480.07/482.24	c    (3.8s) probing aborted: 50/50 successive totally useless probings
480.07/482.24	c    (3.9s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
480.07/482.24	c symmetry computation terminated early, because number of cells 102425 in Nauty exceeds limit of 100000
480.07/482.24	c for running full symmetry detection, increase value of parameter propagating/symmetry/nautymaxncells
480.07/482.24	c    (4.2s) no symmetry present (symcode time: 0.28)
480.07/482.24	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
480.07/482.24	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
480.07/482.24	c  0 implications, 285600 cliques
480.07/482.24	c presolved problem has 6800 variables (6800 bin, 0 int, 0 impl, 0 cont) and 285685 constraints
480.07/482.24	c  285600 constraints of type <setppc>
480.07/482.24	c      85 constraints of type <logicor>
480.07/482.24	c transformed objective value is always integral (scale: 1)
480.07/482.24	c Presolving Time: 3.98
480.07/482.24	c 
480.07/482.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
480.07/482.24	c   6.7s|     1 |     0 |   338 |     - |   604M |   0 |6800 | 285k| 285k|   0 |  0 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   9.9s|     1 |     0 |  7250 |     - |   646M |   0 |6800 | 285k| 285k|   3 |  1 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  10.7s|     1 |     0 |  8360 |     - |   675M |   0 |6800 | 285k| 285k|   7 |  2 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  11.9s|     1 |     0 | 10675 |     - |   722M |   0 |6800 | 285k| 285k|  17 |  3 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  14.2s|     1 |     0 | 12789 |     - |   758M |   0 |6800 | 285k| 285k|  42 |  4 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  16.8s|     1 |     0 | 15061 |     - |   791M |   0 |6800 | 285k| 285k|  65 |  5 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  24.4s|     1 |     0 | 16798 |     - |   835M |   0 |6800 | 285k| 285k|  85 |  6 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  32.8s|     1 |     0 | 19095 |     - |   864M |   0 |6800 | 285k| 285k| 102 |  7 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  43.4s|     1 |     0 | 21048 |     - |   891M |   0 |6800 | 285k| 285k| 117 |  8 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  54.8s|     1 |     0 | 24442 |     - |   919M |   0 |6800 | 285k| 285k| 133 |  9 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  62.1s|     1 |     0 | 25211 |     - |   946M |   0 |6800 | 285k| 285k| 149 | 10 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  63.0s|     1 |     0 | 25924 |     - |   974M |   0 |6800 | 285k| 285k| 166 | 11 |  71 |   0 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  80.2s|     1 |     2 | 39367 |     - |   978M |   0 |6800 | 285k| 285k| 166 | 11 |  71 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   153s|   100 |   101 |111875 | 869.9 |  1143M |  58 |6800 | 285k| 285k| 271 |  1 | 272 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   167s|   200 |   169 |125086 | 499.1 |  1169M |  84 |6800 | 286k| 285k| 271 |  1 | 382 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
480.07/482.24	c   182s|   300 |   215 |139401 | 380.1 |  1183M |  85 |6800 | 286k| 285k| 271 |  0 | 488 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   195s|   400 |   263 |152969 | 318.8 |  1190M |  86 |6800 | 286k| 285k| 271 |  1 | 590 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   208s|   500 |   309 |165490 | 280.0 |  1197M |  88 |6800 | 286k| 285k| 271 |  0 | 688 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   221s|   600 |   333 |177964 | 254.1 |  1200M |  88 |6800 | 286k| 285k| 271 |  0 | 792 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   233s|   700 |   357 |190533 | 235.7 |  1204M |  88 |6800 | 286k| 285k| 271 |  1 | 904 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   246s|   800 |   393 |203015 | 221.9 |  1208M |  89 |6800 | 286k| 285k| 271 |  0 |1003 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   258s|   900 |   421 |214235 | 209.7 |  1212M |  89 |6800 | 286k| 285k| 271 |  1 |1105 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   269s|  1000 |   441 |225476 | 199.9 |  1213M |  89 |6800 | 286k| 285k| 271 |  1 |1228 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   281s|  1100 |   457 |238162 | 193.3 |  1216M |  89 |6800 | 286k| 285k| 271 |  1 |1334 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   294s|  1200 |   487 |250258 | 187.2 |  1218M |  91 |6800 | 287k| 285k| 271 |  1 |1425 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   305s|  1300 |   501 |261377 | 181.4 |  1221M |  91 |6800 | 287k| 285k| 271 |  1 |1523 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   317s|  1400 |   521 |272422 | 176.3 |  1224M |  91 |6800 | 287k| 285k| 271 |  1 |1619 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   328s|  1500 |   545 |283614 | 172.0 |  1227M |  91 |6800 | 287k| 285k| 271 |  0 |1712 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   339s|  1600 |   583 |294688 | 168.2 |  1232M |  91 |6800 | 287k| 285k| 271 |  1 |1801 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   351s|  1700 |   597 |305957 | 164.9 |  1233M |  91 |6800 | 287k| 285k| 271 |  1 |1898 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
480.07/482.24	c   363s|  1800 |   613 |318171 | 162.5 |  1236M |  91 |6800 | 287k| 285k| 271 |  1 |1998 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   374s|  1900 |   635 |329629 | 160.0 |  1238M |  91 |6800 | 287k| 285k| 271 |  1 |2109 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   386s|  2000 |   653 |341422 | 157.9 |  1242M |  91 |6800 | 287k| 285k| 271 |  1 |2205 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   399s|  2100 |   667 |354999 | 156.9 |  1244M |  91 |6800 | 287k| 285k| 271 |  0 |2304 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   409s|  2200 |   681 |364855 | 154.2 |  1244M |  93 |6800 | 287k| 285k| 271 |  1 |2402 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   419s|  2300 |   707 |375765 | 152.2 |  1247M |  94 |6800 | 287k| 285k| 271 |  1 |2495 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   429s|  2400 |   717 |385811 | 150.1 |  1247M |  94 |6800 | 287k| 285k| 271 |  0 |2587 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   439s|  2500 |   731 |395745 | 148.1 |  1249M |  94 |6800 | 287k| 285k| 271 |  0 |2676 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   451s|  2600 |   745 |407169 | 146.8 |  1252M |  94 |6800 | 288k| 285k| 271 |  0 |2783 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   462s|  2700 |   757 |418168 | 145.4 |  1253M |  94 |6800 | 288k| 285k| 271 |  0 |2873 |  20 | 0.000000e+00 |      --      |    Inf | unknown
480.07/482.24	c   472s|  2800 |   767 |428368 | 143.8 |  1253M |  94 |6800 | 288k| 285k| 271 |  1 |2972 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.38/500.67	c   482s|  2900 |   779 |438352 | 142.3 |  1255M |  94 |6800 | 288k| 285k| 271 |  0 |3070 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.38/500.67	c   492s|  3000 |   793 |449134 | 141.2 |  1258M |  94 |6800 | 288k| 285k| 271 |  1 |3155 |  20 | 0.000000e+00 |      --      |    Inf | unknown
498.38/500.67	c 
498.38/500.67	c SCIP Status        : solving was interrupted [time limit reached]
498.38/500.67	c Solving Time (sec) : 500.00
498.38/500.67	c Solving Nodes      : 3085
498.38/500.67	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
498.38/500.67	c Dual Bound         : +0.00000000000000e+00
498.38/500.67	c Gap                : infinite
498.38/500.67	c ----------------------------------------------------------------------
498.38/500.67	c dual bound: 0.0 -> 0
498.38/500.67	c primal bound: 1e+20 -> 100000000000000000000
498.38/500.67	c scip-goal-lb: 0
498.38/500.67	c scip-goal-ub: 100000000000000000000
498.38/500.67	c writing output to: HOME/tmp0dfv6t70.opb
498.38/500.67	c appending fixed variable constraints
498.38/500.67	c scip-fixed vars: 0.00% (0/6800)
498.38/500.67	c ----------------------------------------------------------------------
498.38/500.67	c executing external solver: HOME/naps-1.03a6
498.38/500.67	c ----------------------------------------------------------------------
498.38/500.67	c command: HOME/naps-1.03a6 HOME/tmp0dfv6t70.opb
498.47/500.70	c NaPS 1.03a6.
498.47/500.70	c Input file name: HOME/tmp0dfv6t70.opb
3600.08/3610.10	c
3600.08/3610.10	c *** TERMINATED *** by signal 15
3600.08/3610.10	c s UNKNOWN
3600.08/3610.10	c _____________________________________________________________________________
3600.08/3610.10	c std/band forms        : 0,0
3600.08/3610.10	c 2cl/3cl ITE-codings   : 0,0
3600.08/3610.10	c BDD/srt/adr Max costs : 0,0,0
3600.08/3610.10	c BDDraw/bin/mul/srt/adr: 0,0,0,0,0
3600.08/3610.10	c BDD nodes             : 0
3600.08/3610.10	c Es1/CC detections     : 0,0
3600.08/3610.10	c CC sort               : 0
3600.08/3610.10	c SAT/UNSAT calls       : 0,0
3600.08/3610.10	c regenrated variables  : 0
3600.08/3610.10	c eliminated fixed lits : 0
3600.08/3610.10	c goal lit flips        : 0
3600.08/3610.10	c goal stages           : 0
3600.08/3610.10	c goal shrink           : 0
3600.08/3610.10	c goal coeff separations: 0
3600.08/3610.10	c restarts              : 0
3600.08/3610.10	c conflicts             : 0              (0 /sec)
3600.08/3610.10	c decisions             : 0              (0 /sec)
3600.08/3610.10	c propagations          : 0              (0 /sec)
3600.08/3610.10	c inspects              : 0              (0 /sec)
3600.08/3610.10	c CPU time (solving tm) : 3090 s        (3089 s, SAT 0 s, UNSAT 0 s)
3600.08/3610.10	c Time for Opt-base     : 0 s
3600.08/3610.10	c Steps for Opt-base    : 0
3600.08/3610.10	c Time for BDD coding   : 0 s
3600.08/3610.10	c Time for srt coding   : 0 s
3600.08/3610.10	c _____________________________________________________________________________
3600.08/3610.10	s UNKNOWN
3600.59/3610.68	c received SIGTERM, forwarding to pbsolver...
3600.59/3610.68	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 (62229 MiB free)
  memory of node 1: 64465 MiB (62808 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4529766-1752253299/watcher-4529766-1752253299 -o /tmp/evaluation-result-4529766-1752253299/solver-4529766-1752253299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1752253280-115092 --watchdog 3760 ./scip-naps-1.00a2.sh HOME/instance-4529766-1752253299.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=115800, runsolver pid=115797

[startup+0.10006 s]*
/proc/loadavg: 2.49 2.16 2.37 6/269 115805
/proc/meminfo: memFree=128024420/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=1186548 memory=31092 CPUtime=0.06 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 3592 0 0 0 4 2 0 0 20 0 1 0 141007496 1215025152 7773 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 2 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 296637 7773 4836 1 0 268659 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1190740 KiB
Current children cumulated memory: 34164 KiB

[startup+0.205646 s]*
/proc/loadavg: 2.49 2.16 2.37 5/269 115805
/proc/meminfo: memFree=128024676/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=1222656 memory=74100 CPUtime=0.16 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 11803 0 0 0 12 4 0 0 20 0 1 0 141007496 1251999744 18525 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 305664 18525 7620 1 0 277022 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 1226848 KiB
Current children cumulated memory: 77172 KiB

[startup+0.305495 s]*
/proc/loadavg: 2.49 2.16 2.37 5/269 115805
/proc/meminfo: memFree=127992672/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=1254236 memory=104948 CPUtime=0.26 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 19508 0 0 0 21 5 0 0 20 0 1 0 141007496 1284337664 26237 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 313559 26237 7620 1 0 284917 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1258428 KiB
Current children cumulated memory: 108020 KiB

[startup+0.700155 s]
/proc/loadavg: 2.49 2.16 2.37 5/269 115805
/proc/meminfo: memFree=127920096/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=1399952 memory=250980 CPUtime=0.65 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 55823 0 0 0 54 11 0 0 20 0 1 0 141007496 1433550848 62713 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 349988 62713 7812 1 0 321346 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 1404144 KiB
Current children cumulated memory: 254052 KiB

[startup+1.50019 s]
/proc/loadavg: 2.49 2.16 2.37 5/269 115805
/proc/meminfo: memFree=127699540/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=1615048 memory=462368 CPUtime=1.44 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 107097 0 0 0 125 19 0 0 20 0 1 0 141007496 1653809152 115592 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 403762 115592 7876 1 0 375120 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1619240 KiB
Current children cumulated memory: 465440 KiB

[startup+3.10568 s]
/proc/loadavg: 2.61 2.19 2.38 5/269 115805
/proc/meminfo: memFree=127554664/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=1681592 memory=527648 CPUtime=3.05 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 122956 0 0 0 282 23 0 0 20 0 1 0 141007496 1721950208 131912 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 420398 131912 7908 1 0 391756 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 1685784 KiB
Current children cumulated memory: 530720 KiB

[startup+6.30015 s]
/proc/loadavg: 2.61 2.19 2.38 5/269 115805
/proc/meminfo: memFree=127288104/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2034924 memory=872252 CPUtime=6.23 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 217847 0 0 0 583 40 0 0 20 0 1 0 141007496 2083762176 218063 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 508731 218063 8132 1 0 480089 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 2039116 KiB
Current children cumulated memory: 875324 KiB

[startup+12.7002 s]
/proc/loadavg: 2.72 2.22 2.38 5/269 115805
/proc/meminfo: memFree=126978784/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2154108 memory=993748 CPUtime=12.61 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 262365 0 0 0 1215 46 0 0 20 0 1 0 141007496 2205806592 248437 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 538527 248437 8132 1 0 509885 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 2158300 KiB
Current children cumulated memory: 996820 KiB

[startup+25.5002 s]
/proc/loadavg: 3.23 2.36 2.43 5/269 115805
/proc/meminfo: memFree=126859088/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2215652 memory=997568 CPUtime=25.37 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 262833 0 0 0 2490 47 0 0 20 0 1 0 141007496 2268827648 249392 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 553913 249392 8132 1 0 525271 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 2219844 KiB
Current children cumulated memory: 1000640 KiB

[startup+51.1057 s]
/proc/loadavg: 4.12 2.64 2.52 5/269 115805
/proc/meminfo: memFree=126865856/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2273704 memory=1002052 CPUtime=50.89 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 263441 0 0 0 5042 47 0 0 20 0 1 0 141007496 2328272896 250513 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 568426 250513 8132 1 0 539784 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 2277896 KiB
Current children cumulated memory: 1005124 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 2.88 2.61 5/269 115807
/proc/meminfo: memFree=126573588/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2621864 memory=1273480 CPUtime=101.89 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 363424 0 0 0 10126 63 0 0 20 0 1 0 141007496 2684788736 318370 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 655466 318370 8132 1 0 626824 0
Current children cumulated CPU time: 101.89 s
Current children cumulated vsize: 2626056 KiB
Current children cumulated memory: 1276552 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 3.10 2.70 5/269 115809
/proc/meminfo: memFree=126331628/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2767644 memory=1391184 CPUtime=161.68 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 390877 0 0 0 16098 70 0 0 20 0 1 0 141007496 2834067456 347796 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 691911 347796 8132 1 0 663269 0
Current children cumulated CPU time: 161.68 s
Current children cumulated vsize: 2771836 KiB
Current children cumulated memory: 1394256 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.28 2.79 5/269 115811
/proc/meminfo: memFree=126334644/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2767644 memory=1391184 CPUtime=221.42 cores=1,3
/proc/115805/stat : 115805 (python3) R 115800 115800 113697 0 -1 4194304 390936 0 0 0 22072 70 0 0 20 0 1 0 141007496 2834067456 347796 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 691911 347796 8132 1 0 663269 0
Current children cumulated CPU time: 221.42 s
Current children cumulated vsize: 2771836 KiB

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

/proc/115874/stat : 115874 (naps-1.03a6) R 115805 115874 115874 0 -1 4194304 1842213 0 0 0 276420 1041 0 0 20 0 1 0 141057563 341692416 74215 18446744073709551615 4198400 7047149 140722643375008 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 23781376 140722643380623 140722643380721 140722643380721 140722643386313 0
/proc/115874/statm: 83421 74215 544 696 0 82582 0
Current children cumulated CPU time: 3273.08 s
Current children cumulated vsize: 3109104 KiB
Current children cumulated memory: 1695084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.06 5/272 116254
/proc/meminfo: memFree=115589736/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2771228 memory=1395152 CPUtime=498.47 cores=1,3
/proc/115805/stat : 115805 (python3) S 115800 115800 113697 0 -1 4194304 392150 0 0 0 49773 74 0 0 20 0 1 0 141007496 2837737472 348788 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 692807 348788 8164 1 0 664165 0
[pid=115874] ppid=115805 vsize=333684 memory=294812 CPUtime=2834.46 cores=1,3
/proc/115874/stat : 115874 (naps-1.03a6) R 115805 115874 115874 0 -1 4194304 1870968 0 0 0 282385 1061 0 0 20 0 1 0 141057563 341692416 73703 18446744073709551615 4198400 7047149 140722643375008 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 23781376 140722643380623 140722643380721 140722643380721 140722643386313 0
/proc/115874/statm: 83421 73703 544 696 0 82582 0
Current children cumulated CPU time: 3332.93 s
Current children cumulated vsize: 3109104 KiB
Current children cumulated memory: 1693036 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.10 4.07 5/272 116256
/proc/meminfo: memFree=115601472/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2771228 memory=1395152 CPUtime=498.47 cores=1,3
/proc/115805/stat : 115805 (python3) S 115800 115800 113697 0 -1 4194304 392150 0 0 0 49773 74 0 0 20 0 1 0 141007496 2837737472 348788 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 692807 348788 8164 1 0 664165 0
[pid=115874] ppid=115805 vsize=300912 memory=276136 CPUtime=2894.32 cores=1,3
/proc/115874/stat : 115874 (naps-1.03a6) R 115805 115874 115874 0 -1 4194304 1907129 0 0 0 288344 1088 0 0 20 0 1 0 141057563 308133888 69034 18446744073709551615 4198400 7047149 140722643375008 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 23781376 140722643380623 140722643380721 140722643380721 140722643386313 0
/proc/115874/statm: 75228 69034 544 696 0 74389 0
Current children cumulated CPU time: 3392.79 s
Current children cumulated vsize: 3076332 KiB
Current children cumulated memory: 1674360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.11 4.07 5/272 116258
/proc/meminfo: memFree=115559352/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2771228 memory=1395152 CPUtime=498.47 cores=1,3
/proc/115805/stat : 115805 (python3) S 115800 115800 113697 0 -1 4194304 392150 0 0 0 49773 74 0 0 20 0 1 0 141007496 2837737472 348788 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 692807 348788 8164 1 0 664165 0
[pid=115874] ppid=115805 vsize=333684 memory=305032 CPUtime=2954.17 cores=1,3
/proc/115874/stat : 115874 (naps-1.03a6) R 115805 115874 115874 0 -1 4194304 1935825 0 0 0 294305 1112 0 0 20 0 1 0 141057563 341692416 76258 18446744073709551615 4198400 7047149 140722643375008 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 23781376 140722643380623 140722643380721 140722643380721 140722643386313 0
/proc/115874/statm: 83421 76258 544 696 0 82582 0
Current children cumulated CPU time: 3452.64 s
Current children cumulated vsize: 3109104 KiB
Current children cumulated memory: 1703256 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.07 5/271 116260
/proc/meminfo: memFree=115529652/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2771228 memory=1395152 CPUtime=498.47 cores=1,3
/proc/115805/stat : 115805 (python3) S 115800 115800 113697 0 -1 4194304 392150 0 0 0 49773 74 0 0 20 0 1 0 141007496 2837737472 348788 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 692807 348788 8164 1 0 664165 0
[pid=115874] ppid=115805 vsize=333684 memory=300936 CPUtime=3014.02 cores=1,3
/proc/115874/stat : 115874 (naps-1.03a6) R 115805 115874 115874 0 -1 4194304 1959429 0 0 0 300270 1132 0 0 20 0 1 0 141057563 341692416 75234 18446744073709551615 4198400 7047149 140722643375008 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 23781376 140722643380623 140722643380721 140722643380721 140722643386313 0
/proc/115874/statm: 83421 75234 544 696 0 82582 0
Current children cumulated CPU time: 3512.49 s
Current children cumulated vsize: 3109104 KiB
Current children cumulated memory: 1699160 KiB

[startup+3582.3 s]
/proc/loadavg: 4.04 4.08 4.07 5/270 116275
/proc/meminfo: memFree=115525344/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2771228 memory=1395152 CPUtime=498.47 cores=1,3
/proc/115805/stat : 115805 (python3) S 115800 115800 113697 0 -1 4194304 392150 0 0 0 49773 74 0 0 20 0 1 0 141007496 2837737472 348788 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 692807 348788 8164 1 0 664165 0
[pid=115874] ppid=115805 vsize=317300 memory=294792 CPUtime=3073.87 cores=1,3
/proc/115874/stat : 115874 (naps-1.03a6) R 115805 115874 115874 0 -1 4194304 1965774 0 0 0 306248 1139 0 0 20 0 1 0 141057563 324915200 73698 18446744073709551615 4198400 7047149 140722643375008 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 23781376 140722643380623 140722643380721 140722643380721 140722643386313 0
/proc/115874/statm: 79325 73698 544 696 0 78486 0
Current children cumulated CPU time: 3572.34 s
Current children cumulated vsize: 3092720 KiB
Current children cumulated memory: 1693016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.11 s]
/proc/loadavg: 4.00 4.07 4.07 4/262 116307
/proc/meminfo: memFree=116479372/131249988 swapFree=33010160/33010684
[pid=115800] ppid=115797 vsize=4192 memory=3072 CPUtime=0 cores=1,3
/proc/115800/stat : 115800 (scip-naps-1.00a) S 115797 115800 113697 0 -1 4194304 259 343 0 0 0 0 0 0 20 0 1 0 141007493 4292608 768 18446744073709551615 94196424294400 94196425188933 140721381661920 0 0 0 65536 4 65538 1 0 0 17 1 0 0 0 0 0 94196425427984 94196425475728 94196437192704 140721381665179 140721381665278 140721381665278 140721381670882 0
/proc/115800/statm: 1048 768 704 219 0 110 0
[pid=115805] ppid=115800 vsize=2771228 memory=1395152 CPUtime=498.47 cores=1,3
/proc/115805/stat : 115805 (python3) S 115800 115800 113697 0 -1 4194304 392150 0 0 0 49773 74 0 0 20 0 1 0 141007496 2837737472 348788 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 1 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 692807 348788 8164 1 0 664165 0
[pid=115874] ppid=115805 vsize=333684 memory=298888 CPUtime=3101.61 cores=1,3
/proc/115874/stat : 115874 (naps-1.03a6) R 115805 115874 115874 0 -1 4194304 1968010 0 0 0 309020 1141 0 0 20 0 1 0 141057563 341692416 74722 18446744073709551615 4198400 7047149 140722643375008 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7573272 7623312 23781376 140722643380623 140722643380721 140722643380721 140722643386313 0
/proc/115874/statm: 83421 74722 544 696 0 82582 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 3109104 KiB
Current children cumulated memory: 1697112 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002641 s, system=0.004682 s

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

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

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

[startup+3610.4 s]
/proc/loadavg: 4.00 4.07 4.07 4/260 116307
/proc/meminfo: memFree=116766092/131249988 swapFree=33010160/33010684
[pid=115805] ppid=115797 vsize=2771228 memory=1395152 CPUtime=3600.38 cores=1,3
/proc/115805/stat : 115805 (python3) R 115797 115800 113697 0 -1 4194304 481543 1968011 0 0 49799 78 309020 1141 20 0 1 0 141007496 2837737472 348788 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 692807 348788 8164 1 0 664165 0
Current cumulated CPU time of completed processes: 0.007323 s
Current children cumulated CPU time: 3600.38 s
Current children cumulated vsize: 2771228 KiB
Current children cumulated memory: 1395152 KiB

[startup+3610.6 s]
/proc/loadavg: 4.00 4.07 4.07 4/260 116307
/proc/meminfo: memFree=116766092/131249988 swapFree=33010160/33010684
[pid=115805] ppid=115797 vsize=2765972 memory=1390728 CPUtime=3600.58 cores=1,3
/proc/115805/stat : 115805 (python3) R 115797 115800 113697 0 -1 4194304 505754 1968011 0 0 49817 80 309020 1141 20 0 1 0 141007496 2832355328 347682 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 16386 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 691493 347682 8164 1 0 662851 0
Current cumulated CPU time of completed processes: 0.007323 s
Current children cumulated CPU time: 3600.58 s
Current children cumulated vsize: 2765972 KiB
Current children cumulated memory: 1390728 KiB

[startup+3610.7 s]
/proc/loadavg: 4.00 4.07 4.07 4/260 116307
/proc/meminfo: memFree=116766092/131249988 swapFree=33010160/33010684
[pid=115805] ppid=115797 vsize=2498752 memory=1342400 CPUtime=3600.67 cores=1,3
/proc/115805/stat : 115805 (python3) R 115797 115800 113697 0 -1 4194304 535177 1968011 0 0 49825 81 309020 1141 20 0 1 0 141007496 2558722048 335600 18446744073709551615 94097457733632 94097457734009 140733561353216 0 0 0 0 16781312 0 0 0 0 17 1 0 0 0 0 0 94097457745304 94097457745924 94097467609088 140733561358671 140733561358880 140733561358880 140733561364455 0
/proc/115805/statm: 624688 335600 8228 1 0 596046 0
Current cumulated CPU time of completed processes: 0.007323 s
Current children cumulated CPU time: 3600.67 s
Current children cumulated vsize: 2498752 KiB
Current children cumulated memory: 1342400 KiB

Child status: 0

Real time (s): 3610.75
CPU time (s): 3600.75
CPU user time (s): 3588.47
CPU system time (s): 12.2787
CPU usage (%): 99.7231
Max. virtual memory (cumulated for all children) (KiB): 3600624
Max. memory (cumulated for all children) (KiB): 1926508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.47
system time used= 12.2787
maximum resident set size= 1395152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2503871
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= 343
involuntary context switches= 7488


# summary of solver processes directly reported to runsolver:
#   pid: 115800,115805
#   total CPU time (s): 3600.75
#   total CPU user time (s): 3588.47
#   total CPU system time (s): 12.2787

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.90882 second user time and 16.5345 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-11 19:01:39
IDJOB=4529766
IDBENCH=147848
IDSOLVER=3388
FILE ID=nodeC020/4529766-1752253299
RUNJOBID= nodeC020-1752253280-115092
SLURM_JOB_ID= 9682577
Free space on /tmp= 431480 MiB

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

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

MD5SUM BENCH= b66aa0ca883b9987dbaf460c58c6223e
RANDOM SEED=1556372763

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.899
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		: 3594.072
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.484
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		: 3599.674
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.881
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.896
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		: 3599.691
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		: 3600.491
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:        128038504 kB
MemAvailable:   128928560 kB
Buffers:            2128 kB
Cached:          1679180 kB
SwapCached:            8 kB
Active:          1427108 kB
Inactive:        1107840 kB
Active(anon):     847140 kB
Inactive(anon):    24548 kB
Active(file):     579968 kB
Inactive(file):  1083292 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21216 kB
Writeback:             0 kB
AnonPages:        856348 kB
Mapped:           128268 kB
Shmem:             18044 kB
KReclaimable:     132072 kB
Slab:             226276 kB
SReclaimable:     132072 kB
SUnreclaim:        94204 kB
KernelStack:        4352 kB
PageTables:         5332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    4416276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150616 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 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= 431300 MiB
End job on nodeC020 at 2025-07-11 20:01:50