Trace number 4541773

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.09 3609.65

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/wallacecomm/normalized-27wallacecomm_greater_teq.opb
MD5SUMc5f0df1008e51f7adaa039b331d221c7
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5122
Total number of constraints7110
Number of constraints which are clauses4374
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints2628
Minimum length of a constraint1
Maximum length of a constraint108
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 9007199254740992
Number of bits of the biggest number in a constraint 54
Biggest sum of numbers in a constraint 36028797018963967
Number of bits of the biggest sum of numbers55
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.76/0.89	c Command: HOME/scip-naps.py --pbsolver HOME/naps-1.03a6 --sciptime=500 --dec HOME/instance-4541773-1753210013.opb
0.76/0.89	c Solving mode: decision
0.76/0.89	c SCIP version 9.2.1 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.3] [GitHash: NoGitInfo]
0.76/0.89	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.76/0.89	c original problem has 5122 variables (5122 bin, 0 int, 0 impl, 0 cont) and 7110 constraints
0.76/0.89	c presolving:
0.76/0.89	c (round 1, fast)       1055 del vars, 1093 del conss, 0 add conss, 70 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1760 clqs
0.76/0.89	c (round 2, exhaustive) 1055 del vars, 3280 del conss, 0 add conss, 70 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1760 clqs
0.76/0.89	c (round 3, exhaustive) 1055 del vars, 3280 del conss, 0 add conss, 70 chg bounds, 0 chg sides, 0 chg coeffs, 2196 upgd conss, 0 impls, 1760 clqs
0.76/0.89	c (round 4, exhaustive) 1055 del vars, 5467 del conss, 729 add conss, 70 chg bounds, 1 chg sides, 106 chg coeffs, 2196 upgd conss, 0 impls, 1761 clqs
0.76/0.89	c    (0.2s) probing: 1000/4067 (24.6%) - 10 fixings, 0 aggregations, 975 implications, 0 bound changes
0.76/0.89	c    (0.4s) probing: 2000/4067 (49.2%) - 14 fixings, 3 aggregations, 1937 implications, 0 bound changes
0.76/0.89	c    (0.6s) probing: 3000/4067 (73.8%) - 14 fixings, 5 aggregations, 2520 implications, 0 bound changes
0.76/0.89	c    (0.7s) probing: 3325/4067 (81.8%) - 14 fixings, 8 aggregations, 2767 implications, 0 bound changes
0.76/0.89	c    (0.7s) probing aborted: 50/50 successive totally useless probings
0.76/0.89	c (round 5, exhaustive) 1077 del vars, 5467 del conss, 729 add conss, 70 chg bounds, 1 chg sides, 106 chg coeffs, 2196 upgd conss, 0 impls, 4339 clqs
0.76/0.89	c (round 6, fast)       1081 del vars, 5467 del conss, 729 add conss, 70 chg bounds, 1 chg sides, 110 chg coeffs, 2196 upgd conss, 0 impls, 4351 clqs
0.76/0.89	c (round 7, exhaustive) 1081 del vars, 5467 del conss, 729 add conss, 70 chg bounds, 1 chg sides, 110 chg coeffs, 2208 upgd conss, 0 impls, 4351 clqs
0.76/0.89	c (round 8, medium)     1085 del vars, 5472 del conss, 729 add conss, 70 chg bounds, 1 chg sides, 110 chg coeffs, 2208 upgd conss, 0 impls, 4322 clqs
0.76/0.89	c    (0.7s) probing: 3330/4067 (81.9%) - 14 fixings, 8 aggregations, 2767 implications, 0 bound changes
0.76/0.89	c    (0.7s) probing aborted: 50/50 successive totally useless probings
0.76/0.89	c    (0.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.76/0.89	c    (0.7s) no symmetry present (symcode time: 0.00)
0.76/0.89	c presolving (9 rounds: 9 fast, 7 medium, 6 exhaustive):
0.76/0.89	c  1085 deleted vars, 5472 deleted constraints, 729 added constraints, 70 tightened bounds, 0 added holes, 1 changed sides, 110 changed coefficients
0.76/0.89	c  0 implications, 4323 cliques
0.76/0.89	c presolved problem has 4041 variables (4041 bin, 0 int, 0 impl, 0 cont) and 2364 constraints
0.76/0.89	c       1 constraints of type <knapsack>
0.76/0.89	c       8 constraints of type <setppc>
0.76/0.89	c     729 constraints of type <and>
0.76/0.89	c       4 constraints of type <xor>
0.76/0.89	c    1622 constraints of type <linear>
0.76/0.89	c transformed objective value is always integral (scale: 1)
0.76/0.89	c Presolving Time: 0.67
0.76/0.89	c 
0.76/0.89	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
0.76/0.89	c * 0.7s|     1 |     0 |     3 |     - |    LP  |   0 |4041 |2394 |3101 |   0 |  0 |  29 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.76/0.89	c   0.7s|     1 |     0 |     3 |     - |    44M |   0 |4041 |2394 |3101 |   0 |  0 |  29 |   0 | 0.000000e+00 | 0.000000e+00 |   0.00%| unknown
0.76/0.89	c 
0.76/0.89	c SCIP Status        : problem is solved [optimal solution found]
0.76/0.89	c Solving Time (sec) : 0.72
0.76/0.89	c Solving Nodes      : 1
0.76/0.89	c Primal Bound       : +0.00000000000000e+00 (1 solutions)
0.76/0.89	c Dual Bound         : +0.00000000000000e+00
0.76/0.89	c Gap                : 0.00 %
0.76/0.89	c [VIOLATION] Line 29: +1 x1 -1 x56 +2 x2 -2 x57 +4 x3 -4 x58 +8 x4 -8 x59 +16 x5 -16 x60 +32 x6 -32 x61 +64 x7 -64 x62 +128 x8 -128 x63 +256 x9 -256 x64 +512 x10 -512 x65 +1024 x11 -1024 x66 +2048 x12 -2048 x67 +4096 x13 -4096 x68 +8192 x14 -8192 x69 +16384 x15 -16384 x70 +32768 x16 -32768 x71 +65536 x17 -65536 x72 +131072 x18 -131072 x73 +262144 x19 -262144 x74 +524288 x20 -524288 x75 +1048576 x21 -1048576 x76 +2097152 x22 -2097152 x77 +4194304 x23 -4194304 x78 +8388608 x24 -8388608 x79 +16777216 x25 -16777216 x80 +33554432 x26 -33554432 x81 +67108864 x27 -67108864 x82 +134217728 x28 -134217728 x83 +268435456 x29 -268435456 x84 +536870912 x30 -536870912 x85 +1073741824 x31 -1073741824 x86 +2147483648 x32 -2147483648 x87 +4294967296 x33 -4294967296 x88 +8589934592 x34 -8589934592 x89 +17179869184 x35 -17179869184 x90 +34359738368 x36 -34359738368 x91 +68719476736 x37 -68719476736 x92 +137438953472 x38 -137438953472 x93 +274877906944 x39 -274877906944 x94 +549755813888 x40 -549755813888 x95 +1099511627776 x41 -1099511627776 x96 +2199023255552 x42 -2199023255552 x97 +4398046511104 x43 -4398046511104 x98 +8796093022208 x44 -8796093022208 x99 +17592186044416 x45 -17592186044416 x100 +35184372088832 x46 -35184372088832 x101 +70368744177664 x47 -70368744177664 x102 +140737488355328 x48 -140737488355328 x103 +281474976710656 x49 -281474976710656 x104 +562949953421312 x50 -562949953421312 x105 +1125899906842624 x51 -1125899906842624 x106 +2251799813685248 x52 -2251799813685248 x107 +4503599627370496 x53 -4503599627370496 x108 +9007199254740992 x54 -9007199254740992 x109 >= 1 ;
0.76/0.89	c   Computed activity: 0
0.76/0.89	c   Required: activity >= 1
0.76/0.89	c   Variable assignments: {x1=0, x56=0, x2=0, x57=0, x3=0, x58=0, x4=0, x59=0, x5=0, x60=0, x6=0, x61=0, x7=0, x62=0, x8=0, x63=0, x9=0, x64=0, x10=0, x65=0, x11=0, x66=0, x12=0, x67=0, x13=0, x68=0, x14=0, x69=0, x15=0, x70=0, x16=0, x71=0, x17=0, x72=0, x18=0, x73=0, x19=0, x74=0, x20=0, x75=0, x21=0, x76=0, x22=0, x77=0, x23=0, x78=0, x24=0, x79=0, x25=0, x80=0, x26=0, x81=0, x27=0, x82=0, x28=0, x83=0, x29=0, x84=0, x30=0, x85=0, x31=0, x86=0, x32=0, x87=0, x33=0, x88=0, x34=0, x89=0, x35=0, x90=0, x36=0, x91=0, x37=0, x92=0, x38=0, x93=0, x39=0, x94=0, x40=0, x95=0, x41=0, x96=0, x42=0, x97=0, x43=0, x98=0, x44=0, x99=0, x45=0, x100=0, x46=0, x101=0, x47=0, x102=0, x48=0, x103=0, x49=0, x104=0, x50=0, x105=0, x51=0, x106=0, x52=0, x107=0, x53=0, x108=0, x54=0, x109=0}}
0.76/0.89	c SCIP found a solution, but it is not feasible according to the original problem.
0.76/0.89	c ----------------------------------------------------------------------
0.76/0.89	c executing external solver (fallback): HOME/naps-1.03a6
0.76/0.89	c ----------------------------------------------------------------------
0.76/0.89	c command: HOME/naps-1.03a6 HOME/instance-4541773-1753210013.opb
0.86/0.90	c NaPS 1.03a6.
0.86/0.90	c Input file name: HOME/instance-4541773-1753210013.opb
3600.02/3609.60	c
3600.02/3609.60	c *** TERMINATED *** by signal 15
3600.02/3609.60	c _____________________________________________________________________________
3600.02/3609.60	c std/band forms        : 1,1642
3600.02/3609.60	c 2cl/3cl ITE-codings   : 53,7304
3600.02/3609.60	c BDD/srt/adr Max costs : 160,0,0
3600.02/3609.60	c BDDraw/bin/mul/srt/adr: 1643,0,0,0,0
3600.02/3609.60	c BDD nodes             : 18657
3600.02/3609.60	c Es1/CC detections     : 0,0
3600.02/3609.60	c CC sort               : 0
3600.02/3609.60	c SAT/UNSAT calls       : 0,0
3600.02/3609.60	c regenrated variables  : 0
3600.02/3609.60	c eliminated fixed lits : 242
3600.02/3609.60	c goal lit flips        : 0
3600.02/3609.60	c goal stages           : 0
3600.02/3609.60	c goal shrink           : 0
3600.02/3609.60	c goal coeff separations: 0
3600.02/3609.60	c restarts              : 0
3600.02/3609.60	c conflicts             : 0              (0 /sec)
3600.02/3609.60	c decisions             : 0              (0 /sec)
3600.02/3609.60	c propagations          : 0              (0 /sec)
3600.02/3609.60	c inspects              : 0              (0 /sec)
3600.02/3609.60	c CPU time (solving tm) : 3590 s        (3589 s, SAT 0 s, UNSAT 0 s)
3600.02/3609.60	c Time for Opt-base     : 0 s
3600.02/3609.60	c Steps for Opt-base    : 0
3600.02/3609.60	c Time for BDD coding   : 0.07018 s
3600.02/3609.60	c Time for srt coding   : 0 s
3600.02/3609.60	c _____________________________________________________________________________
3600.02/3609.60	s UNKNOWN
3600.02/3609.62	c received SIGTERM, forwarding to pbsolver...
3600.02/3609.62	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 (62321 MiB free)
  memory of node 1: 64507 MiB (63538 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100062 s]*
/proc/loadavg: 3.80 3.66 3.90 5/274 162805
/proc/meminfo: memFree=128881240/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1187976 memory=33020 CPUtime=0.07 cores=4,6
/proc/162805/stat : 162805 (python3) R 162800 162800 162562 0 -1 4194304 3976 0 0 0 5 2 0 0 20 0 1 0 236679133 1216487424 8255 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 296994 8255 4927 1 0 268985 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 1192168 KiB
Current children cumulated memory: 36092 KiB

[startup+0.205661 s]*
/proc/loadavg: 3.80 3.66 3.90 5/274 162805
/proc/meminfo: memFree=128857300/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1225792 memory=77820 CPUtime=0.17 cores=4,6
/proc/162805/stat : 162805 (python3) R 162800 162800 162562 0 -1 4194304 12393 0 1 0 14 3 0 0 20 0 1 0 236679133 1255211008 19455 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 306448 19455 7935 1 0 277806 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 1229984 KiB
Current children cumulated memory: 80892 KiB

[startup+0.305639 s]*
/proc/loadavg: 3.80 3.66 3.90 5/274 162805
/proc/meminfo: memFree=128849236/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1226532 memory=78588 CPUtime=0.27 cores=4,6
/proc/162805/stat : 162805 (python3) R 162800 162800 162562 0 -1 4194304 12592 0 1 0 24 3 0 0 20 0 1 0 236679133 1255968768 19647 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 306633 19647 7935 1 0 277991 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 1230724 KiB
Current children cumulated memory: 81660 KiB

[startup+0.700149 s]
/proc/loadavg: 3.80 3.66 3.90 5/274 162805
/proc/meminfo: memFree=128849236/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1228068 memory=80252 CPUtime=0.66 cores=4,6
/proc/162805/stat : 162805 (python3) R 162800 162800 162562 0 -1 4194304 12985 0 1 0 63 3 0 0 20 0 1 0 236679133 1257541632 20063 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 2 0 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 307017 20063 7967 1 0 278375 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 1232260 KiB
Current children cumulated memory: 83324 KiB

[startup+1.50019 s]
/proc/loadavg: 3.80 3.66 3.90 5/275 162806
/proc/meminfo: memFree=128833108/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=94460 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 23615 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 23615 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=18348 memory=14460 CPUtime=0.59 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 4604 0 0 0 58 1 0 0 20 0 1 0 236679221 18788352 3615 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 4587 3615 544 696 0 3748 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 1270892 KiB
Current children cumulated memory: 111992 KiB

[startup+3.10542 s]
/proc/loadavg: 3.90 3.69 3.90 5/275 162806
/proc/meminfo: memFree=128824916/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=94460 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 23615 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 23615 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=16764 memory=14208 CPUtime=2.17 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 5004 0 0 0 216 1 0 0 20 0 1 0 236679221 17166336 3552 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 4191 3552 544 696 0 3352 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 1269308 KiB
Current children cumulated memory: 111740 KiB

[startup+6.30012 s]
/proc/loadavg: 3.90 3.69 3.90 5/275 162806
/proc/meminfo: memFree=128825224/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=94460 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 23615 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 23615 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=17556 memory=15208 CPUtime=5.35 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 5589 0 0 0 534 1 0 0 20 0 1 0 236679221 17977344 3802 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 4389 3802 544 696 0 3550 0
Current children cumulated CPU time: 6.21 s
Current children cumulated vsize: 1270100 KiB
Current children cumulated memory: 112740 KiB

[startup+12.7002 s]
/proc/loadavg: 3.91 3.69 3.91 5/275 162807
/proc/meminfo: memFree=128809144/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=94460 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 23615 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 23615 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=22296 memory=17648 CPUtime=11.73 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 8410 0 0 0 1171 2 0 0 20 0 1 0 236679221 22831104 4412 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 5574 4412 544 696 0 4735 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 1274840 KiB
Current children cumulated memory: 115180 KiB

[startup+25.5002 s]
/proc/loadavg: 3.93 3.71 3.91 5/274 162807
/proc/meminfo: memFree=128814232/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=94460 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 23615 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 23615 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=22296 memory=18504 CPUtime=24.5 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 9176 0 0 0 2448 2 0 0 20 0 1 0 236679221 22831104 4626 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 5574 4626 544 696 0 4735 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 1274840 KiB
Current children cumulated memory: 116036 KiB

[startup+51.1054 s]
/proc/loadavg: 4.03 3.75 3.92 5/274 162808
/proc/meminfo: memFree=128809316/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=94460 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 23615 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 23615 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=30492 memory=25372 CPUtime=50.04 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 38741 0 0 0 4996 8 0 0 20 0 1 0 236679221 31223808 6343 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 7623 6343 544 696 0 6784 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 1283036 KiB
Current children cumulated memory: 122904 KiB

[startup+102.3 s]
/proc/loadavg: 4.01 3.79 3.92 5/274 162810
/proc/meminfo: memFree=128786028/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=94460 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 23615 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 23615 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=26392 memory=21596 CPUtime=101.1 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 132095 0 0 0 10081 29 0 0 20 0 1 0 236679221 27025408 5399 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 6598 5399 544 696 0 5759 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 1278936 KiB
Current children cumulated memory: 119128 KiB

[startup+162.3 s]
/proc/loadavg: 4.05 3.85 3.93 5/273 162812
/proc/meminfo: memFree=128781548/131250000 swapFree=33010416/33010684

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

[pid=162806] ppid=162805 vsize=53016 memory=45540 CPUtime=3152.95 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3722976 0 0 0 314366 929 0 0 20 0 1 0 236679221 54288384 11385 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 13254 11385 544 696 0 12415 0
Current children cumulated CPU time: 3153.81 s
Current children cumulated vsize: 1305560 KiB
Current children cumulated memory: 145376 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/274 163080
/proc/meminfo: memFree=128697124/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=44824 memory=37348 CPUtime=3212.81 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3736243 0 0 0 320346 935 0 0 20 0 1 0 236679221 45899776 9337 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 11206 9337 544 696 0 10367 0
Current children cumulated CPU time: 3213.67 s
Current children cumulated vsize: 1297368 KiB
Current children cumulated memory: 137184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/273 163084
/proc/meminfo: memFree=128687308/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=53016 memory=41444 CPUtime=3272.67 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3747070 0 0 0 326327 940 0 0 20 0 1 0 236679221 54288384 10361 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 13254 10361 544 696 0 12415 0
Current children cumulated CPU time: 3273.53 s
Current children cumulated vsize: 1305560 KiB
Current children cumulated memory: 141280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/272 163087
/proc/meminfo: memFree=128678352/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=69400 memory=57828 CPUtime=3332.51 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3753446 0 0 0 332306 945 0 0 20 0 1 0 236679221 71065600 14457 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 17350 14457 544 696 0 16511 0
Current children cumulated CPU time: 3333.37 s
Current children cumulated vsize: 1321944 KiB
Current children cumulated memory: 157664 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/272 163089
/proc/meminfo: memFree=128717428/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=44824 memory=38172 CPUtime=3392.37 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3756811 0 0 0 338289 948 0 0 20 0 1 0 236679221 45899776 9543 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 11206 9543 544 696 0 10367 0
Current children cumulated CPU time: 3393.23 s
Current children cumulated vsize: 1297368 KiB
Current children cumulated memory: 138008 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/272 163091
/proc/meminfo: memFree=128710092/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=53016 memory=43492 CPUtime=3452.22 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3762710 0 0 0 344272 950 0 0 20 0 1 0 236679221 54288384 10873 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 13254 10873 544 696 0 12415 0
Current children cumulated CPU time: 3453.08 s
Current children cumulated vsize: 1305560 KiB
Current children cumulated memory: 143328 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/271 163143
/proc/meminfo: memFree=128694908/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=53016 memory=47588 CPUtime=3512.07 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3772234 0 0 0 350253 954 0 0 20 0 1 0 236679221 54288384 11897 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 13254 11897 544 696 0 12415 0
Current children cumulated CPU time: 3512.93 s
Current children cumulated vsize: 1305560 KiB
Current children cumulated memory: 147424 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/272 163150
/proc/meminfo: memFree=128699164/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=69400 memory=50660 CPUtime=3571.93 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3775790 0 0 0 356237 956 0 0 20 0 1 0 236679221 71065600 12665 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 17350 12665 544 696 0 16511 0
Current children cumulated CPU time: 3572.79 s
Current children cumulated vsize: 1321944 KiB
Current children cumulated memory: 150496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.04 4.07 4.08 5/272 163151
/proc/meminfo: memFree=128691664/131250000 swapFree=33010416/33010684
[pid=162800] ppid=162797 vsize=4192 memory=3072 CPUtime=0 cores=4,6
/proc/162800/stat : 162800 (scip-naps-1.00.) S 162797 162800 162562 0 -1 4194304 261 339 0 0 0 0 0 0 20 0 1 0 236679131 4292608 768 18446744073709551615 94385422151680 94385423046213 140734454582176 0 0 0 65536 4 65538 1 0 0 17 6 0 0 0 0 0 94385423285264 94385423333008 94385428914176 140734454589855 140734454589952 140734454589952 140734454595556 0
/proc/162800/statm: 1048 768 704 219 0 110 0
[pid=162805] ppid=162800 vsize=1248352 memory=96764 CPUtime=0.86 cores=4,6
/proc/162805/stat : 162805 (python3) S 162800 162800 162562 0 -1 4194304 16518 0 1 0 82 4 0 0 20 0 1 0 236679133 1278312448 24191 18446744073709551615 94542517002240 94542517002617 140724370763104 0 0 0 0 16781312 16386 1 0 0 17 4 0 0 0 0 0 94542517013912 94542517014532 94542518161408 140724370770262 140724370770464 140724370770464 140724370776039 0
/proc/162805/statm: 312088 24191 8191 1 0 283446 0
[pid=162806] ppid=162805 vsize=69400 memory=53732 CPUtime=3599.16 cores=4,6
/proc/162806/stat : 162806 (naps-1.03a6) R 162805 162806 162806 0 -1 4194304 3778510 0 0 0 358959 957 0 0 20 0 1 0 236679221 71065600 13433 18446744073709551615 4198400 7047149 140736912298640 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7573272 7623312 20283392 140736912304511 140736912304625 140736912304625 140736912310217 0
/proc/162806/statm: 17350 13433 544 696 0 16511 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1321944 KiB
Current children cumulated memory: 153568 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.001045 s, system=0.004153 s

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

# cumulated CPU time of all completed processes:  user=3590.46 s, system=9.63481 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

Child status: 0

Real time (s): 3609.65
CPU time (s): 3600.09
CPU user time (s): 3590.46
CPU system time (s): 9.63481
CPU usage (%): 99.7354
Max. virtual memory (cumulated for all children) (KiB): 1424828
Max. memory (cumulated for all children) (KiB): 207296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.46
system time used= 9.63481
maximum resident set size= 107460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3805568
page faults= 1
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 369
involuntary context switches= 4920


# summary of solver processes directly reported to runsolver:
#   pid: 162800,162805
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3590.46
#   total CPU system time (s): 9.63481

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12233 second user time and 15.6511 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-22 20:46:53
IDJOB=4541773
IDBENCH=163377
IDSOLVER=3368
FILE ID=nodeC018/4541773-1753210013
RUNJOBID= nodeC018-1753209881-162573
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/wallacecomm/normalized-27wallacecomm_greater_teq.opb
COMMAND LINE= ./scip-naps-1.00.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541773-1753210013/watcher-4541773-1753210013 -o /tmp/evaluation-result-4541773-1753210013/solver-4541773-1753210013 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1753209881-162573 --watchdog 3760  ./scip-naps-1.00.sh HOME/instance-4541773-1753210013.opb

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

MD5SUM BENCH= c5f0df1008e51f7adaa039b331d221c7
RANDOM SEED=1205459289

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		: 3600.136
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.839
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		: 3528.704
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		: 3591.913
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		: 3600.023
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.812
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		: 3422.855
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		: 3717.152
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:        128881084 kB
MemAvailable:   129442628 kB
Buffers:            2128 kB
Cached:          1312392 kB
SwapCached:           28 kB
Active:          1388964 kB
Inactive:         234168 kB
Active(anon):     334568 kB
Inactive(anon):      284 kB
Active(file):    1054396 kB
Inactive(file):   233884 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5612 kB
Writeback:             0 kB
AnonPages:        311656 kB
Mapped:           137120 kB
Shmem:             26240 kB
KReclaimable:     224608 kB
Slab:             321316 kB
SReclaimable:     224608 kB
SUnreclaim:        96708 kB
KernelStack:        4396 kB
PageTables:         4444 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3873112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150680 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 432992 MiB
End job on nodeC018 at 2025-07-22 21:47:03