Trace number 4519386

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.61 3615.26

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
MD5SUM57fb5f2576749c6f64e06149678741e6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark629.539
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2235696
Total number of constraints106878
Number of constraints which are clauses54003
Number of constraints which are cardinality constraints (but not clauses)48504
Number of constraints which are nor clauses,nor cardinality constraints4371
Minimum length of a constraint44
Maximum length of a constraint49
Number of terms in the objective function 2256
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2256
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2256
Number of bits of the biggest sum of numbers12
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.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4519386-1751538277.opb>
3.08/3.17	c original problem has 2235696 variables (2235696 bin, 0 int, 0 impl, 0 cont) and 106878 constraints
3.08/3.17	c problem read in 3.17
7.86/7.92	c presolving:
10.56/10.68	c    (10.7s) running MILP presolver
13.33/13.43	c    (13.4s) MILP presolver found nothing
15.04/15.19	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 58327 upgd conss, 0 impls, 48504 clqs
17.43/17.54	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 106878 upgd conss, 0 impls, 48504 clqs
38.47/38.65	c    (38.6s) probing: 51/2235696 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
38.47/38.65	c    (38.6s) probing aborted: 50/50 successive totally useless probings
39.86/40.05	c    (40.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)

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 (62076 MiB free)
  memory of node 1: 64465 MiB (60174 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100066 s]*
/proc/loadavg: 5.08 5.09 5.00 5/263 91273
/proc/meminfo: memFree=125113304/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=124512 memory=96128 CPUtime=0.09 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 21106 0 0 0 6 3 0 0 20 0 1 0 69505330 127500288 24000 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 31128 24032 3232 3530 0 22579 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 124512 KiB
Current children cumulated memory: 96128 KiB

[startup+0.205461 s]*
/proc/loadavg: 5.08 5.09 5.00 5/263 91273
/proc/meminfo: memFree=125049044/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=203636 memory=175104 CPUtime=0.19 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 40879 0 0 0 13 6 0 0 20 0 1 0 69505330 208523264 43776 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 50909 43776 3232 3530 0 42360 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 203636 KiB
Current children cumulated memory: 175104 KiB

[startup+0.3054 s]*
/proc/loadavg: 5.08 5.09 5.00 5/263 91273
/proc/meminfo: memFree=124968404/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=277204 memory=248704 CPUtime=0.29 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 59280 0 0 0 20 9 0 0 20 0 1 0 69505330 283856896 62176 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 69301 62176 3232 3530 0 60752 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 277204 KiB
Current children cumulated memory: 248704 KiB

[startup+0.700176 s]
/proc/loadavg: 5.08 5.09 5.00 5/263 91273
/proc/meminfo: memFree=124823012/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=556008 memory=526812 CPUtime=0.68 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 126254 0 0 0 50 18 0 0 20 0 1 0 69505330 569352192 131703 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 139002 131703 3232 3530 0 130453 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 556008 KiB
Current children cumulated memory: 526812 KiB

[startup+1.50017 s]
/proc/loadavg: 5.07 5.09 5.00 5/263 91273
/proc/meminfo: memFree=124454712/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=1137784 memory=1108248 CPUtime=1.48 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 266483 0 0 0 109 39 0 0 20 0 1 0 69505330 1165090816 277062 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 284446 277062 3232 3530 0 275897 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1137784 KiB
Current children cumulated memory: 1108248 KiB

[startup+3.1053 s]
/proc/loadavg: 5.07 5.09 5.00 5/263 91273
/proc/meminfo: memFree=123020352/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=2303124 memory=2273736 CPUtime=3.08 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 546084 0 0 0 230 78 0 0 20 0 1 0 69505330 2358398976 568402 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 575781 568402 3232 3530 0 567232 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2303124 KiB
Current children cumulated memory: 2273736 KiB

[startup+6.30016 s]
/proc/loadavg: 4.98 5.07 5.00 5/263 91273
/proc/meminfo: memFree=120439652/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=4863312 memory=4832704 CPUtime=6.27 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 1154532 0 0 0 461 166 0 0 20 0 1 0 69505330 4980031488 1208176 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 1215828 1208176 3552 3530 0 1207279 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 4863312 KiB
Current children cumulated memory: 4832704 KiB

[startup+12.7002 s]
/proc/loadavg: 4.91 5.05 4.99 5/264 91274
/proc/meminfo: memFree=117846180/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=6956736 memory=6831356 CPUtime=12.64 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 1364075 0 0 0 1028 236 0 0 20 0 1 0 69505330 7123697664 1707839 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 1739184 1707839 3744 3530 0 1730635 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 6956736 KiB
Current children cumulated memory: 6831356 KiB

[startup+25.5002 s]
/proc/loadavg: 4.77 5.02 4.98 5/264 91275
/proc/meminfo: memFree=117886464/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=6938580 memory=6724852 CPUtime=25.4 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 1411999 0 0 0 2285 255 0 0 20 0 1 0 69505330 7105105920 1681213 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 1734645 1681213 3808 3530 0 1726096 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 6938580 KiB
Current children cumulated memory: 6724852 KiB

[startup+51.1055 s]
/proc/loadavg: 4.54 4.94 4.95 5/264 91275
/proc/meminfo: memFree=116881064/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=9243328 memory=8203880 CPUtime=50.93 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 1572539 0 0 0 4789 304 0 0 20 0 1 0 69505330 9465167872 2050970 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 2310832 2050970 3808 3530 0 2302283 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 9243328 KiB
Current children cumulated memory: 8203880 KiB

[startup+102.3 s]
/proc/loadavg: 4.29 4.81 4.90 5/264 91277
/proc/meminfo: memFree=113818340/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=12250732 memory=11211368 CPUtime=101.99 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 2324393 0 0 0 9753 446 0 0 20 0 1 0 69505330 12544749568 2802842 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 3062683 2802842 3808 3530 0 3054134 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 12250732 KiB
Current children cumulated memory: 11211368 KiB

[startup+162.3 s]
/proc/loadavg: 4.15 4.67 4.85 5/265 91280
/proc/meminfo: memFree=110261020/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=15712416 memory=14673256 CPUtime=161.82 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 3189911 0 0 0 15596 586 0 0 20 0 1 0 69505330 16089513984 3668314 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 3928104 3668314 3808 3530 0 3919555 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 15712416 KiB
Current children cumulated memory: 14673256 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.58 4.81 5/265 91282
/proc/meminfo: memFree=106817936/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=19071124 memory=18031720 CPUtime=221.65 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4029548 0 0 0 21403 762 0 0 20 0 1 0 69505330 19528830976 4507930 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 4767781 4507930 3808 3530 0 4759232 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 19071124 KiB
Current children cumulated memory: 18031720 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.49 4.76 5/266 91285
/proc/meminfo: memFree=103516660/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22323496 memory=21284328 CPUtime=281.48 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4842741 0 0 0 27209 939 0 0 20 0 1 0 69505330 22859259904 5321082 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5580874 5321082 3808 3530 0 5572325 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 22323496 KiB
Current children cumulated memory: 21284328 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.41 4.71 5/265 91292
/proc/meminfo: memFree=103194608/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437644 memory=21520028 CPUtime=341.31 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4865930 0 0 0 33181 950 0 0 20 0 1 0 69505330 22976147456 5380007 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609411 5380007 3808 3530 0 5600862 0
Current children cumulated CPU time: 341.31 s
Current children cumulated vsize: 22437644 KiB
Current children cumulated memory: 21520028 KiB

[startup+402.3 s]
/proc/loadavg: 4.35 4.43 4.70 5/265 91295
/proc/meminfo: memFree=103069616/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437644 memory=21573276 CPUtime=401.15 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4865995 0 0 0 39161 954 0 0 20 0 1 0 69505330 22976147456 5393319 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609411 5393319 3808 3530 0 5600862 0
Current children cumulated CPU time: 401.15 s
Current children cumulated vsize: 22437644 KiB
Current children cumulated memory: 21573276 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.36 4.66 5/265 91298
/proc/meminfo: memFree=102981540/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437648 memory=21616284 CPUtime=460.99 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4866056 0 0 0 45141 958 0 0 20 0 1 0 69505330 22976151552 5404071 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609412 5404071 3808 3530 0 5600863 0

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

/proc/meminfo: memFree=101264168/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674656 CPUtime=2911.17 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4867931 0 0 0 290036 1081 0 0 20 0 1 0 69505330 22976159744 5418664 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418664 3808 3530 0 5600865 0
Current children cumulated CPU time: 2911.17 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674656 KiB

[startup+2982.3 s]
/proc/loadavg: 2.12 2.20 2.82 3/254 91543
/proc/meminfo: memFree=101277084/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674656 CPUtime=2970.86 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4867970 0 0 0 296003 1083 0 0 20 0 1 0 69505330 22976159744 5418664 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418664 3808 3530 0 5600865 0
Current children cumulated CPU time: 2970.86 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674656 KiB

[startup+3042.3 s]
/proc/loadavg: 2.09 2.18 2.77 3/252 91547
/proc/meminfo: memFree=101284224/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674656 CPUtime=3030.55 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868009 0 0 0 301969 1086 0 0 20 0 1 0 69505330 22976159744 5418664 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418664 3808 3530 0 5600865 0
Current children cumulated CPU time: 3030.55 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674656 KiB

[startup+3102.3 s]
/proc/loadavg: 2.15 2.18 2.73 3/253 91550
/proc/meminfo: memFree=101276248/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674656 CPUtime=3090.24 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868048 0 0 0 307936 1088 0 0 20 0 1 0 69505330 22976159744 5418664 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418664 3808 3530 0 5600865 0
Current children cumulated CPU time: 3090.24 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674656 KiB

[startup+3162.3 s]
/proc/loadavg: 2.11 2.16 2.69 3/252 91552
/proc/meminfo: memFree=101275184/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674656 CPUtime=3149.94 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868087 0 0 0 313903 1091 0 0 20 0 1 0 69505330 22976159744 5418664 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418664 3808 3530 0 5600865 0
Current children cumulated CPU time: 3149.94 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674656 KiB

[startup+3222.3 s]
/proc/loadavg: 2.08 2.14 2.65 3/252 91555
/proc/meminfo: memFree=101284656/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674656 CPUtime=3209.62 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868126 0 0 0 319869 1093 0 0 20 0 1 0 69505330 22976159744 5418664 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418664 3808 3530 0 5600865 0
Current children cumulated CPU time: 3209.62 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674656 KiB

[startup+3282.3 s]
/proc/loadavg: 2.13 2.14 2.62 3/252 91557
/proc/meminfo: memFree=101285640/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674656 CPUtime=3269.31 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868165 0 0 0 325835 1096 0 0 20 0 1 0 69505330 22976159744 5418664 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418664 3808 3530 0 5600865 0
Current children cumulated CPU time: 3269.31 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674656 KiB

[startup+3342.3 s]
/proc/loadavg: 2.10 2.13 2.58 3/252 91559
/proc/meminfo: memFree=101285372/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674784 CPUtime=3329.01 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868229 0 0 0 331802 1099 0 0 20 0 1 0 69505330 22976159744 5418696 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418696 3808 3530 0 5600865 0
Current children cumulated CPU time: 3329.01 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674784 KiB

[startup+3402.3 s]
/proc/loadavg: 2.14 2.14 2.55 3/252 91566
/proc/meminfo: memFree=101285140/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674784 CPUtime=3388.7 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868292 0 0 0 337769 1101 0 0 20 0 1 0 69505330 22976159744 5418696 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418696 3808 3530 0 5600865 0
Current children cumulated CPU time: 3388.7 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674784 KiB

[startup+3462.3 s]
/proc/loadavg: 2.11 2.12 2.52 3/253 91568
/proc/meminfo: memFree=101284812/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674784 CPUtime=3448.4 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868326 0 0 0 343736 1104 0 0 20 0 1 0 69505330 22976159744 5418696 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418696 3808 3530 0 5600865 0
Current children cumulated CPU time: 3448.4 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674784 KiB

[startup+3522.3 s]
/proc/loadavg: 2.08 2.11 2.49 3/253 91570
/proc/meminfo: memFree=101284328/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21674784 CPUtime=3508.1 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868383 0 0 0 349704 1106 0 0 20 0 1 0 69505330 22976159744 5418696 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418696 3808 3530 0 5600865 0
Current children cumulated CPU time: 3508.1 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21674784 KiB

[startup+3582.3 s]
/proc/loadavg: 2.13 2.12 2.47 3/253 91573
/proc/meminfo: memFree=101284820/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21675808 CPUtime=3567.81 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868428 0 0 0 355672 1109 0 0 20 0 1 0 69505330 22976159744 5418952 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5418952 3808 3530 0 5600865 0
Current children cumulated CPU time: 3567.81 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21675808 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.7 s]
/proc/loadavg: 2.16 2.13 2.46 3/254 91575
/proc/meminfo: memFree=101278652/131250000 swapFree=33010160/33010684
[pid=91272] ppid=91269 vsize=22437656 memory=21680800 CPUtime=3600.05 cores=0,2
/proc/91272/stat : 91272 (pbscip) R 91269 91272 88303 0 -1 4194304 4868431 0 0 0 358895 1110 0 0 20 0 1 0 69505330 22976159744 5420200 18446744073709551615 4235264 18693293 140720627691232 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 39018496 140720627698057 140720627698156 140720627698156 140720627703758 0
/proc/91272/statm: 5609414 5420200 3808 3530 0 5600865 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 22437656 KiB
Current children cumulated memory: 21680800 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.96 s, system=11.6541 s

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

[startup+3614.8 s]*
/proc/loadavg: 2.16 2.13 2.46 3/254 91575
/proc/meminfo: memFree=108060424/131250000 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3615.2 s]
/proc/loadavg: 2.16 2.13 2.46 3/254 91575
/proc/meminfo: memFree=114307144/131250000 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3615.26
CPU time (s): 3600.61
CPU user time (s): 3588.96
CPU system time (s): 11.6541
CPU usage (%): 99.5949
Max. virtual memory (cumulated for all children) (KiB): 22437656
Max. memory (cumulated for all children) (KiB): 21680800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.96
system time used= 11.6541
maximum resident set size= 21680800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4868431
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= 85
involuntary context switches= 7890


# summary of solver processes directly reported to runsolver:
#   pid: 91272
#   total CPU time (s): 3600.61
#   total CPU user time (s): 3588.96
#   total CPU system time (s): 11.6541

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72423 second user time and 16.1054 second system time

The end

Launcher Data

Begin job on nodeC016 at 2025-07-03 12:24:38
IDJOB=4519386
IDBENCH=177240
IDSOLVER=3365
FILE ID=nodeC016/4519386-1751538277
RUNJOBID= nodeC016-1751529182-88313
SLURM_JOB_ID= 9598668
Free space on /tmp= 432776 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height46_pigeons45_holes44.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519386-1751538277/watcher-4519386-1751538277 -o /tmp/evaluation-result-4519386-1751538277/solver-4519386-1751538277 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1751529182-88313 --watchdog 3760  pbscip -f HOME/instance-4519386-1751538277.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 57fb5f2576749c6f64e06149678741e6
RANDOM SEED=451951508

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.769
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.729
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		: 3599.040
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		: 3600.322
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.753
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.730
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		: 3583.350
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.379
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:        125185628 kB
MemAvailable:   125395128 kB
Buffers:            2144 kB
Cached:           977852 kB
SwapCached:           28 kB
Active:          4953476 kB
Inactive:         358068 kB
Active(anon):    4344308 kB
Inactive(anon):     5288 kB
Active(file):     609168 kB
Inactive(file):   352780 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             73364 kB
Writeback:             4 kB
AnonPages:       4333288 kB
Mapped:           139076 kB
Shmem:             18044 kB
KReclaimable:     173580 kB
Slab:             266028 kB
SReclaimable:     173580 kB
SUnreclaim:        92448 kB
KernelStack:        4256 kB
PageTables:        11700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    4762812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2660352 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= 432784 MiB
End job on nodeC016 at 2025-07-03 13:24:53