Trace number 4515356

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 2024-07-07? (TO) 3600.1 3609.71

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-631710.0.u.opb
MD5SUM3de1ff2182bb2a8df9b13aa693b03795
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 benchmark7728.55
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169577
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1966
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
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 202
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 758
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4515356-1751233441.opb>
0.49/0.59	c original problem has 167056 variables (167056 bin, 0 int, 0 impl, 0 cont) and 169577 constraints
0.49/0.59	c problem read in 0.59
0.49/0.60	c No objective function, only one solution is needed.
1.17/1.27	c presolving:
2.67/2.72	c    (2.7s) running MILP presolver
4.57/4.60	c    (4.6s) MILP presolver (2 rounds): 0 aggregations, 47 fixings, 0 bound changes
5.67/5.72	c (round 1, exhaustive) 47 del vars, 47 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 169530 upgd conss, 0 impls, 176807 clqs
14.64/14.73	c    (14.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
47.36/47.59	c    (47.6s) symmetry computation finished: 256 generators found (max: 383, log10 of symmetry group size: 260.0) (symcode time: 32.22)
48.35/48.50	c dynamic symmetry handling statistics:
48.35/48.50	c    orbitopal reduction:       no components
48.35/48.50	c    orbital reduction:         no components
48.35/48.50	c    lexicographic reduction:    2 permutations with support sizes 1104, 1108
48.35/48.50	c handled 16 out of 16 symmetry components
48.45/48.62	c (round 2, exhaustive) 3552 del vars, 48 del conss, 16 add conss, 0 chg bounds, 2 chg sides, 233 chg coeffs, 169530 upgd conss, 0 impls, 171600 clqs
48.55/48.75	c (round 3, fast)       3552 del vars, 3553 del conss, 16 add conss, 0 chg bounds, 2 chg sides, 233 chg coeffs, 169530 upgd conss, 0 impls, 171600 clqs
52.25/52.48	c presolving (4 rounds: 4 fast, 3 medium, 3 exhaustive):
52.25/52.48	c  3577 deleted vars, 3553 deleted constraints, 16 added constraints, 0 tightened bounds, 0 added holes, 2 changed sides, 233 changed coefficients
52.25/52.48	c  0 implications, 201181 cliques
52.25/52.48	c presolved problem has 163479 variables (163479 bin, 0 int, 0 impl, 0 cont) and 166040 constraints
52.25/52.48	c     556 constraints of type <knapsack>
52.25/52.48	c  165470 constraints of type <setppc>
52.25/52.48	c      14 constraints of type <orbitope>
52.25/52.48	c transformed objective value is always integral (scale: 1)
52.25/52.48	c Presolving Time: 51.28
52.25/52.48	c - non default parameters ----------------------------------------------------------------------
52.25/52.48	c # SCIP version 10.0.0
52.25/52.48	c 
52.25/52.48	c # maximal time in seconds to run
52.25/52.48	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
52.25/52.48	c limits/time = 3596.998015
52.25/52.48	c 
52.25/52.48	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
52.25/52.48	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
52.25/52.48	c limits/memory = 27900
52.25/52.48	c 
52.25/52.48	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
52.25/52.48	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
52.25/52.48	c limits/solutions = 1
52.25/52.48	c 
52.25/52.48	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
52.25/52.48	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
52.25/52.48	c misc/usesymmetry = 3
52.25/52.48	c 
52.25/52.48	c # belongs reading time to solving time?
52.25/52.48	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
52.25/52.48	c timing/reading = TRUE
52.25/52.48	c 
52.25/52.48	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
52.25/52.48	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
52.25/52.48	c propagating/symmetry/detectdoublelex = FALSE
52.25/52.48	c 
52.25/52.48	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
52.25/52.48	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
52.25/52.48	c propagating/symmetry/detectsubgroups = FALSE
52.25/52.48	c 
52.25/52.48	c # Type of symmetries that shall be computed?
52.25/52.48	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
52.25/52.48	c propagating/symmetry/symtype = 1
52.25/52.48	c 
52.25/52.48	c # Should components consisting of a single full reflection be handled?
52.25/52.48	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
52.25/52.48	c propagating/symmetry/usesimplesgncomp = FALSE
52.25/52.48	c 
52.25/52.48	c -----------------------------------------------------------------------------------------------
52.25/52.48	c start solving
52.35/52.51	c 
170.93/171.44	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
170.93/171.44	c   171s|     1 |     0 | 22767 |     - |  1866M |   0 | 163k| 166k| 166k|   0 |  0 |  67 |   0 | 0.000000e+00 |      --      |    Inf | unknown
447.29/448.52	c   449s|     1 |     0 | 49329 |     - |  1991M |   0 | 163k| 166k| 166k| 152 |  1 |  68 |   0 | 0.000000e+00 |      --      |    Inf | unknown
637.02/638.75	c   639s|     1 |     0 | 64325 |     - |  2023M |   0 | 163k| 166k| 166k| 293 |  2 |  69 |   0 | 0.000000e+00 |      --      |    Inf | unknown
781.19/783.31	c   783s|     1 |     0 | 78843 |     - |  2128M |   0 | 163k| 166k| 166k| 412 |  3 |  70 |   0 | 0.000000e+00 |      --      |    Inf | unknown
994.77/997.68	c   998s|     1 |     0 | 92571 |     - |  2152M |   0 | 163k| 166k| 166k| 522 |  4 |  72 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1247.91/1251.67	c  1252s|     1 |     0 |107285 |     - |  2171M |   0 | 163k| 166k| 166k| 653 |  5 |  73 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1493.27/1497.84	c  1498s|     1 |     0 |120892 |     - |  2193M |   0 | 163k| 166k| 166k| 763 |  6 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
1783.80/1789.17	c  1789s|     1 |     0 |135042 |     - |  2212M |   0 | 163k| 166k| 166k| 868 |  7 |  75 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2066.79/2072.88	c  2073s|     1 |     0 |148725 |     - |  2234M |   0 | 163k| 166k| 166k| 975 |  8 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2410.55/2417.48	c  2417s|     1 |     0 |163438 |     - |  2250M |   0 | 163k| 166k| 167k|1085 |  9 |  78 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2746.92/2754.62	c  2755s|     1 |     0 |178342 |     - |  2271M |   0 | 163k| 166k| 167k|1194 | 10 |  81 |   0 | 0.000000e+00 |      --      |    Inf | unknown
2978.78/2987.04	c  2987s|     1 |     0 |191503 |     - |  2287M |   0 | 163k| 166k| 167k|1298 | 11 |  82 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3231.90/3240.70	c  3241s|     1 |     0 |205901 |     - |  2303M |   0 | 163k| 166k| 167k|1407 | 12 |  83 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3411.90/3421.13	c  3421s|     1 |     0 |220288 |     - |  2320M |   0 | 163k| 166k| 167k|1511 | 13 |  84 |   0 | 0.000000e+00 |      --      |    Inf | unknown

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 (62246 MiB free)
  memory of node 1: 64507 MiB (63573 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515356-1751233441/watcher-4515356-1751233441 -o /tmp/evaluation-result-4515356-1751233441/solver-4515356-1751233441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751227488-29473 --watchdog 3760 pbscip -f HOME/instance-4515356-1751233441.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=30959, runsolver pid=30956

[startup+0.100063 s]*
/proc/loadavg: 4.13 4.11 4.09 5/264 30960
/proc/meminfo: memFree=128690856/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=140316 memory=111616 CPUtime=0.09 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 25006 0 0 0 5 4 0 0 20 0 1 0 39023008 143683584 27904 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 35079 27904 3232 3530 0 26530 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 140316 KiB
Current children cumulated memory: 111616 KiB

[startup+0.205394 s]*
/proc/loadavg: 4.13 4.11 4.09 5/264 30960
/proc/meminfo: memFree=128570404/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=218460 memory=189824 CPUtime=0.19 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 44551 0 0 0 13 6 0 0 20 0 1 0 39023008 223703040 47456 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 54615 47456 3232 3530 0 46066 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 218460 KiB
Current children cumulated memory: 189824 KiB

[startup+0.305349 s]*
/proc/loadavg: 4.13 4.11 4.09 5/264 30960
/proc/meminfo: memFree=128518444/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=243200 memory=214528 CPUtime=0.29 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 50736 0 0 0 22 7 0 0 20 0 1 0 39023008 249036800 53632 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 60800 53632 3232 3530 0 52251 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 243200 KiB
Current children cumulated memory: 214528 KiB

[startup+0.700151 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 30960
/proc/meminfo: memFree=128429992/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=391592 memory=363592 CPUtime=0.68 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 88485 0 0 0 55 13 0 0 20 0 1 0 39023008 400990208 90898 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 97898 90898 3520 3530 0 89349 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 391592 KiB
Current children cumulated memory: 363592 KiB

[startup+1.50013 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 30960
/proc/meminfo: memFree=128139956/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=681004 memory=646728 CPUtime=1.48 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 159241 0 0 0 125 23 0 0 20 0 1 0 39023008 697348096 161682 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 170251 161682 3552 3530 0 161702 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 681004 KiB
Current children cumulated memory: 646728 KiB

[startup+3.10523 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 30960
/proc/meminfo: memFree=127513804/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=905016 memory=866116 CPUtime=3.07 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 190530 0 0 0 277 30 0 0 20 0 1 0 39023008 926736384 216529 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 226254 216529 3712 3530 0 217705 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 905016 KiB
Current children cumulated memory: 866116 KiB

[startup+6.30012 s]
/proc/loadavg: 4.12 4.11 4.09 5/264 30960
/proc/meminfo: memFree=127167560/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=864956 memory=824608 CPUtime=6.27 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 216933 0 0 0 593 34 0 0 20 0 1 0 39023008 885714944 206152 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 216239 206152 3744 3530 0 207690 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 864956 KiB
Current children cumulated memory: 824608 KiB

[startup+12.7001 s]
/proc/loadavg: 4.11 4.11 4.09 5/264 30960
/proc/meminfo: memFree=126810964/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=1148048 memory=1086712 CPUtime=12.65 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 262103 0 0 0 1223 42 0 0 20 0 1 0 39023008 1175601152 271678 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 287012 271678 3744 3530 0 278463 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1148048 KiB
Current children cumulated memory: 1086712 KiB

[startup+25.5002 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 30960
/proc/meminfo: memFree=126199992/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=1827440 memory=1631884 CPUtime=25.42 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 324292 0 0 0 2487 55 0 0 20 0 1 0 39023008 1871298560 407971 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 456860 407971 3744 3530 0 448311 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1827440 KiB
Current children cumulated memory: 1631884 KiB

[startup+51.1052 s]
/proc/loadavg: 4.06 4.09 4.09 5/264 30960
/proc/meminfo: memFree=125978484/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=1859316 memory=1723760 CPUtime=50.96 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 365179 0 0 0 5034 62 0 0 20 0 1 0 39023008 1903939584 430940 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 464829 430940 3744 3530 0 456280 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1859316 KiB
Current children cumulated memory: 1723760 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 30964
/proc/meminfo: memFree=124555040/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3363812 memory=3053548 CPUtime=102.01 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 671199 0 0 0 10091 110 0 0 20 0 1 0 39023008 3444543488 763387 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 840953 763387 3936 3530 0 832404 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 3363812 KiB
Current children cumulated memory: 3053548 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 30966
/proc/meminfo: memFree=124380020/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3137052 CPUtime=161.85 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 714459 0 0 0 16065 120 0 0 20 0 1 0 39023008 3552571392 784263 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 784263 3968 3530 0 858778 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3137052 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/263 30968
/proc/meminfo: memFree=124395612/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3137052 CPUtime=221.68 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 714557 0 0 0 22048 120 0 0 20 0 1 0 39023008 3552571392 784263 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 784263 3968 3530 0 858778 0
Current children cumulated CPU time: 221.68 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3137052 KiB

[startup+282.3 s]
/proc/loadavg: 4.04 4.08 4.08 5/263 30970
/proc/meminfo: memFree=124381736/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3143888 CPUtime=281.51 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 716013 0 0 0 28031 120 0 0 20 0 1 0 39023008 3552571392 785972 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 785972 3968 3530 0 858778 0
Current children cumulated CPU time: 281.51 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3143888 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/262 30972
/proc/meminfo: memFree=124358192/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3143888 CPUtime=341.37 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 716013 0 0 0 34016 121 0 0 20 0 1 0 39023008 3552571392 785972 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 785972 3968 3530 0 858778 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3143888 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 30981
/proc/meminfo: memFree=124357876/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3143888 CPUtime=401.21 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 716014 0 0 0 40000 121 0 0 20 0 1 0 39023008 3552571392 785972 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 785972 3968 3530 0 858778 0
Current children cumulated CPU time: 401.21 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3143888 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 30983
/proc/meminfo: memFree=124333612/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3144528 CPUtime=461.06 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 716270 0 0 0 45985 121 0 0 20 0 1 0 39023008 3552571392 786132 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 786132 3968 3530 0 858778 0

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

Current children cumulated memory: 3198928 KiB

[startup+2922.3 s]
/proc/loadavg: 4.21 4.15 4.10 5/265 31267
/proc/meminfo: memFree=123360292/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3199184 CPUtime=2914.23 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 726645 0 0 0 291284 139 0 0 20 0 1 0 39023008 3552571392 799796 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 799796 3968 3530 0 858778 0
Current children cumulated CPU time: 2914.23 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3199184 KiB

[startup+2982.3 s]
/proc/loadavg: 4.13 4.13 4.10 5/265 31269
/proc/meminfo: memFree=123363408/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3202896 CPUtime=2974.09 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 726649 0 0 0 297270 139 0 0 20 0 1 0 39023008 3552571392 800724 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 800724 3968 3530 0 858778 0
Current children cumulated CPU time: 2974.09 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3202896 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/265 31271
/proc/meminfo: memFree=123338340/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3228112 CPUtime=3033.96 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 727116 0 0 0 303257 139 0 0 20 0 1 0 39023008 3552571392 807028 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 807028 3968 3530 0 858778 0
Current children cumulated CPU time: 3033.96 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3228112 KiB

[startup+3102.3 s]
/proc/loadavg: 4.20 4.14 4.10 5/264 31273
/proc/meminfo: memFree=123315212/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3252944 CPUtime=3093.82 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 727217 0 0 0 309242 140 0 0 20 0 1 0 39023008 3552571392 813236 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 813236 3968 3530 0 858778 0
Current children cumulated CPU time: 3093.82 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3252944 KiB

[startup+3162.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/263 31275
/proc/meminfo: memFree=123303536/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3264976 CPUtime=3153.68 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 727223 0 0 0 315228 140 0 0 20 0 1 0 39023008 3552571392 816244 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 816244 3968 3530 0 858778 0
Current children cumulated CPU time: 3153.68 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3264976 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.14 4.09 5/262 31279
/proc/meminfo: memFree=123292724/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3276368 CPUtime=3213.54 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 727236 0 0 0 321214 140 0 0 20 0 1 0 39023008 3552571392 819092 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 819092 3968 3530 0 858778 0
Current children cumulated CPU time: 3213.54 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3276368 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/262 31281
/proc/meminfo: memFree=123261372/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3294928 CPUtime=3273.4 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 727330 0 0 0 327200 140 0 0 20 0 1 0 39023008 3552571392 823732 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 823732 3968 3530 0 858778 0
Current children cumulated CPU time: 3273.4 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3294928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.04 4.10 4.08 5/262 31283
/proc/meminfo: memFree=123239100/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3322960 CPUtime=3333.27 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 727488 0 0 0 333187 140 0 0 20 0 1 0 39023008 3552571392 830740 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 830740 3968 3530 0 858778 0
Current children cumulated CPU time: 3333.27 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3322960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/262 31285
/proc/meminfo: memFree=123212916/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3349968 CPUtime=3393.13 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 727500 0 0 0 339173 140 0 0 20 0 1 0 39023008 3552571392 837492 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 837492 3968 3530 0 858778 0
Current children cumulated CPU time: 3393.13 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3349968 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/262 31287
/proc/meminfo: memFree=123197004/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3469308 memory=3364176 CPUtime=3453 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 728021 0 0 0 345160 140 0 0 20 0 1 0 39023008 3552571392 841044 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867327 841044 3968 3530 0 858778 0
Current children cumulated CPU time: 3453 s
Current children cumulated vsize: 3469308 KiB
Current children cumulated memory: 3364176 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 31294
/proc/meminfo: memFree=123193588/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3470820 memory=3366736 CPUtime=3512.87 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 728028 0 0 0 351147 140 0 0 20 0 1 0 39023008 3554119680 841684 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867705 841684 3968 3530 0 859156 0
Current children cumulated CPU time: 3512.87 s
Current children cumulated vsize: 3470820 KiB
Current children cumulated memory: 3366736 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/263 31296
/proc/meminfo: memFree=123194940/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3470820 memory=3366736 CPUtime=3572.73 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 728035 0 0 0 357133 140 0 0 20 0 1 0 39023008 3554119680 841684 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867705 841684 3968 3530 0 859156 0
Current children cumulated CPU time: 3572.73 s
Current children cumulated vsize: 3470820 KiB
Current children cumulated memory: 3366736 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.7 s]
/proc/loadavg: 4.47 4.18 4.12 5/263 31297
/proc/meminfo: memFree=123194804/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3470820 memory=3366736 CPUtime=3600.07 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 728040 0 0 0 359867 140 0 0 20 0 1 0 39023008 3554119680 841684 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867705 841684 3968 3530 0 859156 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 3470820 KiB
Current children cumulated memory: 3366736 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.68 s, system=1.42377 s

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

[startup+3609.7 s]
/proc/loadavg: 4.47 4.18 4.12 5/263 31297
/proc/meminfo: memFree=123194804/131249988 swapFree=33010684/33010684
[pid=30959] ppid=30956 vsize=3470820 memory=3366736 CPUtime=3600.07 cores=4,6
/proc/30959/stat : 30959 (pbscip) R 30956 30959 29462 0 -1 4194304 728040 0 0 0 359867 140 0 0 20 0 1 0 39023008 3554119680 841684 18446744073709551615 4235264 18693293 140728084183984 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 21375888 21430392 42942464 140728084187529 140728084187628 140728084187628 140728084193230 0
/proc/30959/statm: 867705 841684 3968 3530 0 859156 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 3470820 KiB
Current children cumulated memory: 3366736 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3609.71
CPU time (s): 3600.1
CPU user time (s): 3598.68
CPU system time (s): 1.42377
CPU usage (%): 99.7336
Max. virtual memory (cumulated for all children) (KiB): 3593404
Max. memory (cumulated for all children) (KiB): 3366736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.68
system time used= 1.42378
maximum resident set size= 3366736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 728040
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100
involuntary context switches= 1302


# summary of solver processes directly reported to runsolver:
#   pid: 30959
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3598.68
#   total CPU system time (s): 1.42377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.60744 second user time and 14.395 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 23:44:02
IDJOB=4515356
IDBENCH=164408
IDSOLVER=3365
FILE ID=nodeC034/4515356-1751233441
RUNJOBID= nodeC034-1751227488-29473
SLURM_JOB_ID= 9587686
Free space on /tmp= 432996 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515356-1751233441/watcher-4515356-1751233441 -o /tmp/evaluation-result-4515356-1751233441/solver-4515356-1751233441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1751227488-29473 --watchdog 3760  pbscip -f HOME/instance-4515356-1751233441.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=1180946810

nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.732
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.53
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.755
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.53
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.995
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.53
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.035
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.53
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.752
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.53
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.949
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.53
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.920
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.53
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.022
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        128843700 kB
MemAvailable:   128693768 kB
Buffers:            3280 kB
Cached:           659244 kB
SwapCached:            0 kB
Active:          1331368 kB
Inactive:         437084 kB
Active(anon):    1124032 kB
Inactive(anon):        0 kB
Active(file):     207336 kB
Inactive(file):   437084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             48372 kB
Writeback:            12 kB
AnonPages:       1108968 kB
Mapped:           125592 kB
Shmem:             18104 kB
KReclaimable:      89376 kB
Slab:             175940 kB
SReclaimable:      89376 kB
SUnreclaim:        86564 kB
KernelStack:        4208 kB
PageTables:         5176 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:    1504896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 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:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC034 at 2025-06-30 00:44:11