Trace number 4516136

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.28 1909.97

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-large-v4/normalized-grid4_06.opb
MD5SUM32160aed8e2bd01bba393b81092b4307
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0013
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables24
Total number of constraints49
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint24
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 35
Number of bits of the biggest sum of numbers6
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 PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.01	c #variable: 24
0.00/0.01	c #constraint: 49
0.00/0.01	c #equal: 0
0.00/0.01	c intsize: 6
0.00/0.01	c sizeproduct: 0
0.00/0.01	c #soft: 0
0.00/0.01	c mincost: 0
0.00/0.01	c maxcost: 0
0.00/0.01	c sumcost: 0
0.00/0.01	c iteration_max: -1
0.00/0.01	c time_max: -1
0.00/0.01	c number_of_threads(move update): 2
0.00/0.01	c number_of_threads(move evaluation): 2
0.00/0.01	c seed: 1087725530
3600.19/1909.94	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63160 MiB free)
  memory of node 1: 64507 MiB (63890 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4516136-1751239672/watcher-4516136-1751239672 -o /tmp/evaluation-result-4516136-1751239672/solver-4516136-1751239672 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751239672-36193 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1087725530 HOME/instance-4516136-1751239672.opb 

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
Current StackSize limit: 8192 KiB

solver pid=36240, runsolver pid=36234

[startup+0.100068 s]*
/proc/loadavg: 2.43 3.60 3.92 9/256 36257
/proc/meminfo: memFree=130091608/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=77748 memory=3200 CPUtime=0.17 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 264 0 0 0 17 0 0 0 20 0 2 0 39646926 79613952 800 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 19437 800 672 633 0 2301 0
[pid=36240/tid=36242] ppid=36234 vsize=77748 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 9 0 0 0 7 0 0 0 20 0 2 0 39646926 79613952 800 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 77748 KiB
Current children cumulated memory: 3200 KiB

[startup+0.213816 s]*
/proc/loadavg: 2.43 3.60 3.92 9/256 36257
/proc/meminfo: memFree=130091864/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=78040 memory=3456 CPUtime=0.38 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 330 0 0 0 38 0 0 0 20 0 2 0 39646926 79912960 864 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 19510 864 672 633 0 2374 0
[pid=36240/tid=36242] ppid=36234 vsize=78040 memory=5983648042466672924 CPUtime=0.17 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 9 0 0 0 17 0 0 0 20 0 2 0 39646926 79912960 864 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 78040 KiB
Current children cumulated memory: 3456 KiB

[startup+0.312643 s]*
/proc/loadavg: 2.43 3.60 3.92 7/256 36257
/proc/meminfo: memFree=130091864/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=78124 memory=3712 CPUtime=0.54 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 371 0 0 0 54 0 0 0 20 0 2 0 39646926 79998976 928 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 19531 928 672 633 0 2395 0
[pid=36240/tid=36242] ppid=36234 vsize=78124 memory=7971515935895273068 CPUtime=0.24 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) S 36234 36240 36183 0 -1 4194368 9 0 0 0 24 0 0 0 20 0 2 0 39646926 79998976 928 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 78124 KiB
Current children cumulated memory: 3712 KiB

[startup+0.700209 s]
/proc/loadavg: 2.43 3.60 3.92 8/256 36257
/proc/meminfo: memFree=130091864/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=78716 memory=4224 CPUtime=1.07 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 543 0 0 0 106 1 0 0 20 0 2 0 39646926 80605184 1056 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 19679 1056 672 633 0 2543 0
[pid=36240/tid=36242] ppid=36234 vsize=78716 memory=17280 CPUtime=0.4 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) S 36234 36240 36183 0 -1 4194368 9 0 0 0 40 0 0 0 20 0 2 0 39646926 80605184 1056 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 78716 KiB
Current children cumulated memory: 4224 KiB

[startup+1.50019 s]
/proc/loadavg: 2.43 3.60 3.92 7/256 36257
/proc/meminfo: memFree=130091976/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=80196 memory=5476 CPUtime=2.65 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 1423 0 0 0 264 1 0 0 20 0 2 0 39646926 82120704 1369 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 20049 1369 672 633 0 2913 0
[pid=36240/tid=36242] ppid=36234 vsize=80196 memory=17280 CPUtime=1.19 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 202 0 0 0 119 0 0 0 20 0 2 0 39646926 82120704 1369 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 80196 KiB
Current children cumulated memory: 5476 KiB

[startup+3.1055 s]
/proc/loadavg: 2.43 3.60 3.92 9/256 36257
/proc/meminfo: memFree=130090720/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=82568 memory=7488 CPUtime=5.83 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 3342 0 0 0 580 3 0 0 20 0 2 0 39646926 84549632 1872 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 20642 1872 672 633 0 3506 0
[pid=36240/tid=36242] ppid=36234 vsize=82568 memory=14336 CPUtime=2.77 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 665 0 0 0 277 0 0 0 20 0 2 0 39646926 84549632 1872 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 82568 KiB
Current children cumulated memory: 7488 KiB

[startup+6.3002 s]
/proc/loadavg: 2.88 3.68 3.94 9/256 36257
/proc/meminfo: memFree=130089992/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=84972 memory=10304 CPUtime=12.14 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 5850 0 0 0 1210 4 0 0 20 0 2 0 39646926 87011328 2576 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 21243 2576 672 633 0 4107 0
[pid=36240/tid=36242] ppid=36234 vsize=84972 memory=7744 CPUtime=5.92 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 1498 0 0 0 591 1 0 0 20 0 2 0 39646926 87011328 2576 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 12.14 s
Current children cumulated vsize: 84972 KiB
Current children cumulated memory: 10304 KiB

[startup+12.7002 s]
/proc/loadavg: 3.29 3.75 3.96 9/256 36257
/proc/meminfo: memFree=130088012/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=89520 memory=14092 CPUtime=24.73 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 9356 0 0 0 2467 6 0 0 20 0 2 0 39646926 91668480 3523 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 22380 3523 672 633 0 5244 0
[pid=36240/tid=36242] ppid=36234 vsize=89520 memory=7970671510964878700 CPUtime=12.14 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 2525 0 0 0 1213 1 0 0 20 0 2 0 39646926 91668480 3523 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 24.73 s
Current children cumulated vsize: 89520 KiB
Current children cumulated memory: 14092 KiB

[startup+25.5002 s]
/proc/loadavg: 4.01 3.89 4.00 9/256 36257
/proc/meminfo: memFree=130078532/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=93312 memory=18572 CPUtime=49.41 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 16303 0 0 0 4930 11 0 0 20 0 2 0 39646926 95551488 4643 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 23328 4643 672 633 0 6192 0
[pid=36240/tid=36242] ppid=36234 vsize=93312 memory=18188 CPUtime=24.13 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 5112 0 0 0 2411 2 0 0 20 0 2 0 39646926 95551488 4643 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 49.41 s
Current children cumulated vsize: 93312 KiB
Current children cumulated memory: 18572 KiB

[startup+51.1053 s]
/proc/loadavg: 5.47 4.25 4.12 9/256 36258
/proc/meminfo: memFree=130071400/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=101396 memory=25840 CPUtime=98.67 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 21872 0 0 0 9849 18 0 0 20 0 2 0 39646926 103829504 6460 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 25349 6460 672 633 0 8213 0
[pid=36240/tid=36242] ppid=36234 vsize=101396 memory=25200 CPUtime=48.06 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 7025 0 0 0 4802 4 0 0 20 0 2 0 39646926 103829504 6460 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 98.67 s
Current children cumulated vsize: 101396 KiB
Current children cumulated memory: 25840 KiB

[startup+102.3 s]
/proc/loadavg: 6.80 4.80 4.32 8/254 36264
/proc/meminfo: memFree=130029188/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=108180 memory=32880 CPUtime=197.3 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 35546 0 0 0 19700 30 0 0 20 0 2 0 39646926 110776320 8220 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 27045 8220 672 633 0 9909 0
[pid=36240/tid=36242] ppid=36234 vsize=108180 memory=29424 CPUtime=95.96 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 12295 0 0 0 9589 7 0 0 20 0 2 0 39646926 110776320 8220 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 197.3 s
Current children cumulated vsize: 108180 KiB
Current children cumulated memory: 32880 KiB

[startup+162.3 s]
/proc/loadavg: 7.30 5.30 4.52 8/255 36267
/proc/meminfo: memFree=130001180/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=112728 memory=38128 CPUtime=300.02 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 37546 0 0 0 29952 50 0 0 20 0 2 0 39646926 115433472 9532 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 28182 9532 672 633 0 11046 0
[pid=36240/tid=36242] ppid=36234 vsize=112728 memory=29424 CPUtime=139.63 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) S 36234 36240 36183 0 -1 4194368 12297 0 0 0 13945 18 0 0 20 0 2 0 39646926 115433472 9532 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 300.02 s
Current children cumulated vsize: 112728 KiB
Current children cumulated memory: 38128 KiB

[startup+222.3 s]
/proc/loadavg: 7.37 5.69 4.70 8/255 36269
/proc/meminfo: memFree=130003572/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=123540 memory=44940 CPUtime=401.71 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 42863 0 0 0 40104 67 0 0 20 0 2 0 39646926 126504960 11235 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 30885 11235 672 633 0 13749 0
[pid=36240/tid=36242] ppid=36234 vsize=123540 memory=44940 CPUtime=181.72 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 12330 0 0 0 18142 30 0 0 20 0 2 0 39646926 126504960 11235 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 401.71 s
Current children cumulated vsize: 123540 KiB
Current children cumulated memory: 44940 KiB

[startup+282.3 s]
/proc/loadavg: 7.23 5.97 4.86 9/256 36273
/proc/meminfo: memFree=130005460/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=128284 memory=51692 CPUtime=501.16 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 49261 0 0 0 50031 85 0 0 20 0 2 0 39646926 131362816 12923 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 32071 12923 672 633 0 14935 0
[pid=36240/tid=36242] ppid=36234 vsize=128284 memory=47628 CPUtime=221.58 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) S 36234 36240 36183 0 -1 4194368 12448 0 0 0 22116 42 0 0 20 0 2 0 39646926 131362816 12923 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 501.16 s
Current children cumulated vsize: 128284 KiB

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

/proc/meminfo: memFree=129878168/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=149168 memory=72556 CPUtime=2556.93 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 67796 0 0 0 255503 190 0 0 20 0 2 0 39646926 152748032 18139 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37292 18139 672 633 0 20156 0
[pid=36240/tid=36242] ppid=36234 vsize=149168 memory=72172 CPUtime=1206.68 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 14790 0 0 0 120594 74 0 0 20 0 2 0 39646926 152748032 18139 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 2556.93 s
Current children cumulated vsize: 149168 KiB
Current children cumulated memory: 72556 KiB

[startup+1422.3 s]
/proc/loadavg: 7.44 7.25 6.71 9/254 36329
/proc/meminfo: memFree=129860864/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=150608 memory=73964 CPUtime=2671.55 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 68859 0 0 0 266958 197 0 0 20 0 2 0 39646926 154222592 18491 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37652 18491 672 633 0 20516 0
[pid=36240/tid=36242] ppid=36234 vsize=150608 memory=72812 CPUtime=1261.75 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 14791 0 0 0 126099 76 0 0 20 0 2 0 39646926 154222592 18491 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 2671.55 s
Current children cumulated vsize: 150608 KiB
Current children cumulated memory: 73964 KiB

[startup+1482.3 s]
/proc/loadavg: 7.34 7.26 6.75 9/254 36333
/proc/meminfo: memFree=129851548/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=150608 memory=73964 CPUtime=2785.97 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 68869 0 0 0 278395 202 0 0 20 0 2 0 39646926 154222592 18491 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37652 18491 672 633 0 20516 0
[pid=36240/tid=36242] ppid=36234 vsize=150608 memory=73964 CPUtime=1316.69 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 14793 0 0 0 131592 77 0 0 20 0 2 0 39646926 154222592 18491 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 2785.97 s
Current children cumulated vsize: 150608 KiB
Current children cumulated memory: 73964 KiB

[startup+1542.3 s]
/proc/loadavg: 7.54 7.34 6.81 9/254 36335
/proc/meminfo: memFree=129844748/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=150608 memory=73964 CPUtime=2900.65 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 68869 0 0 0 289857 208 0 0 20 0 2 0 39646926 154222592 18491 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37652 18491 672 633 0 20516 0
[pid=36240/tid=36242] ppid=36234 vsize=150608 memory=73964 CPUtime=1371.8 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 14793 0 0 0 137101 79 0 0 20 0 2 0 39646926 154222592 18491 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 2900.65 s
Current children cumulated vsize: 150608 KiB
Current children cumulated memory: 73964 KiB

[startup+1602.3 s]
/proc/loadavg: 7.92 7.48 6.90 9/254 36337
/proc/meminfo: memFree=129844652/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=151804 memory=75244 CPUtime=3015.27 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 69862 0 0 0 301313 214 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37951 18811 672 633 0 20815 0
[pid=36240/tid=36242] ppid=36234 vsize=151804 memory=73964 CPUtime=1426.85 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 14874 0 0 0 142604 81 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3015.27 s
Current children cumulated vsize: 151804 KiB
Current children cumulated memory: 75244 KiB

[startup+1662.3 s]
/proc/loadavg: 8.08 7.60 6.98 9/253 36339
/proc/meminfo: memFree=129845336/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=151804 memory=75244 CPUtime=3129.77 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 70632 0 0 0 312757 220 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37951 18811 672 633 0 20815 0
[pid=36240/tid=36242] ppid=36234 vsize=151804 memory=73964 CPUtime=1481.79 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 14876 0 0 0 148097 82 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3129.77 s
Current children cumulated vsize: 151804 KiB
Current children cumulated memory: 75244 KiB

[startup+1722.3 s]
/proc/loadavg: 7.98 7.66 7.04 9/253 36341
/proc/meminfo: memFree=129840120/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=151804 memory=75244 CPUtime=3244.29 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 70632 0 0 0 324203 226 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37951 18811 672 633 0 20815 0
[pid=36240/tid=36242] ppid=36234 vsize=151804 memory=73964 CPUtime=1536.73 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 14876 0 0 0 153589 84 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3244.29 s
Current children cumulated vsize: 151804 KiB
Current children cumulated memory: 75244 KiB

[startup+1782.3 s]
/proc/loadavg: 7.95 7.70 7.09 8/253 36343
/proc/meminfo: memFree=129839644/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=151804 memory=75244 CPUtime=3356.51 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 71409 0 0 0 335419 232 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 37951 18811 672 633 0 20815 0
[pid=36240/tid=36242] ppid=36234 vsize=151804 memory=75244 CPUtime=1589.6 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 15033 0 0 0 158874 86 0 0 20 0 2 0 39646926 155447296 18811 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3356.51 s
Current children cumulated vsize: 151804 KiB
Current children cumulated memory: 75244 KiB

[startup+1842.3 s]
/proc/loadavg: 7.87 7.72 7.14 9/253 36345
/proc/meminfo: memFree=129838872/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=152164 memory=75628 CPUtime=3471.13 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 71501 0 0 0 346874 239 0 0 20 0 2 0 39646926 155815936 18907 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 38041 18907 672 633 0 20905 0
[pid=36240/tid=36242] ppid=36234 vsize=152164 memory=75244 CPUtime=1644.66 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 15033 0 0 0 164378 88 0 0 20 0 2 0 39646926 155815936 18907 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3471.13 s
Current children cumulated vsize: 152164 KiB
Current children cumulated memory: 75628 KiB

[startup+1902.3 s]
/proc/loadavg: 7.46 7.65 7.15 8/254 36398
/proc/meminfo: memFree=129889032/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=152524 memory=75884 CPUtime=3585.68 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 72542 0 0 0 358321 247 0 0 20 0 2 0 39646926 156184576 18971 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 38131 18971 672 633 0 20995 0
[pid=36240/tid=36242] ppid=36234 vsize=152524 memory=75628 CPUtime=1699.66 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 15035 0 0 0 169876 90 0 0 20 0 2 0 39646926 156184576 18971 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3585.68 s
Current children cumulated vsize: 152524 KiB
Current children cumulated memory: 75884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1909.9 s]
/proc/loadavg: 7.43 7.64 7.15 8/254 36398
/proc/meminfo: memFree=129889072/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=152524 memory=75884 CPUtime=3600.19 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 72542 0 0 0 359772 247 0 0 20 0 2 0 39646926 156184576 18971 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 38131 18971 672 633 0 20995 0
[pid=36240/tid=36242] ppid=36234 vsize=152524 memory=75628 CPUtime=1706.64 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 15035 0 0 0 170574 90 0 0 20 0 2 0 39646926 156184576 18971 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 152524 KiB
Current children cumulated memory: 75884 KiB

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

[startup+1909.97 s]
# the end of solver process 36240 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3597.8 s, system=2.47814 s

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

[startup+1909.9 s]
/proc/loadavg: 7.43 7.64 7.15 8/254 36398
/proc/meminfo: memFree=129889072/131382116 swapFree=33010684/33010684
[pid=36240] ppid=36234 vsize=152524 memory=75884 CPUtime=3600.19 cores=0,2
/proc/36240/stat : 36240 (pb_competition_) R 36234 36240 36183 0 -1 4194304 72542 0 0 0 359772 247 0 0 20 0 2 0 39646926 156184576 18971 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
/proc/36240/statm: 38131 18971 672 633 0 20995 0
[pid=36240/tid=36242] ppid=36234 vsize=152524 memory=75628 CPUtime=1706.64 cores=0,2
/proc/36240/task/36242/stat : 36242 (pb_competition_) R 36234 36240 36183 0 -1 4194368 15035 0 0 0 170574 90 0 0 20 0 2 0 39646926 156184576 18971 18446744073709551615 4198400 6788177 140735844244656 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 36401152 140735844247897 140735844248024 140735844248024 140735844253626 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 152524 KiB
Current children cumulated memory: 75884 KiB

Child status: 0

Real time (s): 1909.97
CPU time (s): 3600.28
CPU user time (s): 3597.8
CPU system time (s): 2.47814
CPU usage (%): 188.499
Max. virtual memory (cumulated for all children) (KiB): 152524
Max. memory (cumulated for all children) (KiB): 75884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.8
system time used= 2.47814
maximum resident set size= 75884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72552
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= 58047
involuntary context switches= 78060


# summary of solver processes directly reported to runsolver:
#   pid: 36240
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.8
#   total CPU system time (s): 2.47814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.41454 second user time and 7.35072 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 01:27:52
IDJOB=4516136
IDBENCH=169603
IDSOLVER=3347
FILE ID=nodeC011/4516136-1751239672
RUNJOBID= nodeC011-1751239672-36193
SLURM_JOB_ID= 9587723
Free space on /tmp= 433056 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-large-v4/normalized-grid4_06.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4516136-1751239672/watcher-4516136-1751239672 -o /tmp/evaluation-result-4516136-1751239672/solver-4516136-1751239672 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751239672-36193 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1087725530 HOME/instance-4516136-1751239672.opb

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

MD5SUM BENCH= 32160aed8e2bd01bba393b81092b4307
RANDOM SEED=1087725530

nodeC011 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	: 0xb00001f
cpu MHz		: 1198.061
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.305
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.292
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.666
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1196.813
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.299
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.479
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.647
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130092944 kB
MemAvailable:   129908328 kB
Buffers:            3280 kB
Cached:           624836 kB
SwapCached:            0 kB
Active:           370244 kB
Inactive:         325976 kB
Active(anon):      86068 kB
Inactive(anon):        0 kB
Active(file):     284176 kB
Inactive(file):   325976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20768 kB
Writeback:             8 kB
AnonPages:         71252 kB
Mapped:           101856 kB
Shmem:             17960 kB
KReclaimable:      89336 kB
Slab:             170080 kB
SReclaimable:      89336 kB
SUnreclaim:        80744 kB
KernelStack:        3888 kB
PageTables:         2864 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC011 at 2025-06-30 01:59:42