Trace number 4512204

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 NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? (TO) 3600.11 3611.21

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/
minlplib2-pb-0.1.0/opb/normalized-faclay60.opb
MD5SUMd5681d78197016a16986328251aa9bd6
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1477834
Best CPU time to get the best result obtained on this benchmark72002.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1771
Total number of constraints68441
Number of constraints which are clauses68440
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 90684
Biggest coefficient in the objective function 2306839
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 21217725
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2306839
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 21217725
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)88914
Sum of products size (including duplicates)177828
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-4512204-1751271856.opb>
0.19/0.30	c original problem has 90685 variables (1771 bin, 0 int, 88914 impl, 0 cont) and 157355 constraints
0.19/0.30	c problem read in 0.29
0.59/0.69	o 2306839
0.59/0.69	c feasible solution found by trivial heuristic after 0.7 seconds, objective value 2.306839e+06
0.59/0.69	c presolving:
0.88/0.98	c (round 1, exhaustive) 1 del vars, 34221 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 177828 clqs
22.60/22.72	c    (22.7s) probing: 1000/90684 (1.1%) - 0 fixings, 0 aggregations, 985 implications, 0 bound changes
22.60/22.74	c    (22.7s) probing: 1001/90684 (1.1%) - 0 fixings, 0 aggregations, 988 implications, 0 bound changes
22.60/22.74	c    (22.7s) probing aborted: 1000/1000 successive useless probings
22.60/22.74	c    (22.7s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
22.80/22.92	c    (22.9s) no symmetry present (symcode time: 0.05)
22.91/23.01	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
22.91/23.01	c  1 deleted vars, 34221 deleted constraints, 0 added constraints, 1 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
22.91/23.01	c  0 implications, 178816 cliques
22.91/23.01	c presolved problem has 90684 variables (1770 bin, 0 int, 88914 impl, 0 cont) and 123134 constraints
22.91/23.01	c   88914 constraints of type <and>
22.91/23.01	c   34220 constraints of type <linear>
22.91/23.01	c transformed objective value is always integral (scale: 1)
22.91/23.01	c Presolving Time: 22.40
22.91/23.01	c - non default parameters ----------------------------------------------------------------------
22.91/23.01	c # SCIP version 10.0.0
22.91/23.01	c 
22.91/23.01	c # maximal time in seconds to run
22.91/23.01	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
22.91/23.01	c limits/time = 3596.997013
22.91/23.01	c 
22.91/23.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
22.91/23.01	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
22.91/23.01	c limits/memory = 27900
22.91/23.01	c 
22.91/23.01	c # belongs reading time to solving time?
22.91/23.01	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
22.91/23.01	c timing/reading = TRUE
22.91/23.01	c 
22.91/23.01	c -----------------------------------------------------------------------------------------------
22.91/23.01	c start solving
22.91/23.05	c transformed 1/1 original solutions to the transformed problem space
22.91/23.07	c 
24.59/24.73	o 1786168
24.59/24.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
24.59/24.73	c p24.7s|     1 |     0 |     0 |     - |  clique|   0 |  90k| 123k| 212k|   0 |  0 |   0 |   0 |-7.148604e+06 | 1.786168e+06 |    Inf | unknown
1518.95/1524.22	c  1524s|     1 |     0 |145551 |     - |   974M |   0 |  90k| 123k| 212k|   0 |  0 |   0 |   0 | 1.148870e+05 | 1.786168e+06 |1454.72%| unknown
1589.65/1595.15	c  1595s|     1 |     0 |145900 |     - |  1077M |   0 |  90k| 123k| 212k|  56 |  1 |   0 |   0 | 1.159200e+05 | 1.786168e+06 |1440.86%| unknown
1875.52/1881.96	c  1882s|     1 |     0 |154332 |     - |  1138M |   0 |  90k| 123k| 213k|1564 |  2 |   0 |   0 | 1.651855e+05 | 1.786168e+06 | 981.31%| unknown
2172.55/2179.96	c  2180s|     1 |     0 |163346 |     - |  1233M |   0 |  90k| 123k| 215k|3328 |  3 |   1 |   0 | 2.048925e+05 | 1.786168e+06 | 771.76%| unknown
2478.86/2487.15	c  2487s|     1 |     0 |172563 |     - |  1307M |   0 |  90k| 123k| 217k|5044 |  4 |   1 |   0 | 2.402340e+05 | 1.786168e+06 | 643.51%| unknown
2802.32/2811.49	c  2811s|     1 |     0 |183273 |     - |  1380M |   0 |  90k| 123k| 218k|6806 |  5 |   1 |   0 | 2.749122e+05 | 1.786168e+06 | 549.72%| unknown
3173.88/3183.94	c  3184s|     1 |     0 |194927 |     - |  1448M |   0 |  90k| 123k| 220k|8569 |  6 |   2 |   0 | 3.079338e+05 | 1.786168e+06 | 480.05%| unknown
3541.83/3552.82	c  3553s|     1 |     0 |207432 |     - |  1515M |   0 |  90k| 123k| 222k|  10k|  7 |   2 |   0 | 3.408610e+05 | 1.786168e+06 | 424.02%| 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: 63708 MiB (61766 MiB free)
  memory of node 1: 64465 MiB (63885 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512204-1751271856/watcher-4512204-1751271856 -o /tmp/evaluation-result-4512204-1751271856/solver-4512204-1751271856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751268232-43211 --watchdog 3760 pbscip -f HOME/instance-4512204-1751271856.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100058 s]*
/proc/loadavg: 4.15 4.12 4.03 5/265 43958
/proc/meminfo: memFree=128603312/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=119052 memory=88448 CPUtime=0.09 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 19168 0 0 0 7 2 0 0 20 0 1 0 42863162 121909248 22112 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 29763 22112 3264 3530 0 21214 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 119052 KiB
Current children cumulated memory: 88448 KiB

[startup+0.205796 s]*
/proc/loadavg: 4.15 4.12 4.03 5/265 43958
/proc/meminfo: memFree=128527360/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=184632 memory=154464 CPUtime=0.19 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 35852 0 0 0 15 4 0 0 20 0 1 0 42863162 189063168 38616 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 46158 38616 3264 3530 0 37609 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 184632 KiB
Current children cumulated memory: 154464 KiB

[startup+0.305659 s]*
/proc/loadavg: 4.15 4.12 4.03 5/265 43958
/proc/meminfo: memFree=128499136/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=192492 memory=166108 CPUtime=0.3 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 43456 0 0 0 24 6 0 0 20 0 1 0 42863162 197111808 41527 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 48123 41527 3552 3530 0 39574 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 192492 KiB
Current children cumulated memory: 166108 KiB

[startup+0.700173 s]
/proc/loadavg: 4.15 4.12 4.03 5/265 43958
/proc/meminfo: memFree=128370364/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=432388 memory=398088 CPUtime=0.68 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 100959 0 0 0 55 13 0 0 20 0 1 0 42863162 442765312 99522 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 108097 99522 3584 3530 0 99548 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 432388 KiB
Current children cumulated memory: 398088 KiB

[startup+1.50017 s]
/proc/loadavg: 4.15 4.12 4.03 5/265 43958
/proc/meminfo: memFree=128197240/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=480148 memory=445832 CPUtime=1.48 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 113017 0 0 0 133 15 0 0 20 0 1 0 42863162 491671552 111458 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 120037 111458 3648 3530 0 111488 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 480148 KiB
Current children cumulated memory: 445832 KiB

[startup+3.10575 s]
/proc/loadavg: 4.15 4.12 4.03 3/257 43974
/proc/meminfo: memFree=128322216/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=480148 memory=445832 CPUtime=3.08 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 113017 0 0 0 293 15 0 0 20 0 1 0 42863162 491671552 111458 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 120037 111458 3648 3530 0 111488 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 480148 KiB
Current children cumulated memory: 445832 KiB

[startup+6.30016 s]
/proc/loadavg: 4.14 4.12 4.03 5/266 44055
/proc/meminfo: memFree=128379008/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=480148 memory=445832 CPUtime=6.26 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 113017 0 0 0 611 15 0 0 20 0 1 0 42863162 491671552 111458 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 120037 111458 3648 3530 0 111488 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 480148 KiB
Current children cumulated memory: 445832 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.11 4.03 5/266 44055
/proc/meminfo: memFree=128324604/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=480148 memory=445832 CPUtime=12.64 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 113018 0 0 0 1249 15 0 0 20 0 1 0 42863162 491671552 111458 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 120037 111458 3648 3530 0 111488 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 480148 KiB
Current children cumulated memory: 445832 KiB

[startup+25.5002 s]
/proc/loadavg: 4.17 4.12 4.04 5/266 44055
/proc/meminfo: memFree=127864160/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1097936 memory=901532 CPUtime=25.38 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 219982 0 0 0 2507 31 0 0 20 0 1 0 42863162 1124286464 225383 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 274484 225383 3840 3530 0 265935 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 1097936 KiB
Current children cumulated memory: 901532 KiB

[startup+51.1056 s]
/proc/loadavg: 4.18 4.13 4.04 5/266 44056
/proc/meminfo: memFree=127620340/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1164764 memory=956324 CPUtime=50.89 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 232695 0 0 0 5055 34 0 0 20 0 1 0 42863162 1192718336 239081 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 291191 239081 3872 3530 0 282642 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 1164764 KiB
Current children cumulated memory: 956324 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.12 4.04 5/266 44059
/proc/meminfo: memFree=127442544/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1172052 memory=963236 CPUtime=101.88 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 234465 0 0 0 10153 35 0 0 20 0 1 0 42863162 1200181248 240809 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 293013 240809 3872 3530 0 284464 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 1172052 KiB
Current children cumulated memory: 963236 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.11 4.04 5/266 44060
/proc/meminfo: memFree=127108176/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1178048 memory=972472 CPUtime=161.65 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 236169 0 0 0 16130 35 0 0 20 0 1 0 42863162 1206321152 243118 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 294512 243118 3872 3530 0 285963 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 1178048 KiB
Current children cumulated memory: 972472 KiB

[startup+222.3 s]
/proc/loadavg: 4.14 4.12 4.05 5/266 44062
/proc/meminfo: memFree=127044004/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1178048 memory=972984 CPUtime=221.41 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 236278 0 0 0 22106 35 0 0 20 0 1 0 42863162 1206321152 243246 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 294512 243246 3872 3530 0 285963 0
Current children cumulated CPU time: 221.41 s
Current children cumulated vsize: 1178048 KiB
Current children cumulated memory: 972984 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.11 4.05 5/266 44064
/proc/meminfo: memFree=127009484/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1180880 memory=978616 CPUtime=281.17 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 236407 0 0 0 28082 35 0 0 20 0 1 0 42863162 1209221120 244654 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 295220 244654 3872 3530 0 286671 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 1180880 KiB
Current children cumulated memory: 978616 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.10 4.05 5/265 44111
/proc/meminfo: memFree=127148032/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1180880 memory=991032 CPUtime=340.95 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 236511 0 0 0 34059 36 0 0 20 0 1 0 42863162 1209221120 247758 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 295220 247758 3872 3530 0 286671 0
Current children cumulated CPU time: 340.95 s
Current children cumulated vsize: 1180880 KiB
Current children cumulated memory: 991032 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.11 4.05 5/265 44114
/proc/meminfo: memFree=127087504/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1180880 memory=991288 CPUtime=400.72 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 236559 0 0 0 40036 36 0 0 20 0 1 0 42863162 1209221120 247822 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 295220 247822 3872 3530 0 286671 0
Current children cumulated CPU time: 400.72 s
Current children cumulated vsize: 1180880 KiB
Current children cumulated memory: 991288 KiB

[startup+462.3 s]
/proc/loadavg: 4.04 4.09 4.05 5/265 44117
/proc/meminfo: memFree=126951796/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1180880 memory=991544 CPUtime=460.49 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 236624 0 0 0 46013 36 0 0 20 0 1 0 42863162 1209221120 247886 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 295220 247886 3872 3530 0 286671 0

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

Current children cumulated memory: 1525436 KiB

[startup+2862.3 s]
/proc/loadavg: 3.11 3.11 3.26 4/259 44281
/proc/meminfo: memFree=125097364/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1683728 memory=1525436 CPUtime=2853.1 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 373619 0 0 0 285252 58 0 0 20 0 1 0 42863162 1724137472 381359 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 420932 381359 3968 3530 0 412383 0
Current children cumulated CPU time: 2853.1 s
Current children cumulated vsize: 1683728 KiB
Current children cumulated memory: 1525436 KiB

[startup+2922.3 s]
/proc/loadavg: 3.08 3.10 3.24 4/259 44283
/proc/meminfo: memFree=125093128/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1683728 memory=1525436 CPUtime=2912.95 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 373860 0 0 0 291237 58 0 0 20 0 1 0 42863162 1724137472 381359 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 420932 381359 3968 3530 0 412383 0
Current children cumulated CPU time: 2912.95 s
Current children cumulated vsize: 1683728 KiB
Current children cumulated memory: 1525436 KiB

[startup+2982.3 s]
/proc/loadavg: 3.13 3.11 3.24 4/259 44285
/proc/meminfo: memFree=125055820/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1683728 memory=1525436 CPUtime=2972.8 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 373865 0 0 0 297222 58 0 0 20 0 1 0 42863162 1724137472 381359 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 420932 381359 3968 3530 0 412383 0
Current children cumulated CPU time: 2972.8 s
Current children cumulated vsize: 1683728 KiB
Current children cumulated memory: 1525436 KiB

[startup+3042.3 s]
/proc/loadavg: 3.10 3.11 3.23 4/260 44294
/proc/meminfo: memFree=125023800/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1683728 memory=1525436 CPUtime=3032.67 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 373877 0 0 0 303209 58 0 0 20 0 1 0 42863162 1724137472 381359 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 420932 381359 3968 3530 0 412383 0
Current children cumulated CPU time: 3032.67 s
Current children cumulated vsize: 1683728 KiB
Current children cumulated memory: 1525436 KiB

[startup+3102.3 s]
/proc/loadavg: 3.14 3.12 3.22 4/259 44296
/proc/meminfo: memFree=125009452/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1729712 memory=1560624 CPUtime=3092.51 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 378694 0 0 0 309192 59 0 0 20 0 1 0 42863162 1771225088 390156 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 432428 390156 3968 3530 0 423879 0
Current children cumulated CPU time: 3092.51 s
Current children cumulated vsize: 1729712 KiB
Current children cumulated memory: 1560624 KiB

[startup+3162.3 s]
/proc/loadavg: 3.11 3.11 3.21 4/259 44299
/proc/meminfo: memFree=125002744/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1734416 memory=1565484 CPUtime=3152.34 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 378961 0 0 0 315175 59 0 0 20 0 1 0 42863162 1776041984 391371 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 433604 391371 3968 3530 0 425055 0
Current children cumulated CPU time: 3152.34 s
Current children cumulated vsize: 1734416 KiB
Current children cumulated memory: 1565484 KiB

[startup+3222.3 s]
/proc/loadavg: 3.08 3.10 3.20 4/259 44301
/proc/meminfo: memFree=124994936/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1734612 memory=1565612 CPUtime=3212.19 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 379519 0 0 0 321160 59 0 0 20 0 1 0 42863162 1776242688 391403 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 433653 391403 3968 3530 0 425104 0
Current children cumulated CPU time: 3212.19 s
Current children cumulated vsize: 1734612 KiB
Current children cumulated memory: 1565612 KiB

[startup+3282.3 s]
/proc/loadavg: 3.13 3.11 3.19 4/259 44304
/proc/meminfo: memFree=124999068/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1734612 memory=1565612 CPUtime=3272.04 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 379519 0 0 0 327145 59 0 0 20 0 1 0 42863162 1776242688 391403 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 433653 391403 3968 3530 0 425104 0
Current children cumulated CPU time: 3272.04 s
Current children cumulated vsize: 1734612 KiB
Current children cumulated memory: 1565612 KiB

[startup+3342.3 s]
/proc/loadavg: 3.17 3.12 3.19 4/258 44306
/proc/meminfo: memFree=124989976/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1734612 memory=1565612 CPUtime=3331.89 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 379519 0 0 0 333130 59 0 0 20 0 1 0 42863162 1776242688 391403 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 433653 391403 3968 3530 0 425104 0
Current children cumulated CPU time: 3331.89 s
Current children cumulated vsize: 1734612 KiB
Current children cumulated memory: 1565612 KiB

[startup+3402.3 s]
/proc/loadavg: 3.33 3.19 3.20 4/259 44309
/proc/meminfo: memFree=124995680/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1734612 memory=1565612 CPUtime=3391.74 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 379519 0 0 0 339115 59 0 0 20 0 1 0 42863162 1776242688 391403 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 433653 391403 3968 3530 0 425104 0
Current children cumulated CPU time: 3391.74 s
Current children cumulated vsize: 1734612 KiB
Current children cumulated memory: 1565612 KiB

[startup+3462.3 s]
/proc/loadavg: 3.18 3.17 3.19 4/259 44324
/proc/meminfo: memFree=124942920/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1792952 memory=1605996 CPUtime=3451.59 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 386129 0 0 0 345099 60 0 0 20 0 1 0 42863162 1835982848 401499 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 448238 401499 3968 3530 0 439689 0
Current children cumulated CPU time: 3451.59 s
Current children cumulated vsize: 1792952 KiB
Current children cumulated memory: 1605996 KiB

[startup+3522.3 s]
/proc/loadavg: 3.11 3.15 3.18 4/260 44327
/proc/meminfo: memFree=124608832/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1793136 memory=1606124 CPUtime=3511.41 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 386262 0 0 0 351081 60 0 0 20 0 1 0 42863162 1836171264 401531 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 448284 401531 3968 3530 0 439735 0
Current children cumulated CPU time: 3511.41 s
Current children cumulated vsize: 1793136 KiB
Current children cumulated memory: 1606124 KiB

[startup+3582.3 s]
/proc/loadavg: 3.14 3.15 3.18 4/260 44329
/proc/meminfo: memFree=124606188/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1793136 memory=1606252 CPUtime=3571.26 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 386783 0 0 0 357066 60 0 0 20 0 1 0 42863162 1836171264 401563 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 448284 401563 3968 3530 0 439735 0
Current children cumulated CPU time: 3571.26 s
Current children cumulated vsize: 1793136 KiB
Current children cumulated memory: 1606252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 2.71 3.05 3.15 2/247 44392
/proc/meminfo: memFree=127400500/131250000 swapFree=33010684/33010684
[pid=43957] ppid=43954 vsize=1793136 memory=1606252 CPUtime=3600.08 cores=1,3
/proc/43957/stat : 43957 (pbscip) R 43954 43957 43192 0 -1 4194304 386784 0 0 0 359948 60 0 0 20 0 1 0 42863162 1836171264 401563 18446744073709551615 4235264 18693293 140725109549440 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 39612416 140725109553545 140725109553644 140725109553644 140725109559246 0
/proc/43957/statm: 448284 401563 3968 3530 0 439735 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1793136 KiB
Current children cumulated memory: 1606252 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.49 s, system=0.618945 s

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

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3611.21
CPU time (s): 3600.11
CPU user time (s): 3599.49
CPU system time (s): 0.618945
CPU usage (%): 99.6925
Max. virtual memory (cumulated for all children) (KiB): 1793136
Max. memory (cumulated for all children) (KiB): 1606252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.49
system time used= 0.618945
maximum resident set size= 1606252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 386784
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= 114
involuntary context switches= 20851


# summary of solver processes directly reported to runsolver:
#   pid: 43957
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3599.49
#   total CPU system time (s): 0.618945

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64651 second user time and 15.9668 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-06-30 10:24:16
IDJOB=4512204
IDBENCH=160508
IDSOLVER=3365
FILE ID=nodeC016/4512204-1751271856
RUNJOBID= nodeC016-1751268232-43211
SLURM_JOB_ID= 9594183
Free space on /tmp= 433004 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-faclay60.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512204-1751271856/watcher-4512204-1751271856 -o /tmp/evaluation-result-4512204-1751271856/solver-4512204-1751271856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751268232-43211 --watchdog 3760  pbscip -f HOME/instance-4512204-1751271856.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= d5681d78197016a16986328251aa9bd6
RANDOM SEED=27383631

nodeC016 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.752
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.48
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.705
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.48
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		: 3685.217
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.48
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		: 3598.751
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128667256 kB
MemAvailable:   129454872 kB
Buffers:            3280 kB
Cached:          1591556 kB
SwapCached:            0 kB
Active:           638180 kB
Inactive:        1334388 kB
Active(anon):     395816 kB
Inactive(anon):        0 kB
Active(file):     242364 kB
Inactive(file):  1334388 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             78360 kB
Writeback:             0 kB
AnonPages:        380888 kB
Mapped:           137316 kB
Shmem:             18072 kB
KReclaimable:     100208 kB
Slab:             186712 kB
SReclaimable:     100208 kB
SUnreclaim:        86504 kB
KernelStack:        4288 kB
PageTables:         3796 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     758400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 433044 MiB
End job on nodeC016 at 2025-06-30 11:24:28