Trace number 4515236

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PRINTEMPS 2025-05-28? (TO) 3600.15 2125.85

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ab71-20-100.0.u.opb
MD5SUM5a0bcd4a9e5bc1c51804f47b1691eae0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark39.0848
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6689
Total number of constraints6377
Number of constraints which are clauses6255
Number of constraints which are cardinality constraints (but not clauses)121
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint6255
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1966006
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 501966013
Number of bits of the biggest sum of numbers29
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.05	c #variable: 6689
0.00/0.05	c #constraint: 6377
0.00/0.05	c #equal: 0
0.00/0.05	c intsize: 29
0.00/0.05	c sizeproduct: 0
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: 1063073379
3600.09/2125.82	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62945 MiB free)
  memory of node 1: 64507 MiB (63578 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515236-1751234606/watcher-4515236-1751234606 -o /tmp/evaluation-result-4515236-1751234606/solver-4515236-1751234606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33732 --watchdog 3760 pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063073379 HOME/instance-4515236-1751234606.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=34527, runsolver pid=34524
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 6.67 6.58 6.75 7/268 34529
/proc/meminfo: memFree=129538796/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=100712 memory=27408 CPUtime=0.12 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 6053 0 0 0 11 1 0 0 20 0 2 0 39138315 103129088 6852 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 25178 6852 672 633 0 8359 0
[pid=34527/tid=34529] ppid=34524 vsize=100712 memory=4026531960 CPUtime=0.01 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) S 34524 34527 33720 0 -1 4194368 353 0 0 0 1 0 0 0 20 0 2 0 39138316 103129088 6852 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 100712 KiB
Current children cumulated memory: 27408 KiB

[startup+0.205735 s]*
/proc/loadavg: 6.62 6.57 6.75 6/268 34529
/proc/meminfo: memFree=129522668/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=113896 memory=40748 CPUtime=0.22 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 9468 0 0 0 21 1 0 0 20 0 2 0 39138315 116629504 10187 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 28474 10187 672 633 0 11655 0
[pid=34527/tid=34529] ppid=34524 vsize=113896 memory=664958721904869660 CPUtime=0.02 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) S 34524 34527 33720 0 -1 4194368 353 0 0 0 2 0 0 0 20 0 2 0 39138316 116629504 10187 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 113896 KiB
Current children cumulated memory: 40748 KiB

[startup+0.305704 s]*
/proc/loadavg: 6.62 6.57 6.75 6/268 34529
/proc/meminfo: memFree=129522668/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=113896 memory=40748 CPUtime=0.34 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) S 34524 34527 33720 0 -1 4194304 9472 0 0 0 33 1 0 0 20 0 2 0 39138315 116629504 10187 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 28474 10187 672 633 0 11655 0
[pid=34527/tid=34529] ppid=34524 vsize=113896 memory=-7096963559665733736 CPUtime=0.04 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 353 0 0 0 4 0 0 0 20 0 2 0 39138316 116629504 10187 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 113896 KiB
Current children cumulated memory: 40748 KiB

[startup+0.700241 s]
/proc/loadavg: 6.62 6.57 6.75 7/268 34529
/proc/meminfo: memFree=129522668/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=114760 memory=41132 CPUtime=1.04 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 9584 0 0 0 103 1 0 0 20 0 2 0 39138315 117514240 10283 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 28690 10283 672 633 0 11871 0
[pid=34527/tid=34529] ppid=34524 vsize=114760 memory=17664 CPUtime=0.36 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 353 0 0 0 36 0 0 0 20 0 2 0 39138316 117514240 10283 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 114760 KiB
Current children cumulated memory: 41132 KiB

[startup+1.50022 s]
/proc/loadavg: 6.62 6.57 6.75 7/268 34529
/proc/meminfo: memFree=129522908/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=115212 memory=41900 CPUtime=2.55 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 15419 0 0 0 253 2 0 0 20 0 2 0 39138315 117977088 10475 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 28803 10475 672 633 0 11984 0
[pid=34527/tid=34529] ppid=34524 vsize=115212 memory=17664 CPUtime=1.07 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 792 0 0 0 107 0 0 0 20 0 2 0 39138316 117977088 10475 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 115212 KiB
Current children cumulated memory: 41900 KiB

[startup+3.10546 s]
/proc/loadavg: 6.62 6.57 6.75 7/267 34529
/proc/meminfo: memFree=129522936/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=115212 memory=41900 CPUtime=5.58 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 20900 0 0 0 555 3 0 0 20 0 2 0 39138315 117977088 10475 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 28803 10475 672 633 0 11984 0
[pid=34527/tid=34529] ppid=34524 vsize=115212 memory=41900 CPUtime=2.51 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 1444 0 0 0 251 0 0 0 20 0 2 0 39138316 117977088 10475 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 115212 KiB
Current children cumulated memory: 41900 KiB

[startup+6.30021 s]
/proc/loadavg: 6.57 6.56 6.75 8/268 34530
/proc/meminfo: memFree=129522936/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=115904 memory=42540 CPUtime=11.3 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 27359 0 0 0 1125 5 0 0 20 0 2 0 39138315 118685696 10635 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 28976 10635 672 633 0 12157 0
[pid=34527/tid=34529] ppid=34524 vsize=115904 memory=17664 CPUtime=5.05 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) S 34524 34527 33720 0 -1 4194368 3073 0 0 0 505 0 0 0 20 0 2 0 39138316 118685696 10635 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 11.3 s
Current children cumulated vsize: 115904 KiB
Current children cumulated memory: 42540 KiB

[startup+12.7002 s]
/proc/loadavg: 6.52 6.55 6.74 7/268 34531
/proc/meminfo: memFree=129522936/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=116812 memory=43332 CPUtime=22.87 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 40872 0 0 0 2277 10 0 0 20 0 2 0 39138315 119615488 10833 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 29203 10833 672 633 0 12384 0
[pid=34527/tid=34529] ppid=34524 vsize=116812 memory=42564 CPUtime=10.27 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 4758 0 0 0 1025 2 0 0 20 0 2 0 39138316 119615488 10833 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 22.87 s
Current children cumulated vsize: 116812 KiB
Current children cumulated memory: 43332 KiB

[startup+25.5002 s]
/proc/loadavg: 6.52 6.55 6.74 8/268 34531
/proc/meminfo: memFree=129522944/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=117260 memory=43596 CPUtime=45.77 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 50872 0 0 0 4559 18 0 0 20 0 2 0 39138315 120074240 10899 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 29315 10899 672 633 0 12496 0
[pid=34527/tid=34529] ppid=34524 vsize=117260 memory=43468 CPUtime=20.49 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 5792 0 0 0 2044 5 0 0 20 0 2 0 39138316 120074240 10899 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 45.77 s
Current children cumulated vsize: 117260 KiB
Current children cumulated memory: 43596 KiB

[startup+51.1057 s]
/proc/loadavg: 6.50 6.54 6.73 7/268 34531
/proc/meminfo: memFree=129523168/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=118936 memory=44560 CPUtime=91.1 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 61046 0 0 0 9076 34 0 0 20 0 2 0 39138315 121790464 11140 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 29734 11140 672 633 0 12915 0
[pid=34527/tid=34529] ppid=34524 vsize=118936 memory=17664 CPUtime=40.46 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 6433 0 0 0 4036 10 0 0 20 0 2 0 39138316 121790464 11140 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 91.1 s
Current children cumulated vsize: 118936 KiB
Current children cumulated memory: 44560 KiB

[startup+102.3 s]
/proc/loadavg: 6.05 6.42 6.68 6/268 34533
/proc/meminfo: memFree=129518928/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=120536 memory=47112 CPUtime=180.84 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 86628 0 0 0 18022 62 0 0 20 0 2 0 39138315 123428864 11778 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 30134 11778 672 633 0 13315 0
[pid=34527/tid=34529] ppid=34524 vsize=120536 memory=17664 CPUtime=79.43 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 9358 0 0 0 7921 22 0 0 20 0 2 0 39138316 123428864 11778 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 180.84 s
Current children cumulated vsize: 120536 KiB
Current children cumulated memory: 47112 KiB

[startup+162.3 s]
/proc/loadavg: 5.69 6.24 6.60 6/268 34535
/proc/meminfo: memFree=129513200/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=123848 memory=49068 CPUtime=251.98 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 110509 0 0 0 25117 81 0 0 20 0 2 0 39138315 126820352 12267 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 30962 12267 672 633 0 14143 0
[pid=34527/tid=34529] ppid=34524 vsize=123848 memory=5632 CPUtime=90.86 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 11029 0 0 0 9060 26 0 0 20 0 2 0 39138316 126820352 12267 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 251.98 s
Current children cumulated vsize: 123848 KiB
Current children cumulated memory: 49068 KiB

[startup+222.3 s]
/proc/loadavg: 6.10 6.27 6.59 8/268 34540
/proc/meminfo: memFree=129515776/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=124624 memory=50220 CPUtime=360.06 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 110922 0 0 0 35899 107 0 0 20 0 2 0 39138315 127614976 12555 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 31156 12555 672 633 0 14337 0
[pid=34527/tid=34529] ppid=34524 vsize=124624 memory=17664 CPUtime=139.41 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 11126 0 0 0 13902 39 0 0 20 0 2 0 39138316 127614976 12555 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 360.06 s
Current children cumulated vsize: 124624 KiB
Current children cumulated memory: 50220 KiB

[startup+282.3 s]
/proc/loadavg: 6.30 6.30 6.58 7/268 34546
/proc/meminfo: memFree=129512920/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=125364 memory=51244 CPUtime=461.41 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 111172 0 0 0 46014 127 0 0 20 0 2 0 39138315 128372736 12811 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 31341 12811 672 633 0 14522 0
[pid=34527/tid=34529] ppid=34524 vsize=125364 memory=51244 CPUtime=181.27 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 11126 0 0 0 18078 49 0 0 20 0 2 0 39138316 128372736 12811 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 461.41 s
Current children cumulated vsize: 125364 KiB

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

/proc/meminfo: memFree=128694336/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=136480 memory=62728 CPUtime=2531.75 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 125550 0 0 0 252640 535 0 0 20 0 2 0 39138315 139755520 15682 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 34120 15682 672 633 0 17301 0
[pid=34527/tid=34529] ppid=34524 vsize=136480 memory=62728 CPUtime=1062.17 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 12683 0 0 0 105983 234 0 0 20 0 2 0 39138316 139755520 15682 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 2531.75 s
Current children cumulated vsize: 136480 KiB
Current children cumulated memory: 62728 KiB

[startup+1542.3 s]
/proc/loadavg: 6.38 6.13 6.17 7/269 34653
/proc/meminfo: memFree=128694192/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=136972 memory=63368 CPUtime=2640.36 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 127603 0 0 0 263482 554 0 0 20 0 2 0 39138315 140259328 15842 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 34243 15842 672 633 0 17424 0
[pid=34527/tid=34529] ppid=34524 vsize=136972 memory=61576 CPUtime=1111.36 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 13090 0 0 0 110894 242 0 0 20 0 2 0 39138316 140259328 15842 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 2640.36 s
Current children cumulated vsize: 136972 KiB
Current children cumulated memory: 63368 KiB

[startup+1602.3 s]
/proc/loadavg: 6.15 6.11 6.16 7/268 34655
/proc/meminfo: memFree=128676384/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=137900 memory=64520 CPUtime=2749.23 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 129905 0 0 0 274354 569 0 0 20 0 2 0 39138315 141209600 16130 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 34475 16130 672 633 0 17656 0
[pid=34527/tid=34529] ppid=34524 vsize=137900 memory=64520 CPUtime=1160.83 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 13378 0 0 0 115834 249 0 0 20 0 2 0 39138316 141209600 16130 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 2749.23 s
Current children cumulated vsize: 137900 KiB
Current children cumulated memory: 64520 KiB

[startup+1662.3 s]
/proc/loadavg: 5.86 6.04 6.13 7/270 34663
/proc/meminfo: memFree=128698720/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=144124 memory=66692 CPUtime=2857.81 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 130216 0 0 0 285195 586 0 0 20 0 2 0 39138315 147582976 16673 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36031 16673 672 633 0 19212 0
[pid=34527/tid=34529] ppid=34524 vsize=144124 memory=64520 CPUtime=1210.05 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 13378 0 0 0 120749 256 0 0 20 0 2 0 39138316 147582976 16673 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 2857.81 s
Current children cumulated vsize: 144124 KiB
Current children cumulated memory: 66692 KiB

[startup+1722.3 s]
/proc/loadavg: 5.86 6.00 6.11 5/270 34711
/proc/meminfo: memFree=128786880/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=144560 memory=67204 CPUtime=2956.08 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 132638 0 0 0 295004 604 0 0 20 0 2 0 39138315 148029440 16801 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36140 16801 672 633 0 19321 0
[pid=34527/tid=34529] ppid=34524 vsize=144560 memory=64520 CPUtime=1248.77 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 13558 0 0 0 124610 267 0 0 20 0 2 0 39138316 148029440 16801 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 2956.08 s
Current children cumulated vsize: 144560 KiB
Current children cumulated memory: 67204 KiB

[startup+1782.3 s]
/proc/loadavg: 5.95 5.99 6.10 7/271 34714
/proc/meminfo: memFree=128778924/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=145088 memory=67716 CPUtime=3059.71 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 132874 0 0 0 305355 616 0 0 20 0 2 0 39138315 148570112 16929 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36272 16929 672 633 0 19453 0
[pid=34527/tid=34529] ppid=34524 vsize=145088 memory=67204 CPUtime=1292.76 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 13559 0 0 0 129005 271 0 0 20 0 2 0 39138316 148570112 16929 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 3059.71 s
Current children cumulated vsize: 145088 KiB
Current children cumulated memory: 67716 KiB

[startup+1842.3 s]
/proc/loadavg: 5.89 5.97 6.08 5/271 34716
/proc/meminfo: memFree=128774632/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=145508 memory=68100 CPUtime=3128.09 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 132986 0 0 0 312188 621 0 0 20 0 2 0 39138315 149000192 17025 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36377 17025 672 633 0 19558 0
[pid=34527/tid=34529] ppid=34524 vsize=145508 memory=68100 CPUtime=1301.4 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) S 34524 34527 33720 0 -1 4194368 13559 0 0 0 129867 273 0 0 20 0 2 0 39138316 149000192 17025 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 1 0 0 -1 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 3128.09 s
Current children cumulated vsize: 145508 KiB
Current children cumulated memory: 68100 KiB

[startup+1902.3 s]
/proc/loadavg: 5.20 5.75 6.00 6/271 34764
/proc/meminfo: memFree=128749180/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=145508 memory=68228 CPUtime=3192.71 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 135678 0 0 0 318643 628 0 0 20 0 2 0 39138315 149000192 17057 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36377 17057 672 633 0 19558 0
[pid=34527/tid=34529] ppid=34524 vsize=145508 memory=68100 CPUtime=1306.2 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) S 34524 34527 33720 0 -1 4194368 13560 0 0 0 130347 273 0 0 20 0 2 0 39138316 149000192 17057 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 1 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 3192.71 s
Current children cumulated vsize: 145508 KiB
Current children cumulated memory: 68228 KiB

[startup+1962.3 s]
/proc/loadavg: 5.85 5.84 6.01 8/270 34766
/proc/meminfo: memFree=128750596/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=145640 memory=68228 CPUtime=3297.05 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 136881 0 0 0 329067 638 0 0 20 0 2 0 39138315 149135360 17057 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36410 17057 672 633 0 19591 0
[pid=34527/tid=34529] ppid=34524 vsize=145640 memory=68228 CPUtime=1350.94 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 13610 0 0 0 134816 278 0 0 20 0 2 0 39138316 149135360 17057 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 3297.05 s
Current children cumulated vsize: 145640 KiB
Current children cumulated memory: 68228 KiB

[startup+2022.3 s]
/proc/loadavg: 6.30 5.98 6.04 8/268 34770
/proc/meminfo: memFree=128750916/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=146336 memory=68868 CPUtime=3408.18 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 138312 0 0 0 340166 652 0 0 20 0 2 0 39138315 149848064 17217 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36584 17217 672 633 0 19765 0
[pid=34527/tid=34529] ppid=34524 vsize=146336 memory=68868 CPUtime=1402.51 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 13748 0 0 0 139966 285 0 0 20 0 2 0 39138316 149848064 17217 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 3408.18 s
Current children cumulated vsize: 146336 KiB
Current children cumulated memory: 68868 KiB

[startup+2082.3 s]
/proc/loadavg: 6.21 6.02 6.06 8/268 34778
/proc/meminfo: memFree=128751504/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=146796 memory=69508 CPUtime=3519.35 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 139897 0 0 0 351269 666 0 0 20 0 2 0 39138315 150319104 17377 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36699 17377 672 633 0 19880 0
[pid=34527/tid=34529] ppid=34524 vsize=146796 memory=69508 CPUtime=1454.1 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 14085 0 0 0 145119 291 0 0 20 0 2 0 39138316 150319104 17377 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 3519.35 s
Current children cumulated vsize: 146796 KiB
Current children cumulated memory: 69508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2125.8 s]
/proc/loadavg: 5.99 5.99 6.04 7/269 34780
/proc/meminfo: memFree=128752564/131249996 swapFree=33010684/33010684
[pid=34527] ppid=34524 vsize=147504 memory=72216 CPUtime=3600.09 cores=1,3
/proc/34527/stat : 34527 (pb_competition_) R 34524 34527 33720 0 -1 4194304 140070 0 0 0 359333 676 0 0 20 0 2 0 39138315 151044096 18054 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 17 1 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
/proc/34527/statm: 36876 18054 672 633 0 20057 0
[pid=34527/tid=34529] ppid=34524 vsize=147504 memory=4888 CPUtime=1491.64 cores=1,3
/proc/34527/task/34529/stat : 34529 (pb_competition_) R 34524 34527 33720 0 -1 4194368 14085 0 0 0 148869 295 0 0 20 0 2 0 39138316 151044096 18054 18446744073709551615 4198400 6788177 140721640555824 0 0 0 0 0 8404994 0 0 0 -1 3 0 0 0 0 0 7336896 7391280 19644416 140721640560985 140721640561112 140721640561112 140721640566714 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 147504 KiB
Current children cumulated memory: 72216 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.39 s, system=6.76105 s

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

Child status: 0

Real time (s): 2125.85
CPU time (s): 3600.15
CPU user time (s): 3593.39
CPU system time (s): 6.76105
CPU usage (%): 169.351
Max. virtual memory (cumulated for all children) (KiB): 147504
Max. memory (cumulated for all children) (KiB): 72216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.39
system time used= 6.76105
maximum resident set size= 72216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141523
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= 321365
involuntary context switches= 29166


# summary of solver processes directly reported to runsolver:
#   pid: 34527
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3593.39
#   total CPU system time (s): 6.76105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.66478 second user time and 10.5765 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-30 00:03:26
IDJOB=4515236
IDBENCH=164254
IDSOLVER=3347
FILE ID=nodeC021/4515236-1751234606
RUNJOBID= nodeC021-1751229108-33732
SLURM_JOB_ID= 9587693
Free space on /tmp= 433048 MiB

SOLVER NAME= PRINTEMPS 2025-05-28
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ab71-20-100.0.u.opb
COMMAND LINE= pb_competition_2025_solver -k -1 -t -1.0 -j NBCORE -r RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515236-1751234606/watcher-4515236-1751234606 -o /tmp/evaluation-result-4515236-1751234606/solver-4515236-1751234606 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751229108-33732 --watchdog 3760  pb_competition_2025_solver -k -1 -t -1.0 -j 2 -r 1063073379 HOME/instance-4515236-1751234606.opb

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

MD5SUM BENCH= 5a0bcd4a9e5bc1c51804f47b1691eae0
RANDOM SEED=1063073379

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129559412 kB
MemAvailable:   129595952 kB
Buffers:            3280 kB
Cached:           844912 kB
SwapCached:            0 kB
Active:           510052 kB
Inactive:         587556 kB
Active(anon):     267476 kB
Inactive(anon):        0 kB
Active(file):     242576 kB
Inactive(file):   587556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5508 kB
Writeback:            28 kB
AnonPages:        250532 kB
Mapped:           111156 kB
Shmem:             18060 kB
KReclaimable:      90892 kB
Slab:             176620 kB
SReclaimable:      90892 kB
SUnreclaim:        85728 kB
KernelStack:        4336 kB
PageTables:         3544 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     620880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150632 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:    176128 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

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