Trace number 4515344

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.47 2411.72

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-631710.0.u.opb
MD5SUM3de1ff2182bb2a8df9b13aa693b03795
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 benchmark7728.55
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables167056
Total number of constraints169577
Number of constraints which are clauses167055
Number of constraints which are cardinality constraints (but not clauses)1966
Number of constraints which are nor clauses,nor cardinality constraints556
Minimum length of a constraint2
Maximum length of a constraint556
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 202
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 758
Number of bits of the biggest sum of numbers10
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/)
1.41/1.03	c #variable: 167056
1.41/1.03	c #constraint: 169577
1.41/1.03	c #equal: 300
1.41/1.03	c intsize: 10
1.41/1.03	c sizeproduct: 0
1.41/1.03	c #soft: 0
1.41/1.03	c mincost: 0
1.41/1.03	c maxcost: 0
1.41/1.03	c sumcost: 0
1.41/1.03	c iteration_max: -1
1.41/1.03	c time_max: -1
1.41/1.03	c number_of_threads(move update): 2
1.41/1.03	c number_of_threads(move evaluation): 2
1.41/1.03	c seed: 1063073379
3600.15/2411.41	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: 63665 MiB (62990 MiB free)
  memory of node 1: 64507 MiB (63536 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515344-1751234907/watcher-4515344-1751234907 -o /tmp/evaluation-result-4515344-1751234907/solver-4515344-1751234907 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33730 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063073379 HOME/instance-4515344-1751234907.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
Starting watchdog thread
solver pid=34591, runsolver pid=34588
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 6.13 6.26 6.56 7/268 34593
/proc/meminfo: memFree=129522892/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=129640 memory=62256 CPUtime=0.16 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 13034 0 0 0 14 2 0 0 20 0 2 0 39168397 132751360 15564 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 32410 15564 576 633 0 17834 0
[pid=34591/tid=34593] ppid=34588 vsize=129640 memory=4026531960 CPUtime=0.06 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 2594 0 0 0 6 0 0 0 20 0 2 0 39168400 132751360 15564 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 129640 KiB
Current children cumulated memory: 62256 KiB

[startup+0.205733 s]*
/proc/loadavg: 6.13 6.26 6.56 6/268 34593
/proc/meminfo: memFree=129470224/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=144424 memory=98224 CPUtime=0.35 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) S 34588 34591 33720 0 -1 4194304 22060 0 0 0 31 4 0 0 20 0 2 0 39168397 147890176 24556 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 36106 24556 576 633 0 27170 0
[pid=34591/tid=34593] ppid=34588 vsize=144424 memory=664958721904869660 CPUtime=0.16 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 7928 0 0 0 14 2 0 0 20 0 2 0 39168400 147890176 24556 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 144424 KiB
Current children cumulated memory: 98224 KiB

[startup+0.305622 s]*
/proc/loadavg: 6.13 6.26 6.56 6/268 34593
/proc/meminfo: memFree=129438220/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=156200 memory=128944 CPUtime=0.46 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 29728 0 0 0 40 6 0 0 20 0 2 0 39168397 159948800 32236 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 39050 32236 576 633 0 35022 0
[pid=34591/tid=34593] ppid=34588 vsize=156200 memory=7971802921281274479 CPUtime=0.23 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 12648 0 0 0 20 3 0 0 20 0 2 0 39168400 159948800 32236 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 156200 KiB
Current children cumulated memory: 128944 KiB

[startup+0.700183 s]
/proc/loadavg: 6.13 6.26 6.56 5/268 34593
/proc/meminfo: memFree=129406088/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=331124 memory=313348 CPUtime=0.91 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 54037 0 0 0 79 12 0 0 20 0 2 0 39168397 339070976 78337 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 82781 78337 608 633 0 80346 0
[pid=34591/tid=34593] ppid=34588 vsize=331124 memory=17664 CPUtime=0.29 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 14242 0 0 0 25 4 0 0 20 0 2 0 39168400 339070976 78337 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 0 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 331124 KiB
Current children cumulated memory: 313348 KiB

[startup+1.50019 s]
/proc/loadavg: 6.13 6.26 6.56 7/268 34593
/proc/meminfo: memFree=129213400/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=448316 memory=392708 CPUtime=1.91 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 112120 0 0 0 172 19 0 0 20 0 2 0 39168397 459075584 98177 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 112079 98177 672 633 0 100112 0
[pid=34591/tid=34593] ppid=34588 vsize=448316 memory=17664 CPUtime=0.6 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 21095 0 0 0 54 6 0 0 20 0 2 0 39168400 459075584 98177 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 448316 KiB
Current children cumulated memory: 392708 KiB

[startup+3.10546 s]
/proc/loadavg: 6.13 6.26 6.56 6/268 34593
/proc/meminfo: memFree=128902580/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=734820 memory=679064 CPUtime=3.51 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 230981 0 0 0 319 32 0 0 20 0 2 0 39168397 752455680 169766 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 183705 169766 672 633 0 171738 0
[pid=34591/tid=34593] ppid=34588 vsize=734820 memory=486788 CPUtime=0.6 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 21095 0 0 0 54 6 0 0 20 0 2 0 39168400 752455680 169766 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3.51 s
Current children cumulated vsize: 734820 KiB
Current children cumulated memory: 679064 KiB

[startup+6.30018 s]
/proc/loadavg: 6.12 6.25 6.55 7/268 34593
/proc/meminfo: memFree=128764852/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=859728 memory=804000 CPUtime=6.71 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 259481 0 0 0 634 37 0 0 20 0 2 0 39168397 880361472 201000 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 214932 201000 672 633 0 202965 0
[pid=34591/tid=34593] ppid=34588 vsize=859728 memory=17664 CPUtime=0.63 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 22931 0 0 0 56 7 0 0 20 0 2 0 39168400 880361472 201000 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 6.71 s
Current children cumulated vsize: 859728 KiB
Current children cumulated memory: 804000 KiB

[startup+12.7002 s]
/proc/loadavg: 6.11 6.25 6.55 6/268 34593
/proc/meminfo: memFree=128764852/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=859728 memory=804000 CPUtime=13.09 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 315748 0 0 0 1269 40 0 0 20 0 2 0 39168397 880361472 201000 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 214932 201000 672 633 0 202965 0
[pid=34591/tid=34593] ppid=34588 vsize=859728 memory=804000 CPUtime=0.63 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 22931 0 0 0 56 7 0 0 20 0 2 0 39168400 880361472 201000 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 13.09 s
Current children cumulated vsize: 859728 KiB
Current children cumulated memory: 804000 KiB

[startup+25.5002 s]
/proc/loadavg: 6.16 6.25 6.55 8/269 34595
/proc/meminfo: memFree=128744248/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=890808 memory=826876 CPUtime=28.98 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 456188 0 0 0 2852 46 0 0 20 0 2 0 39168397 912187392 206719 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 222702 206719 672 633 0 210735 0
[pid=34591/tid=34593] ppid=34588 vsize=890808 memory=826876 CPUtime=3.77 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 28417 0 0 0 370 7 0 0 20 0 2 0 39168400 912187392 206719 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 28.98 s
Current children cumulated vsize: 890808 KiB
Current children cumulated memory: 826876 KiB

[startup+51.1057 s]
/proc/loadavg: 6.13 6.23 6.53 6/268 34595
/proc/meminfo: memFree=128754212/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=870340 memory=814680 CPUtime=64.76 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 614412 0 0 0 6420 56 0 0 20 0 2 0 39168397 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 217585 203670 672 633 0 205618 0
[pid=34591/tid=34593] ppid=34588 vsize=870340 memory=17664 CPUtime=14.06 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 45115 0 0 0 1398 8 0 0 20 0 2 0 39168400 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 64.76 s
Current children cumulated vsize: 870340 KiB
Current children cumulated memory: 814680 KiB

[startup+102.3 s]
/proc/loadavg: 5.84 6.13 6.48 7/268 34597
/proc/meminfo: memFree=128749600/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=870340 memory=814680 CPUtime=127.65 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 778133 0 0 0 12695 70 0 0 20 0 2 0 39168397 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 217585 203670 672 633 0 205618 0
[pid=34591/tid=34593] ppid=34588 vsize=870340 memory=17664 CPUtime=25.99 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 51893 0 0 0 2589 10 0 0 20 0 2 0 39168400 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 127.65 s
Current children cumulated vsize: 870340 KiB
Current children cumulated memory: 814680 KiB

[startup+162.3 s]
/proc/loadavg: 5.95 6.11 6.45 8/268 34599
/proc/meminfo: memFree=128729228/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=870340 memory=814680 CPUtime=203 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 931271 0 0 0 20214 86 0 0 20 0 2 0 39168397 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 217585 203670 672 633 0 205618 0
[pid=34591/tid=34593] ppid=34588 vsize=870340 memory=814680 CPUtime=41.62 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 55566 0 0 0 4149 13 0 0 20 0 2 0 39168400 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 203 s
Current children cumulated vsize: 870340 KiB
Current children cumulated memory: 814680 KiB

[startup+222.3 s]
/proc/loadavg: 6.31 6.18 6.45 8/267 34601
/proc/meminfo: memFree=128722040/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=870340 memory=814680 CPUtime=287.85 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1023922 0 0 0 28685 100 0 0 20 0 2 0 39168397 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 217585 203670 672 633 0 205618 0
[pid=34591/tid=34593] ppid=34588 vsize=870340 memory=17664 CPUtime=66.8 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 65327 0 0 0 6660 20 0 0 20 0 2 0 39168400 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 287.85 s
Current children cumulated vsize: 870340 KiB
Current children cumulated memory: 814680 KiB

[startup+282.3 s]
/proc/loadavg: 6.11 6.13 6.42 6/268 34604
/proc/meminfo: memFree=128729668/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=870340 memory=814680 CPUtime=367.8 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1080808 0 0 0 36667 113 0 0 20 0 2 0 39168397 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 217585 203670 672 633 0 205618 0
[pid=34591/tid=34593] ppid=34588 vsize=870340 memory=814680 CPUtime=87.01 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 67634 0 0 0 8677 24 0 0 20 0 2 0 39168400 891228160 203670 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 367.8 s
Current children cumulated vsize: 870340 KiB
Current children cumulated memory: 814680 KiB

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

/proc/meminfo: memFree=128765464/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=923124 memory=869856 CPUtime=2801.53 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1316454 0 0 0 279897 256 0 0 20 0 2 0 39168397 945278976 217464 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 230781 217464 672 633 0 218814 0
[pid=34591/tid=34593] ppid=34588 vsize=923124 memory=869856 CPUtime=909.94 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 82445 0 0 0 90901 93 0 0 20 0 2 0 39168400 945278976 217464 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 2801.53 s
Current children cumulated vsize: 923124 KiB
Current children cumulated memory: 869856 KiB

[startup+1962.3 s]
/proc/loadavg: 5.53 5.80 5.96 7/270 34831
/proc/meminfo: memFree=128764320/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=923124 memory=869856 CPUtime=2901.24 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1322391 0 0 0 289863 261 0 0 20 0 2 0 39168397 945278976 217464 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 230781 217464 672 633 0 218814 0
[pid=34591/tid=34593] ppid=34588 vsize=923124 memory=869856 CPUtime=950.01 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 82877 0 0 0 94906 95 0 0 20 0 2 0 39168400 945278976 217464 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 2901.24 s
Current children cumulated vsize: 923124 KiB
Current children cumulated memory: 869856 KiB

[startup+2022.3 s]
/proc/loadavg: 5.75 5.82 5.96 5/270 34833
/proc/meminfo: memFree=128764948/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=923124 memory=869856 CPUtime=3009.58 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1322903 0 0 0 300694 264 0 0 20 0 2 0 39168397 945278976 217464 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 230781 217464 672 633 0 218814 0
[pid=34591/tid=34593] ppid=34588 vsize=923124 memory=869856 CPUtime=998.85 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 82912 0 0 0 99788 97 0 0 20 0 2 0 39168400 945278976 217464 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3009.58 s
Current children cumulated vsize: 923124 KiB
Current children cumulated memory: 869856 KiB

[startup+2082.3 s]
/proc/loadavg: 5.49 5.75 5.93 6/269 34835
/proc/meminfo: memFree=128745984/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=924048 memory=870752 CPUtime=3101.92 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1324998 0 0 0 309925 267 0 0 20 0 2 0 39168397 946225152 217688 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 231012 217688 672 633 0 219045 0
[pid=34591/tid=34593] ppid=34588 vsize=924048 memory=869856 CPUtime=1031.57 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 83000 0 0 0 103058 99 0 0 20 0 2 0 39168400 946225152 217688 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3101.92 s
Current children cumulated vsize: 924048 KiB
Current children cumulated memory: 870752 KiB

[startup+2142.3 s]
/proc/loadavg: 5.46 5.69 5.90 7/268 34837
/proc/meminfo: memFree=128745612/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=925368 memory=872032 CPUtime=3192.38 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1327370 0 0 0 318968 270 0 0 20 0 2 0 39168397 947576832 218008 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 231342 218008 672 633 0 219375 0
[pid=34591/tid=34593] ppid=34588 vsize=925368 memory=869856 CPUtime=1062.38 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 83236 0 0 0 106138 100 0 0 20 0 2 0 39168400 947576832 218008 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3192.38 s
Current children cumulated vsize: 925368 KiB
Current children cumulated memory: 872032 KiB

[startup+2202.3 s]
/proc/loadavg: 5.27 5.59 5.85 7/268 34839
/proc/meminfo: memFree=128743212/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=925860 memory=872544 CPUtime=3275.32 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1327729 0 0 0 327258 274 0 0 20 0 2 0 39168397 948080640 218136 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 231465 218136 672 633 0 219498 0
[pid=34591/tid=34593] ppid=34588 vsize=925860 memory=869856 CPUtime=1085.62 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 83238 0 0 0 108460 102 0 0 20 0 2 0 39168400 948080640 218136 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3275.32 s
Current children cumulated vsize: 925860 KiB
Current children cumulated memory: 872544 KiB

[startup+2262.3 s]
/proc/loadavg: 5.14 5.51 5.80 6/268 34842
/proc/meminfo: memFree=128717236/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=926784 memory=873440 CPUtime=3360.71 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1330447 0 0 0 335794 277 0 0 20 0 2 0 39168397 949026816 218360 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 231696 218360 672 633 0 219729 0
[pid=34591/tid=34593] ppid=34588 vsize=926784 memory=873440 CPUtime=1111.32 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 83380 0 0 0 111028 104 0 0 20 0 2 0 39168400 949026816 218360 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3360.71 s
Current children cumulated vsize: 926784 KiB
Current children cumulated memory: 873440 KiB

[startup+2322.3 s]
/proc/loadavg: 5.56 5.57 5.81 7/268 34844
/proc/meminfo: memFree=128727184/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=928368 memory=874976 CPUtime=3470.6 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1331735 0 0 0 346782 278 0 0 20 0 2 0 39168397 950648832 218744 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 232092 218744 672 633 0 220125 0
[pid=34591/tid=34593] ppid=34588 vsize=928368 memory=874464 CPUtime=1161.67 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 83434 0 0 0 116062 105 0 0 20 0 2 0 39168400 950648832 218744 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3470.6 s
Current children cumulated vsize: 928368 KiB
Current children cumulated memory: 874976 KiB

[startup+2382.3 s]
/proc/loadavg: 5.16 5.45 5.75 7/269 34849
/proc/meminfo: memFree=128731056/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=928500 memory=875232 CPUtime=3556.7 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1334215 0 0 0 355387 283 0 0 20 0 2 0 39168397 950784000 218808 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 232125 218808 672 633 0 220158 0
[pid=34591/tid=34593] ppid=34588 vsize=928500 memory=874464 CPUtime=1188.06 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 83558 0 0 0 118699 107 0 0 20 0 2 0 39168400 950784000 218808 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3556.7 s
Current children cumulated vsize: 928500 KiB
Current children cumulated memory: 875232 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.3 s]
/proc/loadavg: 5.02 5.39 5.72 7/269 34849
/proc/meminfo: memFree=128731064/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=929028 memory=875744 CPUtime=3600 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1334345 0 0 0 359716 284 0 0 20 0 2 0 39168397 951324672 218936 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 232257 218936 672 633 0 220290 0
[pid=34591/tid=34593] ppid=34588 vsize=929028 memory=874464 CPUtime=1202.49 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) R 34588 34591 33720 0 -1 4194368 83558 0 0 0 120141 108 0 0 20 0 2 0 39168400 951324672 218936 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 929028 KiB
Current children cumulated memory: 875744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.6 s, system=2.86867 s

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

[startup+2411.6 s]
/proc/loadavg: 5.02 5.39 5.72 7/269 34849
/proc/meminfo: memFree=128731064/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=915976 memory=862860 CPUtime=3600.34 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1364217 0 0 0 359749 285 0 0 20 0 2 0 39168397 937959424 215715 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 228994 215715 672 633 0 217027 0
[pid=34591/tid=34593] ppid=34588 vsize=915976 memory=7971802921281274479 CPUtime=1202.54 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 83558 0 0 0 120146 108 0 0 20 0 2 0 39168400 937959424 215715 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 915976 KiB
Current children cumulated memory: 862860 KiB

[startup+2411.7 s]
/proc/loadavg: 5.02 5.39 5.72 7/269 34849
/proc/meminfo: memFree=128731064/131249996 swapFree=33010684/33010684
[pid=34591] ppid=34588 vsize=820664 memory=767456 CPUtime=3600.44 cores=0,2
/proc/34591/stat : 34591 (pb_competition_) R 34588 34591 33720 0 -1 4194304 1378148 0 0 0 359759 285 0 0 20 0 2 0 39168397 840359936 191864 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
/proc/34591/statm: 205166 191864 672 633 0 193199 0
[pid=34591/tid=34593] ppid=34588 vsize=820664 memory=874464 CPUtime=1202.54 cores=0,2
/proc/34591/task/34593/stat : 34593 (pb_competition_) S 34588 34591 33720 0 -1 4194368 83558 0 0 0 120146 108 0 0 20 0 2 0 39168400 840359936 191864 18446744073709551615 4198400 6788177 140731166602496 0 0 0 0 0 8404994 1 0 0 -1 2 0 0 0 0 0 7336896 7391280 31531008 140731166611801 140731166611928 140731166611928 140731166617530 0
Current children cumulated CPU time: 3600.44 s
Current children cumulated vsize: 820664 KiB
Current children cumulated memory: 767456 KiB

Child status: 0

Real time (s): 2411.72
CPU time (s): 3600.47
CPU user time (s): 3597.6
CPU system time (s): 2.86867
CPU usage (%): 149.291
Max. virtual memory (cumulated for all children) (KiB): 929028
Max. memory (cumulated for all children) (KiB): 875744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.6
system time used= 2.86867
maximum resident set size= 875744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1378173
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= 225353
involuntary context switches= 23375


# summary of solver processes directly reported to runsolver:
#   pid: 34591
#   total CPU time (s): 3600.47
#   total CPU user time (s): 3597.6
#   total CPU system time (s): 2.86867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.01344 second user time and 9.75531 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-30 00:08:27
IDJOB=4515344
IDBENCH=164408
IDSOLVER=3347
FILE ID=nodeC021/4515344-1751234907
RUNJOBID= nodeC021-1751229108-33730
SLURM_JOB_ID= 9587693
Free space on /tmp= 433036 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-631710.0.u.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-4515344-1751234907/watcher-4515344-1751234907 -o /tmp/evaluation-result-4515344-1751234907/solver-4515344-1751234907 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33730 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063073379 HOME/instance-4515344-1751234907.opb

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

MD5SUM BENCH= 3de1ff2182bb2a8df9b13aa693b03795
RANDOM SEED=1063073379

nodeC021 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.777
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.56
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.836
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.56
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		: 3601.146
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129563964 kB
MemAvailable:   129609920 kB
Buffers:            3280 kB
Cached:           854352 kB
SwapCached:            0 kB
Active:           487992 kB
Inactive:         596972 kB
Active(anon):     245416 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   596972 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             14780 kB
Writeback:             0 kB
AnonPages:        228444 kB
Mapped:           111324 kB
Shmem:             18060 kB
KReclaimable:      90892 kB
Slab:             176720 kB
SReclaimable:      90892 kB
SUnreclaim:        85828 kB
KernelStack:        4336 kB
PageTables:         3464 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     592676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150584 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC021 at 2025-06-30 00:48:39