Trace number 4502288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.13 2086.62

General information on the benchmark

NamePB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/
normalized-90_rounds_0_errors.opb
MD5SUM1b486f52a53fb7825baee6455587fecd
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.390416
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables584
Total number of constraints427
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)33
Number of constraints which are nor clauses,nor cardinality constraints394
Minimum length of a constraint1
Maximum length of a constraint34
Number of terms in the objective function 182
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 182
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 18
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 182
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)2406
Sum of products size (including duplicates)10572
Number of different products2406
Sum of products size10572

Solver Data

0.00/0.00	c PRINTEMPS v2.7.0 (https://snowberryfield.github.io/printemps/)
0.00/0.05	c #variable: 584
0.00/0.05	c #constraint: 427
0.00/0.05	c #equal: 427
0.00/0.05	c intsize: 8
0.00/0.05	c sizeproduct: 10572
0.00/0.05	c #soft: 0
0.00/0.05	c mincost: 0
0.00/0.05	c maxcost: 0
0.00/0.05	c sumcost: 0
0.00/0.05	c iteration_max: -1
0.00/0.05	c time_max: -1
0.00/0.05	c number_of_threads(move update): 2
0.00/0.05	c number_of_threads(move evaluation): 2
0.00/0.05	c seed: 1133325715
3600.09/2086.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: 63794 MiB (62967 MiB free)
  memory of node 1: 64507 MiB (63938 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502288-1751422121/watcher-4502288-1751422121 -o /tmp/evaluation-result-4502288-1751422121/solver-4502288-1751422121 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751422121-60024 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1133325715 HOME/instance-4502288-1751422121.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=60072, runsolver pid=60059

[startup+0.100105 s]*
/proc/loadavg: 0.99 1.09 1.17 7/264 60083
/proc/meminfo: memFree=129893096/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=90320 memory=17152 CPUtime=0.15 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 3797 0 0 0 13 2 0 0 20 0 2 0 57891059 92487680 4288 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 22580 4288 672 633 0 5775 0
[pid=60072/tid=60075] ppid=60059 vsize=90320 memory=4026532124 CPUtime=0.03 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 367 0 0 0 3 0 0 0 20 0 2 0 57891060 92487680 4288 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 90320 KiB
Current children cumulated memory: 17152 KiB

[startup+0.214681 s]*
/proc/loadavg: 0.99 1.09 1.17 8/265 60084
/proc/meminfo: memFree=129843464/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=95124 memory=22016 CPUtime=0.26 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 5106 0 0 0 24 2 0 0 20 0 2 0 57891059 97406976 5504 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 23781 5504 672 633 0 6976 0
[pid=60072/tid=60075] ppid=60059 vsize=95124 memory=664958721904869660 CPUtime=0.03 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 367 0 0 0 3 0 0 0 20 0 2 0 57891060 97406976 5504 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 95124 KiB
Current children cumulated memory: 22016 KiB

[startup+0.314418 s]*
/proc/loadavg: 1.39 1.17 1.20 7/265 60084
/proc/meminfo: memFree=129788320/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=100668 memory=27836 CPUtime=0.42 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 7507 0 0 0 39 3 0 0 20 0 2 0 57891059 103084032 6959 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25167 6959 672 633 0 8362 0
[pid=60072/tid=60075] ppid=60059 vsize=100668 memory=7972083275204673898 CPUtime=0.1 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 367 0 0 0 10 0 0 0 20 0 2 0 57891060 103084032 6959 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 100668 KiB
Current children cumulated memory: 27836 KiB

[startup+0.700294 s]
/proc/loadavg: 1.39 1.17 1.20 7/265 60084
/proc/meminfo: memFree=129748124/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=100740 memory=27784 CPUtime=0.84 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13803 0 0 0 79 5 0 0 20 0 2 0 57891059 103157760 6946 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25185 6946 672 633 0 8380 0
[pid=60072/tid=60075] ppid=60059 vsize=100740 memory=17920 CPUtime=0.16 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 367 0 0 0 16 0 0 0 20 0 2 0 57891060 103157760 6946 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 100740 KiB
Current children cumulated memory: 27784 KiB

[startup+1.5003 s]
/proc/loadavg: 1.39 1.17 1.20 8/265 60084
/proc/meminfo: memFree=129667736/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=101404 memory=28420 CPUtime=2.15 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 40472 0 0 0 206 9 0 0 20 0 2 0 57891059 103837696 7105 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25384 7105 672 633 0 8579 0
[pid=60072/tid=60075] ppid=60059 vsize=101536 memory=17920 CPUtime=0.68 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 596 0 0 0 68 0 0 0 20 0 2 0 57891060 103972864 7105 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 2.15 s
Current children cumulated vsize: 101404 KiB
Current children cumulated memory: 28420 KiB

[startup+3.1057 s]
/proc/loadavg: 1.39 1.17 1.20 9/265 60085
/proc/meminfo: memFree=129393652/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=101604 memory=28648 CPUtime=5.1 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 102240 0 0 0 490 20 0 0 20 0 2 0 57891059 104042496 7162 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25401 7162 672 633 0 8596 0
[pid=60072/tid=60075] ppid=60059 vsize=101604 memory=28480 CPUtime=2.04 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 746 0 0 0 204 0 0 0 20 0 2 0 57891060 104042496 7162 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 101604 KiB
Current children cumulated memory: 28648 KiB

[startup+6.30018 s]
/proc/loadavg: 1.76 1.25 1.22 9/265 60085
/proc/meminfo: memFree=129102848/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=102356 memory=29244 CPUtime=10.55 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 210219 0 0 0 1013 42 0 0 20 0 2 0 57891059 104812544 7311 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25589 7311 672 633 0 8784 0
[pid=60072/tid=60075] ppid=60059 vsize=102356 memory=17920 CPUtime=4.33 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 1192 0 0 0 432 1 0 0 20 0 2 0 57891060 104812544 7311 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 10.55 s
Current children cumulated vsize: 102356 KiB
Current children cumulated memory: 29244 KiB

[startup+12.7002 s]
/proc/loadavg: 2.26 1.36 1.26 9/265 60085
/proc/meminfo: memFree=129100500/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=102392 memory=29416 CPUtime=21.52 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 467181 0 0 0 2065 87 0 0 20 0 2 0 57891059 104849408 7322 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25598 7322 672 633 0 8793 0
[pid=60072/tid=60075] ppid=60059 vsize=102524 memory=29288 CPUtime=8.94 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 1865 0 0 0 891 3 0 0 20 0 2 0 57891060 104984576 7354 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 21.52 s
Current children cumulated vsize: 102392 KiB
Current children cumulated memory: 29416 KiB

[startup+25.5002 s]
/proc/loadavg: 3.00 1.55 1.32 10/265 60085
/proc/meminfo: memFree=129094160/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=102484 memory=29600 CPUtime=43.37 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 905692 0 0 0 4170 167 0 0 20 0 2 0 57891059 104943616 7400 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25621 7400 672 633 0 8816 0
[pid=60072/tid=60075] ppid=60059 vsize=102484 memory=29444 CPUtime=18.12 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 2205 0 0 0 1805 7 0 0 20 0 2 0 57891060 104943616 7400 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 43.37 s
Current children cumulated vsize: 102484 KiB
Current children cumulated memory: 29600 KiB

[startup+51.1058 s]
/proc/loadavg: 4.84 2.14 1.52 9/264 60085
/proc/meminfo: memFree=129084676/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=102808 memory=29820 CPUtime=87.4 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 1641344 0 0 0 8426 314 0 0 20 0 2 0 57891059 105275392 7455 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25702 7455 672 633 0 8897 0
[pid=60072/tid=60075] ppid=60059 vsize=102808 memory=30108 CPUtime=36.74 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 3185 0 0 0 3658 16 0 0 20 0 2 0 57891060 105275392 7455 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 87.4 s
Current children cumulated vsize: 102808 KiB
Current children cumulated memory: 29820 KiB

[startup+102.3 s]
/proc/loadavg: 6.00 2.86 1.80 9/264 60087
/proc/meminfo: memFree=129030844/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=103068 memory=29968 CPUtime=173.87 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 3289682 0 0 0 16740 647 0 0 20 0 2 0 57891059 105541632 7492 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25767 7492 672 633 0 8962 0
[pid=60072/tid=60075] ppid=60059 vsize=103068 memory=14720 CPUtime=72.45 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 4915 0 0 0 7212 33 0 0 20 0 2 0 57891060 105541632 7492 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 173.87 s
Current children cumulated vsize: 103068 KiB
Current children cumulated memory: 29968 KiB

[startup+162.3 s]
/proc/loadavg: 6.46 3.58 2.12 8/265 60094
/proc/meminfo: memFree=129038416/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=103520 memory=30484 CPUtime=273.1 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 5733184 0 0 0 26178 1132 0 0 20 0 2 0 57891059 106004480 7589 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 25880 7621 672 633 0 9075 0
[pid=60072/tid=60075] ppid=60059 vsize=103520 memory=29936 CPUtime=112.19 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 5766 0 0 0 11163 56 0 0 20 0 2 0 57891060 106004480 7621 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 273.1 s
Current children cumulated vsize: 103520 KiB
Current children cumulated memory: 30484 KiB

[startup+222.3 s]
/proc/loadavg: 6.85 4.22 2.43 8/259 60096
/proc/meminfo: memFree=129038300/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=104100 memory=30888 CPUtime=373.13 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 7390585 0 0 0 35808 1505 0 0 20 0 2 0 57891059 106598400 7722 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26025 7722 672 633 0 9220 0
[pid=60072/tid=60075] ppid=60059 vsize=104100 memory=30228 CPUtime=152.71 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 6713 0 0 0 15192 79 0 0 20 0 2 0 57891060 106598400 7722 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 373.13 s
Current children cumulated vsize: 104100 KiB
Current children cumulated memory: 30888 KiB

[startup+282.3 s]
/proc/loadavg: 7.19 4.81 2.75 9/256 60099
/proc/meminfo: memFree=128996324/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=104324 memory=31060 CPUtime=476.79 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 7396148 0 0 0 46119 1560 0 0 20 0 2 0 57891059 106827776 7765 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26081 7765 672 633 0 9276 0
[pid=60072/tid=60075] ppid=60059 vsize=104324 memory=31060 CPUtime=196.86 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 7178 0 0 0 19586 100 0 0 20 0 2 0 57891060 106827776 7765 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 476.79 s
Current children cumulated vsize: 104324 KiB
Current children cumulated memory: 31060 KiB

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

/proc/meminfo: memFree=128758424/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106264 memory=32716 CPUtime=2543.25 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13196524 0 0 0 250777 3548 0 0 20 0 2 0 57891059 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26566 8179 672 633 0 9761 0
[pid=60072/tid=60075] ppid=60059 vsize=106264 memory=32716 CPUtime=1072.38 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 14231 0 0 0 106767 471 0 0 20 0 2 0 57891060 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 2543.25 s
Current children cumulated vsize: 106264 KiB
Current children cumulated memory: 32716 KiB

[startup+1542.3 s]
/proc/loadavg: 6.84 6.85 5.90 10/254 60160
/proc/meminfo: memFree=128772496/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106264 memory=32716 CPUtime=2647.63 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13198575 0 0 0 261167 3596 0 0 20 0 2 0 57891059 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26566 8179 672 633 0 9761 0
[pid=60072/tid=60075] ppid=60059 vsize=106264 memory=11264 CPUtime=1117.21 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 14685 0 0 0 111235 486 0 0 20 0 2 0 57891060 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 2647.63 s
Current children cumulated vsize: 106264 KiB
Current children cumulated memory: 32716 KiB

[startup+1602.3 s]
/proc/loadavg: 6.94 6.88 5.97 9/254 60162
/proc/meminfo: memFree=128777056/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106264 memory=32716 CPUtime=2752.26 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13200623 0 0 0 271583 3643 0 0 20 0 2 0 57891059 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26566 8179 672 633 0 9761 0
[pid=60072/tid=60075] ppid=60059 vsize=106264 memory=11264 CPUtime=1162.27 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 15167 0 0 0 115724 503 0 0 20 0 2 0 57891060 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 2752.26 s
Current children cumulated vsize: 106264 KiB
Current children cumulated memory: 32716 KiB

[startup+1662.3 s]
/proc/loadavg: 6.91 6.87 6.03 9/253 60164
/proc/meminfo: memFree=128776484/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106264 memory=32716 CPUtime=2857.07 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13202694 0 0 0 282020 3687 0 0 20 0 2 0 57891059 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26566 8179 672 633 0 9761 0
[pid=60072/tid=60075] ppid=60059 vsize=106264 memory=11264 CPUtime=1207.52 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 15341 0 0 0 120234 518 0 0 20 0 2 0 57891060 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 2857.07 s
Current children cumulated vsize: 106264 KiB
Current children cumulated memory: 32716 KiB

[startup+1722.3 s]
/proc/loadavg: 7.23 6.96 6.11 8/253 60165
/proc/meminfo: memFree=128786248/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106264 memory=32716 CPUtime=2961.99 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13202701 0 0 0 292470 3729 0 0 20 0 2 0 57891059 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26566 8179 672 633 0 9761 0
[pid=60072/tid=60075] ppid=60059 vsize=106264 memory=11264 CPUtime=1252.9 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 15341 0 0 0 124758 532 0 0 20 0 2 0 57891060 108814336 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 2961.99 s
Current children cumulated vsize: 106264 KiB
Current children cumulated memory: 32716 KiB

[startup+1782.3 s]
/proc/loadavg: 6.97 6.95 6.16 9/253 60167
/proc/meminfo: memFree=128785664/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106396 memory=32716 CPUtime=3066.98 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13204787 0 0 0 302921 3777 0 0 20 0 2 0 57891059 108949504 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26599 8179 672 633 0 9794 0
[pid=60072/tid=60075] ppid=60059 vsize=106396 memory=32716 CPUtime=1298.34 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 15796 0 0 0 129287 547 0 0 20 0 2 0 57891060 108949504 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 3066.98 s
Current children cumulated vsize: 106396 KiB
Current children cumulated memory: 32716 KiB

[startup+1842.3 s]
/proc/loadavg: 7.11 7.00 6.23 10/254 60172
/proc/meminfo: memFree=128785384/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106396 memory=32716 CPUtime=3172.11 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13204808 0 0 0 313389 3822 0 0 20 0 2 0 57891059 108949504 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26599 8179 672 633 0 9794 0
[pid=60072/tid=60075] ppid=60059 vsize=106396 memory=32716 CPUtime=1343.92 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 15796 0 0 0 133831 561 0 0 20 0 2 0 57891060 108949504 8179 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 3172.11 s
Current children cumulated vsize: 106396 KiB
Current children cumulated memory: 32716 KiB

[startup+1902.3 s]
/proc/loadavg: 7.20 7.05 6.30 9/254 60174
/proc/meminfo: memFree=128785196/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106528 memory=32844 CPUtime=3277.14 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13204835 0 0 0 323850 3864 0 0 20 0 2 0 57891059 109084672 8211 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26632 8211 672 633 0 9827 0
[pid=60072/tid=60075] ppid=60059 vsize=106528 memory=32716 CPUtime=1389.42 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 15796 0 0 0 138367 575 0 0 20 0 2 0 57891060 109084672 8211 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 3277.14 s
Current children cumulated vsize: 106528 KiB
Current children cumulated memory: 32844 KiB

[startup+1962.3 s]
/proc/loadavg: 7.13 7.05 6.35 8/252 60194
/proc/meminfo: memFree=129736944/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106528 memory=32972 CPUtime=3382.19 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13206988 0 0 0 334302 3917 0 0 20 0 2 0 57891059 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26632 8243 672 633 0 9827 0
[pid=60072/tid=60075] ppid=60059 vsize=106528 memory=32972 CPUtime=1434.95 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 15918 0 0 0 142904 591 0 0 20 0 2 0 57891060 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 3382.19 s
Current children cumulated vsize: 106528 KiB
Current children cumulated memory: 32972 KiB

[startup+2022.3 s]
/proc/loadavg: 6.45 6.87 6.33 7/254 60273
/proc/meminfo: memFree=129444688/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106528 memory=32972 CPUtime=3487.35 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13209151 0 0 0 344765 3970 0 0 20 0 2 0 57891059 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26632 8243 672 633 0 9827 0
[pid=60072/tid=60075] ppid=60059 vsize=106528 memory=32972 CPUtime=1480.6 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) S 60059 60072 60011 0 -1 4194368 16365 0 0 0 147448 612 0 0 20 0 2 0 57891060 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 1 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 3487.35 s
Current children cumulated vsize: 106528 KiB
Current children cumulated memory: 32972 KiB

[startup+2082.3 s]
/proc/loadavg: 6.67 6.85 6.36 8/254 60275
/proc/meminfo: memFree=129402692/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106528 memory=32972 CPUtime=3592.52 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13211301 0 0 0 355238 4014 0 0 20 0 2 0 57891059 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26632 8243 672 633 0 9827 0
[pid=60072/tid=60075] ppid=60059 vsize=106528 memory=17920 CPUtime=1526.24 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 16491 0 0 0 151997 627 0 0 20 0 2 0 57891060 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 3592.52 s
Current children cumulated vsize: 106528 KiB
Current children cumulated memory: 32972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2086.6 s]
/proc/loadavg: 6.78 6.87 6.37 7/254 60275
/proc/meminfo: memFree=129403196/131382112 swapFree=33009904/33010684
[pid=60072] ppid=60059 vsize=106528 memory=32972 CPUtime=3600.09 cores=5,7
/proc/60072/stat : 60072 (pb_competition_) R 60059 60072 60011 0 -1 4194304 13211301 0 0 0 355990 4019 0 0 20 0 2 0 57891059 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
/proc/60072/statm: 26632 8243 672 633 0 9827 0
[pid=60072/tid=60075] ppid=60059 vsize=106528 memory=32972 CPUtime=1529.54 cores=5,7
/proc/60072/task/60075/stat : 60075 (pb_competition_) R 60059 60072 60011 0 -1 4194368 16491 0 0 0 152325 629 0 0 20 0 2 0 57891060 109084672 8243 18446744073709551615 4198400 6788177 140726553665616 0 0 0 0 0 8404994 0 0 0 -1 7 0 0 0 0 0 7336896 7391280 19042304 140726553667929 140726553668056 140726553668056 140726553673658 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 106528 KiB
Current children cumulated memory: 32972 KiB

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

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

# cumulated CPU time of all completed processes:  user=3559.93 s, system=40.1984 s

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

Child status: 0

Real time (s): 2086.62
CPU time (s): 3600.13
CPU user time (s): 3559.93
CPU system time (s): 40.1984
CPU usage (%): 172.534
Max. virtual memory (cumulated for all children) (KiB): 106528
Max. memory (cumulated for all children) (KiB): 32972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3559.93
system time used= 40.1984
maximum resident set size= 33072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13211622
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= 720865
involuntary context switches= 58903


# summary of solver processes directly reported to runsolver:
#   pid: 60072
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3559.93
#   total CPU system time (s): 40.1984

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.06833 second user time and 10.2675 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-02 04:08:42
IDJOB=4502288
IDBENCH=155313
IDSOLVER=3347
FILE ID=nodeC001/4502288-1751422121
RUNJOBID= nodeC001-1751422121-60024
SLURM_JOB_ID= 9598352
Free space on /tmp= 433008 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB10/OPT-NLC/oren/keeloq_tasca_instances/normalized-90_rounds_0_errors.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-4502288-1751422121/watcher-4502288-1751422121 -o /tmp/evaluation-result-4502288-1751422121/solver-4502288-1751422121 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751422121-60024 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1133325715 HOME/instance-4502288-1751422121.opb

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

MD5SUM BENCH= 1b486f52a53fb7825baee6455587fecd
RANDOM SEED=1133325715

nodeC001 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		: 1197.172
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129958748 kB
MemAvailable:   129990644 kB
Buffers:            1668 kB
Cached:           828004 kB
SwapCached:           20 kB
Active:           374560 kB
Inactive:         521060 kB
Active(anon):      61220 kB
Inactive(anon):    22624 kB
Active(file):     313340 kB
Inactive(file):   498436 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             31112 kB
Writeback:             0 kB
AnonPages:         69256 kB
Mapped:           102272 kB
Shmem:             17896 kB
KReclaimable:     119112 kB
Slab:             203808 kB
SReclaimable:     119112 kB
SUnreclaim:        84696 kB
KernelStack:        3976 kB
PageTables:         2664 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149400 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC001 at 2025-07-02 04:43:29