Trace number 4541851

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.1 3610.53

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
MD5SUM33cd2865dc6656b609d0c0476b6c078b
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 benchmark0.64241
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2992
Total number of constraints4445
Number of constraints which are clauses2904
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1541
Minimum length of a constraint2
Maximum length of a constraint88
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 8796093022208
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 35184372088831
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.18/0.24	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541851-1753211169.opb
0.18/0.24	c Solving mode: decision
0.18/0.24	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.18/0.24	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.18/0.24	c original problem has 2992 variables (2992 bin, 0 int, 0 impl, 0 cont) and 4445 constraints
0.18/0.24	c presolving:
0.18/0.24	c (round 1, fast)       616 del vars, 616 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1012 clqs
0.18/0.24	c (round 2, exhaustive) 616 del vars, 2068 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1012 clqs
0.18/0.24	c (round 3, exhaustive) 616 del vars, 2068 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 1453 upgd conss, 0 impls, 1012 clqs
0.18/0.24	c (round 4, fast)       616 del vars, 2068 del conss, 0 add conss, 0 chg bounds, 1 chg sides, 86 chg coeffs, 1453 upgd conss, 0 impls, 1012 clqs
0.18/0.24	c (round 5, exhaustive) 616 del vars, 3520 del conss, 484 add conss, 0 chg bounds, 1 chg sides, 86 chg coeffs, 1453 upgd conss, 0 impls, 1013 clqs
0.18/0.24	c    (0.0s) probing: 60/2376 (2.5%) - 0 fixings, 0 aggregations, 1 implications, 0 bound changes
0.18/0.24	c    (0.0s) probing aborted: 50/50 successive totally useless probings
0.18/0.24	c    (0.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.18/0.24	c    (0.0s) no symmetry present (symcode time: 0.00)
0.18/0.24	c presolving (6 rounds: 6 fast, 4 medium, 4 exhaustive):
0.18/0.24	c  616 deleted vars, 3520 deleted constraints, 484 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 86 changed coefficients
0.18/0.24	c  0 implications, 1014 cliques
0.18/0.24	c presolved problem has 2376 variables (2376 bin, 0 int, 0 impl, 0 cont) and 1409 constraints
0.18/0.24	c       1 constraints of type <knapsack>
0.18/0.24	c     484 constraints of type <and>
0.18/0.24	c     924 constraints of type <linear>
0.18/0.24	c transformed objective value is always integral (scale: 1)
0.18/0.24	c Presolving Time: 0.04
0.18/0.24	c 
0.18/0.24	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.18/0.24	c   0.1s|     1 |     0 |    27 |     - |    28M |   0 |2376 |1430 |1893 |   0 |  0 |  20 |   0 | 0.000000e+00 |      --      |    Inf | unknown
0.18/0.24	c o 0.1s|     1 |     0 |    33 |     - |feaspump|   0 |2376 |1430 |1893 |   0 |  0 |  20 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.18/0.24	c   0.1s|     1 |     0 |    33 |     - |    28M |   0 |2376 |1430 |1893 |   0 |  0 |  20 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.18/0.24	c 
0.18/0.24	c SCIP Status        : problem is solved [optimal solution found]
0.18/0.24	c Solving Time (sec) : 0.07
0.18/0.24	c Solving Nodes      : 1
0.18/0.24	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.18/0.24	c Dual Bound         : +0.00000000000000e+00
0.18/0.24	c Gap                : 0.00 %
0.18/0.24	c [VIOLATION] Line 18: -1 x2949 +1 x2905 -2 x2950 +2 x2906 -4 x2951 +4 x2907 -8 x2952 +8 x2908 -16 x2953 +16 x2909 -32 x2954 +32 x2910 -64 x2955 +64 x2911 -128 x2956 +128 x2912 -256 x2957 +256 x2913 -512 x2958 +512 x2914 -1024 x2959 +1024 x2915 -2048 x2960 +2048 x2916 -4096 x2961 +4096 x2917 -8192 x2962 +8192 x2918 -16384 x2963 +16384 x2919 -32768 x2964 +32768 x2920 -65536 x2965 +65536 x2921 -131072 x2966 +131072 x2922 -262144 x2967 +262144 x2923 -524288 x2968 +524288 x2924 -1048576 x2969 +1048576 x2925 -2097152 x2970 +2097152 x2926 -4194304 x2971 +4194304 x2927 -8388608 x2972 +8388608 x2928 -16777216 x2973 +16777216 x2929 -33554432 x2974 +33554432 x2930 -67108864 x2975 +67108864 x2931 -134217728 x2976 +134217728 x2932 -268435456 x2977 +268435456 x2933 -536870912 x2978 +536870912 x2934 -1073741824 x2979 +1073741824 x2935 -2147483648 x2980 +2147483648 x2936 -4294967296 x2981 +4294967296 x2937 -8589934592 x2982 +8589934592 x2938 -17179869184 x2983 +17179869184 x2939 -34359738368 x2984 +34359738368 x2940 -68719476736 x2985 +68719476736 x2941 -137438953472 x2986 +137438953472 x2942 -274877906944 x2987 +274877906944 x2943 -549755813888 x2988 +549755813888 x2944 -1099511627776 x2989 +1099511627776 x2945 -2199023255552 x2990 +2199023255552 x2946 -4398046511104 x2991 +4398046511104 x2947 -8796093022208 x2992 +8796093022208 x2948 >= 1 ;
0.18/0.24	c   Computed activity: 0
0.18/0.24	c   Required: activity >= 1
0.18/0.24	c   Variable assignments: {x2949=0, x2905=0, x2950=0, x2906=0, x2951=0, x2907=0, x2952=0, x2908=0, x2953=0, x2909=0, x2954=0, x2910=0, x2955=0, x2911=0, x2956=0, x2912=0, x2957=0, x2913=0, x2958=0, x2914=0, x2959=0, x2915=0, x2960=0, x2916=0, x2961=0, x2917=0, x2962=0, x2918=0, x2963=0, x2919=0, x2964=0, x2920=0, x2965=0, x2921=0, x2966=0, x2922=0, x2967=0, x2923=0, x2968=0, x2924=0, x2969=0, x2925=0, x2970=0, x2926=0, x2971=0, x2927=0, x2972=0, x2928=0, x2973=0, x2929=0, x2974=0, x2930=0, x2975=0, x2931=0, x2976=0, x2932=0, x2977=0, x2933=0, x2978=0, x2934=0, x2979=0, x2935=0, x2980=0, x2936=0, x2981=0, x2937=0, x2982=0, x2938=0, x2983=0, x2939=0, x2984=0, x2940=0, x2985=0, x2941=0, x2986=0, x2942=0, x2987=0, x2943=0, x2988=0, x2944=0, x2989=0, x2945=0, x2990=0, x2946=0, x2991=0, x2947=0, x2992=0, x2948=0}}
0.18/0.24	c SCIP found a solution, but it is not feasible according to the original problem.
0.18/0.24	c ----------------------------------------------------------------------
0.18/0.24	c executing external solver (fallback): HOME/naps-1.03a6
0.18/0.24	c ----------------------------------------------------------------------
0.18/0.24	c command: HOME/naps-1.03a6 HOME/instance-4541851-1753211169.opb
0.18/0.24	c NaPS 1.03a6.
0.18/0.24	c Input file name: HOME/instance-4541851-1753211169.opb
3600.04/3610.50	c
3600.04/3610.50	c *** TERMINATED *** by signal 15
3600.04/3610.50	c _____________________________________________________________________________
3600.04/3610.50	c std/band forms        : 1,924
3600.04/3610.50	c 2cl/3cl ITE-codings   : 43,4488
3600.04/3610.50	c BDD/srt/adr Max costs : 130,0,0
3600.04/3610.50	c BDDraw/bin/mul/srt/adr: 925,0,0,0,0
3600.04/3610.50	c BDD nodes             : 11043
3600.04/3610.50	c Es1/CC detections     : 0,0
3600.04/3610.50	c CC sort               : 0
3600.04/3610.50	c SAT/UNSAT calls       : 0,0
3600.04/3610.50	c regenrated variables  : 0
3600.04/3610.50	c eliminated fixed lits : 0
3600.04/3610.50	c goal lit flips        : 0
3600.04/3610.50	c goal stages           : 0
3600.04/3610.50	c goal shrink           : 0
3600.04/3610.50	c goal coeff separations: 0
3600.04/3610.50	c restarts              : 0
3600.04/3610.50	c conflicts             : 0              (0 /sec)
3600.04/3610.50	c decisions             : 0              (0 /sec)
3600.04/3610.50	c propagations          : 0              (0 /sec)
3600.04/3610.50	c inspects              : 0              (0 /sec)
3600.04/3610.50	c CPU time (solving tm) : 3594 s        (3594 s, SAT 0 s, UNSAT 0 s)
3600.04/3610.50	c Time for Opt-base     : 0 s
3600.04/3610.50	c Steps for Opt-base    : 0
3600.04/3610.50	c Time for BDD coding   : 0.04099 s
3600.04/3610.50	c Time for srt coding   : 0 s
3600.04/3610.50	c _____________________________________________________________________________
3600.04/3610.50	s UNKNOWN
3600.04/3610.51	c received SIGTERM, forwarding to pbsolver...
3600.04/3610.51	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: 63665 MiB (62293 MiB free)
  memory of node 1: 64507 MiB (63515 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541851-1753211169/watcher-4541851-1753211169 -o /tmp/evaluation-result-4541851-1753211169/solver-4541851-1753211169 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162572 --watchdog 3760 ./scip-naps-1.00.sh HOME/instance-4541851-1753211169.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=162973, runsolver pid=162970

[startup+0.10006 s]*
/proc/loadavg: 4.09 4.11 4.05 5/271 162978
/proc/meminfo: memFree=128828508/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1187604 memory=32492 CPUtime=0.06 cores=0,2
/proc/162978/stat : 162978 (python3) R 162973 162973 162562 0 -1 4194304 3872 0 0 0 6 0 0 0 20 0 1 0 236794713 1216106496 8123 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 296901 8123 4923 1 0 268923 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 1191796 KiB
Current children cumulated memory: 35564 KiB

[startup+0.20565 s]*
/proc/loadavg: 4.09 4.11 4.05 5/271 162978
/proc/meminfo: memFree=128801544/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1224276 memory=73452 CPUtime=0.18 cores=0,2
/proc/162978/stat : 162978 (python3) R 162973 162973 162562 0 -1 4194304 11191 0 0 0 16 2 0 0 20 0 1 0 236794713 1253658624 18363 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 2 0 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 306069 18363 8091 1 0 277427 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 1228468 KiB
Current children cumulated memory: 76524 KiB

[startup+0.305402 s]*
/proc/loadavg: 4.09 4.11 4.05 5/272 162979
/proc/meminfo: memFree=128793480/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=6988 memory=5376 CPUtime=0.06 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 1080 0 0 0 6 0 0 0 20 0 1 0 236794736 7155712 1344 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 2 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 1747 1344 544 696 0 908 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 1241180 KiB
Current children cumulated memory: 87788 KiB

[startup+0.700157 s]
/proc/loadavg: 4.09 4.11 4.05 5/272 162979
/proc/meminfo: memFree=128787976/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=14128 memory=9808 CPUtime=0.44 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 3265 0 0 0 44 0 0 0 20 0 1 0 236794736 14467072 2452 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 3532 2452 544 696 0 2693 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 1248320 KiB
Current children cumulated memory: 92220 KiB

[startup+1.50016 s]
/proc/loadavg: 4.09 4.11 4.05 5/272 162979
/proc/meminfo: memFree=128787220/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=14092 memory=10064 CPUtime=1.24 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 3333 0 0 0 124 0 0 0 20 0 1 0 236794736 14430208 2516 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 3523 2516 544 696 0 2684 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 1248284 KiB
Current children cumulated memory: 92476 KiB

[startup+3.10545 s]
/proc/loadavg: 4.08 4.11 4.05 5/272 162979
/proc/meminfo: memFree=128787220/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=14128 memory=10192 CPUtime=2.84 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 3389 0 0 0 284 0 0 0 20 0 1 0 236794736 14467072 2548 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 3532 2548 544 696 0 2693 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 1248320 KiB
Current children cumulated memory: 92604 KiB

[startup+6.30015 s]
/proc/loadavg: 4.08 4.11 4.05 5/272 162979
/proc/meminfo: memFree=128787472/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=14056 memory=10120 CPUtime=6.02 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 3623 0 0 0 602 0 0 0 20 0 1 0 236794736 14393344 2530 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 3514 2530 544 696 0 2675 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 1248248 KiB
Current children cumulated memory: 92532 KiB

[startup+12.7002 s]
/proc/loadavg: 4.07 4.10 4.05 5/272 162979
/proc/meminfo: memFree=128787724/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=16132 memory=11680 CPUtime=12.41 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 8952 0 0 0 1239 2 0 0 20 0 1 0 236794736 16519168 2920 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 4033 2920 544 696 0 3194 0
Current children cumulated CPU time: 12.61 s
Current children cumulated vsize: 1250324 KiB
Current children cumulated memory: 94092 KiB

[startup+25.5002 s]
/proc/loadavg: 4.06 4.10 4.05 5/272 162980
/proc/meminfo: memFree=128781440/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=18156 memory=14060 CPUtime=25.17 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 19201 0 0 0 2513 4 0 0 20 0 1 0 236794736 18591744 3515 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 4539 3515 544 696 0 3700 0
Current children cumulated CPU time: 25.37 s
Current children cumulated vsize: 1252348 KiB
Current children cumulated memory: 96472 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 4.11 4.05 5/272 162980
/proc/meminfo: memFree=128782368/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=79340 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 19835 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 19835 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=21228 memory=18592 CPUtime=50.7 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 32742 0 0 0 5062 8 0 0 20 0 1 0 236794736 21737472 4648 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 5307 4648 544 696 0 4468 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1255420 KiB
Current children cumulated memory: 101004 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.10 4.05 5/273 162983
/proc/meminfo: memFree=128761236/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=81644 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20411 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20411 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=27372 memory=24132 CPUtime=101.74 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 63498 0 0 0 10160 14 0 0 20 0 1 0 236794736 28028928 6033 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 6843 6033 544 696 0 6004 0
Current children cumulated CPU time: 101.94 s

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

[pid=162979] ppid=162978 vsize=72932 memory=50224 CPUtime=3212.86 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 1923741 0 0 0 320783 503 0 0 20 0 1 0 236794736 74682368 12556 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 18233 12556 544 696 0 17394 0
Current children cumulated CPU time: 3213.06 s
Current children cumulated vsize: 1307124 KiB
Current children cumulated memory: 135324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.12 4.09 5/272 163290
/proc/meminfo: memFree=128248108/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=64744 memory=53824 CPUtime=3272.66 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2008489 0 0 0 326743 523 0 0 20 0 1 0 236794736 66297856 13456 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 16186 13456 544 696 0 15347 0
Current children cumulated CPU time: 3272.86 s
Current children cumulated vsize: 1298936 KiB
Current children cumulated memory: 138924 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/272 163303
/proc/meminfo: memFree=128260336/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=56548 memory=42032 CPUtime=3332.47 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2040549 0 0 0 332713 534 0 0 20 0 1 0 236794736 57905152 10508 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 14137 10508 544 696 0 13298 0
Current children cumulated CPU time: 3332.67 s
Current children cumulated vsize: 1290740 KiB
Current children cumulated memory: 127132 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/272 163307
/proc/meminfo: memFree=128248340/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=48356 memory=39688 CPUtime=3392.28 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2047495 0 0 0 338691 537 0 0 20 0 1 0 236794736 49516544 9922 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 12089 9922 544 696 0 11250 0
Current children cumulated CPU time: 3392.48 s
Current children cumulated vsize: 1282548 KiB
Current children cumulated memory: 124788 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.11 4.09 5/272 163310
/proc/meminfo: memFree=127904640/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=64744 memory=51884 CPUtime=3452.08 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2108824 0 0 0 344657 551 0 0 20 0 1 0 236794736 66297856 12971 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 16186 12971 544 696 0 15347 0
Current children cumulated CPU time: 3452.28 s
Current children cumulated vsize: 1298936 KiB
Current children cumulated memory: 136984 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/272 163312
/proc/meminfo: memFree=127959920/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=52456 memory=40288 CPUtime=3511.9 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2129458 0 0 0 350633 557 0 0 20 0 1 0 236794736 53714944 10072 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 13114 10072 544 696 0 12275 0
Current children cumulated CPU time: 3512.1 s
Current children cumulated vsize: 1286648 KiB
Current children cumulated memory: 125388 KiB

[startup+3582.3 s]
/proc/loadavg: 4.38 4.17 4.11 5/272 163314
/proc/meminfo: memFree=127945100/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=64744 memory=48960 CPUtime=3571.72 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2188728 0 0 0 356601 571 0 0 20 0 1 0 236794736 66297856 12240 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 16186 12240 544 696 0 15347 0
Current children cumulated CPU time: 3571.92 s
Current children cumulated vsize: 1298936 KiB
Current children cumulated memory: 134060 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.40 4.20 4.12 5/273 163316
/proc/meminfo: memFree=127950184/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=52456 memory=39948 CPUtime=3599.84 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2200658 0 0 0 359410 574 0 0 20 0 1 0 236794736 53714944 9987 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 13114 9987 544 696 0 12275 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1286648 KiB
Current children cumulated memory: 125048 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001135 s, system=0.004081 s

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

# cumulated CPU time of all completed processes:  user=3594.32 s, system=5.77823 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.5 s]
/proc/loadavg: 4.40 4.20 4.12 5/273 163316
/proc/meminfo: memFree=127950184/131250000 swapFree=33010416/33010684
[pid=162973] ppid=162970 vsize=4192 memory=3072 CPUtime=0 cores=0,2
/proc/162973/stat : 162973 (scip-naps-1.00.) S 162970 162973 162562 0 -1 4194304 261 342 0 0 0 0 0 0 20 0 1 0 236794712 4292608 768 18446744073709551615 94429913337856 94429914232389 140731787106752 0 0 0 65536 4 65538 1 0 0 17 0 0 0 0 0 0 94429914471440 94429914519184 94429921325056 140731787114911 140731787115008 140731787115008 140731787120612 0
/proc/162973/statm: 1048 768 704 219 0 110 0
[pid=162978] ppid=162973 vsize=1230000 memory=82028 CPUtime=0.2 cores=0,2
/proc/162978/stat : 162978 (python3) S 162973 162973 162562 0 -1 4194304 12769 0 0 0 18 2 0 0 20 0 1 0 236794713 1259520000 20507 18446744073709551615 94033799577600 94033799577977 140731925117888 0 0 0 0 16781312 16386 1 0 0 17 0 0 0 0 0 0 94033799589272 94033799589892 94033826410496 140731925125462 140731925125664 140731925125664 140731925131239 0
/proc/162978/statm: 307500 20507 8187 1 0 278858 0
[pid=162979] ppid=162978 vsize=52456 memory=39948 CPUtime=3599.84 cores=0,2
/proc/162979/stat : 162979 (naps-1.03a6) R 162978 162979 162979 0 -1 4194304 2200658 0 0 0 359410 574 0 0 20 0 1 0 236794736 53714944 9987 18446744073709551615 4198400 7047149 140725738062096 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7573272 7623312 31076352 140725738068351 140725738068465 140725738068465 140725738074057 0
/proc/162979/statm: 13114 9987 544 696 0 12275 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 1286648 KiB
Current children cumulated memory: 125048 KiB

Child status: 0

Real time (s): 3610.53
CPU time (s): 3600.1
CPU user time (s): 3594.32
CPU system time (s): 5.77823
CPU usage (%): 99.711
Max. virtual memory (cumulated for all children) (KiB): 1348336
Max. memory (cumulated for all children) (KiB): 169168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.32
system time used= 5.77823
maximum resident set size= 84068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2221117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 386
involuntary context switches= 22258


# summary of solver processes directly reported to runsolver:
#   pid: 162973,162978
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3594.32
#   total CPU system time (s): 5.77823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94496 second user time and 15.8512 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-22 21:06:09
IDJOB=4541851
IDBENCH=163507
IDSOLVER=3368
FILE ID=nodeC018/4541851-1753211169
RUNJOBID= nodeC018-1753209881-162572
SLURM_JOB_ID= 9687775
Free space on /tmp= 432996 MiB

SOLVER NAME= SCIP-NaPS 1.00a1
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-22arraycomm_teq_less.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541851-1753211169/watcher-4541851-1753211169 -o /tmp/evaluation-result-4541851-1753211169/solver-4541851-1753211169 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162572 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4541851-1753211169.opb

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

MD5SUM BENCH= 33cd2865dc6656b609d0c0476b6c078b
RANDOM SEED=684873033

nodeC018 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		: 3598.696
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.66
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.828
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.66
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		: 3599.829
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.66
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		: 3600.591
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.66
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.787
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.66
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.827
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.66
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.045
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.66
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.614
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128828508 kB
MemAvailable:   129390660 kB
Buffers:            2128 kB
Cached:          1312948 kB
SwapCached:           28 kB
Active:          1414708 kB
Inactive:         234724 kB
Active(anon):     360312 kB
Inactive(anon):      284 kB
Active(file):    1054396 kB
Inactive(file):   234440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5564 kB
Writeback:             0 kB
AnonPages:        329288 kB
Mapped:           137880 kB
Shmem:             26240 kB
KReclaimable:     224712 kB
Slab:             321420 kB
SReclaimable:     224712 kB
SUnreclaim:        96708 kB
KernelStack:        4400 kB
PageTables:         4412 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3881304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC018 at 2025-07-22 22:06:19