Trace number 4494630

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.1 1840.61

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
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 benchmark2.15436
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
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/)
0.00/0.02	c #variable: 231
0.00/0.02	c #constraint: 2707
0.00/0.02	c #equal: 0
0.00/0.02	c intsize: 10
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: 2039957712
3600.07/1840.60	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: 63837 MiB (55487 MiB free)
  memory of node 1: 64465 MiB (62251 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494630-1751150922/watcher-4494630-1751150922 -o /tmp/evaluation-result-4494630-1751150922/solver-4494630-1751150922 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751145166-15174 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2039957712 HOME/instance-4494630-1751150922.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=16279, runsolver pid=16276

[startup+0.10007 s]*
/proc/loadavg: 5.35 6.29 6.82 8/254 16281
/proc/meminfo: memFree=120555832/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=85308 memory=11648 CPUtime=0.14 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 2392 0 0 0 13 1 0 0 20 0 2 0 30771342 87355392 2912 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21327 2912 672 633 0 4375 0
[pid=16279/tid=16281] ppid=16276 vsize=85308 memory=4026531960 CPUtime=0.04 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 220 0 0 0 4 0 0 0 20 0 2 0 30771342 87355392 2912 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 85308 KiB
Current children cumulated memory: 11648 KiB

[startup+0.2137 s]*
/proc/loadavg: 5.35 6.29 6.82 7/254 16281
/proc/meminfo: memFree=120555832/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=85572 memory=11904 CPUtime=0.33 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 2455 0 0 0 32 1 0 0 20 0 2 0 30771342 87625728 2976 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21393 2976 672 633 0 4441 0
[pid=16279/tid=16281] ppid=16276 vsize=85572 memory=664958721904869660 CPUtime=0.12 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 220 0 0 0 12 0 0 0 20 0 2 0 30771342 87625728 2976 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 85572 KiB
Current children cumulated memory: 11904 KiB

[startup+0.313634 s]*
/proc/loadavg: 5.35 6.29 6.82 7/254 16281
/proc/meminfo: memFree=120556120/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=85572 memory=11904 CPUtime=0.5 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 2455 0 0 0 49 1 0 0 20 0 2 0 30771342 87625728 2976 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21393 2976 672 633 0 4441 0
[pid=16279/tid=16281] ppid=16276 vsize=85572 memory=7971238858965270636 CPUtime=0.2 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 220 0 0 0 20 0 0 0 20 0 2 0 30771342 87625728 2976 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 85572 KiB
Current children cumulated memory: 11904 KiB

[startup+0.70032 s]
/proc/loadavg: 5.35 6.29 6.82 7/254 16281
/proc/meminfo: memFree=120575876/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=85960 memory=12288 CPUtime=1.11 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 2560 0 0 0 110 1 0 0 20 0 2 0 30771342 88023040 3072 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21490 3072 672 633 0 4538 0
[pid=16279/tid=16281] ppid=16276 vsize=85960 memory=17152 CPUtime=0.45 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 220 0 0 0 45 0 0 0 20 0 2 0 30771342 88023040 3072 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 85960 KiB
Current children cumulated memory: 12288 KiB

[startup+1.50023 s]
/proc/loadavg: 5.35 6.29 6.82 6/254 16281
/proc/meminfo: memFree=120575624/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=86348 memory=12672 CPUtime=2.67 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 4368 0 0 0 264 3 0 0 20 0 2 0 30771342 88420352 3168 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21587 3168 672 633 0 4635 0
[pid=16279/tid=16281] ppid=16276 vsize=86348 memory=17152 CPUtime=1.21 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 509 0 0 0 121 0 0 0 20 0 2 0 30771342 88420352 3168 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 86348 KiB
Current children cumulated memory: 12672 KiB

[startup+3.10592 s]
/proc/loadavg: 5.35 6.29 6.82 8/254 16281
/proc/meminfo: memFree=120661376/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=86848 memory=13180 CPUtime=5.81 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 6795 0 0 0 576 5 0 0 20 0 2 0 30771342 88932352 3295 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21712 3295 672 633 0 4760 0
[pid=16279/tid=16281] ppid=16276 vsize=86848 memory=12800 CPUtime=2.76 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 634 0 0 0 276 0 0 0 20 0 2 0 30771342 88932352 3295 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 86848 KiB
Current children cumulated memory: 13180 KiB

[startup+6.30022 s]
/proc/loadavg: 5.40 6.28 6.81 6/254 16282
/proc/meminfo: memFree=120708896/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87380 memory=13612 CPUtime=12.05 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 9575 0 0 0 1198 7 0 0 20 0 2 0 30771342 89477120 3403 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21845 3403 672 633 0 4893 0
[pid=16279/tid=16281] ppid=16276 vsize=87380 memory=17152 CPUtime=5.83 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 1228 0 0 0 583 0 0 0 20 0 2 0 30771342 89477120 3403 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 12.05 s
Current children cumulated vsize: 87380 KiB
Current children cumulated memory: 13612 KiB

[startup+12.7002 s]
/proc/loadavg: 5.53 6.29 6.81 7/254 16282
/proc/meminfo: memFree=120693088/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87608 memory=13868 CPUtime=24.56 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 9658 0 0 0 2445 11 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21902 3467 672 633 0 4950 0
[pid=16279/tid=16281] ppid=16276 vsize=87608 memory=13740 CPUtime=11.99 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 1229 0 0 0 1198 1 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 24.56 s
Current children cumulated vsize: 87608 KiB
Current children cumulated memory: 13868 KiB

[startup+25.5002 s]
/proc/loadavg: 5.72 6.30 6.81 7/254 16282
/proc/meminfo: memFree=120303468/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87608 memory=13868 CPUtime=49.59 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 11710 0 0 0 4938 21 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21902 3467 672 633 0 4950 0
[pid=16279/tid=16281] ppid=16276 vsize=87608 memory=13868 CPUtime=24.31 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 1771 0 0 0 2429 2 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 49.59 s
Current children cumulated vsize: 87608 KiB
Current children cumulated memory: 13868 KiB

[startup+51.1058 s]
/proc/loadavg: 5.90 6.29 6.79 7/255 16377
/proc/meminfo: memFree=128592600/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87608 memory=13868 CPUtime=99.56 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 15227 0 0 0 9910 46 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21902 3467 672 633 0 4950 0
[pid=16279/tid=16281] ppid=16276 vsize=87608 memory=13868 CPUtime=48.91 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 2532 0 0 0 4885 6 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 99.56 s
Current children cumulated vsize: 87608 KiB
Current children cumulated memory: 13868 KiB

[startup+102.3 s]
/proc/loadavg: 6.59 6.42 6.81 8/256 16379
/proc/meminfo: memFree=128607776/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87608 memory=13868 CPUtime=199.59 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 17786 0 0 0 19878 81 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21902 3467 672 633 0 4950 0
[pid=16279/tid=16281] ppid=16276 vsize=87608 memory=13868 CPUtime=98.12 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 3456 0 0 0 9801 11 0 0 20 0 2 0 30771342 89710592 3467 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 199.59 s
Current children cumulated vsize: 87608 KiB
Current children cumulated memory: 13868 KiB

[startup+162.3 s]
/proc/loadavg: 6.93 6.55 6.83 8/256 16383
/proc/meminfo: memFree=128614488/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87608 memory=13860 CPUtime=316.87 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 20733 0 0 0 31563 124 0 0 20 0 2 0 30771342 89710592 3465 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21902 3465 672 633 0 4950 0
[pid=16279/tid=16281] ppid=16276 vsize=87608 memory=5504 CPUtime=155.84 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 3745 0 0 0 15568 16 0 0 20 0 2 0 30771342 89710592 3465 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 316.87 s
Current children cumulated vsize: 87608 KiB
Current children cumulated memory: 13860 KiB

[startup+222.3 s]
/proc/loadavg: 7.03 6.65 6.85 7/255 16385
/proc/meminfo: memFree=128613116/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87608 memory=13952 CPUtime=434.16 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 28764 0 0 0 43252 164 0 0 20 0 2 0 30771342 89710592 3488 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21902 3488 672 633 0 4950 0
[pid=16279/tid=16281] ppid=16276 vsize=87608 memory=13836 CPUtime=213.56 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 4225 0 0 0 21334 22 0 0 20 0 2 0 30771342 89710592 3488 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 434.16 s
Current children cumulated vsize: 87608 KiB
Current children cumulated memory: 13952 KiB

[startup+282.3 s]
/proc/loadavg: 7.02 6.72 6.86 8/255 16387
/proc/meminfo: memFree=128606260/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87644 memory=13940 CPUtime=551.5 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 45194 0 0 0 54937 213 0 0 20 0 2 0 30771342 89747456 3485 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21911 3485 672 633 0 4959 0
[pid=16279/tid=16281] ppid=16276 vsize=87644 memory=13980 CPUtime=271.33 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 4424 0 0 0 27101 32 0 0 20 0 2 0 30771342 89747456 3485 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 551.5 s
Current children cumulated vsize: 87644 KiB
Current children cumulated memory: 13940 KiB

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

/proc/meminfo: memFree=128578604/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87772 memory=13924 CPUtime=2309.4 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1519469 0 0 0 229675 1265 0 0 20 0 2 0 30771342 89878528 3481 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21943 3481 672 633 0 4991 0
[pid=16279/tid=16281] ppid=16276 vsize=87772 memory=14092 CPUtime=1135.82 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) S 16276 16279 15162 0 -1 4194368 6793 0 0 0 113405 177 0 0 20 0 2 0 30771342 89878528 3513 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 2309.4 s
Current children cumulated vsize: 87772 KiB
Current children cumulated memory: 13924 KiB

[startup+1242.3 s]
/proc/loadavg: 7.29 7.09 7.02 8/254 16445
/proc/meminfo: memFree=128579084/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87772 memory=14052 CPUtime=2426.88 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1582058 0 0 0 241352 1336 0 0 20 0 2 0 30771342 89878528 3513 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21943 3513 672 633 0 4991 0
[pid=16279/tid=16281] ppid=16276 vsize=87772 memory=14080 CPUtime=1193.73 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 6866 0 0 0 119182 191 0 0 20 0 2 0 30771342 89878528 3513 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 2426.88 s
Current children cumulated vsize: 87772 KiB
Current children cumulated memory: 14052 KiB

[startup+1302.3 s]
/proc/loadavg: 7.21 7.10 7.03 8/254 16449
/proc/meminfo: memFree=128578492/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87904 memory=14040 CPUtime=2544.4 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1648657 0 0 0 253035 1405 0 0 20 0 2 0 30771342 90013696 3510 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21976 3510 672 633 0 5024 0
[pid=16279/tid=16281] ppid=16276 vsize=87904 memory=7970112963353133165 CPUtime=1251.71 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 6889 0 0 0 124966 205 0 0 20 0 2 0 30771342 90013696 3510 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 2544.4 s
Current children cumulated vsize: 87904 KiB
Current children cumulated memory: 14040 KiB

[startup+1362.3 s]
/proc/loadavg: 7.18 7.11 7.04 8/255 16455
/proc/meminfo: memFree=128579724/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87580 memory=13892 CPUtime=2661.98 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1720809 0 0 0 264723 1475 0 0 20 0 2 0 30771342 89681920 3473 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21895 3473 672 633 0 4943 0
[pid=16279/tid=16281] ppid=16276 vsize=87580 memory=14032 CPUtime=1309.71 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 6891 0 0 0 130751 220 0 0 20 0 2 0 30771342 89681920 3473 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 2661.98 s
Current children cumulated vsize: 87580 KiB
Current children cumulated memory: 13892 KiB

[startup+1422.3 s]
/proc/loadavg: 7.26 7.14 7.05 8/255 16549
/proc/meminfo: memFree=128608788/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=2779.5 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1773751 0 0 0 276405 1545 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=14120 CPUtime=1367.69 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 6892 0 0 0 136532 237 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 2779.5 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB

[startup+1482.3 s]
/proc/loadavg: 7.35 7.19 7.07 9/255 16551
/proc/meminfo: memFree=128607904/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=2897.19 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1773754 0 0 0 288121 1598 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=14248 CPUtime=1425.79 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) S 16276 16279 15162 0 -1 4194368 6892 0 0 0 142327 252 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 2897.19 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB

[startup+1542.3 s]
/proc/loadavg: 7.35 7.21 7.09 8/255 16554
/proc/meminfo: memFree=128609512/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=3014.9 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1774837 0 0 0 299839 1651 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=14248 CPUtime=1483.9 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 7140 0 0 0 148121 269 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 3014.9 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB

[startup+1602.3 s]
/proc/loadavg: 7.24 7.22 7.10 9/255 16556
/proc/meminfo: memFree=128608296/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=3132.59 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1774839 0 0 0 311559 1700 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=14248 CPUtime=1542 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 7140 0 0 0 153915 285 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 3132.59 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB

[startup+1662.3 s]
/proc/loadavg: 7.36 7.25 7.11 7/254 16557
/proc/meminfo: memFree=128608436/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=3250.26 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1775912 0 0 0 323276 1750 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=14248 CPUtime=1600.06 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 7427 0 0 0 159705 301 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 3250.26 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB

[startup+1722.3 s]
/proc/loadavg: 7.10 7.19 7.10 8/254 16559
/proc/meminfo: memFree=128608980/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=3368 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1775924 0 0 0 334997 1803 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=14248 CPUtime=1658.21 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 7430 0 0 0 165504 317 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 3368 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB

[startup+1782.3 s]
/proc/loadavg: 7.19 7.20 7.10 8/254 16561
/proc/meminfo: memFree=128610316/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=3485.71 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1775927 0 0 0 346719 1852 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=14248 CPUtime=1716.31 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 7430 0 0 0 171301 330 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 3485.71 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1840.6 s]
/proc/loadavg: 7.09 7.16 7.09 8/254 16566
/proc/meminfo: memFree=128610356/131382120 swapFree=33010684/33010684
[pid=16279] ppid=16276 vsize=87924 memory=14248 CPUtime=3600.07 cores=1,3
/proc/16279/stat : 16279 (pb_competition_) R 16276 16279 15162 0 -1 4194304 1777012 0 0 0 358108 1899 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
/proc/16279/statm: 21981 3562 672 633 0 5029 0
[pid=16279/tid=16281] ppid=16276 vsize=87924 memory=4121411817329410230 CPUtime=1772.75 cores=1,3
/proc/16279/task/16281/stat : 16281 (pb_competition_) R 16276 16279 15162 0 -1 4194368 7498 0 0 0 176931 344 0 0 20 0 2 0 30771342 90034176 3562 18446744073709551615 4198400 6788177 140733465219120 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 27725824 140733465221465 140733465221592 140733465221592 140733465227194 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 87924 KiB
Current children cumulated memory: 14248 KiB

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

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

# cumulated CPU time of all completed processes:  user=3581.1 s, system=18.9943 s

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

Child status: 0

Real time (s): 1840.61
CPU time (s): 3600.1
CPU user time (s): 3581.1
CPU system time (s): 18.9943
CPU usage (%): 195.593
Max. virtual memory (cumulated for all children) (KiB): 87924
Max. memory (cumulated for all children) (KiB): 14268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.1
system time used= 18.9943
maximum resident set size= 14304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1777290
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= 71828
involuntary context switches= 27593


# summary of solver processes directly reported to runsolver:
#   pid: 16279
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3581.1
#   total CPU system time (s): 18.9943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.68797 second user time and 8.87511 second system time

The end

Launcher Data

Begin job on nodeC008 at 2025-06-29 00:48:42
IDJOB=4494630
IDBENCH=147898
IDSOLVER=3347
FILE ID=nodeC008/4494630-1751150922
RUNJOBID= nodeC008-1751145166-15174
SLURM_JOB_ID= 9587445
Free space on /tmp= 432940 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676.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-4494630-1751150922/watcher-4494630-1751150922 -o /tmp/evaluation-result-4494630-1751150922/solver-4494630-1751150922 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1751145166-15174 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 2039957712 HOME/instance-4494630-1751150922.opb

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=2039957712

nodeC008 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3516.575
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3492.626
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.994
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.204
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.879
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.862
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.531
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.764
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        120564400 kB
MemAvailable:   120249472 kB
Buffers:            3280 kB
Cached:           497200 kB
SwapCached:            0 kB
Active:          9656728 kB
Inactive:         299052 kB
Active(anon):    9473256 kB
Inactive(anon):        0 kB
Active(file):     183472 kB
Inactive(file):   299052 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5196 kB
Writeback:            12 kB
AnonPages:       9458404 kB
Mapped:           110420 kB
Shmem:             17956 kB
KReclaimable:      84348 kB
Slab:             162496 kB
SReclaimable:      84348 kB
SUnreclaim:        78148 kB
KernelStack:        4052 kB
PageTables:        21500 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    9865328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2625536 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:      181064 kB
DirectMap2M:     9158656 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC008 at 2025-06-29 01:19:23