Trace number 4513904

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.17 1934.42

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark61.6644
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.02	c #variable: 3282
0.00/0.02	c #constraint: 6986
0.00/0.02	c #equal: 1094
0.00/0.02	c intsize: 3
0.00/0.02	c sizeproduct: 0
0.00/0.02	c #soft: 0
0.00/0.02	c mincost: 0
0.00/0.02	c maxcost: 0
0.00/0.02	c sumcost: 0
0.00/0.02	c iteration_max: -1
0.00/0.02	c time_max: -1
0.00/0.02	c number_of_threads(move update): 2
0.00/0.02	c number_of_threads(move evaluation): 2
0.00/0.02	c seed: 545596386
3600.13/1934.40	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: 63708 MiB (62826 MiB free)
  memory of node 1: 64465 MiB (63755 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4513904-1751216363/watcher-4513904-1751216363 -o /tmp/evaluation-result-4513904-1751216363/solver-4513904-1751216363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751207747-27804 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 545596386 HOME/instance-4513904-1751216363.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=28976, runsolver pid=28973

[startup+0.100065 s]*
/proc/loadavg: 7.78 7.79 7.73 5/267 28978
/proc/meminfo: memFree=129604852/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=97676 memory=24852 CPUtime=0.11 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 5417 0 0 0 10 1 0 0 20 0 2 0 37313876 100020224 6213 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 24419 6213 672 633 0 7634 0
[pid=28976/tid=28978] ppid=28973 vsize=97676 memory=4026531960 CPUtime=0.01 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) S 28973 28976 27792 0 -1 4194368 387 0 0 0 1 0 0 0 20 0 2 0 37313876 100020224 6213 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 97676 KiB
Current children cumulated memory: 24852 KiB

[startup+0.205704 s]*
/proc/loadavg: 7.78 7.79 7.73 7/267 28978
/proc/meminfo: memFree=129604852/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=98280 memory=25356 CPUtime=0.27 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 8196 0 0 0 26 1 0 0 20 0 2 0 37313876 100638720 6339 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 24570 6339 672 633 0 7785 0
[pid=28976/tid=28978] ppid=28973 vsize=98280 memory=664958721904869660 CPUtime=0.07 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 387 0 0 0 7 0 0 0 20 0 2 0 37313876 100638720 6339 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 98280 KiB
Current children cumulated memory: 25356 KiB

[startup+0.305915 s]*
/proc/loadavg: 7.78 7.79 7.73 7/267 28978
/proc/meminfo: memFree=129604852/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=98588 memory=25596 CPUtime=0.42 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 8923 0 0 0 41 1 0 0 20 0 2 0 37313876 100954112 6399 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 24647 6399 672 633 0 7862 0
[pid=28976/tid=28978] ppid=28973 vsize=98588 memory=7970394464133333107 CPUtime=0.13 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) S 28973 28976 27792 0 -1 4194368 387 0 0 0 13 0 0 0 20 0 2 0 37313876 100954112 6399 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 98588 KiB
Current children cumulated memory: 25596 KiB

[startup+0.700202 s]
/proc/loadavg: 7.78 7.79 7.73 7/267 28978
/proc/meminfo: memFree=129604852/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=99008 memory=26000 CPUtime=1.06 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 10075 0 0 0 104 2 0 0 20 0 2 0 37313876 101384192 6500 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 24752 6500 672 633 0 7967 0
[pid=28976/tid=28978] ppid=28973 vsize=99008 memory=17408 CPUtime=0.38 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 387 0 0 0 38 0 0 0 20 0 2 0 37313876 101384192 6500 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 99008 KiB
Current children cumulated memory: 26000 KiB

[startup+1.5002 s]
/proc/loadavg: 7.64 7.76 7.72 8/267 28978
/proc/meminfo: memFree=129604852/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=99140 memory=26256 CPUtime=2.5 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 13794 0 0 0 247 3 0 0 20 0 2 0 37313876 101519360 6564 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 24785 6564 672 633 0 8000 0
[pid=28976/tid=28978] ppid=28973 vsize=99140 memory=17408 CPUtime=1.03 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 653 0 0 0 103 0 0 0 20 0 2 0 37313876 101519360 6564 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 99140 KiB
Current children cumulated memory: 26256 KiB

[startup+3.10563 s]
/proc/loadavg: 7.64 7.76 7.72 8/267 28978
/proc/meminfo: memFree=129604904/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=98928 memory=26068 CPUtime=5.42 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 21091 0 0 0 537 5 0 0 20 0 2 0 37313876 101302272 6517 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 24732 6517 672 633 0 7947 0
[pid=28976/tid=28978] ppid=28973 vsize=98928 memory=26256 CPUtime=2.35 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 934 0 0 0 235 0 0 0 20 0 2 0 37313876 101302272 6517 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 5.42 s
Current children cumulated vsize: 98928 KiB
Current children cumulated memory: 26068 KiB

[startup+6.30018 s]
/proc/loadavg: 7.67 7.76 7.72 8/267 28978
/proc/meminfo: memFree=129604904/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=99468 memory=26360 CPUtime=10.5 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 133048 0 0 0 1030 20 0 0 20 0 2 0 37313876 101855232 6590 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 24867 6590 672 633 0 8082 0
[pid=28976/tid=28978] ppid=28973 vsize=99468 memory=17408 CPUtime=4.26 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 1183 0 0 0 425 1 0 0 20 0 2 0 37313876 101855232 6590 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 10.5 s
Current children cumulated vsize: 99468 KiB
Current children cumulated memory: 26360 KiB

[startup+12.7002 s]
/proc/loadavg: 7.61 7.75 7.71 8/267 28979
/proc/meminfo: memFree=129605228/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100100 memory=27128 CPUtime=22.14 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 277563 0 0 0 2167 47 0 0 20 0 2 0 37313876 102502400 6782 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25025 6782 672 633 0 8240 0
[pid=28976/tid=28978] ppid=28973 vsize=100100 memory=27228 CPUtime=9.55 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 2368 0 0 0 952 3 0 0 20 0 2 0 37313876 102502400 6782 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 22.14 s
Current children cumulated vsize: 100100 KiB
Current children cumulated memory: 27128 KiB

[startup+25.5002 s]
/proc/loadavg: 7.36 7.69 7.70 7/267 28979
/proc/meminfo: memFree=129597792/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27384 CPUtime=45.94 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 285553 0 0 0 4538 56 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6846 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=27384 CPUtime=20.67 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 3572 0 0 0 2062 5 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 45.94 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27384 KiB

[startup+51.1057 s]
/proc/loadavg: 7.19 7.61 7.67 8/267 28979
/proc/meminfo: memFree=129577092/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27384 CPUtime=87.95 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 285589 0 0 0 8723 72 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6846 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=17408 CPUtime=37.27 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 3572 0 0 0 3717 10 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 87.95 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27384 KiB

[startup+102.3 s]
/proc/loadavg: 7.18 7.53 7.64 6/268 28996
/proc/meminfo: memFree=129582484/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27384 CPUtime=170.88 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 288406 0 0 0 16987 101 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6846 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=17408 CPUtime=69.35 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 3932 0 0 0 6920 15 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 170.88 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27384 KiB

[startup+162.3 s]
/proc/loadavg: 7.29 7.48 7.61 8/268 28998
/proc/meminfo: memFree=129589932/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27384 CPUtime=282.85 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 290718 0 0 0 28147 138 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6846 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=5632 CPUtime=121.83 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 4172 0 0 0 12157 26 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 282.85 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27384 KiB

[startup+222.3 s]
/proc/loadavg: 7.45 7.50 7.61 9/268 29002
/proc/meminfo: memFree=129590384/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27384 CPUtime=394.99 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 291659 0 0 0 39325 174 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6846 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=17408 CPUtime=174.42 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 4245 0 0 0 17407 35 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 394.99 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27384 KiB

[startup+282.3 s]
/proc/loadavg: 7.55 7.52 7.61 9/268 29004
/proc/meminfo: memFree=129590008/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27384 CPUtime=507.1 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 292233 0 0 0 50497 213 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6846 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=27384 CPUtime=227 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) S 28973 28976 27792 0 -1 4194368 4265 0 0 0 22655 45 0 0 20 0 2 0 37313876 102858752 6846 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 507.1 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27384 KiB

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

/proc/meminfo: memFree=129611668/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27396 CPUtime=2403.18 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 309805 0 0 0 239485 833 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6849 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=17408 CPUtime=1111.29 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5180 0 0 0 110911 218 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 2403.18 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27396 KiB

[startup+1362.3 s]
/proc/loadavg: 7.71 7.50 7.53 8/269 29149
/proc/meminfo: memFree=129614536/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27396 CPUtime=2516.86 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 310987 0 0 0 250822 864 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6849 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=27396 CPUtime=1165.39 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5344 0 0 0 116315 224 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 2516.86 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27396 KiB

[startup+1422.3 s]
/proc/loadavg: 7.56 7.50 7.53 7/269 29153
/proc/meminfo: memFree=129616036/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27396 CPUtime=2630.4 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 312126 0 0 0 262143 897 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6849 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=27396 CPUtime=1219.38 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5448 0 0 0 121708 230 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 2630.4 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27396 KiB

[startup+1482.3 s]
/proc/loadavg: 7.62 7.54 7.54 9/269 29154
/proc/meminfo: memFree=129623284/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27396 CPUtime=2744.03 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 313264 0 0 0 273472 931 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6849 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=10752 CPUtime=1273.42 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5527 0 0 0 127107 235 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 2744.03 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27396 KiB

[startup+1542.3 s]
/proc/loadavg: 7.67 7.58 7.56 9/268 29158
/proc/meminfo: memFree=129622664/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27396 CPUtime=2857.69 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 314428 0 0 0 284801 968 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6849 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=14848 CPUtime=1327.51 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5655 0 0 0 132508 243 0 0 20 0 2 0 37313876 102858752 6849 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 2857.69 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27396 KiB

[startup+1602.3 s]
/proc/loadavg: 7.44 7.53 7.54 9/266 29160
/proc/meminfo: memFree=129622956/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27428 CPUtime=2971.21 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 315830 0 0 0 296115 1006 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6857 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=14848 CPUtime=1381.47 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5738 0 0 0 137897 250 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 2971.21 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27428 KiB

[startup+1662.3 s]
/proc/loadavg: 7.53 7.54 7.54 8/266 29162
/proc/meminfo: memFree=129622316/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27428 CPUtime=3084.65 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 316975 0 0 0 307427 1038 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6857 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=27428 CPUtime=1435.4 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5825 0 0 0 143283 257 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 3084.65 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27428 KiB

[startup+1722.3 s]
/proc/loadavg: 7.64 7.58 7.56 9/266 29164
/proc/meminfo: memFree=129622436/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27428 CPUtime=3198.24 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 318114 0 0 0 318749 1075 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6857 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=14848 CPUtime=1489.41 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 5992 0 0 0 148678 263 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 3198.24 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27428 KiB

[startup+1782.3 s]
/proc/loadavg: 7.80 7.64 7.58 9/266 29166
/proc/meminfo: memFree=129622296/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27428 CPUtime=3311.89 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 319252 0 0 0 330082 1107 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6857 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=5632 CPUtime=1543.48 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 6069 0 0 0 154077 271 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 3311.89 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27428 KiB

[startup+1842.3 s]
/proc/loadavg: 7.74 7.65 7.59 9/266 29168
/proc/meminfo: memFree=129622904/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100448 memory=27428 CPUtime=3425.51 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 319252 0 0 0 341409 1142 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25112 6857 672 633 0 8327 0
[pid=28976/tid=28978] ppid=28973 vsize=100448 memory=27428 CPUtime=1597.52 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 6069 0 0 0 159475 277 0 0 20 0 2 0 37313876 102858752 6857 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 3425.51 s
Current children cumulated vsize: 100448 KiB
Current children cumulated memory: 27428 KiB

[startup+1902.3 s]
/proc/loadavg: 7.60 7.62 7.58 7/267 29173
/proc/meminfo: memFree=129621236/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100232 memory=27116 CPUtime=3539.34 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 322504 0 0 0 352759 1175 0 0 20 0 2 0 37313876 102637568 6779 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25058 6779 672 633 0 8273 0
[pid=28976/tid=28978] ppid=28973 vsize=100232 memory=27144 CPUtime=1651.75 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 6071 0 0 0 164891 284 0 0 20 0 2 0 37313876 102637568 6779 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 3539.34 s
Current children cumulated vsize: 100232 KiB
Current children cumulated memory: 27116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1934.4 s]
/proc/loadavg: 7.44 7.58 7.57 9/267 29175
/proc/meminfo: memFree=129621044/131249988 swapFree=33010684/33010684
[pid=28976] ppid=28973 vsize=100232 memory=27132 CPUtime=3600.13 cores=1,3
/proc/28976/stat : 28976 (pb_competition_) R 28973 28976 27792 0 -1 4194304 323311 0 0 0 358820 1193 0 0 20 0 2 0 37313876 102637568 6783 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
/proc/28976/statm: 25058 6783 672 633 0 8273 0
[pid=28976/tid=28978] ppid=28973 vsize=100232 memory=14848 CPUtime=1680.66 cores=1,3
/proc/28976/task/28978/stat : 28978 (pb_competition_) R 28973 28976 27792 0 -1 4194368 6071 0 0 0 167779 287 0 0 20 0 2 0 37313876 102637568 6783 18446744073709551615 4198400 6788177 140725446610368 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 26189824 140725446613338 140725446613464 140725446613464 140725446619066 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 100232 KiB
Current children cumulated memory: 27132 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.23 s, system=11.9378 s

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

Child status: 0

Real time (s): 1934.42
CPU time (s): 3600.17
CPU user time (s): 3588.23
CPU system time (s): 11.9378
CPU usage (%): 186.111
Max. virtual memory (cumulated for all children) (KiB): 100448
Max. memory (cumulated for all children) (KiB): 27428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.23
system time used= 11.9378
maximum resident set size= 27556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 323773
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= 376049
involuntary context switches= 51345


# summary of solver processes directly reported to runsolver:
#   pid: 28976
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3588.23
#   total CPU system time (s): 11.9378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96113 second user time and 8.82752 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-06-29 18:59:23
IDJOB=4513904
IDBENCH=162581
IDSOLVER=3347
FILE ID=nodeC020/4513904-1751216363
RUNJOBID= nodeC020-1751207747-27804
SLURM_JOB_ID= 9587638
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-n1.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-4513904-1751216363/watcher-4513904-1751216363 -o /tmp/evaluation-result-4513904-1751216363/solver-4513904-1751216363 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1751207747-27804 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 545596386 HOME/instance-4513904-1751216363.opb

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=545596386

nodeC020 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.879
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.79
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.862
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129620376 kB
MemAvailable:   129711768 kB
Buffers:            3280 kB
Cached:           898160 kB
SwapCached:            0 kB
Active:           461004 kB
Inactive:         590860 kB
Active(anon):     168480 kB
Inactive(anon):        0 kB
Active(file):     292524 kB
Inactive(file):   590860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             10868 kB
Writeback:            44 kB
AnonPages:        153640 kB
Mapped:           110984 kB
Shmem:             18056 kB
KReclaimable:      94492 kB
Slab:             180604 kB
SReclaimable:      94492 kB
SUnreclaim:        86112 kB
KernelStack:        4320 kB
PageTables:         3292 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     510148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     55296 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC020 at 2025-06-29 19:31:38