Trace number 4520122

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.05 3608.2

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/
normalized-linearized_pebbling_opt_layeredfan_up_r31_c62_a6.opb
MD5SUM8c40d06f898909448a09bd13b95de2fa
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 benchmark11439
Best CPU time to get the best result obtained on this benchmark0.284951
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22878
Total number of constraints3813
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)62
Number of constraints which are nor clauses,nor cardinality constraints3751
Minimum length of a constraint6
Maximum length of a constraint18
Number of terms in the objective function 22878
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 22878
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 22878
Number of bits of the biggest sum of numbers15
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-4520122-1751550596.opb>
0.00/0.05	c original problem has 22878 variables (22878 bin, 0 int, 0 impl, 0 cont) and 3813 constraints
0.00/0.05	c problem read in 0.04
0.00/0.10	o 22878
0.00/0.10	c feasible solution found by trivial heuristic after 0.1 seconds, objective value 2.287800e+04
0.00/0.10	c presolving:
0.09/0.11	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 62 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.09/0.13	c    (0.1s) running MILP presolver
0.09/0.15	c    (0.1s) MILP presolver found nothing
0.09/0.19	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 62 chg sides, 0 chg coeffs, 3752 upgd conss, 0 impls, 0 clqs
0.09/0.20	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 62 chg sides, 0 chg coeffs, 3813 upgd conss, 0 impls, 0 clqs
0.29/0.36	c    (0.4s) probing: 51/22878 (0.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.29/0.36	c    (0.4s) probing aborted: 50/50 successive totally useless probings
0.29/0.37	c    (0.4s) 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: 63665 MiB (62411 MiB free)
  memory of node 1: 64507 MiB (61052 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520122-1751550596/watcher-4520122-1751550596 -o /tmp/evaluation-result-4520122-1751550596/solver-4520122-1751550596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751550309-78441 --watchdog 3760 pbscip -f HOME/instance-4520122-1751550596.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
Starting watchdog thread
solver pid=79068, runsolver pid=79065
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.09 3.10 3.20 5/265 79069
/proc/meminfo: memFree=126363276/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=109748 memory=80744 CPUtime=0.09 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 17559 0 0 0 7 2 0 0 20 0 1 0 70739536 112381952 20186 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 27437 20186 3616 3530 0 18888 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 109748 KiB
Current children cumulated memory: 80744 KiB

[startup+0.205556 s]*
/proc/loadavg: 4.09 3.10 3.20 5/265 79069
/proc/meminfo: memFree=126331272/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=145404 memory=116548 CPUtime=0.19 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 29168 0 0 0 16 3 0 0 20 0 1 0 70739536 148893696 29137 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 36351 29137 3744 3530 0 27802 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 145404 KiB
Current children cumulated memory: 116548 KiB

[startup+0.305512 s]*
/proc/loadavg: 4.09 3.10 3.20 5/265 79069
/proc/meminfo: memFree=126331272/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=146964 memory=118084 CPUtime=0.29 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 29512 0 0 0 26 3 0 0 20 0 1 0 70739536 150491136 29521 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 36741 29521 3776 3530 0 28192 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 146964 KiB
Current children cumulated memory: 118084 KiB

[startup+0.700135 s]
/proc/loadavg: 4.09 3.10 3.20 5/265 79069
/proc/meminfo: memFree=126259236/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=278928 memory=210500 CPUtime=0.68 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 52617 0 0 0 61 7 0 0 20 0 1 0 70739536 285622272 52625 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 69732 52625 3776 3530 0 61183 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 278928 KiB
Current children cumulated memory: 210500 KiB

[startup+1.50016 s]
/proc/loadavg: 4.09 3.10 3.20 5/265 79069
/proc/meminfo: memFree=126202788/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=336020 memory=270156 CPUtime=1.48 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 67014 0 0 0 140 8 0 0 20 0 1 0 70739536 344084480 67539 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 84005 67539 3776 3530 0 75456 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 336020 KiB
Current children cumulated memory: 270156 KiB

[startup+3.1053 s]
/proc/loadavg: 4.08 3.11 3.20 5/265 79069
/proc/meminfo: memFree=126162720/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=353720 memory=288460 CPUtime=3.08 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 71589 0 0 0 299 9 0 0 20 0 1 0 70739536 362209280 72115 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 88430 72115 3776 3530 0 79881 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 353720 KiB
Current children cumulated memory: 288460 KiB

[startup+6.3001 s]
/proc/loadavg: 4.08 3.11 3.20 5/265 79069
/proc/meminfo: memFree=126111296/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=373384 memory=309068 CPUtime=6.27 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 76752 0 0 0 617 10 0 0 20 0 1 0 70739536 382345216 77267 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 93346 77267 3776 3530 0 84797 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 373384 KiB
Current children cumulated memory: 309068 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 3.14 3.21 5/265 79069
/proc/meminfo: memFree=126088112/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=398956 memory=334540 CPUtime=12.66 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83124 0 0 0 1254 12 0 0 20 0 1 0 70739536 408530944 83635 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 99739 83635 3776 3530 0 91190 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 398956 KiB
Current children cumulated memory: 334540 KiB

[startup+25.5001 s]
/proc/loadavg: 4.06 3.17 3.22 5/265 79069
/proc/meminfo: memFree=126091020/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401908 memory=337484 CPUtime=25.43 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83862 0 0 0 2531 12 0 0 20 0 1 0 70739536 411553792 84371 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100477 84371 3776 3530 0 91928 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 401908 KiB
Current children cumulated memory: 337484 KiB

[startup+51.1053 s]
/proc/loadavg: 4.09 3.25 3.24 5/266 79071
/proc/meminfo: memFree=126082392/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401916 memory=337484 CPUtime=50.98 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83864 0 0 0 5086 12 0 0 20 0 1 0 70739536 411561984 84371 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100479 84371 3776 3530 0 91930 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 401916 KiB
Current children cumulated memory: 337484 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.40 3.30 5/266 79072
/proc/meminfo: memFree=126086320/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401928 memory=337484 CPUtime=102.06 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83867 0 0 0 10194 12 0 0 20 0 1 0 70739536 411574272 84371 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100482 84371 3776 3530 0 91933 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 401928 KiB
Current children cumulated memory: 337484 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 3.54 3.35 5/266 79075
/proc/meminfo: memFree=126080492/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401940 memory=337484 CPUtime=161.93 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83870 0 0 0 16181 12 0 0 20 0 1 0 70739536 411586560 84371 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100485 84371 3776 3530 0 91936 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 401940 KiB
Current children cumulated memory: 337484 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 3.64 3.40 5/266 79077
/proc/meminfo: memFree=126099264/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401948 memory=337484 CPUtime=221.8 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83872 0 0 0 22168 12 0 0 20 0 1 0 70739536 411594752 84371 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100487 84371 3776 3530 0 91938 0
Current children cumulated CPU time: 221.8 s
Current children cumulated vsize: 401948 KiB
Current children cumulated memory: 337484 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 3.72 3.45 5/265 79079
/proc/meminfo: memFree=126067668/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401956 memory=337484 CPUtime=281.67 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83874 0 0 0 28155 12 0 0 20 0 1 0 70739536 411602944 84371 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100489 84371 3776 3530 0 91940 0
Current children cumulated CPU time: 281.67 s
Current children cumulated vsize: 401956 KiB
Current children cumulated memory: 337484 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.81 3.49 5/265 79081
/proc/meminfo: memFree=126065144/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401960 memory=337484 CPUtime=341.53 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83875 0 0 0 34141 12 0 0 20 0 1 0 70739536 411607040 84371 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100490 84371 3776 3530 0 91941 0
Current children cumulated CPU time: 341.53 s
Current children cumulated vsize: 401960 KiB
Current children cumulated memory: 337484 KiB

[startup+402.3 s]
/proc/loadavg: 4.04 3.84 3.53 5/265 79088
/proc/meminfo: memFree=126060972/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401968 memory=337612 CPUtime=401.4 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83877 0 0 0 40128 12 0 0 20 0 1 0 70739536 411615232 84403 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100492 84403 3776 3530 0 91943 0
Current children cumulated CPU time: 401.4 s
Current children cumulated vsize: 401968 KiB
Current children cumulated memory: 337612 KiB

[startup+462.3 s]
/proc/loadavg: 4.12 3.91 3.57 5/265 79094
/proc/meminfo: memFree=126044952/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=401972 memory=337612 CPUtime=461.28 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 83878 0 0 0 46115 13 0 0 20 0 1 0 70739536 411619328 84403 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100493 84403 3776 3530 0 91944 0
Current children cumulated CPU time: 461.28 s

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

Current children cumulated memory: 348876 KiB

[startup+2862.3 s]
/proc/loadavg: 4.08 4.11 4.06 5/262 79215
/proc/meminfo: memFree=125948460/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402096 memory=348876 CPUtime=2855.91 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84064 0 0 0 285576 15 0 0 20 0 1 0 70739536 411746304 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100524 87219 3776 3530 0 91975 0
Current children cumulated CPU time: 2855.91 s
Current children cumulated vsize: 402096 KiB
Current children cumulated memory: 348876 KiB

[startup+2922.3 s]
/proc/loadavg: 4.13 4.12 4.07 5/262 79217
/proc/meminfo: memFree=125940300/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402100 memory=348876 CPUtime=2915.77 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84066 0 0 0 291562 15 0 0 20 0 1 0 70739536 411750400 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100525 87219 3776 3530 0 91976 0
Current children cumulated CPU time: 2915.77 s
Current children cumulated vsize: 402100 KiB
Current children cumulated memory: 348876 KiB

[startup+2982.3 s]
/proc/loadavg: 4.10 4.11 4.07 5/262 79219
/proc/meminfo: memFree=125940428/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402104 memory=348876 CPUtime=2975.65 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84067 0 0 0 297549 16 0 0 20 0 1 0 70739536 411754496 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100526 87219 3776 3530 0 91977 0
Current children cumulated CPU time: 2975.65 s
Current children cumulated vsize: 402104 KiB
Current children cumulated memory: 348876 KiB

[startup+3042.3 s]
/proc/loadavg: 4.14 4.12 4.07 5/262 79221
/proc/meminfo: memFree=125932972/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402104 memory=348876 CPUtime=3035.51 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84068 0 0 0 303535 16 0 0 20 0 1 0 70739536 411754496 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100526 87219 3776 3530 0 91977 0
Current children cumulated CPU time: 3035.51 s
Current children cumulated vsize: 402104 KiB
Current children cumulated memory: 348876 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.11 4.07 5/262 79223
/proc/meminfo: memFree=125932340/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402108 memory=348876 CPUtime=3095.38 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84069 0 0 0 309522 16 0 0 20 0 1 0 70739536 411758592 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100527 87219 3776 3530 0 91978 0
Current children cumulated CPU time: 3095.38 s
Current children cumulated vsize: 402108 KiB
Current children cumulated memory: 348876 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.10 4.07 5/261 79225
/proc/meminfo: memFree=125933384/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402108 memory=348876 CPUtime=3155.24 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84069 0 0 0 315508 16 0 0 20 0 1 0 70739536 411758592 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100527 87219 3776 3530 0 91978 0
Current children cumulated CPU time: 3155.24 s
Current children cumulated vsize: 402108 KiB
Current children cumulated memory: 348876 KiB

[startup+3222.3 s]
/proc/loadavg: 4.13 4.11 4.08 5/262 79228
/proc/meminfo: memFree=125916404/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402112 memory=348876 CPUtime=3215.11 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84102 0 0 0 321495 16 0 0 20 0 1 0 70739536 411762688 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100528 87219 3776 3530 0 91979 0
Current children cumulated CPU time: 3215.11 s
Current children cumulated vsize: 402112 KiB
Current children cumulated memory: 348876 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.11 4.08 5/262 79230
/proc/meminfo: memFree=125916552/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402112 memory=348876 CPUtime=3274.97 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84103 0 0 0 327481 16 0 0 20 0 1 0 70739536 411762688 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100528 87219 3776 3530 0 91979 0
Current children cumulated CPU time: 3274.97 s
Current children cumulated vsize: 402112 KiB
Current children cumulated memory: 348876 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.10 4.08 5/262 79727
/proc/meminfo: memFree=128556948/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402116 memory=348876 CPUtime=3334.82 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84104 0 0 0 333465 17 0 0 20 0 1 0 70739536 411766784 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100529 87219 3776 3530 0 91980 0
Current children cumulated CPU time: 3334.82 s
Current children cumulated vsize: 402116 KiB
Current children cumulated memory: 348876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/263 79732
/proc/meminfo: memFree=128552984/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402116 memory=348876 CPUtime=3394.7 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84104 0 0 0 339453 17 0 0 20 0 1 0 70739536 411766784 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100529 87219 3776 3530 0 91980 0
Current children cumulated CPU time: 3394.7 s
Current children cumulated vsize: 402116 KiB
Current children cumulated memory: 348876 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/263 79778
/proc/meminfo: memFree=128810888/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402120 memory=348876 CPUtime=3454.54 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84105 0 0 0 345437 17 0 0 20 0 1 0 70739536 411770880 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100530 87219 3776 3530 0 91981 0
Current children cumulated CPU time: 3454.54 s
Current children cumulated vsize: 402120 KiB
Current children cumulated memory: 348876 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/264 79785
/proc/meminfo: memFree=128779028/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402120 memory=348876 CPUtime=3514.37 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84105 0 0 0 351420 17 0 0 20 0 1 0 70739536 411770880 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100530 87219 3776 3530 0 91981 0
Current children cumulated CPU time: 3514.37 s
Current children cumulated vsize: 402120 KiB
Current children cumulated memory: 348876 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/264 79787
/proc/meminfo: memFree=128779160/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402124 memory=348876 CPUtime=3574.2 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84107 0 0 0 357403 17 0 0 20 0 1 0 70739536 411774976 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100531 87219 3776 3530 0 91982 0
Current children cumulated CPU time: 3574.2 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 348876 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.2 s]
/proc/loadavg: 4.14 4.11 4.09 5/264 79788
/proc/meminfo: memFree=128779016/131250000 swapFree=33010416/33010684
[pid=79068] ppid=79065 vsize=402124 memory=348876 CPUtime=3600.03 cores=0,2
/proc/79068/stat : 79068 (pbscip) R 79065 79068 78407 0 -1 4194304 84107 0 0 0 359986 17 0 0 20 0 1 0 70739536 411774976 87219 18446744073709551615 4235264 18693293 140732223529600 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 28110848 140732223535497 140732223535596 140732223535596 140732223541198 0
/proc/79068/statm: 100531 87219 3776 3530 0 91982 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 348876 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.87 s, system=0.181559 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): 3608.2
CPU time (s): 3600.05
CPU user time (s): 3599.87
CPU system time (s): 0.181559
CPU usage (%): 99.7741
Max. virtual memory (cumulated for all children) (KiB): 402124
Max. memory (cumulated for all children) (KiB): 348876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.87
system time used= 0.181559
maximum resident set size= 348876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84107
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= 87
involuntary context switches= 7891


# summary of solver processes directly reported to runsolver:
#   pid: 79068
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3599.87
#   total CPU system time (s): 0.181559

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.27111 second user time and 14.8641 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-03 15:49:57
IDJOB=4520122
IDBENCH=177752
IDSOLVER=3365
FILE ID=nodeC027/4520122-1751550596
RUNJOBID= nodeC027-1751550309-78441
SLURM_JOB_ID= 9598730
Free space on /tmp= 431120 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/normalized-linearized_pebbling_opt_layeredfan_up_r31_c62_a6.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520122-1751550596/watcher-4520122-1751550596 -o /tmp/evaluation-result-4520122-1751550596/solver-4520122-1751550596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751550309-78441 --watchdog 3760  pbscip -f HOME/instance-4520122-1751550596.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 8c40d06f898909448a09bd13b95de2fa
RANDOM SEED=1977990327

nodeC027 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.640
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.29
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.635
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.29
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.651
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.29
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		: 3602.384
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.29
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.634
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.29
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.639
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.29
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		: 3573.751
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.29
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		: 3602.094
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126427284 kB
MemAvailable:   126703500 kB
Buffers:            2488 kB
Cached:          1075472 kB
SwapCached:           12 kB
Active:          3598012 kB
Inactive:         534932 kB
Active(anon):    3070248 kB
Inactive(anon):     2792 kB
Active(file):     527764 kB
Inactive(file):   532140 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19308 kB
Writeback:            60 kB
AnonPages:       3058012 kB
Mapped:           137888 kB
Shmem:             18056 kB
KReclaimable:     110700 kB
Slab:             199800 kB
SReclaimable:     110700 kB
SUnreclaim:        89100 kB
KernelStack:        4288 kB
PageTables:         9216 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3690644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431108 MiB
End job on nodeC027 at 2025-07-03 16:50:05