Trace number 4486790

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.12 2045.83

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii16d2.opb
MD5SUM6328193d9817f2dee38de4b5c166023d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark785
Best CPU time to get the best result obtained on this benchmark1.69298
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1672
Total number of constraints13297
Number of constraints which are clauses13297
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint16
Number of terms in the objective function 1672
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 1672
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1672
Number of bits of the biggest sum of numbers11
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.04	c #variable: 1672
0.00/0.04	c #constraint: 13297
0.00/0.04	c #equal: 0
0.00/0.04	c intsize: 11
0.00/0.04	c sizeproduct: 0
0.00/0.04	c #soft: 0
0.00/0.04	c mincost: 0
0.00/0.04	c maxcost: 0
0.00/0.04	c sumcost: 0
0.00/0.04	c iteration_max: -1
0.00/0.04	c time_max: -1
0.00/0.04	c number_of_threads(move update): 2
0.00/0.04	c number_of_threads(move evaluation): 2
0.00/0.04	c seed: 1103661069
3600.08/2045.81	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62333 MiB free)
  memory of node 1: 64465 MiB (63073 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486790-1751299721/watcher-4486790-1751299721 -o /tmp/evaluation-result-4486790-1751299721/solver-4486790-1751299721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751290793-41999 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1103661069 HOME/instance-4486790-1751299721.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=43323, runsolver pid=43320

[startup+0.100068 s]*
/proc/loadavg: 7.44 7.43 7.25 7/267 43325
/proc/meminfo: memFree=128383428/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=106180 memory=34732 CPUtime=0.12 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 7302 0 0 0 11 1 0 0 20 0 2 0 45650713 108728320 8683 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 26545 8683 672 633 0 10115 0
[pid=43323/tid=43325] ppid=43320 vsize=106312 memory=4026531960 CPUtime=0.02 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 742 0 0 0 2 0 0 0 20 0 2 0 45650714 108863488 8683 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 106180 KiB
Current children cumulated memory: 34732 KiB

[startup+0.205759 s]*
/proc/loadavg: 7.44 7.43 7.25 8/267 43325
/proc/meminfo: memFree=128367300/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=118540 memory=46892 CPUtime=0.24 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) S 43320 43323 41988 0 -1 4194304 10371 0 0 0 22 2 0 0 20 0 2 0 45650713 121384960 11723 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 29635 11723 672 633 0 13205 0
[pid=43323/tid=43325] ppid=43320 vsize=118540 memory=664958721904869660 CPUtime=0.03 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 742 0 0 0 3 0 0 0 20 0 2 0 45650714 121384960 11723 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 118540 KiB
Current children cumulated memory: 46892 KiB

[startup+0.305562 s]*
/proc/loadavg: 7.44 7.43 7.25 8/267 43325
/proc/meminfo: memFree=128367300/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=118540 memory=46892 CPUtime=0.37 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) S 43320 43323 41988 0 -1 4194304 10371 0 0 0 35 2 0 0 20 0 2 0 45650713 121384960 11723 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 29635 11723 672 633 0 13205 0
[pid=43323/tid=43325] ppid=43320 vsize=118540 memory=-7385196139186000489 CPUtime=0.07 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 742 0 0 0 7 0 0 0 20 0 2 0 45650714 121384960 11723 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 118540 KiB
Current children cumulated memory: 46892 KiB

[startup+0.700215 s]
/proc/loadavg: 7.44 7.43 7.25 8/267 43325
/proc/meminfo: memFree=128367300/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=118540 memory=46892 CPUtime=0.91 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 10371 0 0 0 89 2 0 0 20 0 2 0 45650713 121384960 11723 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 29635 11723 672 633 0 13205 0
[pid=43323/tid=43325] ppid=43320 vsize=118540 memory=17792 CPUtime=0.23 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 742 0 0 0 23 0 0 0 20 0 2 0 45650714 121384960 11723 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 118540 KiB
Current children cumulated memory: 46892 KiB

[startup+1.50021 s]
/proc/loadavg: 7.44 7.43 7.25 8/267 43325
/proc/meminfo: memFree=128367552/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=118672 memory=47148 CPUtime=2.16 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 16879 0 0 0 214 2 0 0 20 0 2 0 45650713 121520128 11787 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 29668 11787 672 633 0 13238 0
[pid=43323/tid=43325] ppid=43320 vsize=118672 memory=17792 CPUtime=0.68 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 1235 0 0 0 68 0 0 0 20 0 2 0 45650714 121520128 11787 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 2.16 s
Current children cumulated vsize: 118672 KiB
Current children cumulated memory: 47148 KiB

[startup+3.10568 s]
/proc/loadavg: 7.44 7.43 7.25 9/267 43326
/proc/meminfo: memFree=128367344/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=118504 memory=47064 CPUtime=4.67 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 33384 0 0 0 462 5 0 0 20 0 2 0 45650713 121348096 11766 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 29626 11766 672 633 0 13196 0
[pid=43323/tid=43325] ppid=43320 vsize=118504 memory=46536 CPUtime=1.6 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 1773 0 0 0 160 0 0 0 20 0 2 0 45650714 121348096 11766 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 118504 KiB
Current children cumulated memory: 47064 KiB

[startup+6.3002 s]
/proc/loadavg: 7.48 7.44 7.26 7/267 43326
/proc/meminfo: memFree=128367848/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=120432 memory=48908 CPUtime=9.72 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 53190 0 0 0 962 10 0 0 20 0 2 0 45650713 123322368 12227 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 30108 12227 672 633 0 13678 0
[pid=43323/tid=43325] ppid=43320 vsize=120432 memory=17792 CPUtime=3.48 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 2794 0 0 0 347 1 0 0 20 0 2 0 45650714 123322368 12227 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 120432 KiB
Current children cumulated memory: 48908 KiB

[startup+12.7002 s]
/proc/loadavg: 7.53 7.45 7.26 8/267 43326
/proc/meminfo: memFree=128368100/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=120960 memory=49420 CPUtime=19.44 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 60935 0 0 0 1931 13 0 0 20 0 2 0 45650713 123863040 12355 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 30240 12355 672 633 0 13810 0
[pid=43323/tid=43325] ppid=43320 vsize=120960 memory=49164 CPUtime=6.84 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 3769 0 0 0 682 2 0 0 20 0 2 0 45650714 123863040 12355 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 19.44 s
Current children cumulated vsize: 120960 KiB
Current children cumulated memory: 49420 KiB

[startup+25.5002 s]
/proc/loadavg: 7.48 7.44 7.26 10/267 43326
/proc/meminfo: memFree=128361904/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=123168 memory=51528 CPUtime=41.09 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 131348 0 0 0 4077 32 0 0 20 0 2 0 45650713 126124032 12882 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 30792 12882 672 633 0 14362 0
[pid=43323/tid=43325] ppid=43320 vsize=123168 memory=49900 CPUtime=15.8 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 4617 0 0 0 1576 4 0 0 20 0 2 0 45650714 126124032 12882 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 41.09 s
Current children cumulated vsize: 123168 KiB
Current children cumulated memory: 51528 KiB

[startup+51.1054 s]
/proc/loadavg: 7.50 7.45 7.27 10/267 43326
/proc/meminfo: memFree=128363788/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=125076 memory=53600 CPUtime=81.81 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 226097 0 0 0 8121 60 0 0 20 0 2 0 45650713 128077824 13400 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 31269 13400 672 633 0 14839 0
[pid=43323/tid=43325] ppid=43320 vsize=125076 memory=17792 CPUtime=31.11 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 5124 0 0 0 3103 8 0 0 20 0 2 0 45650714 128077824 13400 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 81.81 s
Current children cumulated vsize: 125076 KiB
Current children cumulated memory: 53600 KiB

[startup+102.3 s]
/proc/loadavg: 7.30 7.41 7.27 9/267 43328
/proc/meminfo: memFree=128368712/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=127312 memory=55704 CPUtime=167.85 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 606833 0 0 0 16638 147 0 0 20 0 2 0 45650713 130367488 13926 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 31828 13926 672 633 0 15398 0
[pid=43323/tid=43325] ppid=43320 vsize=127312 memory=17792 CPUtime=66.31 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 7213 0 0 0 6616 15 0 0 20 0 2 0 45650714 130367488 13926 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 167.85 s
Current children cumulated vsize: 127312 KiB
Current children cumulated memory: 55704 KiB

[startup+162.3 s]
/proc/loadavg: 6.90 7.27 7.23 8/266 43377
/proc/meminfo: memFree=128633664/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=132196 memory=59916 CPUtime=268.4 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 921373 0 0 0 26602 238 0 0 20 0 2 0 45650713 135368704 14979 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 33049 14979 672 633 0 16619 0
[pid=43323/tid=43325] ppid=43320 vsize=132196 memory=5760 CPUtime=107.32 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 9348 0 0 0 10706 26 0 0 20 0 2 0 45650714 135368704 14979 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 268.4 s
Current children cumulated vsize: 132196 KiB
Current children cumulated memory: 59916 KiB

[startup+222.3 s]
/proc/loadavg: 6.60 7.14 7.18 7/266 43425
/proc/meminfo: memFree=128426860/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=134152 memory=62052 CPUtime=371.36 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 1425000 0 0 0 36783 353 0 0 20 0 2 0 45650713 137371648 15513 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 33538 15513 672 633 0 17108 0
[pid=43323/tid=43325] ppid=43320 vsize=134152 memory=62052 CPUtime=150.73 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 11118 0 0 0 15038 35 0 0 20 0 2 0 45650714 137371648 15513 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 371.36 s
Current children cumulated vsize: 134152 KiB
Current children cumulated memory: 62052 KiB

[startup+282.3 s]
/proc/loadavg: 6.33 6.96 7.12 7/266 43427
/proc/meminfo: memFree=128420336/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=136216 memory=64336 CPUtime=473.26 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 1469822 0 0 0 46936 390 0 0 20 0 2 0 45650713 139485184 16084 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 34054 16084 672 633 0 17624 0
[pid=43323/tid=43325] ppid=43320 vsize=136216 memory=14720 CPUtime=193.16 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 13382 0 0 0 19272 44 0 0 20 0 2 0 45650714 139485184 16084 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 473.26 s
Current children cumulated vsize: 136216 KiB
Current children cumulated memory: 64336 KiB

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

/proc/meminfo: memFree=128382464/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=158848 memory=86400 CPUtime=2485.05 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2033945 0 0 0 247687 818 0 0 20 0 2 0 45650713 162660352 21600 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 39712 21600 672 633 0 23282 0
[pid=43323/tid=43325] ppid=43320 vsize=158848 memory=86016 CPUtime=1072.08 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 16704 0 0 0 107083 125 0 0 20 0 2 0 45650714 162660352 21600 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 2485.05 s
Current children cumulated vsize: 158848 KiB
Current children cumulated memory: 86400 KiB

[startup+1482.3 s]
/proc/loadavg: 5.47 5.25 5.66 6/267 43530
/proc/meminfo: memFree=128382084/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=159532 memory=87296 CPUtime=2591.91 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2034160 0 0 0 258357 834 0 0 20 0 2 0 45650713 163360768 21824 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 39883 21824 672 633 0 23453 0
[pid=43323/tid=43325] ppid=43320 vsize=159532 memory=86400 CPUtime=1119.3 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 16706 0 0 0 111801 129 0 0 20 0 2 0 45650714 163360768 21824 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 2591.91 s
Current children cumulated vsize: 159532 KiB
Current children cumulated memory: 87296 KiB

[startup+1542.3 s]
/proc/loadavg: 5.31 5.25 5.63 6/267 43532
/proc/meminfo: memFree=128381936/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=160440 memory=88192 CPUtime=2700.47 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2034391 0 0 0 269200 847 0 0 20 0 2 0 45650713 164290560 22048 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 40110 22048 672 633 0 23680 0
[pid=43323/tid=43325] ppid=43320 vsize=160440 memory=0 CPUtime=1168.21 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 16706 0 0 0 116689 132 0 0 20 0 2 0 45650714 164290560 22048 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 2700.47 s
Current children cumulated vsize: 160440 KiB
Current children cumulated memory: 88192 KiB

[startup+1602.3 s]
/proc/loadavg: 5.14 5.20 5.59 5/267 43534
/proc/meminfo: memFree=128381560/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=161244 memory=89088 CPUtime=2807.23 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2034607 0 0 0 279861 862 0 0 20 0 2 0 45650713 165113856 22272 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 40311 22272 672 633 0 23881 0
[pid=43323/tid=43325] ppid=43320 vsize=161244 memory=89088 CPUtime=1215.35 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 16706 0 0 0 121399 136 0 0 20 0 2 0 45650714 165113856 22272 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 2807.23 s
Current children cumulated vsize: 161244 KiB
Current children cumulated memory: 89088 KiB

[startup+1662.3 s]
/proc/loadavg: 5.08 5.18 5.56 6/266 43536
/proc/meminfo: memFree=128377840/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=161828 memory=89600 CPUtime=2914.49 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2035970 0 0 0 290573 876 0 0 20 0 2 0 45650713 165711872 22400 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 40457 22400 672 633 0 24027 0
[pid=43323/tid=43325] ppid=43320 vsize=161828 memory=14720 CPUtime=1262.99 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 16975 0 0 0 126160 139 0 0 20 0 2 0 45650714 165711872 22400 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 2914.49 s
Current children cumulated vsize: 161828 KiB
Current children cumulated memory: 89600 KiB

[startup+1722.3 s]
/proc/loadavg: 5.44 5.25 5.56 6/267 43545
/proc/meminfo: memFree=128380856/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=162116 memory=89856 CPUtime=3022.17 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2036054 0 0 0 301327 890 0 0 20 0 2 0 45650713 166006784 22464 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 40529 22464 672 633 0 24099 0
[pid=43323/tid=43325] ppid=43320 vsize=162116 memory=89600 CPUtime=1311.03 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 16975 0 0 0 130961 142 0 0 20 0 2 0 45650714 166006784 22464 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 3022.17 s
Current children cumulated vsize: 162116 KiB
Current children cumulated memory: 89856 KiB

[startup+1782.3 s]
/proc/loadavg: 5.20 5.22 5.53 6/267 43546
/proc/meminfo: memFree=128380960/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=162848 memory=90624 CPUtime=3129.4 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2036736 0 0 0 312036 904 0 0 20 0 2 0 45650713 166756352 22656 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 40712 22656 672 633 0 24282 0
[pid=43323/tid=43325] ppid=43320 vsize=162848 memory=90624 CPUtime=1358.62 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 16992 0 0 0 135716 146 0 0 20 0 2 0 45650714 166756352 22656 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 3129.4 s
Current children cumulated vsize: 162848 KiB
Current children cumulated memory: 90624 KiB

[startup+1842.3 s]
/proc/loadavg: 5.26 5.23 5.51 6/267 43548
/proc/meminfo: memFree=128388152/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=163640 memory=91392 CPUtime=3237.29 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2037172 0 0 0 322811 918 0 0 20 0 2 0 45650713 167567360 22848 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 40910 22848 672 633 0 24480 0
[pid=43323/tid=43325] ppid=43320 vsize=163640 memory=90880 CPUtime=1406.91 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 16992 0 0 0 140542 149 0 0 20 0 2 0 45650714 167567360 22848 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 3237.29 s
Current children cumulated vsize: 163640 KiB
Current children cumulated memory: 91392 KiB

[startup+1902.3 s]
/proc/loadavg: 5.17 5.20 5.48 6/267 43550
/proc/meminfo: memFree=128387512/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=164320 memory=92032 CPUtime=3344.51 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2037857 0 0 0 333519 932 0 0 20 0 2 0 45650713 168263680 23008 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 41080 23008 672 633 0 24650 0
[pid=43323/tid=43325] ppid=43320 vsize=164320 memory=90880 CPUtime=1454.52 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 17246 0 0 0 145298 154 0 0 20 0 2 0 45650714 168263680 23008 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 3344.51 s
Current children cumulated vsize: 164320 KiB
Current children cumulated memory: 92032 KiB

[startup+1962.3 s]
/proc/loadavg: 5.21 5.21 5.47 6/267 43552
/proc/meminfo: memFree=128391336/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=164920 memory=92672 CPUtime=3451.79 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2038284 0 0 0 344234 945 0 0 20 0 2 0 45650713 168878080 23168 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 41230 23168 672 633 0 24800 0
[pid=43323/tid=43325] ppid=43320 vsize=164920 memory=92416 CPUtime=1502.14 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) S 43320 43323 41988 0 -1 4194368 17251 0 0 0 150057 157 0 0 20 0 2 0 45650714 168878080 23168 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 1 0 0 -1 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 3451.79 s
Current children cumulated vsize: 164920 KiB
Current children cumulated memory: 92672 KiB

[startup+2022.3 s]
/proc/loadavg: 4.93 5.14 5.42 6/266 43554
/proc/meminfo: memFree=128395308/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=165068 memory=93056 CPUtime=3557.97 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2038358 0 0 0 354838 959 0 0 20 0 2 0 45650713 169029632 23264 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 41267 23264 672 633 0 24837 0
[pid=43323/tid=43325] ppid=43320 vsize=165068 memory=14720 CPUtime=1548.71 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 17253 0 0 0 154710 161 0 0 20 0 2 0 45650714 169029632 23264 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 3557.97 s
Current children cumulated vsize: 165068 KiB
Current children cumulated memory: 93056 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2045.8 s]
/proc/loadavg: 4.89 5.11 5.41 6/266 43555
/proc/meminfo: memFree=128395316/131250000 swapFree=33010684/33010684
[pid=43323] ppid=43320 vsize=165284 memory=93184 CPUtime=3600.08 cores=4,6
/proc/43323/stat : 43323 (pb_competition_) R 43320 43323 41988 0 -1 4194304 2038381 0 0 0 359043 965 0 0 20 0 2 0 45650713 169250816 23296 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
/proc/43323/statm: 41321 23296 672 633 0 24891 0
[pid=43323/tid=43325] ppid=43320 vsize=165284 memory=4252 CPUtime=1567.44 cores=4,6
/proc/43323/task/43325/stat : 43325 (pb_competition_) R 43320 43323 41988 0 -1 4194368 17253 0 0 0 156582 162 0 0 20 0 2 0 45650714 169250816 23296 18446744073709551615 4198400 6788177 140727430542048 0 0 0 0 0 8404994 0 0 0 -1 6 0 0 0 0 0 7336896 7391280 12668928 140727430543705 140727430543832 140727430543832 140727430549434 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 165284 KiB
Current children cumulated memory: 93184 KiB

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

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

# cumulated CPU time of all completed processes:  user=3590.47 s, system=9.65645 s

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

Child status: 0

Real time (s): 2045.83
CPU time (s): 3600.12
CPU user time (s): 3590.47
CPU system time (s): 9.65645
CPU usage (%): 175.973
Max. virtual memory (cumulated for all children) (KiB): 165284
Max. memory (cumulated for all children) (KiB): 93184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.47
system time used= 9.65645
maximum resident set size= 93184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2039956
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= 158965
involuntary context switches= 45096


# summary of solver processes directly reported to runsolver:
#   pid: 43323
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3590.47
#   total CPU system time (s): 9.65645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.35086 second user time and 9.11987 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-06-30 18:08:41
IDJOB=4486790
IDBENCH=147075
IDSOLVER=3347
FILE ID=nodeC026/4486790-1751299721
RUNJOBID= nodeC026-1751290793-41999
SLURM_JOB_ID= 9594245
Free space on /tmp= 433040 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii16d2.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-4486790-1751299721/watcher-4486790-1751299721 -o /tmp/evaluation-result-4486790-1751299721/solver-4486790-1751299721 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751290793-41999 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1103661069 HOME/instance-4486790-1751299721.opb

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

MD5SUM BENCH= 6328193d9817f2dee38de4b5c166023d
RANDOM SEED=1103661069

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128417008 kB
MemAvailable:   129455008 kB
Buffers:            3280 kB
Cached:          1834656 kB
SwapCached:            0 kB
Active:           647216 kB
Inactive:        1576828 kB
Active(anon):     404192 kB
Inactive(anon):        0 kB
Active(file):     243024 kB
Inactive(file):  1576828 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5572 kB
Writeback:             0 kB
AnonPages:        388656 kB
Mapped:           111788 kB
Shmem:             18080 kB
KReclaimable:     114776 kB
Slab:             202236 kB
SReclaimable:     114776 kB
SUnreclaim:        87460 kB
KernelStack:        4304 kB
PageTables:         3616 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     743236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433036 MiB
End job on nodeC026 at 2025-06-30 18:42:47