Trace number 4521962

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.08 3610.02

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_33.opb
MD5SUMe5d29c038ae9b08512816a1a7bdfca9c
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 benchmark595
Best CPU time to get the best result obtained on this benchmark95.7268
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables668780
Total number of constraints43231
Number of constraints which are clauses21913
Number of constraints which are cardinality constraints (but not clauses)19040
Number of constraints which are nor clauses,nor cardinality constraints2278
Minimum length of a constraint33
Maximum length of a constraint38
Number of terms in the objective function 1190
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 1190
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1190
Number of bits of the biggest sum of numbers11
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-4521962-1751578177.opb>
0.89/0.95	c original problem has 668780 variables (668780 bin, 0 int, 0 impl, 0 cont) and 43231 constraints
0.89/0.95	c problem read in 0.94
2.28/2.31	c presolving:
3.08/3.15	c    (3.1s) running MILP presolver
3.77/3.86	c    (3.9s) MILP presolver found nothing
4.28/4.39	c (round 1, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 24157 upgd conss, 0 impls, 19040 clqs
4.98/5.07	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 43231 upgd conss, 0 impls, 19040 clqs
11.46/11.50	c    (11.5s) probing: 51/668780 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
11.46/11.50	c    (11.5s) probing aborted: 50/50 successive totally useless probings
11.85/11.92	c    (11.9s) 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 (61589 MiB free)
  memory of node 1: 64465 MiB (61797 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521962-1751578177/watcher-4521962-1751578177 -o /tmp/evaluation-result-4521962-1751578177/solver-4521962-1751578177 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751578154-78965 --watchdog 3760 pbscip -f HOME/instance-4521962-1751578177.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=79250, runsolver pid=79247
Current StackSize limit: 8192 KiB


[startup+0.100064 s]*
/proc/loadavg: 1.81 1.26 1.41 5/266 79251
/proc/meminfo: memFree=126194900/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=125696 memory=97152 CPUtime=0.09 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 21343 0 0 0 6 3 0 0 20 0 1 0 73495225 128712704 24256 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 31424 24256 3232 3530 0 22875 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 125696 KiB
Current children cumulated memory: 97152 KiB

[startup+0.205549 s]*
/proc/loadavg: 1.81 1.26 1.41 5/266 79251
/proc/meminfo: memFree=126041936/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=203652 memory=175104 CPUtime=0.19 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 40871 0 0 0 14 5 0 0 20 0 1 0 73495225 208539648 43776 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 50913 43776 3232 3530 0 42364 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 203652 KiB
Current children cumulated memory: 175104 KiB

[startup+0.305512 s]*
/proc/loadavg: 1.81 1.26 1.41 5/266 79251
/proc/meminfo: memFree=125888720/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=276716 memory=248064 CPUtime=0.3 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 59096 0 0 0 22 8 0 0 20 0 1 0 73495225 283357184 62016 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 69179 62016 3232 3530 0 60630 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 276716 KiB
Current children cumulated memory: 248064 KiB

[startup+0.700175 s]
/proc/loadavg: 1.81 1.26 1.41 5/266 79251
/proc/meminfo: memFree=125586256/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=550312 memory=521112 CPUtime=0.68 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 124774 0 0 0 50 18 0 0 20 0 1 0 73495225 563519488 130246 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 137578 130246 3232 3530 0 129029 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 550312 KiB
Current children cumulated memory: 521112 KiB

[startup+1.50017 s]
/proc/loadavg: 1.81 1.26 1.41 5/266 79251
/proc/meminfo: memFree=124898936/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=1246828 memory=1214600 CPUtime=1.49 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 297184 0 0 0 105 44 0 0 20 0 1 0 73495225 1276751872 303650 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 311707 303650 3520 3530 0 303158 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1246828 KiB
Current children cumulated memory: 1214600 KiB

[startup+3.10533 s]
/proc/loadavg: 1.81 1.26 1.41 5/266 79251
/proc/meminfo: memFree=122253552/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=2091844 memory=2013000 CPUtime=3.08 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 434899 0 0 0 238 70 0 0 20 0 1 0 73495225 2142048256 502726 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 522961 502726 3616 3530 0 514412 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 2091844 KiB
Current children cumulated memory: 2013000 KiB

[startup+6.30017 s]
/proc/loadavg: 1.98 1.31 1.43 5/266 79251
/proc/meminfo: memFree=119609432/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=2107040 memory=2026892 CPUtime=6.26 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 473608 0 0 0 544 82 0 0 20 0 1 0 73495225 2157608960 506723 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 526760 506723 3744 3530 0 518211 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2107040 KiB
Current children cumulated memory: 2026892 KiB

[startup+12.7002 s]
/proc/loadavg: 2.15 1.35 1.44 5/266 79251
/proc/meminfo: memFree=114997072/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=2999544 memory=2547004 CPUtime=12.65 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 547269 0 0 0 1166 99 0 0 20 0 1 0 73495225 3071533056 636751 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 749886 636751 3776 3530 0 741337 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 2999544 KiB
Current children cumulated memory: 2547004 KiB

[startup+25.5002 s]
/proc/loadavg: 2.56 1.48 1.48 5/266 79252
/proc/meminfo: memFree=109745720/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4163704 memory=3672644 CPUtime=25.41 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 823575 0 0 0 2387 154 0 0 20 0 1 0 73495225 4263632896 918161 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1040926 918161 3776 3530 0 1032377 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 4163704 KiB
Current children cumulated memory: 3672644 KiB

[startup+51.1054 s]
/proc/loadavg: 3.17 1.72 1.56 5/266 79252
/proc/meminfo: memFree=109867724/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656028 memory=4214148 CPUtime=50.93 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 946686 0 0 0 4915 178 0 0 20 0 1 0 73495225 4767772672 1053537 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164007 1053537 3776 3530 0 1155458 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4656028 KiB
Current children cumulated memory: 4214148 KiB

[startup+102.3 s]
/proc/loadavg: 3.70 2.09 1.70 5/267 79260
/proc/meminfo: memFree=107282980/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656032 memory=4249992 CPUtime=101.96 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 946976 0 0 0 10016 180 0 0 20 0 1 0 73495225 4767776768 1062498 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164008 1062498 3776 3530 0 1155459 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 4656032 KiB
Current children cumulated memory: 4249992 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.45 1.85 5/266 79262
/proc/meminfo: memFree=103649548/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656032 memory=4249992 CPUtime=161.76 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 946986 0 0 0 15996 180 0 0 20 0 1 0 73495225 4767776768 1062498 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164008 1062498 3776 3530 0 1155459 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 4656032 KiB
Current children cumulated memory: 4249992 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.75 1.99 5/266 79264
/proc/meminfo: memFree=100127200/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656032 memory=4249992 CPUtime=221.57 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 946996 0 0 0 21976 181 0 0 20 0 1 0 73495225 4767776768 1062498 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164008 1062498 3776 3530 0 1155459 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 4656032 KiB
Current children cumulated memory: 4249992 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.00 2.13 5/266 79268
/proc/meminfo: memFree=96671584/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656036 memory=4250120 CPUtime=281.36 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947007 0 0 0 27955 181 0 0 20 0 1 0 73495225 4767780864 1062530 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164009 1062530 3776 3530 0 1155460 0
Current children cumulated CPU time: 281.36 s
Current children cumulated vsize: 4656036 KiB
Current children cumulated memory: 4250120 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.21 2.26 5/264 79360
/proc/meminfo: memFree=123053388/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656036 memory=4250632 CPUtime=341.16 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947007 0 0 0 33935 181 0 0 20 0 1 0 73495225 4767780864 1062658 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164009 1062658 3776 3530 0 1155460 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 4656036 KiB
Current children cumulated memory: 4250632 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.37 2.37 5/263 79407
/proc/meminfo: memFree=123208856/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656036 memory=4250632 CPUtime=400.95 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947017 0 0 0 39913 182 0 0 20 0 1 0 73495225 4767780864 1062658 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164009 1062658 3776 3530 0 1155460 0
Current children cumulated CPU time: 400.95 s
Current children cumulated vsize: 4656036 KiB
Current children cumulated memory: 4250632 KiB

[startup+462.3 s]
/proc/loadavg: 4.04 3.49 2.48 5/264 79410
/proc/meminfo: memFree=123132584/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656036 memory=4250632 CPUtime=460.74 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947017 0 0 0 45892 182 0 0 20 0 1 0 73495225 4767780864 1062658 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164009 1062658 3776 3530 0 1155460 0

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

Current children cumulated memory: 4294024 KiB

[startup+2862.3 s]
/proc/loadavg: 4.05 4.08 4.00 5/265 79555
/proc/meminfo: memFree=122517420/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294024 CPUtime=2854.23 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947551 0 0 0 285236 187 0 0 20 0 1 0 73495225 4767801344 1073506 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073506 3776 3530 0 1155465 0
Current children cumulated CPU time: 2854.23 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294024 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.09 4.01 5/265 79557
/proc/meminfo: memFree=122486852/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294024 CPUtime=2914.08 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947660 0 0 0 291220 188 0 0 20 0 1 0 73495225 4767801344 1073506 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073506 3776 3530 0 1155465 0
Current children cumulated CPU time: 2914.08 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294024 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/264 79559
/proc/meminfo: memFree=122445412/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294280 CPUtime=2973.93 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947661 0 0 0 297205 188 0 0 20 0 1 0 73495225 4767801344 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073570 3776 3530 0 1155465 0
Current children cumulated CPU time: 2973.93 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294280 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/263 79562
/proc/meminfo: memFree=122410656/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294280 CPUtime=3033.78 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947662 0 0 0 303189 189 0 0 20 0 1 0 73495225 4767801344 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073570 3776 3530 0 1155465 0
Current children cumulated CPU time: 3033.78 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294280 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.09 4.01 5/264 79565
/proc/meminfo: memFree=122383516/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294280 CPUtime=3093.63 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947772 0 0 0 309174 189 0 0 20 0 1 0 73495225 4767801344 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073570 3776 3530 0 1155465 0
Current children cumulated CPU time: 3093.63 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294280 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.08 4.01 5/265 79572
/proc/meminfo: memFree=122345540/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294280 CPUtime=3153.48 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947773 0 0 0 315159 189 0 0 20 0 1 0 73495225 4767801344 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073570 3776 3530 0 1155465 0
Current children cumulated CPU time: 3153.48 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294280 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/265 79574
/proc/meminfo: memFree=122313012/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294280 CPUtime=3213.34 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947774 0 0 0 321144 190 0 0 20 0 1 0 73495225 4767801344 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073570 3776 3530 0 1155465 0
Current children cumulated CPU time: 3213.34 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294280 KiB

[startup+3282.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/265 79576
/proc/meminfo: memFree=122340756/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294280 CPUtime=3273.19 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947887 0 0 0 327129 190 0 0 20 0 1 0 73495225 4767801344 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073570 3776 3530 0 1155465 0
Current children cumulated CPU time: 3273.19 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/265 79580
/proc/meminfo: memFree=122336172/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656056 memory=4294280 CPUtime=3333.03 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947888 0 0 0 333113 190 0 0 20 0 1 0 73495225 4767801344 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164014 1073570 3776 3530 0 1155465 0
Current children cumulated CPU time: 3333.03 s
Current children cumulated vsize: 4656056 KiB
Current children cumulated memory: 4294280 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.09 4.02 5/264 79583
/proc/meminfo: memFree=122306008/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656060 memory=4294280 CPUtime=3392.89 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 947890 0 0 0 339098 191 0 0 20 0 1 0 73495225 4767805440 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164015 1073570 3776 3530 0 1155466 0
Current children cumulated CPU time: 3392.89 s
Current children cumulated vsize: 4656060 KiB
Current children cumulated memory: 4294280 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/263 79585
/proc/meminfo: memFree=122241172/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656060 memory=4294280 CPUtime=3452.74 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 948005 0 0 0 345083 191 0 0 20 0 1 0 73495225 4767805440 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164015 1073570 3776 3530 0 1155466 0
Current children cumulated CPU time: 3452.74 s
Current children cumulated vsize: 4656060 KiB
Current children cumulated memory: 4294280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/264 79588
/proc/meminfo: memFree=122200808/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656060 memory=4294280 CPUtime=3512.59 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 948006 0 0 0 351068 191 0 0 20 0 1 0 73495225 4767805440 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164015 1073570 3776 3530 0 1155466 0
Current children cumulated CPU time: 3512.59 s
Current children cumulated vsize: 4656060 KiB
Current children cumulated memory: 4294280 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/266 79637
/proc/meminfo: memFree=122223628/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656060 memory=4294280 CPUtime=3572.44 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 948007 0 0 0 357052 192 0 0 20 0 1 0 73495225 4767805440 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164015 1073570 3776 3530 0 1155466 0
Current children cumulated CPU time: 3572.44 s
Current children cumulated vsize: 4656060 KiB
Current children cumulated memory: 4294280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610 s]*
/proc/loadavg: 4.07 4.08 4.01 5/266 79683
/proc/meminfo: memFree=122138608/131250000 swapFree=33007332/33010684
[pid=79250] ppid=79247 vsize=4656060 memory=4294280 CPUtime=3600.05 cores=0,2
/proc/79250/stat : 79250 (pbscip) R 79247 79250 78955 0 -1 4194304 948124 0 0 0 359813 192 0 0 20 0 1 0 73495225 4767805440 1073570 18446744073709551615 4235264 18693293 140731834936992 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 53809152 140731834939785 140731834939884 140731834939884 140731834945486 0
/proc/79250/statm: 1164015 1073570 3776 3530 0 1155466 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 4656060 KiB
Current children cumulated memory: 4294280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.14 s, system=1.94218 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): 3610.02
CPU time (s): 3600.08
CPU user time (s): 3598.14
CPU system time (s): 1.94218
CPU usage (%): 99.7247
Max. virtual memory (cumulated for all children) (KiB): 4656060
Max. memory (cumulated for all children) (KiB): 4294280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.14
system time used= 1.94217
maximum resident set size= 4294280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 948124
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= 88
involuntary context switches= 4546


# summary of solver processes directly reported to runsolver:
#   pid: 79250
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3598.14
#   total CPU system time (s): 1.94218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68232 second user time and 15.7488 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-03 23:29:37
IDJOB=4521962
IDBENCH=178523
IDSOLVER=3365
FILE ID=nodeC019/4521962-1751578177
RUNJOBID= nodeC019-1751578154-78965
SLURM_JOB_ID= 9598809
Free space on /tmp= 431408 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_33.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521962-1751578177/watcher-4521962-1751578177 -o /tmp/evaluation-result-4521962-1751578177/solver-4521962-1751578177 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751578154-78965 --watchdog 3760  pbscip -f HOME/instance-4521962-1751578177.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= e5d29c038ae9b08512816a1a7bdfca9c
RANDOM SEED=2066253183

nodeC019 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.669
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.37
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.701
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.37
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		: 3598.782
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.37
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		: 3597.119
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.37
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.717
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.37
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.625
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.37
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.37
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		: 3700.000
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126389440 kB
MemAvailable:   128277616 kB
Buffers:             904 kB
Cached:          2690236 kB
SwapCached:          440 kB
Active:          1697568 kB
Inactive:        2544588 kB
Active(anon):    1538492 kB
Inactive(anon):    27736 kB
Active(file):     159076 kB
Inactive(file):  2516852 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            184500 kB
Writeback:             4 kB
AnonPages:       1553768 kB
Mapped:           136068 kB
Shmem:             15192 kB
KReclaimable:     102972 kB
Slab:             191648 kB
SReclaimable:     102972 kB
SUnreclaim:        88676 kB
KernelStack:        4288 kB
PageTables:         6060 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1936208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431496 MiB
End job on nodeC019 at 2025-07-04 00:29:47